From 16496f556a38e624dc75a61097ce4d9b6c370d0b Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Tue, 9 Jan 2007 17:59:27 +0000 Subject: - Updated some functions calls that where using the wrong number of arguments with checkcart,checkfalcon,checkriding,getgmlevel,basicskillcheck. hmm, maybe I should add a config option for lazy scripter that still want to run script code that uses too many arguments git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9637 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/renters.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/merchants/renters.txt') 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; -- cgit v1.2.3-70-g09d2