|
||
|
|
#1 (permalink) |
|
Join Date: Jun 2004
Age: 52
Posts: 186
|
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! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|