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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...