XenoBot Forums - Powered by vBulletin

User Tag List

Page 27 of 36 FirstFirst ... 172526272829 ... LastLast
Results 261 to 270 of 353

Thread: [Update] XenoBot Apophis v14.7.6.656 [10.50 & Apophis Global Release]

  1. #261
    CaptainReynolds's Avatar
    Join Date
    Jul 2014
    Posts
    120
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Fixed the deposit bug on 2126, fixed the if stuck shooter. Close Tibia and restart XenoSuite to update.
    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.

  2. #262

    Join Date
    Dec 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  3. #263
    CaptainReynolds's Avatar
    Join Date
    Jul 2014
    Posts
    120
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Fixed the deposit bug on 2126, fixed the if stuck shooter. Close Tibia and restart XenoSuite to update.
    Quote Originally Posted by CaptainReynolds View Post
    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.
    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?

  4. #264
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by CaptainReynolds View Post
    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?
    Show me the code

  5. #265
    CaptainReynolds's Avatar
    Join Date
    Jul 2014
    Posts
    120
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Show me the code
    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:

    Code:
    <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"/>
    Both are from Infernal Bolt's thread. http://forums.xenobot.net/showthread.php?514

  6. #266
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Do you have a backpack in your depot?

  7. #267
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Xerosz View Post
    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?
    Can you give me the full path to your My Documents folder? e.g. C:\Users\....\Documents

  8. #268
    CaptainReynolds's Avatar
    Join Date
    Jul 2014
    Posts
    120
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    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.
    Last edited by CaptainReynolds; 07-11-2014 at 06:10 AM.

  9. #269
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by CaptainReynolds View Post
    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.

    no problem, at least you've learned something.

    Yeah, the point of a depositor is to have cascaded backpacks in depo for it to put unlimited shit in

  10. #270
    CaptainReynolds's Avatar
    Join Date
    Jul 2014
    Posts
    120
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    no problem, at least you've learned something.

    Yeah, the point of a depositor is to have cascaded backpacks in depo for it to put unlimited shit in
    Yeah I was thinking more along the lines of just throw the shit in the depot to start with and that I'd sort it when I feel like it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •