Quote:
Originally Posted by stephanyd
Well i use Kimo old 5530 so i guess it is based on trinity...i try to add Pirate. I added job in ProfessionalName.ini in client but when i create character it create it with ClassID 0. So how to make it create character class in Entity.cs with Class 70?
|
I've always stayed the hell away from trinity knockoffs but search for
case 1001:
Packet 1101 is character creation. It will handle all the validation of things before adding to database.
Question though... How are you attempting to create a pirate? Do they show up properly in character creation window? Just curious cause THAT'S what controls what the packet itself sends.
I'd breakpoint where it reads the class ID requested in the packet and see what that says so you can see if the client is even requesting the pirate job ID properly.