Solutions
-
Ohren's post in Void Bolt issues was marked as the answerTo solve this issue, I used
CastSpellByID(228260) with the condition of Insanity > 70 to cast Void Eruption and enter Voidform. From there I used
CastSpellByID(228260) to cast Void Bolt. When in Voidform, the spell ID for Void Bolt is the same as the spell ID for Void Eruption when you are not in Voidform. Added in buff check condition to ensure I was in Voidform to cast this, and another checking the duration of the cooldown for Voidbolt (or else it chain casts when it's on cooldown and won't go down the list).
-
Ohren's post in New sky Golem was marked as the answerBecause it is treating it like every other mount that you can't do it in, Droidz will have to do an update to change it.
-
Ohren's post in Request: Destruction Warlock Fight class. was marked as the answerWell it's in my fight class package. Let me know if you can think of any tweaks for it. I'm not exactly awesome at Warlocks.
-
Ohren's post in Can i add pet skills into Wrobot? was marked as the answerSorry the picture is so big, it was too distorted when I shrunk it down.
You enter the LUA in as if it were any other spell. Add in conditions the same.
AOE Spell - true; What this does is makes WRobot cast the spell at a certain location. Since this spell requires being cast at a certain location (big green circle that appears when you cast it), we must set it true.
Check if know spell, is usable and good distance - false; I believe (haven't tested it out fully yet) that all LUA scripts in the spell menu need this false and...
Check if target is in view - false.
Not spell, is lua script - true; Seems rather self explanatory, but this is what keeps WRobot from trying to execute CastSpell(33395, "pet") as a spell and just executes it as a script instead.
-
Ohren's post in Don't loot item was marked as the answerInstead, OPEN THEM! They have some good stuff in them (you can bot this with the macros settings in WRobot)!
But if not, you should actually use an ADD-ON for this function.
Loot Filter
-
Ohren's post in [fighting class]how do i use trinkets and life spirits? was marked as the answerBelow is a BASIC example of using trinkets.
You simply enter the LUA you want to execute INSTEAD OF the spell, head to the top right box, scroll down to the WAYYYY bottom, and you'll find "Not spell, is lua script", that needs to be TRUE. Then just add your conditions like any other spell.
lua_example.xml
-
Ohren's post in Leveling 85 - 90 ? was marked as the answerGrinder profiles are awesome for leveling.
-
Ohren's post in Grinder/fight class problems was marked as the answerGive this a whirl. :)
(I forgot to add a larger range to it, so change range to 34 if you use it)
destroROFTest.xml
-
Ohren's post in 【worry】too many bots in BG that not using FightClass【Suggestion included] was marked as the answerI don't really see how that would be WRobots problem. Those people will get banned, we won't. xP Simple as that.
-
Ohren's post in i downloaded custom file and i dont know where do i put it【custom file】 was marked as the answer..root/Profiles/Custom Profiles/
root of course being WRobot's root folder.
-
Ohren's post in fishing pools help was marked as the answerHello kyoyo, and welcome to the forums!
First off, when you have an issue, could you please attach a copy of your log for us, most issues are discovered there.
Secondly, are you loading this profile into Gatherer or Fisherbot?
Thirdly, if you answered Fisherbot, it will be an issue with your settings. I am tethered to my phone in the breakroom at work right now, but I will put some screenshots up for you in a few minutes.
Check your settings for "Fish School". Other than that, I need your log to help more. :) You can find the log folder in the base directory of the bot.
-
Ohren's post in Macros Tab? was marked as the answerAlright, so I've only actually used it for posting in trade trying to get rid of a bunch of DMF decks, but here is what I believe it's full functionality is....
Activate this macro: True turns it on, false turns it off.
Press all the x Second: The delay between pressing the key.
Press key: This is the key you will be pressing. Use this with the proper keybinding to run a macro on WoW.
Press key only if not....: Quite simple to understand.
Soooo then, I will do a quick step by step on making a simple macro that just says "1" in /say...
Bring up your macro manager on WoW (/macro or Escape and click "Macros") and create a macro that simply inputs "/say 1". Also add this macro to your action bar. I added it to 1, but whatever works.
And now back to WRobot, we're going to have it use this macro once every 5 seconds, so I did...
this with the rest of the conditions being true. Now start up the damage dealer and
viola.
Anything you can do in a simple WoW macro, you can automate with WRobot.
-
Ohren's post in adding npcs and mailbox was marked as the answer1.) Select the mob you wish to use for repair on your WoW client.
2.) In the profile creator select the type of mob it is (I.E. repair for repairs, mailbox for mailboxs).
3.) Click the Add Target to Npc list button.
-
Ohren's post in Tillers dirt gathering, HOW? was marked as the answerI use the addon Ark Autoloot BOP (Curse link: http://www.curse.com/addons/wow/arkautolootbop). Another useful addon (which can do the same thing if you play with the settings) is Pass Loot (http://www.curse.com/addons/wow/pass-loot). I use pass loot when I am running multiple toons in a dungeon, and Ark when I am soloing.
-
Ohren's post in 1 Serialkey = 1 account or 1 character was marked as the answerIt gives you one instance of WRobot running at a time. I use my one key right now on 2 accounts and 22 characters.
-
Ohren's post in [SOLVED] Fighter Class question was marked as the answerIt did work this time around. My issue was actually my priorities. xP
REMEMBER! 1 does NOT mean 1st priorty. xP Higher number, higher priority. I forget this sometimes.