N e s s 3 Posted February 9, 2014 whenever i login this error appears help me please Quote Share this post Link to post Share on other sites
0 Samuel 83 Posted February 9, 2014 In your cluckers script, find the line where it says zeny which should be change to Zeny.. The error says it all.. Quote Share this post Link to post Share on other sites
0 themon 63 Posted February 9, 2014 On your cluckers.txt script Try to find and replace all "zeny" to"Zeny" and that will fix your problem Quote Share this post Link to post Share on other sites
0 thanna 11 Posted February 9, 2014 if your using notepad ++ try to replace zeny to Zeny, that will solve your problem Quote Share this post Link to post Share on other sites
0 N e s s 3 Posted February 9, 2014 the problem is. their is no zeny in my cluckers.txt Quote Share this post Link to post Share on other sites
0 Sephus 203 Posted February 9, 2014 Yeah this case sensitivity for variables is a pain xD although, if i might intrude, where does this originate from? [Notice]: Conflicting item/script var 'Zeny', prioritising the script var Quote Share this post Link to post Share on other sites
0 Haru 290 Posted February 9, 2014 the problem is. their is no zeny in my cluckers.txt The reported filename may be incorrect. I just committed a patch that should lead to less misleading error reports (and now shows Unknown when it doesn't have a clue, rather than simply showing the last parsed script). If it appears upon player login, it might not be related to any script at all. Doublecheck your SQL database (char_reg_num_db) to see if you have leftovers of a variable named 'zeny', and remove them. Yeah this case sensitivity for variables is a pain xD although, if i might intrude, where does this originate from? [Notice]: Conflicting item/script var 'Zeny', prioritising the script var This might now have anything to do with case sensitivity at all, but rather item name constants. If you have an item whose AegisName is 'Zeny' (guessing it's coming from a certain extended shop patch), change it to something else ('Zeny_' or 'Zeny_Token' are good options there). It's complaining because if you have an item with Zeny as AegisName, it'll never know if you want to use the item ID or the player parameter, in cases such as this:if (Zeny < 10000) { mes "You don't have enough money."; close;} 1 Sephus reacted to this Quote Share this post Link to post Share on other sites
0 themon 63 Posted February 9, 2014 so now to fix this is to find all zeny and change it to Zeny I don't know an easier way to find all zeny in the script than go to your hercules folder using your windows explorer and press search and search all zeny from files and folder. then open the result one by one and and find zeny on each one you open and replace to them to Zeny Quote Share this post Link to post Share on other sites
whenever i login this error appears help me please
Share this post
Link to post
Share on other sites