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

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get 'PARTY MEMBER TARGET'?
Author Message
Caaioc Offline
Gremlin
*

Posts: 5
Joined: Jul 2012
Reputation: 0
Version: 1.4.1.118
Post: #1
Information How to get 'PARTY MEMBER TARGET'?

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
12-04-2015 14:58 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #2
RE: How to get 'PARTY MEMBER TARGET'?

search for iss script omg

wanna programm, first read lua basics

PUSH [Image: knUu53] IF HELPED
12-04-2015 18:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Caaioc Offline
Gremlin
*

Posts: 5
Joined: Jul 2012
Reputation: 0
Version: 1.4.1.118
Post: #3
RE: How to get 'PARTY MEMBER TARGET'?

(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
Find all posts by this user Quote this message in a reply
rORUMI Offline
Expired VIP Member
**

Posts: 278
Joined: May 2014
Reputation: 50
Version: 1.4.2.142
Post: #4
RE: How to get 'PARTY MEMBER TARGET'?

(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)
(This post was last modified: 12-07-2015 11:31 AM by rORUMI.)
12-07-2015 11:28 AM
Find all posts by this user Quote this message in a reply
ovioneson Offline
VIP Member
***

Posts: 12
Joined: Dec 2011
Reputation: 0
Version: 1.4.3.143
Post: #5
RE: How to get 'PARTY MEMBER TARGET'?

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
(This post was last modified: 01-23-2016 16:04 PM by TheQQmaster.)
01-23-2016 00:29 AM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #6
RE: How to get 'PARTY MEMBER TARGET'?

btw IsInCombat() is bugged that first, 2nd IsInCombat() will work even if hw will be attacked by player too...

PUSH [Image: knUu53] IF HELPED
01-23-2016 16:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
drake182 Offline
Expired VIP Member
**

Posts: 74
Joined: Apr 2015
Reputation: 2
Version: 1.4.2.135
Post: #7
RE: How to get 'PARTY MEMBER TARGET'?

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
01-23-2016 23:35 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #8
RE: How to get 'PARTY MEMBER TARGET'?

1st if on official y, l2t not work, buy adrenaline, to buy w8 about 4 days to get answer in skype

PUSH [Image: knUu53] IF HELPED
01-23-2016 23:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
drake182 Offline
Expired VIP Member
**

Posts: 74
Joined: Apr 2015
Reputation: 2
Version: 1.4.2.135
Post: #9
RE: How to get 'PARTY MEMBER TARGET'?

(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
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #10
RE: How to get 'PARTY MEMBER TARGET'?

(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 $

PUSH [Image: knUu53] IF HELPED
01-24-2016 09:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  bot will target but not attack. elvis8925 3 3,509 04-09-2018 00:19 AM
Last Post: elvis8925
Star Remove Target canaldextiger 8 4,371 02-10-2018 22:19 PM
Last Post: canaldextiger
  target for self buff manuel16007 1 3,043 01-22-2016 16:31 PM
Last Post: TheQQmaster
  //cfg party buffs cant make them work (help) drake182 3 3,624 01-02-2016 05:47 AM
Last Post: Wazzapkhv
  How i do to prophet heal the party player ? sectorzueira 2 2,838 09-11-2015 13:40 PM
Last Post: sectorzueira
  party buffs stopped work buybuy 2 2,540 09-01-2015 19:54 PM
Last Post: buybuy
Rainbow Help to cancel target budarox 8 5,533 08-14-2015 06:31 AM
Last Post: budarox
  Change title to user's target vaskouf 4 3,941 06-28-2015 09:25 AM
Last Post: Vinter
  Clear target after kill mobs astalavista 0 2,686 06-07-2015 18:46 PM
Last Post: astalavista
  Good party with Ertheia ( Eviscerator) cuongbeo88 12 10,754 05-24-2015 23:42 PM
Last Post: rhadamants



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