---------------------------------> <----------------------------------------
I think the best thing for ppl to know would be the script commands! E.G. A command to target a mob e.t.c. I know some basic ones from using the REC script button but thats about it.
If knew them all i would right alot of scripts for just about every thing, And ofcorse share them with u all. Does any one have a list of Script commands and there meaning ??I would be very interested Thanks
---------------------------------> <----------------------------------------
I think the best thing for ppl to know would be the script commands! E.G. A command to target a mob e.t.c. I know some basic ones from using the REC script button but thats about it.
If knew them all i would right alot of scripts for just about every thing, And ofcorse share them with u all. Does any one have a list of Script commands and there meaning ??I would be very interested Thanks
Label(Start)
!MemberStatus(O nome do seu char,Dance of Fury[ID=275])
UseSkill(Dance of the Vampire[ID=310],SELF)
MemberStatus(O nome do seu char,Song of Warding[ID=267])
UseSkill(Dance of the Warrior[ID=271],SELF)
MemberStatus(O nome do seu char,Song of Hunter[ID=269])
UseSkill(Dance of Fire[ID=274],SELF)
MemberStatus(O nome do seu char,Song of Invocation[ID=270])
UseSkill(Dance of Fury[ID=275],SELF)
Jmp(Start)
SWS
Code:
Label(Start)
MemberStatus(O nome do seu char,Dance of the Vampire[ID=310])
UseSkill(Song of Warding[ID=267],SELF)
MemberStatus(O nome do seu char,Dance of the Warrior[ID=271])
UseSkill(Song of Hunter[ID=269],SELF)
MemberStatus(O nome do seu char,Dance of Fire[ID=274])
UseSkill(Song of Invocation[ID=270],SELF)
Jmp(Start)
where is "O nome do se char" is where i put my main name...
Label(Start)
!MemberStatus(O nome do seu char,Dance of Fury[ID=275])
UseSkill(Dance of the Vampire[ID=310],SELF)
MemberStatus(O nome do seu char,Song of Warding[ID=267])
UseSkill(Dance of the Warrior[ID=271],SELF)
MemberStatus(O nome do seu char,Song of Hunter[ID=269])
UseSkill(Dance of Fire[ID=274],SELF)
MemberStatus(O nome do seu char,Song of Invocation[ID=270])
UseSkill(Dance of Fury[ID=275],SELF)
Jmp(Start)
SWS
Code:
Label(Start)
MemberStatus(O nome do seu char,Dance of the Vampire[ID=310])
UseSkill(Song of Warding[ID=267],SELF)
MemberStatus(O nome do seu char,Dance of the Warrior[ID=271])
UseSkill(Song of Hunter[ID=269],SELF)
MemberStatus(O nome do seu char,Dance of Fire[ID=274])
UseSkill(Song of Invocation[ID=270],SELF)
Jmp(Start)
where is "O nome do se char" is where i put my main name...
any help?
I was checking out your script and notice you don't have any DELAY() settings could this be an issue?
well i figure out that its more complicated than i was thinking...
the problem is that some script commands are broken....
so what i did was make sub rules...
i could test again with sws and bd, but i could make the SWS song just after last song over and in a row...
what i want it a script that makes the bd and sws dance and song like this: D S D S D S ...
i wil try latter but i will do it ....
Edit what i could do is...
SWS
Code:
Label(Start)
!CharBuffs(swsname,Song of Warding[ID=267)
{
Call(warding)
}
Label(back1)
!CharBuffs(swsname,Song of Hunter[ID=269])
{
Call(hunter)
}
Label(back2)
!CharBuffs(swsname,Song of Invocation[ID=270])
{
Call(invo)
}
Jmp(Start)
Label(warding)
!CharBuffs(swsname,Song of Warding[ID=267)
CharBuffs(swsname,Dance of the Vampire[ID=310])
{
UseSkill(Song of Warding[ID=267])
}
Call(back1)
Label(hunter)
!CharBuffs(swsname,Song of Hunter[ID=269])
CharBuffs(swsname,Dance of Fire[ID=274])
{
UseSkill(Song of Hunter[ID=269])
}
Call(back2)
Label(invo)
!CharBuffs(swsname,Song of Invocation[ID=270])
CharBuffs(swsname,Dance of Fury[ID=275])
{
UseSkill(Song of Invocation[ID=270])
}
Return(start)
Jmp(Start)
BD
Code:
Label(Start)
!CharBuffs(BDNAME,Dance of the Vampire[ID=310])
Call(VAMP)
Label(back1)
!CharBuffs(BDNAME,Dance of Fire[ID=274])
Call(FIRE)
Label(back2)
!CharBuffs(BDNAME,Dance of Fury[ID=275])
Call(FURY)
Jmp(start)
Label(VAMP)
!CharBuffs(BDNAME,Dance of the Vampire[ID=310])
!CharBuffs(BDNAME,Song of Invocation[ID=270])
{
UseSkill(Dance of the Vampire[ID=310])
}
Return(back1)
Label(FIRE)
!CharBuffs(BDNAME,Dance of Fire[ID=274])
CharBuffs(BDNAME,Song of Warding[ID=267])
{
UseSkill(Dance of Fire[ID=274])
}
Return(back2)
Label(FURY)
!CharBuffs(BDNAME,Dance of Fury[ID=275])
CharBuffs(BDNAME,Song of Hunter[ID=269])
{
UseSkill(Dance of Fury[ID=275])
}
Return(Start)
jmp(Start)
the error that acour is the bd keep dancing vampire...
i dunno why but i should be right....
any help?
Walker Scripts on second class trensfer 05/18/2008 - General Coding - 0 Replies Hi, anybody knows about some page with those scripts? (im actually searching for C4 versions)
or if just anybody have scripts to trensfer on:
Hawkey
Prophet
Shillien Elder
I'll be very happy if anybody haves,,(Im also searching it for more pll than only me, so much ppl will be happy for this =)
L2 Walker Scripts 04/09/2008 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 5 Replies Hello,i need l2 walker scripts for 1st class and second class transfer,i tryed to find in google but no results :/ Can some one can help me,thx :)
L2 Walker Scripts 06/15/2007 - Lineage 2 - 1 Replies Hi!
Some1 can give me buffs id to use in some scripts??
TY
Walker Scripts? 03/29/2005 - Lineage 2 - 0 Replies Hi,
I have some questions about the walker scripts...
1. Is there some sort of tutorial out there?
2. Anyone got a script for running back to your favorite Mob from Town when you died?
3. Why hasn't anyone asked this questions before... :cool:
THX guys!
(You can answer in English or in German ;-) )