ID:278398
 
Well development for Infernal Sanctity was halting so I had to design some content to start adding and working on. After taking a break and playing some different rpg games both on Byond and the web I developed this final list. I need to get some feed back on these classes please. I don't mind if it's bad feedback or good feedback because all feedback is good. Just let me know what you *Really* think. Thank you so much.

################################################
# KEY # COMBINATIONS #
################################################
# H = Healer # H -- Preist # HC -- Patriarch #
# C = Caster # C -- Magician # MC -- Cleric #
# M = Melee # M -- Warrior # RC -- Sentinal #
# R = Range # R -- Ranger # MH -- Paladin #
################################################
# MELEE PURE + SUBS #
################################################
# --Warrior-- #
# Uses Melee Weapons + Armors. #
# #
# --Barbarian-- #
# Light armor + Axe Weapons Only. #
# #
# --Knight-- #
# Heavy Armor + Swords Only. #
# #
################################################
# MAGE PURE + SUBS #
################################################
# --Magicain-- #
# Uses a range of spells. #
# #
# --Sorcerer-- #
# Uses destructive spells only. #
# #
# --Necromancer-- #
# Drains health and destroys. #
# #
################################################
# STEALTH TYPES #
################################################
# #
# ==NATURAL LOCK SKILL ACTIVE== #
# #
# --Rouge-- #
# Uses daggers, ranged weapons and #
# light armor. #
# #
# --Nightblade-- #
# Uses illusion magic, daggers and #
# light armor. #
# #
################################################
# COMPLETE LIST #
################################################
# --Warrior --Knight --Barbarian #
# #
# --Magician --Sorcerer --Necromancer #
# #
# --Preist --Patriarch --Cleric #
# #
# --Sentinal --Paladin --Ranger #
# #
# --Rogue --Nightblade #
################################################

################################################
# EACH TIME THE PLAYER LEVELS UP THEY WILL #
# RECEIVE THESE ATTRIBUTE BONUSES #
################################################
# Warrior # Barbarian # Knight #
################################################
# STR + 3 # STR + 4 # STR + 3 #
# END + 3 # END + 2 # END + 4 #
# DEX + 3 # DEX + 3 # DEX + 2 #
# INT + 1 # INT + 1 # INT + 1 #
# WIS + 1 # WIS + 1 # WIS + 1 #
# CHA + 1 # CHA + 1 # CHA + 1 #
################################################
# Magician # Sorcerer # Necromancer #
################################################
# STR + 1 # STR + 1 # STR + 1 #
# END + 1 # END + 1 # END + 1 #
# DEX + 1 # DEX + 1 # DEX + 1 #
# INT + 5 # INT + 1 # INT + 3 #
# WIS + 4 # WIS + 4 # WIS + 3 #
# CHA + 1 # CHA + 5 # CHA + 3 #
################################################
# Priest # Patriarch # Cleric #
################################################
# STR + 1 # STR + 1 # STR + 3 #
# END + 1 # END + 1 # END + 2 #
# DEX + 1 # DEX + 1 # DEX + 2 #
# INT + 4 # INT + 3 # INT + 2 #
# WIS + 5 # WIS + 3 # WIS + 3 #
# CHA + 1 # CHA + 3 # CHA + 1 #
################################################
# Sentinal # Paladin # Ranger #
################################################
# STR + 2 # STR + 3 # STR + 3 #
# END + 2 # END + 2 # END + 2 #
# DEX + 3 # DEX + 2 # DEX + 4 #
# INT + 2 # INT + 1 # INT + 1 #
# WIS + 3 # WIS + 3 # WIS + 1 #
# CHA + 1 # CHA + 2 # CHA + 1 #
################################################
# Rogue # Nightblade #
################################
# STR + 3 # STR + 3 #
# END + 2 # END + 2 #
# DEX + 3 # DEX + 3 #
# INT + 1 # INT + 2 #
# WIS + 1 # WIS + 3 #
# CHA + 1 # CHA + 1 #
################################
Spelling errors aside, it looks great. Seems like it'd be a bit of work to balance 14+ classes, though.
Rogue.
Rogue.
ROGUE.

NOT ROUGE.

Also Priest. (not Preist)
And Sentinel. (not Sentinal)

Other than that looks neat.
In response to Emasym
Very neat,
In response to Emasym
You forgot "Magician."
In response to Emasym
I apologize for the spelling the mistakes, it's never been my strong point but I do try my best. I must also say I wrote this with textpad so late at night that it was early if you get me. Anyway, thanks for reading over it. No one seems to have posted any catastrophic errors or miscalculations so I'm going to continue on using this.