summaryrefslogtreecommitdiff
path: root/npc/000-1/gulukan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-03 00:41:17 +0100
committerReid <reidyaro@gmail.com>2012-12-03 00:41:17 +0100
commit361331cbdcdd12577e992c69383ae0e31929512c (patch)
tree20a3e4367055716219536ba685910ec6140c59a0 /npc/000-1/gulukan.txt
parent9859a4a8bd1227090e8d7de8b6d52488761d9e80 (diff)
downloadserverdata-361331cbdcdd12577e992c69383ae0e31929512c.tar.gz
serverdata-361331cbdcdd12577e992c69383ae0e31929512c.tar.bz2
serverdata-361331cbdcdd12577e992c69383ae0e31929512c.tar.xz
serverdata-361331cbdcdd12577e992c69383ae0e31929512c.zip
Add new function in every script where getitem is called.
Diffstat (limited to 'npc/000-1/gulukan.txt')
-rw-r--r--npc/000-1/gulukan.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 5feba413..c6742742 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -53,8 +53,10 @@ l_Continue2:
mesq l("Anyway I am glad I can give you some of these yoyoxs.");
next;
- getinventorylist;
- if ((checkweight("CroconutBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
+ set @item, 715;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Gulukan, 1;
getitem "CroconutBox", 1;
@@ -127,15 +129,6 @@ l_RandomC:
close;
-l_Inventory;
- mes "";
- mesn;
- mesq l("It looks like you can't carry anymore of these yoyox for now.");
- next;
- mesq l("Yoiis should come back when yey'll have some free space.");
-
- close;
-
l_Bottom:
mes "";
mesn;