Solutions
-
Runaro's post in [RunMacroLua] "/click" not working was marked as the answerIf you want to target and interact with a NPC and then also click some Buttons in the opened frame, then it's important to use sleeps between the commands.
Example in the QuestSorted:
<QuestsSorted Action="RunLuaCode" NameClass="InteractUnit("Lillith's Dinner Table")" /> <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteButton" /> <QuestsSorted Action="Wait" NameClass="1500" /> <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteQuestButton" />
-
Runaro's post in WRobot crashes (7.0.3) was marked as the answerYou need a active WRobot subscription.
-
Runaro's post in Change settings/advanced-settings while the bot make quest was marked as the answerDisable Flying Mount
<QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false" /> Disable Ground Mount
<QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseMount = false" />
-
Runaro's post in BLZ error ? was marked as the answer
-
Runaro's post in Identifying Transmogs? was marked as the answerYou can add a macro into your profile, before using the vendor he spams the macro and equips all BOE gear.
/run for b=0,NUM_BAG_SLOTS do for s=1,GetContainerNumSlots(b) do local l=GetContainerItemLink(b,s) if l then if format('%9$s',GetItemInfo(l)) ~= '' then EquipItemByName(l) end end end end
To avoid the popup for equipping BOE gear, just use the attached World of Warcraft Addon.
Ps. Add another macro to the profile, where he equips your default Gear back on, once he's done with the BOE gear. ( not the cleanest solution, but i don't know any addon which does that all for you )
AutoConfirmEquip.zip
-
Runaro's post in I bought a 5 day. Where is my CD code? was marked as the answerhttp://wrobot.eu/clients/purchases/
-
Runaro's post in Combat Assist class was marked as the answerStart the bot, choose "WRotation" - "Product Settings" - "Manage character movement" off.
Done.....
http://wrobot.eu/forums/forum/7-tutorials-wrobot/
-
Runaro's post in Private server ( Urgente) was marked as the answerDo you read stuff, before you buy it?
- Before purchase, please test if one of the available versions of WRobot work on your Wow Server (a trial version is available), no refund will be accepted.
Btw, you can download the old bot version for 6.2.3 here: http://download.wrobot.eu/wrobot/oldversion/WRobot_6.2.3_20886_FINAL.zip ( you won't get any kind of support in this forum, for this version )
But for this you need a normal bot license and not a private server license.