diff options
-rw-r--r-- | npc/003-3/malindou.txt | 2 | ||||
-rw-r--r-- | npc/029-9/boss.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 5f549e929..be669b5ef 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -25,7 +25,7 @@ OnInit: debugmes "* Automatic variable setup"; debugmes ""; $HASAN_GP=2000; - $MANA_BINT=30; + $MANA_BINT=10; $MANA_BLVL=40; $MANA_JLVL=20; $VAULT_01738039=25; diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt index c2188a3ad..86e27b681 100644 --- a/npc/029-9/boss.txt +++ b/npc/029-9/boss.txt @@ -360,7 +360,7 @@ OnEventEnd: $GAME_STORYLINE=4; $MANA_BLVL-=5; // Set level to 15~25 $MANA_JLVL-=5; // Set job level to 10 - $MANA_BINT-=15; // Set min. int to 15 + $MANA_BINT-=10; // Drop min. int for minimum magic disablenpc "Andrei Sakar"; setnpcdisplay("Andrei Sakar#FoS290", "Elora#FoS290", NPC_HUMAN_FEMALE_NOOB); setnpcdisplay("Andrei Sakar#FoS298", "Elora#FoS298", NPC_HUMAN_FEMALE_NOOB); |