Jump to content
  • 0

Costume npc currency


Deviszh

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

as the title says, anyone have costume npc w/ custom currency?

 

- Cash Basis

- Zeny Basis

- Item Basis

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

 

 

You can use the default Quest Shop in npc/custom/quests/quest_shop.txt

 

Or

Use this Multi Currency Shop

 

yes, thanks for this. But the question, how to set it into zeny?

set @Currency$,"7179";

this is my setting for the currency, now i want to change it into zeny.

 

Check the top of the script for the settings

 

// Settings :
//	-	Only required to edit the ShopSetting() Function
//			Notes : You may also add / remove Menu ( If any ) 
//	-	Shop Currency can be either ItemID or Variable Name, but must write within Quotation Marks ( "" )
//			Ex. of Variable.	->	Zeny , #CASHPOINTS , #KAFRAPOINTS , CustomVariable , #CustomVariable
//	-	ERROR Message are used to show Invalid Settings in your NPC.

 

thanks bro

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

You can use the default Quest Shop in npc/custom/quests/quest_shop.txt
 

Or

Use this Multi Currency Shop

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

You can use the default Quest Shop in npc/custom/quests/quest_shop.txt

 

Or

Use this Multi Currency Shop

 

yes, thanks for this. But the question, how to set it into zeny?

set @Currency$,"7179";

this is my setting for the currency, now i want to change it into zeny.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

 

You can use the default Quest Shop in npc/custom/quests/quest_shop.txt

 

Or

Use this Multi Currency Shop

 

yes, thanks for this. But the question, how to set it into zeny?

set @Currency$,"7179";

this is my setting for the currency, now i want to change it into zeny.

 

Check the top of the script for the settings

 

// Settings :
//	-	Only required to edit the ShopSetting() Function
//			Notes : You may also add / remove Menu ( If any ) 
//	-	Shop Currency can be either ItemID or Variable Name, but must write within Quotation Marks ( "" )
//			Ex. of Variable.	->	Zeny , #CASHPOINTS , #KAFRAPOINTS , CustomVariable , #CustomVariable
//	-	ERROR Message are used to show Invalid Settings in your NPC.
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...