rekcah Posted March 4, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 09/06/14 Last Seen: May 10, 2016 Share Posted March 4, 2015 I just wandering is it possible to have an NPC which give an item to New Players that reached 99? The NPC will check below: -Account/Char Date Created ex: Set it to.. March 4 ~ onwards, Old accounts "March 03 below" are not able to participate here. I hope someone can share it to me thanks. Quote Link to comment Share on other sites More sharing options...
Azura Skyy Posted March 4, 2015 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share Posted March 4, 2015 Here is a very slightly modified version of a script Emistry posted sometime back.EDIT: I should add that this doesn't recognize character creation date, but as far as I know, there isn't anything that lets you check character creation. It will only give the item to players that reach level 99 starting from the time this script is added, but that means that a level 98 player that made their account last year would still get the reward. - script Sample -1,{ OnPCBaseLvUpEvent: if( BaseLevel == 99 ){ getitem 7227,1; //TCG Card dispbottom "Congratulations on reaching level 99!"; // } end; } Hope this helps,~Azura Skyy Quote Link to comment Share on other sites More sharing options...
rekcah Posted March 6, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 09/06/14 Last Seen: May 10, 2016 Author Share Posted March 6, 2015 oh i see, in this script old players that are leve 99 also acquired this freebies Quote Link to comment Share on other sites More sharing options...
Azura Skyy Posted March 6, 2015 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share Posted March 6, 2015 oh i see, in this script old players that are leve 99 also acquired this freebies As I said, this doesn't take character creation date into account, as I'm not aware of any existing function that checks that. You might have to find someone who can do source modifications to add something like that; You could also contact Emistry; he knows more than I do. Regards, ~Azura Skyy Quote Link to comment Share on other sites More sharing options...
Question
rekcah
I just wandering is it possible to have an NPC which give an item to New Players that reached 99?
The NPC will check below:
-Account/Char Date Created
ex: Set it to.. March 4 ~ onwards, Old accounts "March 03 below" are not able to participate here.
I hope someone can share it to me thanks.
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.