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

Post Reply 
 
Thread Rating:
  • 11 Vote(s) - 2.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
команда на рес
Author Message
utugan Offline
Elpy
*

Posts: 1
Joined: Mar 2013
Reputation: 0
Version: 1.4.1.102
Post: #1
команда на рес

Собственно нужна команда на рес, от кого либо или же от френд листа только, подскажите пожалуйста именно команду для скрипта.
04-22-2013 06:12 AM
Find all posts by this user Quote this message in a reply
VinsDEAD Offline
Amber Basilisk
*

Posts: 38
Joined: Apr 2013
Reputation: 0
Version: 1.4.3.143
Post: #2
RE: команда на рес

repeat
PlayerList = GetPlayerList();
for user in PlayerList.list do
if(user:IsMyPartyMember() == true) and
(user:IsAlikeDeath() == true) and
(GetMe():GetRangeTo(user) < 900) then
Sleep(800);
Target(user);
Sleep(900);
UseItem(3936); -- Blessed Scroll of Resurrection
ClearTargets()
end
ClearTargets()
end;
Sleep(1000);
until false;tMe():IsAlikeDeath();

имена сам допишешь
(This post was last modified: 08-13-2013 15:07 PM by VinsDEAD.)
08-13-2013 15:06 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  как в игре включить л2товер если на серве есть своя команда .cfg pwnzjetfire 2 3,491 04-30-2016 22:46 PM
Last Post: qwerty2012



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