DennouNeko / aura

Open-source MMORPG server emulator
http://aura-project.org
GNU General Public License v3.0
0 stars 0 forks source link

RP NPC Skills and Stats #5

Closed DennouNeko closed 8 years ago

DennouNeko commented 8 years ago

Currently the roleplaying players receive only very basic informations and have no skills at all. Will probably have to send a full update through SkillRankUp, RankUp and StatUpdate packets.

On officials there's also a 0x69A2 packet that's being sent for each skill. Needs a bit of research.

DennouNeko commented 8 years ago

Semi-finished. It's already possible to initialize the NPC with all the skills and inventory on login. Character info window also changes to show that we're controlling an NPC.

Still missing the ability to disallow player changing the equipment (but allow to change and switch weapon slots).

Gotta consider making an NPC Builder class to make the initialization easier.

DennouNeko commented 8 years ago

Should be fixed, now that there's a helper-builder class RolePlayingNPC.