Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. clhelp seafaringbasics
  2. Composed by: Andraste on or about the 23rd of Phaestian, 782 AF.
  3.  
  4. ===================================
  5.  
  6. - Demonstrate proficiency in basic sailing concepts and the 16-point
  7. Compass.
  8. - Demonstrate understanding of Command, Watch and Helm abilities.
  9. - Recording of basic triggers and aliases for ship captains.
  10.  
  11. **Triggers are to be set for visibility and efficiency.**
  12.  
  13. Pattern: The crew of your ship is now ready to execute another order.
  14. Script: #Highlight black on yellow
  15.  
  16. Pattern: The ship completes her turn and now faces
  17. Script: #Highlight black on white
  18.  
  19. Pattern: You feel yourself drawn through a dense mist towards your ship.
  20. Script: CONFIG MAPSHOW ON
  21. SHIPWARNING ON
  22.  
  23. Pattern: You stride up the lowered boarding plank.
  24. Script: CONFIG MAPSHOW ON
  25. SHIPWARNING ON
  26.  
  27. Pattern: You disembark the ship via the lowered gangplank.
  28. Script: CONFIG MAPSHOW WILDERNESS
  29.  
  30. Pattern: hurls grappling hooks tied to long ropes to your ship.
  31. You are being FORCE BOARDED!You are being FORCE BOARDED!
  32.  
  33. Script: #highlight magenta
  34. #ECHO you are being FORCE BOARDED!
  35.  
  36. Pattern: With a tremendous roar, a wave rolls from the bow of the ship
  37. to the ether towards yours, rising thin and tall to scythe across your
  38. ship's wind-woven shield, dissolving it into nothingness.
  39. Pattern: The magical shield around the ship fades away into nothingness.
  40. #ECHO SHIP SHIELD DOWN!
  41.  
  42. **Aliases are to be set for maneuverability and safety.**
  43.  
  44.  
  45. ------------------------------------------------------------------------
  46. Alias: ^anchord$ | Alias: ^anchoru$
  47. Script: ship lower anchor | Script: ship raise anchor
  48. |
  49. Alias: ^c (w+)$ | Alias: ^castoff$
  50. Script: ship turn $1 | Script: ship castoff
  51. |
  52. Alias: ^commd$ | Alias: ^commu$
  53. Script: ship commscreen lower | Script: ship commscreen raise
  54. |
  55. Alias: ^dock (w+)$ | Alias: ^dship$
  56. Script: ship dock $1 confirm | Script: ship disengage
  57. |
  58. Alias: ^evasive$ | Alias: ^full$
  59. Script: ship manoeuvre evasive | Script: ship sails full
  60. |
  61. Alias: ^going$ | Alias: ^hull$
  62. Script: ship manoeuvre steadygoing | Script: ship repair hull
  63. |
  64. Alias: ^isp$ | Alias: ^lowerl$
  65. Script: invoke sea spirit | Script: ship lower ladders
  66. |
  67. Alias: ^maps$ | Alias: ^mast$
  68. Script: ship map list | Script: climb mast
  69. |
  70. Alias: ^raisel$ | Alias: ^raisep$
  71. Script: ship raise ladders | Script: ship raise plank
  72. |
  73. Alias: ^rall$ | Alias: ^row$
  74. Script: ship repair all | Script: ship row
  75. |
  76. Alias: ^sail$ | Alias: ^sails (d+)$
  77. Script: ship repair sails | Script: ship sails set $1%
  78. |
  79. Alias: ^sb (.+)$ | Alias: ^sbarrier$
  80. Script: ship bearings $1 | Script: invoke barrier
  81. |
  82. Alias: ^scloak$ | Alias: ^scn$
  83. Script: invoke cloak | Script: shipscan normal
  84. |
  85. Alias: ^srain$ | Alias: ^sshield$
  86. Script: invoke rainstorm | Script: invoke shield
  87. |
  88. Alias: ^ssmart | Alias: ^sstop$
  89. Script: ship smartorders | Script: ship all stop
  90. |
  91. Alias: ^stopwarn$ | Alias: ^stopbarrier$
  92. Script: shipwarning off | Script: dissolve barrier
  93. |
  94. Alias: ^stopcloak $ | Alias: ^swarn$
  95. Script: dissolve cloak | Script: ^shipwarning on$
  96. |
  97. Alias: ^wavecall (w+) (d+)$
  98. Script: invoke wavecall $1 $2
  99.  
  100.  
  101. ------------------------------------------------------------------------
  102.  
  103.  
  104. **Optional Aliases.**
  105.  
  106. ------------------------------------------------------------------------
  107. Alias: mapon | Alias: mapoff
  108. Script: config mapshow on | Script: config mapshow off
  109.  
  110. ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement