Lineage 2 Tower Forum

Full Version: L2Tower for Infinite Odyssey update on April, 22th
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
TY <3
Something unusual happened, I left a bot account for more than 12 hours, by chance I use the computer and I against bot sitting a few seconds' then I critical.
What happened?
ban
^^
what a pity that tava 95, now start with others. ^^
Bot is working?
It is available to all or only VIP users ?
Its working/ Its available for all but with time restiction for free users. for more info look at first page
In B3 I can't see the toon name in windows, in b2 can. I hope soon works all fine. Ty for your effort.
(05-15-2015 03:43 AM)Syloth Wrote: [ -> ]If u want the window title like Beta 1 or 2 use this.

    LUA Programming
function round(val, decimal)
 if (decimal) then
	return math.floor( (val * 10^decimal) + 0.5) / (10^decimal)
 else
 return math.floor(val)
 end;
end;
 
function truncar(num)
numredond = round(num,0);
numbajored = numredond - 1;
if (numredond > num) then
 return numbajored;
 else
 return numredond;
 end;
end;
 
function OnLTick()
	MyTarget = GetTarget()
	if MyTarget ~= nil and MyTarget:IsValid() and not MyTarget:IsAlikeDeath() then
	SetLineageWindowText("[" .. GetMe():GetLevel() .. "]" .. GetMe():GetName() .. " - " .. truncar(GetMe():GetHpPercent()) .. "% Hp T: " .. MyTarget:GetName() .. " Hp [" .. MyTarget:GetHp() .. "/" .. MyTarget:GetMaxHp() .. "] (" .. MyTarget:GetHpPercent() ..")" )
	else
	SetLineageWindowText("[" .. GetMe():GetLevel() .. "]" .. GetMe():GetName() .. " - " .. truncar(GetMe():GetHpPercent()) .. "% Hp");
	end
end

(05-16-2015 08:32 AM)mandymua Wrote: [ -> ]
(05-15-2015 03:43 AM)Syloth Wrote: [ -> ]If u want the window title like Beta 1 or 2 use this.

    LUA Programming
function round(val, decimal)
 if (decimal) then
	return math.floor( (val * 10^decimal) + 0.5) / (10^decimal)
 else
 return math.floor(val)
 end;
end;
 
function truncar(num)
numredond = round(num,0);
numbajored = numredond - 1;
if (numredond > num) then
 return numbajored;
 else
 return numredond;
 end;
end;
 
function OnLTick()
	MyTarget = GetTarget()
	if MyTarget ~= nil and MyTarget:IsValid() and not MyTarget:IsAlikeDeath() then
	SetLineageWindowText("[" .. GetMe():GetLevel() .. "]" .. GetMe():GetName() .. " - " .. truncar(GetMe():GetHpPercent()) .. "% Hp T: " .. MyTarget:GetName() .. " Hp [" .. MyTarget:GetHp() .. "/" .. MyTarget:GetMaxHp() .. "] (" .. MyTarget:GetHpPercent() ..")" )
	else
	SetLineageWindowText("[" .. GetMe():GetLevel() .. "]" .. GetMe():GetName() .. " - " .. truncar(GetMe():GetHpPercent()) .. "% Hp");
	end
end


how to use this ?
when i use downgrade/update to 1.4.2.134.3b tower just close after i clikin process and dont download beta version.
Reference URL's