XenoBot Forums - Powered by vBulletin

User Tag List

Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 84

Thread: [Update] XenoBot v2.7.4

  1. #41
    Crystaline's Avatar
    Join Date
    Jun 2012
    Location
    Sweden
    Posts
    196
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    There we no changes to the Walker or Targeting in this update. Any bugs were already there.

    Try giving more information. Bitching like little kids (which, granted, you probably are) helps nothing. Personally, I saw this as one of the best updates for Walker/Looter/Targeting functionality, so I obviously don't see problems in my tests. Maybe you should tell me what your settings are and what scripts you're using if you want help.
    I'm not really bitching, just stating a problem which is that if you are out of cap it will try to loot the item until it gets it up (which it obviously won't) and therefore get stuck. It doesn't have anything to do with the scripts or settings

    This was indeed a very good update for both speed in looting and walking, just stating an annoying problem.

  2. #42
    Super Moderator Luls's Avatar
    Join Date
    Dec 2010
    Location
    Canadaaaa.
    Posts
    1,976
    Mentioned
    186 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Crystaline View Post
    I'm not really bitching, just stating a problem which is that if you are out of cap it will try to loot the item until it gets it up (which it obviously won't) and therefore get stuck. It doesn't have anything to do with the scripts or settings

    I actually ran into that problem myself. I tabbed back to one of my characters when it had 40 manas left, just standing there getting attacked, trying to loot something

  3. #43
    Lynx's Avatar
    Join Date
    May 2012
    Location
    UK
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have experienced the same problem that Crystaline and Luls have stated. Character stood their attempting to loot a halberd, even though I never had enough cap left. This happened while I was using Infernal Bolt's Outside Orc Fort script using the lua script and a script that casts Exori Ico when at full mana, hope that helps. Keep up the good work DarkstaR.

  4. #44
    Lifetime Subscriber
    Join Date
    Dec 2011
    Location
    Michigan
    Posts
    2,644
    Mentioned
    81 Post(s)
    Tagged
    0 Thread(s)
    if you can take a look on this aswell nick

    http://forums.xenobot.net/showthread...targeting-quot

  5. #45
    Lifetime Subscriber L!p3's Avatar
    Join Date
    Dec 2011
    Location
    Brazil
    Posts
    157
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    You should do BETA versions, would be faster for you to find bugs and better to us to do not fall into them.

  6. #46

    Join Date
    Jun 2012
    Posts
    44
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Here is my solution for getting stuck when you are out of capacity, this disables targeting when less than 100 cap. It's not the best fix seeing as how much loot you might miss out on, you can also change it to your liking but at least you can bot afk without worrying about dying to it. This way your bot will make it to the cap checker in your script and go deposit then re-enable looting once it has over 100 cap again.

    Code:
    while (true) do
    	if (Self.Cap() < 100) then
    		setLooterEnabled(false)
    	else
    		setLooterEnabled(true)
    		end
    	wait (500,1500)
    end

  7. #47
    Senior Member Petit Ours's Avatar
    Join Date
    Dec 2011
    Location
    Québec
    Posts
    382
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    the problem is not the capacity dude.
    we have some problem with the looting system and darkstar will repair it as always.
    dont try to teach him how to code because he his the best

  8. #48

    Join Date
    Jun 2012
    Posts
    44
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Petit Ours View Post
    the problem is not the capacity dude.
    we have some problem with the looting system and darkstar will repair it as always.
    dont try to teach him how to code because he his the best
    Obviously I'm not trying to teach DarkstaR how to code a simple while loop, what I am doing however is helping those who do not realize that the simplest way around the looting problem as you want to refer to it as is with my script until DarkstaR can fix the problem. Technically the problem is with the capacity as well as the looter seeing as how the looter works fine until you run out of capacity, I'm only trying to allow people to get their bots back online. Not forcing anyone to use it, I kind of like being alone in the spawn I'm in that usually has 6-7 botters.

  9. #49
    Senior Member Petit Ours's Avatar
    Join Date
    Dec 2011
    Location
    Québec
    Posts
    382
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    yeah but the problem i saw when i use it was not the capacity, they can just use the older version until nick adjust the new one.

  10. #50

    Join Date
    Jun 2012
    Posts
    44
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Petit Ours View Post
    yeah but the problem i saw when i use it was not the capacity, they can just use the older version until nick adjust the new one.
    There are probably 10 or more people on this thread stating the bot gets stuck when out of capacity and in my post I state the solution to that problem not any other reported problems. If you aren't having that problem why would you even be responding to my post? Now I understand why DarkstaR gets so frustrated with the community, the bots functionality in 2.7.4 is better than the older version I'm getting 5-10k more xp an hour therefore some people might want to continue using the current version and just work around some of the kinks. Obviously he is going to address these problems, but obviously he has a full-time job on top of xeno and he can't do it all right away. He pushed out 3 updates in 1 day, I'm pretty sure he's burnt out and we wont see an update for a few days so again I'm trying to help the community but you are too butt hurt by the almighty DarkstaR to realize that, he's only one person he can't help everyone.

Posting Permissions

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