Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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;
  2. Hello, it is fixed
  3. 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))
  4. 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.
  5. 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/
  6. 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)
  7. 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
  8. Hello, all your subscriptions has ended.
  9. Try to copy/past again code, if this don't works can you share your fightclass or screenshot of the condition
  10. WRobot for Legion currently supports only Wow version of retail server.
  11. 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?
  12. Droidz

    Requeue

    Hello, do you have this icon: ? This problem is probably caused by you server (just check and works fine).
  13. Sorry, I have fix code: http://wrobot.eu/forums/topic/3839-stealth-only-if-there-is-no-skinable-corpse/?do=findComment&comment=17939
  14. Profile is loaded more quickly than plugin, add Wait step at the start: test (1).xml
  15. 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/).
  16. Done, WRobot support Wow 7.0.3 build 22594, you need to update WRobot.
  17. http://wrobot.eu/forums/topic/3841-update-status-patch-703-build-22594/
  18. Hello, add this "C sharp code" condition at the spell stealth: (wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitSkinnable(new List<MemoryRobot.Int128>()).Count <= 0)
  19. Thank you. Please wait next update.
  20. http://wrobot.eu/forums/topic/3841-update-status-patch-703-build-22594/
  21. Hello, I start to work on this patch
  22. Hello, can you share your fightclass please.
  23. Hello, I'll add this. To wait you can select target in game, in WRobot go to tab "Tools" > Click on button "Development Tools" > Click on button "Target Informations", name appear in textbox between <Name> and </Name> (copy/past the name in party option).
  24. remove "// System.Threading.Thread.Sleep(1000);"
  25. Try to change your mount and try to disable you wow addons
×
×
  • Create New...