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

Thread Closed 
 
Thread Rating:
  • 9 Vote(s) - 4.11 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Prophet/ShilenElder Out of party buffs
Author Message
teofil2000 Offline
Gremlin
*

Posts: 8
Joined: Mar 2012
Reputation: 0
Version: 1.4.1.77
Post: #1
Prophet/ShilenElder Out of party buffs

Hi i have a little problem. i have managed buffing aout off party but i couldnt find a script to invite Prophet/Se buff Prophecy of Fire/Wind and leave party. Can you help me with that script please. Thats teh last thing to get my L2T running perfect Big Grin . Thx
04-26-2012 03:10 AM
Find all posts by this user
Hebdzik Offline
Tester

Posts: 1,235
Joined: Aug 2011
Reputation: 265
Version: 1.4.3.143
Post: #2
RE: Prophet/ShilenElder Out of party buffs

simples version witch you run on char witch has to be buffed
    LUA Programming
POFBuffId = 1;
NameOfBuffer = "PP";
------------------------------------
repeat
	user = GetUserByName(NameOfBuffer);
	myself = GetMe();
	if (myself ~= nil) and (user ~= nil) then
		if (myself:GotBuff(POFBuffId) == false) then
			Command("/invite " .. NameOfBuffer);
			Sleep(5000);
		elseif user:IsMyPartyMember() and (myself:GotBuff(POFBuffId)) then
			Command("/leave");
		end;
	end;
	Sleep(1000);
until false;

(This post was last modified: 04-27-2012 02:02 AM by amiroooo.)
04-26-2012 07:28 AM
Find all posts by this user
teofil2000 Offline
Gremlin
*

Posts: 8
Joined: Mar 2012
Reputation: 0
Version: 1.4.1.77
Post: #3
RE: Prophet/ShilenElder Out of party buffs

i couldnt find POF POW skill ID can you help me with that please.

Hi again I found skill ID i hope its the right one for H5 chronicle its 1356 for Prophecy of Fire, but im getting that error and my char wont leave party

POF

Any idea what could that be ??

I can give you nicks of my buffer to help Big Grin
PP is SuperProphet
DD is SuperTank
(This post was last modified: 04-27-2012 01:07 AM by teofil2000.)
04-27-2012 00:41 AM
Find all posts by this user
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #4
RE: Prophet/ShilenElder Out of party buffs

I fixed it try it again.
04-27-2012 02:01 AM
Find all posts by this user
teofil2000 Offline
Gremlin
*

Posts: 8
Joined: Mar 2012
Reputation: 0
Version: 1.4.1.77
Post: #5
RE: Prophet/ShilenElder Out of party buffs

Still the same, my buffer stays in party wont leave. No error all looks ok from that point of view. Maybe im doing something wrong. This is how my script looks like.

----------------------------------------------------

POFBuffId = 1335;
NameOfBuffer = "SuperProphet";
------------------------------------
repeat
user = GetUserByName(NameOfBuffer);
myself = GetMe();
if (myself ~= nil) and (user ~= nil) then
if (myself:GotBuff(POFBuffId) == false) then
Command("/invite " .. NameOfBuffer);
Sleep(5000);
elseif user:IsMyPartyMember() and (myself:GotBuff(POFBuffId)) then
Command("/leave");
end;
end;
Sleep(1000);
until false;
04-27-2012 02:52 AM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Information How to get 'PARTY MEMBER TARGET'? Caaioc 9 6,238 01-24-2016 09:57 AM
Last Post: TheQQmaster
  //cfg party buffs cant make them work (help) drake182 3 3,642 01-02-2016 05:47 AM
Last Post: Wazzapkhv
  How i do to prophet heal the party player ? sectorzueira 2 2,849 09-11-2015 13:40 PM
Last Post: sectorzueira
  party buffs stopped work buybuy 2 2,561 09-01-2015 19:54 PM
Last Post: buybuy
Thumbs Up Iss Buffs fotarastm 5 6,108 08-29-2015 00:55 AM
Last Post: jokerakos
  Good party with Ertheia ( Eviscerator) cuongbeo88 12 10,789 05-24-2015 23:42 PM
Last Post: rhadamants
  Help Auto Buff Or Heal For Not In Party Verheiden 3 4,215 04-27-2015 16:58 PM
Last Post: Hebdzik
  script sumon select party erickalisetc 8 4,451 01-23-2015 22:17 PM
Last Post: tophersoccer
  Can BOT automate to go back to city for buffs and get back XP? Dmoppers 2 2,642 01-02-2015 21:18 PM
Last Post: tophersoccer
  select member of party to summon bistabil 6 4,182 12-10-2014 22:49 PM
Last Post: bistabil



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