johnzaza Posted November 15, 2013 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
Patskie Posted November 15, 2013 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
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
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.