Lineage 2 Tower Forum

Full Version: Lindvior ISS Spectral Dancer buff script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, i want to ask to any1 who can help me or can post any script for ISS Spectral Dancer fullbuff(melody,sonata,resists)with possibility to inviting and dismissing iss from party for more exp. I've never found at forum a script for lindvior iss spectral dancer. Thanks to everyone, who can help me or post me any script for this. I am newbie in this, so i dont know too much about it. Smile
(08-11-2013 11:30 AM)Pauli88 Wrote: [ -> ]Hello, i want to ask to any1 who can help me or can post any script for ISS Spectral Dancer fullbuff(melody,sonata,resists)with possibility to inviting and dismissing iss from party for more exp. I've never found at forum a script for lindvior iss spectral dancer. Thanks to everyone, who can help me or post me any script for this. I am newbie in this, so i dont know too much about it. Smile

My ISS is hierophant one, but it seems script in link must work for all iss classes.
http://forum.l2tower.eu/thread-free-oop-iss-buff
Okey so only, what i need is copy this to new script and svae it?I am rly noob in this Smile thx... btw i have rly often crit errorm, when i am using tower. aspecially on wynn..

and another question> it is possible to log by L2Tower more then 3 windows for botting? i try to find it, but still nothing.. all only for legit users, thx
(08-11-2013 11:30 AM)Pauli88 Wrote: [ -> ]Hello, i want to ask to any1 who can help me or can post any script for ISS Spectral Dancer fullbuff(melody,sonata,resists)with possibility to inviting and dismissing iss from party for more exp. I've never found at forum a script for lindvior iss spectral dancer. Thanks to everyone, who can help me or post me any script for this. I am newbie in this, so i dont know too much about it. Smile

hmmmm, i am noob too, but skill ids is wery hard to find mmmm Big Grin

works for me...
Code:
ShowToClient("BOTS","AUTO BUFF STARTEETS");


-- CONFIG --
PPName = "urissnamehere"; --iss vards
DDName = "urddnamehere"; --tava dd vards
WhoToInv = nil;




function checkbuff()
    if(GetMe():GotBuff(11524) == false)    -- Warrior's Harmony
    or (GetMe():GotBuff(11517) == false)    -- Horn Melody
    or (GetMe():GotBuff(11518) == false)    -- Drum Melody
    or (GetMe():GotBuff(11519) == false)    -- Pipe Organ Melody
    or (GetMe():GotBuff(11520) == false)    -- Guitar Melody
    or (GetMe():GotBuff(11521) == false)    -- Harp Melody
    or (GetMe():GotBuff(11522) == false)    -- Lute Melody
    or (GetMe():GotBuff(11565) == false)    -- Elemental Resistance
    or (GetMe():GotBuff(11566) == false)    -- Holy Attack Resistance
    or (GetMe():GotBuff(11567) == false)    -- Mental Attack Resistance
    or (GetMe():GotBuff(11529) == false)    -- Prevailing Sonata
    or (GetMe():GotBuff(11530) == false)    -- Daring Sonata
    or (GetMe():GotBuff(11532) == false)    -- Refreshing Sonata
    then
return true;
    end;
return false;

    
end;

    
    
    
repeat
    if(GetUserByName(PPName) == nil)then
repeat
Sleep(1000);
until (GetUserByName(PPName) ~= nil);
WhoToInv = GetUserByName(PPName);

    elseif(GetUserByName(PPName) ~= nil)then
WhoToInv = GetUserByName(PPName);
    end;

if (checkbuff()== true) then
Sleep(100);
while (WhoToInv:IsMyPartyMember()== false) do
Command("/invite "..PPName);
Sleep(450);
end;



    repeat
Sleep(100);

    until ((GetMe():GotBuff(11524))
    and (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(11565))
    and (GetMe():GotBuff(11566))
    and (GetMe():GotBuff(11567))
    and (GetMe():GotBuff(11529))
    and (GetMe():GotBuff(11530))
    and (GetMe():GotBuff(11532)) )
    and (WhoToInv:IsMyPartyMember() == true);

Sleep(1500);
Command("/dismiss "..PPName);
Sleep(400);
    end;
    
    Sleep(1000);
until false;
p.s for noobs special: this is SCRIPT, this SCRIPT need to turn on dd, who will need buffs, on iss need to put party accept, full buffs (melody, resists, sonatas, warrior harmony), for dd, what will give invite to iss. Thats all...

p.s.s full forum of scripts, use search omg, ids u can find easy, just use .recstart urtestnane, then do all buffs, get ids, bit correct script and will work like charm, thats not hard i think...

TY for attention, gl


EDIT: How to copy script? Open L2Tower folder, open scripts folder. create urscriptname.lua, copy from web content and paste in to this lua file, edit char names, save, restart bot, load toon, be happy
(08-11-2013 14:33 PM)Pauli88 Wrote: [ -> ]Okey so only, what i need is copy this to new script and svae it?I am rly noob in this Smile thx... btw i have rly often crit errorm, when i am using tower. aspecially on wynn..

Im kinda new here to Smile It took some time to figure out how this or that works here Smile
1. Open Tower Script Editor
2. Paste code into empty window, edit local variables for your case.
3. Save this code to scripts folder in L2Tower directory
4. Run the script in game (//cfg - scripts section).
Hmm so script was function only 1x after invite.. Never invite my iss again, but iss is normally buffing but out of party when i start only with script and autoinvite/dismiss. I need to set in //cfg party buffs >> there set all buffs what i want? Because when i will use only script, iss is buffing only himself out of party and dd never send invite anymore... cos probably i need to set any buffs in settings in //cfg party buffs.. yes?? thx
(08-11-2013 17:29 PM)Pauli88 Wrote: [ -> ]Hmm so script was function only 1x after invite.. Never invite my iss again, but iss is normally buffing but out of party when i start only with script and autoinvite/dismiss. I need to set in //cfg party buffs >> there set all buffs what i want? Because when i will use only script, iss is buffing only himself out of party and dd never send invite anymore... cos probably i need to set any buffs in settings in //cfg party buffs.. yes?? thx

Pauli88 has private messaging disabled. You cannot send private messages to this user.

so, iss don't need buffs, only harmony, invite party dd. set all buffs to dd, dissmiss iss. add fallow on dd 0-150, and on iss put accept party player nick, this is DD nick, low and uper case letters do realy big difference, so MyDD is not equal mydd, i don't how to help, if u can't config bot, pay someone who can, or play the legit way, or buy powerlvl or adena from RMT
Thanx. It is function, but i need to set in //cfg party buffs buffs to my target Sad there i have base settings in priority,auto detect etc. And now it is function. But when i had only allowed invite and dismiss iss and only run script, doesn´t work. So i need to set it like this way in party buffs.. now all is ok.. so not just turn on script, but I have it set up in the party buff. thanx man Smile

But when my ISS give buffs, there is delay between buffs like 3sec and with sonatas same. And when i am in window with ISS and not at another char only sonatas are buffing fast. Buffs still with delay. I have basic settings in party buff in //cfg. When i use delay and not auto, iss is buffing every time and not in minutes like they write.
there is a problem with auto party accept function for me too. if you invite iss, it accepts first time, then if you doesnt open ISS's game window, it wont go to your party. i gues its because client thinks he already invited or smth, because the party accept box is always here, when you open ISS's game window
My problem is that ISS never get dismissed from the party after he gets invited.

Script run on DD.
All wanted buffs checked in ISS tower windows, AUTO accept ON also.

WHat i am doing wrong?
Pages: 1 2
Reference URL's