Jump to content
  • 0
Sign in to follow this  
Jedzkie

Cash Shop Discount

Question

Hi! can i request a script of cash shop npc, that includes discounts. for example i have item 50% discount card (ex: 7227), a specific item will have a 50% discount.

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

the easiest (or not), way to achieve this is using the callshop function and doing the following:

 

(pseudocode)

 

 (invisible npcs)

- cashshop 1 normal prices

- cashshop 2 discount

 

<script header>

check if player got item X

if yes > callshop cashshop2

else

callshop cashshop1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.