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

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AYUDA CON SCRIPT ISS ESPECTRAL DANCER
Author Message
alberyan Offline
Zaken's Royal Guard
*

Posts: 52
Joined: Oct 2012
Reputation: 0
Version: 1.4.2.142
Post: #1
AYUDA CON SCRIPT ISS ESPECTRAL DANCER

CUNADO SE ACTIVA, INVITA Y AL TERMINAR DE BUFEAR NO SACA A LA ISS DE PARTY, AL QUITAR LA PARTY MANUALMENTE Y SE TERMINAN LOS BUFF NO INVITA.



ShowToClient("SYS","Script Para Buffear Comenzado");
PPName = ""; --here write name of your PPname
DDName = ""; --write name of char you want buff

SendInvItBufferInRange = 800;
----------------------------------------------------------------
WhoToInv = nil;


repeat
if(GetUserByName(PPName) == nil)then
ShowToClient("SYS","Iss lejos, espera");
repeat
Sleep(1000);
until (GetUserByName(PPName) ~= nil);
ShowToClient("SYS","La ISS esta cerca");
WhoToInv = GetUserByName(PPName);
elseif(GetUserByName(PPName) ~= nil)then
WhoToInv = GetUserByName(PPName);
end;

if((GetMe():GotBuff(11517) == false) or --
(GetMe():GotBuff(11518) == false) or --
(GetMe():GotBuff(11519) == false) or --
(GetMe():GotBuff(11520) == false) or --
(GetMe():GotBuff(11521) == false) or --
(GetMe():GotBuff(11522) == false) or --
(GetMe():GotBuff(11524) == false) or --
(GetMe():GotBuff(11565) == false) or --
(GetMe():GotBuff(11566) == false) or --
(GetMe():GotBuff(11567) == false) or --
(GetMe():GotBuff(11610) == false) or --
(GetMe():GotBuff(11611) == false) or --
(GetMe():GotBuff(11612) == false)) and --
(WhoToInv ~= nil) and
(WhoToInv:IsMyPartyMember() == false) and
(GetMe():GetRangeTo(WhoToInv) < SendInvItBufferInRange)then

ShowToClient("SYS", "Invitando " ..PPName .. " Para Buffear");
Sleep(400);
Command("/invite "..PPName);

repeat
Sleep(100);

until ((GetMe():GotBuff(11517)) and --
(GetMe():GotBuff(11518)) and --
(GetMe():GotBuff(11519)) and --
(GetMe():GotBuff(11520)) and --
(GetMe():GotBuff(11521)) and --
(GetMe():GotBuff(11522)) and --
(GetMe():GotBuff(11524)) and --
(GetMe():GotBuff(11565)) and --
(GetMe():GotBuff(11566)) and --
(GetMe():GotBuff(11567)) and --
(GetMe():GotBuff(11610)) and --
(GetMe():GotBuff(11611)) and --
(GetMe():GotBuff(11612))) and --
(WhoToInv:IsMyPartyMember() == true);

ShowToClient("SYS", "Buffs Ok, Saliendo de pt la Iss");
Sleep(5000);
Command("/dismiss "..PPName);
Sleep(400);
end;
Sleep(1000);
until false;
11-13-2014 06:59 AM
Find all posts by this user Quote this message in a reply
rORUMI Offline
Expired VIP Member
**

Posts: 278
Joined: May 2014
Reputation: 50
Version: 1.4.2.142
Post: #2
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

Si ese codigo ejecuta ya sos mandrake. Si bien la idea es correcta, un script que corra desde el lado del DD invitando al iss, las condiciones de repeat/until son incorrectas al solo mirarlo ya ves que no va.
11-14-2014 00:46 AM
Find all posts by this user Quote this message in a reply
alberyan Offline
Zaken's Royal Guard
*

Posts: 52
Joined: Oct 2012
Reputation: 0
Version: 1.4.2.142
Post: #3
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

pues te digo que no soy un genio, pues ese script no lo hice yo, pero si funciona, le cambie las id y me funciona al pelo. la script solo comprueba si estan completos los buff, de no ser asi le da party a la iss que debe estar configurada para buffear automatico, con script o party buff, al comprobar el pj a bufear que ya estan los buff saca de la party a la iss.
12-03-2014 13:11 PM
Find all posts by this user Quote this message in a reply
ExoDo Offline
Restrainer of Glory
*

