Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. I think I'll close the default tunnel (you can use it again with an offmeshconnection)
  2. 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\)
  3. 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?
  4. Hello, can you give me position, I'll check but I can't guarantee anything.
  5. Hello, You have checked if you have not installed/updated a program since who can interfere with WRobot? Or trying to disable your antivirus?
  6. Hello, try to increment launch time in relogger general settings
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, use "\" instead "/"
  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 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
  11. Hello, it is strange , try with fresh install, you have log?
  12. Droidz

    Food Eating Bug

    this option is if you want use heal spell
  13. 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/ ).
  14. Droidz

    Food Eating Bug

    Hello, do you use Wow addons on this character? if yes try to disable all
  15. Hello, you have trial version to test if WRobot works on your server
  16. Hello, you need to restart your computer to remove virutal disk, and it is protection
  17. Hello, try this plugins: Not dismount.cs
  18. Which server do you play on?
  19. Hello, it is because your fightclass is not for tbc.
  20. Hello, where do you use this code?
  21. View full article
  22. It is better to use 1 spells with a large condition
  23. Hello, I am not sure to understand, but you can add code like in "Additional C# code" static bool Condi1 { get { return (ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-3908,1130,0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-6790, -2891, 9)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(2892,-811,199)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(6708,-4654, 0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(1211, -4868, 188)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(3865, 6983, 0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(3641,2032,0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-4459, -1660, 127)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(3392,-3378,134)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-3520,1065,0)) < 50 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-6060, -2955, 434)) < 5) && ObjectManager.Me.IsDead; } } and in "Csharp conditon" use code like " Condi1 "
×
×
  • Create New...