Lineage 2 Tower Forum

Full Version: quest 1-18
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I have a small problem with this script,
not really work for l2.com

This issue is that at the moment appears a long movie after the movie my character grabs the target but nothing else happens. even if the RB is will approach it does not begin to beat him

very strange is that the command stops working // cfg


you have an idea what to do ??

I would like at least to refine this part I will be really very grateful for the help I'm not a programmer maybe it something simple


    LUA Programming
repeat 
Sleep(1000);
until TargetNpc("Nemertess", 22984);
local bos = GetTarget();
SCONFIG.melee.me.enabled = true;
SCONFIG.melee.me.attackRange = 600;
SCONFIG.targeting.option = L2TConfig.ETargetingType.TT_RANGE_FROM_CHAR;
SCONFIG.targeting.range = 600;
SetPause(false);
repeat
Sleep(1000);
until bos:IsValid() == false or bos:IsAlikeDeath();
SetPause(true);
ClearTargets();
MoveTo(-118326, 212978, -8679, moveDistance);
TargetNpc("Infiltration Officer", 19155);
repeat
Sleep(1000);
until GetTarget():GetRangeTo(-118326, 212978, -8679) < 200;
Sleep(2000);
Talk();
ClickText("\"Ready!\"");
WaitForTeleport();
Sleep(5000);
ClearTargets();
TargetMe();
Sleep(1000);
TargetNpc("Sebion", 32978);




Why, when the movie ends it stops working l2tower
Reference URL's