Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. try to increment also Seach radius, do you have log of bugged session
  2. Droidz

    About Skinning

    can you share log with new settings
  3. 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/ ).
  4. Droidz

    About Skinning

    try to increment your min/max latency in advanced general settings
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Can you try to in VM to check if the problem is in your windows installation
  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, Are you sure the mobs ID are in the profile? Look at the option "Max unit near" and "search radius" (in general settings), also check that you are not in a blacklisted area ( "Map" tab)
  9. Droidz

    Bug with black list

    Hello, this problem is normally resolved in last update, you have check if you use last update? can you share your log pleaers
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Hello, I checked and WRobot don't regen if your character swim. About traceline flag seem not correct on Vanilla, I'll check if I can fix it, but you can try code like: var posToCheck = new Vector3(1, 2, 3); Vector3 hit; wManager.Wow.Helpers.TraceLine.TraceLineGo(posToCheck + new Vector3(0, 0, 20), posToCheck, CGWorldFrameHitFlags.HitTestAll, out hit); if (hit.Z > ObjectManager.Me.Position.Z) { // out of water? }
  12. I'm not saying it's your fault, but maybe you know a trick to solve it. There was a important problem with the blacklist I just resolved in an update, it's possible that this resolve your problem too.
  13. Hello, in tbc you can use lua for that: while GetQuestLogTitle(i) do local questTitle, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(i); if ( not isHeader and GetQuestLink(i)) then if {1} == tonumber(string.match(GetQuestLink(i), 'Hquest:(%d+)')) then qId = i; break; end end i = i + 1 end replace {1} by quest id
  14. Thank you, I'll release update to fix that thank you
  15. Give me sample please I'll fix that if it is bug
  16. Droidz

    License

    Hello, you don't need to pay again you can found your license key here: https://wrobot.eu/clients/purchases/
  17. Hello, add heal spell in your fightclass (and remove it from regen settings)
  18. Hello, You use correct fightclass? You have try to contact bambo he know problably why can cause this problem
  19. Yes it's strange, I think it's a problem with the druid flight form, I have to test it and come back to you as soon as I know more.
  20. Hello, https://wrobot.eu/forums/topic/5272-new-script-node-in-quester-profiles/?do=findComment&comment=24318
  21. Hello, you need to use c# https://wrobot.eu/forums/topic/9421-use-auction-in-quester-profile/
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...