Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Can you share one fightclass to test
  2. Hello, no easy way sorry
  3. Hello, do you have try to activate option "Can attack units already in combat"?
  4. Hello, try c# code like var logId = Quest.GetLogIdByQuestId(1234); if (logId > 0) { Lua.LuaDoString("SelectQuestLogEntry(" + logId + "); SetAbandonQuest(); AbandonQuest(); "); } (replace 1234 by your quest id)
  5. Hello, http://wrobot.eu/forums/topic/1717-gatherer-advanced-profile-how-to-change-zone-after-leveltime/ or http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  6. You can use custom iscompleteconditon like return ObjectManager.Me.Level > 7 || (ObjectManager.Me.Level == 7 && ObjectManager.Me.Experience > 0 && (ObjectManager.Me.Experience * 100 / ObjectManager.Me.ExperienceMax) > 50) (to complete quest when you level is bigger than 7.5 (7 at 50%)
  7. Hello, increment min/max latency in advanced general settings tab others
  8. Droidz

    Coroutine Support

    Hello, you don't need coroutine to create good fightclass. You can found fightclass sample inhttp://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/ , http://wrobot.eu/forums/forum/7-tutorials-wrobot/ , http://wrobot.eu/forums/forum/39-fight-classes-assistance/ and http://wrobot.eu/forums/forum/40-developers-assistance/,
  9. Hello, can you give me elevator position, since last update WRobot support Orgrimar and Thunder bluff elevators
  10. Hello, can you share your fightclass
  11. Read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  12. WRobot crash in the session of this log? Do you have try to reinstall Wrobot?
  13. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, try to increment min/max latency in advanced general settings
  15. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and reinstall frameworks
  16. Hello, you got this problem frequently? you are in special zone?
  17. Hello, try this wrobot plugin
  18. Hello, a lot of wow addons are able remove useless items
  19. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, no only wow
  21. Droidz

    no start in quester

    Hello, please contact profile owner.
  22. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...