|
||
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Jul 2003
Posts: 111
|
Here is the AccountAge class I use at my shard to check some special item only use-able by older player.
Install : just drop this cs into any your customize script folder. How to use : at any item cs file. include this line : Code:
using Server.Misc; Code:
if (AccountAge.CanUseItem(oMobile,nMinimumRewardLevel))
{
return true; (or sendgump ... etc)
}
else
{
return false; (or somethng ....)
}
Enjoy .... ![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|