jacky Posted June 20, 2014 Posted June 20, 2014 hi master , please give me npc like useing Bloody Brance For random Mvp , useing Zeny thx Quote
Skorm Posted June 20, 2014 Posted June 20, 2014 12103,Bloody_Dead_Branch,Bloody Branch,2,10000,,200,,,,,0xFFFFFFFF,63,2,,,,,,{ if(Zeny>=1000) { monster "this",-1,-1,"--ja--",-3,1,""; Zeny-=1000; } else { getitem(12103,1); dispbottom("You need at least 1000 Zeny to use this item."); } },{},{} Quote
jacky Posted June 21, 2014 Author Posted June 21, 2014 (edited) 12103,Bloody_Dead_Branch,Bloody Branch,2,10000,,200,,,,,0xFFFFFFFF,63,2,,,,,,{ if(Zeny>=1000) { monster "this",-1,-1,"--ja--",-3,1,""; Zeny-=1000; } else { getitem(12103,1); dispbottom("You need at least 1000 Zeny to use this item."); } },{},{} Can u give me the simple script? Like Players: I have 10million I want spawan mvp, Npc: I will spawn mvp randoms for your 10milion , So all players can mvp all time, thx master Edited June 21, 2014 by jacky Quote
Skorm Posted June 21, 2014 Posted June 21, 2014 prontera,100,100,5 script MVP Spawner 100,{ mes "["+strcharinfo(0)+"]"; mes "Yes, I'd like to spawn some random MVPs."; next; mes "[MVP Spawner]"; mes "Are you sure? It will cost 10m zeny to spawn 1 random MVP."; next; if( select("Yup:No, that's to much.")==2 ) { mes "[MVP Spawner]"; mes "Sure, maybe next time!"; close; } if( Zeny<10000000 ) { mes "[MVP Spawner]"; mes "You don't seem to have that much money. How about you come back when you get a little more?"; close; } monster "this",-1,-1,"--ja--",-3,1,""; Zeny-=10000000; end; } Quote
jacky Posted June 21, 2014 Author Posted June 21, 2014 Thx so much master its no work bro , Can u Give Me Other Script ?thx Quote
EL Dragon Posted June 21, 2014 Posted June 21, 2014 (edited) prontera,155,181,4 script MVP Spawner 100,{ mes "["+strcharinfo(0)+"]"; mes "Yes, I'd like to spawn some random MVPs."; next; mes "[MVP Spawner]"; mes "Are you sure? It will cost 10m zeny to spawn 1 random MVP."; next; if( select("Yup:No, that's to much.")==2 ) { mes "[MVP Spawner]"; mes "Sure, maybe next time!"; close; } if( Zeny<10000000 ) { mes "[MVP Spawner]"; mes "You don't seem to have that much money. How about you come back when you get a little more?"; close; } monster "this",-1,-1,"--ja--",-3,1,""; set Zeny,Zeny -10000000; end; } Edited June 21, 2014 by EL Dragon Quote
Skorm Posted June 21, 2014 Posted June 21, 2014 prontera,155,181,4 script MVP Spawner 100,{ mes "["+strcharinfo(0)+"]"; mes "Yes, I'd like to spawn some random MVPs."; next; mes "[MVP Spawner]"; mes "Are you sure? It will cost 10m zeny to spawn 1 random MVP."; next; if( select("Yup:No, that's to much.")==2 ) { mes "[MVP Spawner]"; mes "Sure, maybe next time!"; close; } if( Zeny<10000000 ) { mes "[MVP Spawner]"; mes "You don't seem to have that much money. How about you come back when you get a little more?"; close; } monster "this",-1,-1,"--ja--",-3,1,""; set Zeny,Zeny -10000000; end; } Yeah I have to stop using -= and += they hardly work for anyone yet the script_command text clearly says they're viable... Thx so much master its no work bro , Can u Give Me Other Script ?thx Probably the worst error explanation ever. xD Quote
jacky Posted June 22, 2014 Author Posted June 22, 2014 its work Thx so much master its no work bro , Can u Give Me Other Script ?thx Probably the worst error explanation ever. xD its working master i cant closed the npc after talkL_exit? new_zone04,18,177,4 script MVP Spawner 100,{ mes "["+strcharinfo(0)+"]"; mes "Yes, I'd like to spawn some random MVPs."; next; mes "[MVP Spawner]"; mes "Are you sure? It will cost 15m zeny to spawn 1 random MVP."; next; if( select("Yup:No, that's to much.")==2 ) { mes "[MVP Spawner]"; mes "Sure, maybe next time!"; mes "Please come back again ~"; close; close; } if( Zeny<15000000 ) { mes "[MVP Spawner]"; mes "You don't seem to have that much money. How about you come back when you get a little more?"; close; } monster "this",-1,-1,"--ja--",-3,1,""; set Zeny,Zeny -15000000; close2;} can make it Private Mvp Room? thx Quote
Question
jacky
hi master , please give me npc like useing Bloody Brance For random Mvp , useing Zeny thx
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.