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

Thread Closed 
 
Thread Rating:
  • 72 Vote(s) - 2.85 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resurrection question
Author Message
MamaJenny Offline
Elpy
*

Posts: 1
Joined: Jun 2011
Reputation: 0
Version: 1.4.1.102
Post: #1
Resurrection question

Ok I managed to set it up to accept rez from party members but how do I set the healer to rez when someone from party is dead? I can't find the option.

Thanks
08-27-2011 06:10 AM
Find all posts by this user
zerilius Offline
Beta Tester

Posts: 409
Joined: Aug 2011
Reputation: 56
Version: 1.4.2.142
Post: #2
RE: Resurrection question

It can be done with script (use function IsAlikeDeath )
08-27-2011 10:19 AM
Find all posts by this user
Ryzer Offline
Ratman Chieftain
*

Posts: 24
Joined: Jul 2011
Reputation: 4
Version: 1.4.1.121
Post: #3
RE: Resurrection question

    LUA Programming
repeat
	Sleep(100);
	party = GetPartyList();
	for user in party.list do
		if(user:IsAlikeDeath()) then
			Target(user);
			UseSkill(1016);
			ClearTarget();
		end;
	end;
until false;



Try something like this, its only for bishop and might have bugs I made it now and didn't test....
(This post was last modified: 08-27-2011 11:28 AM by Ryzer.)
08-27-2011 11:27 AM
Find all posts by this user
jgothicdark Offline
Amber Basilisk
*

Posts: 31
Joined: Dec 2011
Reputation: -10
Version: 1.4.1.88
Post: #4
RE: Resurrection question

(08-27-2011 11:27 AM)Ryzer Wrote:  
    LUA Programming
repeat
	Sleep(100);
	party = GetPartyList();
	for user in party.list do
		if(user:IsAlikeDeath()) then
			Target(user);
			UseSkill(1016);
			ClearTarget();
		end;
	end;
until false;



Try something like this, its only for bishop and might have bugs I made it now and didn't test....

Does not work
06-11-2012 02:34 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #5
RE: Resurrection question

Use search maybe?

Anyway you must use "UseSkillRaw(id)" not "UseSkill"
(This post was last modified: 06-11-2012 03:15 AM by TheBl4ckPhoenix.)
06-11-2012 03:12 AM
Find all posts by this user
jgothicdark Offline
Amber Basilisk
*

Posts: 31
Joined: Dec 2011
Reputation: -10
Version: 1.4.1.88
Post: #6
RE: Resurrection question

(06-11-2012 03:12 AM)TheBl4ckPhoenix Wrote:  Use search maybe?

Anyway you must use "UseSkillRaw(id)" not "UseSkill"

I'm need list id skill for goddess of destruction, no one have?
06-11-2012 17:10 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #7
RE: Resurrection question

If i'm not wrong there is a topic with all skills-actions... Anyway u have skillList.txt (or something like that) into l2tower folder.... Paste it into l2scripteditor and u will find it
06-11-2012 17:12 PM
Find all posts by this user
zerilius Offline
Beta Tester

Posts: 409
Joined: Aug 2011
Reputation: 56
Version: 1.4.2.142
Post: #8
RE: Resurrection question

(06-11-2012 17:10 PM)jgothicdark Wrote:  
(06-11-2012 03:12 AM)TheBl4ckPhoenix Wrote:  Use search maybe?

Anyway you must use "UseSkillRaw(id)" not "UseSkill"

I'm need list id skill for goddess of destruction, no one have?

    LUA Programming
skills=GetSkills();
for skill in skills.list do
ShowToClient("Skill", skill.name.."(ID: " .. skill.skillId  .. ")");
end;

(This post was last modified: 06-11-2012 17:45 PM by zerilius.)
06-11-2012 17:45 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #9
RE: Resurrection question

Or just use /recstart
06-11-2012 19:38 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  L2 Dragon question about bot, working or not kaan22747 0 2,606 02-15-2017 21:10 PM
Last Post: kaan22747
  Question about bot kiciulica66 0 1,800 12-03-2016 01:00 AM
Last Post: kiciulica66
F.A.Q. Sources question teris19942 1 2,655 06-04-2016 02:41 AM
Last Post: gamias1
  Multi-Box software question.. plixplox 3 3,221 11-19-2015 23:17 PM
Last Post: valakas123
F.A.Q. Question (??) budarox 0 1,926 07-04-2015 07:49 AM
Last Post: budarox
  Not workl: Auto Resurrection On! . erickalisetc 9 6,497 05-27-2015 07:37 AM
Last Post: rORUMI
  newbie question vipernestas 2 3,092 04-29-2015 16:35 PM
Last Post: tsounakas
  hi all 1 question botosu86 0 1,597 02-24-2015 20:09 PM
Last Post: botosu86
  Question about L2Tower akoaymaylobo 1 2,156 02-04-2015 03:17 AM
Last Post: Fox
  a weird pick up question.... soul2eat 3 2,988 01-07-2015 13:48 PM
Last Post: knutoz



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