summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-06-21 09:36:02 -0300
committerJesusaves <cpntb1@ymail.com>2025-06-21 09:36:02 -0300
commit1e3c59de8b82e64133ca89de7ea0543f30ed69b3 (patch)
treecc3b6347e81a83b8b58f9d99962fa074dba71de0
parentf498d1298f86b7fa0461dd840a231d03b0203b0e (diff)
downloadserverdata-1e3c59de8b82e64133ca89de7ea0543f30ed69b3.tar.gz
serverdata-1e3c59de8b82e64133ca89de7ea0543f30ed69b3.tar.bz2
serverdata-1e3c59de8b82e64133ca89de7ea0543f30ed69b3.tar.xz
serverdata-1e3c59de8b82e64133ca89de7ea0543f30ed69b3.zip
I don't remember.
-rw-r--r--npc/024-16/king.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt
index e63b1d827..83b7918e6 100644
--- a/npc/024-16/king.txt
+++ b/npc/024-16/king.txt
@@ -13,13 +13,16 @@
slide 30, 52;
end;
}
+ // FIXME: Store only the cart, instead of everything?
+ // (Can we even do that?) (also, should we block pets and RoDeX?)
if (countitem(RentCart)) {
mesc l("You cannot met the King while using a %s.", getitemlink(RentCart)), 1;
- next;
+ mesc l("Please put your cart in the storage first.");
+ /*next;
mesc l("Do you want to forward all your items to Quirino Voraz in Tulimshar?");
next;
if (askyesno() == ASK_YES)
- charcommand("@storeall 2");
+ charcommand("@storeall 2");*/
close;
}
setcart 0;