Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. It is not http://www.wowhead.com/spell=220410/puzzling ? Can you give me link to your wowaddon (to get spell id)
  2. Hello, I don't think than an multibox software can works with WRobot, WRobot don't use mouse and keyboard
  3. Hello, why do you use namespace Wmod?
  4. In your code you don't "RegisterHotKey"
  5. Hello, you have added reference? https://youtu.be/dYxMgHJoSq0?t=16s
  6. And do you have try with new wrobot install (without blacklist and ...)?
  7. Hello, change name of one of your quest
  8. Can you send me sample of from/to position where pathfinder cannot found path (then it should work)
  9. Bonjour, Il est impossible de faire ce genre de fightclass sans C# (et lua). La fightclass qui ce rapproche le plus de ce que vous voulez est: https://wrobot.eu/files/file/1378-paid-pve-raid-restoration-druid-tbc243-by-ordush/ (envoyez un message au créateur pour savoir si il peut répondre a vos demande)
  10. Do you have look this: https://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/?do=findComment&comment=6778
  11. Hello, where (bot) and when do you need to use portals? Sample: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12213
  12. Bonjour, https://wrobot.eu/forums/topic/6397-solved-need-pet-happiness-macro/
  13. Hello, you cannot with default features
  14. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Hello, this is managed by your fightclass
  16. Hello, This option is already implemented, but a fix will resolve some problems in next update. Wait next update and comeback here if problem is not resolved
  17. Droidz

    Self Removing Wrobot

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Hello, I think than problem was caused by your fightclass, try to disable spell debug mode
  20. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Use this plugin: Main.cs using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using wManager.Wow.Bot.Tasks; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (ObjectManager.Me.IsMounted) { var o = ObjectManager.GetObjectByGuid(target) as WoWUnit; if (o != null && o.IsValid && o.Type == WoWObjectType.Unit && o.IsFlightMaster) MountTask.DismountMount(); } } catch { } }; } public void Dispose() { } public void Settings() { } }
  23. Hello, in you current settings, WRobot start to regen if you have 35% of health or less. Replace 35 by 40% if you want regen when you have 40% or less of health.
×
×
  • Create New...