summaryrefslogtreecommitdiff
path: root/npc/042-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-2')
-rw-r--r--npc/042-2/boss.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt
index 7caee053f..76546396b 100644
--- a/npc/042-2/boss.txt
+++ b/npc/042-2/boss.txt
@@ -211,6 +211,11 @@ OnKillBoss:
guildgetexp(.@gxp); // 10xp per player average level (max 1000/1500)
// Announce
mapannounce getmap(), strcharinfo(0)+" has defeated Krukan!", 0;
+ // Arrest scene + exp
+ maptimer .@m$, 1500, .@n$+"::OnReward";
+ setd("$@GTEMP_"+.@m$, .@g);
+ setnpctimer 1000000; // Prefix 1M
+ startnpctimer;
// Guild Master Notification
.@gm$=getguildmaster(.@g);
if (!getcharid(3, .@gm$)) end;
@@ -218,11 +223,6 @@ OnKillBoss:
.@gmb=getcharid(0, .@gm$);
if (!isloggedin(.@gma, .@gmb)) end;
message .@gm$, strcharinfo(0)+" defeated Krukan: Guild GP +"+.@ggp+" Guild XP +"+.@gxp;
- // Arrest scene + exp
- maptimer .@m$, 1500, .@n$+"::OnReward";
- setd("$@GTEMP_"+.@m$, .@g);
- setnpctimer 1000000; // Prefix 1M
- startnpctimer;
end;