diff options
Diffstat (limited to 'npc/001-13/main.txt')
-rw-r--r-- | npc/001-13/main.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt index 59b57b986..8ee4fe300 100644 --- a/npc/001-13/main.txt +++ b/npc/001-13/main.txt @@ -85,7 +85,7 @@ function script FYRaid_Select { // Recreate the boss .@lv = $FYRAID_LV[.@i]; .@mob=monster(.@mp$, 47, 33, $RAIDING_BOSS$, WanderingShadow, 1, "sBossRaid::OnBossDie"); - setunitdata(.@mob, UDT_LEVEL, min(.@lv * 10, 200)); + setunitdata(.@mob, UDT_LEVEL, min(.@lv * 7, 200)); setunitdata(.@mob, UDT_STR, .@lv * 4); setunitdata(.@mob, UDT_AGI, min(.@lv * 4, 255)); setunitdata(.@mob, UDT_VIT, .@lv * 5); @@ -172,7 +172,9 @@ OnBossDie: dispbottom l("Boss defeated!"); // Clear bonus getitem EventNaftalin, $FYRAID_LV[@id]/2+1; + getexp $FYRAID_LV[@id], $FYRAID_LV[@id]/2+1; .@new = 0; + specialeffect(FX_FANFARE, SELF, getcharid(3)); goto OnClose; // Ran out of time |