Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > Advanced MUD Concepts
Click here to Register


This is a discussion on "Classless System vs. Class Based Systems" in the Top Mud Sites Advanced MUD Concepts forum :

I am in the beginning stages of creating my own mud, trying to come up with a general layout of what I want exactly.  Since I plan for it to be a multiplayer mud with a large player base, I want to code the most popular concepts, which brings me to my question. What is the most popular system when it comes to classes?  A player would have to decide which class they want at creation with a class based system and be limited to certain spells/skills whereas in a classless system the player could pretty much get whatever ...



You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today!

If you have any problems with the registration process or your account login, please contact us.

If you are a registered member of the old TMS forums, please click here
Reply
 
LinkBack Thread Tools
Old 06-22-2003, 09:41 PM   #1
Khadgar
New Member
 
Join Date: Mar 2003
Posts: 29
Khadgar is on a distinguished road
Unhappy

I am in the beginning stages of creating my own mud, trying to come up with a general layout of what I want exactly.  Since I plan for it to be a multiplayer mud with a large player base, I want to code the most popular concepts, which brings me to my question.

What is the most popular system when it comes to classes?  A player would have to decide which class they want at creation with a class based system and be limited to certain spells/skills whereas in a classless system the player could pretty much get whatever skills/spells they want by traveling guild to guild.  I would think a classless system would be more balanced than a class based system since you really do not have to attempt to balance the classes, but I think players might stick around longer with a class based system because they would have to have multiple characters to try out all the skills/spells.  Traveling around the mud world, I have seen systems where you get to choose 2 different classes, but personally I am not in favor of this system.   Maybe with a little information I will change my mind, which is why I listed it as an option.  Perhaps there is a concept that I am not aware of when it comes to classes.  Please tell me which system you prefer and why.  Any information will be greatly appreciated.  Thanks in advance.

Khadgar
Khadgar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-22-2003, 10:01 PM   #2
Xerihae
Senior Member
 
Xerihae's Avatar
 
Join Date: Oct 2002
Name: Chris
Location: Wolverhampton, UK
Posts: 357
Xerihae will become famous soon enough
Post

I've always preferred a class-based system personally. The games I like to play are ones that have both RK and PK and a class-based system is, to me, a lot easier to balance when it comes to PvP than a system where people can pick any skill they like. Though I haven't stuck around on many classless MUD's much, I've yet to find one that did a really good job of balancing the PvP issues. No doubt they're out there, I just haven't seen them.

If you want a mixture of the two worlds, you can provide a class-based system that has some small amount of customisation within the class. Warriors could specialise in a certain type of weapon, mages in a specific school of magic etc. Of course, these options can be split into separate classes themselves, which is the way I'm doing things on my own MUD. I have one general "warrior" class and five weapon specialists, and mages, clerics, bards, and thieves are all split too (although there is no general mage class). You're right, it does encourage people to try out new classes to play around with all the different skills and spells available, and to my mind it also leads to different combat strategies rather than "Pick this, this, and this skill if you want to be powerful" which is the bane of a classless system, because although there are some rare people out there who will pick skills out of a pure sense of RP, most want to be a powerful character and will always go for the power combinations. This happens even in MMORPG's, and multiplayer Neverwinter Nights is especially bad for it.
Xerihae is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 02:40 AM   #3
OnyxFlame
Member
 
Join Date: Aug 2002
Posts: 153
OnyxFlame is on a distinguished road
Post

I prefer a classless system, but they have to be done well to work and it's probably more effort. Instead of just balancing a few classes you gotta make sure every bleeping skill is balanced, and if you decide partway through that one of them is too powerful and nerf it, a lot of players who were abusing it will be displeased.

DM has a classless system, but with some of the advantages of a class system. You can TRY to be a fighter/mage, but you'll most likely never be a very GOOD one, because the skillsets conflict with each other and make your learning rate much slower. If you wanted to, you could break it down further and have sword use conflicting with axe use for instance, or certain types of spells conflicting with each other. This would make it #### unlikely that every warrior would be the same or that every mage would be the same, but may or may not be desirable.
OnyxFlame is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 07:13 AM   #4
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Location: München
Home MUD: God Wars II
Posts: 1,935
KaVir will become famous soon enoughKaVir will become famous soon enough
I think it depends to a large extend on what sort of mud you're trying to create, and what you define as a "class". If by "classes" you mean "professions", then personally I'm against the idea of defining a character's abilities by his profession. I prefer having it the other way around - defining their profession by their abilities. You shouldn't achieve numerous fighting skills by becoming a warrior - instead, you should be considered a warrior because of your numerous fighting skills.

