KnightOnline
KnightOnline copied to clipboard
OpenKO is an open source version of the old school Knight Online MMORPG
You were able to switch between pages by using mouse wheel in Item buy page of any NPC in 1299.
You were able to switch between pages by using mouse wheel in Storage in 1299.
Slight issue with the casting effect for Water of Favors ([see here](https://gfycat.com/AssuredDearestAtlanticsharpnosepuffer)). However I need to test to make sure this isn't an issue with the client files themselves.

I was thinking to use [GLM](https://glm.g-truc.net/0.9.2/api/index.html) for 3D structures such as vectors, matrices and quaternions, which are defined in My_3DStruct.h file by using directx library. I have already started experimenting...
Hello, if I want to run warfare, it shows me this error. It means that system could not find knightonline.exe Any help please ?  As I could see on...
As-is, this is always `../{working dir}`. Realistically this should just be `{working dir}` by default; the only reason we don't do this is because of VS and asset management. That...
The client currently establishes a connection on startup. This isn't necessarily ideal for either general use or automated startup of projects (since it will fail and force you to exit...
Fixes #629 I hope I extracted the correct code from the posted reference. Could not test it atm, because no windows machine to run the client on.
CUser::Regene() (used on respawn) is a bit outdated and buggy. Ignoring the functionality that doesn't exist, the 2 main problems with it right now are that: 1. The positioning logic...