This script is the NPC that will make a MVP monster into the player with 10M zeny for 1 MVP monster
But if you pay 80M zeny you will get 10 MVP monster
The problem is when press [select all] to pay 80M zeny and I can get 10 MVP monster
but I only lost the money but I can't get my mvp monster
Sorry I am a problem with english :/
prontera,264,210,3 script Miyabi 906,{ mes "Hi~ "; emotion 30; mes "You can choose your friend here !"; mes "1 Friend for 10M Zeny"; mes "If you choose all only 80M Zeny"; next; switch(select("I want Friend ! ","I don't want Friend")) { case 1: mes "Please choose your Friend ,But if you choose all we will give you special price"; next; switch(select( "Moon Light Flower:Loli Ruri:Nymph:Succubus:Assassin Cross Eremes:Bacsojin:Champion Chen:Doppelganger:Gypsy Trentini:High Priest Magaleta:High Wizard Katrinn:Lord Knight Seyren:Professor Celia:Sniper Shecil:Select All:Cancel")) { default: if( Zeny < 10000000 ) { mes "Sorry, Your money is not enough, Please come again next time ! "; emotion 35; close; } atcommand "@summon " + .mobarray[@menu-1] + " 60"; Zeny -= 10000000; break; case 15: if( Zeny < 80000000 ) { mes "Sorry, Your money is not enough ! Please come again next time ! "; emotion 35; close; } Zeny -= 80000000; for(.@i = 0; .@i < getarraysize(.mobarray); .@i++) atcommand "@summon " + .mobarray[@menu-1] + " 60"; break; case 16: mes "As you wish!"; close; } specialeffect 30; specialeffect 295; specialeffect 461; specialeffect 410; specialeffect2 459; specialeffect2 408; mes "Thank you very much"; emotion 30; close; case 2: mes "As you wish!"; close; } close;OnInit: setarray .mobarray[0],1150,1505,1564,1370,1647,1630,2238,2098,2241,1649,1651,1646,2237,1650; waitingroom "Friends Service",0; end;}
This script is the NPC that will make a MVP monster into the player with 10M zeny for 1 MVP monster
But if you pay 80M zeny you will get 10 MVP monster
The problem is when press [select all] to pay 80M zeny and I can get 10 MVP monster
but I only lost the money but I can't get my mvp monster
Sorry I am a problem with english :/
Share this post
Link to post
Share on other sites