Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. setting = {
  2.  
  3. affelixbalance = 0,
  4. arenamode = 0,
  5. balance = 1,
  6. checkaeon = 0,
  7. checkaffelix = 0,
  8. checkbalance = 0,
  9. checkhealth = 0,
  10. checkherb = 0,
  11. checkfocus = 0,
  12. checkmisc = 0,
  13. checksalve = 0,
  14. checksmoke = 0,
  15. currenthealth = 0,
  16. currentmana = 0,
  17. deffing = 0,
  18. defupbash = 0,
  19. defupcombat = 0,
  20. elixirbalance = 1,
  21. equilibrium = 1,
  22. focusbalance = 1,
  23. healingaeon = 0,
  24. healingelixir = 0,
  25. healingfocus = 0,
  26. healingherb = 0,
  27. healingmoss = 0,
  28. healingsalve = 0,
  29. healingsmoke = 0,
  30. healthdifference = 0,
  31. herbbalance = 1,
  32. impalewrithing = 0,
  33. keepup = 0,
  34. maxhealth = 1,
  35. maxmana = 1,
  36. manadifference = 0,
  37. modeantiillusion,
  38. modemanasave,
  39. modemonk,
  40. modefashioner,
  41. modeinfernal,
  42. modeknight,
  43. modesentinel,
  44. modeserpent,
  45. mossbalance = 1,
  46. mosshealth = 0.9 * setting.maxhealth,
  47. mossmana = 0.9 * setting.maxmana,
  48. paused = 0,
  49. pipefilling = 0,
  50. priority = "health",
  51. restored = 0,
  52. salvebalance = 1,
  53. siphealth = 0.95 * setting.maxhealth,
  54. sipmana = 0.95 * setting.maxmana,
  55. shielding = 0,
  56. usingclot = 0,
  57. usingdiagnose = 0,
  58. usingfitness = 0,
  59. usingfocus = 0,
  60. usinginsomnia = 0,
  61. usingmoss = 0,
  62. usingtree = 0,
  63. waking = 0,
  64. writhing = 0,
  65.  
  66.  
  67. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement