Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, this problem still here?
  2. Hello, to avoid to fly just above the ground, use in your profiles/NPCs positions type "Flying".
  3. Hello, you can try to use wow addon
  4. Changed Status to Not a Bug Changed Version to All
  5. Droidz

    beautifying XML

    Hello, I'll not change it (xml il generated automaticly).
  6. Changed Status to Fixed Changed Version to All
  7. Droidz

    Archaeology crashing

    Changed Status to Not a Bug
  8. http://wrobot.eu/forums/topic/3644-suche-ein-kürschner-profilbitte-um-hilfe/
  9. You can add at the end step type "RunLuaCode" with code Logout() ( http://wowwiki.wikia.com/wiki/API_Logout ) to logout character. To use Reset:
  10. Hello, I'll add this option, I comeback here when is done.
  11. Hello, What plugin do you have try (if you can share link)? You play on official wow server?
  12. Hello, like this: http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=11416 and http://wrobot.eu/forums/topic/2482-shadow-priest-void-tendrils-help/?do=findComment&comment=11415
  13. Hello, Thank you for share. You can post your fightclasses here to reach the maximum number of people.
  14. Hello, if you can wait next update. I have added step type "Reset", use this step before "Pulse" step.
  15. Hello, (sorry, this post is old, I ignore if you have found how to resolve problem since) Farm-path > I'll add option like "No hotspots, is path" (and add possibility to record path) in grinder, killandloot,... You can set search radius with c# code wManager.wManagerSetting.CurrentSetting.SearchRadius = 9999; (add step type "RunCode") Kill+gather > To gather and kill, add step type "RunCode" with the code: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(232544); (replace 232544 by your game object entry id) Add quest type "KillAndLoot" and pulse it (like here: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ ) ( to remove game object at collect, use this code: if (wManager.wManagerSetting.CurrentSetting.ListHarvest.Contains(232544)) wManager.wManagerSetting.CurrentSetting.ListHarvest.Remove(232544); )
  16. Hello, for your first problem, use "C sharp code" condition with code: wManager.Wow.Helpers.Fight.InFight (add "!" before code if you want use it out of combat) For your second problem use lua condition like this: ( http://wow.gamepedia.com/API_UnitCreatureType http://wowwiki.wikia.com/wiki/API_UnitCreatureType )
  17. Hello, in your fight, add spell: Name: RunMacroText("/startattack") Spell Settings: Not spell, is lua script > True Once per Target > True Add condition: Have Target > Value = True (you can add more conditions if you want) startattack.xml
  18. Hello, Use this plugin http://wrobot.eu/files/file/650-party-chat-command/
  19. Changed Status to Awaiting Feedback
  20. http://wrobot.eu/bugtracker/movement-stuck-detection-too-sensitive-for-caster-r487/#comment-3247
×
×
  • Create New...