diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-23 16:06:13 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-23 16:16:25 -0400 |
commit | aebfbbb2b645321875a5e28493d7cebe6423af5e (patch) | |
tree | f8f8feb6a3383a65d4b1a7019b18002f745ce5fd /npc/001-1_Tulimshar | |
parent | 793df313e687c5210bb417591ecf60ac4f8562db (diff) | |
download | serverdata-aebfbbb2b645321875a5e28493d7cebe6423af5e.tar.gz serverdata-aebfbbb2b645321875a5e28493d7cebe6423af5e.tar.bz2 serverdata-aebfbbb2b645321875a5e28493d7cebe6423af5e.tar.xz serverdata-aebfbbb2b645321875a5e28493d7cebe6423af5e.zip |
Bug fixes to several maps and NPCs
Fix in Sandra to recognize arrow and added 012-4 so eathena will recognize.
Fix to several maps regarding changes
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/sandra.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/sandra.txt b/npc/001-1_Tulimshar/sandra.txt index 352e953b..29f92b28 100644 --- a/npc/001-1_Tulimshar/sandra.txt +++ b/npc/001-1_Tulimshar/sandra.txt @@ -82,7 +82,7 @@ L_Progress: mes "\"Excellent!"; mes "You brought me 5 [Scorpion Stinger]s!\""; getinventorylist; - if ((@inventorylist_count - (countitem("ScorpionStinger") == 5) > 99) - (countitem("Arrow") == 0)) goto L_TooMany; + if ((@inventorylist_count - (countitem("ScorpionStinger") == 5) - (countitem("Arrow") == 0) > 99)) goto L_TooMany; delitem "ScorpionStinger", 5; getitem "Bow", 1; getitem "Arrow", 100; |