Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 , if your problem is not resolved, please share your log files.
  2. Hello, @BetterSister work on ( http://wrobot.eu/files/file/843-preview-of-paid-azsuna-quester-by-bettersister/ )
  3. Hello, Current version of WRobot support Wow 7.0.3 (22624), no update required. Kind regards.
  4. Hello, if you can wait next update and tell me if problem is resolved.
  5. Yes, link fixed
  6. Hello, reply by private message.
  7. Bonjour, http://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ . Vous avez téléchargé et installé une Fightclass?
  8. Hello,.To disable dig site, uncheck column name "Active".
  9. I have fixed slimdx link. And try to update Framework
  10. Bonjour, pas pour le moment. Vous pouvez utiliser le bot "Grinder" ou "Automaton"
  11. Version 1.1.0

    1362 downloads

    Val sharah (Ground)(primarily Herb)
  12. Version 1.0.0

    560 downloads

    100-110 Val'sharah (Shal'dorei Silk farming) Kills http://www.wowhead.com/npc=95138/wormtalon-witch and http://www.wowhead.com/npc=95152/wormtalon-huntress, farming http://www.wowhead.com/item=124437/shaldorei-silk
  13. Version 1.0.0

    897 downloads

    Val sharah (Ground)(primarily Mine)
  14. Hello, it is automatic, you can found your license key here: http://wrobot.eu/clients/purchases/
  15. Hello, Blacklist zones works in your case? Sorry but no automatic way to avoid area with lava and currently I am not able to add this. Just avoid zones or blacklist it.
  16. Hello, use quest type "Override Pulse CSharp Code" with code: var npc = new Npc { Entry = 1247, Position = new Vector3(-5601.6, -531.203, 399.6539), Type = Npc.NpcType.Vendor }; int itemId = 2894; if (GoToTask.ToPositionAndIntecractWith(npc)) { Vendor.BuyItem(ItemsManager.GetNameById(itemId), 1); } return true;
  17. Hello, it is fixed
  18. Droidz

    Requeue

    WRobot use lua fonction "GetBattlefieldTimeWaited()" to check if you are in queue. When you are in queue and you run this macro what is the result: /run DEFAULT_CHAT_FRAME:AddMessage(GetBattlefieldTimeWaited(1))
  19. Hello, put this code instead of spell name, and use option spell option 'Not spell, is lua...': local SpellName = GetSpellInfo(109259) for i = 1, 4, 1 do local UnitIdString = "party" .. i .. "target" if UnitExists(UnitIdString) then if GetRaidTargetIndex(UnitIdString) == 8 and IsSpellInRange(SpellName,UnitIdString) then CastSpellByName(SpellName, UnitIdString) return end end end (I have added IsSpellInRange) And add "lua script" condition: Lua script: needToCast=false; local SpellName = GetSpellInfo(109259) for i = 1, 4, 1 do local UnitIdString = "party" .. i .. "target" if UnitExists(UnitIdString) then if GetRaidTargetIndex(UnitIdString) == 8 and IsSpellInRange(SpellName,UnitIdString) then needToCast=true; return end end end Return value research: true Return value var: needToCast To use this code in party chat command just use "Action command type" > "Lua" with the first code of this post. of course, replace 109259 by your spell in in all codes.
  20. Hello, do you use fightclass? If yes do you have setup 'Range' option? You can look this video: http://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
  21. Hello, https://us.battle.net/support/en/article/how-to-toggle-32bit-mode-world-of-warcraft If you problem is not resolved: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (don't forget to share your log file)
  22. Bonjour, Page 51: http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf Pour les profils pêche, enregistrer un chemin le long de l'eau
  23. Hello, all your subscriptions has ended.
  24. Try to copy/past again code, if this don't works can you share your fightclass or screenshot of the condition
  25. WRobot for Legion currently supports only Wow version of retail server.
×
×
  • Create New...