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()
{
}
}
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
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/ ).
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()");
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
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).