johnzaza Posted November 15, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 08/03/13 Last Seen: September 5, 2018 Share Posted November 15, 2013 May I request a NPC Shop that sell some custom weapon or accessory and the player have to use MVP Point (like Amonra points, Baphomet points,...) plus item to buy it from NPC please, pardon my english Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 15, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 4 hours ago Share Posted November 15, 2013 This : http://rathena.org/board/files/file/2504-multi-currency-shop/ Configuration : switch( getarg(0) ){ Case 1: // Currency [ Item ID / Variable Name ] set @Currency$,"7179"; // Item ID Lists setarray @ItemLists[0],6153,7227; // Item Price setarray @ItemCost[0],100,1; break; Case 2: // Currency [ Item ID / Variable Name ] set @Currency$,"7227"; // Item ID Lists setarray @ItemLists[0],2306,2302,2303,2304,2305,2301; // Item Price setarray @ItemCost[0],2,2,3,4,5,6; break; Case 3: // Currency [ Item ID / Variable Name ] set @Currency$,"#CASHPOINTS"; // Item ID Lists setarray @ItemLists[0],2306,2302,2303,2304,2305,2301; // Item Price setarray @ItemCost[0],20,22,34,445,52,641; break; // Case 4,5,6.....etc... default: ErrorNotice( "Invalid Menu Selection for Menu "+@menu+"." ); close; } Quote Link to comment Share on other sites More sharing options...
johnzaza Posted November 15, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 08/03/13 Last Seen: September 5, 2018 Author Share Posted November 15, 2013 thx i'll try to adapt Quote Link to comment Share on other sites More sharing options...
Question
johnzaza
May I request a NPC Shop that sell some custom weapon or accessory
and the player have to use MVP Point (like Amonra points, Baphomet points,...)
plus item to buy it from NPC
please, pardon my english
Link to comment
Share on other sites
2 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.