Tachaerus

Boxdestroyer Feb 9 2019 (needs testing)

Feb 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. messages = { -- These dialogue IDs match "You were unable to enter a combination" for the associated zone IDs
  2. [100] = 8061,
  3. [101] = 7505,
  4. [102] = 7912,
  5. [103] = 8087,
  6. [104] = 8652,
  7. [105] = 7703,
  8. [106] = 8077,
  9. [107] = 7538,
  10. [108] = 7607,
  11. [109] = 8470,
  12. [110] = 7594,
  13. [111] = 8571,
  14. [112] = 8173,
  15. [113] = 7928,
  16. [114] = 7772,
  17. [115] = 7868,
  18. [116] = 7564,
  19. [117] = 7571,
  20. [118] = 8113,
  21. [119] = 8350,
  22. [120] = 7510,
  23. [121] = 8090,
  24. [122] = 7434,
  25. [123] = 7873,
  26. [124] = 7824,
  27. [125] = 7634,
  28. [126] = 8057,
  29. [127] = 7351,
  30. [128] = 7506,
  31. [130] = 7570,
  32. [153] = 11396,
  33. [158] = 7382,
  34. [159] = 8445,
  35. [160] = 7409,
  36. [166] = 10578,
  37. [167] = 10592,
  38. [169] = 7539,
  39. [172] = 7412,
  40. [173] = 10517,
  41. [174] = 11395,
  42. [176] = 7604,
  43. [177] = 11219,
  44. [178] = 11399,
  45. [190] = 8253,
  46. [191] = 8373,
  47. [192] = 7409,
  48. [193] = 8385,
  49. [194] = 8265,
  50. [195] = 7596,
  51. [196] = 8305,
  52. [197] = 7350,
  53. [198] = 8271,
  54. [200] = 7527,
  55. [204] = 7515,
  56. [205] = 11482,
  57. [208] = 8284,
  58. [212] = 10638,
  59. [213] = 10448,
  60. }
  61. offsets = {greater_less=1, failure=2, success=4, second_even_odd=5, first_even_odd=6, range=7, less=8, greater=9, equal=10, second_multiple=11, first_multiple=12, tool_failure=13}
Add Comment
Please, Sign In to add comment