[SVN]Inexplicable decrease in several resistances

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Parcae2
Uruivellas
Posts: 709
Joined: Sat Jan 14, 2012 12:02 am

[SVN]Inexplicable decrease in several resistances

#1 Post by Parcae2 »

I just loaded up my level 75 Temporal Warden (in the ID, natch) and noted that some of his resistances were lower than they should be. In particular, the all-important temporal resistance was -10% when naked, when it should have been 18% due to Thick Skin.

Does anybody know what could be going wrong? Failing that, what's the cheat command for increasing specific resistances?

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: [SVN]Inexplicable decrease in several resistances

#2 Post by lukep »

I know there was a bug with Feed Strengths (Doomed talent) that could mess up, but I don't know if it is still there. For a cheat command, try:

Code: Select all

game.player.resists[DamageType.TEMPORAL]=0
after removing all equipment that affects it. It should then show 18% properly.
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

XLambda
Wyrmic
Posts: 237
Joined: Wed Jan 25, 2012 5:39 pm

Re: [SVN]Inexplicable decrease in several resistances

#3 Post by XLambda »

lukep wrote:I know there was a bug with Feed Strengths (Doomed talent) that could mess up, but I don't know if it is still there. For a cheat command, try:

Code: Select all

game.player.resists[DamageType.TEMPORAL]=0
after removing all equipment that affects it. It should then show 18% properly.
Never fixed afaik. :(

Parcae2
Uruivellas
Posts: 709
Joined: Sat Jan 14, 2012 12:02 am

Re: [SVN]Inexplicable decrease in several resistances

#4 Post by Parcae2 »

The cheat code you mentioned returns an error message stating that DamageType is undefined.

Parcae2
Uruivellas
Posts: 709
Joined: Sat Jan 14, 2012 12:02 am

Re: [SVN]Inexplicable decrease in several resistances

#5 Post by Parcae2 »

DG corrected it. For anyone else with the same issue, it is game.player.resists[engine.DamageType.TEMPORAL]=0

XLambda
Wyrmic
Posts: 237
Joined: Wed Jan 25, 2012 5:39 pm

Re: [SVN]Inexplicable decrease in several resistances

#6 Post by XLambda »

Parcae2 wrote:DG corrected it.
Ah, so that bug was fixed?

Post Reply