dashaaa Posted October 30, 2010 Posted October 30, 2010 Hello , Im looking a script for my bd to dance and leave party. and reinvite before dance fade and from start again. ty.
wytaz Posted November 8, 2010 Posted November 8, 2010 if l2w then for dd LABEL(START) !CharBuffs(Dance of Fury[iD=275]) { !IsMember(BD) { RequestJoinParty(BD name,0) } } DELAY(1000) JMP(START) for BD LABEL(START) IsMember(DD) { LABEL(WAITFORLASTDANCE) CharBuffs(Dance of Vampire[iD=310]) { DELAY(100) JMP(WAITFORLASTDANCE) } USESKILL(Dance of Fury[iD=275],SELF) Delay(1000) USESKILL(Dance of Fire[iD=274],SELF) Delay(1000) USESKILL(Dance of Warrior[iD=271],SELF) Delay(1000) USESKILL(Dance of Vampire[iD=310],SELF) QuitParty() } Delay(500) Jmp(START) where is "DD" or "BD" insert nicks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now