There is no XenoBot for Version 8.60.....
Anyone knows where I can find the list of all the lua functions from darkstar? @DarkstaR
Thanks.
Im have problems with custom chat channels. I cant send any messages into them. You can test it with this tictactoe script. http://forums.xenobot.net/showthread...highlight=game. On line 23 youll need to add tostring() to force the numbers into a string.
It's working as is. HUD.New expects number values to be for itemids, strings to be for text. The old constructors are for backwards compatibility. If you can't wrap the number in quotes: '1' as in this case where the numbers are generated. Do as you said with tostring or string.format. I don't see this affecting a huge audience but I'll look and see if there's more checks we can undergo before assuming it's an itemid :P
I was using Self.DropFlask() but i removed it and it works fine now and continues with the supply checking, no idea why it meant Self.DropItems() though :s
Edit: now i get this error in the Self.DepositItems()
Code:05:54 XenoScript Error: Script: ?Corym?Config.lua Line #: 1684 Chunk: C:\Program Files ?x86??XenoBot?Data?XenoLuaLib.lua Error: attempt to call field 'GetItemIDFromDualInput' (a nil value) This is an error with user-input and should not be reported as a bug with XenoBot.
Last edited by martinpwnage; 12-25-2012 at 10:10 AM. Reason: new error
For some reason #Self.GetTargets doesn't work and always returns 0. #Self.GetSpectators works fine.