Delusion Posted July 21, 2016 Share Posted July 21, 2016 A npc that shows which mvps are killed ( and when they're back up if possible! ). Also a built in mvp ranking system that shows the top 10 mvp killers ( with the amount that they killed ). Does anyone have this script and want to share it with me?I'll be really happy! Quote Link to comment Share on other sites More sharing options...
0 Helly Posted July 22, 2016 Share Posted July 22, 2016 I found this(Dont Know if is working): //===== eAthena Script ======================================= //= Super Convex Mirror //===== By: ================================================== //= Brian //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= //= Detects if every MVP is alive or dead. //===== Additional Comments: ================================= //= http://www.eathena.ws/board/index.php?showtopic=242050 //============================================================ invek,141,144,0 script Super Convex Mirror::convex 46,{ for( [email protected] = 0; [email protected] < getarraysize( .mvp_name$ ); [email protected]++ ) { switch ([email protected]) { case 9: [email protected] = mobcount( "lhz_dun03", "summon_boss_lt::OnMyMvPDead" ); break; case 26: [email protected] = ( $ktullanux_summon < 4 || mobcount( "ice_dun03","ice_boss#on::OnMyMobDead" ) ); break; case 28: [email protected] = mobcount( "niflheim", "NifInvasion::OnLoDDead" ); break; case 42: [email protected] = ( [email protected]_summon < 6 || mobcount( "thana_boss", "#Death::OnThanaDead" ) ); break; default: [email protected] = mobcount( .mvp_map$[[email protected]], "convex::OnMyMvPDead" ); break; } if ( .display_type == 2 ) [email protected]$ = [email protected]$ + ( ( [email protected] ) ? "^008000" : "^FF0000" ) + .mvp_name$[[email protected]] + "^000000 (" + .mvp_map$[[email protected]] + "):"; else if ( .display_type == 1 ) mes ( ( [email protected] ) ? "^008000" : "^FF0000" ) + .mvp_name$[[email protected]] + "^000000 (" + .mvp_map$[[email protected]] + ")"; } if ( .display_type == 1 ) close; [email protected] = select( [email protected]$ ) - 1; if (.warp_to_mvp == 1) warp .mvp_map$[[email protected]],0,0; else if(.warp_to_mvp == 2) { sleep2 1000; sc_start SC_BOSSMAPINFO,600000,0; } end; OnInit: // 0 = disabled, 1 = enabled, 2 = enabled + SC_BOSSMAPINFO .warp_to_mvp = 0; setarray .mvp_map$, "moc_pryd06","ra_fild02","ra_fild03","ra_fild04","ve_fild01", "ve_fild02","lou_dun03","prt_maze03","abbey03","lhz_dun03", "gl_chyard","abyss_03","gef_dun02","gef_dun01","treasure02", "pay_fild11","gon_dun03","abbey02","xmas_fild01","ra_san05", "prt_sewb4","mosk_dun03","man_fild03","thor_v03","ama_dun03", "kh_dun02","ice_dun03","ayo_dun02","niflheim","anthell02", "mjolnir_04","pay_dun04","gef_fild02","gef_fild14","gef_fild10", "moc_pryd04","in_sphinx5","moc_fild17","ein_dun02","xmas_dun02", "beach_dun","spl_fild03","thana_boss","tur_dun04","odin_tem03", "jupe_core","lhz_dun02"; setarray .mvp_name$, "AmonRa","Atroce","Atroce","Atroce","Atroce", "Atroce","Bacsojin","Baphomet","Beelzebub","Bio3", "DarkLord","Detale","Doppelganger","Dracula","Drake", "Eddga","EvilSnakeLord","FallenBishop","Garm","GloomUnderNight", "GoldenThiefBug","Gopinich","HardrockMammoth","Ifrit","IncantationSamurai", "KielD01","Ktullanux","LadyTanee","LordofDeath","Maya", "Mistress","MoonlightFlower","OrcHero","OrcHero","OrcLord", "Osiris","Pharaoh","Phreeoni","RSX0806","StormyKnight", "TaoGunka","TendrilLion","Thanatos","TurtleGeneral","ValkyrieRandgris", "Vesper","Ygnizem"; .display_type = 1; if( .warp_to_mvp > 0 ) .display_type = 2; end; } For the ranking here is one from Euphy:https://rathena.org/board/topic/64976-mvp-rank/?p=143375 Hope found it Usefull. Good Luck. Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted July 21, 2016 Share Posted July 21, 2016 I have this buts it's a paid script. I think there was a free SQL query based one somewhere. Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted July 22, 2016 Share Posted July 22, 2016 Ty helly that's the SQL one I was thinking about. Quote Link to comment Share on other sites More sharing options...
0 Delusion Posted August 10, 2016 Author Share Posted August 10, 2016 Late respond! Thanks alot! Quote Link to comment Share on other sites More sharing options...
A npc that shows which mvps are killed ( and when they're back up if possible! ).
Also a built in mvp ranking system that shows the top 10 mvp killers ( with the amount that they killed ).
Does anyone have this script and want to share it with me?
I'll be really happy!
Link to comment
Share on other sites