make sure the username is one word. for example: if your name is “noob goudont”, you would change that to either “noob” or “goudont”.
Make sure you’re compiled and you’ve restarted your server.
That’s not really an error, the log4j never actually gave me problems. It’s basically something that always appears when the server is fully online (eg, some one has connected or someone is able to connect)
[quote=“headyGains, post:41, topic:544767”]The create account isn’t actually functional, to create an account simply login with desired username/pass =)
Edit: Also I’ve been trying to find where I can modify the Magic exp rate i’ve modified addHitExp but that doesn’t reference the magic skill and as I thought the multiplier was unchanged. Any ideas? and also any ideas on where I should look for the other skills or what their methods could be?[/quote]
If you search through the files, you’ll find specific magic combat related files.
Most of it is handled through MagicCombat.java and PlayerVsNpc.java
[quote=“skitzboi2k9, post:42, topic:544767”]Okay so I got the client working fine but I have a question
How do I change the XP rates on the skills and also how do I change the skill levels?[/quote]
For skill experience given, it’s scattered out through the whole server files, such as actionbuttonpackethandler.java, buttonhandler.java, firemaking.java, cooking.java, itempackethandler.java… there’s a lot, you just have to look for them.