Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. function Zorlen_TogglePetSpellAutocast(SpellName, mode) local m = nil if not (UnitHealth("pet") > 0) then Zorlen_debug("Your pet is not active or alive to use pet ability: "..SpellName) return false end for i=1, NUM_PET_ACTION_SLOTS, 1 do local slotspellname, slotspellsubtext, texture, isToken, isActive, autoCastAllowed, autoCastEnabled = GetPetActionInfo(i) if (slotspellname and slotspellname == SpellName) then if (mode == "on") then if not autoCastEnabled then TogglePetAutocast(i) return true end elseif (mode == "off") then if autoCastEnabled then TogglePetAutocast(i) return true end else TogglePetAutocast(i) return true end end end Zorlen_debug("Unable to locate pet ability: "..SpellName) return false end (ref: http://addons.us.to/addon/zorlen-0 file "Zorlen_Pets.lua") Use: Zorlen_TogglePetSpellAutocast("Firebolt", "on")
  2. http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API , try "TogglePetAutocast(index)"
  3. Use normal lua code, what macro do you want use?
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Bonjour, essayez d'augmenter votre min/max "latency" dans "advanced general settings"
  6. Hello, RunMacroText does not exist in Vanilla.
  7. hello, remove your folder "wrobot\data\meshes"
  8. You use old version of WRobot, update WRobot to resolve this problem
  9. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. In advanced general settings you need to activate option "Show server logs" to show in your log when it is patial result. You can try this code: Logging.Write("Without meshconnetions"); wManager.wManagerSetting.CurrentSetting.PathFinderFromServer = true; wManager.wManagerSetting.CurrentSetting.PathFinderRequestLog = true; wManager.Wow.Helpers.PathFinder.FindPath(new Vector3(6975.315, 5187.96, 66.03867), new Vector3(7073.398, 5179.925, 66.0382), "MoguIslandDailyArea"); Logging.Write("With meshconnetions"); wManager.Wow.Helpers.PathFinder.OffMeshConnections.Add(new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(7076.924, 5200.99, 66.03947), new Vector3(7025.558, 5252.079, 84.2523) }, 1064)); wManager.Wow.Helpers.PathFinder.OffMeshConnections.Add(new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(7025.558, 5252.079, 84.2523), new Vector3(7076.924, 5200.99, 66.03947) }, 1064)); wManager.Wow.Helpers.PathFinder.FindPath(new Vector3(6975.315, 5187.96, 66.03867), new Vector3(7073.398, 5179.925, 66.0382), "MoguIslandDailyArea"); wManager.Wow.Helpers.PathFinder.OffMeshConnections.Load(); // reset offmeshes result (in log):
  11. I have not changed that, your offmeshes does not work anymore?
  12. Hello, do you use last WRobot update?
  13. Hello, it is not really bug, in new mesh I added most of gameobjects (to avoid stucks), in this gameobjects they are probably door closed, to resolve this problem use offmeshconnetions: <OffMeshConnection> <Path> <Vector3 X="7071.287" Y="5205.807" Z="66.03905" /> <Vector3 X="7003.947" Y="5274.675" Z="84.44761" /> <Vector3 X="6953.603" Y="5222.888" Z="75.49843" /> </Path> <ContinentId>1064</ContinentId> <Name>The Foot of Lei Shen</Name> </OffMeshConnection> <OffMeshConnection> <Path> <Vector3 X="6953.603" Y="5222.888" Z="75.49843" /> <Vector3 X="7004.001" Y="5273.199" Z="84.44643" /> <Vector3 X="7071.814" Y="5203.753" Z="66.03793" /> </Path> <ContinentId>1064</ContinentId> <Name>Stormsea Landing</Name> </OffMeshConnection> I'll blacklist this door for the next mesh update
  14. I have test with the position of your log and I don't get problem, if you can record video
  15. Hello, try to change your fightclass
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, try to add herbs/ores name in the list "Harvest objects..." (in advanced general settings tab "Looting and farming options")
  18. https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664 Pour les lags y'a des chance que ce soit votre antivirus
  19. Hello, if you want use old meshes, disable pathfinder server option in avanced general settings, if you can tell me positions where old meshes are better
  20. Hello, you can with quester profile: RandomStep.xml
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Hello, yes sorry this doesn't work anymore on WRobot for Legion. If you select "WRobot.exe", you can run, WRobot will start and detach debuger, but in visual sudio you can https://msdn.microsoft.com/en-us/library/3s68z0b3.aspx
  23. Hello, do you have try with another web browser?
  24. Hello, https://wrobot.eu/files/file/518-group-loot/?tab=comments#comment-2826 (or you can also use wow addon for that)
×
×
  • Create New...