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. #10
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Syntax View Post
    You have it backwards.
    The code shouldn't have worked very well at all on multiple lines, you're depositing into backpacks that have already been dug down into. That should be a clear sign that something is wrong.

    When the deposit function was first released everyone (mostly) used it properly. For some reason, now, it's being called multiple times in everyone's script. Anyways, Nick will fix the issue by adding a delay and closing the depot and depot backpacks.

    I do recommend you fix your scripts though. You can span the table across multiple lines and tab properly if you wish to distinguish the items, it's cleaner than multiple functions.

    lua code:
    Self.DepositItems(
    -- First Depot Backpack
    {7427, 0},
    {21175, 0},
    {3318, 0},
    {21174, 0},
    {3381, 0},
    -- Second Depot Backpack
    {21200, 1},
    {7443, 1},
    {5911, 1},
    {21201, 1},
    {5912, 1}
    )
    Changed it as you told - to call it only once - and it didn't deposit my rare items at all, dunno if it's any better sadly

    Deposited (stackable) items to first backpack in depo just fine (it had to go deeper into cascaded backpacks) then re-opened browse field (to open second backpack in depot) and got stuck here (as you can see on the screenshot) trying to do some crazy shit, eventually stopped trying and ran away.
    Here is the screenshot: http://i.imgur.com/Y1fdQl3.png
    Last edited by Nakuu; 07-08-2014 at 11:38 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
  •