Working BD SWS Walker Scritp

09/04/2009 09:55 andergaster#1
hi this script sync dances and songs from bladedancer and swordsinger


Bladedancer:

Label(BD)
IsMember(name Swordsinger)
{
!CharBuffs(Dance of Fury)
{
CharBuffs(Song of Hunter)
{
USESKILL(Dance of Fury)
DELAY(2000)
USESKILL(Dance of Fire)
DELAY(2000)
USESKILL(Dance of the Warrior)
Delay(2000)
}
}
}
}
Delay(500)
Jmp(BD)



Swordsinger:

Label(SWS)
IsMember(Name Bladedancer)
{
!CharBuffs(Song of Meditation)
{
!CharBuffs(Dance of the Warrior)
{
USESKILL(Song of Champion)
DELAY(2000)
USESKILL(Song of Hunter)
DELAY(3000)
USESKILL(Song of Wind)
Delay(2000)
USESKILL(Song of Meditation)
DELAY(2000)
}
}
}
Delay(500)
Jmp(SWS)
09/06/2009 19:55 ElatedSerk#2
checking ur script .. hope it works
09/07/2009 17:12 venonpl#3
Quote:
Originally Posted by andergaster View Post
hi this script sync dances and songs from bladedancer and swordsinger


Bladedancer:

Label(BD)
IsMember(name Swordsinger)
{
!CharBuffs(Dance of Fury)
{
CharBuffs(Song of Hunter)
{
USESKILL(Dance of Fury)
DELAY(2000)
USESKILL(Dance of Fire)
DELAY(2000)
USESKILL(Dance of the Warrior)
Delay(2000)
}
}
}
}
Delay(500)
Jmp(BD)



Swordsinger:

Label(SWS)
IsMember(Name Bladedancer)
{
!CharBuffs(Song of Meditation)
{
!CharBuffs(Dance of the Warrior)
{
USESKILL(Song of Champion)
DELAY(2000)
USESKILL(Song of Hunter)
DELAY(3000)
USESKILL(Song of Wind)
Delay(2000)
USESKILL(Song of Meditation)
DELAY(2000)
}
}
}
Delay(500)
Jmp(SWS)
Is not working
09/07/2009 18:38 servus#4
u sure ??? at me it works i only did change one thing in the first script!

Label(BD)
IsMember(name Swordsinger)
{
!CharBuffs(Dance of Fury)
{
CharBuffs(Song of Hunter)
{
USESKILL(Dance of Fury)
DELAY(2000)
USESKILL(Dance of Fire)
DELAY(2000)
USESKILL(Dance of the Warrior)
Delay(2000)
}
}
}
} <------ delete this then all at me did work if u do some settings wrong in the walker it wont work so u need to llok at party settings at last point there in for dance songs attitude if this is off all work fine


Delay(500)
Jmp(BD)
09/07/2009 18:40 venonpl#5
Quote:
Originally Posted by servus View Post
u sure ??? at me it works i only did change one thing in the first script!

Label(BD)
IsMember(name Swordsinger)
{
!CharBuffs(Dance of Fury)
{
CharBuffs(Song of Hunter)
{
USESKILL(Dance of Fury)
DELAY(2000)
USESKILL(Dance of Fire)
DELAY(2000)
USESKILL(Dance of the Warrior)
Delay(2000)
}
}
}
} <------ delete this then all at me did work if u do some settings wrong in the walker it wont work so u need to llok at party settings at last point there in for dance songs attitude if this is off all work fine


Delay(500)
Jmp(BD)
Yes i know about } , but problem is bd dont do second dance... just 1 and 3 dance. but Sws working normal.. some time have problem with synchro.
09/08/2009 17:02 andergaster#6
i dunno for me it works perfekt :-(

i use it on oog walker maby you need higher delays on ingame walker?
09/08/2009 18:41 venonpl#7
Now is working fine:

LABEL(nohunt)
!CharBuffs(Song of Hunter[ID=269],SELF)
{
!CharBuffs(Dance of Fury[ID=275],SELF)
{
JMP(fury)
}
}
DELAY(2500)
JMP(nohunt)
LABEL(fury)
USESKILL(Dance of Fury[ID=275],SELF)
DELAY(2500)
LABEL(fire)
USESKILL(Dance of the Vampire[ID=310],SELF)
DELAY(2500)
LABEL(fire)
USESKILL(Dance of Fire[ID=274],SELF)
DELAY(2500)
LABEL(conc)
USESKILL(Dance of Concentration[ID=276],SELF)
DELAY(2500)
JMP(nohunt)