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).
Hello, like this
var t = new TaxiNode(slotIndex, name, new Vector3(x, y, z), Usefuls.ContinentId);
if (t.IsValid())
{
t.Active = true;
TaxiList.AddOrEditForCurrentPlayer(t);
}
Hello, look this sample: https://wrobot.eu/forums/topic/7193-brewfest-ram-riding-daily/?do=findComment&comment=32677
You have buff when you are on the mount