Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Feature/scheduler #31

Closed Hucaru closed 4 years ago

Hucaru commented 4 years ago

Initial implementation of scheduler for scripting. Ellinia station boat arrival and departure schedule is added (missing player warping and summoning crogs). Instances have properties that can be used for cross script state communication, in this case it used to determine if tickets can be sold and if a player is allowed to board.

27