Jump to content

Droidz

Administrators
  • Posts

    12431
  • Joined

  • Last visited

Everything posted by Droidz

  1. In main wrobot window you have target info, health is correctly showed? Do you have wowhead link of the boss? Thanks.
  2. Droidz

    BattleGround

    Hello, Thanks I'll look. Can you share a log of bugged session please.
  3. Hello, If you can also share your the log of an bugged wrobot session (in Logs folder). Thanks.
  4. Hi, How explain I have added possibility to use lua script. Use this script for change pet when health is smaller at 30 % (you can change this value): local minHealthPercent = 30; local PetAlly = 1; local PetEnemy = 2; local activePetEnemy = C_PetBattles.GetActivePet(PetEnemy); local typePetEnemy = C_PetBattles.GetPetType(PetEnemy, activePetEnemy); local activePetAlly = C_PetBattles.GetActivePet(PetAlly); local typePetAlly = C_PetBattles.GetPetType(PetAlly, activePetAlly); if C_PetBattles.GetHealth(PetAlly, activePetAlly) * 100 / C_PetBattles.GetMaxHealth(PetAlly, activePetAlly) <= minHealthPercent then for i = 1, NUM_BATTLE_PETS_IN_BATTLE do if C_PetBattles.GetHealth(PetAlly, i) * 100 / C_PetBattles.GetMaxHealth(PetAlly, i) > minHealthPercent and not (i == activePetAlly) then C_PetBattles.ChangePet(i); break; end end end
  5. Yes and no (I don't want impose at all an specific technique), I have added possibility to launch a lua script before launching pet ability. For switch pet after first hit your can use this lua code: local PetAlly = 1; local PetEnemy = 2; local activePetEnemy = C_PetBattles.GetActivePet(PetEnemy); local typePetEnemy = C_PetBattles.GetPetType(PetEnemy, activePetEnemy); local activePetAlly = C_PetBattles.GetActivePet(PetAlly); local typePetAlly = C_PetBattles.GetPetType(PetAlly, activePetAlly); if activePetAlly == 1 and not (C_PetBattles.GetHealth(PetEnemy, activePetEnemy) == C_PetBattles.GetMaxHealth(PetEnemy, activePetEnemy) ) then for i = 1, NUM_BATTLE_PETS_IN_BATTLE do if C_PetBattles.GetHealth(PetAlly, i) > 0 and not ( i == activePetAlly) then C_PetBattles.ChangePet(i); break; end end end (You can edit lua script when you launch pet battle product)
  6. Ok thanks, I have also problem when 1 still on queue, I have resolved problem, wait next update.
  7. Problem fixed, wait next update.
  8. Hello, Go to "General Settings" > tab "Vendor..." and check if "Sell white items" is activated. Check also if your items is not in "Do not Sell List...". Tell me if your problem is solved.
  9. Hello, When you create profile you need to add targets entry (select target in game > In profile creator click on button "Add" (right of the textbox Targets Ids), save your profile).
  10. Ok thanks I'll look. You can download wrobot with the link of mega? (For view if the problem is on mmorobot server or no)? Do you have try to download wrobot with anothers internet browers? If another has this problem and can share the error message. Thanks.
  11. I have fixed problem (in next update, runes condition is fixed (return number of runes ready), and I have added conditions RuneReadySlot1(to 6) (return true if rune no used). Ps: I have also added in Dev tools "Memory informations", this extract all informations about player (mana, life, ....)
  12. Hello, Wait next update, I have added spell option "AOE Spell (character position)"
  13. Hi, I'll add in next update new conditions for rune power.
  14. I have uploaded wrobot on mega: https://mega.co.nz/#!RhNTjDRL!JXSrGU1yTYxoRqiuQAoE4hFUVqYVISs8WPQJWyghNc4 I don't understand what is problem with previous link (he works fine) . What error message you have on your web browser? You have try to disable your antivirus/firewall?
  15. Hello, You can download here wrobot already installed: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
  16. Hello, I have just test and works fine for me. I'll add a wait time (wow latency). Wait next update and tell me if this resolve your problem.
  17. Do you have modified wow ui with an addon? I have add wait time when wrobot switch pet (wait the next update and tell me if problem is solved).
  18. Hello, WRobot has probably found bad dig site position. You can settings manually position of dig site (in archeo product settings) or disable zone (also in archaeo product settings). (Look this tuto for edit zone: )
  19. Hello, Thanks for your reports. I'll look it in the week (I come back to you when it is done).
  20. I have fixed your profile (level 1 to 4) Paladin 1 EDITED.xml
  21. Hello jackel. Where I can found dummy (if you have wowhead link)? Do you have log of wrobot session (in Logs folder)? Thanks.
  22. Hello, Can you share your fightclass please? What spell conditions do you use?
  23. Hello, Check if you have installed required files on your computer: - Framework 4.0: http://www.microsoft...s.aspx?id=24872 - Visual C++ 2010 (X86): http://www.microsoft...ls.aspx?id=5555 Try also to re download/reinstall WRobot. WRobot works only with wow 32 bit (x86), how you have say you need to remove/rename wow-64.exe and launch directly wow.exe, login in game and launch wrobot. Do you see your wow session in wrobot? Do you have error message? Do you have log (in Logs folder)? Thanks.
  24. For skinning all mobs (same if is not killed by you) you need to activate option "Ninja" (in general settings).
×
×
  • Create New...