Dr.Rotation Blivo [Rotation Bot, Easy setup, WoW API, profiles in plaintext] menu

User Tag List

Results 1 to 8 of 8
  1. #1
    wiirgi's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2010
    Posts
    120
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Dr.Rotation Blivo [Rotation Bot, Easy setup, WoW API, profiles in plaintext]

    Hey, so since everyone else is realeasing their Rotation bots I will try once again..

    Here is Dr.Rotation Blivo(5), its a bot I made with having all the critics I got from the previous Dr. Rotations with an easy GUI and previous features.

    This bot uses the WoW api and I'm not sure if this is detected or not.. But as with all bots be careful!

    Features:
    *WoW doesn't need to be focused
    *Custom profiles
    *As easy as Start and Stop
    *And much more(not really ^^)

    Screenshot:


    Download Link:
    Click here to download.


    Credits to:
    Me(Coding)
    DarkLinux(Helped a bit)
    -Ryuk-(Making iHook)
    Last edited by wiirgi; 06-24-2011 at 02:10 AM.
    I like cats.

    Dr.Rotation Blivo [Rotation Bot, Easy setup, WoW API, profiles in plaintext]
  2. #2
    Teryaki's Avatar Legendary Explorer CoreCoins Purchaser
    Reputation
    667
    Join Date
    Mar 2010
    Posts
    950
    Thanks G/R
    103/82
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get an unhandled exception when running this. I have .net framework 4, is there a version that I need?

  3. #3
    wiirgi's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2010
    Posts
    120
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run it as admin
    I like cats.

  4. #4
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Id recommend implementing a basic Lua engine into it, or build some sort of addon frontend. The problem (it seems) being you can't control when you want to use abilities.
    Maybe add something like:
    If TargetHealthPercent < 20 then Execute end

    Example: Use Exorcism if you have Art of War procd. I pretty much retrofitted the addon PriorityQueue for my needs:
    [Lua] Paladin.lua - Pastebin.com
    Code:
    PriorityQueue.priorityTable.name["exorcism_aow"] = L["Exorcism if Art of War"]
    PriorityQueue.priorityTable.icon["exorcism_aow"] = C["Exorcism Icon"]
    PriorityQueue.priorityTable.spid["exorcism_aow"] = 879
    PriorityQueue.priorityTable.actn["exorcism_aow"] = "/startattack" --ALSO PERFORM ACTION
    PriorityQueue.priorityTable.test["exorcism_aow"] = 
        function () 
            local sAoW = UnitBuff("player", "The Art of War") 
            if sAoW ~= nil then
                return PriorityQueue:SpellAvailable(C["Exorcism"])
            end    
        end
    Last edited by Xelper; 06-26-2011 at 02:25 PM.

  5. #5
    wiirgi's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2010
    Posts
    120
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Id recommend implementing a basic Lua engine into it, or build some sort of addon frontend. The problem (it seems) being you can't control when you want to use abilities.
    Maybe add something like:
    If TargetHealthPercent < 20 then Execute end

    Example: Use Exorcism if you have Art of War procd. I pretty much retrofitted the addon PriorityQueue for my needs:
    [Lua] Paladin.lua - Pastebin.com


    Code:
    PriorityQueue.priorityTable.name["exorcism_aow"] = L["Exorcism if Art of War"]
    PriorityQueue.priorityTable.icon["exorcism_aow"] = C["Exorcism Icon"]
    PriorityQueue.priorityTable.spid["exorcism_aow"] = 879
    PriorityQueue.priorityTable.actn["exorcism_aow"] = "/startattack" --ALSO PERFORM ACTION
    PriorityQueue.priorityTable.test["exorcism_aow"] = 
        function () 
            local sAoW = UnitBuff("player", "The Art of War") 
            if sAoW ~= nil then
                return PriorityQueue:SpellAvailable(C["Exorcism"])
            end    
        end
    Its a good idea indeed, If I have some time I would for sure do this. Thanks for your post!
    I like cats.

  6. #6
    wow98xd's Avatar Banned
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what does the program do?

  7. #7
    biorpg's Avatar Member
    Reputation
    28
    Join Date
    Mar 2010
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wow98xd View Post
    what does the program do?
    It's a tool to aid multitasking with painting, and flower picking.

  8. #8
    wiirgi's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2010
    Posts
    120
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by biorpg View Post
    It's a tool to aid multitasking with painting, and flower picking.
    Epic. T00SH0RT
    I like cats.

Similar Threads

  1. [Request] Rotation Bot
    By hasselhoofz in forum WoW Bots Questions & Requests
    Replies: 23
    Last Post: 09-29-2020, 01:12 PM
  2. Replies: 153
    Last Post: 08-21-2016, 09:49 AM
  3. any rotation-bot for wow-64.exe out there?
    By yochen in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 10-30-2013, 05:25 AM
  4. [Bot] Doctor Fury V2 [Now even more attacks and better PVP] [Warrior Rotation Bot/Tool]
    By wiirgi in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 12-20-2010, 08:29 AM
  5. simple rotation bot
    By Thelovefool in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 12-21-2009, 05:23 AM
All times are GMT -5. The time now is 03:29 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search