summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.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/tibbo.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/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 2459ab42..c601f364 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -40,7 +40,8 @@
mesq l("Bring this box to Gugli. He will be extremely happy!");
next;
- if (checkweight("AquadaBox", 1) == 0) goto l_CantGive;
+ getinventorylist;
+ if ((checkweight("AquadaBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
setq ShipQuests_Tibbo, 1;
getitem "AquadaBox", 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;
@@ -110,7 +111,7 @@ l_NoTask:
l_TaskDone:
mes "";
mesn;
- mesq l("Perfect!");
+ mesq l("Awesome!");
close;