diff options
author | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-10 09:28:25 +0000 |
---|---|---|
committer | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-10 09:28:25 +0000 |
commit | 4b98ecfd974be6ef5f3ee64fd42d8733ad32eadf (patch) | |
tree | 9c65399fa4ae4a74607a7b5efe2cead32258a3c3 /doc/script_commands.txt | |
parent | 3b97f2739fa22e677699a6632c3ff042a77dda65 (diff) | |
download | hercules-4b98ecfd974be6ef5f3ee64fd42d8733ad32eadf.tar.gz hercules-4b98ecfd974be6ef5f3ee64fd42d8733ad32eadf.tar.bz2 hercules-4b98ecfd974be6ef5f3ee64fd42d8733ad32eadf.tar.xz hercules-4b98ecfd974be6ef5f3ee64fd42d8733ad32eadf.zip |
* Updated 'mapwarp' in script_commands.txt to show missing params - Thanks to Emistry for pointing that out!
* permissions.txt's current version should be the date an additional permission was created, not documented. Cross-referencing for the win.
* Slight clean-up in woe_time_explanation.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16768 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 7 |
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 |