Grandboss.properties

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Grandboss.properties

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Grandboss.properties

Post 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).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Grandboss.properties

Post by babyjason »

ty for the quick answer
Post Reply