Advertisement
Dasffion

MC_SETUP

Oct 13th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. #######################################################################
  2. #################### FORGING VARIABLES ##############################
  3. #######################################################################
  4. put #var MC_FORGING.STORAGE shoulder pack
  5. #DISCIPLINE OPTIONS blacksmith, weapon, armor
  6. put #var MC_FORGING.DISCIPLINE weapon
  7. #Material type adjactive i.e. bronze, steel
  8. put #var MC_FORGING.MATERIAL bronze
  9. #Order difficulty east, challenging, hard
  10. put #var MC_FORGING.DIFFICULTY challenging
  11. #DEED orders instead of bundling items on or off
  12. put #var MC_FORGING.DEED off
  13. #For only working orders 5 volumes or smaller, 0 for off, 1 for on
  14. put #var MC_SMALL.ORDERS 0
  15. #######################################################################
  16. ################### ENGINEERING VARIABLES ###########################
  17. #######################################################################
  18. put #var MC_ENGINEERING.STORAGE shoulder pack
  19. #DISCIPLINE OPTIONS carving, shaping, tinkering
  20. put #var MC_ENG.DISCIPLINE carving
  21. #Material type adjactive i.e. maple, basalt, deer-bone
  22. put #var MC_ENG.MATERIAL deer-bone
  23. #Material type noun i.e. lumber, stack(for bone), stone
  24. put #var MC_ENG.PREF stack
  25. #Order difficulty east, challenging, hard
  26. put #var MC_ENG.DIFFICULTY challenging
  27. #DEED orders instead of bundling items on or off
  28. put #var MC_ENG.DEED off
  29. #######################################################################
  30. ######################## OUTFITTING VARIABLES #######################
  31. #######################################################################
  32. put #var MC_OUTFITTING.STORAGE shoulder pack
  33. #DISCIPLINE OPTIONS tailor
  34. put #var MC_OUT.DISCIPLINE tailor
  35. #Material type adjactive i.e. wool, burlap, rat-pelt
  36. put #var MC_OUT.MATERIAL wool
  37. #Material type noun i.e. yarn, cloth, leather
  38. put #var MC_OUT.PREF cloth
  39. #Order difficulty east, challenging, hard
  40. put #var MC_OUT.DIFFICULTY challenging
  41. #DEED orders instead of bundling items on or off
  42. put #var MC_OUT.DEED off
  43. #######################################################################
  44. ########################## MISC VARIABLES ###########################
  45. #######################################################################
  46. #For repairing your tools, if MC_AUTO.REPAIR is off you will go to the repair shop, on or off
  47. put #var MC_REPAIR on
  48. #For repairing your own tools, on or off
  49. put #var MC_AUTO.REPAIR off
  50. #For getting more coin if you run out while purchasing, on or off
  51. put #var MC_GET.COIN on
  52. #For repurchasing mats, on or off
  53. put #var MC_REORDER on
  54. #Where small items will go
  55. put #var MC_REMNANT.STORAGE watersilk bag
  56. #For Marking your working on or off
  57. put #var MC.Mark off
  58. #Orders that you don't want to take, must be the noun of the items
  59. put #var blacklist none
  60. #If you want to work outside of the order hall set to 1 if not leave as 0, must set MC_PREFERRED.ROOM if set to 1
  61. #put #var MC_WORK.OUTSIDE 0
  62. #Set as the roomid of where you want to work on your orders
  63. #put #var MC_PREFERRED.ROOM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement