Skip to content

Instantly share code, notes, and snippets.

@ippo-lit
Last active July 26, 2023 01:02
Show Gist options
  • Save ippo-lit/cde6656787381786e0ce30be3b355cb3 to your computer and use it in GitHub Desktop.
Save ippo-lit/cde6656787381786e0ce30be3b355cb3 to your computer and use it in GitHub Desktop.
KO Commands
/chrlight_edit screen output: Character Light Edit Mode ON //Unknown maybe rebirth item.
/chrlight_print screen output: Emissive 0.000000 //Unknown.
/chrlight screen output: Character Light ON/OFF //Toggle shading, only works if it's daytime in the game.
/chrlight_default screen output: empty
/sndlog screen output: empty //Unknown.
/userarea screen output: 10115 //Unknown.
/fxcnt screen output: 0 //Unknown.
/fxlog screen output: empty //Unknown.
/tid screen output: %d - sid: %d //Returns the id and sid of the selected mob.
/monsize screen output: Npc || Mob name : %f //Returns the name and size of the selected mob.
/write_monsize screen output: empty //The game path create monsize.txt and all mob size write in monsize.txt.
/talkinfo screen output: empty //Unknown.
/knight_status screen output: empty //Unknown.
/eventzone screen output: empty //Couldn't understand. Game zone changes color to pink.
/fonttest screen output: %s //Writes yellow color string to game screen.
/chatfont screen output: empty //Unknown.
/delaytime screen output: empty/Delay time stopped. //Couldn't understand. At the game path creates DelayTime.txt.
/skill_report_start screen output: Nick->Nick:(Type)Skillname(Skillid).. //At the game path creates SkillReport.txt.
/skill_report_end screen output: empty //Stops the above command.
/wallinfo screen output: empty //Unknown.
/change screen output: empty //Unknown.
/countnpc screen output: %d //Returns the npc count.
/countupc screen output: ELMORAD: %d KARUS: %d //Returns the player count.
/countelmorad screen output: ELMORAD USER: %d //Returns the elmorad count.
/countkarus screen output: KARUS USER: %d //Returns the karus count.
/petgoto screen output: empty //Unknown.
/moviemode screen output: empty //Shows the map with a wider viewing angle.
/blacklist screen output: empty //Unknown.
/playernum20 screen output: empty //Shows the human figure and the number 20 to the screen.
/playernum10 screen output: empty //Shows the human figure and the number 10 to the screen.
/playernum5 screen output: empty //Shows the human figure and the number 5 to the screen.
/gethp screen output: MAXHP=%d hp=%d //Returns the max and current hp value.
/getpos screen output: Pos, x=%d y=%d z=%d //Returns the character current coordinate.
/autolooting screen output: empty //Not working.
/autoattack screen output: empty //Auto R attack.
/recvlog screen output: empty //Unknown.
/sendlog screen output: empty //Unknown.
/findnpc screen output: empty //Unknown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment