Jump to content

Droidz

Administrators
  • Posts

    12631
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try code like: var nodesNearMe = ObjectManager.GetObjectWoWGameObject().FindAll(p => p.IsValid && p.GetDistance <= 50 && p.CanOpen).OrderBy(p => p.GetDistance).FirstOrDefault(); if (nodesNearMe != null && nodesNearMe.IsValid && wManager.wManagerSetting.IsBlackListed(nodesNearMe.Guid)) { wManager.wManagerSetting.RemoveBlackList(nodesNearMe.Guid); }
  2. Met dans "Macro when interact...": GossipTitleButton1:Click() GossipTitleButton1:Click() GossipTitleButton1:Click() GossipTitleButton1:Click() (je les mis 4 fois, tu peux le mettre plus ou moins de fois)
  3. Use wManager.Wow.Helpers.ClickOnTerrain.Spell(uint spellId, Vector3 vector3, bool waitCasting = true, bool stopMove = true); wManager.Wow.Helpers.ClickOnTerrain.Pulse(Vector3 vector3);
  4. Hello, if you don't found profiles for your current zone/level, you can use product "Automaton" or create your own profile https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/
  5. Try to do that in "WRobot.exe": https://www.windowscentral.com/how-take-ownership-files-and-folders-windows-10
  6. Droidz

    Soul Fragments

    Hello, look this fightclass https://wrobot.eu/files/file/1092-demon-hunter-vengeance/
  7. Hello, skip update request, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, can you share your plugin and log file please
  9. Bonjour, vous pouvez lancer du code lua avec les quetes de type 'interactwithnpc', utilisez lua pour cliquer sur les boutons: https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  10. Droidz

    cant start the bot

    https://wrobot.eu/forums/topic/7149-new-update-problems/?tab=comments#comment-32410
  11. Contact camelot10, he need to update profiles (you can also fix it yourself: https://wrobot.eu/bugtracker/just-updated-and-got-errors-in-logs-r848/?do=findComment&comment=4307 With notepad ,replace: Quest.QuestsClasses by Quest.QuesterCurrentContext.QuestsClasses and replace: Quest.NPCList by Quest.QuesterCurrentContext.NPCList
  12. Droidz

    cant start the bot

    Changed Status to Fixed
  13. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, try to disable your antivirus
  15. Changed Status to Fixed Changed Version to All
  16. If you can try with new update
  17. If you can try with new update
  18. You use proxy, WRobot server ip is 94.23.205.186
  19. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, https://wrobot.eu/forums/topic/6910-change-profile-in-a-plugin/#comment-31413
  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. Droidz

    RemoteServer Problem

    Changed Status to Awaiting Feedback Changed Version to All
  23. Droidz

    RemoteServer Problem

    Hello, try to disable your antivirus/firewall. This crash WRobot?
  24. Hello, wath code do you run when you get this error? in last update I have changed Quest: : ("Quest.QuestsClasses" is now in "Quest.QuesterCurrentContext.QuestsClasses" ; "Quest.NPCList" is now in "Quest.QuesterCurrentContext.NPCList")
×
×
  • Create New...