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)







