KnightOnline
KnightOnline copied to clipboard
OpenKO is an open source version of the old school Knight Online MMORPG
Hi thank you for great work. Was wondering if there is any documentation on how to get started? The link in readme seems broken.
Thnsk
i try to run this project and i can't... I have been trying for 2 days but nothing is happening.. I followed all the steps from the video I also...

It's not totally broken (I managed to get one skill to end up on the skillbar and usable). Normally the skill icon just stays there (still attached to UISkillTree) and...
  How can I solve
 Old void CUIMessageBox::SetText(const std::string& szMsg) { m_pText_Message->SetString(szMsg); } void CUIMessageBox::SetTitle(const std::string& szTitle) { m_pText_Title->SetString(szTitle); } New now void CUIMessageBox::SetText(const std::string& szMsg) { if (NULL == m_pText_Message) return; m_pText_Message->SetString(szMsg); }...
how to fix skill mage and scroll TP? when use the TP scroll or Mage summon party member use teleport Skill then DC..it's like when the target is moving and...