summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-30 10:21:53 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-30 10:21:53 +0400
commite5e41bd924b45d2d15b3175413a3a7a520396dee (patch)
treeb98143b49bd16e9ce32afe95d6b37d4c1667142b /npc/000-1/ale.txt
parentecf8da4a5520496e6c678ee600a85b63a7e62a02 (diff)
downloadserverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.gz
serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.bz2
serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.xz
serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.zip
Replaced some item IDs by their names in scripts.
Added missing commands when the NPC gives an item. Fixed some language.
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 24e0073c..72fb0ab5 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -31,7 +31,8 @@
mesq l("Hmm... Let's see, take this one.");
next;
- if (checkweight("AquadaBox", 1) == 0) goto l_CantGive;
+ getinventorylist;
+ if ((checkweight("AquadaBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
setq ShipQuests_Ale, 1;
getitem "AquadaBox", 1;
@@ -64,12 +65,12 @@ l_CallFunc:
close;
-l_CantGive:
+l_Inventory;
mes "";
mesn;
- mesq l("It seems that you can't carry more box yet.");
+ mesq l("It looks like you can't carry anymore of these boxes for now.");
next;
- mesq lg("Just come back to me once you'll have some more free place.");
+ mesq l("You should come back when you'll have some free space.");
close;