How can I find iCItemManagerInstance function's Pointer

10/18/2021 14:32 xChoi#1
hi dudes, how can I find item pointer for item dump list on cheat engine? Can anyone help me? I found this function on C4US's metin2 hack source. But I don't know how to find it on cheat engine.

I want to find this function's pointer : iCItemManagerInstance

[Only registered and activated users can see links. Click Here To Register...]
10/21/2021 19:28 xChoi#2
up++
10/29/2021 16:59 sad666#3
it is called m_GroundItemInstanceMap in the source and member of CPythonItem class so the easiest way is tracing python item module
10/30/2021 00:45 xChoi#4
Quote:
Originally Posted by sad666 View Post
it is called m_GroundItemInstanceMap in the source and member of CPythonItem class so the easiest way is tracing python item module
thanks. i will try.