XenoBot Forums - Powered by vBulletin

User Tag List

Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 91

Thread: 100% AFK Script Making

  1. #71
    Aloha Mense's Avatar
    Join Date
    Dec 2014
    Posts
    63
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Hey, It's a nice script and works perfectly so far, except for one thing and that is the DepositItem part.. I have put bps inside depot and it still would not deposit the items and it just keeps opening depot and then the first backpack and it closes both of them and reopens .. Also, since that Autolootlist creator is updated, it isnt possible to put it straight into the part of selfdeposit. Is there still an easier way to just fill in the monster name and get the loot list with the selfdeposit text so i can just set it in straight without having to fill everything in myself?

  2. #72
    Aloha Mense's Avatar
    Join Date
    Dec 2014
    Posts
    63
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Aloha Mense View Post
    Hey, It's a nice script and works perfectly so far, except for one thing and that is the DepositItem part.. I have put bps inside depot and it still would not deposit the items and it just keeps opening depot and then the first backpack and it closes both of them and reopens .. Also, since that Autolootlist creator is updated, it isnt possible to put it straight into the part of selfdeposit. Is there still an easier way to just fill in the monster name and get the loot list with the selfdeposit text so i can just set it in straight without having to fill everything in myself?
    Found one now

  3. #73

    Join Date
    Apr 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My checker is crazy I guess. Everytime It checks, it goes to the right label but it seems that the walker stucks. Even if it is enabled it doesnt walk.



    Edit: Actually , any label change stucks dunno why
    Last edited by mrplank; 05-12-2015 at 06:28 PM.

  4. #74

    Join Date
    Feb 2014
    Posts
    59
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Maybe the label isn't reachable? You don't have map unlocked? Any of these could be the cause. If the label is on another floor or is too far away then it is impossible to reach it which is why you're being stuck.

  5. #75

    Join Date
    Apr 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My map is wide open. The label is reached by the walker but it stucks. It is still enabled but dont do any action. And even if I try to re-enable the walker, it doesnt work so I have to Reload the script. Its crazy.


    ---
    Changed many things inside de LUA file. Seems to work
    Last edited by mrplank; 05-12-2015 at 08:11 PM. Reason: solved

  6. #76

    Join Date
    Jun 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks !!!

  7. #77

    Join Date
    Nov 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    Can someone tell me, what i have to change in this:
    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")

    function onWalkerSelectLabel(labelName)
    if (labelName == "Checker") then
    -- Check Supplies, Hunt or Leave
    Walker.ConditionalGoto((Self.ItemCount(ManaID) <= LeaveMana) or (Self.Cap() < LeaveCap) or (Self.ItemCount(HealthID) <= LeaveHealth) or (Self.ItemCount(AmmoID) <= LeaveAmmo), "Leave", "BeginHunt")
    The problem is that my bot returns to depot with a lot of potions.

  8. #78

    Join Date
    Mar 2012
    Location
    Sweden
    Posts
    52
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is this tutorial still usable?

  9. #79
    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 BIRDIE13 View Post
    Is this tutorial still usable?
    It's, although some of those things can be achieved easier nowadays

  10. #80

    Join Date
    Mar 2012
    Location
    Sweden
    Posts
    52
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nakuu View Post
    It's, although some of those things can be achieved easier nowadays
    Is there any other guide i can follow which is more up to date?

Posting Permissions

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