Jump to content
  • 0

get all people in map then warp


mleo1

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  123
  • Reputation:   4
  • Joined:  11/21/11
  • Last Seen:  

Can you give me a sample script (incomplete script/complete)

get people on centain map then warp them to another map

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

---------------------------------------

*mapwarp "<from map>","<to map>",<x>,<y>{,<type>,<ID>};

This command will collect all characters located on the From map and warp them

wholesale to the same point on the To map, or randomly distribute them there if

the coordinates are zero. "Random" is understood as a special To map name and

will mean randomly shuffling everyone on the same map.

Optionally, a type and ID can be specified. Available types are:

0 - Everyone

1 - Guild

2 - Party

Example:

// Will warp all members of guild with ID 63 on map prontera to map alberta.

mapwarp "prontera","alberta",150,150,1,63;

---------------------------------------

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  123
  • Reputation:   4
  • Joined:  11/21/11
  • Last Seen:  

Thanks xD. I always forgot to browse script_commands.txt.

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