View Single Post
  #3  
Old 02-03-2010, 10:59 AM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

Okay, I have written up scripts to change the pet focus effects to not work after the max level of the effect by setting base2[i] =0. I still think it might be best to change the code to check for the base2[i] == 0, as it appears any focus effects that are supposed to completely stop working after the maxlevel, have a base2[i] of 0. I did a search of spells, and I found 10-15 focus effects that have an absolute max level, and each have a base2[i] of 0. Some are: Academic's Foresight, Anger of Taelosia, and the Abysmal Armor effects (Min and max lvl of 65), and some AA effects such as Gift of Mana, Nature's Presence. While some say in the description that they decay after the max level, there's nothing in the db to suggest anything other than that they stop working completely. Unless these effects are to be changed as well, (plus any new spells we get from lucy), I think it would make sense to make the change in code.
Reply With Quote