Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. yes an plugin, fightclass or profile can change settings, but it is strange to disable pathfinder
  2. When way is correct, you get stucks or strange path?
  3. You have disabled pathfinder, reactive it in advanced general settings tab "path..."
  4. can you share log (or lines)
  5. Hello, in the ownedcore link its me. WRobot pathfinder is more advanced than your links. I'll add in few weeks new features at the offmeshesconnection to be used even if path return success result (this will resolve problem like you have in your first screenshot).
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Droidz

    License

    Changed Status to Fixed Changed Version to All
  8. For the fight https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088 , For regen: wManager.wManagerSetting.CurrentSetting.FoodPercent = 1; wManager.wManagerSetting.CurrentSetting.FoodMaxPercent = 1; wManager.wManagerSetting.CurrentSetting.DrinkPercent = 1; wManager.wManagerSetting.CurrentSetting.DrinkMaxPercent = 1; For stuck: wManager.Events.MovementEvents.OnPulseStuckResolver += delegate(CancelEventArgs cancelable) { cancelable.Cancel = true; };
  9. Hello you have try to use another shortcut? for to use second char of this key?
  10. Droidz

    License

    Changed Status to Fixed Changed Version to All
  11. Hello, Try to add methods public override bool HasQuest() { return true; } public override bool IsComplete() { return false; }
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  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, no https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  15. do you have try to disable your wow addons?
  16. Hello, some wow addons can do that, you can also create macro and run it sometime with WR
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. hello, redownload wrobot https://wrobot.eu/files/file/2-wrobot-official/
  19. You have activated option "Assign Talents" in advanced general settings?
  20. put this in .txt file, this code will be run when your character levelup
  21. To search Wow window, WRobot use process name (Wow.exe) or window name (World of Warcraft)
  22. https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
×
×
  • Create New...