diff options
Diffstat (limited to 'npc/merchants/renters.txt')
-rw-r--r-- | npc/merchants/renters.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index 0c530710c..a225f736e 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -46,7 +46,7 @@ L_Start: M_0: if(getskilllv(63) == 0) goto sL_NeedSkill; if(Zeny < @price) goto sL_Zeny; - if(checkriding(0) != 0) goto sL_GotPeco; + if(checkriding() != 0) goto sL_GotPeco; set Zeny, Zeny - @price; setriding; mes "Thank you and good day."; @@ -99,7 +99,7 @@ L_Start: M_0: if(getskilllv(63) == 0) goto sL_NeedSkill; if(Zeny < @price) goto sL_Zeny; - if(checkriding(0) != 0) goto sL_GotPeco; + if(checkriding() != 0) goto sL_GotPeco; set Zeny, Zeny - @price; setriding; mes "Thank you and good day."; @@ -147,7 +147,7 @@ hu_in01.gat,375,318,5 script Falcon Master 59,{ sM_0: if(BaseJob != Job_Hunter) goto sL_NotHunter; - if(checkfalcon(0) != 0) goto sL_GotFalc; + if(checkfalcon() != 0) goto sL_GotFalc; if(Zeny < @price) goto sL_Zeny; if(getskilllv(127)==0) goto sL_NoSkill; set Zeny, Zeny - @price; |