Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. Some quest profiles can do that, wath profile do you use?
  3. Hello, are you sure that Wow is updated?
  4. Can you share log of session where you get this problem
  5. Hello, try to use this plugin https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/#comment-38292
  6. update wow
  7. Droidz

    WRobot support Wow 7.3.5

  8. Hello, can you send me by private message your paypal email
  9. Hello, can you give more detail about your problem
  10. 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/ ).
  11. Update done
  12. Update in progress (http://www.wowhead.com/bluetracker?topic=17617783505)
  13. 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. https://wrobot.eu/forums/topic/3685-50fps-too-high-fps/?do=findComment&comment=18417
  15. Hello, If you can try again and tell me if problem is resolved
  16. Hello, If you can try again and tell me if problem is resolvedHello, please wait tomorrow for the map update.
  17. Hello, If you can try again and tell me if problem is resolved
  18. Hello, If you can try again and tell me if problem is resolved
  19. Hello, can you give me your (de)buffs list (you can get it in tab "Tools" > "Dev... tools", button "buff....")
  20. https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  21. And when you play in Wow 32bit (without WRobot)?
  22. In first step try to replace "NpcDB.AcceptOnlyProfileNpc" by "wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc"
  23. 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?
  24. Hello, you get this problem since you use WRobot? Do you have try to change fightclass/profile?
×
×
  • Create New...