Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, to use descriptor you can use WRobto API like: uint address = wManager.Wow.ObjectManager.ObjectManager.Me.GetDescriptorAddress(wManager.Wow.Patchables.Descriptors.PlayerFields.NextLevelXP); int result = wManager.Wow.Memory.WowMemory.Memory.ReadInt32(address); If you don't want to use focus, you can try to use "mouseover": WoWUnit target; // ... your target uint s_MouseOver = 0x00BD0798; // 3.3.5 http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/298310-3-3-5-offsets.html#post1902575 wManager.Wow.Memory.WowMemory.Memory.WriteUInt64(s_MouseOver, target.Guid); SpellManager.CastSpellByNameOn("Spell Name", "mouseover");
  2. Hello, add objects at havrest with c# code step, and use killandloot quest type: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(235390); (replace 235390 by object id) (sample: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ )
  3. Hello, it is spell stetting "Check if target in view", this option is active by default
  4. Try to add npc in your npc db (tab tools). The NPC is far?
  5. Hello, try to change your mount (in general settings)
  6. Sorry, you need to put full path like: .LoadCustomClass(Application.StartupPath + @"\FightClass\myfightclass.xml");
  7. Do you have try to install this verison of framework? https://www.microsoft.com/en-us/download/details.aspx?id=42637
  8. Try to run code: new Thread(() => { robotManager.Products.Products.ProductStop(); Thread.Sleep(1000); robotManager.Products.Products.ProductStart(); }).Start();
  9. Hello, in relogger general settings, instead "WRobot.exe" select file with name like "UqtfGgP.exe". If you cannot resolve problem try to reinstall WRobot.
  10. COMBAT_LOG_EVENT_UNFILTERED seem not exist in vanilla
  11. Hello, no you cannot use this in lua. Where do you want use your script?
  12. Hello, with "custom profile" you can do what you want, but it is not easy way to do quest with. Why do you not use normal quest profile, you can use you own code/class
  13. If you can wait next update and tell me if gameobject distance is fix (in wrobot for vanilla)
  14. Hello, I confirm than "COMBAT_LOG_EVENT_UNFILTERED" seem skip in "OnEventsLuaWithArgs ". I'll fix it, I comeback here when is done, to wait you can try to use lua script
  15. Try to disable option "Ignore fighting during farm if in druid form/Sky Golem"
  16. Hello, what profile(product) do you want restart? And why?
  17. wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass("myfightclass.xml");
  18. Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. No sorry, you need to download WRobot this website to avoid virus (I have edit my last message, I have make mistake).
  20. Hello, yes in advanced general settings (some wow addon can do this also)
  21. Hello, wait next update, now "ForceIgnoreIsAttacked" support farming task.
  22. Hello, check if option "Ignore fighting during farm if in druid form/Sky Golem" is disabled (in advanced general settings tab "looting...")
×
×
  • Create New...