Lineage 2 Tower Forum

Full Version: Help, Function...()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
function GetBuff()
TargetNpc("Adventurers' Guide", 32327);
MoveTo(83533, 147673, -3409, moveDistance);
Talk();
ClickAndWait("menu_select?ask=-7&reply=6", "\"Can I see the list of available buffs?\"");
Click("menu_select?ask=-7&reply=21", "\"Warrior's Harmony, please.\"");
sleep(1000);
MoveTo(83533, 147673, -3409, moveDistance);
MoveTo(83660, 147820, -3409, moveDistance);
TargetNpc("Clarissa", 30080);
MoveTo(83476, 147938, -3409, moveDistance);
Talk();
ClickAndWait("teleport_request", "\"Teleport me, please.\"");
ClickAndWait("teleport_5060706544_12_57_1209024303_3", "F;1010067");
WaitForTeleport();
end;
the script works quietly, but the error in this part, where I am missing??
Reference URL's