Hierophant Script

03/04/2010 04:35 danthem666#1
Is there a script for inviting and buffing POF then dropping party. Thanks
03/05/2010 02:44 ComboKing#2
Label(Start)
!CharBuffs(Prophecy of Fire[ID=1356])
{
RequestJoinParty(Name of your PP,0)
Delay(500)
}
CharBuffs(Prophecy of Fire[ID=1356])
{
IsMember(Name of your PP)
{
RequestOutParty(Name of your PP)
Delay(500)
}
JMP(Start)




you run that script on your maincharacter ( the one who should GET pof).
on the pp make sure you have auto take invite on, and that you have pof in partybuff list on autodetect. hf.
03/05/2010 02:51 danthem666#3
Thank you so much
03/05/2010 03:30 danthem666#4
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
03/05/2010 14:33 Boooooooooooo#5
Quote:
Originally Posted by danthem666 View Post
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.
03/05/2010 17:42 danthem666#6
Cool i will try it when i get home. I have version 2.17
03/06/2010 04:32 danthem666#7
It works perfect i have a problem with it buffing. When POF wheres off it will not auto run the script to rebuff. Iam running v2.17
03/06/2010 12:20 ComboKing#8
i never had problems with mine tho. and i use its since they changed pof to partybuff. the important thing is, that you insert the script in script maker and safe it there. dont just safe it as a file in your script folder. and really only change the red marked to your PPs name. dont miss out something accidently
03/07/2010 05:01 danthem666#9
I have know idea whats going on it won't auto run the script. If i hit the run button it will run it so fast the pp gets into party then drops out.