prontera,156,176,5 script Supervivencia 2193,{ mes "[^CC0000Supervivencia^000000]"; mes "Hola muchacho, pareces un aventurero con bastante experiencia."; next; mes "[^CC0000Supervivencia^000000]"; mes "¿Te gustaría ponerte a prueba en uno de mis test?"; next; menu "Por Supuesto",si,"Mejor No",cancelar; si: mes "[^CC0000Supervivencia^000000]"; mes "¿Que tipo de test te gustaría hacer?"; next; menu "Supervivencia Normal",supnor,"Supervivencia MVP",supmvp,"Ver Ranking",ranking; supnor: mes "[^CC0000Supervivencia^000000]"; mes "Puedo hacer test individuales o por grupo."; next; menu "Test Individual",sup1ind,"Test Party",sup1par,"Test Guild",sup1gui,"Cancelar",cancelar; close; supmvp: menu "Test Individual",sup2ind,"Test Party",sup2par,"Test Guild",sup2gui,"Cancelar",cancelar; close; ranking: mes "[^CC0000Supervivencia^000000]"; mes "Aquí tengo apuntado el ranking de los hombres y mujeres mas resistentes de este mes."; next; mes "[^CC0000Ranking Supervivencia Normal^000000]"; mes " "; mes "^0000CCSupervivencia Individual:^000000"; mes "- "+$SPRankN01$+" ["+$SPRank01+"]"; mes " "; mes "^0000CCSupervivencia Party:^000000"; mes "- "+$SPRankN02$+" ["+$SPRank02+"]"; mes " "; mes "^0000CCSupervivencia Guild:^000000"; mes "- "+$SPRankN03$+" ["+$SPRank03+"]"; next; mes "[^CC0000Ranking Supervivencia MVP^000000]"; mes " "; mes "^0000CCSupervivencia Individual:^000000"; mes "- "+$SPRankN04$+" ["+$SPRank04+"]"; mes " "; mes "^0000CCSupervivencia Party:^000000"; mes "- "+$SPRankN05$+" ["+$SPRank05+"]"; mes " "; mes "^0000CCSupervivencia Guild:^000000"; mes "- "+$SPRankN06$+" ["+$SPRank06+"]"; close; sup1ind: if (getmapusers("pvp_n_2-5.gat") >= 1) goto ocupado; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath001"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath002"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath003"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath004"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath005"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath006"; set $@SuperPoint01,0; setcell "pvp_n_2-5",70,101,79,98,cell_walkable,0; setcell "pvp_n_2-5",80,119,86,112,cell_walkable,0; setcell "pvp_n_2-5",98,131,101,120,cell_walkable,0; setcell "pvp_n_2-5",131,101,120,98,cell_walkable,0; setcell "pvp_n_2-5",101,67,98,71,cell_walkable,0; setcell "pvp_n_2-5",80,80,87,87,cell_walkable,0; setcell "pvp_n_2-5",119,80,112,86,cell_walkable,0; setcell "pvp_n_2-5",119,119,113,112,cell_walkable,0; specialeffect2 125; specialeffect2 487; specialeffect2 458; specialeffect2 454; sleep2 500; specialeffect2 172; specialeffect2 589; specialeffect2 314; specialeffect2 445; sleep2 500; specialeffect2 587; sleep2 1000; warp "pvp_n_2-5.gat",99,100; specialeffect2 446; sleep2 800; specialeffect2 378; //Vuelve alma sleep2 3000; mapannounce "pvp_n_2-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow; sleep2 30000; mapannounce "pvp_n_2-5","Supervivencia: Comenzando supervivencia.",bc_yellow; sleep2 5000; areamonster "pvp_n_2-5",82,117,117,82,"Zombie",1015,15,"Supervivencia::OnThisMobDeath001"; end; sup2ind: if (getmapusers("pvp_n_2-5.gat") >= 1) goto ocupado; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath001"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath002"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath003"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath004"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath005"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath006"; set $@SuperPoint04,0; setcell "pvp_n_2-5",70,101,79,98,cell_walkable,0; setcell "pvp_n_2-5",80,119,86,112,cell_walkable,0; setcell "pvp_n_2-5",98,131,101,120,cell_walkable,0; setcell "pvp_n_2-5",131,101,120,98,cell_walkable,0; setcell "pvp_n_2-5",101,67,98,71,cell_walkable,0; setcell "pvp_n_2-5",80,80,87,87,cell_walkable,0; setcell "pvp_n_2-5",119,80,112,86,cell_walkable,0; setcell "pvp_n_2-5",119,119,113,112,cell_walkable,0; specialeffect2 125; specialeffect2 487; specialeffect2 458; specialeffect2 454; sleep2 500; specialeffect2 172; specialeffect2 589; specialeffect2 314; specialeffect2 445; sleep2 500; specialeffect2 587; sleep2 1000; warp "pvp_n_2-5.gat",99,100; specialeffect2 446; sleep2 800; specialeffect2 378; //Vuelve alma sleep2 3000; mapannounce "pvp_n_2-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow; sleep2 30000; mapannounce "pvp_n_2-5","Supervivencia: Comenzando supervivencia.",bc_yellow; sleep2 5000; areamonster "pvp_n_2-5",82,117,117,82,"Rompe para Empezar",2014,1,"Supervivencia::OnThisMobDeath004"; set $@SuperPoint04,$@SuperPoint04-1; end; sup1par: set .@party, getcharid(1); getpartymember .@party,0; set .@cntparty,$@partymembercount; copyarray .@nameparty$[0],$@partymembername$[0],.@cntparty; for (set .@a,0; .@a < .@cntparty; set .@a,.@a+1) { set .@menu$,.@menu$+.@nameparty$[.@a]+":"; if (getpartyleader(@PartyID) == strcharinfo(0)) goto continuaparty; mes "[^CC0000Supervivencia^000000]"; mes "Si no eres el lider de una party no puedes usar este servicio."; close; continuaparty: if (getmapusers("pvp_n_2-5.gat") >= 1) goto ocupado; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath001"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath002"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath003"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath004"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath005"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath006"; set $@SuperPoint02,0; setcell "pvp_n_2-5",70,101,79,98,cell_walkable,0; setcell "pvp_n_2-5",80,119,86,112,cell_walkable,0; setcell "pvp_n_2-5",98,131,101,120,cell_walkable,0; setcell "pvp_n_2-5",131,101,120,98,cell_walkable,0; setcell "pvp_n_2-5",101,67,98,71,cell_walkable,0; setcell "pvp_n_2-5",80,80,87,87,cell_walkable,0; setcell "pvp_n_2-5",119,80,112,86,cell_walkable,0; setcell "pvp_n_2-5",119,119,113,112,cell_walkable,0; specialeffect2 125; specialeffect2 487; specialeffect2 458; specialeffect2 454; sleep2 500; specialeffect2 172; specialeffect2 589; specialeffect2 314; specialeffect2 445; sleep2 500; specialeffect2 587; sleep2 1000; warp "pvp_n_2-5.gat",99,100; specialeffect2 446; sleep2 800; specialeffect2 378; //Vuelve alma sleep2 3000; atcommand "@partyrecall "+strcharinfo(1)+""; sleep2 5000; mapannounce "pvp_n_2-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow; sleep2 30000; mapannounce "pvp_n_2-5","Supervivencia: Comenzando supervivencia.",bc_yellow; sleep2 5000; areamonster "pvp_n_2-5",82,117,117,82,"Zombie",1015,15,"Supervivencia::OnThisMobDeath002"; end; sup2par: set @PartyID,getcharid(1); if (getpartyleader(@PartyID) == strcharinfo(0)) goto continuaparty2; mes "[^CC0000Supervivencia^000000]"; mes "Si no eres el lider de una party no puedes usar este servicio."; close; continuaparty2: if (getmapusers("pvp_n_2-5.gat") >= 1) goto ocupado; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath001"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath002"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath003"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath004"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath005"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath006"; set $@SuperPoint05,0; setcell "pvp_n_2-5",70,101,79,98,cell_walkable,0; setcell "pvp_n_2-5",80,119,86,112,cell_walkable,0; setcell "pvp_n_2-5",98,131,101,120,cell_walkable,0; setcell "pvp_n_2-5",131,101,120,98,cell_walkable,0; setcell "pvp_n_2-5",101,67,98,71,cell_walkable,0; setcell "pvp_n_2-5",80,80,87,87,cell_walkable,0; setcell "pvp_n_2-5",119,80,112,86,cell_walkable,0; setcell "pvp_n_2-5",119,119,113,112,cell_walkable,0; specialeffect2 125; specialeffect2 487; specialeffect2 458; specialeffect2 454; sleep2 500; specialeffect2 172; specialeffect2 589; specialeffect2 314; specialeffect2 445; sleep2 500; specialeffect2 587; sleep2 1000; warp "pvp_n_2-5.gat",99,100; specialeffect2 446; sleep2 800; specialeffect2 378; //Vuelve alma sleep2 3000; atcommand "@partyrecall "+strcharinfo(1)+""; sleep2 5000; mapannounce "pvp_n_2-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow; sleep2 30000; mapannounce "pvp_n_2-5","Supervivencia: Comenzando supervivencia.",bc_yellow; sleep2 5000; areamonster "pvp_n_2-5",82,117,117,82,"Rompe para Empezar",2014,1,"Supervivencia::OnThisMobDeath005"; end; sup1gui: set @GuildGM,getcharid(2); if (@GuildGM == 0) goto noguild; if (strcharinfo(0)==getguildmaster(@GuildGM)) goto GuildMaster1; goto noguild; end; GuildMaster1: if (getmapusers("pvp_n_2-5.gat") >= 1) goto ocupado; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath001"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath002"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath003"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath004"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath005"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath006"; set $@SuperPoint03,0; setcell "pvp_n_2-5",70,101,79,98,cell_walkable,0; setcell "pvp_n_2-5",80,119,86,112,cell_walkable,0; setcell "pvp_n_2-5",98,131,101,120,cell_walkable,0; setcell "pvp_n_2-5",131,101,120,98,cell_walkable,0; setcell "pvp_n_2-5",101,67,98,71,cell_walkable,0; setcell "pvp_n_2-5",80,80,87,87,cell_walkable,0; setcell "pvp_n_2-5",119,80,112,86,cell_walkable,0; setcell "pvp_n_2-5",119,119,113,112,cell_walkable,0; specialeffect2 125; specialeffect2 487; specialeffect2 458; specialeffect2 454; sleep2 500; specialeffect2 172; specialeffect2 589; specialeffect2 314; specialeffect2 445; sleep2 500; specialeffect2 587; sleep2 1000; warp "pvp_n_2-5.gat",99,100; specialeffect2 446; sleep2 800; specialeffect2 378; //Vuelve alma sleep2 3000; atcommand "@guildrecall "+strcharinfo(2)+""; sleep2 5000; mapannounce "pvp_n_2-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow; sleep2 30000; mapannounce "pvp_n_2-5","Supervivencia: Comenzando supervivencia.",bc_yellow; sleep2 5000; areamonster "pvp_n_2-5",82,117,117,82,"Zombie",1015,15,"Supervivencia::OnThisMobDeath003"; end; noguild: mes "[^CC0000Supervivencia^000000]"; mes "Si no eres el lider de una guild no puedes usar este servicio."; close; sup2gui: set @GuildGM,getcharid(2); if (@GuildGM == 0) goto noguild; if (strcharinfo(0)==getguildmaster(@GuildGM)) goto GuildMaster2; goto noguild; end; GuildMaster2: if (getmapusers("pvp_n_2-5.gat") >= 1) goto ocupado; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath001"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath002"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath003"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath004"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath005"; killmonster "pvp_n_2-5","Supervivencia::OnThisMobDeath006"; set $@SuperPoint06,0; setcell "pvp_n_2-5",70,101,79,98,cell_walkable,0; setcell "pvp_n_2-5",80,119,86,112,cell_walkable,0; setcell "pvp_n_2-5",98,131,101,120,cell_walkable,0; setcell "pvp_n_2-5",131,101,120,98,cell_walkable,0; setcell "pvp_n_2-5",101,67,98,71,cell_walkable,0; setcell "pvp_n_2-5",80,80,87,87,cell_walkable,0; setcell "pvp_n_2-5",119,80,112,86,cell_walkable,0; setcell "pvp_n_2-5",119,119,113,112,cell_walkable,0; specialeffect2 125; specialeffect2 487; specialeffect2 458; specialeffect2 454; sleep2 500; specialeffect2 172; specialeffect2 589; specialeffect2 314; specialeffect2 445; sleep2 500; specialeffect2 587; sleep2 1000; warp "pvp_n_2-5.gat",99,100; specialeffect2 446; sleep2 800; specialeffect2 378; //Vuelve alma sleep2 3000; atcommand "@guildrecall "+strcharinfo(2)+""; sleep2 5000; mapannounce "pvp_n_2-5","Supervivencia: Tienes 30 segundos para prepararte, despues de este tiempo empezará la supervivencia.",bc_yellow; sleep2 30000; mapannounce "pvp_n_2-5","Supervivencia: Comenzando supervivencia.",bc_yellow; sleep2 5000; areamonster "pvp_n_2-5",82,117,117,82,"Rompe para Empezar",2014,1,"Supervivencia::OnThisMobDeath006"; end; cancelar: close; ocupado: mes "[^CC0000Supervivencia^000000]"; mes "Hay alguien usando mi sala, tendrás que esperar a que quede libre."; next; mes "[^CC0000Supervivencia^000000]"; mes "Hasta luego."; close; OnThisMobDeath001: set $@SuperPoint01,$@SuperPoint01+1; set Survivarpoints,Survivarpoints+1; if ($@SuperPoint01 == 100) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 200) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 300) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 400) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 500) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 600) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 700) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 800) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 900) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1000) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1100) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1200) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1300) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1400) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1500) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1600) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1700) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1800) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 1900) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint01 == 2000) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); set .@LanzadorMob,rand(1,5); set .@LanzadorMob,.@LanzadorMob+$@SuperPoint01; if ($@SuperPoint01 > $SPRank01){ set $SPRank01,$@SuperPoint01; set $SPRankN01$,strcharinfo(0); } set @SPDecirPuntos,rand(1,5); if (@SPDecirPuntos == 1) mapannounce "pvp_n_2-5","Puntos de Supervivencia: "+$@SuperPoint01+". [Record: "+$SPRank01+" por "+$SPRankN01$+"]",bc_yellow; if (.@LanzadorMob <= 25) {areamonster "pvp_n_2-5",82,117,117,82,"Thief Bug Male",1054,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 50) {areamonster "pvp_n_2-5",82,117,117,82,"Toad",1089,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 75) {areamonster "pvp_n_2-5",82,117,117,82,"Soldier Skeleton",1028,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 100) {areamonster "pvp_n_2-5",82,117,117,82,"Rotar Zairo",1392,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 125) {areamonster "pvp_n_2-5",82,117,117,82,"Whisper",1179,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 150) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Baby",1686,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 175) {areamonster "pvp_n_2-5",82,117,117,82,"Myst",1151,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 200) {areamonster "pvp_n_2-5",82,117,117,82,"Fur Seal",1317,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 225) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lady",1273,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 250) {areamonster "pvp_n_2-5",82,117,117,82,"Frilldora",1119,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 275) {areamonster "pvp_n_2-5",82,117,117,82,"Mimic",1191,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 300) {areamonster "pvp_n_2-5",82,117,117,82,"Baphomet Jr.",1101,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 325) {areamonster "pvp_n_2-5",82,117,117,82,"Stone Shooter",1495,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 350) {areamonster "pvp_n_2-5",82,117,117,82,"Obeaune",1044,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 375) {areamonster "pvp_n_2-5",82,117,117,82,"Mobster",1313,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 400) {areamonster "pvp_n_2-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 425) {areamonster "pvp_n_2-5",82,117,117,82,"Nine Tail",1180,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 450) {areamonster "pvp_n_2-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 475) {areamonster "pvp_n_2-5",82,117,117,82,"Nightmare",1061,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 500) {areamonster "pvp_n_2-5",82,117,117,82,"Merman",1264,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 525) {areamonster "pvp_n_2-5",82,117,117,82,"Tamruan",1584,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 550) {areamonster "pvp_n_2-5",82,117,117,82,"Dark Frame",1260,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 575) {areamonster "pvp_n_2-5",82,117,117,82,"Gajomart",1309,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 600) {areamonster "pvp_n_2-5",82,117,117,82,"Wind Ghost",1263,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 625) {areamonster "pvp_n_2-5",82,117,117,82,"Harpy",1376,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 650) {areamonster "pvp_n_2-5",82,117,117,82,"Venomous",1621,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 675) {areamonster "pvp_n_2-5",82,117,117,82,"Sleeper",1386,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 700) {areamonster "pvp_n_2-5",82,117,117,82,"Bathory",1102,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 725) {areamonster "pvp_n_2-5",82,117,117,82,"Pest",1256,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 750) {areamonster "pvp_n_2-5",82,117,117,82,"Clock Tower Manager",1270,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 775) {areamonster "pvp_n_2-5",82,117,117,82,"Skeleton General",1290,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 800) {areamonster "pvp_n_2-5",82,117,117,82,"Teddy Bear",1622,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 825) {areamonster "pvp_n_2-5",82,117,117,82,"Owl Duke",1320,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 850) {areamonster "pvp_n_2-5",82,117,117,82,"Injustice",1257,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 875) {areamonster "pvp_n_2-5",82,117,117,82,"Evil Cloud Hermit",1412,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 900) {areamonster "pvp_n_2-5",82,117,117,82,"Gargoyle",1253,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 925) {areamonster "pvp_n_2-5",82,117,117,82,"Galion",1783,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 950) {areamonster "pvp_n_2-5",82,117,117,82,"Assaulter",1315,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 975) {areamonster "pvp_n_2-5",82,117,117,82,"Garm Baby",1515,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1000) {areamonster "pvp_n_2-5",82,117,117,82,"Diabolic",1382,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1025) {areamonster "pvp_n_2-5",82,117,117,82,"Snowier",1775,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1050) {areamonster "pvp_n_2-5",82,117,117,82,"Ancient Mimic",1699,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1075) {areamonster "pvp_n_2-5",82,117,117,82,"Ungoliant",1618,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1100) {areamonster "pvp_n_2-5",82,117,117,82,"Dullahan",1504,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1125) {areamonster "pvp_n_2-5",82,117,117,82,"Ice Titan",1777,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1150) {areamonster "pvp_n_2-5",82,117,117,82,"Flame Skull",1869,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1175) {areamonster "pvp_n_2-5",82,117,117,82,"Retribution",1702,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1200) {areamonster "pvp_n_2-5",82,117,117,82,"Seeker",1774,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1225) {areamonster "pvp_n_2-5",82,117,117,82,"Archangeling",1388,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1250) {areamonster "pvp_n_2-5",82,117,117,82,"Imp",1837,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1275) {areamonster "pvp_n_2-5",82,117,117,82,"Thanatos Odium",1704,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1300) {areamonster "pvp_n_2-5",82,117,117,82,"Executioner",1205,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1325) {areamonster "pvp_n_2-5",82,117,117,82,"Zombie Slaughter",1864,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1350) {areamonster "pvp_n_2-5",82,117,117,82,"Hydrolancer",1720,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1375) {areamonster "pvp_n_2-5",82,117,117,82,"Acidus",1713,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1400) {areamonster "pvp_n_2-5",82,117,117,82,"Banshee",1867,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1425) {areamonster "pvp_n_2-5",82,117,117,82,"Skeggiold",1755,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1450) {areamonster "pvp_n_2-5",82,117,117,82,"Tirfing",1204,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1475) {areamonster "pvp_n_2-5",82,117,117,82,"Bloody Knight",1268,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1500) {areamonster "pvp_n_2-5",82,117,117,82,"Mysteltainn",1203,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1525) {areamonster "pvp_n_2-5",82,117,117,82,"Kasa",1833,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1550) {areamonster "pvp_n_2-5",82,117,117,82,"Maya Purple",1289,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1575) {areamonster "pvp_n_2-5",82,117,117,82,"Salamander",1831,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1600) {areamonster "pvp_n_2-5",82,117,117,82,"Necromancer",1870,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1625) {areamonster "pvp_n_2-5",82,117,117,82,"Magaleta",1637,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1650) {areamonster "pvp_n_2-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1675) {areamonster "pvp_n_2-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1700) {areamonster "pvp_n_2-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1725) {areamonster "pvp_n_2-5",82,117,117,82,"Harword",1636,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1750) {areamonster "pvp_n_2-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1775) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1800) {areamonster "pvp_n_2-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1825) {areamonster "pvp_n_2-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1850) {areamonster "pvp_n_2-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1875) {areamonster "pvp_n_2-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1900) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1925) {areamonster "pvp_n_2-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1950) {areamonster "pvp_n_2-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 1975) {areamonster "pvp_n_2-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2000) {areamonster "pvp_n_2-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2025) {areamonster "pvp_n_2-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2050) {areamonster "pvp_n_2-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2075) {areamonster "pvp_n_2-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2100) {areamonster "pvp_n_2-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2125) {areamonster "pvp_n_2-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob <= 2150) {areamonster "pvp_n_2-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath001"; end;} if (.@LanzadorMob >= 2175) {areamonster "pvp_n_2-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath001"; end;} end; OnThisMobDeath002: set $@SuperPoint02,$@SuperPoint02+1; set Survivarpoints,Survivarpoints+1; if ($@SuperPoint02 == 100) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 200) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 300) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 400) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 500) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 600) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 700) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 800) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 900) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1000) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1100) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1200) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1300) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1400) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1500) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1600) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1700) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1800) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 1900) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint02 == 2000) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); set .@LanzadorMob,rand(1,5); set .@LanzadorMob,.@LanzadorMob+$@SuperPoint02; if ($@SuperPoint02 > $SPRank02){ set $SPRank02,$@SuperPoint02; set $SPRankN02$,strcharinfo(1); } set @SPDecirPuntos,rand(1,5); if (@SPDecirPuntos == 1) mapannounce "pvp_n_2-5","Puntos de Supervivencia: "+$@SuperPoint02+". [Record: "+$SPRank02+" por "+$SPRankN02$+"]",bc_yellow; if (.@LanzadorMob <= 25) {areamonster "pvp_n_2-5",82,117,117,82,"Thief Bug Male",1054,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 50) {areamonster "pvp_n_2-5",82,117,117,82,"Toad",1089,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 75) {areamonster "pvp_n_2-5",82,117,117,82,"Soldier Skeleton",1028,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 100) {areamonster "pvp_n_2-5",82,117,117,82,"Rotar Zairo",1392,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 125) {areamonster "pvp_n_2-5",82,117,117,82,"Whisper",1179,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 150) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Baby",1686,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 175) {areamonster "pvp_n_2-5",82,117,117,82,"Myst",1151,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 200) {areamonster "pvp_n_2-5",82,117,117,82,"Fur Seal",1317,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 225) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lady",1273,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 250) {areamonster "pvp_n_2-5",82,117,117,82,"Frilldora",1119,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 275) {areamonster "pvp_n_2-5",82,117,117,82,"Mimic",1191,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 300) {areamonster "pvp_n_2-5",82,117,117,82,"Baphomet Jr.",1101,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 325) {areamonster "pvp_n_2-5",82,117,117,82,"Stone Shooter",1495,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 350) {areamonster "pvp_n_2-5",82,117,117,82,"Obeaune",1044,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 375) {areamonster "pvp_n_2-5",82,117,117,82,"Mobster",1313,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 400) {areamonster "pvp_n_2-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 425) {areamonster "pvp_n_2-5",82,117,117,82,"Nine Tail",1180,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 450) {areamonster "pvp_n_2-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 475) {areamonster "pvp_n_2-5",82,117,117,82,"Nightmare",1061,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 500) {areamonster "pvp_n_2-5",82,117,117,82,"Merman",1264,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 525) {areamonster "pvp_n_2-5",82,117,117,82,"Tamruan",1584,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 550) {areamonster "pvp_n_2-5",82,117,117,82,"Dark Frame",1260,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 575) {areamonster "pvp_n_2-5",82,117,117,82,"Gajomart",1309,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 600) {areamonster "pvp_n_2-5",82,117,117,82,"Wind Ghost",1263,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 625) {areamonster "pvp_n_2-5",82,117,117,82,"Harpy",1376,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 650) {areamonster "pvp_n_2-5",82,117,117,82,"Venomous",1621,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 675) {areamonster "pvp_n_2-5",82,117,117,82,"Sleeper",1386,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 700) {areamonster "pvp_n_2-5",82,117,117,82,"Bathory",1102,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 725) {areamonster "pvp_n_2-5",82,117,117,82,"Pest",1256,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 750) {areamonster "pvp_n_2-5",82,117,117,82,"Clock Tower Manager",1270,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 775) {areamonster "pvp_n_2-5",82,117,117,82,"Skeleton General",1290,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 800) {areamonster "pvp_n_2-5",82,117,117,82,"Teddy Bear",1622,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 825) {areamonster "pvp_n_2-5",82,117,117,82,"Owl Duke",1320,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 850) {areamonster "pvp_n_2-5",82,117,117,82,"Injustice",1257,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 875) {areamonster "pvp_n_2-5",82,117,117,82,"Evil Cloud Hermit",1412,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 900) {areamonster "pvp_n_2-5",82,117,117,82,"Gargoyle",1253,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 925) {areamonster "pvp_n_2-5",82,117,117,82,"Galion",1783,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 950) {areamonster "pvp_n_2-5",82,117,117,82,"Assaulter",1315,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 975) {areamonster "pvp_n_2-5",82,117,117,82,"Garm Baby",1515,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1000) {areamonster "pvp_n_2-5",82,117,117,82,"Diabolic",1382,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1025) {areamonster "pvp_n_2-5",82,117,117,82,"Snowier",1775,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1050) {areamonster "pvp_n_2-5",82,117,117,82,"Ancient Mimic",1699,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1075) {areamonster "pvp_n_2-5",82,117,117,82,"Ungoliant",1618,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1100) {areamonster "pvp_n_2-5",82,117,117,82,"Dullahan",1504,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1125) {areamonster "pvp_n_2-5",82,117,117,82,"Ice Titan",1777,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1150) {areamonster "pvp_n_2-5",82,117,117,82,"Flame Skull",1869,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1175) {areamonster "pvp_n_2-5",82,117,117,82,"Retribution",1702,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1200) {areamonster "pvp_n_2-5",82,117,117,82,"Seeker",1774,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1225) {areamonster "pvp_n_2-5",82,117,117,82,"Archangeling",1388,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1250) {areamonster "pvp_n_2-5",82,117,117,82,"Imp",1837,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1275) {areamonster "pvp_n_2-5",82,117,117,82,"Thanatos Odium",1704,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1300) {areamonster "pvp_n_2-5",82,117,117,82,"Executioner",1205,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1325) {areamonster "pvp_n_2-5",82,117,117,82,"Zombie Slaughter",1864,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1350) {areamonster "pvp_n_2-5",82,117,117,82,"Hydrolancer",1720,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1375) {areamonster "pvp_n_2-5",82,117,117,82,"Acidus",1713,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1400) {areamonster "pvp_n_2-5",82,117,117,82,"Banshee",1867,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1425) {areamonster "pvp_n_2-5",82,117,117,82,"Skeggiold",1755,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1450) {areamonster "pvp_n_2-5",82,117,117,82,"Tirfing",1204,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1475) {areamonster "pvp_n_2-5",82,117,117,82,"Bloody Knight",1268,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1500) {areamonster "pvp_n_2-5",82,117,117,82,"Mysteltainn",1203,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1525) {areamonster "pvp_n_2-5",82,117,117,82,"Kasa",1833,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1550) {areamonster "pvp_n_2-5",82,117,117,82,"Maya Purple",1289,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1575) {areamonster "pvp_n_2-5",82,117,117,82,"Salamander",1831,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1600) {areamonster "pvp_n_2-5",82,117,117,82,"Necromancer",1870,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1625) {areamonster "pvp_n_2-5",82,117,117,82,"Magaleta",1637,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1650) {areamonster "pvp_n_2-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1675) {areamonster "pvp_n_2-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1700) {areamonster "pvp_n_2-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1725) {areamonster "pvp_n_2-5",82,117,117,82,"Harword",1636,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1750) {areamonster "pvp_n_2-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1775) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1800) {areamonster "pvp_n_2-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1825) {areamonster "pvp_n_2-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1850) {areamonster "pvp_n_2-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1875) {areamonster "pvp_n_2-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1900) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1925) {areamonster "pvp_n_2-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1950) {areamonster "pvp_n_2-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 1975) {areamonster "pvp_n_2-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2000) {areamonster "pvp_n_2-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2025) {areamonster "pvp_n_2-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2050) {areamonster "pvp_n_2-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2075) {areamonster "pvp_n_2-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2100) {areamonster "pvp_n_2-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2125) {areamonster "pvp_n_2-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob <= 2150) {areamonster "pvp_n_2-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath002"; end;} if (.@LanzadorMob >= 2175) {areamonster "pvp_n_2-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath002"; end;} end; OnThisMobDeath003: set $@SuperPoint03,$@SuperPoint03+1; set Survivarpoints,Survivarpoints+1; if ($@SuperPoint03 == 100) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 200) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 300) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 400) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 500) makeitem rand(12041,12070),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 600) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 700) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 800) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 900) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1000) makeitem rand(12071,12100),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1100) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1200) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1300) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1400) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1500) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1600) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1700) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1800) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 1900) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); if ($@SuperPoint03 == 2000) makeitem rand(12429,12434),rand(1,3),"pvp_n_2-5",rand(80,110),rand(80,110); set .@LanzadorMob,rand(1,5); set .@LanzadorMob,.@LanzadorMob+$@SuperPoint03; if ($@SuperPoint03 > $SPRank03){ set $SPRank03,$@SuperPoint03; set $SPRankN03$,strcharinfo(2); } set @SPDecirPuntos,rand(1,5); if (@SPDecirPuntos == 1) mapannounce "pvp_n_2-5","Puntos de Supervivencia: "+$@SuperPoint03+". [Record: "+$SPRank03+" por "+$SPRankN03$+"]",bc_yellow; if (.@LanzadorMob <= 25) {areamonster "pvp_n_2-5",82,117,117,82,"Thief Bug Male",1054,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 50) {areamonster "pvp_n_2-5",82,117,117,82,"Toad",1089,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 75) {areamonster "pvp_n_2-5",82,117,117,82,"Soldier Skeleton",1028,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 100) {areamonster "pvp_n_2-5",82,117,117,82,"Rotar Zairo",1392,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 125) {areamonster "pvp_n_2-5",82,117,117,82,"Whisper",1179,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 150) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Baby",1686,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 175) {areamonster "pvp_n_2-5",82,117,117,82,"Myst",1151,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 200) {areamonster "pvp_n_2-5",82,117,117,82,"Fur Seal",1317,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 225) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lady",1273,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 250) {areamonster "pvp_n_2-5",82,117,117,82,"Frilldora",1119,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 275) {areamonster "pvp_n_2-5",82,117,117,82,"Mimic",1191,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 300) {areamonster "pvp_n_2-5",82,117,117,82,"Baphomet Jr.",1101,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 325) {areamonster "pvp_n_2-5",82,117,117,82,"Stone Shooter",1495,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 350) {areamonster "pvp_n_2-5",82,117,117,82,"Obeaune",1044,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 375) {areamonster "pvp_n_2-5",82,117,117,82,"Mobster",1313,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 400) {areamonster "pvp_n_2-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 425) {areamonster "pvp_n_2-5",82,117,117,82,"Nine Tail",1180,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 450) {areamonster "pvp_n_2-5",82,117,117,82,"Baby Leopard",1415,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 475) {areamonster "pvp_n_2-5",82,117,117,82,"Nightmare",1061,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 500) {areamonster "pvp_n_2-5",82,117,117,82,"Merman",1264,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 525) {areamonster "pvp_n_2-5",82,117,117,82,"Tamruan",1584,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 550) {areamonster "pvp_n_2-5",82,117,117,82,"Dark Frame",1260,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 575) {areamonster "pvp_n_2-5",82,117,117,82,"Gajomart",1309,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 600) {areamonster "pvp_n_2-5",82,117,117,82,"Wind Ghost",1263,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 625) {areamonster "pvp_n_2-5",82,117,117,82,"Harpy",1376,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 650) {areamonster "pvp_n_2-5",82,117,117,82,"Venomous",1621,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 675) {areamonster "pvp_n_2-5",82,117,117,82,"Sleeper",1386,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 700) {areamonster "pvp_n_2-5",82,117,117,82,"Bathory",1102,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 725) {areamonster "pvp_n_2-5",82,117,117,82,"Pest",1256,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 750) {areamonster "pvp_n_2-5",82,117,117,82,"Clock Tower Manager",1270,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 775) {areamonster "pvp_n_2-5",82,117,117,82,"Skeleton General",1290,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 800) {areamonster "pvp_n_2-5",82,117,117,82,"Teddy Bear",1622,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 825) {areamonster "pvp_n_2-5",82,117,117,82,"Owl Duke",1320,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 850) {areamonster "pvp_n_2-5",82,117,117,82,"Injustice",1257,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 875) {areamonster "pvp_n_2-5",82,117,117,82,"Evil Cloud Hermit",1412,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 900) {areamonster "pvp_n_2-5",82,117,117,82,"Gargoyle",1253,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 925) {areamonster "pvp_n_2-5",82,117,117,82,"Galion",1783,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 950) {areamonster "pvp_n_2-5",82,117,117,82,"Assaulter",1315,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 975) {areamonster "pvp_n_2-5",82,117,117,82,"Garm Baby",1515,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1000) {areamonster "pvp_n_2-5",82,117,117,82,"Diabolic",1382,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1025) {areamonster "pvp_n_2-5",82,117,117,82,"Snowier",1775,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1050) {areamonster "pvp_n_2-5",82,117,117,82,"Ancient Mimic",1699,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1075) {areamonster "pvp_n_2-5",82,117,117,82,"Ungoliant",1618,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1100) {areamonster "pvp_n_2-5",82,117,117,82,"Dullahan",1504,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1125) {areamonster "pvp_n_2-5",82,117,117,82,"Ice Titan",1777,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1150) {areamonster "pvp_n_2-5",82,117,117,82,"Flame Skull",1869,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1175) {areamonster "pvp_n_2-5",82,117,117,82,"Retribution",1702,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1200) {areamonster "pvp_n_2-5",82,117,117,82,"Seeker",1774,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1225) {areamonster "pvp_n_2-5",82,117,117,82,"Archangeling",1388,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1250) {areamonster "pvp_n_2-5",82,117,117,82,"Imp",1837,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1275) {areamonster "pvp_n_2-5",82,117,117,82,"Thanatos Odium",1704,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1300) {areamonster "pvp_n_2-5",82,117,117,82,"Executioner",1205,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1325) {areamonster "pvp_n_2-5",82,117,117,82,"Zombie Slaughter",1864,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1350) {areamonster "pvp_n_2-5",82,117,117,82,"Hydrolancer",1720,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1375) {areamonster "pvp_n_2-5",82,117,117,82,"Acidus",1713,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1400) {areamonster "pvp_n_2-5",82,117,117,82,"Banshee",1867,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1425) {areamonster "pvp_n_2-5",82,117,117,82,"Skeggiold",1755,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1450) {areamonster "pvp_n_2-5",82,117,117,82,"Tirfing",1204,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1475) {areamonster "pvp_n_2-5",82,117,117,82,"Bloody Knight",1268,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1500) {areamonster "pvp_n_2-5",82,117,117,82,"Mysteltainn",1203,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1525) {areamonster "pvp_n_2-5",82,117,117,82,"Kasa",1833,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1550) {areamonster "pvp_n_2-5",82,117,117,82,"Maya Purple",1289,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1575) {areamonster "pvp_n_2-5",82,117,117,82,"Salamander",1831,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1600) {areamonster "pvp_n_2-5",82,117,117,82,"Necromancer",1870,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1625) {areamonster "pvp_n_2-5",82,117,117,82,"Magaleta",1637,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1650) {areamonster "pvp_n_2-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1675) {areamonster "pvp_n_2-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1700) {areamonster "pvp_n_2-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1725) {areamonster "pvp_n_2-5",82,117,117,82,"Harword",1636,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1750) {areamonster "pvp_n_2-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1775) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1800) {areamonster "pvp_n_2-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1825) {areamonster "pvp_n_2-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1850) {areamonster "pvp_n_2-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1875) {areamonster "pvp_n_2-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1900) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1925) {areamonster "pvp_n_2-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1950) {areamonster "pvp_n_2-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 1975) {areamonster "pvp_n_2-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2000) {areamonster "pvp_n_2-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2025) {areamonster "pvp_n_2-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2050) {areamonster "pvp_n_2-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2075) {areamonster "pvp_n_2-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2100) {areamonster "pvp_n_2-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2125) {areamonster "pvp_n_2-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob <= 2150) {areamonster "pvp_n_2-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath003"; end;} if (.@LanzadorMob >= 2175) {areamonster "pvp_n_2-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath003"; end;} end; OnThisMobDeath004: set $@SuperPoint04,$@SuperPoint04+1; set Survivarpoints,Survivarpoints+1; set .@LanzadorMob,rand(1,47); if ($@SuperPoint04 > $SPRank04){ set $SPRank04,$@SuperPoint04; set $SPRankN04$,strcharinfo(0); } mapannounce "pvp_n_2-5","Puntos de Supervivencia: "+$@SuperPoint04+". [Record: "+$SPRank04+" por "+$SPRankN04$+"]",bc_yellow; if (.@LanzadorMob == 1) {areamonster "pvp_n_2-5",82,117,117,82,"Amon Ra",1511,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 2) {areamonster "pvp_n_2-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 3) {areamonster "pvp_n_2-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 4) {areamonster "pvp_n_2-5",82,117,117,82,"Baphomet",1039,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 5) {areamonster "pvp_n_2-5",82,117,117,82,"Beelzebub",1873,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 6) {areamonster "pvp_n_2-5",82,117,117,82,"Boitata",2068,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 7) {areamonster "pvp_n_2-5",82,117,117,82,"Dark Lord",1272,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 8) {areamonster "pvp_n_2-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 9) {areamonster "pvp_n_2-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 10) {areamonster "pvp_n_2-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 11) {areamonster "pvp_n_2-5",82,117,117,82,"Drake",1112,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 12) {areamonster "pvp_n_2-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 13) {areamonster "pvp_n_2-5",82,117,117,82,"Evil Snake Lord",1418,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 14) {areamonster "pvp_n_2-5",82,117,117,82,"Fallen Bishop",1871,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 15) {areamonster "pvp_n_2-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 16) {areamonster "pvp_n_2-5",82,117,117,82,"Gloom Under Night",1768,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 17) {areamonster "pvp_n_2-5",82,117,117,82,"Gold Queen Scaraba",2165,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 18) {areamonster "pvp_n_2-5",82,117,117,82,"Golden Thief Bug",1086,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 19) {areamonster "pvp_n_2-5",82,117,117,82,"Gopinich",1885,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 20) {areamonster "pvp_n_2-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 21) {areamonster "pvp_n_2-5",82,117,117,82,"Incantation Samurai",1492,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 22) {areamonster "pvp_n_2-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 23) {areamonster "pvp_n_2-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 24) {areamonster "pvp_n_2-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 25) {areamonster "pvp_n_2-5",82,117,117,82,"Lady Tanee",1688,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 26) {areamonster "pvp_n_2-5",82,117,117,82,"Leak",2156,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 27) {areamonster "pvp_n_2-5",82,117,117,82,"Lord of Death",1373,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 28) {areamonster "pvp_n_2-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 29) {areamonster "pvp_n_2-5",82,117,117,82,"Mistress",1059,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 30) {areamonster "pvp_n_2-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 31) {areamonster "pvp_n_2-5",82,117,117,82,"Nidhoggr's Shadow",2022,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 32) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 33) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 34) {areamonster "pvp_n_2-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 35) {areamonster "pvp_n_2-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 36) {areamonster "pvp_n_2-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 37) {areamonster "pvp_n_2-5",82,117,117,82,"Queen Scaraba",2087,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 38) {areamonster "pvp_n_2-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 39) {areamonster "pvp_n_2-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 40) {areamonster "pvp_n_2-5",82,117,117,82,"Thanatos",1708,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 41) {areamonster "pvp_n_2-5",82,117,117,82,"Turtle General",1312,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 42) {areamonster "pvp_n_2-5",82,117,117,82,"Valkyrie Randgris",1751,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 43) {areamonster "pvp_n_2-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 44) {areamonster "pvp_n_2-5",82,117,117,82,"Ygnizem",1658,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 45) {areamonster "pvp_n_2-5",82,117,117,82,"Satan Morroc",1916,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 46) {areamonster "pvp_n_2-5",82,117,117,82,"Naght Sieger",1956,1,"Supervivencia::OnThisMobDeath004"; end;} if (.@LanzadorMob == 47) {areamonster "pvp_n_2-5",82,117,117,82,"Entweihen Crothen",1957,1,"Supervivencia::OnThisMobDeath004"; end;} end; OnThisMobDeath005: set $@SuperPoint05,$@SuperPoint05+1; set Survivarpoints,Survivarpoints+1; set .@LanzadorMob,rand(1,47); if ($@SuperPoint05 > $SPRank05){ set $SPRank05,$@SuperPoint05; set $SPRankN05$,strcharinfo(1); } mapannounce "pvp_n_2-5","Puntos de Supervivencia: "+$@SuperPoint05+". [Record: "+$SPRank05+" por "+$SPRankN05$+"]",bc_yellow; if (.@LanzadorMob == 1) {areamonster "pvp_n_2-5",82,117,117,82,"Amon Ra",1511,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 2) {areamonster "pvp_n_2-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 3) {areamonster "pvp_n_2-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 4) {areamonster "pvp_n_2-5",82,117,117,82,"Baphomet",1039,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 5) {areamonster "pvp_n_2-5",82,117,117,82,"Beelzebub",1873,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 6) {areamonster "pvp_n_2-5",82,117,117,82,"Boitata",2068,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 7) {areamonster "pvp_n_2-5",82,117,117,82,"Dark Lord",1272,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 8) {areamonster "pvp_n_2-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 9) {areamonster "pvp_n_2-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 10) {areamonster "pvp_n_2-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 11) {areamonster "pvp_n_2-5",82,117,117,82,"Drake",1112,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 12) {areamonster "pvp_n_2-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 13) {areamonster "pvp_n_2-5",82,117,117,82,"Evil Snake Lord",1418,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 14) {areamonster "pvp_n_2-5",82,117,117,82,"Fallen Bishop",1871,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 15) {areamonster "pvp_n_2-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 16) {areamonster "pvp_n_2-5",82,117,117,82,"Gloom Under Night",1768,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 17) {areamonster "pvp_n_2-5",82,117,117,82,"Gold Queen Scaraba",2165,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 18) {areamonster "pvp_n_2-5",82,117,117,82,"Golden Thief Bug",1086,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 19) {areamonster "pvp_n_2-5",82,117,117,82,"Gopinich",1885,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 20) {areamonster "pvp_n_2-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 21) {areamonster "pvp_n_2-5",82,117,117,82,"Incantation Samurai",1492,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 22) {areamonster "pvp_n_2-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 23) {areamonster "pvp_n_2-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 24) {areamonster "pvp_n_2-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 25) {areamonster "pvp_n_2-5",82,117,117,82,"Lady Tanee",1688,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 26) {areamonster "pvp_n_2-5",82,117,117,82,"Leak",2156,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 27) {areamonster "pvp_n_2-5",82,117,117,82,"Lord of Death",1373,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 28) {areamonster "pvp_n_2-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 29) {areamonster "pvp_n_2-5",82,117,117,82,"Mistress",1059,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 30) {areamonster "pvp_n_2-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 31) {areamonster "pvp_n_2-5",82,117,117,82,"Nidhoggr's Shadow",2022,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 32) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 33) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 34) {areamonster "pvp_n_2-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 35) {areamonster "pvp_n_2-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 36) {areamonster "pvp_n_2-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 37) {areamonster "pvp_n_2-5",82,117,117,82,"Queen Scaraba",2087,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 38) {areamonster "pvp_n_2-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 39) {areamonster "pvp_n_2-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 40) {areamonster "pvp_n_2-5",82,117,117,82,"Thanatos",1708,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 41) {areamonster "pvp_n_2-5",82,117,117,82,"Turtle General",1312,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 42) {areamonster "pvp_n_2-5",82,117,117,82,"Valkyrie Randgris",1751,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 43) {areamonster "pvp_n_2-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 44) {areamonster "pvp_n_2-5",82,117,117,82,"Ygnizem",1658,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 45) {areamonster "pvp_n_2-5",82,117,117,82,"Satan Morroc",1916,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 46) {areamonster "pvp_n_2-5",82,117,117,82,"Naght Sieger",1956,1,"Supervivencia::OnThisMobDeath005"; end;} if (.@LanzadorMob == 47) {areamonster "pvp_n_2-5",82,117,117,82,"Entweihen Crothen",1957,1,"Supervivencia::OnThisMobDeath005"; end;} end; OnThisMobDeath006: set $@SuperPoint06,$@SuperPoint06+1; set Survivarpoints,Survivarpoints+1; set .@LanzadorMob,rand(1,47); if ($@SuperPoint06 > $SPRank06){ set $SPRank06,$@SuperPoint06; set $SPRankN06$,strcharinfo(2); } mapannounce "pvp_n_2-5","Puntos de Supervivencia: "+$@SuperPoint06+". [Record: "+$SPRank06+" por "+$SPRankN06$+"]",bc_yellow; if (.@LanzadorMob == 1) {areamonster "pvp_n_2-5",82,117,117,82,"Amon Ra",1511,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 2) {areamonster "pvp_n_2-5",82,117,117,82,"Atroce",1785,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 3) {areamonster "pvp_n_2-5",82,117,117,82,"Bacsojin",1630,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 4) {areamonster "pvp_n_2-5",82,117,117,82,"Baphomet",1039,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 5) {areamonster "pvp_n_2-5",82,117,117,82,"Beelzebub",1873,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 6) {areamonster "pvp_n_2-5",82,117,117,82,"Boitata",2068,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 7) {areamonster "pvp_n_2-5",82,117,117,82,"Dark Lord",1272,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 8) {areamonster "pvp_n_2-5",82,117,117,82,"Detale",1719,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 9) {areamonster "pvp_n_2-5",82,117,117,82,"Doppelganger",1046,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 10) {areamonster "pvp_n_2-5",82,117,117,82,"Dracula",1389,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 11) {areamonster "pvp_n_2-5",82,117,117,82,"Drake",1112,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 12) {areamonster "pvp_n_2-5",82,117,117,82,"Eddga",1115,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 13) {areamonster "pvp_n_2-5",82,117,117,82,"Evil Snake Lord",1418,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 14) {areamonster "pvp_n_2-5",82,117,117,82,"Fallen Bishop",1871,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 15) {areamonster "pvp_n_2-5",82,117,117,82,"Garm",1252,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 16) {areamonster "pvp_n_2-5",82,117,117,82,"Gloom Under Night",1768,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 17) {areamonster "pvp_n_2-5",82,117,117,82,"Gold Queen Scaraba",2165,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 18) {areamonster "pvp_n_2-5",82,117,117,82,"Golden Thief Bug",1086,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 19) {areamonster "pvp_n_2-5",82,117,117,82,"Gopinich",1885,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 20) {areamonster "pvp_n_2-5",82,117,117,82,"Ifrit",1832,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 21) {areamonster "pvp_n_2-5",82,117,117,82,"Incantation Samurai",1492,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 22) {areamonster "pvp_n_2-5",82,117,117,82,"Kiel D-01",1734,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 23) {areamonster "pvp_n_2-5",82,117,117,82,"Knight of Windstorm",1251,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 24) {areamonster "pvp_n_2-5",82,117,117,82,"Ktullanux",1779,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 25) {areamonster "pvp_n_2-5",82,117,117,82,"Lady Tanee",1688,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 26) {areamonster "pvp_n_2-5",82,117,117,82,"Leak",2156,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 27) {areamonster "pvp_n_2-5",82,117,117,82,"Lord of Death",1373,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 28) {areamonster "pvp_n_2-5",82,117,117,82,"Maya",1147,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 29) {areamonster "pvp_n_2-5",82,117,117,82,"Mistress",1059,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 30) {areamonster "pvp_n_2-5",82,117,117,82,"Moonlight Flower",1150,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 31) {areamonster "pvp_n_2-5",82,117,117,82,"Nidhoggr's Shadow",2022,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 32) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Hero",1087,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 33) {areamonster "pvp_n_2-5",82,117,117,82,"Orc Lord",1190,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 34) {areamonster "pvp_n_2-5",82,117,117,82,"Osiris",1038,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 35) {areamonster "pvp_n_2-5",82,117,117,82,"Pharaoh",1157,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 36) {areamonster "pvp_n_2-5",82,117,117,82,"Phreeoni",1159,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 37) {areamonster "pvp_n_2-5",82,117,117,82,"Queen Scaraba",2087,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 38) {areamonster "pvp_n_2-5",82,117,117,82,"RSX 0806",1623,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 39) {areamonster "pvp_n_2-5",82,117,117,82,"Tao Gunka",1583,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 40) {areamonster "pvp_n_2-5",82,117,117,82,"Thanatos",1708,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 41) {areamonster "pvp_n_2-5",82,117,117,82,"Turtle General",1312,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 42) {areamonster "pvp_n_2-5",82,117,117,82,"Valkyrie Randgris",1751,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 43) {areamonster "pvp_n_2-5",82,117,117,82,"Vesper",1685,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 44) {areamonster "pvp_n_2-5",82,117,117,82,"Ygnizem",1658,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 45) {areamonster "pvp_n_2-5",82,117,117,82,"Satan Morroc",1916,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 46) {areamonster "pvp_n_2-5",82,117,117,82,"Naght Sieger",1956,1,"Supervivencia::OnThisMobDeath006"; end;} if (.@LanzadorMob == 47) {areamonster "pvp_n_2-5",82,117,117,82,"Entweihen Crothen",1957,1,"Supervivencia::OnThisMobDeath006"; end;} end; OnInit: set .@ocupado,getmapusers("pvp_n_2-5.gat"); if(.@ocupado >= 1){delwaitingroom; sleep2 200; waitingroom "Esta ocupado",0; end;} else {delwaitingroom; sleep2 200; waitingroom "Esta libre",0; end;} } pvp_n_2-5 mapflag noloot - script Puntossupervivencia -1,{ OnInit: bindatcmd "spoints","Broadcastmall1::Onbroadmall2"; end; } - script Broadcastmall1 -1,{ Onbroadmall2: specialeffect2 543; mes "Registrador"; mes "Tiene un total de ^0000FF"+Survivarpoints+"^000000"; close; }