@Virse, there's no way it would give the same error. Just tested it and it's running fine. PM how you're implementing it.
Sorry I went to quote my other post and I forgot you cant quote a quote plus i did a poor job editing my quote.
This is the error Im still getting.
Testing this now. im encountering problems. scenario 2, 3"a", and 3"b" work fine but 1 doesnt work. I get this error. The script doesnt get unpacked(?) into the scripts folder.
16:55 XenoScript Error:
Script: control - South Cyclops.lua
Error: cannot open C:\Users\soul4soul\Documents\XenoBot\Scripts\contr ol - South Cyclops.lua: No such file or directory
This is an error with user-input and should not be reported as a bug with XenoBot.
23:59 XenoScript Error:
Script: EK-Nightmares.lua
Line #: 1943
Chunk: C:\Program Files?XenoBot?Data?XenoLuaLib.lua
Error: attempt to call field 'isAttackSafe' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot.
... i reinstall xeno and install again , and i got same problem ; /
line 1943 =
"function getTargetsInArea(pos, radius, aggressiveness) --this function will be deprecated completely in the near future, do not use "
fixed by Syntax .
Thanks <3 !
Last edited by Tizet; 12-24-2012 at 11:27 PM.
Already pm'ed this fix to @Tizet and he verified it works. For anyone that HAS to use this function here is the temp fix (it will be patched soon):
[code=lua]function getTargetsInArea(pos, radius, aggressiveness) --this function will be deprecated completely in the near future, do not use
local n = #Self.GetTargets(radius)
local safe = Self.isAreaPvPSafe(radius+2, true, true) or aggressiveness == 4
return safe and n or 0
end[/code]
Note the comment, this is a deprecated function so it's recommended to phase it out and use 'Self.GetTargets'.
working !
Merry X-mas !
When saving HUD, bot crashes.
Which is the version of Xenobot that could work for Tibia 8.6? Please, if anyone here is still reading these posts.
Thank you =)