L2J Datapack Version: 6361
Well I made my new instance today but when the party gets in nothing is spawned.
I made it via java file and not .xml, what should I check?
First of all I wanted to make if 1stwave dies,spawn the 2nd wave.
Also when the 4th wave dies, grand boss appears.
I made these via "stages" (which I guess there is the problem) but if someones knows wheres the mistake.
Can provide the code if needed.
Thanks
*
Does this spawn mobs?
Code: Select all
addSpawn(MOBSSTAGE2[(MOBSSTAGE2.length)], -182800, 214233, -9531, 0, true, 0, false, world.instanceId); world.incLiveMobs(); world.incStage();