Eross Posted August 2, 2021 Share Posted August 2, 2021 Hi I would like to request a donation shop npc witch has these features: 1. Choose buy option (Pods or [email protected]) query_sql("SELECT `balance` FROM `" + escape_sql(.creditTable$) + "` WHERE `account_id` = " + getcharid(3) + " LIMIT 0,30", [email protected]); 2. Buy more than 1 items 3. View headgear items like on Quest Item features .. Thanks Quote Link to comment Share on other sites More sharing options...
0 Ronald Posted August 6, 2021 Share Posted August 6, 2021 On 8/5/2021 at 5:46 PM, Origami said: Hi ! What do you mean by pointshop sir ? like #CASHPOINT ?? Do I need to convert the [email protected] to #CASHPOINT https://rathena.org/board/topic/90173-item-and-point-shop/ How about using a pointshop instead of this one? It will be just of same outcome but easier way. Just use single NPC with call function for the pointshop. Quote Link to comment Share on other sites More sharing options...
0 Eross Posted August 5, 2021 Author Share Posted August 5, 2021 16 hours ago, Ronald said: How about using a pointshop instead of this one? It will be just of same outcome but easier way. Just use single NPC with call function for the pointshop. Hi ! What do you mean by pointshop sir ? like #CASHPOINT ?? Do I need to convert the [email protected] to #CASHPOINT Quote Link to comment Share on other sites More sharing options...
Hi I would like to request a donation shop npc witch has these features:
1. Choose buy option (Pods or [email protected])
query_sql("SELECT `balance` FROM `" + escape_sql(.creditTable$) + "` WHERE `account_id` = " + getcharid(3) + " LIMIT 0,30", [email protected]);2. Buy more than 1 items
3. View headgear items like on Quest Item features .. Thanks
Link to comment
Share on other sites