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

Thread Closed 
 
Thread Rating:
  • 4 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Ress PT (BR)
Author Message
rafaelacei Offline
Elpy
*

Posts: 3
Joined: Nov 2012
Reputation: 0
Version: 1.4.1.106
Post: #1
Script Ress PT (BR)

GOSTARIA DE UMA AJUDA SABER COMO POSSO FAZER P PEGA MEU SCRIPT DE RESS DO L2TW NAO ACERTO DE JEITO MANEIRA ALGUM TUTORIAAL QUE MOSTRASE COMO E AGUARDO REPOSTA....Heart
02-03-2013 20:16 PM
Find all posts by this user
cvargas Offline
Zaken's Royal Guard
*

Posts: 55
Joined: Jan 2013
Reputation: 12
Version: 1.4.3.143
Post: #2
RE: Script Ress PT (BR)

é simples, veja abaixo o script e vc apenas edita:
CharName1 = ""; -- <-- aqui coloca os nomes dos char da party Ressed
CharName2 = "";
CharName3 = "";
CharName4 = "";
CharName5 = "";
CharName6 = "";

ResSkillId = ""; -- Aqui a ID da skill do iss ou aeore >>>>>>>>>>>>(without "")<<<<<<<<<<<<
------------------------------------------
ResSkill = GetSkills():FindById(ResSkillId);

repeat
local TheChosenOne = GetUserByName(CharName1);
local TheChosenOne = GetUserByName(CharName2);
local TheChosenOne = GetUserByName(CharName3);
local TheChosenOne = GetUserByName(CharName4);
local TheChosenOne = GetUserByName(CharName5);
local TheChosenOne = GetUserByName(CharName6);

if (TheChosenOne ~= nil) and
(TheChosenOne:IsAlikeDeath() == true) and
(ResSkill ~= nil) and
(ResSkill:CanBeUsed() == true) then
Sleep(1000);
Target(TheChosenOne);
Sleep(1500);
UseSkillRaw(ResSkillId, false, false);
Sleep(800);
ClearTargets();
Sleep(800);
end;
Sleep(500);
until false;
03-28-2013 01:55 AM
Visit this user's website Find all posts by this user
cobra8co Offline
Unknown
***

Posts: 410
Joined: Sep 2012
Reputation: 67
Version: 1.4.3.143
Post: #3
RE: Script Ress PT (BR)

http://forum.l2tower.eu/thread-free-scri...-ress-send

check post nr #3 u have all u want and need there...

--- +1 or +2 me if I was helped you! try Google is your friend!
03-28-2013 08:45 AM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Wink anyone have a script auto accept ress?? penetrafox 1 2,791 04-16-2014 20:53 PM
Last Post: redik
  Question about ress script jpquesada 0 1,680 09-20-2013 03:23 AM
Last Post: jpquesada
  [Request] Script Ress Error vaitomanocu 11 8,210 10-29-2012 23:25 PM
Last Post: MarleyTorquato



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