Macro or Script for Full buffs auto

02/11/2006 13:03 zeubii#1
hello
I just want know if it is possible to make a script for buffs a char with l2walker
Its so long to click on each buff ..

thx all
02/11/2006 21:03 Decker#2
Yep, if someone have this, please post :) could rox :)
02/11/2006 21:05 iLLeLogical#3
try /useskill Might ...
02/12/2006 14:22 Decker#4
Code:
LABEL(buff)

{
USESKILL(Wind Walk[ID=1204],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Shield[ID=1040],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Might[ID=1068],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Focus[ID=1077],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Mental Shield[ID=1035],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Acumen[ID=1085],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Concentration[ID=1078],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Resist Fire[ID=1191],PLAYER,name)
}

DELAY(1140000)
JMP(buff)
Very simple script which doesn't have any cool commands.

Made for my lovlvl cleric so if u need to add some skills just use USESKILL(Resist Fire[ID=1191],PLAYER,name) and change spellname + ID.

Rebuff automatically after 19 mins or atleast it should :P

If u wanna buff urself use USESKILL(Resist Fire[ID=1191],SELF)
For pet USESKILL(Resist Fire[ID=1191],PET,name)
NPC: USESKILL(Resist Fire[ID=1191],NPC,name)
And for name, write name of that char what u wanna buff.

If u don't need automatically rebuff, remove last delay + jmp command and it buffs and stops and u need to run it again after buffs goes off.

Made becouse at server where i play l2walker can't buff groupmembers automatically and I like to have buffs when i bot :)

Works ONLY!! WITH OOG 10.6.1 or with IG 1.4.2

thx.

For questions ideas etc. ask here, blabla.
08/01/2006 15:33 sirsid#5
i m using the eL2Walker10.4.9 !
i cant test your script right now but i got a question.
can he automatically target the right person?
in some threads ppl post that the walker cant target over a script..
and i need to add the ID's?
someone told me if i write the Buff correctly it would works..
05/07/2007 03:06 Aur#6
Quote:
Originally posted by Decker@Feb 12 2006, 15:22
Code:
LABEL(buff)

{
USESKILL(Wind Walk[ID=1204],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Shield[ID=1040],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Might[ID=1068],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Focus[ID=1077],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Mental Shield[ID=1035],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Acumen[ID=1085],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Concentration[ID=1078],PLAYER,name)
}
DELAY(6500)
{
USESKILL(Resist Fire[ID=1191],PLAYER,name)
}

DELAY(1140000)
JMP(buff)
Very simple script which doesn't have any cool commands.

Made for my lovlvl cleric so if u need to add some skills just use USESKILL(Resist Fire[ID=1191],PLAYER,name) and change spellname + ID.

Rebuff automatically after 19 mins or atleast it should :P

If u wanna buff urself use USESKILL(Resist Fire[ID=1191],SELF)
For pet USESKILL(Resist Fire[ID=1191],PET,name)
NPC: USESKILL(Resist Fire[ID=1191],NPC,name)
And for name, write name of that char what u wanna buff.

If u don't need automatically rebuff, remove last delay + jmp command and it buffs and stops and u need to run it again after buffs goes off.

Made becouse at server where i play l2walker can't buff groupmembers automatically and I like to have buffs when i bot :)

Works ONLY!! WITH OOG 10.6.1 or with IG 1.4.2

thx.

For questions ideas etc. ask here, blabla.
some buff need party please add how invite in party before