Log in

View Full Version : exiva check not accepting variables?



Zmulan
07-29-2011, 12:41
doing:
exiva check 32097,32219,7 - works perfectly, but:
exiva check $myx$,$myy$,$myz$ - 11:39 Exiva check error: x was not numeric!

It would be great if it was changed, I need it for a script I'm working on :p

edit:
i can achieve the checking part with custom packet:
exiva > 8C $numbertohex2:XXX$ $numbertohex2:YYY$ $numbertohex1:Z$ 00 00 00
However, then $lastchecktileid$ won't return the ID.

while im already at it, I'd like to have a variables that stores the number of fish on screen...$fishleft$ or whaterver. There is already message that says how many fish left when using exiva fish, so implementing that variable would be easy.

edit2: I realized that it works while using it in a script, but not saying it directly ingame (exiva check $myx$,$myy$,$myz$)