//-------------------------------------------------------------------------------------------------------------------------\\ // MVP ARENA MADE BY DARKCHILD \\ //-------------------------------------------------------------------------------------------------------------------------\\ //-------------------------------------------------------------------------------------------------------------------------\\ //INSTRUTIONS: //You have to open your conf/warps/npc_warp.txt and search for these lines: //prt_church.gat,31,19,0 warp prtch02 1,2,prt_church.gat,94,81 //prt_church.gat,90,81,0 warp prtch02-1 1,2,prt_church.gat,27,19 //then DELETE them // //and in conf/warps/npc_warp25.txt search for these lines and delete them: //BETWEEN: //job_wiz.gat,0,0,0 warp jwiz 3,3,job_wiz.gat,0,0 //AND: //job_knt.gat,22,145,0 warp jknt04 3,3,job_knt.gat,0,0 //(total of 18 written lines and 2 open lines) // // //IF you want to put other MVPs in the arena you can just edit the name and the monster ID to the MVP you want //-------------------------------------------------------------------------------------------------------------------------\\ prontera.gat,155,183,5 script Mini-boss Warper 725,{ mes "[Mini-boss Warper]"; mes "So you want to hunt some mini-bosses eh?"; next; mes "[Mini-boss Warper]"; mes "So which one do you want to kill?"; menu "The Weakest of them all",mini1,"On second thought...",end; end: close; mini1: warp "job_cru.gat", 167, 178; close; } prontera.gat,157,187,5 script MVP Master 725,{ mes "[MVP Master]"; mes "I may not seem it, but I'm the master of MVPs."; mes "I can send you to some arenas with MVPs ."; next; mes "[MVP Master]"; mes "Where can I send you?"; menu "Phreeoni",Z_1,"Baphomet",Z_2,"Eddga",Z_3,"Osiris",Z_4,"Doppelganger",Z_5,"Moonlight",Z_6,"Mistress",Z_7,"Nothing",nvm; nvm: close; Z_1: warp "job_wiz.gat", 100, 100; close; Z_2: warp "job_prist.gat", 100, 100; close; Z_3: warp "prt_church.gat", 15, 41; close; Z_4: warp "job_cru.gat", 100, 100; close; Z_5: warp "job_prist.gat", 165, 175; close; Z_6: warp "job_knt.gat", 143, 154; close; Z_7: warp "job_knt.gat", 43, 154; close; } job_wiz.gat,100,100,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } job_prist.gat,100,100,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } prt_church.gat,16,41,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } job_cru.gat,100,100,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } job_prist.gat,168,179,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } job_knt.gat,143,152,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } job_knt.gat,43,149,2 script MVP Worker 733,{ mes "[MVP Worker]"; mes "What can I do for you?"; menu "Heal",argh,"Send me back",sendback,"Nothing",bye; argh: heal 30000,30000; mes "[MVP Worker]"; mes "There, all better"; close; sendback: warp "prontera.gat", 150, 190; close; bye: close; } prt_church.gat,91,81,2 script Do Not Enter 71,{ mes "[Do Not Enter]"; mes "Believe me, you don't want to go in there."; } //MVP arena Monsters //MVP arena job_wiz.gat,100,100,10,10 monster Phreeoni 1159,1,0,0,0 //Zone 1 job_prist.gat,100,100,10,10 monster Baphomet 1039,1,0,0,0 //Zone 2 prt_church.gat,15,23,1,1 monster Eddga 1115,1,0,0,0 //Zone 3 job_cru.gat,100,100,10,10 monster Osiris 1038,1,0,0,0 //Zone 4 job_cru.gat,100,100,10,10 monster Angeling 1096,1,0,0,0 //Testing job_prist.gat,167,170,10,10 monster Doppelganger 1046,1,0,0,0 //Zone 5 job_knt.gat,143,143,10,10 monster Moonlight 1150,1,0,0,0 //zone 6 job_knt.gat,43,144,10,10 monster Mistress 1059,1,0,0,0 //zone7