diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-18 21:36:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-18 21:36:07 -0300 |
commit | 86cfad9a26d76772af47e4222a803d6726cf57a8 (patch) | |
tree | d3d457ad9628a76159fb9c911509401bfe390e98 /npc/029-9 | |
parent | b666fe796d83795198c6d54c81db4bb246dad038 (diff) | |
download | serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.tar.gz serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.tar.bz2 serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.tar.xz serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.zip |
If Andrei Sakar dies... Well, then he is dead?
Game World should react at least a bit to this fact.
Diffstat (limited to 'npc/029-9')
-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; |