Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Bear T.O.E. reacted to Droidz in How do I find the original spell of a spell?   
    Hello,   In debug log I have added spell name and spell id of all spells of your spellbook (log is in same order of your spell book, this can help to found base spell name).   I'll try to found more easy way.
  2. Like
    Bear T.O.E. reacted to Bugreporter in All Buffs at once (a solution)   
    Thats right. in the log you only see "--buffs", because in the log you see only the name of the "spell." In this case the lua script ist the "spell" and named "--buffs"
     
    You have to change the for-loop variable form 6 to 11 (if I count your buffs right)
  3. Like
    Bear T.O.E. reacted to ildoctore in What is lua script? what it do and when use it?   
    ok, thanks you, i only needed read a little more. :)
  4. Like
    Bear T.O.E. got a reaction from ildoctore in What is lua script? what it do and when use it?   
    an LUA script is exactly what is says it is. LUA is the prgramming language of most of the game. There are sites dedicated to helping you know the codes and help you build addons and macros.
     
    http://wowprogramming.com/
     
    This is just one of them.
  5. Like
    Bear T.O.E. reacted to Droidz in What is new   
    Hello.

    I post small news, since yesterday he are a lot of news about Warlords of Draenor.

    Since last new, WRobot is now in version 1.1.5 (changelog here), and of course, support last wow version (5.4.7 (18019)).

    Thank at the community for the loyalty and good botting at all.


  6. Like
    Bear T.O.E. reacted to Bugreporter in All Buffs at once (a solution)   
    The following Code is a LUA-Script without a LUA-Script with a LUA-Condition that never wil be true. And it works fine! :-)
     
    1.) Lua Script Spell.
    With a Lua Script we can use our own fantasy Spell name, instead of a real script, because Lua Scripts are bad to be supported (insert,delete,insert) and they are very ugly in the settings window. So we use only the Word "--Buffs" as lua script. Because we don't have a real LUA script here, we use the comment signs "--" . (see note below the code)
     
    2.) Lua Script Condition.
    This do the work. The script do all needed checks for the buffs. It checks, if we are in combat (at least 1 Combo Point at a living and exiting target.) and then it check if the buffs (idBuffs) are known and cast them if they needed. The local variable buffed is only needed for debugging.
        <FightClassSpell>       <SpellName>--Buffs</SpellName>       <FightClassConditions>         <FightClassCondition>           <ContionType>LuaScript</ContionType>           <Param xsi:type="FightClassConditionLua">             <LuaScript>local buffed=0 if UnitExists("target") and not UnitIsFriend("player", "target") and not (UnitIsDead("target")) then     comboPoints = GetComboPoints("player", "target")     if (comboPoints &gt; 0) then --[[                Adrenalin,Combat Readiness,Shadow Blades,Berserking,lifeblood,Blood Flurry ]]         local idBuffs={13750,74001,121471,26297,121279,20572}         local idStealth=1784         local spellname=GetSpellInfo(idStealth)         local start, duration, enabled = GetSpellCooldown(spellname)         if (enabled==1) then             for i=1, 6 do                 if (IsPlayerSpell(idBuffs[i])) then                     local start, duration, enabled = GetSpellCooldown(idBuffs[i])                     if (duration==0) then                         local spellname=GetSpellInfo(idBuffs[i])                         CastSpellByName(spellname)                         print("buff: "..spellname)                         buffed=buffed+1                     end                 end             end                      end     end end result=(buffed&gt;0) </LuaScript>             <VarRet>result</VarRet>             <ValueRet>true</ValueRet>           </Param>         </FightClassCondition>       </FightClassConditions>       <Priority>23</Priority>       <AddToSettings>true</AddToSettings>       <NotSpellIsLuaScript>true</NotSpellIsLuaScript>       <DescriptionSpell>Set all known buffs</DescriptionSpell>     </FightClassSpell> based on WoW 5.4.2.
     

     
    Note:
     
    In a previous version I use "Buffs" instead of "--Buffs". I changed this to get an entry in the log-file. If you dont like "--Buffs" in the settings window, you can change it back to "Buffs" (or what ever you want). But then you have also change "<ValueRet>true</ValueRet>" to "<ValueRet>notNeeded</ValueRet>". You don't get any logfile entrys in this case, but the script works fine.
  7. Like
    Bear T.O.E. reacted to Droidz in How do I???   
    Hello,   You cannot use <NameClass= in petbattle profiles.   To combine several profiles in one (and changing automaticly the zone by pets level) you need only in the profile editor add zones and configure Min and Max level by zone.
  8. Like
    Bear T.O.E. reacted to nonstop1005 in WTB Working pet profile   
    if you go to the pet battle product settings, pet battle pvp is at the bottom be sure to check all of the settings scroll down and i dont think you can use outside healing in a pet battle
  9. Like
    Bear T.O.E. reacted to Bear T.O.E. in A List of areas to lvl your Pets   
    KALIMDOR
    [1] Orgrimmar
    [1-2] Azuremyst Isle
    [1-2] Durotar
    [1-2] Mulgore
    [1-2] Teldrassil
    [1-3] Darnassus
    [1-3] Exodar
    [1-3] Thunder Bluff
    [3-4] Northern Barrens
    [3-6] Azshara
    [3-6] Bloodmyst Isle
    [3-6] Darkshore
    [4-6] Ashenvale
    [5-7] Stonetalon Mountains
    [7-9] Desolace
    [9-10] Southern Barrens
    [11-12] Feralas
    [12-13] Dustwallow Marsh
    [13-14] Tanaris
    [13-14] Thousand Needles
    [14-15] Felwood
    [15-16] Moonglade
    [15-16] Un'Goro Crater
    [16-17] Ahn'Qiraj: The Fallen Kingdom
    [16-17] Silithus
    [17-18] Winterspring

    EASTERN KINGDOMS
    [1] Stormwind
    [1-2] Dun Morogh
    [1-2] Elwynn Forest
    [1-2] Eversong Woods
    [1-2] Tirisfal Glade
    [1-2] Undercity
    [1-3] Ironforge
    [1-3] Silvermoon City
    [3-4] Westfall
    [3-6] Ghostlands
    [3-6] Loch Modan
    [3-6] Silverpine Forest
    [4-6] Redridge Mountains
    [5-7] Duskwood
    [6-7] Hillsbrad Foothills
    [6-7] Wetlands
    [7-8] Arathi Highlands
    [7-9] Northern Stranglethorn Vale
    [9-10] The Cape of Stranglethorn
    [10-11] Western Plaguelands
    [11-12] The Hinterlands
    [12-13] Eastern Plaguelands
    [13-14] Badlands
    [13-14] Searing Gorge
    [14-15] Swamp of Sorrows
    [15-16] Burning Steppes
    [16-17] Blasted Lands
    [17-18] Deadwind Pass

    OUTLAND
    [17-18] Hellfire
    [18-19] Nagrand
    [18-19] Terrokar
    [18-19] Zangarmarsh
    [18-20] Blade's edge
    [20-21] Netherstorn
    [20-21] Shadowmoon

    NORTHREND
    [20-22] Borean tundra
    [20-22] Howling Fjord
    [21-22] Grizzly Hills
    [21-22] Scholazar Basin
    [22-23] Crystalsong forest
    [22-23] Dragonblight
    [22-23] Icecrown
    [22-23] Storm Peaks

    CATA Zones
    [22-23] Deepholm
    [22-24] Mount Hyjal
    [23-24] Uldum
    [23-24] Twilight Highlands

    PANDARIA
    [23-25] Krasarang Wilds
    [23-25] Kun-Lai Summit
    [23-25] The Jade Forest
    [23-25] Valley of the Four Winds
    [24-25] Dread Wastes
    [24-25] Townlong Steppes
  10. Like
    Bear T.O.E. got a reaction from Droidz in A List of areas to lvl your Pets   
    KALIMDOR
    [1] Orgrimmar
    [1-2] Azuremyst Isle
    [1-2] Durotar
    [1-2] Mulgore
    [1-2] Teldrassil
    [1-3] Darnassus
    [1-3] Exodar
    [1-3] Thunder Bluff
    [3-4] Northern Barrens
    [3-6] Azshara
    [3-6] Bloodmyst Isle
    [3-6] Darkshore
    [4-6] Ashenvale
    [5-7] Stonetalon Mountains
    [7-9] Desolace
    [9-10] Southern Barrens
    [11-12] Feralas
    [12-13] Dustwallow Marsh
    [13-14] Tanaris
    [13-14] Thousand Needles
    [14-15] Felwood
    [15-16] Moonglade
    [15-16] Un'Goro Crater
    [16-17] Ahn'Qiraj: The Fallen Kingdom
    [16-17] Silithus
    [17-18] Winterspring

    EASTERN KINGDOMS
    [1] Stormwind
    [1-2] Dun Morogh
    [1-2] Elwynn Forest
    [1-2] Eversong Woods
    [1-2] Tirisfal Glade
    [1-2] Undercity
    [1-3] Ironforge
    [1-3] Silvermoon City
    [3-4] Westfall
    [3-6] Ghostlands
    [3-6] Loch Modan
    [3-6] Silverpine Forest
    [4-6] Redridge Mountains
    [5-7] Duskwood
    [6-7] Hillsbrad Foothills
    [6-7] Wetlands
    [7-8] Arathi Highlands
    [7-9] Northern Stranglethorn Vale
    [9-10] The Cape of Stranglethorn
    [10-11] Western Plaguelands
    [11-12] The Hinterlands
    [12-13] Eastern Plaguelands
    [13-14] Badlands
    [13-14] Searing Gorge
    [14-15] Swamp of Sorrows
    [15-16] Burning Steppes
    [16-17] Blasted Lands
    [17-18] Deadwind Pass

    OUTLAND
    [17-18] Hellfire
    [18-19] Nagrand
    [18-19] Terrokar
    [18-19] Zangarmarsh
    [18-20] Blade's edge
    [20-21] Netherstorn
    [20-21] Shadowmoon

    NORTHREND
    [20-22] Borean tundra
    [20-22] Howling Fjord
    [21-22] Grizzly Hills
    [21-22] Scholazar Basin
    [22-23] Crystalsong forest
    [22-23] Dragonblight
    [22-23] Icecrown
    [22-23] Storm Peaks

    CATA Zones
    [22-23] Deepholm
    [22-24] Mount Hyjal
    [23-24] Uldum
    [23-24] Twilight Highlands

    PANDARIA
    [23-25] Krasarang Wilds
    [23-25] Kun-Lai Summit
    [23-25] The Jade Forest
    [23-25] Valley of the Four Winds
    [24-25] Dread Wastes
    [24-25] Townlong Steppes
  11. Like
    Bear T.O.E. reacted to Networkz in why quester only aliance 1-16?   
    Well Fuck. Looks like I gotta plan now. Always took me months to get there because people don't join unless you have perks.. lol, but I got the sickest guild name on every wow server lol. Bound By Chain xD

    Sent from my HTC One X using Tapatalk
  12. Like
    Bear T.O.E. reacted to Droidz in How to Video   
    Before all, you need to install:
    - Framework 4.0: http://www.microsoft...s.aspx?id=24872
    - Visual C++ 2012 (VSU1\vcredist_x86.exe 6.3 MB): http://www.microsoft...s.aspx?id=30679
     
    Running wow in 32 bit: 
     
     
    Download and Install WRobot:  
     
    Basic Settings:  
     
    Grinder - Use and Create Profile:
    https://www.youtube.com/watch?v=bak7iR0Ewo4 
    Download and Install Profile and Fight Class: 
    How to Add/Use Mailbox option:
  13. Like
    Bear T.O.E. got a reaction from Droidz in I just noticed I am getting an ERROR... !!! ???   
    Not sure... But I thought I would post it to lend a hand.
  14. Like
    Bear T.O.E. got a reaction from Seumas in Warrior Wont Charge the Target.   
    NEVER MIND I FIxed it....... lol
  15. 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.
  16. Like
    Bear T.O.E. reacted to Droidz in WRobot support the Wow 5.4.7 Hotfixes of February 20   
    WRobot support the new wow hotfix 17930 (5.4.7 )

    More info about wow hotfix here.


  17. Like
    Bear T.O.E. got a reaction from Droidz in Ok in Townlong Steps there is an Area that the herbing bot will try and herb.   
    Im going to try and run my bot later on tonight so I will let you know it that works
    ty
  18. Like
    Bear T.O.E. got a reaction from Networkz in What are your gold making secrets!   
    Auctioneer + Manacore. Manacore you have to buy but it is worth it. Carefull tho manacore is a banned addon. Make sure to run Addon control panel so you can turn off any addons you want to by reloading ui. Manacore will tell you what is trending by you actioneer scans. This is why its a banned addon. So I warn you to not run it unless you are about to see what in your toons profession is trending and you should make to make the top profit. then use addon control panel to turn it off. Also manacore only works on the toon you are on at the time. So I would swap toons and run it, write down what to farm up and make the items after you have turnned it off. 
     
    An easy way to make alot of loot in the game is build a questing profile for all 25 dailies. You can make around 8000 gold a day running all 25 dailies. At least that around what I used to make. Make sure to loot everything. And sell everyhting. Disenchant greens and blues and sell the raw materials in the AH.   I foyu make the questing profile then please post it I would love to run it myself. I know if will take a few days to make cause not all the daily quests are the same for each faction everyday.
  19. Like
    Bear T.O.E. got a reaction from Broly in SHAMAN FIGHT CLASS PROBLEM   
    you have to turn on the Herbing or minerals option in the bot settings in roder to get the bot to farm. and you have to have a farming profile for the gathering bot to follow.
  20. Like
    Bear T.O.E. reacted to Droidz in Adding ability to accept pop-up quests   
    Hello,
     
    I'll add this during next updates.
     
    Do you have level/zone where I can found popup quest?
     
    Thanks.
  21. Like
    Bear T.O.E. reacted to alien509 in 1 - 90 leveler?   
    really nice program thumbs up from me but I have to say it really needs the 1-90 Qs doing for it then it would be very popular and personally would life sub it. otherwise peeps will just buy honorbuddy as it has 1-90 Q but its very buggy wrobut is in itself a much better programe
  22. Like
    Bear T.O.E. reacted to zjxlsmr in use MOLL-E or Traveler's Tundra Mammoth when full bag   
    1. give the option to detect if player is engineering and see if  the item "MOLL-E" in the bag
    and use it when there are only 2 empty slot left.
     
    2. give the option in the vendor/repair tab to use  [Traveler's Tundra Mammoth] when any of gear turns yellow
    or full bag.
     
     
     
    i also notice that if i have something in my "force sell" list,
    and i set  [Traveler's Tundra Mammoth] as my ground mount,
    and i do have the item in my bag.
    My bot will always talk to the npc every time and some how fail to sell.(i can record if you want)
     
    ( the item was a drink. it is white. when i found this issue)
     
     
     
     
     
  23. Like
    Bear T.O.E. reacted to Droidz in use MOLL-E or Traveler's Tundra Mammoth when full bag   
    Hi,
     
    Thanks, I'll add it but not immediately. I've had requests for the mammoth but I did not know the letter-box item.
  24. Like
    Bear T.O.E. reacted to creativextent in How to ADD Trinkets to a FIght Profile the EASY WAY!!!   
    Thanks for the tut king,
    Keep releasing more as you see fit, we love them! :)
  25. Like
    Bear T.O.E. reacted to Droidz in LUA HELP PLEASE   
    Hello, your script seem good, juste "secs 3< 1" remove "3".
     
    But why you don't use Target Buff condition?
×
×
  • Create New...