Deviszh Posted October 17, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Share Posted October 17, 2016 as the title says, anyone have costume npc w/ custom currency? - Cash Basis - Zeny Basis - Item Basis Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted October 17, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted October 17, 2016 You can use the default Quest Shop in npc/custom/quests/quest_shop.txt OrUse this Multi Currency Shop Quote Link to comment Share on other sites More sharing options...
0 Deviszh Posted October 17, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Author Share Posted October 17, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted October 18, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted October 18, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 Deviszh Posted October 18, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Author Share Posted October 18, 2016 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 Quote Link to comment Share on other sites More sharing options...
Question
Deviszh
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.