Jump to content
  • 0

Master Reques tnpc Mvp Room Summons Randoms


Question

7 answers to this question

Recommended Posts

Posted


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."); } },{},{}

Posted (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 by jacky
Posted


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;

}

Posted (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 by EL Dragon
Posted
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

Posted

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 talk

L_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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...