-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, When you start bot, wrobot use correctly the flying mount? Do you have try to change your flying mount (in general settings) (case sensitive)?
-
Hello, What is zone name of this profile?
-
local DiseasesFound = 0; if not (UnitIsDead("target")) and not (IsFlying("player")) and not (IsResting("player")) and not (UnitIsAFK("player")) then --[[ refresh the Diseases on the target if there are less then 3 sec left (to be sure that it dont run out while a fight ]] local timeLeftToCastAgain = 3; local idDiseases={59879,59921} --[[ Blood Plague,Frost Fever ]] idDiseases[1]={59879,59921} --[[ Outbreak,Plague Strike ]] idDiseases[2]={77575,45462} --[[ Outbreak,Icy Touch ]] idDiseases[3]={77575,45477} local now=GetTime(); for i=1,3,1 do local spell=""; --[[local DiseaseFound=() NOT USED ]] for j=1,2,1 do spellname=GetSpellInfo(idDiseases[i][j]) local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target",spellname); if (name==spellname) then local expireTimeLeft = expirationTime-now; DiseasesFound=idDiseases[i][j] if (expireTimeLeft < timeLeftToCastAgain) then if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==3) then CastSpellByName(spellname); spell=spellname; end end end break; end end if (DiseasesFound==0) then for j=1,2,1 do local spellname=GetSpellInfo(idDiseases[i][j]) if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==0) then CastSpellByName(spellname); spell=spellname; break; end end end end if not (spell=="") then print("Diseases: "..spell) result=true break; end end end result=(DiseasesFound>0) --[[ replace result=(diseased>0)]] Try it
-
Pet Battle Profiles using Flight points
Droidz replied to Bear T.O.E.'s topic in Pet Battle assistance
It is not when once than one pet reach this level, but when average levels of actives pets has the level required (if you have 3 pets, levels 6, 5 and 5 the average is 5.3 (don't change zone), if your levels is 7,5 and 6 your average level is 6, WRobot will change zone) . -
Hello, This error is not serious if wrobot don't bug (this error repport an problem to find path to go to the target, normally if wrobot don't found path wrobot ignore mob). You can try to blacklist http://www.wowhead.com/npc=61830/festering-maggot (for it, go to tab "Tools" > "Black list editor", select http://www.wowhead.com/npc=61830/festering-maggot ingame and click on button "Add current target type to blacklist").
-
Hello, I have replied in support request this:
-
Pet Battle Profiles using Flight points
Droidz replied to Bear T.O.E.'s topic in Pet Battle assistance
Hello, In the profile creator, Record the path for first zone,edit "For character level" settings of this zone (2) (by sample, level 1 to 3). To add a new zone click on boutton "+" (1), edit "For character level" settings of this zone (2) (by sample, level 4 to 5) and record the path of this second zone. -
Wow API: http://wowpedia.org/API (seem best, updated for WoD) http://wowprogramming.com/docs/api_categories http://www.wowwiki.com/World_of_Warcraft_API
-
Hello, You have problem of connection with mmorobot server: [E] 20:46:45 - dfsg gfds gfds#2: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. Try to disable your antivirus/firewall. If problem is not solved read this guide: If after, you get again this error message, tell me if you have file "WRobot.exe.config" in your wrobot folder.
-
Hello, If you not typing a player name, WRobot follow the leader of the group.
-
Bonjour, il y a plusieurs possibilités, la plus simple est de: Aller dans l'onglet "General Settings". Cliquez en bas à droite sur "Enter advanced settings...". Allez dans l'onglet "My Macros". Dans "Macro 1" mettre l'option "Active this macro" à "True", "Press all the x Second" à 20 par exemple (pour activer toutes les 20 secondes la macro), et dans "Press key" mettre la touche du raccourci clavier qui lance le macro ingame, par exemple "é" qui correspond au slot 2 de la barre de sorts. Résultat: Cliquez sur le bouton en bas à droite "Save and Close". Sélectionnez le produit "Custom Profile" dans l'onglet "Main" et le profil "Anti Afk" dans l'onglet "Product Settings" (vous pouvez télécharger le profil anti afk ici: ).
-
Hello, Thank you for suggestion. I'll add this feature in product "Schedule".
-
Hello, No, but in "Party" product settings you can select player at follow by name.
-
Hello, With quest type "UseItemOn" you need to add target. In the zone where you need to used the item, he don't have an game object or npc?
-
Hello, This problem is probably caused by the Fightclass. Can you try with another fightclass and tell me the name of used fightclass please. Thanks.
-
Hello, Read this, if problem is not resolved please send me your log file (in "Logs" folder):
-
Hello, Can you share your log file please. Do you have edit settings? (default settings works for Dalaran fountain)?
-
Hello, Add objects id in the blacklist. Go to tab "General Settings". Go to "Enter advanced settings..." Go to tab "Looting and Farming options" In the textbox "Don’t harvest object (one id by line)" copy this id: 209349 221542 214510 ( http://www.wowhead.com/object=209349 , http://www.wowhead.com/object=221542 , http://www.wowhead.com/object=214510 ) (object id is the number than contain wowhead url, in this url wowhead.com/object=209349 the id is 209349 and is an object)
-
Quand votre personnage sort de la monture (démonte), c'est instantané? Quand vous rentrez cette commande dans le chat votre personnage sort de la monture: /dismount ?
-
Player attack WildPet (Lvl 1)...every 5 sek.
Droidz replied to Bugreporter's topic in Pet Battle assistance
Hello, I have improve system, wait next update. -
Hello, I have try to reproduce bug and check code, It is not possible for me. Are you sure ? can you share your log please?
-
I cannot reproduce this bug, if you can send me log of an bugged wrobot session. Thanks.
-
Hello, This depend how is setting this spell in your fightclass, can you share your fightclass, I'll look this.
-
Hello, Condition "Me In Cast" return true if player launching spell or using an item.