Resim 2

METINTWO

Resim 2

AD HERE

problem

  1. HP bar problem, too much hp

    Hi! I added the hp decimal system and it workd well, then i wanted to increase the maximum item count and after that implementation i saw my hp also increased somehow. Anybody has an idea whats wrong? Thanks
  2. kwstasch

    Not answered Problem in source aura

    Good evening, I have a problem in the game — when I use Aura or Berserk, neither the effect nor the buff is applied. I'm also sending a video so you can see what's happening. Can someone help? View: https://streamable.com/89n487
  3. Request Problem configuring source files

    Hi guys, I'm having some issue understanding how to edit, compile and start server files. I'm searching for someone expert that can give me a bit of support or a link to a guide that can explain from basics to advanced how to work with fileservers and clients. Thanks in advance for any kind of...
  4. Not answered Problem with eddit mob_proto and item_proto Zenaris

    I encountered a problem – bosses deal too much damage. On the server side, there are mob_proto and item_proto files in TXT format, but editing them had no effect. Editing the client-side files (where mob_proto and item_proto are encrypted) also had no effect. Additionally, after decrypting the...
  5. Request map metin2 problem

    HI! I wanted to upload a metin2 map to my server with friends, but I had a problem, I'll explain. I followed a guide and actually there were few tricks to do, especially because I downloaded the map complete and only uploaded it. From what I read (I'm not sure about this) to teleport to the...
  6. Ymir

    Not answered Problem With Itemshop cannot open dracaryS

    I have the dracaryS Itemshop completely installed it can not be opened because I also get no Syserr in the client or in the server in general I need help with the itemshop hope it knows someone from
  7. Ymir

    Not answered Problem with Mob Drop info

    i Need Help I have emptied my Mob_drop_info the items still exist and I have restarted the server 5x or more times I need some help. the txt is Empty
  8. Not answered gcc49 upgrade problem

    hello build error
  9. Not answered Santana Serverfiles problem

    Hello guys, i installed the santana serverfiles this, I finally managed to start it, without any error....but, I can't connect to it with the client, I modified the serverinfo ip and all ports is good....probably it is still there somewhere, at the moment I checked and modified in the source...
  10. Not answered Porky problem

    Hi guys, can u please tell me where i find pet movements? I have problem with Porky doing strange moves. Thank you
  11. Solved Problem of Importing Types in Headerfiles

    Hey, currently I am implementing the extended Battlepass (https://metin2hub.com/threads/new-extended-battlepass-system.674/ ). The Problem is, in the ClientManager.h I get the following Error: ./ClientManager.h:455:14: error: use of undeclared identifier 'TBattlePassRanking' 455|...
  12. Not answered Problem wit Shadow Tower

    Hello all! I tried to implement:https://metin2hub.com/threads/plechito-service-shadow-devil-tower-dungeon-with-quest-and-no-logo.956/ The maps mobs, effect are all ok, but I am having an issue implementing the quest. I added the quest files in my server, compiled one with qc, and one with...
  13. Not answered Map implementation problem

    Hello guys, i have a problem with a map, today i tried to implement a map but when i started the server it didn t work syser Oct 30 17:24:04 :: LoadLocaleFile: MapIndex: locale/germany/map/index SYSERR: Oct 30 17:24:04 :: LoadSettingFile: cannot open file...
  14. Not answered Problem compiling Event Manager into the source

    Hello Community, I try to implement the event manager system, i did everything what standing in the files inside the archive. These errors are serverside. I am using TMP4 Files. the following errors appear if i try to compile already at db compile In file included from Cache.cpp:6...
  15. Not answered Colorful guild name

    Hello. I tried to make the color of the guild name depend on the level. The file compiled without a problem, but the guild color is gold and does not change. Here's the code: Hidden content
  16. Pisti95

    Monsters [FIX] Fennec_fox (dead_1.wav)

    Hi all. 0907 07:33:44047 :: Not mono data: sound/monster2/fennec_fox/dead_1.wav 0907 07:33:44047 :: CSoundManager3D::GetInstance (filename: sound/monster2/fennec_fox/dead_1.wav) The error message indicates, that the sound file 'sound/monster2/fennec_fox/dead_1.wav' is not in mono format. A...
  17. NeTox

    Not answered Official Character Interface Problem

    I tried to implement the Official Character Interface and I've done all the steps requested, but when I go to test the character window is completely disconfigured. It probably has something to do with the characterwindow.py file, but I don't know how to fix it. If anyone can help me fix it...
  18. Not answered Fishing rod and pickaxe not appearing problem

    Hello, the fishing rod and pickaxe are not visible, what do you think is the reason? merhaba olta ve kazma gözükmüyor sebebi nedir sizce? https://files.fm/u/v7k382yydc https://imgyukle.com/i/CJJuaM View: https://streamable.com/z2m6f2
  19. onebestmetin

    Not answered Questing Problem, functions not work

    Hi friends, i have a great problem, my quest: quest gm_panel begin state start begin when letter with pc.is_gm() begin send_letter("GM: Adminpanel") end when info or button with pc.is_gm() begin function mainmenu()...
  20. FoxGames

    Not answered Special inventory c++ problem

    Hello ! Today i have a problem i can't understand... I have this on my GameType.h : #ifdef ENABLE_NEW_EQUIPMENT_SYSTEM const DWORD c_Belt_Inventory_Slot_Start = c_DragonSoul_Equip_End + c_DragonSoul_Equip_Reserved_Count; const DWORD c_Belt_Inventory_Width = 4; const DWORD...