Everything posted by Droidz
- I want refund
-
Fishing problems
Hello, try to increment your min/max latency in advanced general settings tab others
- Delete items
-
WRobot - Wtf no wow.exe process detected?
Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx et vc++)
-
wrobot charakters dont move
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/ ).
-
Issue running multiple sessions
Hello, you have normal wrobot subscription, you need unlimited subscription to run more than 1 session at the same time.
-
Interacting with some game objects causes WoW Errors
Hello, can you give me the "entry id" and the position of an gameobject (easy to reach)
- Fight Class only selected enemy atack.
-
WRobot support Wow 7.2.0 (build 23835)
Now support 7.2.0.23911
-
Bot stands at spirit rez after dying
You are alone at report this problem, I think than this problem is probably caused by your wrobot install. Can you try to reinstall WRobot? If you can send me your profile I'll try to reproduce this problem (you can send me your profile by private message).
-
Edit Battlegrounder Behaviour
Hello, you can create your own product/custom profile, or use event (with plugin or fightclass) to hook "FreeDefaultState" bg like: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state == null || string.IsNullOrWhiteSpace(state.DisplayName) || state.DisplayName != "Free default") return; // put your bahaviour here: // if you don't want run base behaviour: cancelable.Cancel = true; };
-
Exception Reaction
And you get this problem only in this zone?
-
Hunter pet happiness
Hello, on what version of wow do you play? and you can try to use lua for that
-
Force bot to take a "break"
Hello, try new Thread(() => { robotManager.Products.Products.InPause = true; Thread.Sleep(20 * 1000); // 20 secondes robotManager.Products.Products.InPause = false; }).Start(); or robotManager.Products.Products.InPause = true; Thread.Sleep(20 * 1000); // 20 secondes robotManager.Products.Products.InPause = false;
-
Safe resurrection
Normally wrobot try to found the best position to resurrect. Are you sure that when this happen, an safe spot is available to resurrect?
-
CastSpell improvement
Hello, to use descriptor you can use WRobto API like: uint address = wManager.Wow.ObjectManager.ObjectManager.Me.GetDescriptorAddress(wManager.Wow.Patchables.Descriptors.PlayerFields.NextLevelXP); int result = wManager.Wow.Memory.WowMemory.Memory.ReadInt32(address); If you don't want to use focus, you can try to use "mouseover": WoWUnit target; // ... your target uint s_MouseOver = 0x00BD0798; // 3.3.5 http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/298310-3-3-5-offsets.html#post1902575 wManager.Wow.Memory.WowMemory.Memory.WriteUInt64(s_MouseOver, target.Guid); SpellManager.CastSpellByNameOn("Spell Name", "mouseover");
-
Both gatherer and killandloot in one pulse in quester
Hello, add objects at havrest with c# code step, and use killandloot quest type: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(235390); (replace 235390 by object id) (sample: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ )
-
Fight class, Line of Sight
Hello, it is spell stetting "Check if target in view", this option is active by default
-
Repair not working...
Try to add npc in your npc db (tab tools). The NPC is far?
-
Bot is dismounting / mounting alot
Hello, try to change your mount (in general settings)
-
Change fight profile.
Sorry, you need to put full path like: .LoadCustomClass(Application.StartupPath + @"\FightClass\myfightclass.xml");
-
2.4.3 bot wont start
Do you have try to install this verison of framework? https://www.microsoft.com/en-us/download/details.aspx?id=42637
- Restart profile
-
Relogger is lauching Wrobot more than once
Hello, in relogger general settings, instead "WRobot.exe" select file with name like "UqtfGgP.exe". If you cannot resolve problem try to reinstall WRobot.
- Register Combat_Log with args