rakuzas Posted November 23, 2016 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share 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 Link to comment Share on other sites More sharing options...
1 Emistry Posted November 24, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
0 Lord Vius Posted November 24, 2016 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 53 Reputation: 6 Joined: 11/17/14 Last Seen: February 17, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 rakuzas Posted November 24, 2016 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Author Share 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 Link to comment Share on other sites More sharing options...
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..
Link to comment
Share on other sites
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.