-
Posts
12595 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, you can continue to use wrobot.
-
Hello, you can continue to use WRobot normally.
-
WRobot don't request region.
-
Hello, you cannot use trial version because it is not "WRobot for private server" but it is old "WRobot" versions. I have added trial license keys at your accounts, you can found your keys here: http://wrobot.eu/clients/purchases/
-
Quest: How to fight(survie) for 2 Minutes???
Droidz replied to finikao's topic in Quester assistance
Hello, Before pulse quest try to run code like new System.Threading.Thread(delegate () { System.Threading.Thread.Sleep(1000 * 60 * 2); wManager.Wow.Helpers.Fight.StopFight(); }).Start();- 1 reply
-
- wait
- survive 2 minutes
-
(and 1 more)
Tagged with:
-
Bg pop up dissapear.
Droidz replied to slashy3's topic in WRobot for Wow Mists of Pandaria - Help and support
Hello, do you have try to disable your wow addon? -
Hello, try to reinstall wrobot or use another profile If you problem is not resolved can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
-
Hello, Do you get this problem frequently? Do you have try to restart your computer (generally this resolve this problem)?
-
Hello, use relogger and restart wow sometime to avoid to stay stuck.
-
Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
-
quest profile questions
Droidz replied to cale4567's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, Look this videos http://wrobot.eu/forums/topic/3393-quest-tutorial-video-basic-concepts-kill-and-loot/ and http://wrobot.eu/forums/topic/3395-quest-tutorial-video-basic-concepts-useitemon/ and http://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/ and http://wrobot.eu/forums/topic/3396-quest-tutorial-video-basic-concepts-grind-till-lvl/ If your problem is not resolved, please share your profile -
Hello, where do you have choose 'America?'
-
Hello, you can use lua code like: public WoWAreaTrigger CorrectTile => ObjectManager.GetObjectWoWAreaTrigger() .Where(u => u != null && u.IsValid && (u.SpellID == 219246 || u.SpellID == 219262)) .OrderBy(u => u.Position.DistanceTo(ObjectManager.Me.Position)) .FirstOrDefault(); public void DoQuest() { if (!ObjectManager.Me.HaveBuff(219247)) return; var tile = CorrectTile; if (tile == null) return; var loc = tile.Position; if (loc.DistanceTo(ObjectManager.Me.Position) > 1.5) { MovementManager.MoveTo(loc); } } ( http://www.wowhead.com/quest=43767/enigmatic )
-
Hello, yes he does
-
Hello, sorry but currently no solution for that.
-
UseItemOn doesn't work because we're mounted
Droidz commented on Eldunar's bug report in Bug Tracker
Do you have wow option "Auto dismount" active? -
Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
-
UseItemOn doesn't work because of Item Cooldown
Droidz commented on Eldunar's bug report in Bug Tracker
Hello, to bypass this problem, before to pulse this quest add step type runcode: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { int itemId = 1234; int questId = 1234; if (!wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) return; if (wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) return; if (state.DisplayName == "Quester") { if (wManager.Wow.Helpers.Quest.HasQuest(questId) && wManager.Wow.Helpers.Lua.LuaDoString<bool>("local start, duration, enable = GetItemCooldown("+ itemId + "); return enable;")) { cancelable.Cancel = true; } } }; (replace spell and item id) -
Can you share your profile (by private message if you want)
-
Can you give us your error message.
-
Hello, I don't see error. Are you sure about your method "getPartymembers()"? Try to add logs to debug
-
http://zzukbot.com/ and http://vanillabotter.com/ (not tested)