General Help Anyone have any new class?

natalux

New Pirate
Registered
LV
0
 
Joined
Feb 25, 2026
Messages
2
Reaction score
0
Points
1
Hello i was wondering if someone have any new class, or any idea to implement it directly in game!
I saw story of pirates had wizard class, but someone worked on other classes to?
 
Yes, it is possible. Initially, the developers had more classes, but some were never implemented.
C++:
const char    *g_szJobName[MAX_JOB_TYPE] =
{\
"Newbie",\
"Swordsman",\
"Hunter",\
"Sailor",\
"Explorer",\
"Herbalist",\
"Engineer",\
"Merchant",\
"Champion",\
"Crusader",\
"White Knight",\
"Animal Tamer",\
"Sharpshooter",\
"Cleric",\
"Seal Master",\
"Captain",\
"Voyager",\
"Upstart",\
"Engineer",\
};
You can add them, implement the entire balance, come up with things, skills. Create new models of items and weapons, skill effects.
It's a lot of work.