Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hi, You have probably launched wrobot two time with the same license key (1 license key = 1 wow session (same time))
  2. You can disable option "Player attack before being attacked" in general settings.<br /><br />You are on what wow server (I don't have problem)?
  3. The solution of Loki is good, put to false "Combat only" (spell settings) (but don't use put true at the option "For friend")
  4. Yes is this option
  5. Hi, I have also added on last update possibility to attack before being attacked if mob is on your path (active by default, this avoid multi aggro). I have planned to add possibility to change path for avoid elites or high-level creatures (and improve path finder). Currently I worked on quest bot, when the bot quest is stable I'll work on this.
  6. Can you try with this dll please, I have tried to improve cast speed (I have also added fightclass setting Frames per Second (by default is 15, for more speed I recommand 50 but it increment uc usage)) wManager.zip
  7. Your log is empty (you haven't started bot). And I have added possibility to disable option "stop bot after X min" in last update, try to disable this option and say me if your problem is solved.
  8. Hi, I'll see it
  9. http://pastebin.com/mj79zTC4 you can found here ObjectManager.Me, ObjectManager.Target and ObjectManager.Pet api
  10. You can use C# condition: ObjectManager.Me.ManaPercentage < 75
  11. With log file I can understand that you changed your character in game (you must redémarer wrobot when you change character).
  12. Hi, Can you share your log file please. I'll add option for disable this option.
  13. Hi, In "Product Settings" you can set it (wow addon can cause bug, I recommend to disable all wow addon for archy).
  14. If don't works, you can try to use /click ButtonName For get button name use this macro: /run print("/click "..GetMouseFocus():GetName()) (put you mouse cursor over spell button, launch this macro and in wow chat is written button name). Replace CastSpell(33395, "pet"); by /click ButtonName
  15. Hi, If is not written percent in condition name the value is real (if you have 71000/120000 conditions is "mana (71000)<75000"
  16. You can get mailbox name when you put your mouse cursor over the mailbox in game.
  17. For support, please post request here: http://wrobot.eu/forum/10-help-and-support-wrobot/
  18. hi, Wrobot don't managing pet ability. But you can use pet ability in fightclass with lua code, try this CastSpell(33395, "pet"); (http://www.wowwiki.com/API_CastSpell, http://www.wowhead.com/spell=33395)
  19. Hi, In your log you have: Please select an Fly Mount in general settings When you have correctly settings fly mount you have again this problem?
  20. Hi, I works currently on quester bot, coming soon (but quests profiles is very long at write, I have passed 2 days only for write quests level 1 to 15) For profiles request go here: http://wrobot.eu/forum/28-profiles-and-requests-wrobot/ And I'll add by default FightClass in the bot with auto selection. Thanks
  21. Try with this code: (System.Math.Abs(ObjectManager.Me.Rotation - ObjectManager.Target.Rotation) < 0.35f) (wow object rotation is in radians, -pi at +pi)
  22. Try to install antivirus kaspersky and ESET Nod32 (trial version during 30 days). But I don't know what can cause wow crash.
  23. Hi, For add mailbox propely read this post:
  24. Hi, You can also use this lua code: RunMacroText("/use item:52306") (replace 52306 by your item id, this code is compatible with all wow client langage and you don't need to know bag slot), in condition add http://www.wowwiki.com/API_GetItemCount count = GetItemCount(52306) if count > 0 then ret = "true" else ret = "false" end
  25. Droidz

    Multi-line LUA

    I thought I was repaired. I'll see this.
×
×
  • Create New...