Everything posted by Droidz
-
server side pathfinding not using profile offmesh
Changed Status to Fixed Changed Version to All
-
Does WRobot always sell everything no matter what you have selected ?
In "Product settings" click on button "Profile settings (enable/disable quests/steps)" and disable first step
-
Does WRobot always sell everything no matter what you have selected ?
It is your profile Edit him and remove line (in first step) : wManager.wManagerSetting.CurrentSetting.SellGreen = true;
-
Update Status - Patch 7.3.5 Build 25946
Update done
-
25937, any news on an update?
https://wrobot.eu/forums/topic/8457-update-status-patch-735-build-25946/
-
WRobot support Wow 7.3.5
https://wrobot.eu/forums/topic/8457-update-status-patch-735-build-25946/
- Update Status - Patch 7.3.5 Build 25946
-
No fish are hooked
Hello, wait next update I'll add option "Bobber search time" and "Wait time before interact" (put bigger value)
-
No Fish are Hooked
Hello, wait next update I'll add option "Bobber search time" and "Wait time before interact" (put bigger value)
-
Hey i dont know how to get this to work on NA.
Are you sure that you are no in US realms? because I don't think than NA realms exist.
-
Hey i dont know how to get this to work on NA.
Are you sure about "NA"?
-
Hey i dont know how to get this to work on NA.
Before to launch Wow in 32bit, you can try to edit with notepad file "\World of Warcraft\WTF\Config.wtf" and replace SET portal "EU" by SET portal "NA"
-
Intercepting gathering movement with plugin?
Hello, do you have try with this events wManager.Events.MovementEvents.OnPulseStuckResolver += delegate(CancelEventArgs cancelable) { }; wManager.Events.MovementEvents.OnSeemStuck += delegate { }; You can try to check status if you want run this code only when you farming if (robotManager.Helpful.Logging.Status == "Farming") (you can also read last log)
-
Snippets codes for quest profiles
Blacklist object/unit in ObjectManager WRobot will 100% ignore blacklisted objects WoWUnit unit = new WoWUnit(0); if (unit.IsValid && !wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Add(unit.Guid); (this code can disrupt WRobot, use it only if you know what you're doing)
-
Ignore mobs along the way to a grind spot?
Hello,
-
Wrobot thinks my Holy priest is dead?
If you can wait next update
- Click to Move issues
-
Does WRobot always sell everything no matter what you have selected ?
Can you share log of session where you run this profile
-
Shai Hu problem with ignore list
Hello, use plugin like Main.cs: using System.ComponentModel; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit != null && unit.IsValid && unit.Entry == 12345) { if (!wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Add(unit.Guid); cancelable.Cancel = true; } }; } public void Dispose() { } public void Settings() { } } Replace 12345 by mob entry id
-
Does WRobot always sell everything no matter what you have selected ?
Some quest profiles can do that, wath profile do you use?
-
Hey i dont know how to get this to work on NA.
Hello, are you sure that Wow is updated?
-
dead mobs loot avoid
Can you share log of session where you get this problem
-
Movement Manager false stucks
Hello, try to use this plugin https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/#comment-38292
-
25937, any news on an update?
update wow
- WRobot support Wow 7.3.5