Dynamic Shop - Sell few items

Klutz

New member
Messages
87
Points
0
Hi,

I was looking at the Dynamic Shop and i have a question:

In case i want to sell for example: 15x Box of Thunder for 1 Gold_Coin

What will be the way to do it?

Is it even possible?

NPC script example if the above doesn't explain it well enough:

delitem 7517,1; <--- 1 Gold Coins will be deleted 
getitem 12028,15;  <--- For 15  Box of Thunders
Regards,

Klutz

 
can i use: OnBuyItem: with tradertype(NST_CUSTOM) ?

 
Last edited by a moderator:
Back
Top