However it's also true to say that many players prefer fixed classes, particularly as they're much faster than customising everything - forcing new players to spend 15 minutes designing their character is going to put a lot of them off. For this reason you might want to compromise by creating a large set of predefined character concepts such as "mercenary", "warrior", "apprentice mage", etc, each of which begin with a number of abilities. New players could then either pick one of these predefined "classes", or create their own. IMO the important thing, though, is not to restrict players by those starting abilities. Once in the game, everyone should have the potential to develop in any direction they wish.

The hard part is preventing people from selecting the "best" skills. To get around that, you may want to introduce things like "talents" (one-off bonuses to specific areas of development that can only be selected during character creation), skill trees/webs (so you have to learn the weaker abilities in a field before moving on to the better ones), skill decay (so unused abilities gradually fade away), etc. In other words, allow people to develop whatever skills they like, but make it impractical to try and master everything - such characters should end up as jack of all trades, but masters of none.
KaVir is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 07:50 AM   #5
erdos
 
Posts: n/a
Quote:
Originally Posted by (Xerihae @ June 22 2003,21:01)
...and a class-based system is, to me, a lot easier to balance when it comes to PvP than [a classless one]. Though I haven't stuck around on many classless MUD's much, I've yet to find one that did a really good job of balancing the PvP issues.
Either you must be confused or I must be. If by "balance PvP" you mean "make it so no pfile has an inherint advantage in pkill over the others" then a classless system would automatically be balanced no matter how you set it up. You could make it so they never pass level 1 and get no skills or spells at all, but in pkill they'd still be "balanced" in the above sense; or make it so everyone is a ridiculously powerful godlike figure, and as long as the ridiculous godlike powers were *consistent*, you would still achieve "balance", in the above sense. Perhaps you have some other definition for "balance PvP"?

There is a similar dichotomy in realtime strategy games. Whether to make the different races basically the same, possibly with some subtle minor differences (Age of Empires II) or radically completely different (Starcraft, C&C). You could always go the route of the original Warcraft I: Have drastically different classes to choose from, but the differences would be purely aesthetic. Everyone would get for example an identical generic attack at level 5, but for warriors it would be called "kick" and for mages "magic missile", but would be identical in all aspects but name. Thus you'd have a system that was balanced and classless, but could retain the RPish elements like class guilds and playing the role of your character etc. In any event I assure you that I remain,
your faithful and obediant servant,
Erdos
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 08:59 AM   #6
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Location: München
Home MUD: God Wars II
Posts: 1,935
KaVir will become famous soon enoughKaVir will become famous soon enough
Quote:
Originally Posted by
Either you must be confused or I must be. If by "balance PvP" you mean "make it so no pfile has an inherint advantage in pkill over the others" then a classless system would automatically be balanced no matter how you set it up.
I see your point, and mostly agree with it, but I think it also depends on how the system is set up. You seem to be saying that if everyone has the same abilities, they would HAVE to be balanced against each other - and I agree fully with that. However in most classless muds you cannot learn everything, and therefore it is perfectly possible to create one character with a better selection of abilities than another character. You could well argue "that's their fault for picking the wrong skills" - but then that same argument could be made for classes; it's the warrior's fault for picking the wrong class, when everyone knows that mages are more powerful.

Therefore in a situation whereby a character can only learn a limited number of different powers, but not later unlearn those powers to replace them with different ones, it is important that each of the powers be balanced against each other. In situations where powers are divided into spheres or disciplines, then you would only need to ensure that each such group of powers was balanced against the other such groups. When it comes to classes, you only need to ensure that the sum total of all powers for that class are balanced against the sum total of the powers of each other class.

Thus IMO the objective within a PK mud should be to ensure that, regardless of which powers a character chooses, they should always be roughly balanced against other characters of the same power level. Thus if Bubba decides to put all of his effort into summoning mobs to fight for him, while Boffo works exclusively on his attack spells and Biffo concentrates on his martial skills, each character should (on average) have around the same chance of winning a fight after the same amount of character development.
KaVir is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 10:56 AM   #7
OnyxFlame
Member
 
Join Date: Aug 2002
Posts: 153
OnyxFlame is on a distinguished road
Post

Quote:
Originally Posted by (KaVir @ June 23 2003,06:59)
Quote:
Originally Posted by
...each character should (on average) have around the same chance of winning a fight after the same amount of character development.
That's not always how it works though. It's fairly common to have a system where mage skills are weak compared to combat skills in the beginning, but eventually are much more powerful. Of course this is true for pure class-based systems too.

One possible technique here is to do something similar to Runescape and give a starting char a boost in whatever skills are appropriate for his class, but then once he gets into the game have him able to learn anything. So it's likely he'll always be better at what he started out with, but he can learn other stuff. Or say at char creation you pick a class and your char starts with no actual knowledge within the skills: the skills outside that class are harder to improve than the class skills, but still learnable.

