Alterac AFK Bot with Waypoints menu

User Tag List

Page 41 of 60 FirstFirst ... 373839404142434445 ... LastLast
Results 601 to 615 of 886
  1. #601
    Wingboy's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am still getting the graveyard problem even with 0.5.8,as soon as my guy ressurrects he just stands there doing nothing.

    Alterac AFK Bot with Waypoints
  2. #602
    bigbriggy's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was just wondering if it is possible to run the script in minimized mode with keeping the focus on the executing script on the WoW window, i have heard that some bots do this and that they can even remove the application from the bottom window bar. It would be handy if this could be achieved as you could have the bot running whist doing something else on your computer, anyone know if this is easily achievable?

    i am looking to add a line like WinSetState("World of Warcraft", "", @SW_MINIMIZE) to minimize the window. I was looking to do this after wow had been set as the active window. it would be maximize on turning off the bot. I take it this isnt easily achievable because the addon relies on the position of the black squares. I would still believe this could be possible as you are reading the values into variables at run time and continuing to query them at intervals. if this is correct could you locate on the code where is best to place a minimize command or advice on a way that i could get the bot to minimize whilst maintaining botting.
    Last edited by bigbriggy; 04-14-2008 at 04:07 PM.

  3. #603
    calio's Avatar Member
    Reputation
    35
    Join Date
    Mar 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Killerboy_001, I have a question directed at you. You seem to really know alot about Flos's bot. Before 2.4 I had this baby working great for me. At first the bot would not auto-que me for AV in Darnassus but somehow I got that to work back before 2.4 (I think I just emptied my addon folder, restarted computer a few times and got lucky).

    However, since 2.4 I cannot get a single version to auto-que me for the bg (and when I que myself the bot just stands still inside of the AV starting cave). I posted the error I'm getting on the PVPBOT.INFO website. The log says something about "Cannot recognize black square". I've tried changing my resolution, fiddeling with my graphics card, of course I've turned all other addons off and even gone so far as to delete all other addons from my Addons folder.

    Do you have any advice or suggestions for me? Your help would be greatly appreciated. Thanks in advance Killerboy_001!

  4. #604
    KiLLerBoy_001's Avatar Member
    Reputation
    7
    Join Date
    Mar 2008
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill see what i can do maybe ill make a it like this

    - if fails to read Box color then
    - you need to set mouse point on black square
    - press a cenrtain hortkey that will store the point your mouse is on as the point to read from

  5. #605
    franciz3's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any way to pause - resume the bot?

    b4 patch 2.4 when i was using this bot.. i used to be able to press the "pause/break" key to exit the bot... then maybe edit my profile and do somthing else.. then kill myself (jump off the cliff or somthin) then double click on flo.exe to resume the bot... but seems like this method doesnt work anymore for me... wen i try to do it.. but is just stuck n d graveyard.. so pretty much in order for the bot to run d full AV game..i can only stop d bot if im n town.. b4 requeing..

  6. #606
    KiLLerBoy_001's Avatar Member
    Reputation
    7
    Join Date
    Mar 2008
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Release 0.5.8.5

    Basiclly still 0.5.8 But with better Error logging and Tooltip
    • Tooltip now doesnt only say in town but also gives town name
    • Also Town name is now logged in log file
    • Tooltip now says for what bg it's queued
    • Also BG Qeueu name is also logged in log file
    • If Res Graveyard is not Detected it will give you the coords these will also be logged in log file < verry handy for future developing >
    • to the above it wil also show the zone your in atm


    pleas any of you who have GY errors pleas get this version

    FloBot 0.5.8.5.zip

    FloBot 0.5.8.5 Source.zip

  7. #607
    pnr815's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to make the bot use Tab to target? Since I'm a mage once someone hits me, I'm pretty much dead. Also, 0.5.8.5 can't detect my graveyards on the Horde side.

    Thanks!

  8. #608
    Halospy's Avatar Member
    Reputation
    2
    Join Date
    May 2006
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pnr815 View Post
    Is there anyway to make the bot use Tab to target? Since I'm a mage once someone hits me, I'm pretty much dead. Also, 0.5.8.5 can't detect my graveyards on the Horde side.

    Thanks!

    From the read me provided by Flos

    AntiAfkWithAutoAttack([$MaxTime = 0],[ $SendTab = 30])
    [MaxTime] : Time in milleseconds to execute this function... 0 means undefinitly [SendTab] : How often in seconds the Tab-key should be sent. 0 means it should never get sent.

    So For you to Anti AFK forever and tab every seconds I believe it would be.
    AntiAfkWithAutoAttack(0,1)

    So replace all the AntiAfkWithAutoAttack() in your profile with AntiAfkWithAutoAttack(0,1) and your should constantly tab target every second.

    Caution when you turn this on you may attack a random wing commander running by. Happened to me twice however it does make your guy seem more realistic

    Think Ill post my amature horde profile later since there aren't many up here.

  9. #609
    pnr815's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Halospy! Are the graveyards working on any of the Horde profiles? The one I downloaded off the profile sharing system had graveyard issues.

    Halo do the graveyards work on your profile? If so, can you please post it?

    Thanks again!

  10. #610
    Hikarie's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    [18:45:25] [0]	Progamm startet
    [18:45:25] [0]	_WMRGetBaseOffset()
    [18:45:27] [2003]	CheckConfig(): Square found = Status OK
    [18:45:27] [2004]	CheckConfig(): PlayerData found = OK
    [18:45:30] [4535]	_WMRGetBaseOffset()
    [18:45:37] [11690]	_WMRGetBaseOffset()
    [18:45:37] [11939]	STATUS: TOWN
    [18:45:37] [11939]	JoinBG()
    [18:45:37] [11940]	_mapGetZone()
    [18:45:37] [11941]	Zone: 2
    [18:45:37] [11941]	WP()
    [18:45:39] [13931]	AdLib_Func() NS: 1
    [18:45:39] [13931]	reset_movement_keys()
    [18:45:43] [17213]	_WMRGetBaseOffset()
    [18:45:43] [17444]	STATUS: QUEUED
    [18:45:43] [17444]	JustAntiAfk()
    [18:45:54] [29000]	GetStats(): Status may not be correct, 2/3 checks failed
    [18:45:54] [29108]	GetStats(): Status may not be correct, 2/3 checks failed
    [18:45:54] [29108]	AdLib_Func() NS: 7956799
    [18:45:54] [29109]	reset_movement_keys()
    [18:45:56] [30265]	GetStats(): Status may not be correct, 2/3 checks failed
    [18:45:57] [31372]	AdLib_Func() NS: 2
    [18:45:57] [31372]	reset_movement_keys()
    [18:45:57] [31622]	_WMRGetBaseOffset()
    [18:45:57] [31860]	STATUS: IN BG - BEFORE START
    [18:45:57] [31860]	_mapGetZone()
    [18:45:57] [31900]	profilesFileListToArrayFactionDepentant failes.
    [18:45:57] [31901]	_profilesGetRandomFile() error: No files found in profiles/alterac
    [18:45:57] [31901]	_XMLExecNode() - False - /FloProfile/BeforeStart
    [18:45:57] [31908]	_XMLExecNode() failed. FileOpen not possible.
    [18:45:57] [31908]	JustAntiAfk()
    [18:45:59] [33680]	_WMRGetBaseOffset()
    [18:46:00] [34941]	STATUS: IN BG - BEFORE START
    [18:46:00] [34941]	_mapGetZone()
    [18:46:00] [34969]	profilesFileListToArrayFactionDepentant failes.
    [18:46:00] [34969]	_profilesGetRandomFile() error: No files found in profiles/alterac
    [18:46:00] [34970]	_XMLExecNode() - False - /FloProfile/BeforeStart
    [18:46:00] [34976]	_XMLExecNode() failed. FileOpen not possible.
    [18:46:00] [34976]	JustAntiAfk()
    [18:46:08] [42575]	AdLib_Func() NS: 16777215
    [18:46:08] [42575]	reset_movement_keys()
    [18:46:09] [43650]	AdLib_Func() NS: 2
    [18:46:09] [43650]	reset_movement_keys()
    [18:46:10] [44891]	_WMRGetBaseOffset()
    [18:46:12] [46176]	STATUS: IN BG - BEFORE START
    [18:46:12] [46177]	_mapGetZone()
    [18:46:12] [46191]	profilesFileListToArrayFactionDepentant failes.
    [18:46:12] [46191]	_profilesGetRandomFile() error: No files found in profiles/alterac
    [18:46:12] [46191]	_XMLExecNode() - False - /FloProfile/BeforeStart
    [18:46:12] [46195]	_XMLExecNode() failed. FileOpen not possible.
    [18:46:12] [46195]	JustAntiAfk()
    [18:46:13] [47662]	AdLib_Func() NS: 16777215
    [18:46:13] [47662]	reset_movement_keys()
    [18:46:14] [48814]	AdLib_Func() NS: 2
    [18:46:14] [48815]	reset_movement_keys()
    [18:46:16] [50320]	_WMRGetBaseOffset()
    [18:46:17] [51576]	STATUS: IN BG - BEFORE START
    [18:46:17] [51576]	_mapGetZone()
    [18:46:17] [51591]	profilesFileListToArrayFactionDepentant failes.
    [18:46:17] [51591]	_profilesGetRandomFile() error: No files found in profiles/alterac
    [18:46:17] [51591]	_XMLExecNode() - False - /FloProfile/BeforeStart
    [18:46:17] [51597]	_XMLExecNode() failed. FileOpen not possible.
    [18:46:17] [51597]	JustAntiAfk()
    Oh why

  11. #611
    colt450011's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep, 0.5.8.5 has some graveyard problems fo sho

    also, do you want to have like all 4 xml's in the profile folder or just one?
    Last edited by colt450011; 04-16-2008 at 12:24 PM.

  12. #612
    Halospy's Avatar Member
    Reputation
    2
    Join Date
    May 2006
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pnr815 View Post
    Thanks Halospy! Are the graveyards working on any of the Horde profiles? The one I downloaded off the profile sharing system had graveyard issues.

    Halo do the graveyards work on your profile? If so, can you please post it?

    Thanks again!
    I think earlier they said it was a problem with the actual program itself. I use version 5.2 because it fixed the graveyard issue. However it seems that flos and killerboy took it off there website. I don't think I got the new 5.8.5 to work correctly for me(Im horde btw). I'll test it again and put the profile up when I get home.

  13. #613
    pnr815's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems strange that they would take the 5.2 version off the site... Think you can send me a copy of 5.2? PM me for my e-mail info.

  14. #614
    coew's Avatar Member
    Reputation
    8
    Join Date
    May 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have some problem with the new verison.
    It dosn't auto click on battlemaster =/ any help please?

  15. #615
    colt450011's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone with an extra 5.2 lying around should rapidshare that shit

Page 41 of 60 FirstFirst ... 373839404142434445 ... LastLast

Similar Threads

  1. Making an anti-afk bot with AutoIT the easy way.
    By Tsai in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 10-02-2007, 04:22 PM
  2. Easy AFK Bot with G15
    By husky003 in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 01-13-2007, 12:42 AM
  3. Replies: 4
    Last Post: 09-18-2006, 06:38 PM
  4. anit afk bot with Cheat engine
    By thechosenone in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 09-11-2006, 03:44 PM
  5. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 03:38 PM. 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