Facebook
From Gentle Human, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 532
  1. initevents
  2. start:
  3. set %lol1 0
  4. set %lol2 0
  5. set %czar 0
  6. set %licz 0
  7. if #hits < 25
  8. goto lecz
  9. if #mana < 40
  10. goto medyt
  11. if #str < 45
  12. goto bles
  13. jedz:
  14. finditem hnd_yrd_uwi_qqd_nrd_fwi
  15. set #lobjectid #findid
  16. event macro 17
  17. wait 20
  18. czar:
  19. event macro 15 50
  20. wait 110
  21. event macro 23
  22. event macro 23
  23. event macro 23
  24. if Czar_sie_nie_udal #sysmsg
  25. {
  26.    if %lol1 = 1
  27.   set %lol2 1
  28.    set %lol1 1
  29. }
  30. if %czar = 0
  31. {
  32.    set %czar 1
  33.    goto start
  34. }
  35. wait 50
  36. goto start
  37. bles:
  38. if #mana < 15
  39. goto medyt
  40. event macro 15 16
  41. wait 90
  42. event macro 23
  43. event macro 23
  44. event macro 23
  45. if Czar_sie_nie_udal #sysmsg
  46. {
  47.    if %lol1 = 1
  48.   set %lol2 1
  49.    set %lol1 1
  50. }
  51. if %czar = 0
  52. {
  53.    set %czar 1
  54.    goto start
  55. }
  56. wait 50
  57. goto start
  58. medyt:
  59. set %licz 0
  60. event macro 13 46
  61. medyt2:
  62. set %licz %licz + 1
  63. if Rozpoczynasz_medytacje in #sysmsg
  64. wait 10
  65. goto koncz
  66. if %licz < 6
  67. goto medyt
  68. goto medyt2
  69. koncz:
  70. if Konczysz_medytacje in #sysmsg
  71. {
  72.    if %lol1 = 1
  73.   wait 10
  74.    if %lol2 = 1
  75.   wait 10
  76.    wait 5
  77.    goto start
  78. }
  79. if Nie_mozesz_sie_skoncentrowac in #sysmsg
  80. {
  81.    wait 120
  82.    goto medyt
  83. }
  84. if Straciles_koncentracje in #sysmsg
  85. {
  86.    wait 20
  87.    goto medyt
  88. }
  89. goto koncz
  90. lecz:
  91. if #mana < 15
  92. goto medyt
  93. event macro 15 28
  94. wait 90
  95. event macro 23
  96. event macro 23
  97. event macro 23
  98. if Wyleczyles in #sysmsg
  99. if #hits < 20
  100. goto lecz
  101. if Czar_sie_nie_udal #sysmsg
  102. {
  103.    if %lol1 = 1
  104.   set %lol2 1
  105.    set %lol1 1
  106. }
  107. if %czar = 0
  108. {
  109.    set %czar 1
  110.    goto start
  111. }
  112. wait 50
  113. goto start