-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, in advanced generals settings enable option "try to detect evading mobs..."
-
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 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/ ).
-
Do you have enabled "vertical sync" option?
-
how to download camelot 10 world quest profile
Droidz replied to alan400's topic in Profiles and Requests
@camelot10 -
WRobot has stopped working
Droidz replied to teegasus's topic in WRobot for Wow Vanilla - Help and support
Hello, do you run wow in window mode? Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). -
https://www.virustotal.com/fr/url/5219f9d27ce5caadea249de88520708cadc646c1b78051b9b7bc363ca2250ea4/analysis/1512406288/ https://www.virustotal.com/fr/file/86be33116ce89271f1ca6e42debcd6394f158c252293889094b608202bd54788/analysis/1512390865/
-
[Feature request/Help] Smart targeting/pulls
Droidz replied to Matenia's topic in WRobot for Wow Vanilla - Help and support
Hello, I added condition to check "attack before being attacked" only when player move (this will resolve this problem, after combat your character don't move). You get this problem only in vanilla? I'll add option (but I ignore when): https://wrobot.eu/forums/topic/7047-resurrecting-bugged-elysium/ & Sincerely, it is hard to implement this (and "avoidit" add a lot of bugs). I keep note, I'll make some test but I ignore when and if I'll add this feature. Wait next update, WRobot will skip regen step if "ForceIgnore..." is enabled. I cannot add this, this depend mainly on your server (although servers usually use the same database). -
Hello, 1: if you want that be automatic https://wrobot.eu/files/file/1435-paid1121243335a-afking-and-humanizing-plugin/ (or you can add (or request this at the profile owner) in the profile the npc vendors, and change food name relative to your level in wrobot settings with c# code. 2: This plugin drag new skills to bar 1, but, when you use class like warrior the bar 1 is override by your aura ".... Stance" (when you are dead, you can see spell drag by this plugin) 3: contact fightclass owner. 4: You can try to use external relogger, but this depend of your profile (normally if he cannot pickup quest wrobot skip it after few minutes)
-
Add "!" before "wManager.Wow.Helpers.Lua.LuaDoString<bool>..."
-
Hello, check if this problem is not caused by your wrobot plugins/wow addons. You can also try to use WRobot plugin like using System.Threading; using wManager.Wow.Enums; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { EventsLua.AttachEventLua(LuaEventsId.PARTY_INVITE_REQUEST, OnInviteRequest); } public void Dispose() { } public void Settings() { } void OnInviteRequest(object context) { try { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { Lua.LuaDoString("DeclineGroup();"); Thread.Sleep(Usefuls.Latency + 50); Lua.LuaDoString("StaticPopup_Hide('PARTY_INVITE');"); // Lua.LuaDoString("LeaveParty();"); } } catch { } } } to decline group invitation
-
Grinder Skinning Not Skinning?
Droidz replied to Syinide's topic in WRobot for Wow Vanilla - Help and support
Hello, in min latency try to put "500" (in advanced general settings) -
Gatherer altitude issues + jerky motion (Druid)
Droidz replied to crazycow's topic in Gatherer assistance
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). -
Hello, use plugin like: using System.Threading; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnAfterRunState += delegate(Engine engine, State state) { try { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore && state.DisplayName == "Looting") { Thread.Sleep(Others.Random(1000, 5000)); } } catch {} }; } public void Dispose() { } public void Settings() { } } RandomWaitAfterLoot.cs
-
Hello, your code seem good, if it is one zone profile it is more easy to create grinder/gatherer profile with https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/
-
I don't get this problem, and I cannot fix that (it is wow bug)
-
Hello, in iscompletequest check player position with code like return (wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo2D(new robotManager.Helpful.Vector3(1, 2, 3)) < 50); (replace 1, 2, 3 by the turnin position)
-
You can also try to put low value at "wManagerSetting.CurrentSetting.FoodMaxPercent" and disable "wManagerSetting.CurrentSetting.RestingMana"
-
Hello, no feature for that, the only way is to pause bot (and unpause when wrobot leave regen state)(or restart product)
-
Important detail (Plugin)
Droidz replied to Ahaek's topic in WRobot for Wow Vanilla - Help and support
Hello, in advanced general settings try to activate the option "Try to detect evading mob..." -
Hello, this feature works (tested now). Try to disable your antivirus (or clear wow cache)
-
Hello, do you have "EndWhile" step? And are your sure that it is not "(ObjectManager.Me.Position.DistanceTo2D(new Vector3(-14470.6f, 468.559f, -30.71972f)) > 10)" EDIT: In "while" step you need to put position where the portal teleport your character (not the portal position)
-
In "EndIf" step you don't need to put code. In "If" step start your code by: ! ( https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/operators/logical-negation-operator )
-
Thread t = new Thread(() => { uint spellId = 248292; int questId = 47992; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive) { wManager.Wow.Helpers.ClickOnTerrain.Spell(spellId, ObjectManager.Target.Position, true, false); wManager.Wow.Helpers.ClickOnTerrain.Pulse(ObjectManager.Target.Position); } } Thread.Sleep(700); } }); t.Start();
-
Lootslot(i) won't work.
Droidz replied to alchemy's topic in WRobot for Wow Vanilla - Help and support
Hello, do you use wow addons? -
Hello, to remove this file: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664 And WRobot do this for the security of your Wow account