Droidz
Administrators
-
Joined
-
Last visited
-
Currently
Viewing Topic: Path server?
Everything posted by Droidz
-
Ignor moving path and NotLoop
Hello, when "NotLoop" is activated, at the end of profile (when you are at last position) wrobot reverse profile to go to first position, when "NotLoop" is disabled, at the end of profile, wrobot return directly to first profile position (with or without this option WRobot repeat the profile). If you want stop bot when you are at last position you can use http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ (with code: "c#: robotManager.Products.Products.ProductStop();" )
- "OR" Condition
-
Crash and closing wow Then the last update
Hello, do you have try to reinstall WRobot in new folder?
- Happy New Year 2017
-
Normal sub also counts for pserv?
Hello, yes you can use normal subscription with WRobot for private server (but you can run only one WRobot session at a time)
- Happy New Year 2017
-
Ok so this just appeared on my screen
Hello, you can continue to use wrobot.
- Lua script not working with condition?
-
shutdown?
Hello, you can continue to use WRobot normally.
-
How can i change region again?
WRobot don't request region.
- Movement
-
TRIAL MODE
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???
-
Bg pop up dissapear.
Hello, do you have try to disable your wow addon?
-
Failed to start
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/).
-
Ok so this just appeared on my screen
Hello, Do you get this problem frequently? Do you have try to restart your computer (generally this resolve this problem)?
-
bug display wow
Hello, use relogger and restart wow sometime to avoid to stay stuck.
-
warrior stance AND equipment switch (shield->2h) wotlk 3.3.5a
Hello, yes with lua code.
-
BUG error
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
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
-
How can i change region again?
Hello, where do you have choose 'America?'
-
Bot does not solve legion puzzles
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 )
-
Does Wrobot gather nodes in the water?
Hello, yes he does
-
Bot stops after getting out of lava
Hello, sorry but currently no solution for that.
-
UseItemOn doesn't work because we're mounted
Do you have wow option "Auto dismount" active?