jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

First stab at loading monsters support #42

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Added IMonsterTypeLoader and it’s implementation for the cip files.

Added IMonsterSpawnLoader and its implementation for the cip files.

Added grammar to load all of the above files and included them as config files on the standalone project.

Naively loads 1 instance of each entry in the spawns at all the map, which in turn loads it entirely, which is not needed. So there should be a follow up needed in which only the current loaded sectors trigger a spawn to happen.

jlnunez89 commented 4 years ago

symbolic approve.

HagalityOnline commented 4 years ago

How can I contact you?

jlnunez89 commented 4 years ago

Hmm, you can reach me at discord (jlnunez89#3621), or thru LinkedIn (url on the header of the files of this project)