Jump to content

Droidz

Administrators
  • Content Count

    11403
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Droidz got a reaction from ⎝͠҉̭̫͖̗͇ͅTraWin ̍̍̍̍̍̍̍̍̍ in Bot spiraling up as high as possible   
    If anyone has time to try with this file: robotManager.dll (move and replace file in the "Bin" folder and ignore the update request when the bot starts). This file will log when WRobot presses a key, with several log files I could have been a better idea of what is happening with Wotlk (do not use 'Use lua to move' option)
  2. Like
    Droidz got a reaction from 79135 in Bug with windows   
    Hi, I'm sorry but this problem will be difficult for me to resolve, you are the only one to have reported something similar to me.
    see if it's not a problem with your Windows, if it's up to date, why not try reinstalling it.
  3. Thanks
    Droidz got a reaction from ⎝͠҉̭̫͖̗͇ͅTraWin ̍̍̍̍̍̍̍̍̍ in Pathing Stormwind   
    I tested I cannot reproduce problem, try to download and install WRobot in new folder (don't change settings put only your profile)
  4. Thanks
    Droidz got a reaction from zhxwbr8 in How to use mount with item ID in Mount options?   
    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)
  5. Like
    Droidz got a reaction from TheSmokie in BfA version   
    Hello, what is your BfA game version (with build number)? I need to know this to add the supports
  6. Like
    Droidz got a reaction from ⎝͠҉̭̫͖̗͇ͅTraWin ̍̍̍̍̍̍̍̍̍ in BfA version   
    Hello, what is your BfA game version (with build number)? I need to know this to add the supports
  7. Thanks
    Droidz got a reaction from zhxwbr8 in The WR button doesn't work   
    Hello, Wait next update for the fix
  8. Like
    Droidz got a reaction from Artek in How to blacklist specific spot in quester.   
    Hello, in easy quest editor > tools > blacklist editor
  9. Thanks
    Droidz got a reaction from zhxwbr8 in Sell the purple items of the first two backpacks?   
    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  
  10. Like
    Droidz got a reaction from bilbao in (tbc) Find next not dead position   
    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
  11. Thanks
    Droidz got a reaction from zhxwbr8 in Too many times to enter the dungeon in a short time.   
    Hello, look https://wrobot.eu/forums/topic/9204-addingusing-a-counter/?do=findComment&comment=42769&_rid=1
  12. Haha
    Droidz got a reaction from HelloKittyGithub in WRobot for Project Ascension   
    Hi, try with new update. But be careful, This team seems active, using a bot can be risky for your game account
  13. Like
    Droidz got a reaction from Marsbar in WRobot for Project Ascension   
    Use new update
  14. Like
    Droidz reacted to Ponke56 in Exorcism and Templar's Verdict wont cast on proc 4.3.4   
    Now that works like a charm ! 
    Added that line to C Sharp Code condition on exorcism and templars verdict. Awesomesauce !
    Thanks alot for all the help Droidz!
  15. Thanks
    Droidz got a reaction from Ponke56 in Exorcism and Templar's Verdict wont cast on proc 4.3.4   
    Hello, use c# condtion with the code
    ObjectManager.Me.HaveBuff(59578)  
  16. Like
    Droidz got a reaction from bilbao in Random mount/ start mount via macro   
    Hello, try plugin like:
    using System.Threading; using robotManager.Products; using wManager; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { while (Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { try { if (ObjectManager.Me.IsHorde) wManagerSetting.CurrentSetting.GroundMountName = "Horde mount name"; else wManagerSetting.CurrentSetting.GroundMountName = "Ally mount name"; } catch { } } Thread.Sleep(500); } } public void Dispose() { } public void Settings() { } } replace Horde mount name and Ally mount name by you mounts names
  17. Like
    Droidz got a reaction from Koalemos23 in Don't mount if mining/herb node is close by?   
    Hello, in product settings (if you use gatherer product) disable option 'mount all time'. In advanced general settings you have mount distance option, increment it
  18. Like
    Droidz got a reaction from Artek in Bot wont pick Goldthorn at 170 skill   
    Hello, add the node to your harvest list (in advanced general settings)
  19. Like
    Droidz got a reaction from p3tr0s in Check For Hostiles Unit(s) Behind Player   
    Hello, you need to use IsBehind like that:
    u.IsBehind(ObjectManager.Me.Position, ObjectManager.Me.Rotation); ObjectManager.Me.IsBehind(u.Position, u.Rotation); you can also use:
    MovementManager.IsFacing(Me.Position, Me.Rotation, u.Position, 2.20f)  
  20. Like
    Droidz got a reaction from Harvest Golem in Maximize / restore down wow window attached to wrobot process   
    hi, try  
    System.Diagnostics.Process.GetCurrentProcess().MainWindowHandle  
  21. Like
    Droidz got a reaction from 443803059 in The remote screen goes black   
    you have two times options, remove first line

  22. Thanks
    Droidz got a reaction from happiness7 in Fisherbot Quest   
    Hello, use quest type "OverridePulseCSharpCode" with code:
    Vector3 fishPosition = new Vector3(-9387.61, -120.2896, 58.53797, "Flying"); float fishRotation = 4; if (!FishingTask.IsLaunched) { if (GoToTask.ToPosition(fishPosition, 1.5f)) { ObjectManager.Me.Rotation = fishRotation; FishingTask.LoopFish(); } } return true; (replace "-9387.61, -120.2896, 58.53797" by fishing position and 4 by fishing rotation (you can get position and rotation in WRobot tab "Tools" > "Dev... tools" > "Me/Target Position"))
    Don't forget to stop fishing, for it, after pulse fishing quest, in quests order add step type "RunCode" with code:
    wManager.Wow.Bot.Tasks.FishingTask.StopLoopFish();  
    Sample profile: FishingTest.xml
  23. Like
    Droidz got a reaction from Koalemos23 in Is there any way to speed up wRotation?   
    Hello, try to increment you FPS in game, in fightclass editor you have also option "Frames per second", increment this option. Otherwise you have to decrease your number of spells, and avoid using lua (or if you can combine scripts)
  24. Like
    Droidz got a reaction from Artek in Computer identify   
    Hello, if they use lua they can use https://wowwiki.fandom.com/wiki/API_GetTime (if time is similar on several accounts it is probably same computer https://wrobot.eu/forums/topic/10842-careful-with-botting-on-netherwing/?do=findComment&comment=51771 )
     
  25. Thanks
    Droidz got a reaction from Harvest Golem in Maximize / restore down wow window attached to wrobot process   
    You need more code 
    using System; using System.Runtime.InteropServices; using System.Windows.Forms; public class Main : wManager.Plugin.IPlugin { [DllImport("user32.dll", SetLastError = true)] static extern int GetWindowLong(IntPtr hWnd, int nIndex); public const uint WS_MINIMIZE = 0x20000000; public const uint WS_MAXIMIZE = 0x01000000; public const int GWL_STYLE = -16; void GetState() { int style = GetWindowLong(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, GWL_STYLE); if ((style & WS_MAXIMIZE) == WS_MAXIMIZE) { MessageBox.Show("maximized"); } else if ((style & WS_MINIMIZE) == WS_MINIMIZE) { MessageBox.Show("minimized"); } else { // normal style? MessageBox.Show("Normal??? > style=" + style.ToString("x8")); } } public void Initialize() { GetState(); robotManager.Helpful.Win32.Native.ShowWindow(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 6); GetState(); robotManager.Helpful.Win32.Native.ShowWindow(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 3); GetState(); robotManager.Helpful.Win32.Native.ShowWindow(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 4); GetState(); } public void Dispose() { } public void Settings() { } }  
×
×
  • Create New...