Thanks for fixing it again -- sorry for pestering. Will most likely test tomorrow morning but maybe in an hour or two if I get the chance.
I am getting this message every time I try to load a script 23:17 XenoBot: Unable to load file! Try placing it in 'My Documents\XenoBot\Settings\'. and the script is in there. what can I do?
Somehow it is still not working for me. I haven't learned to make my own depositor yet -- could you paste one here that's working for you so I can test with that instead and possibly implement into the scripts I'm using?
Here's one:
Code:<item text="Stand (32332, 31781, 7)" tag="1"/>
<item text="Stand (32329, 31778, 8)" tag="1"/>
<item text="Stand (32326, 31775, 8)" tag="1"/>
<item text="Self.DepositItems(5902, 10196, 11480, 10275, 9648, 11479, 10295, 11453, 11485, 9692, 8031)" tag="254"/>
<item text="Stand (32329, 31779, 8)" tag="1"/>
<item text="Stand (32332, 31781, 8)" tag="1"/>
Here's another:
Both are from Infernal Bolt's thread. http://forums.xenobot.net/showthread.php?514Code:<item text="!cdataread" tag="254"><![CDATA[Walker.Goto("dp"..math.random(1,10)) wait(2000)]]></item>
<item text="dp1:" tag="255"/>
<item text="Stand (33020, 32056, 7)" tag="1"/>
<item text="Self.Step('east') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33021, 32056, 7) ~= 0,'dp2','deposit')" tag="254"/>
<item text="dp2:" tag="255"/>
<item text="Stand (33020, 32054, 7)" tag="1"/>
<item text="Self.Step('east') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33021, 32054, 7) ~= 0,'dp4','deposit')" tag="254"/>
<item text="dp3:" tag="255"/>
<item text="Stand (33020, 32052, 7)" tag="1"/>
<item text="Self.Step('east') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33021, 32052, 7) ~= 0,'dp6','deposit')" tag="254"/>
<item text="dp4:" tag="255"/>
<item text="Stand (33020, 32050, 7)" tag="1"/>
<item text="Self.Step('east') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33021, 32050, 7) ~= 0,'dp8','deposit')" tag="254"/>
<item text="dp5:" tag="255"/>
<item text="Stand (33020, 32048, 7)" tag="1"/>
<item text="Self.Step('east') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33021, 32048, 7) ~= 0,'dp10','deposit')" tag="254"/>
<item text="dp6:" tag="255"/>
<item text="Stand (33020, 32046, 7)" tag="1"/>
<item text="Self.Step('east') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33021, 32046, 7) ~= 0,'dp1','deposit')" tag="254"/>
<item text="dp7:" tag="255"/>
<item text="Stand (33015, 32052, 7)" tag="1"/>
<item text="Self.Step('west') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33014, 32052, 7) ~= 0,'dp3','deposit')" tag="254"/>
<item text="dp8:" tag="255"/>
<item text="Stand (33015, 32050, 7)" tag="1"/>
<item text="Self.Step('west') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33014, 32050, 7) ~= 0,'dp5','deposit')" tag="254"/>
<item text="dp9:" tag="255"/>
<item text="Stand (33015, 32048, 7)" tag="1"/>
<item text="Self.Step('west') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33014, 32048, 7) ~= 0,'dp7','deposit')" tag="254"/>
<item text="dp10:" tag="255"/>
<item text="Stand (33015, 32046, 7)" tag="1"/>
<item text="Self.Step('west') wait(1000)" tag="254"/>
<item text="Walker.ConditionalGoto(Self.DistanceFromPosition(33014, 32046, 7) ~= 0,'dp9','deposit')" tag="254"/>
<item text="deposit:" tag="255"/>
<item text="!cdataread" tag="254"><![CDATA[print("Found Free Depot")]]></item>
<item text="Self.DepositItems(9689,8031,10275,9692,5894,11485,12600)" tag="254"/>
Do you have a backpack in your depot?
Hahahahahaaha is that seriously the problem? The deposit line of code didn't mean much to me when trying to figure it out so I couldn't tell what it was trying to do exactly. I was trying to warn you I know nothing about depositors which is why I was posting the code. Not surprised at all it was just me being a complete dumbass the whole time (apparently didn't even read all the instructions). I could've sworn one of these scripts was working prior to the last tibia update, but whatever I guess I was wrong. Or maybe I just happened to need the backpack in my depot right as the game updated.
Very sorry to trouble you, thanks a lot for the help.