Everything posted by Droidz
-
Can you tell me why this isnt working?
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
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) .
-
Pet battle bug
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").
-
conditions in fightclass editor
Hello, I have replied in support request this:
-
Pet Battle Profiles using Flight points
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.
-
Useful links
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
-
My mount starts flying into the sky for hrs, and once in a while bot crash.
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.
-
random target follow
Hello, If you not typing a player name, WRobot follow the leader of the group.
-
HF [On s’est déjà rencontré ?] demande d'aide
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: ).
-
Sleep Mode
Hello, Thank you for suggestion. I'll add this feature in product "Schedule".
-
Party Engine
Hello, No, but in "Party" product settings you can select player at follow by name.
-
Quester-Whitebark's memory
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?
-
Guardian Druid
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.
-
Cannot start bot help!
Hello, Read this, if problem is not resolved please send me your log file (in "Logs" folder):
-
Dalaran fountain
Hello, Can you share your log file please. Do you have edit settings? (default settings works for Dalaran fountain)?
-
Excluding certain nods
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)
-
bug vers mailbox
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.
Hello, I have improve system, wait next update.
-
The pet Battle Engine gets stuck
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?
-
Chat feature bug
I cannot reproduce this bug, if you can send me log of an bugged wrobot session. Thanks.
-
Mages will not cast Evocation???
Hello, This depend how is setting this spell in your fightclass, can you share your fightclass, I'll look this.
-
Condition suggestion
Hello, Condition "Me In Cast" return true if player launching spell or using an item.
- mailbox bug
-
How to add Mailbox at your profile
How to add Mailbox In the "profile creator" tool go to tab "Npc", in game go near mailbox and put your mouse over the mailbox to get the name: Write the name of mailbox in WRobot (case sensitive): Click on button "Add Target to Npc list...", an item is added in the table: If you are outdoor or if you can fly to the mailbox, don't forget to activate option "CanFlyTo" of added line: (This works also for add mailbox with "Npc DB" tools, to delete an mailbox just select line and click on key "Del" of your keyboard)
-
bug avec le pet et perso n'attaque plus
Je viens de faire une mise à jour pour essayer de fixer ce problème, pouvez vous me dire si ça fonctionne ou pas? Merci.