feasel

ALTTP Rando Tracker Bot Commands

Apr 3rd, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. You can update the tracker by typing commands in the twitch chat for speedgaming/speedrunslive/speedgaming2. Most of the commentators already have permission to use it, but you can ask feasel in Discord if you want to be added to the permission list. Chat mods can use it automatically.
  2.  
  3. SYNTAX:
  4. ,<player#> <itemname> <state>
  5.  
  6. Parameters:
  7. <player#> can be 1 or 2.
  8. <itemname> is a string. Partial string matches starting from the initial character are accepted. So "flu" would be recognized as "flute".
  9. <state> can be several things
  10. * An integer. 0 for off, 1 for the first state, 2 for the second state, etc.
  11. * The words "off" or "on" ("off" counts as 0, "on" counts as 1).
  12. * The name of a specific state: ("blue", "red"), ("small", "big", "mirror").
  13. * Nothing. This defaults to "on" or "1"
  14.  
  15.  
  16. EXAMPLES:
  17.  
  18. Add Boots to player 1
  19. ,1 boots
  20. Remove Shovel from player 2
  21. ,2 shovel off
  22.  
  23. Add Blue Mail to player 1 (two methods)
  24. ,1 mail 1
  25. ,1 mail blue
  26. Add Red Mail to player 1 (two methods)
  27. ,1 mail 2
  28. ,1 mail red
  29.  
  30. Add Bow to player 1
  31. ,1 bow
  32. Add Wood Arrows to player 1 (two methods)
  33. ,1 arrow 1
  34. ,1 arrow wood
  35. Add Silver Arrows to player 1 (two methods)
  36. ,1 arrow 2
  37. ,1 arrow silver
  38.  
  39. Add Swamp Palace crystal to player 2
  40. ,2 sp crystal
  41. Add Thieves Town pendant to player 2
  42. ,2 tt pendant
  43.  
  44.  
  45. MORE EXAMPLES:
  46.  
  47. Any of the following will add the Hammer (or any binary item) to player 2:
  48. ,2 hammer
  49. ,2 hammer 1
  50. ,2 hammer on
  51. Any of the following will remove the Hammer from player 2:
  52. ,2 hammer 0
  53. ,2 hammer off
  54.  
  55. Any of the following will add the Blue Boomerang to player 2:
  56. ,2 boomerang
  57. ,2 boomerang 1
  58. ,2 boomerang blue
  59. Any of the following will add the Red Boomerang to player 2:
  60. ,2 boomerang 2
  61. ,2 boomerang red
  62.  
  63. The Bow and Arrow are SEPARATE ENTITIES, unlike the web-based tracker.
  64. Any of the following will add Wooden Arrows to player 2 (without changing the state of the bow):
  65. ,2 arrow
  66. ,2 arrow 1
  67. ,2 arrow wooden
  68. Any of the following will add Silver Arrows to player 2 (without changing the state of the bow):
  69. ,2 arrow 2
  70. ,2 arrow silver
  71. Any of the following will add the Bow to player 2 (without changing the state of the arrow):
  72. ,2 bow
  73. ,2 bow 1
  74. ,2 bow on
  75.  
  76. Palaces/dungeons are indicated by their abbreviations. You can mark each dungeon as having a crystal or pendant in it, even if the players haven't collected it yet.
  77. Either of these will indicate that player 2 collected the crystal in Tower Of Hera:
  78. ,2 toh crystal
  79. ,2 toh (only works if dungeon was already marked 'iscrystal')
  80. Either of these will indicate that player 2 collected the pendant in Tower Of Hera:
  81. ,2 toh pendant
  82. ,2 toh (only works if dungeon was already marked 'ispendant')
  83. This will indicate that Tower Of Hera has a crystal, but player 2 didn't grab it yet:
  84. ,2 toh iscrystal
  85. This will indicate that Tower Of Hera has a pendant, but player 2 didn't grab it yet:
  86. ,2 toh ispendant
  87.  
  88.  
  89. Here is a list of all item names (and alternative names) along with their options. Remember that you can do partial string matches for the item and option names ('mush' instead of 'mushroom'). Not case sensitive. Instead of typing the option name you can also give an integer 1, 2, 3, 4, 5 (or 0 for off).
  90. boots
  91. bombs
  92. book
  93. boomerang -- blue, red
  94. bottle (jar) -- empty, red, green, blue, fairy
  95. somaria (redcane)
  96. byrna (bluecane, bryan)
  97. cape
  98. fire (firerod)
  99. flippers
  100. flute (ocarina)
  101. gloves -- power, titan
  102. hammer
  103. hookshot
  104. ice (icerod)
  105. lantern (lamp)
  106. mail (tunic) -- blue, red
  107. mirror
  108. moonpearl (pearl)
  109. mushroom (shroom)
  110. net (bugnet)
  111. powder (magicpowder)
  112. shield -- small, big, mirror
  113. shovel
  114. sword -- 1, 2, 3, 4
  115. bombos
  116. ether
  117. quake
  118. agahnim (aganim, agahnim)
  119. ep -- iscrystal, ispendant, crystal, pendant
  120. dp -- iscrystal, ispendant, crystal, pendant
  121. toh --iscrystal, ispendant, crystal, pendant
  122. pod -- iscrystal, ispendant, crystal, pendant
  123. sp -- iscrystal, ispendant, crystal, pendant
  124. sw -- iscrystal, ispendant, crystal, pendant
  125. tt -- iscrystal, ispendant, crystal, pendant
  126. ip -- iscrystal, ispendant, crystal, pendant
  127. mm -- iscrystal, ispendant, crystal, pendant
  128. tr -- iscrystal, ispendant, crystal, pendant
Add Comment
Please, Sign In to add comment