retep998 / Vana

Git mirror of the svn repo for Vana, a MapleStory private server written in C++.
GNU General Public License v2.0
75 stars 34 forks source link

Add more opcodes in SMSG #11

Closed diamondo25 closed 7 years ago

diamondo25 commented 7 years ago

In addition to this, rename SMSG_YELLOW_MESSAGE to SMSG_SET_WEEK_EVENT_MESSAGE (GMS-like)

diamondo25 commented 7 years ago

@LazyBui Its a bit more than expected; we were missing a lot of opcodes mainly because of:

diamondo25 commented 7 years ago

@LazyBui I think this is ready for review, as its (i think) 95% of all packet headers (almost enough to start using an enum). The other 5% doesnt seem to be handled anywhere (maybe debug opcodes or something)