Page 1 of 1

Grandboss.properties

Posted: Tue Feb 02, 2010 3:16 pm
by babyjason
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

hello, i have some simple questions regarding grandboss.properties data

for exemple, what is INTERVALOF SPANW / RANDOM INTERVAL. and if the 2 time sum up to make a final time, why is the respawn 15 days instead of 7 as it was before , put as default? or maybe smt is wrong with my core since the 2 values seam to add up ?

thank you .

Code: Select all

 # Antharas# ---------------------------------------------------------------------------# Delay of appearance time of Antharas. Value is minute. Range 3-60AntharasWaitTime = 30 # Interval time of Antharas. Value is hour. Range 1-480IntervalOfAntharasSpawn = 192 # Random interval. Range 1-192RandomOfAntharasSpawn = 145

Re: Grandboss.properties

Posted: Tue Feb 02, 2010 3:22 pm
by janiii
intervaltime is the static time or just the minimum time, e.g. 24 hours.
random is then add to the static, if you set it to 12, it will tak enumber from 0 to 12 and add it to the static intervaltime.
so the respawn time can be from 24 (intervaltime) to 36 (add 0-12 from random).

Re: Grandboss.properties

Posted: Tue Feb 02, 2010 3:26 pm
by babyjason
ty for the quick answer