Everything posted by Droidz
-
Mass ban
Hello, I do not think the bot is detected. Create an account with a new IP, a new web browser and change the name of your Windows session, remove also wow cache (and don't download wow client on server website). Use another profile (a not-popular profile), another fightclass (a simple one) and avoid plugins, I'm sure your account will be not banned. If you bot on several accounts, don't register account with same ip/webbrowser, and try to run one account per windows install and ip (at the same time).
-
Vanilla WoW pathing is super bugged
Hello,
-
Error When starting Bot
Hello, try to redownload and reinstall WRobot, you can try to disable your antivirus during installation
-
Prevent creating train of mobs
Hello, You need to adapt your profile to WRobot behavior. Try to blacklist zones where WRobot has problem, if this don't resolve problem avoid these zones. You can also try to disable option "ignore figth when in gound mount" and use option "avoid group of mobs".
-
Profile Settings (Select more than 1 step with shift)
Changed Status to Added
-
activate/deactive plugin by runcode
Hello, https://wrobot.eu/forums/topic/5417-change-fight-classload-pluginchanging-the-type-of-the-bot-in-questing-profile-using-code/?do=findComment&comment=25072
-
PandaWoW?
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required softwares) If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
How to intercept corpse-run?
Hello, before to wait try to "MovementManager.StopMove();"
-
Regeneration bugged with custom food.
Hello, sorry I haven't good solution for that, what spell (buff) use your server to regen?
-
Flying Mounts broken in TBC/WOTLK
Hello, I have never managed to reproduce the problem, can you share the log file of the session or you have this problem.
-
Cannot pause Wrobot
Hello, do you launch several WRobot at the same time? do you have installed new software recently ? if yes try to close them
-
Bot dont see unequipped bags
Hello, you get same result with lua code?
-
looting TBC
Hello, try to increment your min latency (in advanced general settings)
-
Ghost into water
Hello, I am sorry I never found how to resolve thisproblem
-
Priority
Hello, I keep note, I comeback here if I add this feature
-
Generals settings not saving
Hello, you need to edit profile to disable step or remove code where is change the settings.
-
Force move to position?
Hello, use code like (not tested, run this code one time): wManager.Events.FightEvents.OnFightLoop += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (your procs condition) { var toPosition = new Vector3(1, 2, 3); wManager.Wow.Helpers.MovementManager.MoveTo(toPosition); while (wManager.Wow.Helpers.MovementManager.InMoveTo && toPosition.DistanceTo(wManager.Wow.ObjectManager.ObjectManager.Me.Position) > 0.7) { System.Threading.Thread.Sleep(10); } } };
-
pvp helper
Hello, Sorry, he haven't default feature for this. But you can use party product and in product settings use follow player per name option (and use custom fightclass with interrupt spell)
-
Set Loot Radius
Hello, try code like: wManager.Events.LootingEvents.OnLootingPulse += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit.IsValid && unit.GetDistance > 90) { wManager.wManagerSetting.AddBlackList(unit.Guid, 30 * 1000); cancelable.Cancel = true; } }; Line 3 replace 90 by your max distance
-
Mass ban
Hello, someone can try to run WRobot with shortcut "WRobot No Edit Memory"
-
How can I force a fight?
Hello, blacklist events is in "wManager.Events.OthersEvents" And try
-
Mobs in -80000 Z coord range
I'll try to add in next update maxz distance to avoid this type of problem
-
Server connection ... Stuck
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and vc++
-
How to right click an item in bag
Hello, you can try to use item to open dialog, and to click on dialog button use https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
-
does not grab quest item
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).