Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Test the issue with only this mod installed. You can wish stat:SP:5000 and stat:AP:50 to get the stats and skills easily on a testing character.
Tell me your abilities / skills acquired when it's happening, I am assuming you have pendulum strikes given its the exception to the other mods in the series.
List your skill hotbar when it's happening
Define 'unable to activate', is the button gone? is the button present but cannot be pressed? is the button present, and can be pressed but nothing happens?
I have some ideas so I'll start looking through the potentially problematic code in the meantime. Thanks for the report and kind words!
Missing Minimum value for Toughness causes the exception below when highlighting the skills in the UI.
Needs to be something like Minimum="33|33" or whatever because you have two attributes, Attribute="Strength|Toughness"
Exception during UI.Framework::FireEvent: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at XRL.World.Skills.PowerEntry.InitRequirements ()
at XRL.World.Skills.PowerEntry.MeetsAttributeMinimum
[...snip]
Next is (probably) a second pass at prestige skills: metamorph before I can finally get working on the next prestige skills and/or another mental mutation school overhaul
<...>\steamapps\workshop\content\333640\3159821589\PrestigeBlunt_PendulumStrikes.cs(122,169): error CS1503: Argument 9: cannot convert from 'bool' to 'int'
<...>\steamapps\workshop\content\333640\3159821589\PrestigeBlunt_PendulumStrikes.cs(122,175): error CS1503: Argument 10: cannot convert from 'bool' to 'int'
<...>\steamapps\workshop\content\333640\3159821589\PrestigeBlunt_PendulumStrikes.cs(122,181): error CS1503: Argument 11: cannot convert from '<null>' to 'bool'