jacky Posted June 20, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 05/23/14 Last Seen: November 29, 2017 Share Posted June 20, 2014 hi master , please give me npc like useing Bloody Brance For random Mvp , useing Zeny thx Quote Link to comment Share on other sites More sharing options...
Skorm Posted June 20, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
jacky Posted June 21, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 05/23/14 Last Seen: November 29, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted June 21, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
jacky Posted June 21, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 05/23/14 Last Seen: November 29, 2017 Author Share Posted June 21, 2014 Thx so much master its no work bro , Can u Give Me Other Script ?thx Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted June 21, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted June 21, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
jacky Posted June 22, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 05/23/14 Last Seen: November 29, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
Question
jacky
hi master , please give me npc like useing Bloody Brance For random Mvp , useing Zeny thx
Link to comment
Share on other sites
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.