If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: unstable latest
L2JDP Revision Number: unstable latest
How do I change an Instance time to unlimited, like no time limit and how to make it for multiple players at the same time?
Instance Time
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Instance Time
You can set it there: http://svn.l2jdp.com/branches/unstable/ ... instances/
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Instance Time
i know i can set it there, but i need to know what change, time i got it, i removed the time part of it but i still need to know how to allow players to be at the instance and be able to see each other and pvp.
So What?????
- HappyLDE
- Posts: 123
- Joined: Tue Sep 10, 2013 6:22 pm
- Location: Belgium
- Contact:
Re: Instance Time
player.setInstanceId(id);
Thank you for making L2JServer happen! 
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford

"If you believe you will fail or succeed, in both ways you are right." - Henry Ford
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Instance Time
Yes but how to make players to see each other inside of the instance.
None of the Instances have an example for what I need, to be able to make players see each other and pvp. I'm making a Farm Instance, got the whole thing working but the players start in different instances and can't pvp. That's the only thing I can't figure out.St3eT wrote:You can set it there: http://svn.l2jdp.com/branches/unstable/ ... instances/
So What?????
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Instance Time
Send me PM with more info and i will make it for you. ( but i will share it to everyone)
- CostyKiller
- Posts: 220
- Joined: Mon Aug 10, 2009 11:48 pm
- Location: Romania
Re: Instance Time
I think you need to check if the instance exists already and teleport the other players in the same instance.
Also it would be nice to have a counter on the html when you teleport to show you how many players are inside.
Also it would be nice to have a counter on the html when you teleport to show you how many players are inside.

- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Instance Time
Pm sent.St3eT wrote:Send me PM with more info and i will make it for you. ( but i will share it to everyone)
So What?????