First of all I want to apologize if my English is not very good.
So let`s start
A few weeks ago, I started to learn Python to better understand how it works metin2 client. In high school I learned C++, and I managed to learn quite well.
I wanted to deepen my knowledges making a simple application in metin2. I wanted to add at PM window an Input field, in wich the player should introduce a "string" var.That var should take the place "self.targetName"
Code:
net.SendWhisperPacket(self.targetName + text)
Well, not this is my problem. At the top at uiwhisper.py, I see some files that are imported,take a look.
Code:
import ui import net import chat import player import app import locale
This is my problem where should be that files ?
Anyone who has any idea, please help me.But if you help me, do it in English please
P.S. If you have any tips for me,about my aplication, they are welcome too






