Jump to content

Berke58

Inactive Member
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Berke58

  1. I have source and client binary s and have last bug slow mobs
  2. man i use bravery mobs coming but wait 1-2 sec after attack :S [Maxmi files] ​try attack speed ,but some mob are more fast some slow ....try /m 1402 this mob is fast as hell ,no mount or pet can run so fast ​[Hidden Content] watch please
  3. Hello anyone ppl open metin2 new pet patchs please i no understand how to unpack officials. [Hidden Content] [Hidden Content]
  4. hi metin2dev i have problem in visual studio 2008 anyone know fix help
  5. can you share maybe .cpp and .h files %90 have failed sry for my english..
  6. - Now search on header file Lenght.h : enum EParts - Add before PART_MAX_NUM, --> PART_WING, Like that: 2. Equippment part of the body player - Now go to your source of your game. - Open Packet.h and search that --> enum ECharacterEquipmentPart - Add before CHR_EQUIPPART_NUM --> CHR_EQUIPPART_WING, Like that: -Now we open char.cpp for packet communication. -Search all [CHR_EQUIPPART_HAIR] = GetPart(PART_HAIR); -Add after : addPacket.awPart[CHR_EQUIPPART_WING] = GetPart(PART_WING); Like that: -Open char_item.cpp -Search that function : bool CHARACTER::UseItemEx(LPITEM item, TItemPos DestCell) -Search in that function: case USE_SPECIAL: switch (item->GetVnum()) { and add this part of code: Now all of part server is implemented: Lets start client part ! - Open your packet.h - Search the enumeration and add CHR_EQUIPPART_WING, before CHR_EQUIPPART_NUM like that: - Open RaceData.h in GameLib solution - Add the PART_WING like that: On this Header file search the Structure SHair Add the Struc SWing after : On this header file search the void function SetHairSkin: Add after: Already in this header file search this function: Add after that the new function FindWing: Already in this header file XD search that variable: std::map<DWORD, SHair> m_kMap_dwHairKey_kHair; Add after : std::map<DWORD, SWing> m_kMap_dwWingKey_kWing; Now i'm too busy for explain other part so I share for you the cpp file: RaceDateFile.cpp PythonNetworkStreamPhaseGameActor.cpp And now MSM code , you need add it on all msm of race character: Group WingData { PathName "d:/Ymir Work/item/wing/" WingDataCount 10 Group WingData00 { WingIndex 19465 Model "wing1.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData01 { WingIndex 19466 Model "acce_01_85_002.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData02 { WingIndex 19467 Model "acce_01_85_003.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData03 { WingIndex 19468 Model "acce_01_85_003.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData04 { WingIndex 19469 Model "acce_01_85_004.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData05 { WingIndex 19470 Model "acce_02_85_005.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData06 { WingIndex 19471 Model "acce_02_85_006.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData07 { WingIndex 19472 Model "acce_02_85_007.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData08 { WingIndex 19473 Model "acce_02_85_008.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } Group WingData09 { WingIndex 85001 Model "wing1.gr2" SourceSkin "wingtexture.dds" TargetSkin "wingtexture.dds" } } Now the result Ingame: Ah yes I forgot the uiscript file and root file The link: [Hidden Content] Edit: Up I forgot something: -PythonCharacterModule.cpp Search : PyModule_AddIntConstant(poModule, "PART_HEAD", CRaceData::PART_HEAD); Add after that PyModule_AddIntConstant(poModule, "PART_WING", CRaceData::PART_WING); In playersettingmodule.py of root Add on all LoadRace chrmgr.RegisterAttachingBoneName(chr.PART_WING, "equip_right_hand") equip_right_hand is an example you can add other Bone for attach the Sash item. This system is made quickly, if you want New System who not exist or Game Files you can contact me At my skype: roxasledieutoutpuissant You can see more information of my market in my website: [Hidden Content] Have a fun hi man send me please item.cpp
  7. man i use bravery mobs coming but wait 1-2 sec after attack :S [Maxmi files]
  8. hi guys, i have mob problem im use bravery cape and mobs wait 2-3 sec after attack me anyone know fix? Sry english..
  9. hey man, you how to added he is sash in enventory sry my english..
  10. thanks man, but i think this pack not official old pack poison effect level 90 armour blue effect.
  11. hi metin2dev, anyone ppl share metin2_patch_pc3 metin2_patch_pc3_m Please
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.