Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. --- Lich: validate active.
  2. Checking 77 different potential errors
  3. [validate: WARNING:< You have no weapons configured in weapon_training: this will likely cause problems. >]
  4. [validate: WARNING:< a 'standard' gear_set: entry is required for combat-trainer to function. >]
  5. [validate: ERROR:< Dance skill 'Small Edged' must be in weapon_training >]
  6. WARNINGS:2 ERRORS:1
  7. All done!
  8. --- Lich: validate has exited.
  9.  
  10.  
  11.  
  12.  
  13.  
  14. hometown: Ratha
  15.  
  16. # Hunting settings
  17. training_manager_hunting_priority: true
  18. training_manager_priority_skills:
  19. - Brawling
  20. - Thanatology
  21. - Small Edged
  22. - Crossbow
  23. - Heavy Thrown
  24. - Light Armor
  25. - Chain Armor
  26. - Bow
  27.  
  28. hunting_info:
  29. - :zone: silver_leucros_ratha
  30. stop_on:
  31. - Brawling
  32. - Heavy Thrown
  33. - Small Edged
  34. - Crossbow
  35. - Bow
  36. - Light Armor
  37. - Chain Armor
  38.  
  39. # Gear settings
  40. gear:
  41. - :adjective: rugged
  42. :name: leathers
  43. :is_leather: true
  44. :hinders_lockpicking: false
  45. :is_worn: true
  46.  
  47. - :adjective: chain
  48. :name: balac
  49. :is_leather: false
  50. :hinders_lockpicking: true
  51. :is_worn: true
  52.  
  53. - :adjective: reinforced
  54. :name: gloves
  55. :is_leather: true
  56. :hinders_lockpicking: true
  57. :is_worn: true
  58.  
  59. - :adjective: target
  60. :name: shield
  61. :is_leather: false
  62. :hinders_lockpicking: true
  63. :is_worn: true
  64.  
  65. - :adjective: parry
  66. :name: stick
  67. :is_leather: false
  68. :hinders_lockpicking: false
  69. :is_worn: true
  70.  
  71. - :adjective: steel
  72. :name: knuckles
  73. :is_leather: false
  74. :hinders_lockpicking: true
  75. :is_worn: true
  76.  
  77. - :adjective: steel
  78. :name: spikes
  79. :is_leather: false
  80. :hinders_lockpicking: false
  81. :is_worn: true
  82.  
  83. - :adjective: throwing
  84. :name: hammer
  85. :is_leather: false
  86. :hinders_lockpicking: false
  87. :is_worn: false
  88.  
  89. - :adjective: thrusting
  90. :name: blade
  91. :is_leather: false
  92. :hinders_lockpicking: false
  93. :is_worn: false
  94.  
  95. - :adjective: light
  96. :name: crossbow
  97. :is_leather: false
  98. :hinders_lockpicking: false
  99. :is_worn: false
  100.  
  101. - :adjective: silverwood
  102. :name: longbow
  103. :is_leather: false
  104. :hinders_lockpicking: false
  105. :is_worn: true
  106.  
  107. gear_sets:
  108. standard:
  109. - rugged leathers
  110. - chain balaclava
  111. - reinforced gloves
  112. - target shield
  113. - parry stick
  114. - brass knuckles
  115. - elbow spikes
  116. - crossbow
  117. - silverwood longbow
  118.  
  119. # Combat settings
  120. buff_spells:
  121. Obfuscation:
  122. abbrev: obfus
  123. recast: 2
  124. use_auto_mana: true
  125. Gauge Flow:
  126. abbrev: gaf
  127. recast: 2
  128. use_auto_mana: true
  129. Butchers Eye:
  130. abbrev: bue
  131. recast: 2
  132. use_auto_mana: true
  133. Lay Ward:
  134. abbrev: lw
  135. recast: 2
  136. use_auto_mana: true
  137.  
  138.  
  139. offensive_spells:
  140. - skill: Targeted Magic
  141. name: Acid Splash
  142. abbrev: acs
  143. cast_only_to_train: true
  144. mana: 5
  145. - skill: Debilitation
  146. name: Petrifying Visions
  147. abbrev: pv
  148. cast_only_to_train: true
  149. use_auto_mana: true
  150.  
  151. training_abilities:
  152. Stealth: 30
  153. Tactics: 60
  154. Hunt: 80
  155. Perc: 120
  156.  
  157. weapon_training:
  158. Small Edged: blade
  159. Brawling: ''
  160. Crossbow: light crossbow
  161. Heavy Thrown: throwing hammer
  162. Bow: silverwood longbow
  163.  
  164. priority_weapons:
  165. - Small Edged
  166. - Bow
  167. - Crossbow
  168. dance_skill: Small Edged
  169. skinning:
  170. skin: true
  171. arrange_all: false
  172. arrange_count: 0
  173. tie_bundle: true
  174. thanatology:
  175. ritual_type: cycle
  176. heal: false
  177. restock:
  178. bolt:
  179. quantity: 50
  180.  
  181. # Non-combat settings
  182. training_spells:
  183. Augmentation:
  184. abbrev: Obfuscation
  185. Warding:
  186. abbrev: lw
  187. Utility:
  188. abbrev: gaf
  189. crossing_training:
  190. - Augmentation
  191. - Utility
  192. - Warding
  193. - Attunement
  194. - Perception
  195. - Outdoorsmanship
  196. - Athletics
  197. - Scholarship
  198. - Appraisal
  199. safe_room: 7209
  200. cambrinth: cambrinth armband
  201. cambrinth_cap: 10
  202. favor_goal: 10
  203. favor_god: Meraud
  204. avoid_athletics_in_justice: true
  205. appraisal_training:
  206. - gear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement