-
Posts
12618 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, in general settings tab macros (or you can add it in your fight class) Envoyé depuis mon MI 2 avec Tapatalk 4
-
In main wrobot window you have target info, health is correctly showed? Do you have wowhead link of the boss? Thanks.
-
Hello, Thanks I'll look. Can you share a log of bugged session please.
-
Hello, If you can also share your the log of an bugged wrobot session (in Logs folder). Thanks.
-
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
-
Request Power leveling Battle Pets! & Bug found
Droidz replied to Darktempler's topic in Pet Battle assistance
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) -
Problem fixed, wait next update.
-
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.
-
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).
-
You have follow instructions:
- 10 replies
-
- profile grinder
- grinder
-
(and 1 more)
Tagged with:
-
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.
-
Help with rune counting.. Droidz you are needed. xP
Droidz replied to Ohren's topic in Fight Classes assistance
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, ....) -
Hello, Wait next update, I have added spell option "AOE Spell (character position)"
-
Help with rune counting.. Droidz you are needed. xP
Droidz replied to Ohren's topic in Fight Classes assistance
Hi, I'll add in next update new conditions for rune power. -
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?
-
Hello, You can download here wrobot already installed: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
-
Request Power leveling Battle Pets! & Bug found
Droidz replied to Darktempler's topic in Pet Battle assistance
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). -
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: )
-
Request Power leveling Battle Pets! & Bug found
Droidz replied to Darktempler's topic in Pet Battle assistance
Hello, Thanks for your reports. I'll look it in the week (I come back to you when it is done). -
I have fixed your profile (level 1 to 4) Paladin 1 EDITED.xml
-
Hello jackel. Where I can found dummy (if you have wowhead link)? Do you have log of wrobot session (in Logs folder)? Thanks.
-
Failing casting some spells for Hunter class
Droidz replied to Pasterke's topic in Developers assistance
Hello, Can you share your fightclass please? What spell conditions do you use? -
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.
