Jump to content
  • 0

Request Party Warper


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

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

:D

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1131
  • Joined:  05/27/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

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