Eross Posted August 2, 2021 Posted August 2, 2021 Hi I would like to request a donation shop npc witch has these features: 1. Choose buy option (Pods or .@credit) query_sql("SELECT `balance` FROM `" + escape_sql(.creditTable$) + "` WHERE `account_id` = " + getcharid(3) + " LIMIT 0,30", .@credits); 2. Buy more than 1 items 3. View headgear items like on Quest Item features .. Thanks Quote
0 Ronald Posted August 6, 2021 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 .@credit 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
0 Eross Posted August 5, 2021 Author 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 .@credit to #CASHPOINT Quote
Question
Eross
Hi I would like to request a donation shop npc witch has these features:
1. Choose buy option (Pods or .@credit)
query_sql("SELECT `balance` FROM `" + escape_sql(.creditTable$) + "` WHERE `account_id` = " + getcharid(3) + " LIMIT 0,30", .@credits);
2. Buy more than 1 items
3. View headgear items like on Quest Item features .. Thanks
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.