Jump to content

Welcome Back Giver NPC


Recommended Posts


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

WELCOME BACK GIVER NPC

Hello,

I just to share one of my scripts that currently using in my current server as thanks for this community for helping me a lot since I join 2013 till now. Thanks to @Emistry for giving examples script for just give item for certain player only~


What does this script do?

This NPC will give items base on last ID you set. So, newer player who register later cannot claimed this gift.

How to configure?

Just edit line :

1) LAST ACCOUNT ID

if ( getcharid(3) > 2000003 )

Note : 2000003 is the last ID I want to give the package.. You may set it to any ID you want.. Only the last ID can claim.. So, player who register later with ID 2000004 and so on cannot claim.


2) ITEM TO GIVE
 

	getitem 31129,1;

Note : 31129 is my custom Package, you can replace to any other item, and 1 is amount of items to give.

So, enjoy the script.. Hope it will be useful..

Welcome Back Giver NPC.txt

Edited by rakuzas
Update Script Info
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
Reply to this topic...

×   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...