Jump to content

Droidz

Administrators
  • Posts

    12429
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Droidz got a reaction from Dmitrii in Pause/Unpause when an error is encountered in the "Waypoint timed out" log   
    Hello, you can should look like that :
    using System.Threading; using wManager.Plugin; public class Main : IPlugin { private bool _isLaunched; public void Initialize() { _isLaunched = true; robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log) { if (log != null) { if (log.Text.Contains("[MovementManager] Think we are stuck")) { robotManager.Products.Products.InPause = true; // new thread to unpause after 5 seconds new Thread(t => { Thread.Sleep(5000); if (_isLaunched) robotManager.Products.Products.InPause = false; }).Start(); } } }; } public void Dispose() { _isLaunched = false; } public void Settings() { } }  
  2. Like
    Droidz got a reaction from hoovermen in wrobot legion not working due to different build   
    Hello, you can find some builds here : https://wrobot.eu/forums/topic/2018-wrobot-old-versions/ . None are compatible?
     
  3. Like
    Droidz reacted to Tw0F1sh in OS broken after 2-8h of bot use (0xc0000142)   
    Thanks for reply
    - Windows is up to date (22H2 | 19045.2913)
    - i re-installed/repaired everything from the "Rules for Help and Support" now
    - CPU: 16% 4,07GHz (Ryzen 9 3900X) | RAM: 9,4GB/47,9GB (20%)
     
    I will let run the 3 instances for the next 8-16-24h to test it and reply back the status. Thanks.
  4. Like
    Droidz got a reaction from Tomchak in Combining Wrobot and Discord profiles   
    Hello, this post is reserved for the users with WRobot subscription
  5. Like
    Droidz got a reaction from gurete in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  6. Confused
    Droidz got a reaction from SOVATAR in how to find the id of custom quests ?   
    Here :

    You don't have to put a space in 'Action Parameter', use the name as it appears when you click on the drop-down menu.
  7. Thanks
    Droidz reacted to thetaxi in Elevators in Serpentshine Cavern   
    Top
    Player position:
    Map name MPQ:  TempestKeepFactory
    My Position:  256.7376, 52.95427, 25.67882, "None"
    My Position Vector:  new Vector3(256.7376, 52.95427, 25.67882, "None")
    My Position: XML <Vector3 X="256.7376" Y="52.95427" Z="25.67882" Type="None" />
    My Rotation:  3.046692

    ___________________________________________
    Bottom

    Player position:
    Map name MPQ:  TempestKeepFactory
    My Position:  256.7376, 52.95428, 0.2462578, "None"
    My Position Vector:  new Vector3(256.7376, 52.95428, 0.2462578, "None")
    My Position: XML <Vector3 X="256.7376" Y="52.95428" Z="0.2462578" Type="None" />
    My Rotation:  3.046692
  8. Confused
    Droidz got a reaction from SOVATAR in how to find the id of custom quests ?   
    Hello, quest profile editor has tools to get current questlog, id is not in the result of it ?
  9. Like
    Droidz got a reaction from Matenia in Elevators in Serpentshine Cavern   
    I added support to pathfinder server
  10. Like
    Droidz got a reaction from Pudge in Getting offsets/opcodes   
    Hi, the correct code is :
    public static string GetTextFixed(string commandline) { uint FrameScript_GetText = 0x0819d40; var commandByte = System.Text.Encoding.UTF8.GetBytes(commandline + "\0"); var luaGetLocalizedTextSpace = wManager.Wow.Memory.WowMemory.AllocData.Get(commandByte.Length); var rCodecave = wManager.Wow.Memory.WowMemory.AllocData.Get(IntPtr.Size); if (luaGetLocalizedTextSpace <= 0) return ""; wManager.Wow.Memory.WowMemory.Memory.WriteBytes(luaGetLocalizedTextSpace, commandByte); wManager.Wow.Memory.WowMemory.Memory.WritePtr(rCodecave, 0); var asm = new[] { wManager.Wow.Memory.WowMemory.CallWrapperCodeRebaseEsp(FrameScript_GetText, 0x0C, luaGetLocalizedTextSpace, -1, 0), "mov ecx, " + rCodecave, "mov [ecx], eax", wManager.Wow.Memory.WowMemory.RetnToHookCode }; wManager.Wow.Memory.WowMemory.InjectAndExecute(asm); var sResult = string.Empty; var a = wManager.Wow.Memory.WowMemory.Memory.ReadPtr(rCodecave); if (a > 0) sResult = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(a); if (string.IsNullOrEmpty(sResult)) sResult = string.Empty; wManager.Wow.Memory.WowMemory.AllocData.Free(luaGetLocalizedTextSpace); wManager.Wow.Memory.WowMemory.AllocData.Free(rCodecave); return sResult; }  
  11. Like
    Droidz got a reaction from mads1803 in Flight form slow dismounting when gathering.   
    Hello, in advanced general settings, try to activate the option "Use lua to move" (or desactivate this option if enabled).
  12. Like
    Droidz got a reaction from thegarbonzo in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  13. Like
    Droidz got a reaction from Demisenkai in Help with my Allopass Payment (got no code)   
    Hello, for some code you have to wait few hours (to get them  by mail).
    Enter the codes obtained here https://wrobot.eu/allopass/
    You can check the available credit on your account here : https://wrobot.eu/clients/credit/
    To obtain the code quickly the best way is to call. But, I don't have any information about the payments or the status of the payments. I get information and money only when you use a code (these codes can be used on several sites, that's why I don't get any information before a code validated on this site).
  14. Like
    Droidz got a reaction from sith500 in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  15. Thanks
    Droidz got a reaction from chrisklume in Repair/Install WRobot   
    Before request help, thank you to:
    Make sure you start wow in 32-bit and run Wow in Windowed mode. Make sure do you use WRobot on administrator Windows session. Keep Windows updated. Try to disable your antivirus/firewall, redownload and reinstall WRobot in empty folder. Delete completely WRobot folder, download and install it again (you can try to download preinstalled version). Try to put WRobot folder on your desktop and in root of the disc. (Re)Install DirectX, Framework (minimum 4.5) (or Framework Repair Tool), SlimDX (4.0 X86), Redistributable Visual C + + 2010  (X86). If the bot does not work at all, that WRobot freeze, change the version of DirectX that wow uses (do not forget to restart Wow) (if this don't resolve problem, you can try to launch WRobot with shortcut "WRobot No DX"). Reset key bindings Wow (the bot uses Forward, Backward, Jump, Sit / Stand, strafe right and left, but I suggest you reset everything). Some wow addon can cause problems, so disable all. Close Windows program like Skype, Teamviewer and all overlays e.g. Overwolf, Geforce Experience,  raptr, AMD Gaming Evolved, teamspeak (these programs can cause problems at WRobot, also programs for record screen or programs which draw/write in game window). Close/disable your VPN, Proxy and program like ProxyCap. If you have already run WRobot, you can try to remove folde "WRobot\Data\Meshes\". If WRobot window is not display correctly, you  can you try to Right-click on WRobot.exe and then click "Properties". On the "Compatibility" tab, select "Disable Display Scaling On High DPI Settings", and then click "OK" ( https://www.youtube.com/watch?v=0xS-UCuyq7s ). Some virus/malwares can block WRobot. Scan you computer AdwCleaner and/or Malwarebytes for remove malwares, and anti-virus like Eset or Kaspesky. Disable "Bliz Streaming" feature, for it, on the Battle.net App, go to upper left corner, click the down arrow, go to Settings. From there, go to Streaming and uncheck Enable Streaming. When WRobot is launched, you cannot minimize Wow, of course you can keep Wow in background and use your computer, but you cannot minize (put in taskbar) Wow (if minimized, WRobot don't works correctly). Sometime, you need to put "full control" at "WRobot.exe" (and WRobot folder): https://www.windowscentral.com/how-take-ownership-files-and-folders-windows-10 Do a search to see if a solution exists: https://www.google.com/search?q=site:wrobot.eu+adding+mailbox or http://wrobot.eu/search/. If you start to use bot, you can watch this video: http://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ If your problem is not resolved, request help on good forum, to get quick reply, don't forget to share your log file.
  16. Sad
    Droidz got a reaction from Pudge in Cannot compile plugin in relogger   
    Hello,
    WRobot compiler doesn't accept recent C# feature like "$".
    Use code like
    var smth = "123"; Logging.Write("smth = " + smth);  
  17. Thanks
    Droidz reacted to Zer0 in Video tutorial - Create a product from scratch   
  18. Like
    Droidz reacted to ZknB in Upgrade 3 Session to 10 Session Version   
    Unearthing this topic. I want to upgrade from 1 to 3 sessions but your link isn't helping me.
    I must be doing something wrong, can you help ?
    Thanks!

    E: I sent a message to sales through my subscription.
    Hope that's the way to do it!
  19. Thanks
    Droidz got a reaction from antonastakov in Reconnect.   
    You can watch this video https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/#comments
  20. Thanks
    Droidz got a reaction from antonastakov in Reconnect.   
    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/ ).
  21. Like
    Droidz got a reaction from happiness7 in Bot on the way to flightmaster?   
    Hello, you can try to read log:
    robotManager.Events.LoggingEvents.OnAddLog += delegate(Logging.Log log) { if (!string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("[FlightMaster] Try to take taxi at ")) { // ... } };  
  22. Like
    Droidz got a reaction from Mr.botovod in 10-year anniversary   
    Happy New Year to all !

    I'm excited to start another year and look forward to continuing to serve you with WRobot.

    This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot. 
    I'm grateful for your support and look forward to many more years of success together. 

    Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!

    View full article
  23. Like
    Droidz got a reaction from Zan in TraceLine.TraceLineGo cache?   
    Hi, I added method TraceLine.ClearCache() (wait next update)
  24. Like
    Droidz got a reaction from Talamin in TraceLine.TraceLineGo cache?   
    Hi, I added method TraceLine.ClearCache() (wait next update)
  25. Like
    Droidz got a reaction from Zer0 in TraceLine.TraceLineGo cache?   
    Hi, I added method TraceLine.ClearCache() (wait next update)
×
×
  • Create New...