Everything posted by Droidz
-
Gathering guest object too fast
yes if yo can try to be sure that is not the problem
-
Gathering guest object too fast
increment min latency in advanced general settings
-
RunCode class
Hi, like that: var CodeToRun = "var r = 1 + 1;"; string _sourceCodeIQuesterCondition = @"using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.IO; using System.Linq; using System.Threading; using robotManager; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Class; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Timer = robotManager.Helpful.Timer; using wManager.Wow.Enums; public class Main { public static void Pulse() { [RUNCODE]; } }"; string error; if (!robotManager.Helpful.RunCode.CompileAndInvokeStaticMethod(RunCode.CodeType.CSharp, _sourceCodeIQuesterCondition.Replace("[RUNCODE]", CodeToRun), "Main", "Pulse", out error)) Logging.WriteError(error);
-
Close WoW and WRobot
Hello, you cannot detect with relogger if profile is completed or not. To close bot and game you can run c# code: try { wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill(); } catch { } wManager.Pulsator.Dispose(true); but problem, if you close game and/or bot, relogger will relaunch all. You can try to stop bot and logout wow character like that (to wait end of relogger task): wManager.Wow.Helpers.Lua.LuaDoString("Logout()"); robotManager.Products.Products.ProductStop();
-
Protection from SpellManager.CastSpellBy && LuaDoString (or what?)
And with this wow addon: testaddon.zip (change code, addon/Title/Author name to avoid problem), if this don't works, use VMs is the best way
-
submitted tasks
-
Pathfinder wrong path
Wrobot can use only one offmeshconnection per path, if path need several offmeshconnections you need to combine them. For your problem, you need to create one offmeshconnection "Rut'Theran to Auberdine", one to "Darnassus Portal Down to Rut'Theran" and one "Darnassus Portal Down to Auberdine" ("A to B", "B to C" and "A to C")). (if I understood the problem correctly.)
-
Pathfinder wrong path
hi. You have try to increment settings "OffMeshConnectionsSearchDistance" ?
-
Pathfinder server seem down
I cannot reproduce problem, and when I lost connection with one server wrobot switch to another without problem. Try to use cloudflare or google dns, or try with another proxy server.
-
Question regarding security
Hello, Proxifier is generally used: https://wrobot.eu/forums/topic/9219-guide-to-botting-with-proxifier/ . Also avoid using the same webbrowser when you create your account
-
[1.1.2] Fishbot repeatedly casts lure
Hello, try to increment your min latency in advanced general settings (or in product settings you can try to increment timer)
-
Protection from SpellManager.CastSpellBy && LuaDoString (or what?)
WRobot start when you character is already in game, you cannot bypass multiaccount security with him. You can try to edit mpq file (add code to randomize GetTime in MPQ file or found function used if they don't detect mpq files change)
-
druid dismount to herbing issue
Hello, when this happen you haven't reason in the log?
-
Hotspots
Hello, use questtypee FollowPath
-
updater is black
Hello, you have installed required softwares (read file README.txt)?
-
Party Bot Not Mounting
https://wrobot.eu/forums/topic/12316-party-bot-not-mounting/?tab=comments#comment-59028
-
Party Bot Not Mounting
Hello, try with another mount name, can you share log if problem is not resovled
-
Tauren herb issue
Hello, you can add node names to list of object to not gather (in advanced general settings)
-
Pathfinder server seem down
Since when you have this problem?
-
Protection from SpellManager.CastSpellBy && LuaDoString (or what?)
Hi, if lua is modified only on MPQ file (and server don't check it after) you can try to call this code to reset CastSpell...: wManager.Wow.Memory.WowMemory.InjectAndExecute(new [] { wManager.Wow.Memory.WowMemory.CallWrapperCode(0x53B740), "ret" });
-
Wizard's Sanctum Mesh (Stormwind)
you need to add destination position (where portal teleport) (I haven't tested, but you positions seem very near)
-
Pathfinder server seem down
Hello, It is strange, @pudge you have this problem since last update? After how many time? @M4k5P0w3r restart WRobot resolve your problem? you have this problem frequently?
-
General settings in WRobot
No sorry, If you have some knowledge of C # you can create a plugin or add it to your profile.
-
Offer
https://wrobot.eu/forums/topic/12294-general-settings-in-wrobot/
-
General settings in WRobot
Hello, try https://wrobot.eu/files/file/421-settings-backup/