Jump to content
  • 0

Unique LvL99 Awarder NPC


Question

Posted

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.

 

3 answers to this question

Recommended Posts

Posted

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

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...