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

Post Reply 
 
Thread Rating:
  • 10 Vote(s) - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lindvior ISS Spectral Dancer buff script
Author Message
Pauli88 Offline
Gremlin
*

Posts: 7
Joined: Jul 2013
Reputation: 0
Version: 1.4.1.124
Post: #1
Smile Lindvior ISS Spectral Dancer buff script

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
Find all posts by this user Quote this message in a reply
egasboter Offline
Elpy
*

Posts: 3
Joined: Jul 2013
Reputation: 0
Version: 1.4.1.108
Post: #2
RE: Lindvior ISS Spectral Dancer buff script

(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
08-11-2013 13:16 PM
Find all posts by this user Quote this message in a reply
Pauli88 Offline
Gremlin
*

Posts: 7
Joined: Jul 2013
Reputation: 0
Version: 1.4.1.124
Post: #3
RE: Lindvior ISS Spectral Dancer buff script

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
(This post was last modified: 08-11-2013 14:36 PM by Pauli88.)
08-11-2013 14:33 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #4
Exclamation RE: Lindvior ISS Spectral Dancer buff script

(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

PUSH [Image: knUu53] IF HELPED
(This post was last modified: 08-11-2013 14:52 PM by TheQQmaster.)
08-11-2013 14:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
egasboter Offline
Elpy
*

Posts: 3
Joined: Jul 2013
Reputation: 0
Version: 1.4.1.108
Post: #5
RE: Lindvior ISS Spectral Dancer buff script

(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).
08-11-2013 14:52 PM
Find all posts by this user Quote this message in a reply
Pauli88 Offline
Gremlin
*

Posts: 7
Joined: Jul 2013
Reputation: 0
Version: 1.4.1.124
Post: #6
RE: Lindvior ISS Spectral Dancer buff script

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
(This post was last modified: 08-11-2013 17:39 PM by Pauli88.)
08-11-2013 17:29 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #7
RE: Lindvior ISS Spectral Dancer buff script

(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

PUSH [Image: knUu53] IF HELPED
08-11-2013 18:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pauli88 Offline
Gremlin
*

Posts: 7
Joined: Jul 2013
Reputation: 0
Version: 1.4.1.124
Post: #8
RE: Lindvior ISS Spectral Dancer buff script

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.
(This post was last modified: 08-12-2013 00:07 AM by Pauli88.)
08-11-2013 19:01 PM
Find all posts by this user Quote this message in a reply
xero0xx Offline
Gremlin
*

Posts: 7
Joined: Jan 2012
Reputation: 0
Version: 1.4.3.143
Post: #9
RE: Lindvior ISS Spectral Dancer buff script

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
08-12-2013 19:36 PM
Find all posts by this user Quote this message in a reply
testforl2 Offline
Expired VIP Member
**

Posts: 259
Joined: Jun 2013
Reputation: 40
Version: 1.4.3.143
Post: #10
RE: Lindvior ISS Spectral Dancer buff script

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?
09-26-2013 12:07 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Exclamation Help with script for buff AndrePar 0 2,636 11-26-2019 21:33 PM
Last Post: AndrePar
  target for self buff manuel16007 1 3,087 01-22-2016 16:31 PM
Last Post: TheQQmaster
  ISS Buff Script caitir 11 11,789 10-19-2015 02:45 AM
Last Post: LustMurder
  script help for buff oop mikey651990 3 3,550 09-12-2015 14:58 PM
Last Post: mikey651990
Smile ISS Spectral Dancer faint88 0 1,673 08-23-2015 17:18 PM
Last Post: faint88
  Summon buff nolanriot193 0 2,368 07-22-2015 16:15 PM
Last Post: nolanriot193
  Newbie Buff script/plugin Firemoth 1 3,058 05-22-2015 22:59 PM
Last Post: akimata
  Help Auto Buff Or Heal For Not In Party Verheiden 3 4,226 04-27-2015 16:58 PM
Last Post: Hebdzik
  buff time use powercheats 1 2,904 04-20-2015 20:38 PM
Last Post: plixplox
  Summoner + iss OOP buff exxolon 3 3,899 11-12-2014 18:17 PM
Last Post: tophersoccer



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