Update Mapper_Ninja.xml

master
aardwolf-lunk 8 years ago committed by GitHub
parent 6ddc5e7ee8
commit 3e2831ba9b

@ -68,6 +68,8 @@ mlporbag ---> looks (examines) your portals bag to show which po
mpr * ---> sets your recall portal (good idea to have a mapper portal 'recall' at recall) replace * with the mapper portal index (#)
mbp * ---> sets your bounceportal (normally garbage can or academy portal) for when the mapper or ww's S&D wants to xrt through recall in a no-recall room with a portal, replace * with the mapper portal index (#)
mbr * ---> sets your bouncerecall (for when the mapper or ww's S&D wants to xrt through recall in a no-portal room using a portal) YOU CAN ONLY USE YOUR RECALL PORTAL THAT YOU CREATED WITH mpr * ... replace the * with the portal index (#)
mbp clear ---> clears the bounceportal
mbr clear ---> clears the bouncerecall
*NOTE 1* : the # is necessary to indicate which portal to delete (the index of the database entry) so for example i wanted to delete portal at index 42 I would use : mpordel #42
*NOTE 2* : check the portals list after removeing each portal for multiple removals (when 1 is deleted all the ones after go down a digit)
@ -513,6 +515,22 @@ Note ("Hold Item Set To : ", "%1")</send>
>
<send>mapper bouncerecall %1</send>
</alias>
<alias
match="mbp clear"
enabled="y"
send_to="10"
sequence="100"
>
<send>mapper bounceportal clear</send>
</alias>
<alias
match="mbr clear"
enabled="y"
send_to="10"
sequence="100"
>
<send>mapper bouncerecall clear</send>
</alias>
</aliases>

Loading…
Cancel
Save