Eross Posted August 2, 2021 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Yesterday at 08:11 AM 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 .@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 Link to comment Share on other sites More sharing options...
0 Ronald Posted August 6, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 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 .@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 Link to comment Share on other sites More sharing options...
0 Eross Posted August 5, 2021 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Yesterday at 08:11 AM 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 .@credit to #CASHPOINT Quote Link to comment Share on other sites More sharing options...
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
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.