Skip to content

Instantly share code, notes, and snippets.

import ctypes
from mem_edit import Process
import OFF_SET ## for CNKO - Game v3246
KO_CHR_PTR = 0x100503C ## for CNKO - Game v3246
pid = Process.get_pid_by_name("KnightOnline.exe")
ON = 0
OFF = 1
MAX_HP = 0x67C
HP = 0x680
MAX_MP = 0xB24
MP = 0xB28
EXP = 0xB48
MAX_EXP = 0xB40
NAME = 0x64C
NAME_LEN = 0x65C
GOLD = 0xB38
STAT_POINT = 0xB1C
Etkinlik zamanı: 23 Kasım-21 Aralık 2022
1. Havuç aktivitesi
- Her karakter NPC Magpie Mother'dan günde 50.000 altın karşılığında bir havuç satın alabilir ve bu da sadece bir kez satın alınabilir.
- Havuç satın alan oyuncular, etkinlik görevini tamamlamak için havuçları Kaptan Meradun'un Tavşanına gönderebilir veya küçük bir olasılıkla aşağıdaki görevleri yerine getirebilirler.
@ippo-lit
ippo-lit / KO_Commands.txt
Last active July 26, 2023 01:02
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.