Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Bear T.O.E. reacted to Seumas in Issues I don't know how to deal with   
    Go to general settings click advance settings. go to wowhead.com search the item that the bot farms and copy the id in the url for example.
     
    If I didn't want to farm ghost iron ore the id would be 72092 as it's the end of the url below.
     
    http://www.wowhead.com/item=72092
     
     
    Now add that code to the "DO NOT HARVEST" tab in advance settings.
     
    As for the combat bug problem isn't away around it at the moment just blacklist the area.
  2. Like
    Bear T.O.E. reacted to Droidz in How to ADD Trinkets to a FIght Profile the EASY WAY!!!   
    Hello, Thanks, I have moved your thread to Tutorials forum.
  3. Like
    Bear T.O.E. got a reaction from da8ball in How to ADD Trinkets to a FIght Profile the EASY WAY!!!   
    Okay guys this is much easier than we have previously thought. Now this is going to sound crazy but it works and it will work for all fight classes.
     
    Ingame type ( /M ) to bring up the Macro window.  Im the General Macro Tab a two new macros called Trinket 1, and Trinket 2.
     
    In Trinket 1 you will put this: /use 13 ( Then Save. )
     
    In Trinket 2 you will put this: /use 14 ( Then Save. )
     
    Ok in your Fight Profile you will need to add this in the spell rotation area:
     
    RunMacroText("/Use 13")
    ( Make Sure in Spell Settings to add the timer of the CoolDown, and set True not spell, is lua script. )
    RunMacroText("/Use 14")
    ( Make Sure in Spell Settings to add the timer of the CoolDown, and set True nt spell, is lua script. )
     
    Im using these for the Timeless Isle Farming and just general running of the isle.
     
    RunMacroText("/Use Book of the Ages")
    RunMacroText("/Use Singing Crystal")
    RunMacroText("/Use Dew of Eternal Morning")
     
    And using these for the Racial abilitites.
     
    RunMacroText("/Cast Gift of the Naaru")
    RunMacroText("/Cast Every Man of Himself")
    RunMacroText("/Cast Lifeblood")
     
    I would definately add conditions to these.
     
    For Engineers I am using these.
     
    RunMacroText("/Use 6")
    RunMacroText("/Use 10")
     
    Yet again I would add conditions to help keep up Maximum Damage or Avoidance.
     
    This will not only work for Trinkets it will work for all Items that you would like to use in your Fight Profiles.
    Such as Potions, Flasks, Special Foods, Quest Items, Damage enhancers and so on.
     
    Well guys that is all.
  4. Like
    Bear T.O.E. got a reaction from Droidz in Fightclass How to Change?   
    Ok this mine and it works so just add it to you fight class profile.
     
        <FightClassSpell>
          <SpellName>Blessing of Kings</SpellName>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>BuffCastedByMe</ContionType>
              <Param xsi:type="FightClassConditionStringBool">
                <Name>Blessing of Kings</Name>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <Priority>21</Priority>
          <IsBuff>true</IsBuff>
          <CombatOnly>false</CombatOnly>
          <Timer>1800000</Timer>
        </FightClassSpell>
        <FightClassSpell>
          <SpellName>Divine Shield</SpellName>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>IsSpellUsable</ContionType>
              <Param xsi:type="FightClassConditionStringBool">
                <Name>Divine Shield</Name>
                <Need>true</Need>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <Priority>20</Priority>
          <Timer>12300</Timer>
        </FightClassSpell>
  5. Like
    Bear T.O.E. got a reaction from Droidz in Right Click moving   
    lol you can turn it off manually by going into your Interface under Mouse and unchecking the Box thats says Click to Move.
  6. Like
    Bear T.O.E. reacted to Droidz in [fighting class]how do i use trinkets and life spirits?   
    Hi,   You can also use this lua code:   RunMacroText("/use item:52306") (replace 52306 by your item id, this code is compatible with all wow client langage and you don't need to know bag slot), in condition add http://www.wowwiki.com/API_GetItemCount count = GetItemCount(52306) if count > 0 then ret = "true" else ret = "false" end
  7. Like
    Bear T.O.E. reacted to mrx in How to still get 5$ battlechest even tho promotion expired   
    rightclick on the 14,99 eur version->Element inspect
    search for the line shown in screenshot
    http://i.imgur.com/2GiShAy.jpg
     
    The US Link is
    https://us.battle.net/account/manage...assicFS50perRU 

    The EU Link is
    https://eu.battle.net/account/manage...assicFS50perRU
     
    been looking for this for longer time but people only post it in donate sections on forums. just got one for myself
  8. Like
    Bear T.O.E. reacted to Droidz in Hey guys is this an god idea ?   
    Hello,
    I have replied in support request:
     
  9. Like
    Bear T.O.E. got a reaction from FatPanda :3 in Hey guys is this an god idea ?   
    I would also add driod compatability, because both phone platforms are popular.
  10. Like
    Bear T.O.E. reacted to Droidz in World of Warcraft: Warlords of Draenor (WoD)   
    Just small new to post video trailer of World of Warcraft: Warlords of Draenor:




  11. Like
    Bear T.O.E. reacted to FatPanda :3 in Hey guys is this an god idea ?   
    Mmorobot shoud make an dungeon bot
    And an iPhone app with Remote improvements in Remote : the charecters XP bar
    Anyone think its an good idea ? :)
  12. Like
    Bear T.O.E. got a reaction from Droidz in [Problem with Mind Flay]   
    There is an addon that will show the spell ID in the Tool Tip. its called IDTip its out of date but still works.
     
    http://www.curse.com/addons/wow/spellid  <-- Link to the cursed.com download
     
    Ok if your running a macro and still ahve room to put this in top of the macro then do it:
     
    #showtooltip Heartstrike
    /use 13
    /use 14
    /cast Heartstrike
     
    Ok so Ill break this down for you. The Showtooltip is exactly what it says, But no matter what you put infront of the move you are trying to cast in the rotation or the macro it will only show the tool tip of what follows the #showtooltip. So letting you mouse over your macros and seeing your Spell ID in the tool tip using the addon I have posted.
  13. Like
    Bear T.O.E. reacted to askmrsnake in 30 Minute Limit   
    Thanks so much for the information.  WRotation is super fun!!!
  14. Like
    Bear T.O.E. reacted to Droidz in can someone add this macro   
    Using macro tools is the easy way (recommanded).
     
    But if you want add to fightclass you macro you need to use RunMacroText.
     
    - For you, in your fightclass add new spell name:
    RunMacroText("/use Sludge-Covered Object") - In spell settings activate "Not spell, is lua script".
    - (after you can add "Timer" settings (5000 for launch this macro all 5 secondes) and disable settings "In combat only").
  15. Like
    Bear T.O.E. reacted to Ohren in Blood Death Knight 5.4 MOP   
    I will give it a run tomorrow, see how it goes. Appears to be a bit more aimed at PVP though.
  16. Like
    Bear T.O.E. reacted to Ohren in Blood Death Knight 5.4 MOP   
    Why are you using Pestilence when you have Roiling Blood specced? Blood Boil (with Roiling Blood talent) spreads diseased just like Pestilence does, at the same cost, except you also get an AoE that's something like
    3.5k to 4.5k + 10% attack power to everything within 10 yards.
  17. Like
    Bear T.O.E. reacted to Droidz in How do you guys level with WRobot?   
    Hello,   You can try the attached profile (no tested).   You can also create your own profile, very easy and quickly (look this).
     
    (moved to good forum)
    1-60 Horde New World Kalimdor.xml
  18. Like
    Bear T.O.E. reacted to Droidz in WRobot 1.5.0 for Wow 6.1.2 bugs reports   
    Hello,
     
    Reports here all hot bugs appear with WRobot 1.5.0 (for others bugs/suggestion please use bug tracker).
     
    (Don't forget to share )
     
    ps: To get more info about this update: http://wrobot.eu/page/articles.html/_/news/wrobot-150-just-released-auction-bot-and-more-r82.
  19. Like
    Bear T.O.E. reacted to Droidz in WRobot support now wow 5.4.1   
    WRobot is now compatible with the new version of wow (5.4.1.17538).

    If you play in european wow server wait tomorow to update WRobot (if you have update WRobot you need to downgrade version, download WRobot for Wow 5.4.0 here).

    ps: Reports problems here:

    ps: Wow changelog: http://www.wowwiki.com/Patch_5.4.1


  20. Like
    Bear T.O.E. got a reaction from Droidz in Blood Death Knight 5.4 MOP   
    This is my Un-kill-able Blood Death Kinght Fight Profile.
     
    Talents:
     
    Rolling Blood - Passive Ability
    LichBorne - Will cast if HP is Equal to 40%, Runic Power is 75%
    Deaht's Advance - Will Cast when off CD
    Convertion - Will cast if 50% HP
    Runic Corruption  - Passive Ability
    Remoreless Winter -  Will Cast when off CD
     
    LichBorne is used to heal yourself with a Macro using Death Coil. in the mcaro you must say that you are the target so that you can hit yourself with Death Coil. Your Name Goes Where the ***'s Are. The Macro Part underneath that will cause your pet to Claw as long as your pet is presently active. Below that is a Error Cancelle for the LUA Error POP UP.
     
    Lichborne Macro :
     
    #showtooltip Death Coil
    /cast Lichborne
    /cast [target=************] Death Coil
    /cast [target=pettarget,harm,nodead][] Claw
    /script UIErrorsFrame:Clear();
     
    Another Macro I use is:
     
    #showtooltip
    /use [mod] Mind Freeze; Strangulate
    /cast [target=pettarget,harm,nodead][] Claw
    /startattack
    /script UIErrorsFrame:Clear();
     
    This will help save Space on your Bars. Im going to post a few mor Macros that help me out below.
     
    This Macro Works for ALL DK Presence:
     
    #showtooltip Army of the Dead
    /use 13
    /use 14
    /cast Empower Rune Weapon
    /cast Pillar of Frost
    /cast Army of the Dead
    /script UIErrorsFrame:Clear();
    /startattck
     
    This Macro helps save space on your bars as well:
     
    #showtooltip
    /use [mod] Pestilence; Outbreak
    /cast [target=pettarget,harm,nodead][] Claw
    /startattack
    /script UIErrorsFrame:Clear();
     
     
    Mjaor Glyphs:
    Anti-Magic Shell
    Pestilence
    Vampiric Blood
     
    Minor Glyphs:
    Path of Frost
    Giest
    Resilliient Grip
     
     
    I hope this is Usefull. IF not let me know, think of any improvements I can make, Let me know, Love it Hell Let me know. Ok well Have fun.
    Blood Death Knight MOP 5.4 - By Novicracker.xml
  21. Like
    Bear T.O.E. got a reaction from Droidz in Emperor Shaohao Reputation Grind   
    Hi this is my First Post here so let me know if you like my Profile. This is Emperor Shaohao Reputation Grinding Profile.
     
    Rep Per Hour: 1600, Coin Per Hour: 4000, Greens Farmed: 22, Blues Farmed: 5, Timeless Purples: 19, Gold Per Hour: 102, Loots Per Hour: 215
     
    Make sure to use a Heavy Surviale Fight Profile. And to us all of the Purks you can to help like:
     
    All the items Listed Below are Drops off Mobs, and rewards for doing the dailies.
     
    Singing Crystal
     
    Blazing Sigil of Ordos
     
    Book of the Ages
     
    Dew of Eternal Morning
     
    And so on. The 3 I listed are the ones I used.
     
    Please Leave me Feed back, Anything that can help would be great.
    Emperor Shaohao Rep Farm + Repair.xml
  22. Like
    Bear T.O.E. got a reaction from Relentless in Emperor Shaohao Reputation Grind   
    Hi this is my First Post here so let me know if you like my Profile. This is Emperor Shaohao Reputation Grinding Profile.
     
    Rep Per Hour: 1600, Coin Per Hour: 4000, Greens Farmed: 22, Blues Farmed: 5, Timeless Purples: 19, Gold Per Hour: 102, Loots Per Hour: 215
     
    Make sure to use a Heavy Surviale Fight Profile. And to us all of the Purks you can to help like:
     
    All the items Listed Below are Drops off Mobs, and rewards for doing the dailies.
     
    Singing Crystal
     
    Blazing Sigil of Ordos
     
    Book of the Ages
     
    Dew of Eternal Morning
     
    And so on. The 3 I listed are the ones I used.
     
    Please Leave me Feed back, Anything that can help would be great.
    Emperor Shaohao Rep Farm + Repair.xml
  23. Like
    Bear T.O.E. reacted to Bear T.O.E. in Blood Death Knight 5.4 MOP   
    This is my Un-kill-able Blood Death Kinght Fight Profile.
     
    Talents:
     
    Rolling Blood - Passive Ability
    LichBorne - Will cast if HP is Equal to 40%, Runic Power is 75%
    Deaht's Advance - Will Cast when off CD
    Convertion - Will cast if 50% HP
    Runic Corruption  - Passive Ability
    Remoreless Winter -  Will Cast when off CD
     
    LichBorne is used to heal yourself with a Macro using Death Coil. in the mcaro you must say that you are the target so that you can hit yourself with Death Coil. Your Name Goes Where the ***'s Are. The Macro Part underneath that will cause your pet to Claw as long as your pet is presently active. Below that is a Error Cancelle for the LUA Error POP UP.
     
    Lichborne Macro :
     
    #showtooltip Death Coil
    /cast Lichborne
    /cast [target=************] Death Coil
    /cast [target=pettarget,harm,nodead][] Claw
    /script UIErrorsFrame:Clear();
     
    Another Macro I use is:
     
    #showtooltip
    /use [mod] Mind Freeze; Strangulate
    /cast [target=pettarget,harm,nodead][] Claw
    /startattack
    /script UIErrorsFrame:Clear();
     
    This will help save Space on your Bars. Im going to post a few mor Macros that help me out below.
     
    This Macro Works for ALL DK Presence:
     
    #showtooltip Army of the Dead
    /use 13
    /use 14
    /cast Empower Rune Weapon
    /cast Pillar of Frost
    /cast Army of the Dead
    /script UIErrorsFrame:Clear();
    /startattck
     
    This Macro helps save space on your bars as well:
     
    #showtooltip
    /use [mod] Pestilence; Outbreak
    /cast [target=pettarget,harm,nodead][] Claw
    /startattack
    /script UIErrorsFrame:Clear();
     
     
    Mjaor Glyphs:
    Anti-Magic Shell
    Pestilence
    Vampiric Blood
     
    Minor Glyphs:
    Path of Frost
    Giest
    Resilliient Grip
     
     
    I hope this is Usefull. IF not let me know, think of any improvements I can make, Let me know, Love it Hell Let me know. Ok well Have fun.
    Blood Death Knight MOP 5.4 - By Novicracker.xml
  24. Like
    Bear T.O.E. reacted to Bear T.O.E. in Emperor Shaohao Reputation Grind   
    Hi this is my First Post here so let me know if you like my Profile. This is Emperor Shaohao Reputation Grinding Profile.
     
    Rep Per Hour: 1600, Coin Per Hour: 4000, Greens Farmed: 22, Blues Farmed: 5, Timeless Purples: 19, Gold Per Hour: 102, Loots Per Hour: 215
     
    Make sure to use a Heavy Surviale Fight Profile. And to us all of the Purks you can to help like:
     
    All the items Listed Below are Drops off Mobs, and rewards for doing the dailies.
     
    Singing Crystal
     
    Blazing Sigil of Ordos
     
    Book of the Ages
     
    Dew of Eternal Morning
     
    And so on. The 3 I listed are the ones I used.
     
    Please Leave me Feed back, Anything that can help would be great.
    Emperor Shaohao Rep Farm + Repair.xml
  25. Like
    Bear T.O.E. got a reaction from Droidz in Anti Stuck for underground nodes   
    its takes some work but the BLacklist button is amazing!!!! I use all the time. Guys you should share your Blacklisted nodes so eveonye can add them to their Farming Profiles.
×
×
  • Create New...