Welcome to the Builder Academy

Question Just a Level Question, not a big one

More
Yesterday 14:00 #10940 by wlessard1
Is it possible to make mob levels higher than LVL_IMP?

I have the remort code I built and as a result, characters can be powerful after a few remorts. To make a challenge and such, I was wondering if I could up the MOB levels?

I have a 55 level MUD, 1-51 is characters.
Can I make a MOB that is say level 70? Or would it require me to rework the code?

Thanks for any thoughts
Bramage

Just a guy coding a mud at home for no reason but the challenge.

Please Log in or Create an account to join the conversation.

More
Today 12:22 #10941 by thomas
Short answer - yes, but...

The level parity between players and mobs is more or less assumed in a lot of the code. In practice, you'd need to introduce a concept of "mob level" as a separate entity from "character levels". There's nothing inherent in the mud code making this impossible, but since the character level is used a LOT for many different things, you'll have many places to fix.

Please Log in or Create an account to join the conversation.

Time to create page: 0.211 seconds