diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-24 00:50:09 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-24 00:50:09 -0400 |
commit | 3c4c09ee6bb046a6ba2e3fe4b6c2d34c31c60453 (patch) | |
tree | 36554ecb6846f549b3c73ea6f519969ad82d3126 /npc | |
parent | de8bd6efdc47ca624c944346a1aa37916924f7d0 (diff) | |
download | serverdata-3c4c09ee6bb046a6ba2e3fe4b6c2d34c31c60453.tar.gz serverdata-3c4c09ee6bb046a6ba2e3fe4b6c2d34c31c60453.tar.bz2 serverdata-3c4c09ee6bb046a6ba2e3fe4b6c2d34c31c60453.tar.xz serverdata-3c4c09ee6bb046a6ba2e3fe4b6c2d34c31c60453.zip |
fixing sandra again
sandra should be correct now, sorry about the mistakes.
Diffstat (limited to 'npc')
-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 d3347259..49d47a8a 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 == 100 && countitem(ScorpionStinger) > 5) 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; |