Multisend is a replacement for servo. No synchronization is needed, just load and go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
3.0 KiB

4 years ago
# MultiSend
7 years ago
Multisend is a replacement for servo. No synchronization is needed, just load and go.
4 years ago
Commands are as follows(all can be prefixed with /ms or /multisend):
7 years ago
7 years ago
/ms send [command] - Sends the command to all characters with MultiSend loaded.
4 years ago
7 years ago
/ms sendto CharName [command] - Sends the command to a specific character, if they have MultiSend loaded.
4 years ago
/ms sendgroup GroupName [command] - Sends the command to all characters listed in a group. Groups can be defined in Ashita/Config/MultiSend.xml. See XML Structure file for example.
/ms sendothers [command] - Sends a command to all characters except for the current character.
4 years ago
/ms sendparty - Sends a command to all characters in the current character's immediate party. This includes the current character unless ignoreself is turned on.
4 years ago
/ms sendally - Sends a command to all characters in the current character's immediate alliance. This includes the current character unless ignoreself is turned on.
These have hardcoded aliases as well:
4 years ago
/mss = /ms send
4 years ago
/mst = /ms sendto
4 years ago
/mso = /ms sendothers
4 years ago
/msp = /ms sendparty
4 years ago
/msa = /ms sendally
4 years ago
/msg = /ms sendgroup
Configuration:
4 years ago
/ms followmax # - Sets a max range(in yalms). If follow target is more than this many yalms away, but in same zone, follow won't move.
4 years ago
-I recommend setting between 30 and 100 to prevent following from trying to use portals.
4 years ago
-Default is 5000, which will be the same behavior as before this setting was added.
4 years ago
/ms followme on/off - Enables or disables followme. When followme is enabled, any characters with follow enabled will follow the player who last activated followme.
/ms follow on/off - Enables or disables follow. Any character with follow enabled with follow the player who last activated followme.
/ms attemptzone on/off - Enables or disables attempted zoning. When enabled, if the leader zones, the other characters will continue running in the direction they were last running to follow suit. Default: OFF
4 years ago
NOTE: If you are using a home point, survival guide, etc, it will be detected as long as you stand still throughout the process and nobody will run off.
4 years ago
/ms ignoreself on/off - When enabled, any command that would effect the local character is not executed by the local character.
/ms debug on/off - When enabled, all received commands are printed to log and any character with followme updated will spam log with position updates. For debug purposes, obviously.
/ms safemode on/off - When enabled, '/echo' will be inserted for commands missing the leading '/' to prevent chatlog spam
7 years ago
/ms reload - Will reload groups xml.
4 years ago
7 years ago
/ms help - Print an ingame reference.
4 years ago
7 years ago
You may use [t] [me] or [p0] [p1] [p2] [p3] [p4] [p5] to replace the <> equivalents, if you wish to resolve them on local character. This will replace them with the appropriate server IDs, allowing the command to resolve on receiving character.
4 years ago
7 years ago
Example: Typing /ms send /ma "Fire IV" [t] will make all characters with multisend loaded cast Fire IV on the character who typed the command's target, rather than their own current target.