Jump to content
  • 0

Question

Posted

Hello guys, im wondering if there's a way somewhere in java or configs to avoid this happend:

 

If i kill the Raid Boss the minions Despawn , is there a way in Java or Configs to avoid this happend like:

 

If i kill the Raid Boss, keep the Minions alive and after i kill them they will respawn with the Raid respawn ? huh...

 

Sorry for the weird question and weird spelling,

 

Thanks

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

L2AttackableAIScript, onKill( section refers to onMasterDie( which got 

if (_master.isRaid() || force)
deleteSpawnedMinions();

Remove

_master.isRaid() || 
Edited by Tryskell
  • 0
Posted

L2AttackableAIScript, onKill( section refers to onMasterDie( which got 

 

 

if (_master.isRaid() || force)
deleteSpawnedMinions();
Remove

_master.isRaid() || 

Thanks for the quick reply Triskell it works perfect now :)

Guest
This topic is now closed to further replies.


×
×
  • Create New...