summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.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/jalad.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/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 28304e2e..44183c45 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -22,7 +22,7 @@
menu
l("I was going to ask you if you would need any help."), l_Continue,
- l("What is exactly your real job?"), -;
+ l("What exactly is your real job?"), -;
mes "";
mesn;
@@ -39,7 +39,8 @@
mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom"));
next;
- if (checkweight("PlushroomBox", 1) == 0) goto l_CantGive;
+ getinventorylist;
+ if ((checkweight("PlushroomBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
setq ShipQuests_Jalad, 1;
getitem "PlushroomBox", 1;
@@ -72,12 +73,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;