|
Post by Variaz on Oct 16, 2008 15:50:56 GMT -5
That's true for anything that's not a normal spell actually. Not a bug.
|
|
khan
Veteran
Posts: 81
|
Post by khan on Oct 16, 2008 19:57:03 GMT -5
Playing a dragon, I equip an essence with +15% Life and +15% Mana. Doesn't improve my values in either. I then also tried to tweak essences to give me these bonuses on different essences and at different %ages. Still no joy, I can't seem to get any bonus to life or man to work with essences. Really like the new monster race/class though.
|
|
|
Post by Variaz on Oct 16, 2008 20:04:46 GMT -5
Playing a dragon, I equip an essence with +15% Life and +15% Mana. Doesn't improve my values in either. I then also tried to tweak essences to give me these bonuses on different essences and at different %ages. Still no joy, I can't seem to get any bonus to life or man to work with essences. Really like the new monster race/class though. Fixed. To fix it yourself, open passive.lua, and in the calc_hitpoints and calc_mana functions, look for: -- Life boosting items. i = 24 while (i <= 52) do And replace by: -- Life boosting items. i = 24 while (i <= 65) do That should do the trick! Basically, it wasn't looking at the slots at all!
|
|
|
Post by Gando on Oct 17, 2008 9:36:10 GMT -5
I didnt experience this problem...when was it introduced? nevermind...suddenly I have alot more hitpoints (3x) on my prismatic dragon.
|
|
|
Post by Gando on Oct 17, 2008 9:52:24 GMT -5
and onto another functional problem. My dragon's nonphysical "U" abilities do not seem to work now. None of the claws and bites register much less deal damage when used. Needless to say this makes fighting Magic Immune, Physical Returners very hard indeed. :/
|
|
|
Post by Gando on Oct 17, 2008 9:53:03 GMT -5
Correction NONE of the "U" abilities work now.
|
|
|
Post by Gando on Oct 17, 2008 10:44:37 GMT -5
Racial Champion seems to be broken. I tried it on a nonelite Wyvern got the messages: Wyvern Joins your ranks, Wyvern gets angry! seems like it oughta at least wait a turn before getting angry, no?
|
|
|
Post by Gando on Oct 17, 2008 10:45:26 GMT -5
Oh and I got no experience for killing it because it was suddenly a 'friend'...this ability is worse than useless...it costs you exp and potentially alignment.
|
|
|
Post by challtdow on Oct 17, 2008 10:52:59 GMT -5
I just checked and my Special Attacks no longer do anything. Other 'U' ablities still seem to work for me though. Jump, Power Punch, and the Essence switch still work.
Chall T. Dow
|
|
|
Post by Gando on Oct 17, 2008 11:46:00 GMT -5
I just checked and my Special Attacks no longer do anything. Other 'U' ablities still seem to work for me though. Jump, Power Punch, and the Essence switch still work. Chall T. Dow Yeah I didnt mean that the normal U abilities didnt work. I meant the important ones
|
|
|
Post by Variaz on Oct 17, 2008 11:58:56 GMT -5
If you didn't place any points in them, their damages were multiplied by...0. My mistake. I fixed it. I'll check that out. I think I know what I forgot to to.
|
|
|
Post by Gando on Oct 17, 2008 12:05:27 GMT -5
Is it a fix I can do?
|
|
|
Post by Gando on Oct 17, 2008 15:02:41 GMT -5
The final version of Simon's chaos blast does not allow stat restore potions to work, so it seems my dragon is stuck with -40 constitution for the rest of the game.
|
|
khan
Veteran
Posts: 81
|
Post by khan on Oct 17, 2008 16:02:39 GMT -5
Resistances from essences don't register either. Probably similar to life/mana problem mentioned above (thanks for the fix), but can't find it in the scripts so I think it may be hardcoded.
|
|
|
Post by Gando on Oct 17, 2008 16:11:11 GMT -5
Resistances from essences don't register either. Probably similar to life/mana problem mentioned above (thanks for the fix), but can't find it in the scripts so I think it may be hardcoded. If you have an editor that lets you search try searching for "i <= 52", remember to check the direction of the search if there is such a thing.
|
|