PewN Posted September 17, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted September 17, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.