I agree that not every skill in the game should be learnable to a high level by one person, and I'm kinda sick of seeing 20 mages running around with exactly the same spells. I dunno if any of these ideas are useful but oh well.
OnyxFlame is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 11:35 AM   #8
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Location: München
Home MUD: God Wars II
Posts: 1,935
KaVir will become famous soon enoughKaVir will become famous soon enough
Quote:
Originally Posted by
That's not always how it works though. It's fairly common to have a system where mage skills are weak compared to combat skills in the beginning, but eventually are much more powerful. Of course this is true for pure class-based systems too.
That's a very poor way to "balance" a PK mud though (which is the subject being debated). It means that at low levels the mages almost always lose, while at high levels they almost always win - regardless of the PK skills of the player. What you describe is more appropriate to non-PK muds, where differences in power between classes are not so important.
KaVir is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2003, 01:37 PM   #9
Ashon
Member
 
Join Date: May 2002
Posts: 75
Ashon is on a distinguished road
Send a message via ICQ to Ashon Send a message via AIM to Ashon Send a message via MSN to Ashon Send a message via Yahoo to Ashon
I'm a big classless fan.

But then I'm not coming from a PvP background either, I'm coming from a IF/Sim background. So Instead of making sure that the skills are balanced against each other, I need to make sure that the different groups offer as much fun as the other one do.

I have five different classes of skills: Combat, Magic, Thieving, Social, and Crafting. The challenge here, Is I want someone who has had 15-20 hours of playing to have the opportunity to have the same money earning ability as any other player.

So if you've trained exclusively in combat skills, you should be able to make X amount of gp in an hour after playing for 15-20 hours. But then if you've trained exclusively in the crafting skills you should be able to make the same amount.
Basically, Money is Power.

But at the same time, I have to balance the skills by having them be unique and fun to do.

*shrug*
-Ashon
Ashon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2003, 04:31 PM   #10
Blobule
New Member
 
Join Date: Jul 2002
Location: Canada
Posts: 17
Blobule is on a distinguished road
I'm considering a new system for my mud which combines both worlds in
what I think is a good solution. At creation time a player can choose to
dedicate or to stay non-dedicated. As dedicated they go through a
class-based system whereas if they do not dedicate then it's skill-based
from the get-go. To contrast the flexibility of the purely skill-based
approach I intend to make some skills available to the dedicated streams
only, with the argument that if you are dedicated in a discipline you can
master it better than you could by splitting your attention across multiple
disciplines. However since we are also moving twards a levelless system
(though experience will still be a factor) at some point even a dedicated
player will move into the skill-based stream. Comments?
Blobule is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2003, 06:24 PM   #11
Tavish
Member
 
Join Date: Apr 2002
Location: USA
Posts: 130
Tavish is on a distinguished road
Send a message via MSN to Tavish
It sounds like you will have the prototypical classless game. If a player chooses to dedicate themselves to a particular field of study then they will learn more advanced techniques associated with that field. If they choose to spread their studies out (not dedicated) then they will have a broader range of skills but with less advanced techniques.
Tavish is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2003, 04:02 AM   #12
Khadgar
New Member
 
Join Date: Mar 2003
Posts: 29
Khadgar is on a distinguished road
Even though there are only 21 votes so far, I am really surprised with the results of this poll.  I thought more people would vote for a class-based system.  Nevertheless, I am leaning towards a classless system where the character’s profession is decided by which skills they pickup along the way.  I like the concepts of skill/spell degeneration from lack of use and skill/spell branches.  

Lately, I have been thinking a lot about customization at character creation.  My objective is to come up with a way for players to remain interested in the game by creating new characters when they get tired of their old ones.  Players usually create new characters to try out the other classes, thus I have to make up for that somehow since I want a classless system.  What could be offered at character creation that could not be offered at any other time in the game besides talents (bonuses towards certain kinds of magic, weapons, etc as Kavir suggested) and customization with races?  I suppose there could be different starter cities as well.  

With a classless system you would only get a certain selection of skills/spells at creation, thus what determines base TNL?  Would it be a good idea for a player to customize this as long as it is within a certain range?
Khadgar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2003, 08:19 AM   #13
Jazuela
Senior Member
 
Join Date: Apr 2002
Location: New England
Posts: 706
Jazuela will become famous soon enough
I kinda like the hybrid that I play now. It's technically a class system, but functions more like a class-less system with focii.

When I create a new character, I pick primary class and subclass. This gives my character a few standard things that all characters can do - such as cooking, basic psionic communication, and at least some form of combat skill - though in some cases that form will simply be the ability to hold and use a shield in attempt to defend himself against the bad guy

