Jump to content

Need help


Recommended Posts


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  171
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

prontera,138,172,4	script	DJ Prontera	711,{
	mes "[" + strcharinfo(0) + "]";
	mes "What Song Would you like to play?";
	mes "Per Soung 5TCG";
	next;
	if(countitem(7227)<5) goto L_NoMake; 
	delitem 7227,5;
	mes "[" + strcharinfo(0) + "]";
	mes "thank you for playing song";
	switch(select("HunterXhunter:Chicksilog-kamikazee:Bahay kubo-hale:Magkabilang mundo-jireh lim:iisa lang-parokya:iLoveyouGirL-Ekulo")) {
	case 1:
		playBGMall "xxx","prontera";
	announce "NowPlaying-HunterXHunter By: " + strcharinfo(0) + "",0;
		close;
	case 2:
		playBGMall "xxx1","prontera";
	announce "NowPlaying-Chicksilog By: " + strcharinfo(0) + "",0;
		close;
	case 3:
		playBGMall "xxx2","prontera";
	announce "NowPlaying-Bahay Buko By: " + strcharinfo(0) + "",0;
		close;
	case 4:
		playBGMall "xxx3","prontera";
	announce "NowPlaying-Magkabilang mundo By: " + strcharinfo(0) + "",0;
		close;
	case 5:
		playBGMall "xxx4","prontera";
	announce "NowPlaying-Iisa Lang By: " + strcharinfo(0) + "",0;
		close;
	case 6:
		playBGMall "xxx5","prontera";
	announce "NowPlaying-ILoveUgirL By: " + strcharinfo(0) + "",0;
		close;
	case 7:
		mes "Okay Bye Cya Later";

L_NoMake:
	mes "[" + strcharinfo(0) + "]";
	mes "You don't have the requirements.";
	mes "Please come back another time...";
	close;



close;
OnInit:
	waitingroom "PlayUrSong-DJ Jard",0;
	end;
	}
}

 

pa help naman po jan sa marunong

paano maiwasan ang spawn ng songs if mag play ako ng song tapos mag play din ang ibang players na songs ganito sana gusto ko mangyari 

1. click the npc then pili ng kanta

2. after maka pili ng kanta ang npc naka disable parang hinde pwede manili ng kanta after 6 mins pwede ulit pumili ng kanta! 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   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.

×
×
  • Create New...