Posts: 171
Joined: Feb 2014
Reputation: 12
Version: 1.4.2.142
Post: #4
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

Pregunto Tongue porque no usas la versiĆ³n que a hecho @roRUMI?
12-03-2014 14:07 PM
Find all posts by this user Quote this message in a reply
alberyan Offline
Zaken's Royal Guard
*

Posts: 52
Joined: Oct 2012
Reputation: 0
Version: 1.4.2.142
Post: #5
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

voy a probar
(This post was last modified: 12-08-2014 02:47 AM by alberyan.)
12-08-2014 01:52 AM
Find all posts by this user Quote this message in a reply
rORUMI Offline
Expired VIP Member
**

Posts: 278
Joined: May 2014
Reputation: 50
Version: 1.4.2.142
Post: #6
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

(12-03-2014 13:11 PM)alberyan Wrote:  pues te digo que no soy un genio, pues ese script no lo hice yo, pero si funciona, le cambie las id y me funciona al pelo. la script solo comprueba si estan completos los buff, de no ser asi le da party a la iss que debe estar configurada para buffear automatico, con script o party buff, al comprobar el pj a bufear que ya estan los buff saca de la party a la iss.

Master ya te lo re escribi todo y quedo de pelo. Saque todos los skills de mi iss dancer con el script de @ExoDo y funciona asi.

Hoy cuando este en mi casa veo hasta cuando lo puedo mejorar y cuando este probado lo publico.

Es perfectamente compatible con mi script de TinyIss, es mas me salio tan bien tu script que lo voy a incorporar a mi script y mejorarlo X)
(This post was last modified: 12-09-2014 06:14 AM by rORUMI.)
12-08-2014 20:37 PM
Find all posts by this user Quote this message in a reply
rORUMI Offline
Expired VIP Member
**

Posts: 278
Joined: May 2014
Reputation: 50
Version: 1.4.2.142
Post: #7
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

Agregado el invite4Buff version 1.0 en el foro

http://forum.l2tower.eu/thread-script-in...a-rebufear
(This post was last modified: 12-09-2014 06:13 AM by rORUMI.)
12-09-2014 06:01 AM
Find all posts by this user Quote this message in a reply
alberyan Offline
Zaken's Royal Guard
*

Posts: 52
Joined: Oct 2012
Reputation: 0
Version: 1.4.2.142
Post: #8
RE: AYUDA CON SCRIPT ISS ESPECTRAL DANCER

rorumi sos grande, ahora solo me faltaria la version V de tu script del healer.
12-15-2014 22:56 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  ayuda general protection fault Aggresivnes 1 2,946 09-06-2021 23:06 PM
Last Post: markos2515
  Consulta/Ayuda shoeddy 0 1,164 05-18-2021 09:15 AM
Last Post: shoeddy
Star AYUDA CONFIGURARRR alaniz 0 1,364 01-02-2021 03:06 AM
Last Post: alaniz
  Ayuda para abrir mas de 3 cuentas kairos30 7 7,835 06-04-2020 05:36 AM
Last Post: studiotan
  Ayuda por favor ? me tira critical error lauchita92 0 1,605 10-30-2019 16:25 PM
Last Post: lauchita92
  Ayuda! Has sido desconectado del servidor madbytes 2 2,841 04-19-2018 20:28 PM
Last Post: madbytes
  Necesito ayuda porque me da critical error yigi1 5 5,166 01-26-2018 14:32 PM
Last Post: sousseky
Information Ayuda.. Load: general Error: call to loadLibrary N4N023 13 12,821 10-27-2017 01:19 AM
Last Post: smedina2005
Information (AYUDA) ERROR! Su cliente contiene archivos incorrectos Sustainer 0 1,838 10-13-2016 00:55 AM
Last Post: Sustainer
F.A.Q. Ayuda con un script Pls vannsito 0 2,034 07-23-2016 01:02 AM
Last Post: vannsito



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