NPC HP Lock
Not sure if this is the right forum or not, please move if not.
On an NPC I've made I want to have it's HP lock at 50% and have 5-10 adds spawn at that 50%. I do not want the HP to unlock until the adds are dead. I still want the NPC to have agro and attacking while the HP is locked though. Then at 25% I want just the adds to pop but not HP lock. Any idea on how to do this? |
Quote:
|
I had a few events which locked HP at certain stages, when adds were involved I would use a foreach loop(assume 121212 for your add NPCTypeID that you want the HP to lock when they spawn):
Code:
sub EVENT_COMBAT |
I personally like using
Code:
$npc->NPCSpecialAttacks(parse, permtag); Hope this helped. |
All times are GMT -4. The time now is 11:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.