These skills will all come with a specific "level" of innate ability, with some skills starting out better or worse than the others. Players have the option of sticking with the primary "function" of the classes they picked - for example the warrior/guard can choose to try and work for a noble house and BE a guard for that house.

Or, that warrior/guard might simply like the idea of having a couple of skills those classes come with and focus entirely on those few skills, branching out to other related skills that don't show up when they first gen, but do show up after spending a good amount of time learning to master the primary skills.

Maybe that warrior/guard will end up a spy instead of a guard, taking advantage of his attack skills as a method of -defense- rather than -offense.-

Or maybe that ranger will get hired as a house servant who has a love of nature and affinity with plantlife, but never actually becomes a "ranger" who spends all day in the desert tracking animals and leading expeditions blah blah blah.

In the end, I don't think it's all that important which route one takes, as much as it is how you apply those skills that you are capable of learning.
Jazuela is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2003, 09:09 AM   #14
enigma@zebedee
Member
 
Join Date: Mar 2003
Posts: 70
enigma@zebedee is on a distinguished road
Hmm, Zebedee is a class based system - but by providing and limitting the choices available to players we make one character very different from another.

For example a warrior can choose to become a Crusher and deal huge crushing blows with a two handed weapon, or a Blademaster and use a smaller bladed weapon for two attacks a round while still being able to use a shield, or Ambidextrous to wield two weapons at once. When you then choose either racial training (which gives different races different bonusses on various weapons) or berserking (which gives you a big bonus with any weapon but you can't leave the fight) and even our simplest class has quite a lot of choice and flexibility.

Each of our classes has to provide something very different from all of the others, which means that we only have a few classes since a lot of peoples suggestions have not qualified, but this does mean that playing them is a different experience. If you play a necromancer up then it will be a very different experience to playing a warrior up.

Some players like certain classes and only play characters from that class, while others have a legend for every class. It all depends on the preference of that player.

A classless system would remove that distinction. Necromancers are the ones wandering around with a huge undead army - if anyone could do it then what would be special about necromancers. When a necromancer dies rather than being resurrected by a cleric their guildmaster summons them back as a zombie or wraith, or their own dark powers bring them back to life as a lich.

All of this stuff is possible in a classless system - but a lot harder to design, to balance, and to get right.
enigma@zebedee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2003, 11:24 AM   #15
Blobule
New Member
 
Join Date: Jul 2002
Location: Canada
Posts: 17
Blobule is on a distinguished road
It sounds like you will have the prototypical classless game.

Not prototypical in comparison to what we currently have. Currently we are
purely skill-based. There is no opportunity to dedicate. And to that end we
do find that in particular, certain combinations are preferred over most others.
Blobule is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2003, 03:10 PM   #16
Tavish
Member
 
Join Date: Apr 2002
Location: USA
Posts: 130
Tavish is on a distinguished road
Send a message via MSN to Tavish
Almost every classless game I have seen replaces the class system with a skill tree*.  In order to reach the highest branches of a certain art requires a great deal of concentrated resources( wether it be time, exp points, etc).   If one wanted to reach those pinacles they would need to dedicate themselves to that form at the cost of learning from other areas.  In it's own way it creates the typical mud classes but, IMO, in a much more creative and flexible way.

Quote:
Originally Posted by
Currently we are purely skill-based. There is no opportunity to dedicate.
Would you mind elaborating on what type of system you use then?  Is it an "every skill available whenever you are the right level" design?  If so then adding prequsite skills and setting up even a basic skill  tree should handle allowing players to dedicate.


* Skill tree and skill web are both systems I've seen implemented but the differences as far as my point goes is irrelevant so I use tree as a catch all term.
Tavish is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-27-2003, 06:24 PM   #17
JusticeJustinian
New Member
 
Join Date: Jun 2003
Posts: 7
JusticeJustinian is on a distinguished road
I personally prefer classless for the freedom to choose what I will.

IMHO, the key to a good classless system isn't balance, it's imbalance.  Skills shouldn't be gauged based on how well they work against all skills, but based on how well they work vs a particular type of skill.

PVP shouldn't be perfectly balanced, it takes the fun out imho.  The skill comes in using imbalance to your own benefit.  With a classless system you should encourage imbalance, while making sure that the "best" skills have an equivalent.

It requires some effort, but introduce new skills over time to combat un-reasonable imbalance.  You'll eventually acheive a working balance.  You shouldn't expect each player to be balanced against each other player, instead you'll end up with power circles.  Where player a can kill player b,  player b can kill player c, and player c can kill player a.

This is a good thing imho, because it encourages players to work in groups to "fill" in the holes where they're weak.

Spells and skills should affect a wide variety of things... perhaps not enough to individually change the tide, but a good player with alot of spell downs should be able to wear someone down to a manageable level over time.

It's a harder, more fragile balance than a class system would have, and it really does depend on the ingenuity of your players.  A few really explorer oriented players and you'll see undreamed of combinations.

-- Kwon J. Ekstrom
JusticeJustinian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2003, 08:22 AM   #18
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Location: München
Home MUD: God Wars II
Posts: 1,935
KaVir will become famous soon enoughKaVir will become famous soon enough
Quote:
Originally Posted by
IMHO, the key to a good classless system isn't balance, it's imbalance. Skills shouldn't be gauged based on how well they work against all skills, but based on how well they work vs a particular type of skill.
That is still balance. I don't think anyone has claimed that all characters should be equal in all things, only that they should be balanced overall, in much the same way as a classed system might work - a warrior would be better at fighting and worse at magic than a mage, but overall the two classes would be on-par with each other.
KaVir is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2003, 10:26 PM   #19
karlan
Member
 
Join Date: Apr 2002
Location: Brisbane Australia
Posts: 74
karlan is on a distinguished road
Arrow

I definately prefer classless, but really like to tie skills into stats as well (some people are born warrior types, some are studious, some are.... - so if you are born a huge MOFO, with a lot of STR, CON and DEX then you will make a good warrior and skill advances and checks should reflect this), if at character creation you specify that you want a heayset, tall, brute of a char, with a tendency towards muscle rather than finesse or brains, then if later you decide you want to learn how to pick locks, and pickpocket, you are going about it all wrong and should be penalised (I know there are exceptions, but I try to generalise for simplicity in the game), there is no reason you cannot become a sneak thief, but physically you are better suited to clubbing them unconcious first if you want to see the contants of their pockets.

That said, I really limit skill levels, and amount of points. I have skills being able to be increased with use, but only up to a point.
It costs 1 point to learn a skill for the first time (you get 1 per level, and 10 at creation), you can pay extra points to increase it immediately if you really want to, or can go out and use it, but it will max out at 50%,
Then it will cost you 5 points to go up to 51%, and you can go out and practice more, but only up to 70%,
Next step, a further 10 points to go to 71%, and once again out to use and practice, but only up to 85%,
And so on, I am trying to limit characters to only being an expert in a very few skills, and a master of 1, maybe 2 at most (if you neglect and scrimp and save points)

Of course, there are quests that can be done to improve a certain skill up to a certain stage without the whole cost (sometimes no cost), and not just any trainer can teach any skill, at any level.

To further muddy the waters, there are many versions of some skills, this is done for RP reasons, watching the way someone casts fireball, gives an indication on who taught them (or where they were taught, schools tend to have multiple trainers, with a bit of overlapping, but all the same "family" of skills.

This was an attmpt to try and force players to work together more, your "warrior" might be able to slay all the guards but be unable to get the door unlocked. A master thief who is good with locks is easily able to get the door open, but he needs a legend fighter to get past the guards, And neither of them have a clue how to survive in the desert on the way there so they'd need a guide as well... At least thats the theory.
karlan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-23-2003, 04:05 AM   #20
Delerak
Senior Member
 
Delerak's Avatar
 
Join Date: Apr 2003
Name: Dan
Location: Florida
Home MUD: Retired Mudder
Posts: 667
Delerak is on a distinguished road
Send a message via ICQ to Delerak Send a message via AIM to Delerak Send a message via MSN to Delerak Send a message via Yahoo to Delerak
Before asking whether you want to use classes. Ask whether you are going to use levels. Obviously if you are going to use levels it is going to be pure-pk, or a godwars type mud without levels, which I think is much better. I never liked levels, they just set the game apart from a feeling of you being the character, and I prefer rp-enforced muds so levels definitely need to be tossed. Classless or Classes it doesn't really matter for a roleplay mud because you can make it work either way. I don't know what kind of mud you plan on creating so I can't give you accurate advice, if it's going to have a lot of work done on it and you're an able coder, go for level-less with classes, I find that it works much better if the mud implements classes then if they let people pick from a list of skills.
Delerak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-23-2003, 02:41 PM   #21
Azeroth
Member
 
Join Date: Feb 2003
Posts: 69
Azeroth is on a distinguished road
Send a message via ICQ to Azeroth
I think when you begin to talk about class vs. classless you start breaking open the box of stereotypes... Why does it either have to be PvP or RP? Why can't it be both? In real life we are PvP every day, whether it be competitive sports, rivalry among employees, or nation vs. nation. So here is the thing...if you want to keep it simple and focus on the inner workings of your combat system, spell system, etc. so you can truly enhance PK...then go with classes. It keeps it simple and allows you to quickly balance things so you can put your focus on constantly updating and improving skill selection and so forth.

I personally prefer classless because I am geared more towards RP. It isn't realistic to have a defined class because each character should have the option to choose their own destiny. Like it was already stated by KaVir, their skills should define their occupation, not the other way around. On our mud we have gone completely leveless and classless (classes are gone from the player perspective, though not from the code). Every new character starts with a generic "class", with a set of skills that is common to anyone. Then from there they can decide what path to take. Do they wish to be a farmer? How about an aristocrat? Maybe a craftsman? Whatever they choose they will have skills available to them that reflect that path. Of course they can diversify and gain more skills, but if the focus leans towards one group and away from others...their less-used skills can atrophy.

So, indirectly, they have chose their *own* destiny simply by what skills they focused on. A character advances through skill usage, as there is no experience to be had. The other way they advance is through RP. But, as in RL, there is plenty of PvP and even City vs. City, Nation vs Nation, etc. So I think you can have your cake and eat it to, it's all in what you are going for.

Az
Azeroth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 01:55 AM   #22
visko
Member
 
Join Date: May 2002
Posts: 98
visko is on a distinguished road
Send a message via ICQ to visko Send a message via AIM to visko
I have a slightly different approach, for a slightly different type of game....

Whatever the new name of the MUD is going to be, it's always been about hit-the-ground-running total-pk, which usually implies a classless, levelless, raceless world. All players walk in with every skill at an arbitrary value (probably 50% or so) and increase skill level with "learning", which has a lot of facets; watching other people do it, failing at it, succeeding at it, etc.

A while ago (this project has its very large peaks and valleys) the team was discussing "getting rusty" with lack of use. In effect, a player will start to lose %ages (or however we measure your ability in the area) after a certain amount of time. This has the same effect that some of the other systems proposed; your character evolves into a specific skill set because he/she simply doesn't use the other skills enough to maintain a high level of ability in them. (Having skills drop to 0% and fall off your list of usable skills, and then only get back on through watching other people use that skill has been discussed. It's a fun one to think about; that, and having mobs learn and use skills as they see them performed.)

My couple of bits.

-Visko

<PK flag> -- the flag I'd like to see Synozeer implement to forewarn of the perhaps less broad focus of our ilk.
visko is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 10:43 AM   #23
Delerak
Senior Member
 
Delerak's Avatar
 
Join Date: Apr 2003
Name: Dan
Location: Florida
Home MUD: Retired Mudder
Posts: 667
Delerak is on a distinguished road
Send a message via ICQ to Delerak Send a message via AIM to Delerak Send a message via MSN to Delerak Send a message via Yahoo to Delerak
Obviously my definition of roleplaying is far different from Azeroths. You say you prefer classless because you are geared toward roleplay. Well, I believe classes make a better roleplay mud then a classless one does, simply because if you are an innovative roleplayer you need not customise the skills of your character. Your character is not defined by the skills but by the character's actions. If my human/warrior becomes a merchant, oh well, so I don't have a bunch of crafting skills, but I can still take on that role with the warrior skills and simply let him learn how to be a merchant. Just because he doesn't have the hard-coded skills of another merchant does not mean that he is not a merchant in the virtual world. Getting through to you?
Delerak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 11:42 AM   #24
Azeroth
Member
 
Join Date: Feb 2003
Posts: 69
Azeroth is on a distinguished road
Send a message via ICQ to Azeroth
While I agree that your actions defines your character...I think it's safe to say that in real life most of us are, at least in part, classified by what we do. Who I am, at least for now, is in part being in Sales. It is a career choice and I will probably always be in Sales. So what I was getting at is that, as in real life, limiting and categorizing a character by one particular "Class" is like saying to me "you can never have any other job than being in Sales". While it may very well be true that *that* is all I would ever want to be...the lack of choice is bad.

Anyway, I am not trying to say your method is bad by any means. I am just trying to strive for a more realistic view of RP. To me, choice is good. I think most RP'rs would agree. One of our slogan lines is "choice an identity, not a race; a home, not a starting point; a destiny, not a class"...I think a detailed enough classless system allows full customization for a player to make their character exactly what thier life leads them to be. Just my 2 cents.

Az
Azeroth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 02:07 PM   #25
Delerak
Senior Member
 
Delerak's Avatar
 
Join Date: Apr 2003
Name: Dan
Location: Florida
Home MUD: Retired Mudder
Posts: 667
Delerak is on a distinguished road
Send a message via ICQ to Delerak Send a message via AIM to Delerak Send a message via MSN to Delerak Send a message via Yahoo to Delerak
I'm still not understanding how you expect someone to customize their character with skills, then go into the world and roleplay into something else? Correct me if I am wrong but if you choose your skills when you start, then you are already setting your destiny, just as if you had a class, because you are choosing what you want your character to have then, not what he makes of himself in the game after he is created, right? A class however takes a basic set of skills, gives them to you, and says here, make something out of this, even if it seems utterly impossible for your merchant who has no combat abilities whatsoever to become a mercenary, you can still do it by roleplaying and actually BE a mercenary. Sure a mercenary who can make jewelry and cook up a storm, but you are still a mercenary because that's what your character became through roleplaying, not the skills you customize when you first started the character.

-Delerak
Delerak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 04:53 PM   #26
Jazuela
Senior Member
 
Join Date: Apr 2002
Location: New England
Posts: 706
Jazuela will become famous soon enough
Class-based or class-less, I think it's important to remember aptitude.

Sure, in most games I can either pick a class of skills and be stuck with it forever and not be able to do something dramatically different, or I could pick anything I want and not give any thought to whether or not my character -should be capable- of doing these things.

Aptitude is so often overlooked. It's great that a mercenary can cook, and still be a mercenary. But if he's spending all his time improving his babka recipe, he's not spending all that much time doing merc stuff. And something's gotta give. In addition, I would hate to play a game that allows me to be proficient in *everything.*

I like limitations, it's what gives your character..character. Knowing that yeah he's a nasty buff uber blademaster who also happens to be lousy with defense.. or maybe the thief who can't cook at all. I mean, if he could cook, he wouldn't need to steal the food would he? He'd just make his own. And probably a lot better than that stupid bakery anyway.

Or what about the leathercrafter, why would he have -any- aptitude whatsoever in perfuming? I mean..the guy's sitting in a room filled with vats of bat guano for 10 hours a day, there's no way you can convince me he has ANY sense of smell.

Aptitude - that's a great key that's very undervalued and underused in many muds. Let the players decide what their characters are -capable of- and then give them a base set of skills that coincide with their aptitude, and allow those skills branch into more complex things related to the base set over time.
Jazuela is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 06:20 PM   #27
Azeroth
Member
 
Join Date: Feb 2003
Posts: 69
Azeroth is on a distinguished road
Send a message via ICQ to Azeroth
Actually you are 100% correct Delerak. You really *can't* customize your character much by choosing a bunch of skills at the start. That has been my contention the entire thread *chuckle*. I never mentioned it being advantageous to choose skills at the beginning at all. My original post mentioned the fact of starting with a generic character at the beginning, with a few basic skills...and then customizing their character throughout their life. So...that would even allow a once mercenary to leave that aspect of life to become a cook! Or maybe he is like Steven Segal and is a deadly cook. You have to expand your horizons a little I think Delerak. The entire point here is *choice*. If the player cannot choose different paths or a combination of them at any given moment in their journey...then it really isn't giving them full capability with their character. Their RP *relies* on their character's identity, which is made up at least in part by their occuption. Just some food for thought.

Az
Azeroth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 08:12 PM   #28
Jherlen
Member
 
Join Date: Jul 2002
Posts: 41
Jherlen is on a distinguished road
I definitely do not like being limited to only a specific set of skills for the entirity of my character's life, and I think that's the issue at debate here.

A class-based system imposes this limit automatically. At some level, everyone in the game is exactly the same as someone else as far as what skills they can or can't use. In class-based systems you can only ever be a Warrior, Mage, Paladin, Thief, or whatever. Sure, you might be -different- than the other Warriors or Mages or Paladins or Thieves, but when you boil it down to what your character is capable of in the game, its all the same.

Delerak said:

Quote:
Originally Posted by
...even if it seems utterly impossible for your merchant who has no combat abilities whatsoever to become a mercenary, you can still do it by roleplaying and actually BE a mercenary. Sure a mercenary who can make jewelry and cook up a storm, but you are still a mercenary because that's what your character became through roleplaying, not the skills you customize when you first started the character.
Okay, so if my character class is "merchant" and I want to roleplay as a mercenary, that's fine. I can do that. But I won't ever be able to physically do anything mercenary-ish - my character is restricted to his merchant skills no matter how much he roleplays being a mercenary or not. Plus, against anyone who actually IS a mercenary, my character would get his tail kicked unless he could find some way to sell the other guy a poisoned drink before the battle. Essentially I'm roleplaying that my character has abilities that he in fact doesn't, which isn't really all that great a thing to do.

Choosing your skills right at the beginning of character creation in a classless system is just as bad, though. Possibly even worse - new players won't have any good knowledge of what skills would do what, and probably wouldn't be able to formulate a cohesive skill set on their first try. In a sense this isn't a class-less system, it's a custom-class system, because the characters will just end up being restricted by the skills they picked rather than the class they picked.

In my mind, the entire point of using a classless system anyway is to remove the restriction on what a character can do, and let them develop their skill set to match the character throughout the characters life. If I start off wanting to be a merchant, then at first I'd gear my character towards merchant based skills. Later, if I decide he would like to be a mercenary, he can change course and start taking up those skills instead. He might keep some of his old merchant skills along the way, but as he became more and more of a specialized mercenary he'd have less time to craft and sell things, so those skills would lag. If later on the character decided he wanted to screw being a merchant and a mercenary and take up magic instead, he'd be able to do that as well. It's just like how someone can change a major in college or a job career based on what they'd like to do. This is how we're planning to implement the system on our MUD, anyway.

But that's just my opinion, and I know both systems have advantages and disadvantages. Both suit themselves for different games and different enviornments. I think its really a to each his own issue.

Jherlen
Jherlen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 10:11 PM   #29
Azeroth
Member
 
Join Date: Feb 2003
Posts: 69
Azeroth is on a distinguished road
Send a message via ICQ to Azeroth
I agree with Jherlen on this one. But, one comment was made about skill selection at the beginning being a killer because of not understanding what is needed. I think that is a philosophy often linked with combat oriented muds. While combat is essential to any thriving mud, it isn't always paramount. And good documentation relieves any stresses you might have as to which skills to choose. We have gone with some archtypes on our mud:

Aristocrat
Arcane
Bardic
Combatant
Craftsman
Divine
Laborer
Monk
Rogue

This is just the 1st tier of an almost endless system. *Every* skill in the game is under one or more of these. The thing is, you don't have to limit yourself to any one...you could choose to be any or all of these. But let's say a character was going to grow up as a farmer...he would select the laborer's guild in order to learn the skills of his trade. Let's say as a young adult he decides that farming is not for him and takes a skill he has also practiced all these years, smithing, and tries to become an apprentice for a local smith. Ok so this can easily be done and he doesn't have to worry about that being outside of his class, or waiting until he can multiclass. There are also people in our world who can train you to be a "grand master" of maybe a weapon, or perhaps you can learn spells from books you find. These are additional ways to strengthen RP in a way that also gives the character something related to occupation. I just think this blows the doors off any class system I have ever heard of.

Az
Azeroth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-24-2003, 11:05 PM   #30
Delerak
Senior Member
 
Delerak's Avatar
 
Join Date: Apr 2003
Name: Dan
Location: Florida
Home MUD: Retired Mudder
Posts: 667
Delerak is on a distinguished road
Send a message via ICQ to Delerak Send a message via AIM to Delerak Send a message via MSN to Delerak Send a message via Yahoo to Delerak
I think that's the whole point Jherlen, not every mercenary is going to be a massively strong fighter who can tear your throat out three ways, stab you five times, and parry a hail of arrows while doing it. I greatly admire people who can take a class that is not meant to do something and they do it with that class, because not every character should be the same. If every mercenary in a certain guild was all warriors, how boring would that be? Someone playing a merchant or undercover spy adds to the whole realistic side of the mud. Especially if you look at the real life side of it, not every person in the army can do 200 push-ups, 300 sit-ups and still be able to climb up a 30 foot tall rope, not everyone has that ability, nor does everyone have the personality for it, so some people in the army are not classed as warriors, they might be great thinkers and philosphers, so they are more of a mercantile class that has no choice but to join the army under a scrutinizing father who was a high ranking officer..

Anyway my point is that customizing your skills leaves you with no starting point, it leaves you kind of laying there with a set of skills you probably will use because you already set out what you want to do with that character instead of playing the character and reacting accordingly to what happens in character and then using your hard-coded skills if you need to. I bet if you can pick backstab - and you really want a strong character you will pick backstab, parry, kick, bash, - and so on, classes leave balance because it leaves your charater with more then just a set of skills, it leaves them with a small persona of their own, a warrior class will compensate for a small percentage of people who have the ability to fight well, whether it's innate or not only your roleplaying can tell, the same goes for all other classes on a good roleplaying mud, if you look at it the right way.
Delerak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools


Classless System vs. Class Based Systems - Similar Threads
Thread Thread Starter Forum Replies Last Post
Enjoy Customized AND Class-Based Character! Amaranthe Advertising for Players 0 08-11-2006 07:06 PM
Not Exactly Classless... Rykkan Advanced MUD Concepts 4 02-15-2006 11:16 PM
Eternal Struggle has a New Classless System Nutai Advertising for Players 0 08-13-2004 06:58 PM
What class are you? Chapel Roleplaying and Storytelling 15 09-24-2002 02:52 AM
Class or Level System? tresspassor Roleplaying and Storytelling 4 07-08-2002 01:11 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -4. The time now is 12:21 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Style based on a design by Essilor
Copyright Top Mud Sites.com 2011