Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.14 KB | None | 0 0
  1. options:
  2.  
  3. ELOWIN: &6Tu as fais un kill, ton nouveau elo est de
  4. ELOLOSE: &4Tu t'es fais kill, ton nouveau elo est de
  5. ELORESET: &cTon elo a été reset
  6.  
  7.  
  8. on join:
  9. if {elo::%player%} is not set:
  10. set {elo::%player%} to 1000
  11. else:
  12. send ""
  13. send "&5ELO : &d%{elo::%player%}%"
  14. send ""
  15.  
  16.  
  17.  
  18.  
  19. command /setelo [<player>] [<integer>]:
  20. usage: &5/setelo <player> <number>
  21. trigger:
  22. if player is op:
  23. if arg 1 is set:
  24. set {elo::%arg 1%} to arg 2
  25. send "&5Tu as set les elo de &d%arg 1% &5to &d%arg 2%"
  26. else:
  27. send "&5/setelo <player> <number>"
  28. else:
  29. send "&cTu n'es pas op."
  30.  
  31. command /elo [<player>]:
  32. trigger:
  33. if arg 1 is set:
  34. send ""
  35. send "&5ELO : &d%{elo::%arg 1%}%"
  36. send ""
  37. else:
  38. send ""
  39. send "&5ELO : &d%{elo::%player%}%"
  40. send ""
  41. command /topelo:
  42. trigger:
  43. set {_1st.point} to 0
  44. set {_2nd.point} to 0
  45. set {_3rd.point} to 0
  46. set {_4th.point} to 0
  47. set {_5th.point} to 0
  48. set {_6th.point} to 0
  49. set {_7th.point} to 0
  50. set {_8th.point} to 0
  51. set {_9th.point} to 0
  52. set {_10th.point} to 0
  53. loop {elo::*}:
  54. if loop-value is more than {_1st.point}:
  55. set {_15th} to {_14th}
  56. set {_15th.point} to {_14th.point}
  57. set {_14th} to {_13th}
  58. set {_14th.point} to {_13th.point}
  59. set {_13th} to {_12th}
  60. set {_13th.point} to {_12th.point}
  61. set {_12th} to {_11th}
  62. set {_12th.point} to {_11th.point}
  63. set {_11th} to {_10th}
  64. set {_11th.point} to {_10th.point}
  65. set {_10th} to {_9th}
  66. set {_10th.point} to {_9th.point}
  67. set {_9th} to {_8th}
  68. set {_9th.point} to {_8th.point}
  69. set {_8th} to {_7th}
  70. set {_8th.point} to {_7th.point}
  71. set {_7th} to {_6th}
  72. set {_7th.point} to {_6th.point}
  73. set {_6th} to {_5th}
  74. set {_6th.point} to {_5th.point}
  75. set {_5th} to {_4th}
  76. set {_5th.point} to {_4th.point}
  77. set {_4th} to {_3rd}
  78. set {_4th.point} to {_3rd.point}
  79. set {_3rd} to {_2nd}
  80. set {_3rd.point} to {_2nd.point}
  81. set {_2nd} to {_1st}
  82. set {_2nd.point} to {_1st.point}
  83. set {_1st} to loop-index
  84. set {_1st.point} to loop-value
  85. else if loop-value is more than {_2nd.point}:
  86. set {_15th} to {_14th}
  87. set {_15th.point} to {_14th.point}
  88. set {_14th} to {_13th}
  89. set {_14th.point} to {_13th.point}
  90. set {_13th} to {_12th}
  91. set {_13th.point} to {_12th.point}
  92. set {_12th} to {_11th}
  93. set {_12th.point} to {_11th.point}
  94. set {_11th} to {_10th}
  95. set {_11th.point} to {_10th.point}
  96. set {_10th} to {_9th}
  97. set {_10th.point} to {_9th.point}
  98. set {_9th} to {_8th}
  99. set {_9th.point} to {_8th.point}
  100. set {_8th} to {_7th}
  101. set {_8th.point} to {_7th.point}
  102. set {_7th} to {_6th}
  103. set {_7th.point} to {_6th.point}
  104. set {_6th} to {_5th}
  105. set {_6th.point} to {_5th.point}
  106. set {_5th} to {_4th}
  107. set {_5th.point} to {_4th.point}
  108. set {_4th} to {_3rd}
  109. set {_4th.point} to {_3rd.point}
  110. set {_3rd} to {_2nd}
  111. set {_3rd.point} to {_2nd.point}
  112. set {_2nd} to loop-index
  113. set {_2nd.point} to loop-value
  114. else if loop-value is more than {_3rd.point}:
  115. set {_15th} to {_14th}
  116. set {_15th.point} to {_14th.point}
  117. set {_14th} to {_13th}
  118. set {_14th.point} to {_13th.point}
  119. set {_13th} to {_12th}
  120. set {_13th.point} to {_12th.point}
  121. set {_12th} to {_11th}
  122. set {_12th.point} to {_11th.point}
  123. set {_11th} to {_10th}
  124. set {_11th.point} to {_10th.point}
  125. set {_10th} to {_9th}
  126. set {_10th.point} to {_9th.point}
  127. set {_9th} to {_8th}
  128. set {_9th.point} to {_8th.point}
  129. set {_8th} to {_7th}
  130. set {_8th.point} to {_7th.point}
  131. set {_7th} to {_6th}
  132. set {_7th.point} to {_6th.point}
  133. set {_6th} to {_5th}
  134. set {_6th.point} to {_5th.point}
  135. set {_5th} to {_4th}
  136. set {_5th.point} to {_4th.point}
  137. set {_4th} to {_3rd}
  138. set {_4th.point} to {_3rd.point}
  139. set {_3rd} to loop-index
  140. set {_3rd.point} to loop-value
  141. else if loop-value is more than {_4th.point}:
  142. set {_15th} to {_14th}
  143. set {_15th.point} to {_14th.point}
  144. set {_14th} to {_13th}
  145. set {_14th.point} to {_13th.point}
  146. set {_13th} to {_12th}
  147. set {_13th.point} to {_12th.point}
  148. set {_12th} to {_11th}
  149. set {_12th.point} to {_11th.point}
  150. set {_11th} to {_10th}
  151. set {_11th.point} to {_10th.point}
  152. set {_10th} to {_9th}
  153. set {_10th.point} to {_9th.point}
  154. set {_9th} to {_8th}
  155. set {_9th.point} to {_8th.point}
  156. set {_8th} to {_7th}
  157. set {_8th.point} to {_7th.point}
  158. set {_7th} to {_6th}
  159. set {_7th.point} to {_6th.point}
  160. set {_6th} to {_5th}
  161. set {_6th.point} to {_5th.point}
  162. set {_5th} to {_4th}
  163. set {_5th.point} to {_4th.point}
  164. set {_4th} to loop-index
  165. set {_4th.point} to loop-value
  166. else if loop-value is more than {_5th.point}:
  167. set {_15th} to {_14th}
  168. set {_15th.point} to {_14th.point}
  169. set {_14th} to {_13th}
  170. set {_14th.point} to {_13th.point}
  171. set {_13th} to {_12th}
  172. set {_13th.point} to {_12th.point}
  173. set {_12th} to {_11th}
  174. set {_12th.point} to {_11th.point}
  175. set {_11th} to {_10th}
  176. set {_11th.point} to {_10th.point}
  177. set {_10th} to {_9th}
  178. set {_10th.point} to {_9th.point}
  179. set {_9th} to {_8th}
  180. set {_9th.point} to {_8th.point}
  181. set {_8th} to {_7th}
  182. set {_8th.point} to {_7th.point}
  183. set {_7th} to {_6th}
  184. set {_7th.point} to {_6th.point}
  185. set {_6th} to {_5th}
  186. set {_6th.point} to {_5th.point}
  187. set {_5th} to loop-index
  188. set {_5th.point} to loop-value
  189. else if loop-value is more than {_6th.point}:
  190. set {_15th} to {_14th}
  191. set {_15th.point} to {_14th.point}
  192. set {_14th} to {_13th}
  193. set {_14th.point} to {_13th.point}
  194. set {_13th} to {_12th}
  195. set {_13th.point} to {_12th.point}
  196. set {_12th} to {_11th}
  197. set {_12th.point} to {_11th.point}
  198. set {_11th} to {_10th}
  199. set {_11th.point} to {_10th.point}
  200. set {_10th} to {_9th}
  201. set {_10th.point} to {_9th.point}
  202. set {_9th} to {_8th}
  203. set {_9th.point} to {_8th.point}
  204. set {_8th} to {_7th}
  205. set {_8th.point} to {_7th.point}
  206. set {_7th} to {_6th}
  207. set {_7th.point} to {_6th.point}
  208. set {_6th} to loop-index
  209. set {_6th.point} to loop-value
  210. else if loop-value is more than {_7th.point}:
  211. set {_15th} to {_14th}
  212. set {_15th.point} to {_14th.point}
  213. set {_14th} to {_13th}
  214. set {_14th.point} to {_13th.point}
  215. set {_13th} to {_12th}
  216. set {_13th.point} to {_12th.point}
  217. set {_12th} to {_11th}
  218. set {_12th.point} to {_11th.point}
  219. set {_11th} to {_10th}
  220. set {_11th.point} to {_10th.point}
  221. set {_10th} to {_9th}
  222. set {_10th.point} to {_9th.point}
  223. set {_9th} to {_8th}
  224. set {_9th.point} to {_8th.point}
  225. set {_8th} to {_7th}
  226. set {_8th.point} to {_7th.point}
  227. set {_7th} to loop-index
  228. set {_7th.point} to loop-value
  229. else if loop-value is more than {_8th.point}:
  230. set {_15th} to {_14th}
  231. set {_15th.point} to {_14th.point}
  232. set {_14th} to {_13th}
  233. set {_14th.point} to {_13th.point}
  234. set {_13th} to {_12th}
  235. set {_13th.point} to {_12th.point}
  236. set {_12th} to {_11th}
  237. set {_12th.point} to {_11th.point}
  238. set {_11th} to {_10th}
  239. set {_11th.point} to {_10th.point}
  240. set {_10th} to {_9th}
  241. set {_10th.point} to {_9th.point}
  242. set {_9th} to {_8th}
  243. set {_9th.point} to {_8th.point}
  244. set {_8th} to loop-index
  245. set {_8th.point} to loop-value
  246. else if loop-value is more than {_9th.point}:
  247. set {_15th} to {_14th}
  248. set {_15th.point} to {_14th.point}
  249. set {_14th} to {_13th}
  250. set {_14th.point} to {_13th.point}
  251. set {_13th} to {_12th}
  252. set {_13th.point} to {_12th.point}
  253. set {_12th} to {_11th}
  254. set {_12th.point} to {_11th.point}
  255. set {_11th} to {_10th}
  256. set {_11th.point} to {_10th.point}
  257. set {_10th} to {_9th}
  258. set {_10th.point} to {_9th.point}
  259. set {_9th} to loop-index
  260. set {_9th.point} to loop-value
  261. else if loop-value is more than {_10th.point}:
  262. set {_15th} to {_14th}
  263. set {_15th.point} to {_14th.point}
  264. set {_14th} to {_13th}
  265. set {_14th.point} to {_13th.point}
  266. set {_13th} to {_12th}
  267. set {_13th.point} to {_12th.point}
  268. set {_12th} to {_11th}
  269. set {_12th.point} to {_11th.point}
  270. set {_11th} to {_10th}
  271. set {_11th.point} to {_10th.point}
  272. set {_10th} to {_9th}
  273. set {_10th.point} to {_9th.point}
  274. else if loop-value is more than {_11th.point}:
  275. set {_15th} to {_14th}
  276. set {_15th.point} to {_14th.point}
  277. set {_14th} to {_13th}
  278. set {_14th.point} to {_13th.point}
  279. set {_13th} to {_12th}
  280. set {_13th.point} to {_12th.point}
  281. set {_12th} to {_11th}
  282. set {_12th.point} to {_11th.point}
  283. set {_11th} to {_10th}
  284. set {_11th.point} to {_10th.point}
  285. else if loop-value is more than {_12th.point}:
  286. set {_15th} to {_14th}
  287. set {_15th.point} to {_14th.point}
  288. set {_14th} to {_13th}
  289. set {_14th.point} to {_13th.point}
  290. set {_13th} to {_12th}
  291. set {_13th.point} to {_12th.point}
  292. set {_12th} to {_11th}
  293. set {_12th.point} to {_11th.point}
  294. else if loop-value is more than {_13th.point}:
  295. set {_15th} to {_14th}
  296. set {_15th.point} to {_14th.point}
  297. set {_14th} to {_13th}
  298. set {_14th.point} to {_13th.point}
  299. set {_13th} to {_12th}
  300. set {_13th.point} to {_12th.point}
  301. else if loop-value is more than {_14th.point}:
  302. set {_15th} to {_14th}
  303. set {_15th.point} to {_14th.point}
  304. set {_14th} to {_13th}
  305. set {_14th.point} to {_13th.point}
  306. else if loop-value is more than {_15th.point}:
  307. set {_15th} to {_14th}
  308. set {_15th.point} to {_14th.point}
  309. send "&9&m&l======= &f&e&lTop Elo &9&m&l======="
  310. send "&e1st : &7%{_1st}% - &c%{_1st.point}% &7elo"
  311. send "&72nd : &7%{_2nd}% - &c%{_2nd.point}% &7elo"
  312. send "&63rd : &7%{_3rd}% - &c%{_3rd.point}% &7elo"
  313. send "&r4th : &7%{_4th}% - &c%{_4th.point}% &7elo"
  314. send "&r5th : &7%{_5th}% - &c%{_5th.point}% &7elo"
  315. send "&r6th : &7%{_6th}% - &c%{_6th.point}% &7elo"
  316. send "&r7th : &7%{_7th}% - &c%{_7th.point}% &7elo"
  317. send "&r8th : &7%{_8th}% - &c%{_8th.point}% &7elo"
  318. send "&r9th : &7%{_9th}% - &c%{_9th.point}% &7elo"
  319. send "&r10th : &7%{_10th}% - &c%{_10th.point}% &7elo"
  320. send "&r11th : &7%{_11th}% - &c%{_11th.point}% &7elo"
  321. send "&r12th : &7%{_12th}% - &c%{_12th.point}% &7elo"
  322. send "&r13th : &7%{_13th}% - &c%{_13th.point}% &7elo"
  323. send "&r14th : &7%{_14th}% - &c%{_14th.point}% &7elo"
  324. send "&r15th : &7%{_15th}% - &c%{_15th.point}% &7elo"
  325. send "&9&m&l======= &f&e&lTop Elo &9&m&l======="
  326.  
  327.  
  328. command /resetelo <player>:
  329. executable by: console
  330. trigger:
  331.  
  332. if arg 1 is set:
  333. set {elo::%arg 1%} to 1300
  334. send "{@ELORESET}" to arg 1
  335. else:
  336. send "&5/resetelo <player> !"
  337.  
  338.  
  339. on death:
  340. attacker is a player
  341. victim is a player
  342. if {elo::%attacker%} < {elo::%victim%}:
  343. set {_elobetwin} to {elo::%victim%}-{elo::%attacker%}
  344. if {_elobetwin} is between 0 and 24:
  345. add 16 to {elo::%attacker%}
  346. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+16)" to attacker
  347. remove 16 from {elo::%victim%}
  348. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-16)" to victim
  349. if {_elobetwin} is between 25 and 49:
  350. add 17 to {elo::%attacker%}
  351. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+17)" to attacker
  352. remove 17 from {elo::%victim%}
  353. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-17)" to victim
  354. if {_elobetwin} is between 50 and 74:
  355. add 18 to {elo::%attacker%}
  356. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+18)" to attacker
  357. remove 18 from {elo::%victim%}
  358. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-18)" to victim
  359. if {_elobetwin} is between 75 and 99:
  360. add 19 to {elo::%attacker%}
  361. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+19)" to attacker
  362. remove 19 from {elo::%victim%}
  363. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-19)" to victim
  364. if {_elobetwin} is between 100 and 124:
  365. add 20 to {elo::%attacker%}
  366. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+20)" to attacker
  367. remove 20 from {elo::%victim%}
  368. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-20)" to victim
  369. if {_elobetwin} is between 125 and 149:
  370. add 21 to {elo::%attacker%}
  371. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+21)" to attacker
  372. remove 11 from {elo::%victim%}
  373. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-21)" to victim
  374. if {_elobetwin} is between 150 and 174:
  375. add 21 to {elo::%attacker%}
  376. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+22)" to attacker
  377. remove 10 from {elo::%victim%}
  378. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-22)" to victim
  379. if {_elobetwin} is between 175 and 199:
  380. add 23 to {elo::%attacker%}
  381. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+23)" to attacker
  382. remove 9 from {elo::%victim%}
  383. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-23)" to victim
  384. if {_elobetwin} is between 200 and 224:
  385. add 23 to {elo::%attacker%}
  386. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+24)" to attacker
  387. remove 8 from {elo::%victim%}
  388. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-24)" to victim
  389. if {_elobetwin} is between 225 and 249:
  390. add 25 to {elo::%attacker%}
  391. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+25)" to attacker
  392. remove 25 from {elo::%victim%}
  393. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-25)" to victim
  394. if {_elobetwin} is between 250 and 274:
  395. add 26 to {elo::%attacker%}
  396. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+26)" to attacker
  397. remove 26 from {elo::%victim%}
  398. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-26)" to victim
  399. if {_elobetwin} is between 275 and 299:
  400. add 27 to {elo::%attacker%}
  401. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+27)" to attacker
  402. remove 27 from {elo::%victim%}
  403. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-27)" to victim
  404. if {_elobetwin} is between 300 and 324:
  405. add 28 to {elo::%attacker%}
  406. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+28)" to attacker
  407. remove 28 from {elo::%victim%}
  408. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-28)" to victim
  409. if {_elobetwin} is between 325 and 349:
  410. add 29 to {elo::%attacker%}
  411. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+29)" to attacker
  412. remove 29 from {elo::%victim%}
  413. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-29)" to victim
  414. if {_elobetwin} is between 350 and 374:
  415. add 30 to {elo::%attacker%}
  416. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+30)" to attacker
  417. remove 30 from {elo::%victim%}
  418. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-30)" to victim
  419. if {_elobetwin} > 375:
  420. add 31 to {elo::%attacker%}
  421. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+31)" to attacker
  422. remove 31 from {elo::%victim%}
  423. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-31)" to victim
  424. else:
  425. set {_elobetwin} to {elo::%attacker%}-{elo::%victim%}
  426. if {_elobetwin} is between 0 and 24:
  427. add 16 to {elo::%attacker%}
  428. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+16)" to attacker
  429. remove 16 from {elo::%victim%}
  430. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-16)" to victim
  431. if {_elobetwin} is between 25 and 49:
  432. add 15 to {elo::%attacker%}
  433. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+15)" to attacker
  434. remove 15 from {elo::%victim%}
  435. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-15)" to victim
  436. if {_elobetwin} is between 50 and 74:
  437. add 14 to {elo::%attacker%}
  438. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+14)" to attacker
  439. remove 14 from {elo::%victim%}
  440. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-14)" to victim
  441. if {_elobetwin} is between 75 and 99:
  442. add 13 to {elo::%attacker%}
  443. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+13)" to attacker
  444. remove 13 from {elo::%victim%}
  445. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-13)" to victim
  446. if {_elobetwin} is between 100 and 124:
  447. add 12 to {elo::%attacker%}
  448. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+12)" to attacker
  449. remove 12 from {elo::%victim%}
  450. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-12)" to victim
  451. if {_elobetwin} is between 125 and 149:
  452. add 11 to {elo::%attacker%}
  453. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+11)" to attacker
  454. remove 11 from {elo::%victim%}
  455. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-11)" to victim
  456. if {_elobetwin} is between 150 and 174:
  457. add 10 to {elo::%attacker%}
  458. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+10)" to attacker
  459. remove 10 from {elo::%victim%}
  460. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-10)" to victim
  461. if {_elobetwin} is between 175 and 199:
  462. add 9 to {elo::%attacker%}
  463. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+9)" to attacker
  464. remove 9 from {elo::%victim%}
  465. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-9)" to victim
  466. if {_elobetwin} is between 200 and 224:
  467. add 8 to {elo::%attacker%}
  468. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+8)" to attacker
  469. remove 8 from {elo::%victim%}
  470. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-8)" to victim
  471. if {_elobetwin} is between 225 and 249:
  472. add 7 to {elo::%attacker%}
  473. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+7)" to attacker
  474. remove 7 from {elo::%victim%}
  475. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-7)" to victim
  476. if {_elobetwin} is between 250 and 274:
  477. add 6 to {elo::%attacker%}
  478. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+6)" to attacker
  479. remove 6 from {elo::%victim%}
  480. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-6)" to victim
  481. if {_elobetwin} is between 275 and 299:
  482. add 5 to {elo::%attacker%}
  483. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+5)" to attacker
  484. remove 5 from {elo::%victim%}
  485. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-5)" to victim
  486. if {_elobetwin} is between 300 and 324:
  487. add 4 to {elo::%attacker%}
  488. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+4)" to attacker
  489. remove 4 from {elo::%victim%}
  490. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-4)" to victim
  491. if {_elobetwin} is between 325 and 349:
  492. add 3 to {elo::%attacker%}
  493. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+3)" to attacker
  494. remove 3 from {elo::%victim%}
  495. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-3)" to victim
  496. if {_elobetwin} is between 350 and 374:
  497. add 2 to {elo::%attacker%}
  498. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+2)" to attacker
  499. remove 2 from {elo::%victim%}
  500. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-2)" to victim
  501. if {_elobetwin} > 375:
  502. add 1 to {elo::%attacker%}
  503. send "{@ELOWIN} &d%{elo::%attacker%}% &6(+1)" to attacker
  504. remove 1 from {elo::%victim%}
  505. send "{@ELOLOSE} &d%{elo::%victim%}% &4(-1)" to victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement