Jump to content
  • 0

Unique LvL99 Awarder NPC


rekcah

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  09/06/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  09/06/14
  • Last Seen:  

oh i see, in this script old players that are leve 99 also acquired this freebies

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...