Lineage 2 Tower Forum

Full Version: How to get 'PARTY MEMBER TARGET'?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was looking for how to clear target and i found: ClearTargets();
ok, now I was using MyGUI for buff automatically in NA SERVER(ZAKEN), but, just 'SELF BUFF' get my target buffs all ok.. But now, I want buff a party member, and I don't know how, any function? with the nickname of the member? idk.. just thinking, someone to help?

in resume I want buff automatically while farming/grinding, buffs that don't need target are all OK, but Harmony just buff myself, I want buff another players with Harmony. Warrior/Mage depends of the class.. I want to put the friend nickname before buff.
Any help?
please! Smile
I wanna learn more about programming. Exclamation
search for iss script omg

wanna programm, first read lua basics
(12-04-2015 18:24 PM)TheQQmaster Wrote: [ -> ]search for iss script omg

wanna programm, first read lua basics

I already did. all scripts are for buffer passive.. i want buffer farming active.
(12-07-2015 05:34 AM)Caaioc Wrote: [ -> ]
(12-04-2015 18:24 PM)TheQQmaster Wrote: [ -> ]search for iss script omg

wanna programm, first read lua basics

I already did. all scripts are for buffer passive.. i want buffer farming active.

You have 2 options:

1 -iss buff, then turn on l2tower.. and farm SOLO or assist in party, then if need buff, turn off tower and rebuff again...
(A lot of code in forum)

2 - iss buff/ rebuff and farm by script, in solo or party with no GUI...
(You need to copy/paste/write some lines)
i searched and searched keep ending up here i'm trying to check if party member is targeted by a mob to decide to assist member or sit.
    LUA Programming
local MyParty = GetPlayerList();
	for member in MyParty.list do
	if Target(GetParty():GetTarget()) and (member():IsTargetedByMob())" then



Edit Found a work around for anyone who might be interested
    LUA Programming
local MyParty = GetPlayerList();
	for member in MyParty.list do
	if (member:IsMyPartyMember())and(member:IsInCombat()) and (GetMe():IsSiting() == true) then
	SetPause(false);
 SitStatus = false;
	Command("/Stand");



//TheQQmaster
use code format Wink
btw IsInCombat() is bugged that first, 2nd IsInCombat() will work even if hw will be attacked by player too...
w8 a min, tower still working on offi today? 01-23-16???
i was going to buy adrenaline cuz i thought tower didnt work in offi anymore
1st if on official y, l2t not work, buy adrenaline, to buy w8 about 4 days to get answer in skype
(01-23-2016 23:53 PM)TheQQmaster Wrote: [ -> ]1st if on official y, l2t not work, buy adrenaline, to buy w8 about 4 days to get answer in skype


yy, i already talked to one guy selling keys, is there a way to modify the l2tower scripts that i bought to someone for adrenaline use?
(01-24-2016 00:09 AM)drake182 Wrote: [ -> ]
(01-23-2016 23:53 PM)TheQQmaster Wrote: [ -> ]1st if on official y, l2t not work, buy adrenaline, to buy w8 about 4 days to get answer in skype


yy, i already talked to one guy selling keys, is there a way to modify the l2tower scripts that i bought to someone for adrenaline use?

if cant do it self there is krn, he does it for $
Reference URL's