Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. <IN BAG>
  2. rings with charges
  3. amulets with charges
  4. books
  5. weapons
  6. shields
  7. light sources
  8.  
  9. attackSkill * (attackValue * 0,05) + (attackValue * 0,5)
  10.  
  11. Speed = GoStreght*2+80
  12.  
  13. Actor (areaeffect) - selftarget
  14. Angle (format,range,areaeffect) - direction spell
  15. Victim (range, projectile, areaeffect) - singletarget
  16. Origin (area, areaeffect)
  17. Destination (range, projectile, area, areaeffect)
  18.  
  19. Strength (3, -50, 10, 40) - Reduz skills
  20. Drunken (?, ?, seconds?)
  21. Outfit ((outfit, color), seconds?)
  22. Speed (speed/2, variation/2, seconds?)
  23. Healing (basevalue, variation)
  24. Damage (type, basevalue, variation)
  25. Field (field)
  26. Summon (monster, max)
  27.  
  28. projectile (CONST_ANI_+1)
  29. 1 = spear
  30. 2 = bolt
  31. 3 = arrow
  32. 4 = fire
  33. 5 = energy
  34. 6 = poisonarrow
  35. 7 = burstarrow
  36. 8 = throwingstar
  37. 9 = throwingknife
  38. 10 = smallstone
  39. 11 = death
  40. 12 = largerock
  41. 13 = snowball
  42. 14 = powerbolt
  43. 15 = poison
  44.  
  45. format
  46. 0 = beam
  47. 30 = wave
  48.  
  49. outfit
  50. 0 = invisible
  51.  
  52. field
  53. 1 = fire
  54. 2 = poison
  55. 3 = energy
  56.  
  57. areaeffect (CONST_ME_+1)
  58. 1 = redspark
  59. 2 = bluebubble
  60. 3 = poff
  61. 4 = yellowspark
  62. 5 = explosionarea
  63. 6 = explosion
  64. 7 = firearea
  65. 8 = yellowbubble
  66. 9 = greenbubble
  67. 10 = blackspark
  68. 11 = teleport
  69. 12 = energy
  70. 13 = blueshimmer
  71. 14 = redshrimmer
  72. 15 = greenshrimmer
  73. 16 = fire
  74. 17 = greenspark
  75. 18 = mortarea
  76. 19 = greennote
  77. 20 = rednote
  78. 21 = poison
  79. 22 = yellownote
  80. 23 = purplenote
  81. 24 = bluenote
  82. 25 = whitenote
  83.  
  84. type (COMBAT_)
  85. 1 = physical
  86. 2 = poison
  87. 4 = fire
  88. 8 = energy
  89. 32 = poison over time
  90. 128 = energy over time
  91. 256 = life drain
  92. 512 = mana drain
  93.  
  94. area
  95. 0={2}
  96. 1={0,1,0}
  97. {1,2,1}
  98. {0,1,0}
  99. 2={1,1,1}
  100. {1,2,1}
  101. {1,1,1}
  102. 3={0,1,1,1,0}
  103. {1,1,1,1,1}
  104. {1,1,2,1,1}
  105. {1,1,1,1,1}
  106. {0,1,1,1,0}
  107.  
  108. chance
  109. 1 = 100
  110. 2 = 50
  111. 3 = 34
  112. 4 = 25
  113. 5 = 20
  114. 6 = 17
  115. 7 = 15
  116. 8 = 13
  117. 9 = 12
  118. 10 = 10
  119. 11 = 9
  120. 12 = 9
  121. 13 = 8
  122. 14 = 8
  123. 15 = 7
  124. 16 = 7
  125. 17 = 6
  126.  
  127. Warlock
  128.  
  129. Melee
  130. Heal
  131. Invisibility
  132. Mana Drain (fĂ­sico??)
  133. Physical (frozen star projectile)
  134. Paralize
  135. Summon Stone Golem
  136. Fire Field
  137. Firebomb
  138. 3x3 Fire Strike
  139. Energy Beam
  140.  
  141. Lightcolor ={
  142. COLOR_BLACK = 0
  143. COLOR_BLUE = 5
  144. COLOR_GREEN = 18
  145. COLOR_LIGHTGREEN = 66
  146. COLOR_DARKBROWN = 78
  147. COLOR_LIGHTBLUE = 89
  148. COLOR_MAYABLUE = 95
  149. COLOR_DARKRED = 108
  150. COLOR_DARKPURPLE = 112
  151. COLOR_BROWN = 120
  152. COLOR_GREY = 129
  153. COLOR_TEAL = 143
  154. COLOR_DARKPINK = 152
  155. COLOR_PURPLE = 154
  156. COLOR_DARKORANGE = 156
  157. COLOR_RED = 180
  158. COLOR_PINK = 190
  159. COLOR_ORANGE = 192
  160. COLOR_DARKYELLOW = 205
  161. COLOR_YELLOW = 210
  162. COLOR_WHITE = 215
  163. COLOR_NONE = 255}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement