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

Thread Closed 
 
Thread Rating:
  • 12 Vote(s) - 2.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send Ressurection to Party.
Author Message
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #21
RE: Send Ressurection to Party.

@lwcdr
i know, but even with that error, the script works so who care?

@darkpd

add CleanTargets() in the script after itemuse...
08-21-2012 22:41 PM
Find all posts by this user
darkpd Offline
Ratman Chieftain
*

Posts: 25
Joined: Aug 2012
Reputation: 0
Version: 1.4.1.92
Post: #22
RE: Send Ressurection to Party.

and one more problem, ressurection is 2x ;/ in res im lost 2 scrolls? maybe to small sleeps?
08-21-2012 22:43 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #23
RE: Send Ressurection to Party.

    LUA Programming
repeat
	PetList = GetPetList();
	for pet in PetList.list do 
 if(pet:IsPet() == true) and 
 (pet:IsAlikeDeath() == true) and 
 (GetMe():GetRangeTo(pet) < 800) then
 Sleep(800);
 Target(pet);
 Sleep(900);
 UseItem(737); --	Scroll of Resurrection
end;
	end;
	Sleep(10000);
until false;

08-21-2012 22:57 PM
Find all posts by this user
darkpd Offline
Ratman Chieftain
*

Posts: 25
Joined: Aug 2012
Reputation: 0
Version: 1.4.1.92
Post: #24
RE: Send Ressurection to Party.

error CleanTargets() a nil value
08-21-2012 23:02 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #25
RE: Send Ressurection to Party.

(08-21-2012 22:57 PM)TheBl4ckPhoenix Wrote:  
    LUA Programming
repeat
	PetList = GetPetList();
	for pet in PetList.list do 
 if(pet:IsPet() == true) and 
 (pet:IsAlikeDeath() == true) and 
 (GetMe():GetRangeTo(pet) < 800) then
 Sleep(800);
 Target(pet);
 Sleep(900);
 UseItem(737); --	Scroll of Resurrection
 Sleep(1000);
 ClearTargets();
end;
	end;
	Sleep(10000);
until false;

08-21-2012 23:04 PM
Find all posts by this user
darkpd Offline
Ratman Chieftain
*

Posts: 25
Joined: Aug 2012
Reputation: 0
Version: 1.4.1.92
Post: #26
RE: Send Ressurection to Party.

thanks Smile works, and its possible piority first kill monster on screen after ressurection?
08-22-2012 00:21 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #27
RE: Send Ressurection to Party.

??
08-22-2012 00:51 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,203 01-24-2016 09:57 AM
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,541 09-01-2015 19:54 PM
Last Post: buybuy
  Good party with Ertheia ( Eviscerator) cuongbeo88 12 10,755 05-24-2015 23:42 PM
Last Post: rhadamants
  Help Auto Buff Or Heal For Not In Party Verheiden 3 4,201 04-27-2015 16:58 PM
Last Post: Hebdzik
  script sumon select party erickalisetc 8 4,433 01-23-2015 22:17 PM
Last Post: tophersoccer
  select member of party to summon bistabil 6 4,166 12-10-2014 22:49 PM
Last Post: bistabil
Exclamation Auto Accept Party / Change party leader DONT WORK! JuZioo 2 3,141 10-28-2014 23:39 PM
Last Post: JuZioo
  Full party lvl 90+ vito54 1 2,163 08-21-2014 19:32 PM
Last Post: capucine



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