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

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 07-12-2004, 06:42 AM   #1 (permalink)
 
Join Date: Jun 2004
Age: 52
Posts: 186
Post Accumulative StatScroll

StatScrollAccumulative.cs for RunUO-1.0-RC0

Description:
The StatCapScrollAcc scroll increase the players StatsCap accumulative instead absolut like the Distro StatCapScroll. The standard increases are 5, 10, 15, 20 and 25. You can configure to which maximum stat a player can use this scroll.
You can use this instead or with the distro StatCapScroll.

Installation:
Copy the StatScrollAccumulative.cs in your Scripts\custom folder.

Configuration:
Edit the first line in the class for your convenience. Only to this point a player can increase his stats.
const int MAXSTATSCAP = 350;

If you wish that the Harrower should drop the new StatCapScrollAcc scrolls you must change the following 2 lines
m.AddToBackpack( new StatCapScroll( 225 + level ) );
prot.AddToBackpack( new StatCapScroll( 225 + level ) );
into
m.AddToBackpack( new StatCapScrollAcc( level ) );
prot.AddToBackpack( new StatCapScrollAcc( level ) );

Test:
[Add StatCapScrollAcc
You will become A Scroll of Power [+1 Maximum Stats]

[Add StatCapScrollAcc 17
You will become A Scroll of Power [+17 Maximum Stats]


The submit a script from runuo-home does not function!
Attached Files
File Type: zip StatScrollAccumulative.zip (2.8 KB, 76 views)
steamin is offline   Reply With Quote
Old 07-12-2004, 07:23 AM   #2 (permalink)
Newbie
 
Join Date: Jul 2004
Location: China
Age: 26
Posts: 50
Send a message via ICQ to Cloud[CHN] Send a message via MSN to Cloud[CHN]
Default

Thanks for you scripts,i will try it ~~
Cloud[CHN] is offline   Reply With Quote
Old 07-14-2004, 10:38 PM   #3 (permalink)
Account Terminated
 
Icon's Avatar
 
Join Date: Aug 2003
Location: North Carolina
Age: 36
Posts: 390
Send a message via MSN to Icon
Default

Thank you very much for sharing this script, it was exactly what I was looking for, for anyone out there that uses above the osi's base 225 stat cap this is the script to use:P

Again nice work and works perfectly on rc0


Hk
Icon 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