Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (14)
  2. https://wrobot.eu/forums/topic/7575-pathfinder-error-bot-cant-move-around/?do=findComment&comment=34575
  3. Droidz

    Wrobot

    https://wrobot.eu/forums/topic/7575-pathfinder-error-bot-cant-move-around/?do=findComment&comment=34575
  4. Hello, sorry problem resolved
  5. Update done
  6. https://wrobot.eu/forums/topic/7570-update-status-patch-732-build-25442/
  7. Update in progress
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. This resolve your problem? No sorry, no quick way to activate this option by default
  10. Hello, your profile is in water?
  11. Bonjour https://wrobot.eu/forums/topic/3937-class-trainer/?tab=comments#comment-18414
  12. Hello, try to active option "Try to detect evading mob" in advanced general settings
  13. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) and profile sample with this bug.
  14. Hello, (wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(1) || wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(2)) or wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(new List<uint> {1, 2})
  15. https://wrobot.eu/forums/topic/7283-new-feature-pathfinder-server/?page=2&tab=comments#comment-34527
  16. Sur serveur privé le problème vient presque toujours de la, essayé d'augmenter encore plus c'est deux valeur (mettez 1000 et 1500)
  17. For the fps: https://wrobot.eu/forums/topic/3685-50fps-too-high-fps/?do=findComment&comment=18417 The only way to resolve your "skinning/herbing/mining mobs" problem is to blacklist all skinnable mobs (I cannot resolve this issue). To avoid relog problem use app "Relogger.exe" (in WRobot folder). For mobs stuck you can try to active option "Try to detect mob evading" in advanced general settings.
  18. Hello, do you have activated product setting "Back to last profile position"
  19. function Zorlen_TogglePetSpellAutocast(SpellName, mode) local m = nil if not (UnitHealth("pet") > 0) then Zorlen_debug("Your pet is not active or alive to use pet ability: "..SpellName) return false end for i=1, NUM_PET_ACTION_SLOTS, 1 do local slotspellname, slotspellsubtext, texture, isToken, isActive, autoCastAllowed, autoCastEnabled = GetPetActionInfo(i) if (slotspellname and slotspellname == SpellName) then if (mode == "on") then if not autoCastEnabled then TogglePetAutocast(i) return true end elseif (mode == "off") then if autoCastEnabled then TogglePetAutocast(i) return true end else TogglePetAutocast(i) return true end end end Zorlen_debug("Unable to locate pet ability: "..SpellName) return false end (ref: http://addons.us.to/addon/zorlen-0 file "Zorlen_Pets.lua") Use: Zorlen_TogglePetSpellAutocast("Firebolt", "on")
  20. http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API , try "TogglePetAutocast(index)"
  21. Use normal lua code, what macro do you want use?
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Bonjour, essayez d'augmenter votre min/max "latency" dans "advanced general settings"
×
×
  • Create New...