Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Everything posted by Bear T.O.E.

  1. Wow that would be amazing but there is no point to make it link with MrRobot because that would compromise the bots security. But I love the idea!!! for the reforge bot. all the bot would need is the stat caps for each spec.
  2. DUDE IF SOMETHING LIKE THIS EXISTS THEN I WOULD LOVE THIS BOT SOOOOOO MUCH!!!!
  3. I agree, this Bot definitely needs to have a Questing Bot. For Both Allience and Horde. I mean come on this bot is AMAZING!!!
  4. I would add in a Dungeon bot that is like the Battleground bot. That way we can run dungeons like running the BG's with the bot. With a Spec Spacific Loot rolling Built in so that gathering gear wouldnt be a issue while running the dungeons. Now this I know people want. Plus it will make lvling a low lvl toon easy as hell as long as they have the profile for a lvl 90. And I know the bot with a addons like Zygors lvling guide will make Auto Talenting easy.
  5. do you have a condition that tracks the experation of buffs on target or player? because some moves or actually most moves are best not let drop off most of them are best recast @ 3 sec remaining. i would add that to you condition. thats why i dont use it, its missing thst aspect.
  6. Ok Im wondering if I could get this to work. name, _, _, _, _, _, expires, _, _, _, _ = UnitDebuff("target", "Savage Roar") if name = "Savage Roar" then retV = 1 end retV = 0 else, secs = (expires - GetTime()) if secs < 3 then retV = 1 else retV = 0 end accentualy Im wanting it to See Name on Target and recast if Name isnt present, then if Name is Present Look at the Seconds remaining and if its about to expire then recast then spell. If I can get this to work then it will become the default LUA Script used for most toons and their DoT's. these are the scripts Im using as a reference. name, _, _, _, _, _, _, _, _, _, _, = UnitBuff("Target", "Rip") if name == "Rip" then retV = 1 end retV = 0 else _, _, _, _, _, _, expires, _, _, _, _ = UnitDebuff("target", "Savage Roar") secs = (expires - GetTime()) if secs < 3 then retV = 1 else retV = 0 end
  7. In the mine is better. I farmed my mine 2 year ago the hardway lol.
  8. Version 58.9

    2073 downloads

    If you Use my Fightclasses PLEASE rate them for others to know what you think. This is my Frost Death Knight Fight Class. The Spec and Glyphs Are in the link below. http://us.battle.net/wow/en/tool/talent-calculator#dZ!002221!abhoLJ This is the ay I setup my Death Knight for this Fight Class. Please Leave Feed Back if you like my Fight Class. Leave me any changes you would like to see to my fight class and I will do the work to make it happen. Thank you for Downloading and running my Fightclass. :lol:
  9. TY Droids I will be using these a lot.
  10. OK I have figured something out that will be a great way to do this Using the In Game General Macro Tab. This were I posted my results.
  11. All of my Fight Class Profile will now have this Macro in them, if you use my profiles please re-download them Im updating them today.
  12. 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.
  13. Version 23.2

    1407 downloads

    If you Use my Fightclasses PLEASE rate them for others to know what you think. This is my Frost Mage 5.4 Fight Class. The Spec and Glyphs Are in the link below. http://us.battle.net/wow/en/tool/talent-calculator#eb!220010!YdeNMo This is the way I setup my Mage for this fight class. This is a Profile in the making but I have all the spells that will kill stuff ready. I will be Tweaking this so expect more updates. I hope you like this Profile thus far people. I have add the use of Trinket into the Fight Class.
  14. Taking out the need to reforge your gear for your self. Make the Bot reforge to optimal for us. Going the AH and buying the gems, enchants, and then applying them. THen going over to the Reforge NPC and Reforging our gear to optimal for us.
  15. Ok so to use a Trinket in the FightClass Rotation I would have to put RunMacroText("/UseInventoryItem(13)") But..... Would this also work? RunMacroText("/UseInventoryItem(13,14)") Also I would have to add the condition? LUA Scritp : count = GetItemCount(ITEM ID) ; if count > 0 then vRet = 1 else vRet = 0 end Return Value Research: 1 Return Value var: vRet
  16. all I know is make sure if the mount is in a Dungeon or Instance to not have the option in advanced settings marked ( Player is Teleported ). If you do the game will exit.
  17. OOOOOOOO DUDE THAT IS GOING TO BE SWEET TOOO!!!!!
  18. Im sure that this would be a build close to a questing profile and there are tutorials on this in the forum. The questing profile will tell you how to add the gear and all to the profile for the bot to do. I hope this is more help.
  19. 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>
  20. Ok I have the smelting checked so that when the bot is full on ore to go smelt im my profile I have the multiple Smelting locations that are in my flight path. I have the NPC's added to the profile. the bot will fly me to the smelting location, open the smelting window, Highlight the coresponding ore, put the number of bars it can smelt in the number box. But will not start the smelting till I click Create.
×
×
  • Create New...