» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hello L2jserver,
im in front of problem and dont know how to solve it.
Normally if you kill the Leader of groups, minions will dissapear when the leader respawn.
Now what i tried to do:
Made a script which spawn the Group Leader and normally it spawns auto the minions too.
Code: Select all
npc = addSpawn(NPC_ID,WALKS[0][0],WALKS[0][1],WALKS[0][2],0,false,0);
Code: Select all
startQuestTimer("spawn", 80000, null, null);