Jump to content

Droidz

Administrators
  • Posts

    12559
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

147894 profile views
  1. Could you please share the full log file of the session where you encountered the issue (with plugin activated)? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  2. Hello, have you tested these two plugins ? https://wrobot.eu/forums/topic/15588-wrong-wow-language/#comment-69899 https://wrobot.eu/forums/topic/15477-i-need-help-with-my-fightclass-thought-lua-code/#comment-69403
  3. You can run 3 WRobots on multiple computers with the same key, there is no restriction (limited to the number of sessions in your subscription).
  4. Have you tried with a new installation of WRobot? Without deleting your current installation, download and install WRobot in a new folder, fill in only the flight form option and launch to see if it works, then try with your profile, and then your fight class.
  5. Hello, I think your profile uses ground positions. Try using a profile that has flying positions. You can also remove the name of the ground mount from the bot's settings.
  6. Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  7. Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  8. Droidz

    mount bug

    Hello, try https://wrobot.eu/forums/topic/15607-mount-in-fightclass/#comment-69926
  9. Hello, wManager.Pulsator.Dispose(true);
  10. Hello, you can found list of supported game versions here: https://wrobot.eu/supported-wow-versions/
  11. And with this plugin https://wrobot.eu/forums/topic/15477-i-need-help-with-my-fightclass-thought-lua-code/?&_rid=1#findComment-69403 ?
  12. Hello, your problem should sovled
  13. Hi, try this plugin Main.cs : using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.OthersEvents.OnMount += (name, cancelable) => { MovementManager.StopMoveTo(); // or MovementManager.StopMove(); Lua.LuaDoString(@"RunMacroText(""/cast " + name + @""")"); Usefuls.WaitIsCasting(); cancelable.Cancel = true; }; } public void Dispose() { } public void Settings() { } } or https://wrobot.eu/forums/topic/12585-how-to-use-mount-with-item-id-in-mount-options/?&_rid=1#findComment-60315
×
×
  • Create New...