Everything posted by Droidz
-
Alliance noblegarden eggs?
Hello,
-
Snippets of LUA codes (for FightClass)
Quick Search by buff list (useful for detecting poison, stunned ...) LuaScript: local idBuffs={13750,5004,433,121279,20572} for key,value in pairs(idBuffs) do for i=1,40 do local name, _, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i) if (value==spellId) then result=1 return; end end end result=0 Research: 1 Var: result Replace spells id 13750,5004,... by your buff spells id needed.
-
Cleanse for Paladin ?
Hello, You need to check buff of your character, if your character has an poison spell buff you launch Cleanse. You can use this lua condition to detect quickly poison: LuaScript: local idBuffs={13750,5004,433,121279,20572} for key,value in pairs(idBuffs) do for i=1,40 do local name, _, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i) if (value==spellId) then result=1 return; end end end result=0 Research: 1Var: result Replace spells id 13750,5004,433,121279,20572 by poison spells id.
- Vendor Problems
-
Chat feature bug
Thank you for repport.
-
the condition me is stunned isnt working.
Look it: http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/384235-pqr-pvp-lists.html This list need probably update.
-
Wrobot version 5.4.2 17688
Hello, Look here: Try this version: http://download.wrobot.eu/wrobot/wManager_5.4.2_17688.zip But the support is not guaranteed, and if I change login system or mesh (for pathfinding) this version will no longer work.
-
PvP only?
Look this: WRobot UI has changed since but the name of button is same. Try to make profile without waypoint also.
-
This more of a question/suggestion
local spellName = GetSpellInfo(53477) for i=1, 4 do local partyId = "party"..i if (UnitExists(partyId)) then TargetUnit(partyId) CastSpellByName(spellName, partyId) end end You can add condition at this line: if (UnitExists(partyId)) then By sample, if (UnitExists(partyId) and UnitHealth(partyId) < 500 and UnitInRange(partyId) and not UnitIsDead(partyId)) then ...
-
This more of a question/suggestion
Your code is not good, does not exist in wow api. My code don't works?
-
PvP only?
Hello, Create profile with only one waypoint (position).
-
Pc Blue Screen
Hello, Update your drivers and check the temp of your computer with software like SpeedFan (update also Windows).
-
This more of a question/suggestion
http://wowpedia.org/UnitId http://wowpedia.org/API_UnitName http://wowpedia.org/API_GetSpellInfo ( http://www.wowhead.com/spell=53477 ) http://wowpedia.org/API_CastSpellByName http://wowpedia.org/API_TargetUnit
-
This more of a question/suggestion
Hello, Try it: for i=1, 4 do local partyId = "party"..i local name, realm = UnitName(partyId) local spellName = GetSpellInfo(53477) if (name) then TargetUnit(partyId); CastSpellByName(spellName, partyId) end end
-
selling and repairing items
Hello, This profile don't contains repair or vendor NPC, you can add NPC in your profile (with grinder profile creator) or directly in NPC database (in tab "Tools").
-
Run Wrobot on mac
Hello, WRobot works nice on windows, no really problems/bugs (if you have problem give me more details and send me your log). And sorry, WRobot don't works on mac/osx (you can try with virtual machine or dualboot).
-
Can you help me ?
Hello, Connection to WRobot server seem blocked, try to disable your antivirus/firewall.
-
help with bot
Ok, tell me if reinstall solve problem, if after wrobot bug again, tell me please.
-
How to Video
Hello, It is same way with new interface, just go to "Npc" tab to add mailbox.
-
Going to the farthest away dig site.
Hello, Normally WRobot go to nearest dig site, look in product settings if you don't have digsite with high priority.
-
Problem with Grinder
Hello, Search on download section if you don't find another profile for your zone. You can avoid to close bot after 200 blockages in "General Settings" > "Advanced..." > tab "Security" but it is not normal to get 200 blockages, I recommand to change profile.
-
Cherche un profil
Bonjour, merci. Essayer ce profil: Oui c'est vrai qu'il peut encore manquer quelques profils pour certaines zones.
-
help with bot
Hello, Do you have this problem in the same zones all time? Do you have this problem with all profiles? Do you have try to reinstall WRobot in new folder?
-
Sealed Crate
Hello, Use an wow addon like Loot Filter for this.
-
What is new
Hello. I post small news, since yesterday he are a lot of news about Warlords of Draenor. Since last new, WRobot is now in version 1.1.5 (changelog here), and of course, support last wow version (5.4.7 (18019)). Thank at the community for the loyalty and good botting at all.