PewN Posted September 17, 2012 Posted September 17, 2012 i want to request a script party warper. Only Party leader can talk to the npc and must have 3 - 5 member. and check the party member if they are online. after that. the npc will warp the party to the dungeon Quote
Euphy Posted September 17, 2012 Posted September 17, 2012 *instance_check_party <Party ID>{,<amount>{,<min>{,<max>}}};Checks the Players Party if it meets the above set requirements. While the Party ID of the invoking character has to be set, the Values amount, min and max are optional parameters and doesn't need to be set. You will find below an little List for an explenation of what those values are for. Values: Party ID: Party ID of the invoking character. [Required Parameter] amount: Amount of needed Partymembers for the Instance. [Optional Parameter] min: Minimum Level needed to join the Instance. [Optional Parameter] max: Maxium Level allowed to join the Instance. [Optional Parameter] *warpparty "<to_mapname>",<x>,<y>,<party_id>,{"<from_mapname>"};Warps a party to specified map and coordinate given the party ID, which you can get with getcharid(1). You can also request another party id given a member's name with getcharid(1,<player_name>). Quote
Question
PewN
i want to request a script party warper.
Only Party leader can talk to the npc and must have 3 - 5 member. and check the party member if they are online. after that. the npc will warp the party to the dungeon
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.