Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try this plugin: using System.ComponentModel; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.OthersEvents.OnDismount += delegate(CancelEventArgs cancelable) { wManager.Wow.Helpers.Lua.LuaDoString("CastSpellByName('Shadowform',1)"); }; } public void Dispose() { } public void Settings() { } }
  2. wait next update
  3. Hello, 1: You cannot. 2: is is: wManager.wManagerSetting.CurrentSetting.CloseIfWhisperBiggerOrEgalAt = 10000; 3: Use lua http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API
  4. Hello, Can you share your FULL log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, use wManager.Wow.Helpers.Trainer.TrainingSpell();
  7. Hello, when you click on "Dump all informations" button (in dev tools), list is empty?
  8. Hello, like to make grinder profile, record loop path
  9. Hello, increment your min/max latency (in advanced general settings)
  10. Hello, in advanced general settings try to disable option "Calculate interact/combat distance by target size"
  11. Hello, try to use runmacrotext: https://wrobot.eu/forums/topic/1688-lua-and-multi-language-support/?do=findComment&comment=11324
  12. Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/(step 14)
  13. try to put value like 500/600
  14. Hello, Try to increment your min/max latency (in advanced general settings) and to disable all wow adddons. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Select quest type "UseScriptOn", activate option "Is C# (if unchecked, it is LUA script)" and in script textbox put code like: Lua.LuaDoString("ButtonName1:Click()"); Thread.Sleep(Usefuls.Latency + 500); Lua.LuaDoString("ButtonName2:Click()");
  16. Check "Is c#..." option
  17. Try to increment more your min/max latency, wath is your current values?
  18. do you have try to reinstall WRobot?
  19. Hello, if you use grinder product, in grinder profile editor you can add several zones, in all zone put min/max level in "For character level..."
  20. Hello, if you use script like buttonnamepage1:Click() buttonnamepage2:Click() this don't works? If that don't works use quest type "UseScriptOn" with c# code
  21. With lua, but now WRobot read dbc to update taxi list, positions are safe.
  22. you have installed slimdx? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  23. You use old wow version, I cannot resolve this problem.
  24. Hello, if you clean your taxidb and restart wrobot you get same problem? Try with default wrobot settings (with clean install) (I have fixed this problem few update ago).
  25. https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088
×
×
  • Create New...