Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 09-08-2004, 11:58 AM   #1 (permalink)
Forum Novice
 
Join Date: Jul 2003
Posts: 111
Talking AccountAge class (utility) Ver 0.1

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;
and then check the age in your item onequip() or doubleclick() .... etc.

Code:
if (AccountAge.CanUseItem(oMobile,nMinimumRewardLevel))
    {
         return true; (or sendgump ... etc)
    }
else
     {
          return false; (or  somethng ....)
     }
the nMinimumRewardLevel was base your system's reward setting. so, It's easy to fit your shard.

Enjoy ....
Attached Files
File Type: cs AccountAge.cs (1.5 KB, 27 views)
lincy is offline   Reply With Quote
Old 09-09-2004, 02:39 AM   #2 (permalink)
Forum Expert
 
Pyro-Tech's Avatar
 
Join Date: Oct 2003
Location: Carbondale, IL
Age: 24
Posts: 1,805
Send a message via MSN to Pyro-Tech
Default

nice little bit here.....thanks for something new
__________________

Pyro-Tech is offline   Reply With Quote
Old 09-16-2004, 05:04 AM   #3 (permalink)
 
Join Date: Jan 2004
Location: Huntsville, Alabama
Age: 32
Posts: 195
Send a message via ICQ to Kesia Send a message via AIM to Kesia Send a message via MSN to Kesia Send a message via Yahoo to Kesia
Default

hmmm gonna give this a try..thank you
Kesia is offline   Reply With Quote
Old 09-16-2004, 05:07 AM   #4 (permalink)
Soul of Darkness
 
Draxus's Avatar
 
Join Date: Feb 2004
Location: In The Shadow of your mind!
Age: 22
Posts: 201
Send a message via AIM to Draxus Send a message via MSN to Draxus
Default

Def. Looks like something useful. Thx
Draxus is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5