Guidance with my first python bot :)

10/20/2019 20:52 ledinos1#1
Hi elitepvpers.

After one year of fierce python learning I've decided to do some bigger project and write my own bot. I've found some topics on this forum regarding modules etc (even if in german :D). After short research I've noticed that many scripts here use modules like chr,player,net etc. In this topic I'd like to ask how those modules are imported and from where ? I could find player module in pip, but how can I connect it with metin to get the data about hp, items, mobs etc.

I'm not asking for ready solution but hint how to start. I will do the rest :) I'm considering this project as a practice and won't use it anywhere. Appreciate for any help :)
11/01/2019 09:40 Harveygx123#2
You don't have to install metin2 modules (player,chr,net) just define in your script.They are already inside of the client.Firstly inject your client a python loader then load your script.But if you want to use python you will face some problem.For example there is a no function that show mobs health.You should hook SetHPTargetBoard function in game module