diff options
Diffstat (limited to 'npc/029-9/boss.txt')
-rw-r--r-- | npc/029-9/boss.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt index c77b98fa8..e04e7a5e5 100644 --- a/npc/029-9/boss.txt +++ b/npc/029-9/boss.txt @@ -337,6 +337,10 @@ OnEventEnd: $MANA_BLVL-=5; // Set level to 15~25 $MANA_JLVL-=5; // Set job level to 10 $MANA_BINT-=15; // Set min. int to 15 + disablenpc "Andrei Sakar"; + setnpcdisplay("Andrei Sakar#FoS290", "Elora#FoS290", NPC_HUMAN_FEMALE_NOOB); + setnpcdisplay("Andrei Sakar#FoS298", "Elora#FoS298", NPC_HUMAN_FEMALE_NOOB); + disablenpc "Elora"; } end; |