Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock