Jump to content
  • 0

VIP NPC


Blue Jem

Question


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

lhz_fild02,58,231,5	script	Kulzie	118,{

mes "[" + strcharinfo(0) + "]"; 
	mes "Hi,  There....";  
	next; 
	menu "Yes",-,"Cancel",L_Cancel;

	mes "[" + strcharinfo(0) + "]";
	mes "Good good, let me just check"; 
	next;
	if(countitem(7280)<1) goto L_NoMake; 
	next;
	mes "[" + strcharinfo(0) + "]";
	mes "Give me a second.....";
	next;
	mes "[Bubai]";
	mes "excited?";
	next;
	mes "o.0 =)";
	next;
	mes "Okay Read Carefully";
	next;
	mes "Please be Remind that if you doing this quest you must follow the step else you wont able to finish it";
	mes "please use your SS/ScreenShot for this Quest";
	mes "in case emergency if you forgot the Question";
	mes " ";
	next;
	mes "Please Find this name ^362ED6Lamazore^000000 at Morocc Field";
	mes "you need to give this ^362ED62st Quiz Entry^000000 for next challenge";
	next;
	mes "you have 2st Quiz Entry";
	getitem 7281,1;
	next;
	mes "goodluck Buddy";
	close;

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

L_Bl: 
	mes "[" + strcharinfo(0) + "]";
	mes "i need this "; 
	mes "^362ED61st Quiz Entry^000000"; 
	mes "Please Talk " + strcharinfo(0) + " at Prontera"; 
	mes "Please Bring me this items"; 
	mes "^362ED6Fragment of Rossata Stone 3pcs^000000"; 
	mes "^362ED6Tiger's Footskin 5pcs^000000"; 
	next;
	menu "Accept",-, "Leave",L_Leave;

	mes "[" + strcharinfo(0) + "]";
	mes "When you are done, bring the items to me.  Ok good luck finding those items.";
	close;

L_Leave:
	mes "[" + strcharinfo(0) + "]";
	mes "Maybe another time?";
	close;

L_Cancel:
	mes "[" + strcharinfo(0) + "]";
	mes "Aw, what a shame";
	mes "Giving up already?";
	close;
}

this part. how can change this to VIP user only 

	if(countitem(7280)<1) goto L_NoMake; 

change to

if(countitem(#prmm)<1) goto L_NoMake; 

is not workung  #prmm stand for Prerium member

Edited by Blue Jem
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  151
  • Reputation:   5
  • Joined:  11/09/12
  • Last Seen:  

have to be like this 

if(#prmm <1) goto L_NoMake;

because "#prmm" is not a item,  is a variable 

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

×
×
  • Create New...