Jump to content
  • 0

Question

Posted

Can anyone make a cash shop for me that once you will @cashshop a Shop Window will appear and show the Items that are sellable using cash points. and has 3 Category (Like the Cash shop of Euphy) Thanks and Godspeed!



up

2 answers to this question

Recommended Posts

Posted

Well in the quest shop of Euphy, replace (or add after, like you want)

prontera,164,203,6	script	Quest Shop#1	998,{ callfunc "qshop"; }

by

-	script	stqpdfg	-1,{
OnInit:
	bindatcmd "cashshop",strnpcinfo(3)+"::OnAtcommand";
	end;
OnAtcommand:
	callfunc "qshop";
	end;
}

@cashshop will display the shop menu

 

 

 

Set the cash points in Add function, <point cost>

// -----------------------------------------------------------
//  Quest items -- do NOT use a reward item more than once!
//	Add(<shop ID>,<reward ID>,<reward amount>,
//	    <Zeny cost>,<point cost>,
//	    <required item ID>,<required item amount>{,...});
// -----------------------------------------------------------

	Add(1,5022,1,0,0,7086,1,969,10,999,40,1003,50,984,2);

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