Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try, you can also run WRobot with shortcut "WRobot no lock frame" to disable all "Lock frame when ..." quickly.
  2. Hello, reply by private message
  3. Hello, do you use option "Use lua to move" (in advanced general settings), if yes, try to disable it, if no, try to enable this option. Do you get errors in your log files ?
  4. 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).
  5. Hello, Do you use Wow addon? if yes try to disable it. Do you have errors in your WRobot logs?
  6. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 , if your problem is not resolved, please share your log files.
  7. Hello, @BetterSister work on ( http://wrobot.eu/files/file/843-preview-of-paid-azsuna-quester-by-bettersister/ )
  8. Hello, Current version of WRobot support Wow 7.0.3 (22624), no update required. Kind regards.
  9. Hello, if you can wait next update and tell me if problem is resolved.
  10. Yes, link fixed
  11. Hello, reply by private message.
  12. Bonjour, http://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ . Vous avez téléchargé et installé une Fightclass?
  13. Hello,.To disable dig site, uncheck column name "Active".
  14. I have fixed slimdx link. And try to update Framework
  15. Bonjour, pas pour le moment. Vous pouvez utiliser le bot "Grinder" ou "Automaton"
  16. Version 1.1.0

    1362 downloads

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

    897 downloads

    Val sharah (Ground)(primarily Mine)
  19. Hello, it is automatic, you can found your license key here: http://wrobot.eu/clients/purchases/
  20. 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.
  21. 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;
  22. Hello, it is fixed
  23. 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))
  24. 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.
×
×
  • Create New...