Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Command list for https://www.twitch.tv/twitchchat07
  2.  
  3. Click:
  4. Use the grid layout to view coordinates, then use click command to click that location
  5. Example: click 300 250
  6.  
  7. Rclick:
  8. Same as "click", but it right-clicks
  9.  
  10. Hover:
  11. Hovers over a specific location on the screen (Use grid layout to see that)
  12. Example: hover 200 100
  13.  
  14. onclick:
  15. Clicks any object/npc/ground item. Might not always work as the object/npc/ground item boundingbox might be weird.
  16. Example (Left click): onclick false Oak tree
  17. Example (Right click): onclick true Oak tree
  18.  
  19. Inventory:
  20. Do anything with the inventory.
  21. Example: inventory wield bronze sword
  22.  
  23. Dialogue:
  24. Handle NPC dialogue and other dialogue
  25. Example 1 (Continue): dialogue continue
  26. Example 2 (Option): dialogue option (option number)
  27.  
  28. Bank:
  29. Handles bank actions
  30. Example 1 (Open bank): bank open
  31. Example 2 (Close bank): bank close
  32. Example 3 (Withdraw item): bank withdraw 16 mind runes
  33. Example 4 (Deposit items): bank deposit 16 mind runes
  34.  
  35. Walk:
  36. Walks a specific amount of tiles in a direction (20 is max, but won't always work since the tiles have to be loaded)
  37. N is North, W is West, E is East, S is South
  38. Example: walk n 15
  39.  
  40. Run:
  41. Toggles run
  42. Example: run
  43.  
  44. Take:
  45. Picks an item off the ground. A bit weird because we're ironmen
  46. Example: take mind runes
  47.  
  48. Tab:
  49. Opens a specific tab. Tab list can be found in stream description
  50. Example: Tab combat
  51.  
  52. Camera:
  53. Handles camera movement
  54. Example 1 (Rotate - L and R are your options. Left and Right): camera rotate l 50
  55. Example 2 (Tilt - U and D are your options. Up and Down): camera tilt d 10
  56. Example 3 (Reset): camera reset
  57. Example 4 (To): camera to NPC/OBJECT/GROUND_ITEM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement