Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you get this happen frequently ? Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. Hello, try wManager.Wow.Helpers.Interact.InteractGameObject(unit1.GetBaseAddress, true); if (wManager.Wow.ObjectManager.ObjectManager.Me.Target == unit1.Guid) { Lua.LuaDoString(String.Format("CastSpellByID({0}, 'target')", _Swarm.Id)); } or wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = unit1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == unit1.Guid) { Lua.LuaDoString(String.Format("CastSpellByID({0}, 'focus')", _Swarm.Id)); } or wManager.Wow.Helpers.Interact.InteractGameObject(unit1.GetBaseAddress, true); if (wManager.Wow.ObjectManager.ObjectManager.Me.Target == unit1.Guid) { wManager.Wow.Helpers.SpellManager.CastSpellByNameOn(_StarFire.NameInGame, "target"); } or wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = unit1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == unit1.Guid) { wManager.Wow.Helpers.SpellManager.CastSpellByNameOn(_StarFire.NameInGame, "focus"); }
  3. Hello, I can understand what you say, but these profiles would probably not exist if they were not paying (it is very hard to create good and complet quests profiles).
  4. Hello, you can disable/edit this settings in advanced general settings tab "Security...". But stuck is generally caused by your profile (you can read this to install required softwares: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Droidz

    Bug combat

    Bonjour, essayé une autre Fightclass, pouvez vous partager votre fichier journal si le problème est pas résolu ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Wait next update, I have added new option "AcceptOnlyProfileNpc", to active it for session run this C# code: wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true; When you put 'True' at 'AcceptOnlyProfileNpc' WRobot use only NPCs of current profile. If you add NPC manually dont forget to put 'true' at the arg 'currentProfileNpc': wManager.Wow.Helpers.NpcDB.AddNpc(Npc npc, bool save, bool currentProfileNpc);
  7. Hello, yes europeen servers work and WRobot works on them.
  8. No only on official server at the moment
  9. Hello, It is possible to help WRobot to improve navigation (meshes) fiability. For it: Use this plugin: ExtractGameObjects.cs (or you can also run c# code "wManager.Wow.Bot.States.NPCScanState.ExtractGameObjects = true;" if you want record during current WRobot session) When WRobot product running, WRobot extract alone game objects infomations (you can see game objects extracted in debug log lines). After some hours/days/weeks of use, you can send me your game objects database (database file is "WRobot\Settings\gameObject.json"), compress and send me this file by private message. ps: This working only on WRobot for official wow server. Please use normal servers (not PTR).
  10. In advanced general settings try to disable option "Calculate interact/combat distance by target size".
  11. Bonjour, http://wrobot.eu/files/category/8-pet-battles/
  12. Hello, this is managed by you fightclass
  13. Hello, you want combine items? if yes use this plugin: http://wrobot.eu/files/file/481-combine/
  14. Hello, I am working on it.
  15. Hello, WRobot support now Wow Legion patch 7.1.5.23360. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here View full article
  16. Hello, WRobot support now Wow Legion patch 7.1.5.23360. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here
  17. Hello, try to activate "Use lua to move" in advanced general settings, you can also try to increment min/max latency in advance general settings tab others
  18. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Can you try to activate option "Use lua to move" in advanced general settings
  19. Hello, in c# use: wManager.Wow.Helpers.Quest.HasQuest(1234) (replace 1234 by quest id, and add ! before if you want test if character not have quest). If you use quest editor and you want check it in "quests order", add step type "IfHasQuest" or "IfHasNotQuest" with in param the quest id (don't forget to add step type "EndIf").
  20. You can replace PressKey... by wManager.Wow.Helpers.MovementManager.MoveTo(1, 2, 3);
  21. Hello, do you have try to contact fightclass owner. You can watch this tuto to edit yourself fightclass: http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  22. Hello, your server use custom spells?
  23. Hello, I have upgraded your subscription, you can now use your key with this version. Kind regards
  24. Hello, http://wrobot.eu/forums/topic/4704-herbalism-elwyn-forest/?do=findComment&comment=21848 like here activate radar 3d to find bad position (and remove it from your profile)
  25. Droidz

    Legion 7.0.3

    Hello, I have upgraded your license key, you can now use your key with this wrobot version.
×
×
  • Create New...