rakuzas Posted November 23, 2016 Posted November 23, 2016 (edited) Hi, Can someone give me example how to make NPC just give this Free Gift for account ID 2000187 and Below only? So that player who register after that cannot claimed this rewards.. Thank you in advance.. Edited November 27, 2016 by rakuzas Quote
1 Emistry Posted November 24, 2016 Posted November 24, 2016 (edited) find any freebie NPC in the forum and add this line before they get items. if ( getcharid(3) > 2000187 ) { mes "You're too new to get the rewards."; close; } Edited November 24, 2016 by Emistry Quote
0 Lord Vius Posted November 24, 2016 Posted November 24, 2016 3 hours ago, Emistry said: find any freebie NPC in the forum and add this line before they get items. if ( getcharid(3) > 2000187 ) { mes "You're too new to get the rewards."; close; } how about if npc give free gift on the id last login below 11 july 2016, so on 12 july 2016 wont get it Quote
0 rakuzas Posted November 24, 2016 Author Posted November 24, 2016 9 hours ago, Emistry said: find any freebie NPC in the forum and add this line before they get items. if ( getcharid(3) > 2000187 ) { mes "You're too new to get the rewards."; close; } Errr.. It's that easy? I thought need call SQL Query like that.. Thanks.. Will update after I tested.. Thanks you Sir.. Quote
Question
rakuzas
Hi,
Edited by rakuzasCan someone give me example how to make NPC just give this Free Gift for account ID 2000187 and Below only? So that player who register after that cannot claimed this rewards.. Thank you in advance..
3 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.