Juan Ortiz
Juan Ortiz
Are there any actionable tasks that would resolve this issue? @lare96
The 317 protocol allows for 5 types of spell interactions. - Cast on game object (opcode: 35) - Cast on ground item (opcode 181) - Cast on inventory item (opcode...
This is somewhat related to #56 and #74.
Atm there is no database specified during the connection initialization. Now I'm wondering if it's best to loosely support all databases (or at least the most common ones) or just...
This is a large feature that should be broken up. - [ ] Load music JSON file - [ ] Cache music data - [ ] Play/stop music for a...
This is currently blocked by #206.
Eventually, but feel free to self assign. There's a ton of other issues/feature that I could work on.
In order for the GUI to work as a stand-alone application, it would need to import the server as a library. Which means, at least in my mind, we'd need...
I'm not a fan of having GUI components tightly coupled to the server logic. If a developer doesn't want the GUI, he/she shouldn't be forced to download it unnecessarily. Like...
I could see things getting tricky in the implementation here, specifically when reading resources or classes in other modules. For instance the `PluginBootstrap`, while apart of the core module, uses...