Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Is online for Vanilla (with others small fix in ogrimar and ...), for tbc and Wotlk you need to wait few weeks
  2. It depends mainly of your code to update and reload your profile?
  3. I think I'll close the default tunnel (you can use it again with an offmeshconnection)
  4. If you profile is in: WRobot\Profiles\Quester\Subdirectory\Profile.xml you need to use: <QuestsSorted Action="LoadProfile" NameClass="Subdirectory\Profile.xml" /> (path based from WRobot\Profiles\Quester\)
  5. Hello, it is strange, you have check when you try to save if you have error in your log file? you have try to reinstall WRobot in new folder?
  6. Hello, can you give me position, I'll check but I can't guarantee anything.
  7. Hello, You have checked if you have not installed/updated a program since who can interfere with WRobot? Or trying to disable your antivirus?
  8. Hello, try to increment launch time in relogger general settings
  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. Hello, use "\" instead "/"
  11. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Hello, Use this code: local questId = 786; local i = 1 while GetQuestLogTitle(i) do local questTitle, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(i); if ( not isHeader and GetQuestLink(i)) then if questId == tonumber(string.match(GetQuestLink(i), 'Hquest:(%d+)')) then SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); break; end end i = i + 1 end
  13. Hello, it is strange , try with fresh install, you have log?
  14. Droidz

    Food Eating Bug

    this option is if you want use heal spell
  15. Droidz

    Open "Updater"

    Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Droidz

    Food Eating Bug

    Hello, do you use Wow addons on this character? if yes try to disable all
  17. Hello, you have trial version to test if WRobot works on your server
  18. Hello, you need to restart your computer to remove virutal disk, and it is protection
  19. Hello, try this plugins: Not dismount.cs
  20. Which server do you play on?
  21. Hello, it is because your fightclass is not for tbc.
  22. Hello, where do you use this code?
  23. View full article
×
×
  • Create New...