Jump to content

MoRBiDuS

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by MoRBiDuS

  1. using wManager.Wow.Helpers;
    
    public class Main : wManager.Plugin.IPlugin
    {
      public void Initialize()
      {
        wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) =>
        {
          try
          {
            Lua.LuaDoString("StrafeRightStart();StrafeRightStop();");
          }
          catch { }
        };
      }
    
      public void Dispose()
      {
      }
    
      public void Settings()
      {
      }
    }

    my solution

  2. @Droidz, Profile works, but in game I have a lot of lua errors like this:

    8463x [string "CQysWoNi.lua"]:1: 'then' expected near '?'

    and in chat:

    [01:41:41] There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.



    Is there any way to solve this problem?

×
×
  • Create New...