Jump to content
  • 0

Need Help with this Simple Script


narien123

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  39
  • Reputation:   0
  • Joined:  03/06/15
  • Last Seen:  

//=	Zaha Doll hat Quest======================
//= By: Rain=============================
//= Version 1.0==========================
//=======================================

xmas_dun02,36,225,4	script	Lady Trisha	906,{	
	mes "^FF0000[Trisha]^000000"; 
	mes "Hi, don't you love toys!"; 
	mes "Hahahaha, I love this place."; 
	mes "So many elves to make all the toys I want.";
	next; 
	mes "Oooo, you make me to make you a doll ^^.";
	mes "Okay, I'll craft you a ^FF0000Zaha Doll Hat^000000 ";
	next;
	menu "Requirements",L_Bl, "Make Item",-,"Cancel",L_Cancel;

	mes "^FF0000[Trisha]^000000";
	mes "Good good, let me just check"; 
	next;
	if(countitem(4052)<1|| countitem(2607)<1 || countitem(7277)<50) || countitem(592)<1)  || Zeny < 1000000 goto L_NoMake; 
	delitem 4052,1;
	delitem 2607,1;
	delitem 7277,50;
	delitem 592,3;
	set Zeny, Zeny-1000000;
	mes "^FF0000[Trisha]^000000";
	mes "Give me a second.....";
	next;
	getitem 5464,1;
	mes "^FF0000[Trisha]^000000";
	mes "Have fun with Zaha ^.^";
	close;

L_NoMake:
	mes "^FF0000[Trisha]^000000";
	mes "You don't have the requirements.";
	mes "Please come back another time...";
	close;

L_Bl: 
	mes "^FF0000[Trisha]^000000";
	mes "Ok all you have to do is collect:"; 
	mes "^362ED6 50 Munak Doll^000000"; 
	mes "^362ED6 3 Jam Pancake (moscovia quest)^000000"; 
	mes "^362ED6 1 Elder Willow Card^000000";
	mes "^362ED6 1 Clip[1]^000000";
	mes "and of course 1,000,000 zeny";
	next;
	menu "Accept",-, "Leave",L_Leave;

	mes "^FF0000[Trisha]^000000";
	mes "Did you not hear me the first time?";
	close;

L_Leave:
	mes "^FF0000[Trisha]^000000";
	mes "Maybe another time?";
	close;

L_Cancel:
	mes "^FF0000[Trisha]^000000";
	mes "Aw, what a shame";
	mes	"Come back anytime ^.^";
	close;
}

script.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   31
  • Joined:  07/08/14
  • Last Seen:  

if(countitem(4052)<1|| countitem(2607)<1 || countitem(7277)<50 || countitem(592)<1  || Zeny < 1000000) goto L_NoMake; 

Some ')' not at the right places

Edited by Kurofly
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...