Jump to content

Sirio

Premium
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by Sirio

  1. Hi metin2dev. I wanted to ask, is there a quest function that allow once kill a mob and if you are in a party, the whole party receive the drop?
  2. Give up, if you are not an expert in this camp you cannot bypass it Anyway this is not a hack community, so these requests are not allowed
  3. You must add them in source game/src/pvp.cpp in bool CPVPManager::CanAttack(LPCHARACTER pkChr, LPCHARACTER pkVictim) add: case vnummount client/UserInterface/InstanceBase.cpp in UINT CInstanceBase::SHORSE::GetLevel() add: case vnummount
  4. Hi metin2dev I have 3 problems. The first is when i make a skill (buff) the animation is incomplete and attack skills sometimes too. Video: [Hidden Content] The second problem is when i change PVP mode the attacks seems like a hack. Video: [Hidden Content] The third problem is when i'm dead and i add status point the char make everytime death voice. Video: [Hidden Content] Thank you in advance
  5. Change ITEM_DS in ITEM_MATERIAL and DS_SLOT1 in MATERIAL_DS_REFINE_NORMAL
  6. In char.cpp int CHARACTER::GetLimitPoint(BYTE type) const search: case POINT_ATT_SPEED: min_limit = 0; if (IsPC()) limit = 170; and change the 170 as you want.
  7. In locale/xx/item_list.txt add this line 9999 WEAPON icon/item/9999.tga d:/ymir work/item/weapon/9999.gr2 Replace "9999" with value of your weapon / icon / and the gr2 file
  8. Hi metin2dev I compiled my launcher but when i enter in game it show me this: How can I remove it?
  9. You have to modify something in InstanceBase.cpp in client source for the blue armour effect
×
×
  • 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.