Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Version 1.1.0

    1362 downloads

    Val sharah (Ground)(primarily Herb)
  2. 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
  3. Version 1.0.0

    897 downloads

    Val sharah (Ground)(primarily Mine)
  4. Hello, it is automatic, you can found your license key here: http://wrobot.eu/clients/purchases/
  5. 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.
  6. 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;
  7. Hello, it is fixed
  8. 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))
  9. 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.
  10. 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/
  11. 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)
  12. 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
  13. Hello, all your subscriptions has ended.
  14. Try to copy/past again code, if this don't works can you share your fightclass or screenshot of the condition
  15. WRobot for Legion currently supports only Wow version of retail server.
  16. Hello, For fishing: http://wrobot.eu/forums/topic/3802-fisherbot-quest/?do=findComment&comment=17769 For Pvp quests, can you give me a wowhead link of an quest?
  17. Droidz

    Requeue

    Hello, do you have this icon: ? This problem is probably caused by you server (just check and works fine).
  18. Sorry, I have fix code: http://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/?do=findComment&comment=17939
  19. Profile is loaded more quickly than plugin, add Wait step at the start: test (1).xml
  20. Hello, Can you try to reinstall WRobot, if problem is not resolved can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  21. Done, WRobot support Wow 7.0.3 build 22594, you need to update WRobot.
  22. http://wrobot.eu/forums/topic/3841-update-status-patch-703-build-22594/
  23. Hello, add this "C sharp code" condition at the spell stealth: (wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitSkinnable(new List<MemoryRobot.Int128>()).Count <= 0)
  24. Thank you. Please wait next update.
  25. http://wrobot.eu/forums/topic/3841-update-status-patch-703-build-22594/
×
×
  • Create New...