diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-29 00:52:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-29 00:52:45 -0300 |
commit | 2d9e66251582b95764e81e40a27c4d4e0454f3e4 (patch) | |
tree | 18706b4deead977388ec68f50057bf2636921490 /npc/024-16 | |
parent | 73c28414416070895e4558f629d26bc6344ad999 (diff) | |
download | serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.gz serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.bz2 serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.xz serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.zip |
This is the EXPERIMENTAL version of allowing Carts to players.
As well as its most important restrictions.
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/king.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 4790b7f96..29dd9d565 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -13,6 +13,11 @@ slide 30, 52; end; } + if (countitem(RentCart)) { + mesc l("You cannot met the King while using a %s.", getitemlink(RentCart)), 1; + close; + } + setcart 0; if (.@q >= 17) goto L_Complete; if (.@q == 16) |