Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, quester bot change settings only for current session, user settings is reload when you stop bot (UI is not refresh when quester bot is running).
  2. Hello, if WRobot don't use flightmaster automaticly you can try to force usage
  3. Hello, I'll not change this, before runcode (or other) try to check if your have specific quest, or or player position/level, ...
  4. Hello, you cannot change this, but you can remove quest manually
  5. Hello, do you have try to disable option and restart battlenet launcher?
  6. Look lua and lua events
  7. Hello, you need to use lua, you can also search in wow addons
  8. If you can tell me if now elevator is supported (since last update)
  9. Hello, can you tell me if you get this problem since last update
  10. Can you share one fightclass to test
  11. Hello, no easy way sorry
  12. Hello, do you have try to activate option "Can attack units already in combat"?
  13. 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)
  14. 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/
  15. 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%)
  16. Hello, increment min/max latency in advanced general settings tab others
  17. 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/,
  18. Hello, can you give me elevator position, since last update WRobot support Orgrimar and Thunder bluff elevators
  19. Hello, can you share your fightclass
  20. Read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  21. WRobot crash in the session of this log? Do you have try to reinstall Wrobot?
  22. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, try to increment min/max latency in advanced general settings
×
×
  • Create New...