[HELP] SImple Help plz

11/04/2018 16:03 assadouni#1
:handsdown:
Hi guys am new here so i want to learn some library like that :
===========
import app
import chat
import chr
import locale
import net
import player
import time
import ui
import skill
============
so am ready for learn i just want to know where can i start
i know basics in python and some security library
... thanks for helping guys .
============
PS : i never have prv server and i dont how its work
11/04/2018 18:06 .Verkauf´#2
The imported modules you want to get more informations about are so called "exposed modules or functions". It means that the modules (app,chat,chr.. ) were programmed in c++ and exposed to python, to make them callable within python scripts. The metin2 client uses the Python API to expose functions.

Download the source and search for the string : Py_InitModule("chr", s_methods).
it's located in PythonCharacterModule.cpp
11/05/2018 11:05 assadouni#3
Thnx men .
can u give me the link to download the source
ps : i found this in github : [Only registered and activated users can see links. Click Here To Register...]
but c++ i dont know anything about her ? is that a problem.
i dont found any tutorial in youtube or udemy courses ?
11/11/2018 11:53 andii#4
#moved