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).the problem is. their is no zeny in my cluckers.txt![]()
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:Yeah this case sensitivity for variables is a pain xD
although, if i might intrude, where does this originate from?
Code:[Notice]: Conflicting item/script var 'Zeny', prioritising the script var
if (Zeny < 10000) { mes "You don't have enough money."; close;}
We use essential cookies to make this site work, and optional cookies to enhance your experience.