calvnnhobs / AnturMUD

2 stars 1 forks source link

Add Levels #1

Open calvnnhobs opened 7 years ago

calvnnhobs commented 7 years ago

Expand the available levels to 100 mortal levels + Immortal Levels

Requires first mapping out the various XP, AC, etc that are currently hard-coded.

See the following for how to do:

http://www.tbamud.com/forum/8-snippets/33-adding-levels

Exiled0 commented 7 years ago

I read the how-to. We may want to change the way AC and THAC0 work before adding more than a level or two.

calvnnhobs commented 7 years ago

I'd love to switch melee to the contemporary DnD system but fear this is a huge project and wanted more experience with the code before giving that a go. Not to mention, all the stock areas would need revising. I'd be up for a branch of code where we play with that though.

In the meantime, adding levels is easy enough, but for some of the same reasons stated above (namely game balance and stock areas), I'm hesitant to do this right away too.