Jump to content

Droidz

Administrators
  • Posts

    12514
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. Look this: WRobot UI has changed since but the name of button is same. Try to make profile without waypoint also.
  3. 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 ...
  4. Your code is not good, does not exist in wow api. My code don't works?
  5. Hello, Create profile with only one waypoint (position).
  6. Hello, Update your drivers and check the temp of your computer with software like SpeedFan (update also Windows).
  7. 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
  8. 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
  9. 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").
  10. 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).
  11. Hello, Connection to WRobot server seem blocked, try to disable your antivirus/firewall.
  12. Ok, tell me if reinstall solve problem, if after wrobot bug again, tell me please.
  13. Hello, It is same way with new interface, just go to "Npc" tab to add mailbox.
  14. Hello, Normally WRobot go to nearest dig site, look in product settings if you don't have digsite with high priority.
  15. 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.
  16. Bonjour, merci. Essayer ce profil: Oui c'est vrai qu'il peut encore manquer quelques profils pour certaines zones.
  17. 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?
  18. Hello, Use an wow addon like Loot Filter for this.
  19. Droidz

    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.
  20. Droidz

    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.
  21. Hello, In debug log I have added spell name and spell id of all spells of your spellbook (log is in same order of your spell book, this can help to found base spell name). I'll try to found more easy way.
  22. Hello, Read And in tab "Vendor" activate selling by item color (quality), or you can add items at sell in the list of items at sell.
  23. Hi, I don't found how add it in fightclass editor properly, I recommand to use lua code for it. Look this (GetRuneCooldown, GetRuneCount, GetRuneType).
  24. Droidz

    Bot Login screen

    Hello, I prefer to force the closure to avoid bugs, it is more safe.
  25. Like this: if (UnitPower("pet" , SPELL_POWER_ENERGY) > 30) then RunMacroText("/cast [target=pettarget,harm,nodead][] Claw") end
×
×
  • Create New...