Hi, i've created a custom instance, and i want to set it so players can enter only once a day, is there any way? its something with the "timeDelay", i saw it's commented on model/entity/Instance.java, is there any other way to make it work?
Thx, any help will be appreciate.
Marcelo
Instance Question
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 629
- Joined: Fri Apr 18, 2008 9:09 pm
Re: Instance Question
create a new xml file in gameserver\data\instances... use the demo.xml as example
Playing a game where you know how every single mechanism works is quite satisfying.
Its the main perk that a gamer-developer has
Its the main perk that a gamer-developer has

-
- Posts: 228
- Joined: Mon May 05, 2008 10:34 pm
Re: Instance Question
Sorry i forgot to update this topic.
As timeDelay is not working right now, i finally make it so when the players enters the instance, a new qs is created as Completed, and every night an automatic sql query delete all the quests of my instance so players can enter again.
It's really not the best way to do it, but it's the best i acomplish.
If anyone can give me an advice it will be appreciate.
Sorry about the lame english
Marcelo
As timeDelay is not working right now, i finally make it so when the players enters the instance, a new qs is created as Completed, and every night an automatic sql query delete all the quests of my instance so players can enter again.
It's really not the best way to do it, but it's the best i acomplish.
If anyone can give me an advice it will be appreciate.
Sorry about the lame english
Marcelo
