Jump to content
  • 0

Improved Cash Shop


Ninjamon

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.02
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.02
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

up

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   616
  • Joined:  07/05/12
  • Last Seen:  

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