Monthly Archives: July 2017


New players and saving.

So I had a few hour this weekend and last couple days to put some work on this project. So with my time I have finished up the new player system. I haven’t put a limit on characters you can make per account, I was thinking of limiting it to […]

Share

Stats and New Character

So I had a few hours alone so I worked on a few things that make rofh closer to an alpha test again. First I actually went in and changed the way the data is stored. Instead of messy int arrays, I switched to HashMap’s and work flawlessly. No clue […]

Share

Races and Classes

So got about an hour to sit down and work on some code. The first thing I tried was to switch the way I store all the data. Take the mobs, I load all the mobs into a int array that assign 999999 length, I load them according to there […]

Share

Some more small fixes

So today I had some time here and there so I did some small tweaks to make it look better. I did small things like messages for moving, the ability to look into other rooms. The looking into other rooms are semi working, if you look into a room from […]

Share

Mobs color and more!

So today was a big day for me. I spent over 12 hrs working on this project. I started the day by building a utility jar pack for a bunch of small functions I use in all of my programs. Makes calling and keeping track of them better, some of […]

Share

Movement

So today I started by getting movement worked out, and building the code to read the room exit types. And about half way thru I noticed all the room names and desc where garbled. First part was always right but the end had random strings tagged on. So looked at […]

Share

Wow it still works!

So I have been busy at work so never had time to play with this. So I finally packaged it all up and transferred back to my house. So I can now work on it again from home. I have yet to make a bitbucket page for this been too […]

Share