Diary of a wowboter menu

Shout-Out

User Tag List

Page 6 of 16 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 233
  1. #76
    Zag's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Possibly, I'll have to look at the code myself but if AvoidObstacle() is the function called for the collision test, then yes most likely it would fix this issue. (I would not lower the int distance, I would lower the y distance of the object in the way, no idea if the variable is reffering to it or not) As for the pointer, I have not checked the options to tune it because I'm lazy but I should really do it one day.

    Diary of a wowboter
  2. #77
    edivno's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Originally Posted by PresumedEvil
    ...
    I had the same issue myself, and found a fix on the ISXWoW forums.

    http://www.isxwow.net/forums/viewtopic.php?p=7479#p7479

    Originally Posted by [email protected]
    As it was said in another post (I just read from the past week or so) - This is due to the radius checking on the GotObstacle - Which is set to 5 Yards. I reduced it to 1 yard and I have no problems now. Its in oNavigator.iss, look for :

    Code:
    member GotObstacle()
        {
            variable float X
            variable float Y
            variable float Z
    
            X:Set[${Math.Calc[${Me.X}+5*${Math.Cos[${Me.Heading}]}]}]
            Y:Set[${Math.Calc[${Me.Y}-5*${Math.Sin[${Me.Heading}]}]}]
            Z:Set[${Math.Calc[${Me.Z} + 0.2]}]
            
            This.LastObstacleCheck:Set[${LavishScript.RunningTime}]
            return ${Me.IsPathObstructed[${X},${Y},${Z},10,${Me.X},${Me.Y},${Math.Calc[${Me.Z} + 0.2]}]}
        }
    And Change it to :

    Code:
    member GotObstacle()
        {
            variable float X
            variable float Y
            variable float Z
    
            X:Set[${Math.Calc[${Me.X}+1*${Math.Cos[${Me.Heading}]}]}]
            Y:Set[${Math.Calc[${Me.Y}-1*${Math.Sin[${Me.Heading}]}]}]
            Z:Set[${Math.Calc[${Me.Z} + 0.2]}]
            
            This.LastObstacleCheck:Set[${LavishScript.RunningTime}]
            return ${Me.IsPathObstructed[${X},${Y},${Z},10,${Me.X},${Me.Y},${Math.Calc[${Me.Z} + 0.2]}]}
        }
    Im sure this will cause you to look like an oaf because it wont detect you are going to run into a wall until you are on it, but mess with the values...
    And as it says on the last line, mess with the values, see what works best for you.

  3. #78
    Zag's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Wow awesome thanks a lot man. =)

  4. #79
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Originally Posted by KuRIoS
    Glider can go to vendor and sell grey stuff and repair for you. you just need to configure it correctly
    You can make glider go from 1-70 without touching the computer more than once.
    You can run multiple copies of glider at the same time.
    You can run glider in background mode meaning it will play in the background while u surf..
    I know this doesnt exactly fit into this thread, but i just wanted to make it clear that some of the things that ppl said wasnt posible with glider is indeed possible.
    If you can explain how to make Glider repair and sell greys it would be greatly appreciated.

  5. #80
    Shannara's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    The latest public release of Bytebot is only 1.6, and ive seen someone post earlier that you can get the newest by getting SVN, but...it also says svn is closed to new people...so my question is, how do i get the newest version of bytebot?

  6. #81
    HazelNut's Avatar Member
    Reputation
    18
    Join Date
    Mar 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    ByteLock made version 1.9 public
    http://www.isxwow.net/forums/viewtopic.php?f=23&t=760
    BTW has anyone tested any good WSG bots? i really need one and making one through bbot doen't seem to be very good.
    Last edited by HazelNut; 04-10-2007 at 04:11 PM.
    GeT oFf My NuTs!


  7. #82
    lohkies's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2007
    Posts
    142
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    With BBOT im getting wacky framerate while im roaming like 5 FPS but when i fight its like 40 im using it in naagrand 67 rogue

  8. #83
    MagellanFreet's Avatar Active Member CoreCoins Purchaser
    Reputation
    36
    Join Date
    Aug 2006
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    OMG THIS PROGRAM IS AMAZING!! once you configured it it works perfectly. and it looks VERY human. +rep!! wayyy better than glider

  9. #84
    HazelNut's Avatar Member
    Reputation
    18
    Join Date
    Mar 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Originally Posted by lohkies
    With BBOT im getting wacky framerate while im roaming like 5 FPS but when i fight its like 40 im using it in naagrand 67 rogue
    when creating a navigation path (mapping out places youve never been in) it's normal to lag, specially if ther's lots of other players around you. the reason behind it has something to do with the fact that is still scanning for mobs while it's mapping and basically it's alot of shit to do at the same time. anyway, it's normal dude... it sux i know!
    GeT oFf My NuTs!


  10. #85
    PresumedEvil's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Originally Posted by edivno
    I had the same issue myself, and found a fix on the ISXWoW forums.

    http://www.isxwow.net/forums/viewtopic.php?p=7479#p7479



    And as it says on the last line, mess with the values, see what works best for you.
    Thank you Edivno! I'd searched and not seen that one.:wave:

  11. #86
    Zag's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Originally Posted by yosaron
    OMG THIS PROGRAM IS AMAZING!! once you configured it it works perfectly. and it looks VERY human. +rep!! wayyy better than glider
    Thanks, I appreciate every bit of support , as I may seem brutal sometimes, it's just because I'm a busy man and hate people asking stupid questions without searching.

  12. #87
    elky's Avatar Member
    Reputation
    11
    Join Date
    Jan 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Sorry if there's alot of people posting the same question but I just got innerspace and follow zag's (awesome) guide to the letter. I'm trying to install bytebot but can not find a link to download it. Bytelocke says in a post that if you are not contributing with some code then the SVN is 10$/month meaning unless you want to use the 1.60 (which I'd rather not) the latest bytebot version is NOT free. BTW, I didn't thouroughly read all the bytebot threads but what does SVN exactly stand for.

  13. #88
    Zag's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Originally Posted by Zag
    Pasdoy > I might share the profile when I'm done but I've accidently delete all the profiles I've used while playing around with bbot.

    Banman the blind > http://www.isxwow.net/forums/viewtopic.php?f=23&t=760

    Papvag > Magebot is a standalone but you need to type 'run magebot/wowbot' to start it.

    Rapid > If you are around I'd say the chance of you getting banned are like 5%, and they can only be due to a warden -update- detection.
    I love you.

    SVN = you connect to a server and download the latest version of bytebot (it is actually at 1.9 and you can download the 1.90 for free (which is the link in the link in my quote.)
    Last edited by Zag; 04-10-2007 at 11:53 PM. Reason: Auto-merged Doublepost

  14. #89
    Mutated Carpet People's Avatar Active Member
    Reputation
    17
    Join Date
    Oct 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    Zag it would be cool to keep a /played time at the bottom of your diary just so i know if im keeping up with you with glider haha, im just about day 9 also so i just wanna get a rough estimate if im ahead or not
    Last edited by Mutated Carpet People; 04-11-2007 at 12:10 AM.

  15. #90
    Zag's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Diary of a wowboter

    kk done

Page 6 of 16 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. Diary of a botter ....idea
    By yungen2003 in forum World of Warcraft General
    Replies: 3
    Last Post: 05-19-2007, 07:37 AM
  2. Diary of a BG Hacker =)
    By Floating Blizzard in forum World of Warcraft General
    Replies: 9
    Last Post: 05-03-2007, 10:06 PM
  3. WoWBoT Questions
    By jamla in forum World of Warcraft General
    Replies: 0
    Last Post: 04-07-2007, 01:57 AM
  4. My rogue diary
    By KuRIoS in forum Community Chat
    Replies: 0
    Last Post: 02-22-2007, 11:20 AM
  5. [LFHELP] Need coders for WoWBot Project.
    By suicidity in forum World of Warcraft General
    Replies: 16
    Last Post: 12-25-2006, 05:23 PM
All times are GMT -5. The time now is 10:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search