Jump to content

Recommended Posts

Posted

Only IG 2.13-2.14 OOG 10.9.7

 

Party from 3 members - PP,BD and you

 

For DD

Label(Start)
Delay(500)
!CharBuffs(Dance of the Mystic[iD=273])
{
Jmp(Invite1)
}
!CharBuffs(Prophecy of Water[iD=1355])
{
Jmp(Invite2)
}
Jmp(Start)

Label(Invite1)
RequestJoinParty(BD_Nick,0)
{
Jmp(Wait1)
}

Label(Invite2)
RequestJoinParty(PP_Nick,0)
{
Jmp(Wait2)
}

Label(Wait1)

CharBuffs(Dance of the Mystic[iD=273])
{
Jmp(Kick1)
}
Jmp(Wait1)

Label(Kick1)
RequestOutParty(BD_Nick)
Jmp(Start)

Label(Wait2)

CharBuffs(Prophecy of Water[iD=1355])
{
Jmp(Kick2)
}
Jmp(Wait2)

Label(Kick2)
RequestOutParty(PP_Nick)
Jmp(Start)

 

For BD

label(start)
IsMember(Your_Nick)
{
USESKILL(Dance of Concentration[iD=276])
USESKILL(Dance of the Mystic[iD=273])
}
label(wait)
{
delay(1000)
}
jmp(start)

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...