Jump to content

Droidz

Administrators
  • Posts

    12613
  • Joined

  • Last visited

Everything posted by Droidz

  1. Can you share log of session where you run this profile
  2. Hello, use plugin like Main.cs: using System.ComponentModel; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit != null && unit.IsValid && unit.Entry == 12345) { if (!wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Add(unit.Guid); cancelable.Cancel = true; } }; } public void Dispose() { } public void Settings() { } } Replace 12345 by mob entry id
  3. Some quest profiles can do that, wath profile do you use?
  4. Hello, are you sure that Wow is updated?
  5. Can you share log of session where you get this problem
  6. Hello, try to use this plugin https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/#comment-38292
  7. update wow
  8. Droidz

    WRobot support Wow 7.3.5

  9. Hello, can you send me by private message your paypal email
  10. Hello, can you give more detail about your problem
  11. Hello, Check if Wow and WRobot are updated Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Update done
  13. Update in progress (http://www.wowhead.com/bluetracker?topic=17617783505)
  14. 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/ ).
  15. https://wrobot.eu/forums/topic/3685-50fps-too-high-fps/?do=findComment&comment=18417
  16. Hello, If you can try again and tell me if problem is resolved
  17. Hello, If you can try again and tell me if problem is resolvedHello, please wait tomorrow for the map update.
  18. Hello, If you can try again and tell me if problem is resolved
  19. Hello, If you can try again and tell me if problem is resolved
  20. Hello, can you give me your (de)buffs list (you can get it in tab "Tools" > "Dev... tools", button "buff....")
  21. https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  22. And when you play in Wow 32bit (without WRobot)?
  23. In first step try to replace "NpcDB.AcceptOnlyProfileNpc" by "wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc"
  24. If you put quest id, wrobot don't go to next step if quest objective is not completed. How WRobot can know when he need to go to next step?
×
×
  • Create New...