lautasantenni Posted May 24, 2018 Posted May 24, 2018 Hi! So I downloaded the dnSpy utility, and as I understand, the controller for the "Level Cap" is supposed to be defined in the "Assembly-CSharp.dll", but I can't for the life of me, locate it in there. Can anyone tell where and what controls the level cap in PoE 1? Thanks!
Fhav6X Posted May 24, 2018 Posted May 24, 2018 It is under CharacterStats PlayerLevelCap in line 502. Unless it is a code leftover, I assume changing 12 to anything other will increase the level cap by the difference. 1
lautasantenni Posted May 25, 2018 Author Posted May 25, 2018 Thanks for the reply!Hmm, the compiler dishes out two CS0433 errors (lines 446 & 3578) when trying to compile, even if no changes are made.Not really sure what the deal is, any ideas? :/Lines:446 public event System.Action<GameObject, bool> OnGriefStateChanged;3578 public bool HasStatusEffectWithSearchFunction(System.Func<StatusEffect, bool> searchFunction)Errors descriptions:(Severity Code Description File Line Error CS0433 The type 'Action<T1, T2>' exists in both 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' main.cs 446) (Severity Code Description File Line Error CS0433 The type 'Func<T, TResult>' exists in both 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' main.cs 3578)
Fhav6X Posted May 26, 2018 Posted May 26, 2018 Odd. Mine compiles flawlessly. Do the errors come up, if you use "edit method" and "edit class"?
lautasantenni Posted May 26, 2018 Author Posted May 26, 2018 (edited) Edit class.Edit method produces those two and actually several others on top of that. The problem might be that I am using IE Mod, which does tamper with Assembly-CSharp.dll, but I'd rather keep using it so... eh. Thanks anyway, at least I know what to look for if I decide to stop using the IE Mod, cheers! Edited May 26, 2018 by lautasantenni
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now