From e5e41bd924b45d2d15b3175413a3a7a520396dee Mon Sep 17 00:00:00 2001 From: Alige Date: Fri, 30 Nov 2012 10:21:53 +0400 Subject: Replaced some item IDs by their names in scripts. Added missing commands when the NPC gives an item. Fixed some language. --- npc/000-1/tibbo.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/000-1/tibbo.txt') 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; -- cgit v1.2.3-70-g09d2