From 01391a41fe43599b0d5b696cade8d976bae944a9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 13:45:15 -0300 Subject: You now need level 20 to rent a mount --- npc/functions/mounts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/mounts.txt') diff --git a/npc/functions/mounts.txt b/npc/functions/mounts.txt index 24fc558ce..12d56d71f 100644 --- a/npc/functions/mounts.txt +++ b/npc/functions/mounts.txt @@ -7,7 +7,7 @@ // MoubooRent( NPC Name ) function script MoubooRent { .@n$=getarg(0, strnpcinfo(0)); - if (MOUBOO_RENTTIME > gettimetick(2)) { + if (MOUBOO_RENTTIME > gettimetick(2) || BaseLevel < 20) { mesn .@n$; mesq l("Moo!"); return; -- cgit v1.2.3-70-g09d2