So I have created an exciting new class :P
And obviously I encountered some problems
The problem is that all of my other skins aren't showing up.
When I debug the client it says there's a problem:
Code:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
https://gyazo.com/940ac0902897845794f580e081d981f5
https://gyazo.com/487d8096fa980ad0b0d206a6c06f7c02
I managed to add the ability shadow (tome for now until I get my art hat on :P)
So the class is called: Warlock
It has the ability: 'Shadow Tome' which differs from a tome.
It is a restricted class that is unlocked by having reached lvl 20 on Ninja and lvl 20 on Necromancer. I have added all constants to the client so that's not a problem there.
I have added the class to the 'classes' array within 'list.cs' and added a new tuple to the list as a result.
I will query the database later to update all accounts which were made prior to the new warlock class as only new accounts may purchase the warlock class due to it not being within 'unlockedclasses' for currently created accounts.
I would really really really appreciate any help regarding this as the new class is really fun!
- - - Updated - - -
Also, shouldn't the class name be centred? :thinking:
