Lineage 2 Tower Forum

Full Version: he patch is to be seen Champions title Frey.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Found the script to ignore monsters Champions title but can not find pach to be seen himself the title of the monster. Chronicles of Frey.
Help me find a patch.

local myTarget = nil;

while( true ) do
myTarget = GetTarget();

if( myTarget ~= nil and myTarget:IsMonster() and myTarget:GetDuelTeam() ~= 0 ) then
myTarget:SetBlock( true );
Sleep( 500 );
end
end
this script ignore all mobs=(
Reference URL's