Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I don't planned to add python support, but look IronPython
  2. Hello, you have try to increment your min/max latency in advanced general settings? can you share your log if your problem is not resolved
  3. Add offmeshesconnection for successfull path will resolve your issue, problem in booty bay is that pathfinder don't know than he can use tunel to enter/exit (I forget why, but I cannot change that), but pathfinder found another path (by the water) current offmeshesconnection don't works, with next features, you add offmeshes connection to the tunel and WRobot will use it to enter/exit of booty bay. Ofcourse this will not resolve all bugs
  4. yes an plugin, fightclass or profile can change settings, but it is strange to disable pathfinder
  5. When way is correct, you get stucks or strange path?
  6. You have disabled pathfinder, reactive it in advanced general settings tab "path..."
  7. can you share log (or lines)
  8. 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).
  9. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Droidz

    License

    Changed Status to Fixed Changed Version to All
  11. 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; };
  12. Hello you have try to use another shortcut? for to use second char of this key?
  13. Droidz

    License

    Changed Status to Fixed Changed Version to All
  14. Hello, Try to add methods public override bool HasQuest() { return true; } public override bool IsComplete() { return false; }
  15. Hello, you cannto
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  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, no https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  19. do you have try to disable your wow addons?
  20. Hello, some wow addons can do that, you can also create macro and run it sometime with WR
  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. hello, redownload wrobot https://wrobot.eu/files/file/2-wrobot-official/
  23. You have activated option "Assign Talents" in advanced general settings?
  24. I am sorry, I ignore why you get this problem
  25. put this in .txt file, this code will be run when your character levelup
×
×
  • Create New...