Quote:
Originally Posted by danthem666
I can get the script to run on it's own for some reason. I can get it to run if i hit the run button . When i get it to run it won't kick the pp from party. Thanks for you Help
|
What is you l2walker version?
This script need 2.13 or greater.
Try this:
Label(Start)
!CharBuffs(Prophecy of Fire[ID=1356])
{
RequestJoinParty(Name of your PP,0)
Delay(100)
}
Label(member)
IsMember(Name of your PP)
{
Jmp(continue)
}
Jmp(start)
Label(continue)
CharBuffs(Prophecy of Fire[ID=1356])
{
RequestOutParty(Name of your PP)
Delay(100)
}
Label(notmember)
IsMember(Name of your PP)
{
RequestOutParty(Name of your PP)
Delay(100)
Jmp(notmember)
}
Jmp(start)
Remember your pp need set to POF auto-detect.