summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 18abbfd2c..d60682401 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6118,13 +6118,18 @@ Example(s):
---------------------------------------
-*mapwarp "<from map>","<to map>",<x>,<y>;
+*mapwarp "<from map>","<to map>",<x>,<y>,<type>,<ID for Type>;
+type: 0=everyone, 1=guild, 2=party
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.
+Example:
+
+// Will warp all members of guild with ID 63 on map prontera to map alberta
+ mapwarp "prontera","alberta",150,150,1,63;
---------------------------------------
\\
5,2.- Guild-related Commands