Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    Path finder seems broken

    I have done a lot of research but don't understand why you have this error and how to fix it. Try to run on another computer (or on VM) with same internet providers (you can also try to change you IP if you can). If this doesn't works it is probably routeur problem. You can also try to use VPN or proxy.
  2. If by name that don't works, in settings put buff name like his happer in game when you mouse is over (top/right), and use this plugin: Main.cs using System.ComponentModel; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.OthersEvents.OnMount += delegate(string name, CancelEventArgs cancelable) { MovementManager.StopMoveTo(); // or MovementManager.StopMove(); ItemsManager.UseItem(67009); Usefuls.WaitIsCasting(); cancelable.Cancel = true; }; } public void Dispose() { } public void Settings() { } } (this plugin will use item when WRobot will try to use mount spell)
  3. robotManager.Helpful.Display.ShowWindow(wManager.Wow.Memory.WowMemory.Memory.GetProcess().MainWindowHandle);
  4. Hello, you have option in advanced general settings to ignore pet
  5. Hi, robotManager.Helpful.Display.ShowWindow(obj.CurrentWowProcess.MainWindowHandle); public static void ShowWindow(IntPtr mainWindowHandle) { Native.ShowWindow(mainWindowHandle, Native.SwRestore); Native.SetForegroundWindow(mainWindowHandle); }
  6. try to active option quest option RepeatableQuest
  7. Droidz

    Path finder seems broken

    it is strange, try to use cloudflare or google dns
  8. Droidz

    Path finder seems broken

    The last update normally corrects the problem, it changes server if the selected server is malfunctioning (and I tried to solve the problem on the server side).
  9. Hi, I can reproduce this problem but I don't understand why, and I haven't found how to resolve it. But it is old Windows version and this affect only if you don't use default Windows style, I'll not fix it.
  10. Do not pay attention to the version I do not always change it (if WRobot does not ask for an update at startup, it means that it is up to date).
  11. If you can tell me if you still get crash with the new update
  12. Hello, Wait next update for the fix
  13. Droidz

    Path finder seems broken

    In next update I'll fix problem with this security (the bot is often stuck on pause without trying to change servers)
  14. Hello, what is your BfA game version (with build number)? I need to know this to add the supports
  15. I'll check. Are you using the updated version of WRobot?
  16. hi, look https://github.com/goldpaw/WoW_UI_Source_WotLK/blob/7ac7bc5b6ebc57f7de70c64aaf61072bb22bc511/AddOns/Blizzard_DebugTools/Dump.lua#L350 -- DEVTOOLS_MAX_ENTRY_CUTOFF = 0 DevTools_Dump(_G)
  17. Hello, you play in Wotlk? put item name don't works?
  18. Did you notice a particular moment in these crashes? (when movement, cast spell, if wrobot is attached without starting a product he crashes?)
  19. Hello you have try to download client on another website (not in website of the server)?
  20. Hello, in easy quest editor > tools > blacklist editor
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. https://wowwiki.fandom.com/wiki/API_GetItemQualityColor Try /run local q;if MerchantFrame:IsVisible()then for i=1,300 do q=GetContainerItemLink(i/35,i%35)if (q and (q:sub(5,10)=="a335ee" or q:sub(5,10)=="0070dd")) then UseContainerItem(i/35,i%35)end;end;end
  23. it is "using" problem, I fixed code, it is sample (starting orc zone): test.xml
  24. Hello, if it is for one dunjon maybe you can try to blacklist zone, or compare zone and move if you are in bad zone. Otherwise I think with events lua or gameobject entry id
×
×
  • Create New...