Page 1 of 1
Instance Question
Posted: Mon Jul 06, 2009 11:28 pm
by mgbhard
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
Re: Instance Question
Posted: Thu Jul 16, 2009 12:45 pm
by Nik
create a new xml file in gameserver\data\instances... use the demo.xml as example
Re: Instance Question
Posted: Thu Jul 16, 2009 9:15 pm
by mgbhard
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