From b3aef69807e315f71109ee00755087303b5336df Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 22 Oct 2014 04:43:41 +0200 Subject: Deprecated checkmadogear and setmadogear commands Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru --- npc/re/merchants/renters.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/merchants') diff --git a/npc/re/merchants/renters.txt b/npc/re/merchants/renters.txt index 781467e20..e245968f0 100644 --- a/npc/re/merchants/renters.txt +++ b/npc/re/merchants/renters.txt @@ -165,13 +165,13 @@ prontera,125,208,5 script Peco Peco Remover 8W_SOLDIER,{ mes "There you go!"; close; case 2: - if (checkmadogear()) { + if (checkmount() == MOUNT_MADO) { mes "[Magic Gear Master]"; mes "I'm sorry, but you're already"; mes "riding a Magic Gear."; close; } - else if (!getskilllv("NC_MADOLICENCE")) { + else if (!getskilllv(NC_MADOLICENCE)) { mes "[Magic Gear Master]"; mes "Please learn the skill to get the Magic Gear License first."; close; @@ -180,7 +180,7 @@ prontera,125,208,5 script Peco Peco Remover 8W_SOLDIER,{ mes "Please remove your cash mount."; close; } - setmadogear; + setmount(MOUNT_MADO); mes "[Magic Gear Master]"; mes "Have fun, and please come again!"; close; -- cgit v1.2.3-70-g09d2