|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Jul 2004
Age: 34
Posts: 191
|
This is somewhat taken from a concept that was submitted by steamin for his/her accumulative statcapscroll. However, this is for an accumulative powerscroll.
The powerscrolls are in values of +5, +10, +15, and +20. It will simply add to the value to the current skill CAP (not the actual skill). It will add it up to the skill cap value that you currently use on your shard (some use 140 each skill, etc). Can also allow players to get 4 +5's (or other combinations) of a PS for a certain skill to reach their 120 skill cap, instead of waiting for that 120 PS. Also can negate the need to customize current powerscroll script to value 140 or whatever to let your players get their max possible caps. STEP 1. MODIFY YOUR SHARD SKILL CAP Anyway, you may need to modify line 230 in the script to fit your skill cap level. The line currently reads for 120 skill caps, as follows..... Code:
if ( skill.Cap + m_Value > 120 ) STEP 2. MODIFY YOUR BASECHAMPION.CS If you want to use this, you'll need to modify your champion loot to have PowerScrollAcc instead of PowerScroll. If unmodified from original, look on line 81 (2 places on same line to change), as well as on line 109 (dealing with the Justice virtue if you have it active). These are the only 3 cases in this script where you have to change "PowerScroll" to "PowerScrollAcc". STEP 3. MODIFY YOUR BOD REWARDS Also, you might want to change your Rewards.cs for BOD's. For example, if unmodified, go to line 235 where it reads this.... Code:
return new PowerScroll( SkillName.Blacksmith, 100 + type ); Code:
return new PowerScrollAcc( SkillName.Blacksmith, type ); Hope some can use it...... |
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|