Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    Dream of Cenarius

    You have try to use "lua conditions" (some samples here: )
  2. Hello, WRobot don't start to run directly when timer is ready (he wait than an player start to move to follow it). I have noted your suggestion for add this option but I don't know if I'll add it, because normal players move when timer is ready.
  3. Hello, Sorry but you cannot translate devtools, quests editor, fightclass editor and some settings like macro.
  4. Hello, You don't need to add vendor on your profile/NPC DB if you use Mammoth (mount with vendor), you need only to activate option "Use Traveler's Tundra Mammoth" in advanced general settings. After in your log wrobot interact with vendor and repair/sell items (tell me if wrobot don't interact with vendor), do you have clean/edit "Do not Sell List" and activated sell by item quality(color)? Do you have try to disable wow addon? (if addons change the wow interface you can get bugs)
  5. Hello, All dig available sites of your current continent is blacklisted (probably because you have exceed the number of try by dig site, or because you have deactivated it in "Product settings"). You can try to increment max try by dig site in Archaeology "Product Settings" option "Max try by Digsite".
  6. Hello, Record button is green (On)? Do you have error in your log?
  7. Hello, I work on this actually. all works fine, he miss only meshes for navigation, I think I'll release WRobot for WoD during next week. But, I not guaranteed to keep WRobot updated for the last beta WoD all the time. But, WRobot will be update the day of the WoD release :)
  8. Hello,
  9. Version 1.0

    2195 downloads

    How to install: Download and move file "AntiAfk.dll" to folder "WRobot\Plugins\". How to use: You need to activate plugin, for this, go to tab "Plugins" > Select "AntiAfk" > Click on on/off button.
  10. Hello, WRobot try to go to vendor or not? If not, activate timer option. For more help if you can send me your log please.
  11. Hello. Can you share your log file of bugged session. For it close wrobot, go to folder "Logs", remove all files, launch bot and wait to get bug, go again to folder "Logs" and send me the file of this folder. Your can attach file in more option reply.
  12. Hello. Can you share your log file of bugged session. For it close wrobot, go to folder "Logs", remove all files, launch bot and wait to get bug, go again to folder "Logs" and send me the file of this folder. Your can attach file in more option reply.
  13. Hello, You can use lua for it: http://www.wowwiki.com/API_UnitBuff and http://www.wowwiki.com/API_UnitDebuff for i=1,40 do local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player",i); if spellId > 0 then print("name="..debuffType) end end
  14. Hello, Can you share your profile and your log file please. Check if your profile contain an mailbox (or add it with profile editor) (ps, you can add mailbox also in NPC DB (tab "tools")) Dont forget to activate option "Use mail" in "advanced general settings". You can try to increment distance of search of mailbox ("General settings" > "advanced..."> tab "others" > "Npc/Mailbox Search Radius")
  15. Hello, Your problem is not normal, do you have this problem with all dig sites? (it is possible to get problems with one or two dig sites, in this case, just desactive dig site in product settings). Do you have an good fps in-game? You have this problem since start or only since last update?
  16. Hello, wManager.Wow.Helpers.Fight.InFight is true when WRobot is in combat (not if player is attacked) To detect if player is attacked you can use it: wManager.Wow.ObjectManager.ObjectManager.GetNumberAttackPlayer() > 0 or wManager.Wow.ObjectManager.ObjectManager.Me.InCombat ps: In the last update I have added new WRotation option to attack all selected targets (without any check) (to avoid this problem).
  17. Ok, Kill command is russian is Команда "Взять!" ? If you enter this in wow chat: /cast Команда "Взять!" the spell is launched? If in the wow chat you enter /run spellname=GetSpellInfo(34026); CastSpellByName(spellname); the spell is launched? Now if you can try to add in your fightclass instead the spell name this code: local spellname=GetSpellInfo(34026); CastSpellByName(spellname); And activate the spell option "Not spell, is lua script".
  18. Hello, I have written an similar custom profile:
  19. Hello, I have replied by private message: ps: You can download previous version here: http://download.wrobot.eu/wrobot/WRobot_1.2.3.zip (please tell me if this works on previous version and not on current version)
  20. Droidz

    mise a jour

    Bonjour, Avez-vous essayé de désactiver votre anti-virus? Vous pouvez télécharger à cette adresse un pack de WRobot pré-installé: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
  21. Hello, Do you have download WRobot from this page: ? Check if your antivirus don't block download, and try to install last version of winrar/7zip.
  22. I'll write the API documentation but I do not know when.
  23. Hello, Can you send me your log file (you can found it in "Logs" folder).
  24. Ok, if you can try to put (instead spell name) this lua code: RunMacroText('/cast Команда "Взять!"') And activate the spell option "Not spell, is lua script" (don't forget to settings spell range, timer, spell is usable condi and ... manually). If you can tell me if this works.
  25. Hello, Sorry but I haven't write a documentation of WRobot API for the moment. You can found some samples in dev forum and tuto forum. If you have problem don't hesitate to contact me to get helps.
×
×
  • Create New...