viewing paste Unknown #10544 | Athena

Posted on the
  1. prontera,156,176,5	script	Supervivencia	2193,{
  2.  
  3. inicio:
  4. mes "[^CC0000Supervivencia^000000]";
  5. mes "Hola muchacho, pareces un aventurero con bastante experiencia.";
  6. next;
  7. mes "[^CC0000Supervivencia^000000]";
  8. mes "¿Te gustaría ponerte a prueba en uno de mis test?";
  9. next;
  10. menu "Por Supuesto",si,"Mejor No",cancelar;
  11.  
  12. si:
  13. mes "[^CC0000Supervivencia^000000]";
  14. mes "¿Que tipo de test te gustaría hacer?";
  15. next;
  16. menu "Supervivencia Normal",supnor,"Supervivencia MVP",supmvp,"Ver Ranking",ranking;
  17.  
  18. supnor:
  19. mes "[^CC0000Supervivencia^000000]";
  20. mes "Puedo hacer test individuales o por grupo.";
  21. next;
  22. menu "Test Individual",sup1ind,"Test Party",sup1par,"Test Guild",sup1gui,"Cancelar",cancelar;
  23. close;
  24.  
  25. supmvp:
  26. menu "Test Individual",sup2ind,"Test Party",sup2par,"Test Guild",sup2gui,"Cancelar",cancelar;
  27. close;
  28.  
  29. ranking:
  30. mes "[^CC0000Supervivencia^000000]";
  31. mes "Aquí tengo apuntado el ranking de los hombres y mujeres mas resistentes de este mes.";
  32. next;
  33. mes "[^CC0000Ranking Supervivencia Normal^000000]";
  34. mes " ";
  35. mes "^0000CCSupervivencia Individual:^000000";
  36. mes "- "+$SPRankN01$+" ["+$SPRank01+"]";
  37. mes " ";
  38. mes "^0000CCSupervivencia Party:^000000";
  39. mes "- "+$SPRankN02$+" ["+$SPRank02+"]";
  40. mes " ";
  41. mes "^0000CCSupervivencia Guild:^000000";
  42. mes "- "+$SPRankN03$+" ["+$SPRank03+"]";
  43. next;
  44. mes "[^CC0000Ranking Supervivencia MVP^000000]";
  45. mes " ";
  46. mes "^0000CCSupervivencia Individual:^000000";
  47. mes "- "+$SPRankN04$+" ["+$SPRank04+"]";
  48. mes " ";
  49. mes "^0000CCSupervivencia Party:^000000";
  50. mes "- "+$SPRankN05$+" ["+$SPRank05+"]";
  51. mes " ";
  52. mes "^0000CCSupervivencia Guild:^000000";
  53. mes "- "+$SPRankN06$+" ["+$SPRank06+"]";
  54. close;
  55.  
  56. sup1ind:
  57. if (getmapusers("pvp_n_5-5.gat") >= 1) goto ocupado;
  58. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath001";
  59. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath002";
  60. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath003";
  61. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath004";
  62. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath005";
  63. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath006";
  64. set $@SuperPoint01,0;
  65. 	specialeffect2 125;
  66. 	specialeffect2 487;
  67. 	specialeffect2 458;
  68. 	specialeffect2 454;
  69. 	sleep2 500;
  70. 	specialeffect2 172;
  71. 	specialeffect2 589;
  72. 	specialeffect2 314;
  73. 	specialeffect2 445;
  74. 	sleep2 500;
  75. 	specialeffect2 587;
  76. 	sleep2 1000;
  77. warp "pvp_n_5-5.gat",99,119;
  78. 	specialeffect2 446; 
  79. 	sleep2 800;
  80. 	specialeffect2 378; //Vuelve alma
  81. sleep2 3000;
  82. mapannounce "pvp_n_5-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow;
  83. sleep2 30000;
  84. mapannounce "pvp_n_5-5","Supervivencia: Comenzando supervivencia.",bc_yellow;
  85. sleep2 5000;
  86. areamonster "pvp_n_5-5",82,117,117,82,"Zombie",1015,15,"Supervivencia::OnThisMobDeath001";
  87. end;
  88.  
  89.  
  90. sup2ind:
  91. if (getmapusers("pvp_n_5-5.gat") >= 1) goto ocupado;
  92. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath001";
  93. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath002";
  94. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath003";
  95. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath004";
  96. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath005";
  97. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath006";
  98. set $@SuperPoint04,0;
  99. 	specialeffect2 125;
  100. 	specialeffect2 487;
  101. 	specialeffect2 458;
  102. 	specialeffect2 454;
  103. 	sleep2 500;
  104. 	specialeffect2 172;
  105. 	specialeffect2 589;
  106. 	specialeffect2 314;
  107. 	specialeffect2 445;
  108. 	sleep2 500;
  109. 	specialeffect2 587;
  110. 	sleep2 1000;
  111. warp "pvp_n_5-5.gat",99,119;
  112. 	specialeffect2 446; 
  113. 	sleep2 800;
  114. 	specialeffect2 378; //Vuelve alma	
  115. sleep2 3000;
  116. mapannounce "pvp_n_5-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow;
  117. sleep2 30000;
  118. mapannounce "pvp_n_5-5","Supervivencia: Comenzando supervivencia.",bc_yellow;
  119. sleep2 5000;
  120. areamonster "pvp_n_5-5",82,117,117,82,"Rompe para Empezar",2014,1,"Supervivencia::OnThisMobDeath004";
  121. set $@SuperPoint04,$@SuperPoint04-1;
  122. end;
  123.  
  124. sup1par:
  125. set .@count, $@partymembercount;
  126. set .@register_num, .@count; // How many party members are required?
  127. 	getpartymember getcharid(1), 1;
  128. 	getpartymember getcharid(1), 2;
  129. 	if ( $@partymembercount != .@register_num ) {
  130. 		mes "Please form a party of "+ .@register_num +" to continue";
  131. 		close;
  132. 	}
  133. 	for ( set .@i, 0; .@i < $@partymembercount; set .@i, .@i +1 )
  134. 		if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) )
  135. 			set .@count_online, .@count_online +1 ;
  136.  
  137. 	if ( .@count_online != .@register_num ) {
  138. 		mes "All your party members must be online to continue";
  139. 		close;
  140. 	}
  141. 	copyarray .@partymembercid, $@partymembercid, .@register_num;
  142. 	mes "Are you ready ?";
  143. 	next; // careful here
  144. 	select "Yes";
  145. 	getpartymember getcharid(1), 1;
  146. 	if ( $@partymembercount != .@register_num ) {
  147. 		mes "You've made changes to your party !";
  148. 		close;
  149. 	}
  150. 	for ( set .@i, 0; .@i < $@partymembercount; set .@i, .@i +1 ) {
  151. 		if ( .@partymembercid[.@i] != $@partymembercid[.@i] ) {
  152. 			mes "You've made changes to your party !";
  153. 			close;
  154. 		}
  155. 	}
  156. 	goto continuaparty;
  157.  
  158. continuaparty:
  159. if (getmapusers("pvp_n_5-5.gat") >= 1) goto ocupado;
  160. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath001";
  161. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath002";
  162. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath003";
  163. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath004";
  164. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath005";
  165. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath006";
  166. set $@SuperPoint02,0;
  167. 	specialeffect2 125;
  168. 	specialeffect2 487;
  169. 	specialeffect2 458;
  170. 	specialeffect2 454;
  171. 	sleep2 500;
  172. 	specialeffect2 172;
  173. 	specialeffect2 589;
  174. 	specialeffect2 314;
  175. 	specialeffect2 445;
  176. 	sleep2 500;
  177. 	specialeffect2 587;
  178. 	sleep2 1000;
  179. 	warpparty "pvp_n_5-5", 99,119, getcharid(1);
  180. 	specialeffect2 446; 
  181. 	sleep2 800;
  182. 	specialeffect2 378; //Vuelve alma
  183. sleep2 3000;
  184. atcommand "@partyrecall "+strcharinfo(1)+"";
  185. sleep2 5000;
  186. mapannounce "pvp_n_5-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow;
  187. sleep2 30000;
  188. mapannounce "pvp_n_5-5","Supervivencia: Comenzando supervivencia.",bc_yellow;
  189. sleep2 5000;
  190. areamonster "pvp_n_5-5",82,117,117,82,"Zombie",1015,15,"Supervivencia::OnThisMobDeath002";
  191. end;
  192.  
  193. sup2par:
  194. set .@count, $@partymembercount;
  195. set .@register_num, .@count; // How many party members are required?
  196. 	getpartymember getcharid(1), 1;
  197. 	getpartymember getcharid(1), 2;
  198. 	if ( $@partymembercount != .@register_num ) {
  199. 		mes "Please form a party of "+ .@register_num +" to continue";
  200. 		close;
  201. 	}
  202. 	for ( set .@i, 0; .@i < $@partymembercount; set .@i, .@i +1 )
  203. 		if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) )
  204. 			set .@count_online, .@count_online +1 ;
  205.  
  206. 	if ( .@count_online != .@register_num ) {
  207. 		mes "All your party members must be online to continue";
  208. 		close;
  209. 	}
  210. 	copyarray .@partymembercid, $@partymembercid, .@register_num;
  211. 	mes "Are you ready ?";
  212. 	next; // careful here
  213. 	select "Yes";
  214. 	getpartymember getcharid(1), 1;
  215. 	if ( $@partymembercount != .@register_num ) {
  216. 		mes "You've made changes to your party !";
  217. 		close;
  218. 	}
  219. 	for ( set .@i, 0; .@i < $@partymembercount; set .@i, .@i +1 ) {
  220. 		if ( .@partymembercid[.@i] != $@partymembercid[.@i] ) {
  221. 			mes "You've made changes to your party !";
  222. 			close;
  223. 		}
  224. 	}
  225. 	goto continuaparty;
  226.  
  227. continuaparty2:
  228. if (getmapusers("pvp_n_5-5.gat") >= 1) goto ocupado;
  229. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath001";
  230. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath002";
  231. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath003";
  232. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath004";
  233. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath005";
  234. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath006";
  235. set $@SuperPoint05,0;
  236. 	specialeffect2 125;
  237. 	specialeffect2 487;
  238. 	specialeffect2 458;
  239. 	specialeffect2 454;
  240. 	sleep2 500;
  241. 	specialeffect2 172;
  242. 	specialeffect2 589;
  243. 	specialeffect2 314;
  244. 	specialeffect2 445;
  245. 	sleep2 500;
  246. 	specialeffect2 587;
  247. 	sleep2 1000;
  248. 	warpparty "pvp_n_5-5", 99,119, getcharid(1);
  249. 	specialeffect2 446; 
  250. 	sleep2 800;
  251. 	specialeffect2 378; //Vuelve alma
  252. sleep2 3000;
  253. atcommand "@partyrecall "+strcharinfo(1)+"";
  254. sleep2 5000;
  255. mapannounce "pvp_n_5-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow;
  256. sleep2 30000;
  257. mapannounce "pvp_n_5-5","Supervivencia: Comenzando supervivencia.",bc_yellow;
  258. sleep2 5000;
  259. areamonster "pvp_n_5-5",82,117,117,82,"Rompe para Empezar",2014,1,"Supervivencia::OnThisMobDeath005";
  260. end;
  261.  
  262. sup1gui:
  263. set @GuildGM,getcharid(2);
  264. if (@GuildGM == 0) goto noguild;
  265. if (strcharinfo(0)==getguildmaster(@GuildGM)) goto GuildMaster1;
  266. goto noguild;
  267. end;
  268.  
  269. GuildMaster1:
  270. if (getmapusers("pvp_n_5-5.gat") >= 1) goto ocupado;
  271. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath001";
  272. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath002";
  273. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath003";
  274. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath004";
  275. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath005";
  276. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath006";
  277. set $@SuperPoint03,0;
  278. 	specialeffect2 125;
  279. 	specialeffect2 487;
  280. 	specialeffect2 458;
  281. 	specialeffect2 454;
  282. 	sleep2 500;
  283. 	specialeffect2 172;
  284. 	specialeffect2 589;
  285. 	specialeffect2 314;
  286. 	specialeffect2 445;
  287. 	sleep2 500;
  288. 	specialeffect2 587;
  289. 	sleep2 1000;
  290. warp "pvp_n_5-5.gat",99,119;
  291. 	specialeffect2 446; 
  292. 	sleep2 800;
  293. 	specialeffect2 378; //Vuelve alma
  294. sleep2 3000;
  295. atcommand "@guildrecall "+strcharinfo(2)+"";
  296. sleep2 5000;
  297. mapannounce "pvp_n_5-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow;
  298. sleep2 30000;
  299. mapannounce "pvp_n_5-5","Supervivencia: Comenzando supervivencia.",bc_yellow;
  300. sleep2 5000;
  301. areamonster "pvp_n_5-5",82,117,117,82,"Zombie",1015,15,"Supervivencia::OnThisMobDeath003";
  302. end;
  303.  
  304. noguild: 
  305. mes "[^CC0000Supervivencia^000000]";
  306. mes "Si no eres el lider de una guild no puedes usar este servicio.";
  307. close;
  308.  
  309.  
  310. sup2gui:
  311. set @GuildGM,getcharid(2);
  312. if (@GuildGM == 0) goto noguild;
  313. if (strcharinfo(0)==getguildmaster(@GuildGM)) goto GuildMaster2;
  314. goto noguild;
  315. end;
  316.  
  317. GuildMaster2:
  318. if (getmapusers("pvp_n_5-5.gat") >= 1) goto ocupado;
  319. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath001";
  320. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath002";
  321. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath003";
  322. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath004";
  323. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath005";
  324. killmonster "pvp_n_5-5","Supervivencia::OnThisMobDeath006";
  325. set $@SuperPoint06,0;
  326. 	specialeffect2 125;
  327. 	specialeffect2 487;
  328. 	specialeffect2 458;
  329. 	specialeffect2 454;
  330. 	sleep2 500;
  331. 	specialeffect2 172;
  332. 	specialeffect2 589;
  333. 	specialeffect2 314;
  334. 	specialeffect2 445;
  335. 	sleep2 500;
  336. 	specialeffect2 587;
  337. 	sleep2 1000;
  338. warp "pvp_n_5-5.gat",99,119;
  339. 	specialeffect2 446; 
  340. 	sleep2 800;
  341. 	specialeffect2 378; //Vuelve alma
  342. sleep2 3000;
  343. atcommand "@guildrecall "+strcharinfo(2)+"";
  344. sleep2 5000;
  345. mapannounce "pvp_n_5-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow;
  346. sleep2 30000;
  347. mapannounce "pvp_n_5-5","Supervivencia: Comenzando supervivencia.",bc_yellow;
  348. sleep2 5000;
  349. areamonster "pvp_n_5-5",82,117,117,82,"Rompe para Empezar",2014,1,"Supervivencia::OnThisMobDeath006";
  350. end;
  351.  
  352.  
  353. cancelar:
  354. close;
  355.  
  356. ocupado:
  357. mes "[^CC0000Supervivencia^000000]";
  358. mes "Hay alguien usando mi sala, tendrás que esperar a que quede libre.";
  359. next;
  360. mes "[^CC0000Supervivencia^000000]";
  361. mes "Hasta luego.";
  362. close;
  363.  
  364.  
  365. OnThisMobDeath001:
  366. set $@SuperPoint01,$@SuperPoint01+1;
  367. set Survivarpoints,Survivarpoints+1;
  368. if ($@SuperPoint01 == 100) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  369. if ($@SuperPoint01 == 200) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  370. if ($@SuperPoint01 == 300) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  371. if ($@SuperPoint01 == 400) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  372. if ($@SuperPoint01 == 500) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  373. if ($@SuperPoint01 == 600) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  374. if ($@SuperPoint01 == 700) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  375. if ($@SuperPoint01 == 800) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  376. if ($@SuperPoint01 == 900) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  377. if ($@SuperPoint01 == 1000) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  378. if ($@SuperPoint01 == 1100) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  379. if ($@SuperPoint01 == 1200) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  380. if ($@SuperPoint01 == 1300) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  381. if ($@SuperPoint01 == 1400) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  382. if ($@SuperPoint01 == 1500) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  383. if ($@SuperPoint01 == 1600) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  384. if ($@SuperPoint01 == 1700) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  385. if ($@SuperPoint01 == 1800) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  386. if ($@SuperPoint01 == 1900) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  387. if ($@SuperPoint01 == 2000) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  388. set .@LanzadorMob,rand(1,5);
  389. set .@LanzadorMob,.@LanzadorMob+$@SuperPoint01;
  390.  
  391.  
  392. if ($@SuperPoint01 > $SPRank01){
  393. set $SPRank01,$@SuperPoint01;
  394. set $SPRankN01$,strcharinfo(0);
  395. }
  396.  
  397. set @SPDecirPuntos,rand(1,5);
  398. if (@SPDecirPuntos == 1) mapannounce "pvp_n_5-5","Puntos de Supervivencia: "+$@SuperPoint01+". [Record: "+$SPRank01+" por "+$SPRankN01$+"]",bc_yellow;
  399.  
  400. if (.@LanzadorMob <= 25) {areamonster "pvp_n_5-5",82,117,117,82,"Thief Bug Male",1054,1,"Supervivencia::OnThisMobDeath001"; end;}
  401. if (.@LanzadorMob <= 50) {areamonster "pvp_n_5-5",82,117,117,82,"Toad",1089,1,"Supervivencia::OnThisMobDeath001"; end;}
  402. if (.@LanzadorMob <= 75) {areamonster "pvp_n_5-5",82,117,117,82,"Soldier Skeleton",1028,1,"Supervivencia::OnThisMobDeath001"; end;}
  403. if (.@LanzadorMob <= 100) {areamonster "pvp_n_5-5",82,117,117,82,"Rotar Zairo",1392,1,"Supervivencia::OnThisMobDeath001"; end;}
  404. if (.@LanzadorMob <= 125) {areamonster "pvp_n_5-5",82,117,117,82,"Whisper",1179,1,"Supervivencia::OnThisMobDeath001"; end;}
  405. if (.@LanzadorMob <= 150) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Baby",1686,1,"Supervivencia::OnThisMobDeath001"; end;}
  406. if (.@LanzadorMob <= 175) {areamonster "pvp_n_5-5",82,117,117,82,"Myst",1151,1,"Supervivencia::OnThisMobDeath001"; end;}
  407. if (.@LanzadorMob <= 200) {areamonster "pvp_n_5-5",82,117,117,82,"Fur Seal",1317,1,"Supervivencia::OnThisMobDeath001"; end;}
  408. if (.@LanzadorMob <= 225) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lady",1273,1,"Supervivencia::OnThisMobDeath001"; end;}
  409. if (.@LanzadorMob <= 250) {areamonster "pvp_n_5-5",82,117,117,82,"Frilldora",1119,1,"Supervivencia::OnThisMobDeath001"; end;}
  410. if (.@LanzadorMob <= 275) {areamonster "pvp_n_5-5",82,117,117,82,"Mimic",1191,1,"Supervivencia::OnThisMobDeath001"; end;}
  411. if (.@LanzadorMob <= 300) {areamonster "pvp_n_5-5",82,117,117,82,"Baphomet Jr.",1101,1,"Supervivencia::OnThisMobDeath001"; end;}
  412. if (.@LanzadorMob <= 325) {areamonster "pvp_n_5-5",82,117,117,82,"Stone Shooter",1495,1,"Supervivencia::OnThisMobDeath001"; end;}
  413. if (.@LanzadorMob <= 350) {areamonster "pvp_n_5-5",82,117,117,82,"Obeaune",1044,1,"Supervivencia::OnThisMobDeath001"; end;}
  414. if (.@LanzadorMob <= 375) {areamonster "pvp_n_5-5",82,117,117,82,"Mobster",1313,1,"Supervivencia::OnThisMobDeath001"; end;}
  415. if (.@LanzadorMob <= 400) {areamonster "pvp_n_5-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath001"; end;}
  416. if (.@LanzadorMob <= 425) {areamonster "pvp_n_5-5",82,117,117,82,"Nine Tail",1180,1,"Supervivencia::OnThisMobDeath001"; end;}
  417. if (.@LanzadorMob <= 450) {areamonster "pvp_n_5-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath001"; end;}
  418. if (.@LanzadorMob <= 475) {areamonster "pvp_n_5-5",82,117,117,82,"Nightmare",1061,1,"Supervivencia::OnThisMobDeath001"; end;}
  419. if (.@LanzadorMob <= 500) {areamonster "pvp_n_5-5",82,117,117,82,"Merman",1264,1,"Supervivencia::OnThisMobDeath001"; end;}
  420. if (.@LanzadorMob <= 525) {areamonster "pvp_n_5-5",82,117,117,82,"Tamruan",1584,1,"Supervivencia::OnThisMobDeath001"; end;}
  421. if (.@LanzadorMob <= 550) {areamonster "pvp_n_5-5",82,117,117,82,"Dark Frame",1260,1,"Supervivencia::OnThisMobDeath001"; end;}
  422. if (.@LanzadorMob <= 575) {areamonster "pvp_n_5-5",82,117,117,82,"Gajomart",1309,1,"Supervivencia::OnThisMobDeath001"; end;}
  423. if (.@LanzadorMob <= 600) {areamonster "pvp_n_5-5",82,117,117,82,"Wind Ghost",1263,1,"Supervivencia::OnThisMobDeath001"; end;}
  424. if (.@LanzadorMob <= 625) {areamonster "pvp_n_5-5",82,117,117,82,"Harpy",1376,1,"Supervivencia::OnThisMobDeath001"; end;}
  425. if (.@LanzadorMob <= 650) {areamonster "pvp_n_5-5",82,117,117,82,"Venomous",1621,1,"Supervivencia::OnThisMobDeath001"; end;}
  426. if (.@LanzadorMob <= 675) {areamonster "pvp_n_5-5",82,117,117,82,"Sleeper",1386,1,"Supervivencia::OnThisMobDeath001"; end;}
  427. if (.@LanzadorMob <= 700) {areamonster "pvp_n_5-5",82,117,117,82,"Bathory",1102,1,"Supervivencia::OnThisMobDeath001"; end;}
  428. if (.@LanzadorMob <= 725) {areamonster "pvp_n_5-5",82,117,117,82,"Pest",1256,1,"Supervivencia::OnThisMobDeath001"; end;}
  429. if (.@LanzadorMob <= 750) {areamonster "pvp_n_5-5",82,117,117,82,"Clock Tower Manager",1270,1,"Supervivencia::OnThisMobDeath001"; end;}
  430. if (.@LanzadorMob <= 775) {areamonster "pvp_n_5-5",82,117,117,82,"Skeleton General",1290,1,"Supervivencia::OnThisMobDeath001"; end;}
  431. if (.@LanzadorMob <= 800) {areamonster "pvp_n_5-5",82,117,117,82,"Teddy Bear",1622,1,"Supervivencia::OnThisMobDeath001"; end;}
  432. if (.@LanzadorMob <= 825) {areamonster "pvp_n_5-5",82,117,117,82,"Owl Duke",1320,1,"Supervivencia::OnThisMobDeath001"; end;}
  433. if (.@LanzadorMob <= 850) {areamonster "pvp_n_5-5",82,117,117,82,"Injustice",1257,1,"Supervivencia::OnThisMobDeath001"; end;}
  434. if (.@LanzadorMob <= 875) {areamonster "pvp_n_5-5",82,117,117,82,"Evil Cloud Hermit",1412,1,"Supervivencia::OnThisMobDeath001"; end;}
  435. if (.@LanzadorMob <= 900) {areamonster "pvp_n_5-5",82,117,117,82,"Gargoyle",1253,1,"Supervivencia::OnThisMobDeath001"; end;}
  436. if (.@LanzadorMob <= 925) {areamonster "pvp_n_5-5",82,117,117,82,"Galion",1783,1,"Supervivencia::OnThisMobDeath001"; end;}
  437. if (.@LanzadorMob <= 950) {areamonster "pvp_n_5-5",82,117,117,82,"Assaulter",1315,1,"Supervivencia::OnThisMobDeath001"; end;}
  438. if (.@LanzadorMob <= 975) {areamonster "pvp_n_5-5",82,117,117,82,"Garm Baby",1515,1,"Supervivencia::OnThisMobDeath001"; end;}
  439. if (.@LanzadorMob <= 1000) {areamonster "pvp_n_5-5",82,117,117,82,"Diabolic",1382,1,"Supervivencia::OnThisMobDeath001"; end;}
  440. if (.@LanzadorMob <= 1025) {areamonster "pvp_n_5-5",82,117,117,82,"Snowier",1775,1,"Supervivencia::OnThisMobDeath001"; end;}
  441. if (.@LanzadorMob <= 1050) {areamonster "pvp_n_5-5",82,117,117,82,"Ancient Mimic",1699,1,"Supervivencia::OnThisMobDeath001"; end;}
  442. if (.@LanzadorMob <= 1075) {areamonster "pvp_n_5-5",82,117,117,82,"Ungoliant",1618,1,"Supervivencia::OnThisMobDeath001"; end;}
  443. if (.@LanzadorMob <= 1100) {areamonster "pvp_n_5-5",82,117,117,82,"Dullahan",1504,1,"Supervivencia::OnThisMobDeath001"; end;}
  444. if (.@LanzadorMob <= 1125) {areamonster "pvp_n_5-5",82,117,117,82,"Ice Titan",1777,1,"Supervivencia::OnThisMobDeath001"; end;}
  445. if (.@LanzadorMob <= 1150) {areamonster "pvp_n_5-5",82,117,117,82,"Flame Skull",1869,1,"Supervivencia::OnThisMobDeath001"; end;}
  446. if (.@LanzadorMob <= 1175) {areamonster "pvp_n_5-5",82,117,117,82,"Retribution",1702,1,"Supervivencia::OnThisMobDeath001"; end;}
  447. if (.@LanzadorMob <= 1200) {areamonster "pvp_n_5-5",82,117,117,82,"Seeker",1774,1,"Supervivencia::OnThisMobDeath001"; end;}
  448. if (.@LanzadorMob <= 1225) {areamonster "pvp_n_5-5",82,117,117,82,"Archangeling",1388,1,"Supervivencia::OnThisMobDeath001"; end;}
  449. if (.@LanzadorMob <= 1250) {areamonster "pvp_n_5-5",82,117,117,82,"Imp",1837,1,"Supervivencia::OnThisMobDeath001"; end;}
  450. if (.@LanzadorMob <= 1275) {areamonster "pvp_n_5-5",82,117,117,82,"Thanatos Odium",1704,1,"Supervivencia::OnThisMobDeath001"; end;}
  451. if (.@LanzadorMob <= 1300) {areamonster "pvp_n_5-5",82,117,117,82,"Executioner",1205,1,"Supervivencia::OnThisMobDeath001"; end;}
  452. if (.@LanzadorMob <= 1325) {areamonster "pvp_n_5-5",82,117,117,82,"Zombie Slaughter",1864,1,"Supervivencia::OnThisMobDeath001"; end;}
  453. if (.@LanzadorMob <= 1350) {areamonster "pvp_n_5-5",82,117,117,82,"Hydrolancer",1720,1,"Supervivencia::OnThisMobDeath001"; end;}
  454. if (.@LanzadorMob <= 1375) {areamonster "pvp_n_5-5",82,117,117,82,"Acidus",1713,1,"Supervivencia::OnThisMobDeath001"; end;}
  455. if (.@LanzadorMob <= 1400) {areamonster "pvp_n_5-5",82,117,117,82,"Banshee",1867,1,"Supervivencia::OnThisMobDeath001"; end;}
  456. if (.@LanzadorMob <= 1425) {areamonster "pvp_n_5-5",82,117,117,82,"Skeggiold",1755,1,"Supervivencia::OnThisMobDeath001"; end;}
  457. if (.@LanzadorMob <= 1450) {areamonster "pvp_n_5-5",82,117,117,82,"Tirfing",1204,1,"Supervivencia::OnThisMobDeath001"; end;}
  458. if (.@LanzadorMob <= 1475) {areamonster "pvp_n_5-5",82,117,117,82,"Bloody Knight",1268,1,"Supervivencia::OnThisMobDeath001"; end;}
  459. if (.@LanzadorMob <= 1500) {areamonster "pvp_n_5-5",82,117,117,82,"Mysteltainn",1203,1,"Supervivencia::OnThisMobDeath001"; end;}
  460. if (.@LanzadorMob <= 1525) {areamonster "pvp_n_5-5",82,117,117,82,"Kasa",1833,1,"Supervivencia::OnThisMobDeath001"; end;}
  461. if (.@LanzadorMob <= 1550) {areamonster "pvp_n_5-5",82,117,117,82,"Maya Purple",1289,1,"Supervivencia::OnThisMobDeath001"; end;}
  462. if (.@LanzadorMob <= 1575) {areamonster "pvp_n_5-5",82,117,117,82,"Salamander",1831,1,"Supervivencia::OnThisMobDeath001"; end;}
  463. if (.@LanzadorMob <= 1600) {areamonster "pvp_n_5-5",82,117,117,82,"Necromancer",1870,1,"Supervivencia::OnThisMobDeath001"; end;}
  464. if (.@LanzadorMob <= 1625) {areamonster "pvp_n_5-5",82,117,117,82,"Magaleta",1637,1,"Supervivencia::OnThisMobDeath001"; end;}
  465. if (.@LanzadorMob <= 1650) {areamonster "pvp_n_5-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath001"; end;}
  466. if (.@LanzadorMob <= 1675) {areamonster "pvp_n_5-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath001"; end;}
  467. if (.@LanzadorMob <= 1700) {areamonster "pvp_n_5-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath001"; end;}
  468. if (.@LanzadorMob <= 1725) {areamonster "pvp_n_5-5",82,117,117,82,"Harword",1636,1,"Supervivencia::OnThisMobDeath001"; end;}
  469. if (.@LanzadorMob <= 1750) {areamonster "pvp_n_5-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath001"; end;}
  470. if (.@LanzadorMob <= 1775) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath001"; end;}
  471. if (.@LanzadorMob <= 1800) {areamonster "pvp_n_5-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath001"; end;}
  472. if (.@LanzadorMob <= 1825) {areamonster "pvp_n_5-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath001"; end;}
  473. if (.@LanzadorMob <= 1850) {areamonster "pvp_n_5-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath001"; end;}
  474. if (.@LanzadorMob <= 1875) {areamonster "pvp_n_5-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath001"; end;}
  475. if (.@LanzadorMob <= 1900) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath001"; end;}
  476. if (.@LanzadorMob <= 1925) {areamonster "pvp_n_5-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath001"; end;}
  477. if (.@LanzadorMob <= 1950) {areamonster "pvp_n_5-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath001"; end;}
  478. if (.@LanzadorMob <= 1975) {areamonster "pvp_n_5-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath001"; end;}
  479. if (.@LanzadorMob <= 2000) {areamonster "pvp_n_5-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath001"; end;}
  480. if (.@LanzadorMob <= 2025) {areamonster "pvp_n_5-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath001"; end;}
  481. if (.@LanzadorMob <= 2050) {areamonster "pvp_n_5-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath001"; end;}
  482. if (.@LanzadorMob <= 2075) {areamonster "pvp_n_5-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath001"; end;}
  483. if (.@LanzadorMob <= 2100) {areamonster "pvp_n_5-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath001"; end;}
  484. if (.@LanzadorMob <= 2125) {areamonster "pvp_n_5-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath001"; end;}
  485. if (.@LanzadorMob <= 2150) {areamonster "pvp_n_5-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath001"; end;}
  486. if (.@LanzadorMob >= 2175) {areamonster "pvp_n_5-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath001"; end;}
  487. end;
  488.  
  489.  
  490. OnThisMobDeath002:
  491. set $@SuperPoint02,$@SuperPoint02+1;
  492. set Survivarpoints,Survivarpoints+1;
  493. if ($@SuperPoint02 == 100) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  494. if ($@SuperPoint02 == 200) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  495. if ($@SuperPoint02 == 300) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  496. if ($@SuperPoint02 == 400) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  497. if ($@SuperPoint02 == 500) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  498. if ($@SuperPoint02 == 600) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  499. if ($@SuperPoint02 == 700) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  500. if ($@SuperPoint02 == 800) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  501. if ($@SuperPoint02 == 900) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  502. if ($@SuperPoint02 == 1000) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  503. if ($@SuperPoint02 == 1100) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  504. if ($@SuperPoint02 == 1200) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  505. if ($@SuperPoint02 == 1300) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  506. if ($@SuperPoint02 == 1400) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  507. if ($@SuperPoint02 == 1500) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  508. if ($@SuperPoint02 == 1600) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  509. if ($@SuperPoint02 == 1700) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  510. if ($@SuperPoint02 == 1800) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  511. if ($@SuperPoint02 == 1900) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  512. if ($@SuperPoint02 == 2000) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  513. set .@LanzadorMob,rand(1,5);
  514. set .@LanzadorMob,.@LanzadorMob+$@SuperPoint02;
  515.  
  516.  
  517. if ($@SuperPoint02 > $SPRank02){
  518. set $SPRank02,$@SuperPoint02;
  519. set $SPRankN02$,strcharinfo(1);
  520. }
  521.  
  522. set @SPDecirPuntos,rand(1,5);
  523. if (@SPDecirPuntos == 1) mapannounce "pvp_n_5-5","Puntos de Supervivencia: "+$@SuperPoint02+". [Record: "+$SPRank02+" por "+$SPRankN02$+"]",bc_yellow;
  524.  
  525. if (.@LanzadorMob <= 25) {areamonster "pvp_n_5-5",82,117,117,82,"Thief Bug Male",1054,1,"Supervivencia::OnThisMobDeath002"; end;}
  526. if (.@LanzadorMob <= 50) {areamonster "pvp_n_5-5",82,117,117,82,"Toad",1089,1,"Supervivencia::OnThisMobDeath002"; end;}
  527. if (.@LanzadorMob <= 75) {areamonster "pvp_n_5-5",82,117,117,82,"Soldier Skeleton",1028,1,"Supervivencia::OnThisMobDeath002"; end;}
  528. if (.@LanzadorMob <= 100) {areamonster "pvp_n_5-5",82,117,117,82,"Rotar Zairo",1392,1,"Supervivencia::OnThisMobDeath002"; end;}
  529. if (.@LanzadorMob <= 125) {areamonster "pvp_n_5-5",82,117,117,82,"Whisper",1179,1,"Supervivencia::OnThisMobDeath002"; end;}
  530. if (.@LanzadorMob <= 150) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Baby",1686,1,"Supervivencia::OnThisMobDeath002"; end;}
  531. if (.@LanzadorMob <= 175) {areamonster "pvp_n_5-5",82,117,117,82,"Myst",1151,1,"Supervivencia::OnThisMobDeath002"; end;}
  532. if (.@LanzadorMob <= 200) {areamonster "pvp_n_5-5",82,117,117,82,"Fur Seal",1317,1,"Supervivencia::OnThisMobDeath002"; end;}
  533. if (.@LanzadorMob <= 225) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lady",1273,1,"Supervivencia::OnThisMobDeath002"; end;}
  534. if (.@LanzadorMob <= 250) {areamonster "pvp_n_5-5",82,117,117,82,"Frilldora",1119,1,"Supervivencia::OnThisMobDeath002"; end;}
  535. if (.@LanzadorMob <= 275) {areamonster "pvp_n_5-5",82,117,117,82,"Mimic",1191,1,"Supervivencia::OnThisMobDeath002"; end;}
  536. if (.@LanzadorMob <= 300) {areamonster "pvp_n_5-5",82,117,117,82,"Baphomet Jr.",1101,1,"Supervivencia::OnThisMobDeath002"; end;}
  537. if (.@LanzadorMob <= 325) {areamonster "pvp_n_5-5",82,117,117,82,"Stone Shooter",1495,1,"Supervivencia::OnThisMobDeath002"; end;}
  538. if (.@LanzadorMob <= 350) {areamonster "pvp_n_5-5",82,117,117,82,"Obeaune",1044,1,"Supervivencia::OnThisMobDeath002"; end;}
  539. if (.@LanzadorMob <= 375) {areamonster "pvp_n_5-5",82,117,117,82,"Mobster",1313,1,"Supervivencia::OnThisMobDeath002"; end;}
  540. if (.@LanzadorMob <= 400) {areamonster "pvp_n_5-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath002"; end;}
  541. if (.@LanzadorMob <= 425) {areamonster "pvp_n_5-5",82,117,117,82,"Nine Tail",1180,1,"Supervivencia::OnThisMobDeath002"; end;}
  542. if (.@LanzadorMob <= 450) {areamonster "pvp_n_5-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath002"; end;}
  543. if (.@LanzadorMob <= 475) {areamonster "pvp_n_5-5",82,117,117,82,"Nightmare",1061,1,"Supervivencia::OnThisMobDeath002"; end;}
  544. if (.@LanzadorMob <= 500) {areamonster "pvp_n_5-5",82,117,117,82,"Merman",1264,1,"Supervivencia::OnThisMobDeath002"; end;}
  545. if (.@LanzadorMob <= 525) {areamonster "pvp_n_5-5",82,117,117,82,"Tamruan",1584,1,"Supervivencia::OnThisMobDeath002"; end;}
  546. if (.@LanzadorMob <= 550) {areamonster "pvp_n_5-5",82,117,117,82,"Dark Frame",1260,1,"Supervivencia::OnThisMobDeath002"; end;}
  547. if (.@LanzadorMob <= 575) {areamonster "pvp_n_5-5",82,117,117,82,"Gajomart",1309,1,"Supervivencia::OnThisMobDeath002"; end;}
  548. if (.@LanzadorMob <= 600) {areamonster "pvp_n_5-5",82,117,117,82,"Wind Ghost",1263,1,"Supervivencia::OnThisMobDeath002"; end;}
  549. if (.@LanzadorMob <= 625) {areamonster "pvp_n_5-5",82,117,117,82,"Harpy",1376,1,"Supervivencia::OnThisMobDeath002"; end;}
  550. if (.@LanzadorMob <= 650) {areamonster "pvp_n_5-5",82,117,117,82,"Venomous",1621,1,"Supervivencia::OnThisMobDeath002"; end;}
  551. if (.@LanzadorMob <= 675) {areamonster "pvp_n_5-5",82,117,117,82,"Sleeper",1386,1,"Supervivencia::OnThisMobDeath002"; end;}
  552. if (.@LanzadorMob <= 700) {areamonster "pvp_n_5-5",82,117,117,82,"Bathory",1102,1,"Supervivencia::OnThisMobDeath002"; end;}
  553. if (.@LanzadorMob <= 725) {areamonster "pvp_n_5-5",82,117,117,82,"Pest",1256,1,"Supervivencia::OnThisMobDeath002"; end;}
  554. if (.@LanzadorMob <= 750) {areamonster "pvp_n_5-5",82,117,117,82,"Clock Tower Manager",1270,1,"Supervivencia::OnThisMobDeath002"; end;}
  555. if (.@LanzadorMob <= 775) {areamonster "pvp_n_5-5",82,117,117,82,"Skeleton General",1290,1,"Supervivencia::OnThisMobDeath002"; end;}
  556. if (.@LanzadorMob <= 800) {areamonster "pvp_n_5-5",82,117,117,82,"Teddy Bear",1622,1,"Supervivencia::OnThisMobDeath002"; end;}
  557. if (.@LanzadorMob <= 825) {areamonster "pvp_n_5-5",82,117,117,82,"Owl Duke",1320,1,"Supervivencia::OnThisMobDeath002"; end;}
  558. if (.@LanzadorMob <= 850) {areamonster "pvp_n_5-5",82,117,117,82,"Injustice",1257,1,"Supervivencia::OnThisMobDeath002"; end;}
  559. if (.@LanzadorMob <= 875) {areamonster "pvp_n_5-5",82,117,117,82,"Evil Cloud Hermit",1412,1,"Supervivencia::OnThisMobDeath002"; end;}
  560. if (.@LanzadorMob <= 900) {areamonster "pvp_n_5-5",82,117,117,82,"Gargoyle",1253,1,"Supervivencia::OnThisMobDeath002"; end;}
  561. if (.@LanzadorMob <= 925) {areamonster "pvp_n_5-5",82,117,117,82,"Galion",1783,1,"Supervivencia::OnThisMobDeath002"; end;}
  562. if (.@LanzadorMob <= 950) {areamonster "pvp_n_5-5",82,117,117,82,"Assaulter",1315,1,"Supervivencia::OnThisMobDeath002"; end;}
  563. if (.@LanzadorMob <= 975) {areamonster "pvp_n_5-5",82,117,117,82,"Garm Baby",1515,1,"Supervivencia::OnThisMobDeath002"; end;}
  564. if (.@LanzadorMob <= 1000) {areamonster "pvp_n_5-5",82,117,117,82,"Diabolic",1382,1,"Supervivencia::OnThisMobDeath002"; end;}
  565. if (.@LanzadorMob <= 1025) {areamonster "pvp_n_5-5",82,117,117,82,"Snowier",1775,1,"Supervivencia::OnThisMobDeath002"; end;}
  566. if (.@LanzadorMob <= 1050) {areamonster "pvp_n_5-5",82,117,117,82,"Ancient Mimic",1699,1,"Supervivencia::OnThisMobDeath002"; end;}
  567. if (.@LanzadorMob <= 1075) {areamonster "pvp_n_5-5",82,117,117,82,"Ungoliant",1618,1,"Supervivencia::OnThisMobDeath002"; end;}
  568. if (.@LanzadorMob <= 1100) {areamonster "pvp_n_5-5",82,117,117,82,"Dullahan",1504,1,"Supervivencia::OnThisMobDeath002"; end;}
  569. if (.@LanzadorMob <= 1125) {areamonster "pvp_n_5-5",82,117,117,82,"Ice Titan",1777,1,"Supervivencia::OnThisMobDeath002"; end;}
  570. if (.@LanzadorMob <= 1150) {areamonster "pvp_n_5-5",82,117,117,82,"Flame Skull",1869,1,"Supervivencia::OnThisMobDeath002"; end;}
  571. if (.@LanzadorMob <= 1175) {areamonster "pvp_n_5-5",82,117,117,82,"Retribution",1702,1,"Supervivencia::OnThisMobDeath002"; end;}
  572. if (.@LanzadorMob <= 1200) {areamonster "pvp_n_5-5",82,117,117,82,"Seeker",1774,1,"Supervivencia::OnThisMobDeath002"; end;}
  573. if (.@LanzadorMob <= 1225) {areamonster "pvp_n_5-5",82,117,117,82,"Archangeling",1388,1,"Supervivencia::OnThisMobDeath002"; end;}
  574. if (.@LanzadorMob <= 1250) {areamonster "pvp_n_5-5",82,117,117,82,"Imp",1837,1,"Supervivencia::OnThisMobDeath002"; end;}
  575. if (.@LanzadorMob <= 1275) {areamonster "pvp_n_5-5",82,117,117,82,"Thanatos Odium",1704,1,"Supervivencia::OnThisMobDeath002"; end;}
  576. if (.@LanzadorMob <= 1300) {areamonster "pvp_n_5-5",82,117,117,82,"Executioner",1205,1,"Supervivencia::OnThisMobDeath002"; end;}
  577. if (.@LanzadorMob <= 1325) {areamonster "pvp_n_5-5",82,117,117,82,"Zombie Slaughter",1864,1,"Supervivencia::OnThisMobDeath002"; end;}
  578. if (.@LanzadorMob <= 1350) {areamonster "pvp_n_5-5",82,117,117,82,"Hydrolancer",1720,1,"Supervivencia::OnThisMobDeath002"; end;}
  579. if (.@LanzadorMob <= 1375) {areamonster "pvp_n_5-5",82,117,117,82,"Acidus",1713,1,"Supervivencia::OnThisMobDeath002"; end;}
  580. if (.@LanzadorMob <= 1400) {areamonster "pvp_n_5-5",82,117,117,82,"Banshee",1867,1,"Supervivencia::OnThisMobDeath002"; end;}
  581. if (.@LanzadorMob <= 1425) {areamonster "pvp_n_5-5",82,117,117,82,"Skeggiold",1755,1,"Supervivencia::OnThisMobDeath002"; end;}
  582. if (.@LanzadorMob <= 1450) {areamonster "pvp_n_5-5",82,117,117,82,"Tirfing",1204,1,"Supervivencia::OnThisMobDeath002"; end;}
  583. if (.@LanzadorMob <= 1475) {areamonster "pvp_n_5-5",82,117,117,82,"Bloody Knight",1268,1,"Supervivencia::OnThisMobDeath002"; end;}
  584. if (.@LanzadorMob <= 1500) {areamonster "pvp_n_5-5",82,117,117,82,"Mysteltainn",1203,1,"Supervivencia::OnThisMobDeath002"; end;}
  585. if (.@LanzadorMob <= 1525) {areamonster "pvp_n_5-5",82,117,117,82,"Kasa",1833,1,"Supervivencia::OnThisMobDeath002"; end;}
  586. if (.@LanzadorMob <= 1550) {areamonster "pvp_n_5-5",82,117,117,82,"Maya Purple",1289,1,"Supervivencia::OnThisMobDeath002"; end;}
  587. if (.@LanzadorMob <= 1575) {areamonster "pvp_n_5-5",82,117,117,82,"Salamander",1831,1,"Supervivencia::OnThisMobDeath002"; end;}
  588. if (.@LanzadorMob <= 1600) {areamonster "pvp_n_5-5",82,117,117,82,"Necromancer",1870,1,"Supervivencia::OnThisMobDeath002"; end;}
  589. if (.@LanzadorMob <= 1625) {areamonster "pvp_n_5-5",82,117,117,82,"Magaleta",1637,1,"Supervivencia::OnThisMobDeath002"; end;}
  590. if (.@LanzadorMob <= 1650) {areamonster "pvp_n_5-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath002"; end;}
  591. if (.@LanzadorMob <= 1675) {areamonster "pvp_n_5-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath002"; end;}
  592. if (.@LanzadorMob <= 1700) {areamonster "pvp_n_5-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath002"; end;}
  593. if (.@LanzadorMob <= 1725) {areamonster "pvp_n_5-5",82,117,117,82,"Harword",1636,1,"Supervivencia::OnThisMobDeath002"; end;}
  594. if (.@LanzadorMob <= 1750) {areamonster "pvp_n_5-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath002"; end;}
  595. if (.@LanzadorMob <= 1775) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath002"; end;}
  596. if (.@LanzadorMob <= 1800) {areamonster "pvp_n_5-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath002"; end;}
  597. if (.@LanzadorMob <= 1825) {areamonster "pvp_n_5-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath002"; end;}
  598. if (.@LanzadorMob <= 1850) {areamonster "pvp_n_5-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath002"; end;}
  599. if (.@LanzadorMob <= 1875) {areamonster "pvp_n_5-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath002"; end;}
  600. if (.@LanzadorMob <= 1900) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath002"; end;}
  601. if (.@LanzadorMob <= 1925) {areamonster "pvp_n_5-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath002"; end;}
  602. if (.@LanzadorMob <= 1950) {areamonster "pvp_n_5-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath002"; end;}
  603. if (.@LanzadorMob <= 1975) {areamonster "pvp_n_5-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath002"; end;}
  604. if (.@LanzadorMob <= 2000) {areamonster "pvp_n_5-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath002"; end;}
  605. if (.@LanzadorMob <= 2025) {areamonster "pvp_n_5-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath002"; end;}
  606. if (.@LanzadorMob <= 2050) {areamonster "pvp_n_5-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath002"; end;}
  607. if (.@LanzadorMob <= 2075) {areamonster "pvp_n_5-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath002"; end;}
  608. if (.@LanzadorMob <= 2100) {areamonster "pvp_n_5-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath002"; end;}
  609. if (.@LanzadorMob <= 2125) {areamonster "pvp_n_5-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath002"; end;}
  610. if (.@LanzadorMob <= 2150) {areamonster "pvp_n_5-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath002"; end;}
  611. if (.@LanzadorMob >= 2175) {areamonster "pvp_n_5-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath002"; end;}
  612. end;
  613.  
  614.  
  615. OnThisMobDeath003:
  616. set $@SuperPoint03,$@SuperPoint03+1;
  617. set Survivarpoints,Survivarpoints+1;
  618. if ($@SuperPoint03 == 100) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  619. if ($@SuperPoint03 == 200) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  620. if ($@SuperPoint03 == 300) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  621. if ($@SuperPoint03 == 400) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  622. if ($@SuperPoint03 == 500) makeitem rand(12041,12070),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  623. if ($@SuperPoint03 == 600) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  624. if ($@SuperPoint03 == 700) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  625. if ($@SuperPoint03 == 800) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  626. if ($@SuperPoint03 == 900) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  627. if ($@SuperPoint03 == 1000) makeitem rand(12071,12100),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  628. if ($@SuperPoint03 == 1100) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  629. if ($@SuperPoint03 == 1200) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  630. if ($@SuperPoint03 == 1300) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  631. if ($@SuperPoint03 == 1400) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  632. if ($@SuperPoint03 == 1500) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  633. if ($@SuperPoint03 == 1600) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  634. if ($@SuperPoint03 == 1700) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  635. if ($@SuperPoint03 == 1800) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  636. if ($@SuperPoint03 == 1900) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  637. if ($@SuperPoint03 == 2000) makeitem rand(12429,12434),rand(1,3),"pvp_n_5-5",rand(80,110),rand(80,110);
  638. set .@LanzadorMob,rand(1,5);
  639. set .@LanzadorMob,.@LanzadorMob+$@SuperPoint03;
  640.  
  641.  
  642. if ($@SuperPoint03 > $SPRank03){
  643. set $SPRank03,$@SuperPoint03;
  644. set $SPRankN03$,strcharinfo(2);
  645. }
  646.  
  647. set @SPDecirPuntos,rand(1,5);
  648. if (@SPDecirPuntos == 1) mapannounce "pvp_n_5-5","Puntos de Supervivencia: "+$@SuperPoint03+". [Record: "+$SPRank03+" por "+$SPRankN03$+"]",bc_yellow;
  649.  
  650. if (.@LanzadorMob <= 25) {areamonster "pvp_n_5-5",82,117,117,82,"Thief Bug Male",1054,1,"Supervivencia::OnThisMobDeath003"; end;}
  651. if (.@LanzadorMob <= 50) {areamonster "pvp_n_5-5",82,117,117,82,"Toad",1089,1,"Supervivencia::OnThisMobDeath003"; end;}
  652. if (.@LanzadorMob <= 75) {areamonster "pvp_n_5-5",82,117,117,82,"Soldier Skeleton",1028,1,"Supervivencia::OnThisMobDeath003"; end;}
  653. if (.@LanzadorMob <= 100) {areamonster "pvp_n_5-5",82,117,117,82,"Rotar Zairo",1392,1,"Supervivencia::OnThisMobDeath003"; end;}
  654. if (.@LanzadorMob <= 125) {areamonster "pvp_n_5-5",82,117,117,82,"Whisper",1179,1,"Supervivencia::OnThisMobDeath003"; end;}
  655. if (.@LanzadorMob <= 150) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Baby",1686,1,"Supervivencia::OnThisMobDeath003"; end;}
  656. if (.@LanzadorMob <= 175) {areamonster "pvp_n_5-5",82,117,117,82,"Myst",1151,1,"Supervivencia::OnThisMobDeath003"; end;}
  657. if (.@LanzadorMob <= 200) {areamonster "pvp_n_5-5",82,117,117,82,"Fur Seal",1317,1,"Supervivencia::OnThisMobDeath003"; end;}
  658. if (.@LanzadorMob <= 225) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lady",1273,1,"Supervivencia::OnThisMobDeath003"; end;}
  659. if (.@LanzadorMob <= 250) {areamonster "pvp_n_5-5",82,117,117,82,"Frilldora",1119,1,"Supervivencia::OnThisMobDeath003"; end;}
  660. if (.@LanzadorMob <= 275) {areamonster "pvp_n_5-5",82,117,117,82,"Mimic",1191,1,"Supervivencia::OnThisMobDeath003"; end;}
  661. if (.@LanzadorMob <= 300) {areamonster "pvp_n_5-5",82,117,117,82,"Baphomet Jr.",1101,1,"Supervivencia::OnThisMobDeath003"; end;}
  662. if (.@LanzadorMob <= 325) {areamonster "pvp_n_5-5",82,117,117,82,"Stone Shooter",1495,1,"Supervivencia::OnThisMobDeath003"; end;}
  663. if (.@LanzadorMob <= 350) {areamonster "pvp_n_5-5",82,117,117,82,"Obeaune",1044,1,"Supervivencia::OnThisMobDeath003"; end;}
  664. if (.@LanzadorMob <= 375) {areamonster "pvp_n_5-5",82,117,117,82,"Mobster",1313,1,"Supervivencia::OnThisMobDeath003"; end;}
  665. if (.@LanzadorMob <= 400) {areamonster "pvp_n_5-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath003"; end;}
  666. if (.@LanzadorMob <= 425) {areamonster "pvp_n_5-5",82,117,117,82,"Nine Tail",1180,1,"Supervivencia::OnThisMobDeath003"; end;}
  667. if (.@LanzadorMob <= 450) {areamonster "pvp_n_5-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath003"; end;}
  668. if (.@LanzadorMob <= 475) {areamonster "pvp_n_5-5",82,117,117,82,"Nightmare",1061,1,"Supervivencia::OnThisMobDeath003"; end;}
  669. if (.@LanzadorMob <= 500) {areamonster "pvp_n_5-5",82,117,117,82,"Merman",1264,1,"Supervivencia::OnThisMobDeath003"; end;}
  670. if (.@LanzadorMob <= 525) {areamonster "pvp_n_5-5",82,117,117,82,"Tamruan",1584,1,"Supervivencia::OnThisMobDeath003"; end;}
  671. if (.@LanzadorMob <= 550) {areamonster "pvp_n_5-5",82,117,117,82,"Dark Frame",1260,1,"Supervivencia::OnThisMobDeath003"; end;}
  672. if (.@LanzadorMob <= 575) {areamonster "pvp_n_5-5",82,117,117,82,"Gajomart",1309,1,"Supervivencia::OnThisMobDeath003"; end;}
  673. if (.@LanzadorMob <= 600) {areamonster "pvp_n_5-5",82,117,117,82,"Wind Ghost",1263,1,"Supervivencia::OnThisMobDeath003"; end;}
  674. if (.@LanzadorMob <= 625) {areamonster "pvp_n_5-5",82,117,117,82,"Harpy",1376,1,"Supervivencia::OnThisMobDeath003"; end;}
  675. if (.@LanzadorMob <= 650) {areamonster "pvp_n_5-5",82,117,117,82,"Venomous",1621,1,"Supervivencia::OnThisMobDeath003"; end;}
  676. if (.@LanzadorMob <= 675) {areamonster "pvp_n_5-5",82,117,117,82,"Sleeper",1386,1,"Supervivencia::OnThisMobDeath003"; end;}
  677. if (.@LanzadorMob <= 700) {areamonster "pvp_n_5-5",82,117,117,82,"Bathory",1102,1,"Supervivencia::OnThisMobDeath003"; end;}
  678. if (.@LanzadorMob <= 725) {areamonster "pvp_n_5-5",82,117,117,82,"Pest",1256,1,"Supervivencia::OnThisMobDeath003"; end;}
  679. if (.@LanzadorMob <= 750) {areamonster "pvp_n_5-5",82,117,117,82,"Clock Tower Manager",1270,1,"Supervivencia::OnThisMobDeath003"; end;}
  680. if (.@LanzadorMob <= 775) {areamonster "pvp_n_5-5",82,117,117,82,"Skeleton General",1290,1,"Supervivencia::OnThisMobDeath003"; end;}
  681. if (.@LanzadorMob <= 800) {areamonster "pvp_n_5-5",82,117,117,82,"Teddy Bear",1622,1,"Supervivencia::OnThisMobDeath003"; end;}
  682. if (.@LanzadorMob <= 825) {areamonster "pvp_n_5-5",82,117,117,82,"Owl Duke",1320,1,"Supervivencia::OnThisMobDeath003"; end;}
  683. if (.@LanzadorMob <= 850) {areamonster "pvp_n_5-5",82,117,117,82,"Injustice",1257,1,"Supervivencia::OnThisMobDeath003"; end;}
  684. if (.@LanzadorMob <= 875) {areamonster "pvp_n_5-5",82,117,117,82,"Evil Cloud Hermit",1412,1,"Supervivencia::OnThisMobDeath003"; end;}
  685. if (.@LanzadorMob <= 900) {areamonster "pvp_n_5-5",82,117,117,82,"Gargoyle",1253,1,"Supervivencia::OnThisMobDeath003"; end;}
  686. if (.@LanzadorMob <= 925) {areamonster "pvp_n_5-5",82,117,117,82,"Galion",1783,1,"Supervivencia::OnThisMobDeath003"; end;}
  687. if (.@LanzadorMob <= 950) {areamonster "pvp_n_5-5",82,117,117,82,"Assaulter",1315,1,"Supervivencia::OnThisMobDeath003"; end;}
  688. if (.@LanzadorMob <= 975) {areamonster "pvp_n_5-5",82,117,117,82,"Garm Baby",1515,1,"Supervivencia::OnThisMobDeath003"; end;}
  689. if (.@LanzadorMob <= 1000) {areamonster "pvp_n_5-5",82,117,117,82,"Diabolic",1382,1,"Supervivencia::OnThisMobDeath003"; end;}
  690. if (.@LanzadorMob <= 1025) {areamonster "pvp_n_5-5",82,117,117,82,"Snowier",1775,1,"Supervivencia::OnThisMobDeath003"; end;}
  691. if (.@LanzadorMob <= 1050) {areamonster "pvp_n_5-5",82,117,117,82,"Ancient Mimic",1699,1,"Supervivencia::OnThisMobDeath003"; end;}
  692. if (.@LanzadorMob <= 1075) {areamonster "pvp_n_5-5",82,117,117,82,"Ungoliant",1618,1,"Supervivencia::OnThisMobDeath003"; end;}
  693. if (.@LanzadorMob <= 1100) {areamonster "pvp_n_5-5",82,117,117,82,"Dullahan",1504,1,"Supervivencia::OnThisMobDeath003"; end;}
  694. if (.@LanzadorMob <= 1125) {areamonster "pvp_n_5-5",82,117,117,82,"Ice Titan",1777,1,"Supervivencia::OnThisMobDeath003"; end;}
  695. if (.@LanzadorMob <= 1150) {areamonster "pvp_n_5-5",82,117,117,82,"Flame Skull",1869,1,"Supervivencia::OnThisMobDeath003"; end;}
  696. if (.@LanzadorMob <= 1175) {areamonster "pvp_n_5-5",82,117,117,82,"Retribution",1702,1,"Supervivencia::OnThisMobDeath003"; end;}
  697. if (.@LanzadorMob <= 1200) {areamonster "pvp_n_5-5",82,117,117,82,"Seeker",1774,1,"Supervivencia::OnThisMobDeath003"; end;}
  698. if (.@LanzadorMob <= 1225) {areamonster "pvp_n_5-5",82,117,117,82,"Archangeling",1388,1,"Supervivencia::OnThisMobDeath003"; end;}
  699. if (.@LanzadorMob <= 1250) {areamonster "pvp_n_5-5",82,117,117,82,"Imp",1837,1,"Supervivencia::OnThisMobDeath003"; end;}
  700. if (.@LanzadorMob <= 1275) {areamonster "pvp_n_5-5",82,117,117,82,"Thanatos Odium",1704,1,"Supervivencia::OnThisMobDeath003"; end;}
  701. if (.@LanzadorMob <= 1300) {areamonster "pvp_n_5-5",82,117,117,82,"Executioner",1205,1,"Supervivencia::OnThisMobDeath003"; end;}
  702. if (.@LanzadorMob <= 1325) {areamonster "pvp_n_5-5",82,117,117,82,"Zombie Slaughter",1864,1,"Supervivencia::OnThisMobDeath003"; end;}
  703. if (.@LanzadorMob <= 1350) {areamonster "pvp_n_5-5",82,117,117,82,"Hydrolancer",1720,1,"Supervivencia::OnThisMobDeath003"; end;}
  704. if (.@LanzadorMob <= 1375) {areamonster "pvp_n_5-5",82,117,117,82,"Acidus",1713,1,"Supervivencia::OnThisMobDeath003"; end;}
  705. if (.@LanzadorMob <= 1400) {areamonster "pvp_n_5-5",82,117,117,82,"Banshee",1867,1,"Supervivencia::OnThisMobDeath003"; end;}
  706. if (.@LanzadorMob <= 1425) {areamonster "pvp_n_5-5",82,117,117,82,"Skeggiold",1755,1,"Supervivencia::OnThisMobDeath003"; end;}
  707. if (.@LanzadorMob <= 1450) {areamonster "pvp_n_5-5",82,117,117,82,"Tirfing",1204,1,"Supervivencia::OnThisMobDeath003"; end;}
  708. if (.@LanzadorMob <= 1475) {areamonster "pvp_n_5-5",82,117,117,82,"Bloody Knight",1268,1,"Supervivencia::OnThisMobDeath003"; end;}
  709. if (.@LanzadorMob <= 1500) {areamonster "pvp_n_5-5",82,117,117,82,"Mysteltainn",1203,1,"Supervivencia::OnThisMobDeath003"; end;}
  710. if (.@LanzadorMob <= 1525) {areamonster "pvp_n_5-5",82,117,117,82,"Kasa",1833,1,"Supervivencia::OnThisMobDeath003"; end;}
  711. if (.@LanzadorMob <= 1550) {areamonster "pvp_n_5-5",82,117,117,82,"Maya Purple",1289,1,"Supervivencia::OnThisMobDeath003"; end;}
  712. if (.@LanzadorMob <= 1575) {areamonster "pvp_n_5-5",82,117,117,82,"Salamander",1831,1,"Supervivencia::OnThisMobDeath003"; end;}
  713. if (.@LanzadorMob <= 1600) {areamonster "pvp_n_5-5",82,117,117,82,"Necromancer",1870,1,"Supervivencia::OnThisMobDeath003"; end;}
  714. if (.@LanzadorMob <= 1625) {areamonster "pvp_n_5-5",82,117,117,82,"Magaleta",1637,1,"Supervivencia::OnThisMobDeath003"; end;}
  715. if (.@LanzadorMob <= 1650) {areamonster "pvp_n_5-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath003"; end;}
  716. if (.@LanzadorMob <= 1675) {areamonster "pvp_n_5-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath003"; end;}
  717. if (.@LanzadorMob <= 1700) {areamonster "pvp_n_5-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath003"; end;}
  718. if (.@LanzadorMob <= 1725) {areamonster "pvp_n_5-5",82,117,117,82,"Harword",1636,1,"Supervivencia::OnThisMobDeath003"; end;}
  719. if (.@LanzadorMob <= 1750) {areamonster "pvp_n_5-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath003"; end;}
  720. if (.@LanzadorMob <= 1775) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath003"; end;}
  721. if (.@LanzadorMob <= 1800) {areamonster "pvp_n_5-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath003"; end;}
  722. if (.@LanzadorMob <= 1825) {areamonster "pvp_n_5-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath003"; end;}
  723. if (.@LanzadorMob <= 1850) {areamonster "pvp_n_5-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath003"; end;}
  724. if (.@LanzadorMob <= 1875) {areamonster "pvp_n_5-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath003"; end;}
  725. if (.@LanzadorMob <= 1900) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath003"; end;}
  726. if (.@LanzadorMob <= 1925) {areamonster "pvp_n_5-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath003"; end;}
  727. if (.@LanzadorMob <= 1950) {areamonster "pvp_n_5-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath003"; end;}
  728. if (.@LanzadorMob <= 1975) {areamonster "pvp_n_5-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath003"; end;}
  729. if (.@LanzadorMob <= 2000) {areamonster "pvp_n_5-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath003"; end;}
  730. if (.@LanzadorMob <= 2025) {areamonster "pvp_n_5-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath003"; end;}
  731. if (.@LanzadorMob <= 2050) {areamonster "pvp_n_5-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath003"; end;}
  732. if (.@LanzadorMob <= 2075) {areamonster "pvp_n_5-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath003"; end;}
  733. if (.@LanzadorMob <= 2100) {areamonster "pvp_n_5-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath003"; end;}
  734. if (.@LanzadorMob <= 2125) {areamonster "pvp_n_5-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath003"; end;}
  735. if (.@LanzadorMob <= 2150) {areamonster "pvp_n_5-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath003"; end;}
  736. if (.@LanzadorMob >= 2175) {areamonster "pvp_n_5-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath003"; end;}
  737. end;
  738.  
  739.  
  740. OnThisMobDeath004:
  741. set $@SuperPoint04,$@SuperPoint04+1;
  742. set Survivarpoints,Survivarpoints+1;
  743. set .@LanzadorMob,rand(1,47);
  744.  
  745.  
  746. if ($@SuperPoint04 > $SPRank04){
  747. set $SPRank04,$@SuperPoint04;
  748. set $SPRankN04$,strcharinfo(0);
  749. }
  750.  
  751.  
  752. mapannounce "pvp_n_5-5","Puntos de Supervivencia: "+$@SuperPoint04+". [Record: "+$SPRank04+" por "+$SPRankN04$+"]",bc_yellow;
  753.  
  754. if (.@LanzadorMob == 1) {areamonster "pvp_n_5-5",82,117,117,82,"Amon Ra",1511,1,"Supervivencia::OnThisMobDeath004"; end;}
  755. if (.@LanzadorMob == 2) {areamonster "pvp_n_5-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath004"; end;}
  756. if (.@LanzadorMob == 3) {areamonster "pvp_n_5-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath004"; end;}
  757. if (.@LanzadorMob == 4) {areamonster "pvp_n_5-5",82,117,117,82,"Baphomet",1039,1,"Supervivencia::OnThisMobDeath004"; end;}
  758. if (.@LanzadorMob == 5) {areamonster "pvp_n_5-5",82,117,117,82,"Beelzebub",1873,1,"Supervivencia::OnThisMobDeath004"; end;}
  759. if (.@LanzadorMob == 6) {areamonster "pvp_n_5-5",82,117,117,82,"Boitata",2068,1,"Supervivencia::OnThisMobDeath004"; end;}
  760. if (.@LanzadorMob == 7) {areamonster "pvp_n_5-5",82,117,117,82,"Dark Lord",1272,1,"Supervivencia::OnThisMobDeath004"; end;}
  761. if (.@LanzadorMob == 8) {areamonster "pvp_n_5-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath004"; end;}
  762. if (.@LanzadorMob == 9) {areamonster "pvp_n_5-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath004"; end;}
  763. if (.@LanzadorMob == 10) {areamonster "pvp_n_5-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath004"; end;}
  764. if (.@LanzadorMob == 11) {areamonster "pvp_n_5-5",82,117,117,82,"Drake",1112,1,"Supervivencia::OnThisMobDeath004"; end;}
  765. if (.@LanzadorMob == 12) {areamonster "pvp_n_5-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath004"; end;}
  766. if (.@LanzadorMob == 13) {areamonster "pvp_n_5-5",82,117,117,82,"Evil Snake Lord",1418,1,"Supervivencia::OnThisMobDeath004"; end;}
  767. if (.@LanzadorMob == 14) {areamonster "pvp_n_5-5",82,117,117,82,"Fallen Bishop",1871,"Supervivencia::OnThisMobDeath004"; end;}
  768. if (.@LanzadorMob == 15) {areamonster "pvp_n_5-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath004"; end;}
  769. if (.@LanzadorMob == 16) {areamonster "pvp_n_5-5",82,117,117,82,"Gloom Under Night",1768,1,"Supervivencia::OnThisMobDeath004"; end;}
  770. if (.@LanzadorMob == 17) {areamonster "pvp_n_5-5",82,117,117,82,"Gold Queen Scaraba",2165,1,"Supervivencia::OnThisMobDeath004"; end;}
  771. if (.@LanzadorMob == 18) {areamonster "pvp_n_5-5",82,117,117,82,"Golden Thief Bug",1086,1,"Supervivencia::OnThisMobDeath004"; end;}
  772. if (.@LanzadorMob == 19) {areamonster "pvp_n_5-5",82,117,117,82,"Gopinich",1885,1,"Supervivencia::OnThisMobDeath004"; end;}
  773. if (.@LanzadorMob == 20) {areamonster "pvp_n_5-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath004"; end;}
  774. if (.@LanzadorMob == 21) {areamonster "pvp_n_5-5",82,117,117,82,"Incantation Samurai",1492,1,"Supervivencia::OnThisMobDeath004"; end;}
  775. if (.@LanzadorMob == 22) {areamonster "pvp_n_5-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath004"; end;}
  776. if (.@LanzadorMob == 23) {areamonster "pvp_n_5-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath004"; end;}
  777. if (.@LanzadorMob == 24) {areamonster "pvp_n_5-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath004"; end;}
  778. if (.@LanzadorMob == 25) {areamonster "pvp_n_5-5",82,117,117,82,"Lady Tanee",1688,1,"Supervivencia::OnThisMobDeath004"; end;}
  779. if (.@LanzadorMob == 26) {areamonster "pvp_n_5-5",82,117,117,82,"Leak",2156,1,"Supervivencia::OnThisMobDeath004"; end;}
  780. if (.@LanzadorMob == 27) {areamonster "pvp_n_5-5",82,117,117,82,"Lord of Death",1373,1,"Supervivencia::OnThisMobDeath004"; end;}
  781. if (.@LanzadorMob == 28) {areamonster "pvp_n_5-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath004"; end;}
  782. if (.@LanzadorMob == 29) {areamonster "pvp_n_5-5",82,117,117,82,"Mistress",1059,1,"Supervivencia::OnThisMobDeath004"; end;}
  783. if (.@LanzadorMob == 30) {areamonster "pvp_n_5-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath004"; end;}
  784. if (.@LanzadorMob == 31) {areamonster "pvp_n_5-5",82,117,117,82,"Nidhoggr's Shadow",2022,1,"Supervivencia::OnThisMobDeath004"; end;}
  785. if (.@LanzadorMob == 32) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath004"; end;}
  786. if (.@LanzadorMob == 33) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath004"; end;}
  787. if (.@LanzadorMob == 34) {areamonster "pvp_n_5-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath004"; end;}
  788. if (.@LanzadorMob == 35) {areamonster "pvp_n_5-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath004"; end;}
  789. if (.@LanzadorMob == 36) {areamonster "pvp_n_5-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath004"; end;}
  790. if (.@LanzadorMob == 37) {areamonster "pvp_n_5-5",82,117,117,82,"Queen Scaraba",2087,1,"Supervivencia::OnThisMobDeath004"; end;}
  791. if (.@LanzadorMob == 38) {areamonster "pvp_n_5-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath004"; end;}
  792. if (.@LanzadorMob == 39) {areamonster "pvp_n_5-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath004"; end;}
  793. if (.@LanzadorMob == 40) {areamonster "pvp_n_5-5",82,117,117,82,"Thanatos",1708,1,"Supervivencia::OnThisMobDeath004"; end;}
  794. if (.@LanzadorMob == 41) {areamonster "pvp_n_5-5",82,117,117,82,"Turtle General",1312,1,"Supervivencia::OnThisMobDeath004"; end;}
  795. if (.@LanzadorMob == 42) {areamonster "pvp_n_5-5",82,117,117,82,"Valkyrie Randgris",1751,1,"Supervivencia::OnThisMobDeath004"; end;}
  796. if (.@LanzadorMob == 43) {areamonster "pvp_n_5-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath004"; end;}
  797. if (.@LanzadorMob == 44) {areamonster "pvp_n_5-5",82,117,117,82,"Ygnizem",1658,1,"Supervivencia::OnThisMobDeath004"; end;}
  798. if (.@LanzadorMob == 45) {areamonster "pvp_n_5-5",82,117,117,82,"Satan Morroc",1916,1,"Supervivencia::OnThisMobDeath004"; end;}
  799. if (.@LanzadorMob == 46) {areamonster "pvp_n_5-5",82,117,117,82,"Naght Sieger",1956,1,"Supervivencia::OnThisMobDeath004"; end;}
  800. if (.@LanzadorMob == 47) {areamonster "pvp_n_5-5",82,117,117,82,"Entweihen Crothen",1957,1,"Supervivencia::OnThisMobDeath004"; end;}
  801. end;
  802.  
  803.  
  804. OnThisMobDeath005:
  805. set $@SuperPoint05,$@SuperPoint05+1;
  806. set Survivarpoints,Survivarpoints+1;
  807. set .@LanzadorMob,rand(1,47);
  808.  
  809.  
  810. if ($@SuperPoint05 > $SPRank05){
  811. set $SPRank05,$@SuperPoint05;
  812. set $SPRankN05$,strcharinfo(1);
  813. }
  814.  
  815.  
  816. mapannounce "pvp_n_5-5","Puntos de Supervivencia: "+$@SuperPoint05+". [Record: "+$SPRank05+" por "+$SPRankN05$+"]",bc_yellow;
  817.  
  818. if (.@LanzadorMob == 1) {areamonster "pvp_n_5-5",82,117,117,82,"Amon Ra",1511,1,"Supervivencia::OnThisMobDeath005"; end;}
  819. if (.@LanzadorMob == 2) {areamonster "pvp_n_5-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath005"; end;}
  820. if (.@LanzadorMob == 3) {areamonster "pvp_n_5-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath005"; end;}
  821. if (.@LanzadorMob == 4) {areamonster "pvp_n_5-5",82,117,117,82,"Baphomet",1039,1,"Supervivencia::OnThisMobDeath005"; end;}
  822. if (.@LanzadorMob == 5) {areamonster "pvp_n_5-5",82,117,117,82,"Beelzebub",1873,1,"Supervivencia::OnThisMobDeath005"; end;}
  823. if (.@LanzadorMob == 6) {areamonster "pvp_n_5-5",82,117,117,82,"Boitata",2068,1,"Supervivencia::OnThisMobDeath005"; end;}
  824. if (.@LanzadorMob == 7) {areamonster "pvp_n_5-5",82,117,117,82,"Dark Lord",1272,1,"Supervivencia::OnThisMobDeath005"; end;}
  825. if (.@LanzadorMob == 8) {areamonster "pvp_n_5-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath005"; end;}
  826. if (.@LanzadorMob == 9) {areamonster "pvp_n_5-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath005"; end;}
  827. if (.@LanzadorMob == 10) {areamonster "pvp_n_5-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath005"; end;}
  828. if (.@LanzadorMob == 11) {areamonster "pvp_n_5-5",82,117,117,82,"Drake",1112,1,"Supervivencia::OnThisMobDeath005"; end;}
  829. if (.@LanzadorMob == 12) {areamonster "pvp_n_5-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath005"; end;}
  830. if (.@LanzadorMob == 13) {areamonster "pvp_n_5-5",82,117,117,82,"Evil Snake Lord",1418,1,"Supervivencia::OnThisMobDeath005"; end;}
  831. if (.@LanzadorMob == 14) {areamonster "pvp_n_5-5",82,117,117,82,"Fallen Bishop",1871,"Supervivencia::OnThisMobDeath005"; end;}
  832. if (.@LanzadorMob == 15) {areamonster "pvp_n_5-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath005"; end;}
  833. if (.@LanzadorMob == 16) {areamonster "pvp_n_5-5",82,117,117,82,"Gloom Under Night",1768,1,"Supervivencia::OnThisMobDeath005"; end;}
  834. if (.@LanzadorMob == 17) {areamonster "pvp_n_5-5",82,117,117,82,"Gold Queen Scaraba",2165,1,"Supervivencia::OnThisMobDeath005"; end;}
  835. if (.@LanzadorMob == 18) {areamonster "pvp_n_5-5",82,117,117,82,"Golden Thief Bug",1086,1,"Supervivencia::OnThisMobDeath005"; end;}
  836. if (.@LanzadorMob == 19) {areamonster "pvp_n_5-5",82,117,117,82,"Gopinich",1885,1,"Supervivencia::OnThisMobDeath005"; end;}
  837. if (.@LanzadorMob == 20) {areamonster "pvp_n_5-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath005"; end;}
  838. if (.@LanzadorMob == 21) {areamonster "pvp_n_5-5",82,117,117,82,"Incantation Samurai",1492,1,"Supervivencia::OnThisMobDeath005"; end;}
  839. if (.@LanzadorMob == 22) {areamonster "pvp_n_5-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath005"; end;}
  840. if (.@LanzadorMob == 23) {areamonster "pvp_n_5-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath005"; end;}
  841. if (.@LanzadorMob == 24) {areamonster "pvp_n_5-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath005"; end;}
  842. if (.@LanzadorMob == 25) {areamonster "pvp_n_5-5",82,117,117,82,"Lady Tanee",1688,1,"Supervivencia::OnThisMobDeath005"; end;}
  843. if (.@LanzadorMob == 26) {areamonster "pvp_n_5-5",82,117,117,82,"Leak",2156,1,"Supervivencia::OnThisMobDeath005"; end;}
  844. if (.@LanzadorMob == 27) {areamonster "pvp_n_5-5",82,117,117,82,"Lord of Death",1373,1,"Supervivencia::OnThisMobDeath005"; end;}
  845. if (.@LanzadorMob == 28) {areamonster "pvp_n_5-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath005"; end;}
  846. if (.@LanzadorMob == 29) {areamonster "pvp_n_5-5",82,117,117,82,"Mistress",1059,1,"Supervivencia::OnThisMobDeath005"; end;}
  847. if (.@LanzadorMob == 30) {areamonster "pvp_n_5-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath005"; end;}
  848. if (.@LanzadorMob == 31) {areamonster "pvp_n_5-5",82,117,117,82,"Nidhoggr's Shadow",2022,1,"Supervivencia::OnThisMobDeath005"; end;}
  849. if (.@LanzadorMob == 32) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath005"; end;}
  850. if (.@LanzadorMob == 33) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath005"; end;}
  851. if (.@LanzadorMob == 34) {areamonster "pvp_n_5-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath005"; end;}
  852. if (.@LanzadorMob == 35) {areamonster "pvp_n_5-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath005"; end;}
  853. if (.@LanzadorMob == 36) {areamonster "pvp_n_5-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath005"; end;}
  854. if (.@LanzadorMob == 37) {areamonster "pvp_n_5-5",82,117,117,82,"Queen Scaraba",2087,1,"Supervivencia::OnThisMobDeath005"; end;}
  855. if (.@LanzadorMob == 38) {areamonster "pvp_n_5-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath005"; end;}
  856. if (.@LanzadorMob == 39) {areamonster "pvp_n_5-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath005"; end;}
  857. if (.@LanzadorMob == 40) {areamonster "pvp_n_5-5",82,117,117,82,"Thanatos",1708,1,"Supervivencia::OnThisMobDeath005"; end;}
  858. if (.@LanzadorMob == 41) {areamonster "pvp_n_5-5",82,117,117,82,"Turtle General",1312,1,"Supervivencia::OnThisMobDeath005"; end;}
  859. if (.@LanzadorMob == 42) {areamonster "pvp_n_5-5",82,117,117,82,"Valkyrie Randgris",1751,1,"Supervivencia::OnThisMobDeath005"; end;}
  860. if (.@LanzadorMob == 43) {areamonster "pvp_n_5-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath005"; end;}
  861. if (.@LanzadorMob == 44) {areamonster "pvp_n_5-5",82,117,117,82,"Ygnizem",1658,1,"Supervivencia::OnThisMobDeath005"; end;}
  862. if (.@LanzadorMob == 45) {areamonster "pvp_n_5-5",82,117,117,82,"Satan Morroc",1916,1,"Supervivencia::OnThisMobDeath005"; end;}
  863. if (.@LanzadorMob == 46) {areamonster "pvp_n_5-5",82,117,117,82,"Naght Sieger",1956,1,"Supervivencia::OnThisMobDeath005"; end;}
  864. if (.@LanzadorMob == 47) {areamonster "pvp_n_5-5",82,117,117,82,"Entweihen Crothen",1957,1,"Supervivencia::OnThisMobDeath005"; end;}
  865. end;
  866.  
  867.  
  868. OnThisMobDeath006:
  869. set $@SuperPoint06,$@SuperPoint06+1;
  870. set Survivarpoints,Survivarpoints+1;
  871. set .@LanzadorMob,rand(1,47);
  872.  
  873.  
  874. if ($@SuperPoint06 > $SPRank06){
  875. set $SPRank06,$@SuperPoint06;
  876. set $SPRankN06$,strcharinfo(2);
  877. }
  878.  
  879.  
  880. mapannounce "pvp_n_5-5","Puntos de Supervivencia: "+$@SuperPoint06+". [Record: "+$SPRank06+" por "+$SPRankN06$+"]",bc_yellow;
  881.  
  882. if (.@LanzadorMob == 1) {areamonster "pvp_n_5-5",82,117,117,82,"Amon Ra",1511,1,"Supervivencia::OnThisMobDeath006"; end;}
  883. if (.@LanzadorMob == 2) {areamonster "pvp_n_5-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath006"; end;}
  884. if (.@LanzadorMob == 3) {areamonster "pvp_n_5-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath006"; end;}
  885. if (.@LanzadorMob == 4) {areamonster "pvp_n_5-5",82,117,117,82,"Baphomet",1039,1,"Supervivencia::OnThisMobDeath006"; end;}
  886. if (.@LanzadorMob == 5) {areamonster "pvp_n_5-5",82,117,117,82,"Beelzebub",1873,1,"Supervivencia::OnThisMobDeath006"; end;}
  887. if (.@LanzadorMob == 6) {areamonster "pvp_n_5-5",82,117,117,82,"Boitata",2068,1,"Supervivencia::OnThisMobDeath006"; end;}
  888. if (.@LanzadorMob == 7) {areamonster "pvp_n_5-5",82,117,117,82,"Dark Lord",1272,1,"Supervivencia::OnThisMobDeath006"; end;}
  889. if (.@LanzadorMob == 8) {areamonster "pvp_n_5-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath006"; end;}
  890. if (.@LanzadorMob == 9) {areamonster "pvp_n_5-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath006"; end;}
  891. if (.@LanzadorMob == 10) {areamonster "pvp_n_5-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath006"; end;}
  892. if (.@LanzadorMob == 11) {areamonster "pvp_n_5-5",82,117,117,82,"Drake",1112,1,"Supervivencia::OnThisMobDeath006"; end;}
  893. if (.@LanzadorMob == 12) {areamonster "pvp_n_5-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath006"; end;}
  894. if (.@LanzadorMob == 13) {areamonster "pvp_n_5-5",82,117,117,82,"Evil Snake Lord",1418,1,"Supervivencia::OnThisMobDeath006"; end;}
  895. if (.@LanzadorMob == 14) {areamonster "pvp_n_5-5",82,117,117,82,"Fallen Bishop",1871,"Supervivencia::OnThisMobDeath006"; end;}
  896. if (.@LanzadorMob == 15) {areamonster "pvp_n_5-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath006"; end;}
  897. if (.@LanzadorMob == 16) {areamonster "pvp_n_5-5",82,117,117,82,"Gloom Under Night",1768,1,"Supervivencia::OnThisMobDeath006"; end;}
  898. if (.@LanzadorMob == 17) {areamonster "pvp_n_5-5",82,117,117,82,"Gold Queen Scaraba",2165,1,"Supervivencia::OnThisMobDeath006"; end;}
  899. if (.@LanzadorMob == 18) {areamonster "pvp_n_5-5",82,117,117,82,"Golden Thief Bug",1086,1,"Supervivencia::OnThisMobDeath006"; end;}
  900. if (.@LanzadorMob == 19) {areamonster "pvp_n_5-5",82,117,117,82,"Gopinich",1885,1,"Supervivencia::OnThisMobDeath006"; end;}
  901. if (.@LanzadorMob == 20) {areamonster "pvp_n_5-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath006"; end;}
  902. if (.@LanzadorMob == 21) {areamonster "pvp_n_5-5",82,117,117,82,"Incantation Samurai",1492,1,"Supervivencia::OnThisMobDeath006"; end;}
  903. if (.@LanzadorMob == 22) {areamonster "pvp_n_5-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath006"; end;}
  904. if (.@LanzadorMob == 23) {areamonster "pvp_n_5-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath006"; end;}
  905. if (.@LanzadorMob == 24) {areamonster "pvp_n_5-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath006"; end;}
  906. if (.@LanzadorMob == 25) {areamonster "pvp_n_5-5",82,117,117,82,"Lady Tanee",1688,1,"Supervivencia::OnThisMobDeath006"; end;}
  907. if (.@LanzadorMob == 26) {areamonster "pvp_n_5-5",82,117,117,82,"Leak",2156,1,"Supervivencia::OnThisMobDeath006"; end;}
  908. if (.@LanzadorMob == 27) {areamonster "pvp_n_5-5",82,117,117,82,"Lord of Death",1373,1,"Supervivencia::OnThisMobDeath006"; end;}
  909. if (.@LanzadorMob == 28) {areamonster "pvp_n_5-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath006"; end;}
  910. if (.@LanzadorMob == 29) {areamonster "pvp_n_5-5",82,117,117,82,"Mistress",1059,1,"Supervivencia::OnThisMobDeath006"; end;}
  911. if (.@LanzadorMob == 30) {areamonster "pvp_n_5-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath006"; end;}
  912. if (.@LanzadorMob == 31) {areamonster "pvp_n_5-5",82,117,117,82,"Nidhoggr's Shadow",2022,1,"Supervivencia::OnThisMobDeath006"; end;}
  913. if (.@LanzadorMob == 32) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath006"; end;}
  914. if (.@LanzadorMob == 33) {areamonster "pvp_n_5-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath006"; end;}
  915. if (.@LanzadorMob == 34) {areamonster "pvp_n_5-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath006"; end;}
  916. if (.@LanzadorMob == 35) {areamonster "pvp_n_5-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath006"; end;}
  917. if (.@LanzadorMob == 36) {areamonster "pvp_n_5-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath006"; end;}
  918. if (.@LanzadorMob == 37) {areamonster "pvp_n_5-5",82,117,117,82,"Queen Scaraba",2087,1,"Supervivencia::OnThisMobDeath006"; end;}
  919. if (.@LanzadorMob == 38) {areamonster "pvp_n_5-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath006"; end;}
  920. if (.@LanzadorMob == 39) {areamonster "pvp_n_5-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath006"; end;}
  921. if (.@LanzadorMob == 40) {areamonster "pvp_n_5-5",82,117,117,82,"Thanatos",1708,1,"Supervivencia::OnThisMobDeath006"; end;}
  922. if (.@LanzadorMob == 41) {areamonster "pvp_n_5-5",82,117,117,82,"Turtle General",1312,1,"Supervivencia::OnThisMobDeath006"; end;}
  923. if (.@LanzadorMob == 42) {areamonster "pvp_n_5-5",82,117,117,82,"Valkyrie Randgris",1751,1,"Supervivencia::OnThisMobDeath006"; end;}
  924. if (.@LanzadorMob == 43) {areamonster "pvp_n_5-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath006"; end;}
  925. if (.@LanzadorMob == 44) {areamonster "pvp_n_5-5",82,117,117,82,"Ygnizem",1658,1,"Supervivencia::OnThisMobDeath006"; end;}
  926. if (.@LanzadorMob == 45) {areamonster "pvp_n_5-5",82,117,117,82,"Satan Morroc",1916,1,"Supervivencia::OnThisMobDeath006"; end;}
  927. if (.@LanzadorMob == 46) {areamonster "pvp_n_5-5",82,117,117,82,"Naght Sieger",1956,1,"Supervivencia::OnThisMobDeath006"; end;}
  928. if (.@LanzadorMob == 47) {areamonster "pvp_n_5-5",82,117,117,82,"Entweihen Crothen",1957,1,"Supervivencia::OnThisMobDeath006"; end;}
  929. end;
  930.  
  931. OnInit:
  932. if (getmapusers("pvp_n_5-5") >= 1) {
  933. 	setarray .@m0$[0], "O","c","u","p","a","d","o";
  934. }else {
  935. 	setarray .@m0$[0], "D","e","s","o","c","u","p","a","d","o";
  936. }
  937. 	do {
  938. 		if (.@i == 2) set .@i, 0;
  939. 		for (set .@c, 0; .@c < getarraysize(.@m0$); set .@c, .@c + 1) {
  940. 			set .@f$, .@f$ + .@m0$[.@c];
  941. 			waitingroom .@f$,0;
  942. 			sleep 350;
  943. 			delwaitingroom;
  944. 		}
  945. 		for (set .@c, 0; .@c < 6; set .@c, .@c + 1) {
  946. 			waitingroom "",0;
  947. 			sleep 250;
  948. 			delwaitingroom;
  949. 			waitingroom .@f$,0;
  950. 			sleep 250;
  951. 			delwaitingroom;
  952. 		}
  953. 		waitingroom .@f$,0;
  954. 		sleep 3000;
  955. 		set .@f$, "";
  956. 		delwaitingroom;
  957. 		set .@i, .@i + 1;
  958. 	} while(1);
  959. end;
  960. }
  961.  
  962. pvp_n_5-5	mapflag	noloot
  963.  
  964. -	script	Puntossupervivencia	-1,{
  965. OnInit: bindatcmd "spoints","Broadcastmall1::Onbroadmall2"; end;
  966. }
  967.  
  968. -	script	Broadcastmall1	-1,{
  969. Onbroadmall2:
  970. specialeffect2 543;
  971. mes "Registrador";
  972. mes "Tiene un total de ^0000FF"+Survivarpoints+"^000000";
  973. close;
  974. }
Viewed 1523 times, submitted by Dynasty.