L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Thread Closed 
 
Thread Rating:
  • 19 Vote(s) - 4.42 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUIDE L2Tower for Infinite Odyssey update on April, 22th
Author Message
mserkox Offline
Expired VIP Member
**

Posts: 1
Joined: Jun 2013
Reputation: 0
Version: 1.4.3.143
Post: #451
RE: L2Tower for Infinite Odyssey update on April, 22th

(05-18-2015 15:58 PM)user1488 Wrote:  GET BACK NAMES OF TOON ON WINDOW!

+1
05-18-2015 16:09 PM
Find all posts by this user
cuongbeo88 Offline
Expired VIP Member
**

Posts: 62
Joined: Jan 2014
Reputation: 6
Version: 1.4.2.140
Post: #452
RE: L2Tower for Infinite Odyssey update on April, 22th

(05-17-2015 01:51 AM)Syloth Wrote:  
    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() and not MyTarget:IsMe() 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
 
function OnLogout()
 SetLineageWindowText("-=[Lineage II]=- Infinite Odyssey");
end;



Use this to change Name Window when u logout.
05-18-2015 17:22 PM
Find all posts by this user
alku Offline
Amber Basilisk
*

Posts: 35
Joined: Oct 2013
Reputation: 0
Version: 1.4.2.142
Post: #453
RE: L2Tower for Infinite Odyssey update on April, 22th

(05-18-2015 17:22 PM)cuongbeo88 Wrote:  
(05-17-2015 01:51 AM)Syloth Wrote:  
    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() and not MyTarget:IsMe() 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
 
function OnLogout()
 SetLineageWindowText("-=[Lineage II]=- Infinite Odyssey");
end;



Use this to change Name Window when u logout.

how ????? TY
05-18-2015 21:04 PM
Find all posts by this user
Syloth Offline
Expired VIP Member
**

Posts: 83
Joined: Dec 2011
Reputation: 14
Version: 1.4.2.142
Post: #454
RE: L2Tower for Infinite Odyssey update on April, 22th

Create a file name L2title.lua with l2towerscript o notepad, and put on plugin folder.
05-18-2015 23:44 PM
Find all posts by this user
ninal2 Offline
Elpy
*

Posts: 3
Joined: Apr 2015
Reputation: 0
Version: 1.4.2.133
Post: #455
RE: L2Tower for Infinite Odyssey update on April, 22th

i use youre Update idee and now tower dont work at all.. thanks for help..
If some1 know what we do just write it..
Sad Sad
05-19-2015 18:52 PM
Find all posts by this user
Botingstone Offline
Expired VIP Member
**

Posts: 137
Joined: Mar 2015
Reputation: 7
Version: 1.4.2.142
Post: #456
RE: L2Tower for Infinite Odyssey update on April, 22th

(05-19-2015 18:52 PM)ninal2 Wrote:  i use youre Update idee and now tower dont work at all.. thanks for help..
If some1 know what we do just write it..
Sad Sad

dont cry buy plugin/script and premium license. i bot sience tower beta up and no problems, yes sometimes crash but its beta version so sh1t heapening unfortunatly. I started bot 1 week ago and no problems tower working very ok and on this way i whant to say thx to tower team again.
05-19-2015 19:01 PM
Find all posts by this user
ExoDo Offline
Restrainer of Glory
*

Posts: 171
Joined: Feb 2014
Reputation: 12
Version: 1.4.2.142
Post: #457
RE: L2Tower for Infinite Odyssey update on April, 22th

(05-19-2015 18:52 PM)ninal2 Wrote:  i use youre Update idee and now tower dont work at all.. thanks for help..
If some1 know what we do just write it..
Sad Sad

that dont work because
    LUA Programming
SetLineageWindowText()

is for premium
05-20-2015 03:49 AM
Find all posts by this user
ninal2 Offline
Elpy
*

Posts: 3
Joined: Apr 2015
Reputation: 0
Version: 1.4.2.133
Post: #458
RE: L2Tower for Infinite Odyssey update on April, 22th

Yea.. Really? nice.. i dont have money dudes like you..
no money no honey ee?
thanks a lot....
05-20-2015 14:54 PM
Find all posts by this user
l2cocos5 Offline
Expired VIP Member
**

Posts: 44
Joined: Aug 2014
Reputation: 3
Version: 1.4.2.142
Post: #459
RE: L2Tower for Infinite Odyssey update on April, 22th

if you don't work you'll never get money ( one of the work will be to make 1bil adena legit sell it buy premium for 1 year, yeah i know it's verry hard but you allways have many other options to make money and stop qq)
05-20-2015 15:30 PM
Find all posts by this user
 Reputed by : TheQQmaster(+1)
Khya Offline
Elpy
*

Posts: 1
Joined: Apr 2013
Reputation: 0
Version: 1.4.2.141
Post: #460
RE: L2Tower for Infinite Odyssey update on April, 22th

hi all, i was testing beta version and as i see its 3hrs again, i was wondering if this can changed, cause not all ppl can buy premium due to many reasons.

At least L2Tower must be 6 or 8 hrs. for those ppl who dont have 50-90 chars farming 24/7 and just wanna get some exp/sp while studying or working.

Pls L2Tower Developers consider about this petition.
05-21-2015 05:46 AM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Gameguard update 9/2 multiboxingtoon 305 164,688 05-21-2020 20:08 PM
Last Post: studiotan
Information When injecting L2tower freezes davidquinti 1 2,556 09-13-2019 15:46 PM
Last Post: tyrhones
  L2Tower on C2 blester83 0 1,938 10-29-2018 23:28 PM
Last Post: blester83
  L2tower work on classic L2? mhart35 0 5,779 08-06-2018 20:47 PM
Last Post: mhart35
  L2j server for L2Tower scripters tuxevil 0 2,577 07-23-2017 16:23 PM
Last Post: tuxevil
  Future of L2Tower Vinter 51 31,054 05-16-2017 02:58 AM
Last Post: Vinter
  L2Tower isn't working on Lineage II Mafia Shico 0 2,524 02-28-2017 18:56 PM
Last Post: Shico
  Disconnect when running l2tower after 5-10 minutes xBiker 2 3,200 02-25-2017 08:27 AM
Last Post: xBiker
Heart L2Tower don't work at Official Server L2Helios psychoticqueen 1 3,398 02-12-2017 03:11 AM
Last Post: TheQQmaster
  l2tower premium eBonics 0 6,050 11-01-2016 19:22 PM
Last Post: eBonics



User(s) browsing this thread: 1 Guest(s)