diff options
Diffstat (limited to 'npc/001-13')
-rw-r--r-- | npc/001-13/main.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt index cdb295ddf..ce5943b53 100644 --- a/npc/001-13/main.txt +++ b/npc/001-13/main.txt @@ -184,6 +184,11 @@ OnDie: // Warp you back OnClose: + // Time Penalty every time you attack the boss yourself + if (.@new > 0 && $FYRAID_OWNER[@id] == getcharid(3)) + $FYRAID_TIME[@id] -= 300; + + // Update boss parameters .@old = $FYRAID_HP[@id]; .@dmg = .@old - .@new; debugmes "Old %d New %d Damage %d", .@old, .@new, .@dmg; |