Difference between revisions of "Generic Mapper Additions"

From Mudlet
Jump to navigation Jump to search
(Created page with "This is a collection of triggers for the generic mapper script that are too dangerous to be enabled for all games and should only be added on a per-game basis. Eventually we'd...")
 
Line 15: Line 15:
  
 
regex for the above: <code>\[.+: (.+)\]</code> ([https://regex101.com/r/NJ5dla/1 regex101])
 
regex for the above: <code>\[.+: (.+)\]</code> ([https://regex101.com/r/NJ5dla/1 regex101])
 +
 +
== Reinos de Leyenda ==
 +
 +
map translate north norte n
 +
map translate south sur s
 +
map translate east este e
 +
map translate west oeste w
 +
map translate northwest noroeste no
 +
map translate northeast noreste ne
 +
map translate southwest suroeste so
 +
map translate southeast sureste se
 +
map translate up arriba ar
 +
map translate down abajo ab
 +
map translate out fuera fu

Revision as of 17:39, 12 November 2019

This is a collection of triggers for the generic mapper script that are too dangerous to be enabled for all games and should only be added on a per-game basis. Eventually we'd like to add the to the generic mapper script when it's able to enable patterns on a per-game basis.

Kingdoms of the Lost

kotl.org: 2222

exit lines:

[inside: south->closed]

[field: north->closed *east *south->open west]

[field: *east west]

[city(very bright): north east south west up northwest]

regex for the above: \[.+: (.+)\] (regex101)

Reinos de Leyenda

map translate north norte n map translate south sur s map translate east este e map translate west oeste w map translate northwest noroeste no map translate northeast noreste ne map translate southwest suroeste so map translate southeast sureste se map translate up arriba ar map translate down abajo ab map translate out fuera fu