Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Currently WRobot cannot buy items (you can only with custom quester or custom profiles), but I'll add this feature. You need to add heal spell in your fightclass (or use regen feature if it isonly out of combat).
  2. Hello, Do you use Wow addon? if yes try to disable it. Do you have errors in your WRobot logs?
  3. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 , if your problem is not resolved, please share your log files.
  4. Hello, @BetterSister work on ( http://wrobot.eu/files/file/843-preview-of-paid-azsuna-quester-by-bettersister/ )
  5. Hello, Current version of WRobot support Wow 7.0.3 (22624), no update required. Kind regards.
  6. Hello, if you can wait next update and tell me if problem is resolved.
  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

    1359 downloads

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

    557 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

    896 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. 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))
  18. 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.
  19. 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/
  20. 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)
  21. 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
  22. Hello, all your subscriptions has ended.
×
×
  • Create New...