XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 10 of 353

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

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    CaptainReynolds's Avatar
    Join Date
    Jul 2014
    Posts
    120
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Depositor was still bugged for me haha, I will double check that I am fully updated some time within an hour or two (having "about" on xenosuite would be very helpful!)

    No one else has this problem?


    Here's the code (from InfernalBolt's script):

    Code:
    <item text="Self.DepositMoney('all')" tag="254"/>
    		<item text="!cdataread" tag="254"><![CDATA[if(Self.ItemCount(266) < 15)then Self.WithdrawMoney((15-Self.ItemCount(266))*45)end]]></item>
    		<item text="Stand (33020, 32059, 6)" tag="1"/>
    		<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"/>
    		<item text="Stand (33020, 32059, 7)" tag="1"/>
    		<item text="!cdataread" tag="254"><![CDATA[if (Self.ItemCount(266) >= 15) then gotoLabel('goSpawn') end]]></item>
    		<item text="Node (33005, 32073, 6)" tag="0"/>

    Edit: Apparently I was up to date.
    Last edited by CaptainReynolds; 07-09-2014 at 10:40 PM.

Posting Permissions

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