Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/01/16 in all areas

  1. M2 Download Center Download Here ( Internal )
    1 point
  2. you must sword +1 or what ever shuop buy price of 20 yang or what ever and than item_exp and put the sword in the box sry for my badass english
    1 point
  3. Go to your item_proto txt or db , and change the shop_buy_price from 0 to whatever you want
    1 point
  4. i think i found cause of problem: i had a problem when i using no txt.its the players set skill groups randomize values(is bigger than 2).i think the error saying : CTableBySkill::GetSkillPowerByLevelFromType ( this=0xffffcac0, job=0, skillgroup=137, skilllevel=20, bMob=false) it is warrior.server try to getting warriors skill power from skill group 137 but warrior have 2 skill groups. When i using no txt old players skill_groups reseting and skill windows is empty(key v).i wrote a quest for this problem: so no txt is wrong.And still players when chatting the core dump.
    1 point
  5. char.cpp: Search and delete: if (GetRealAlignment() < 0) { if (IsEquipUniqueItem(UNIQUE_ITEM_FASTER_ALIGNMENT_UP_BY_TIME)) UpdateAlignment(120 * (dwPlayedTime / 60000)); else UpdateAlignment(60 * (dwPlayedTime / 60000)); } else UpdateAlignment(5 * (dwPlayedTime / 60000)); } If you want when you sign King item (70050) as your degree of alignment to grow then alter the function only with this: if (GetRealAlignment() < 0) { if (IsEquipUniqueItem(UNIQUE_ITEM_FASTER_ALIGNMENT_UP_BY_TIME)) UpdateAlignment(120 * (dwPlayedTime / 60000)); } And search in char_battle.cpp and delete function: if (pkAttacker->IsPC()) { if (GetLevel() - pkAttacker->GetLevel() >= -10) if (pkAttacker->GetRealAlignment() < 0) { if (pkAttacker->IsEquipUniqueItem(UNIQUE_ITEM_FASTER_ALIGNMENT_UP_BY_KILL)) pkAttacker->UpdateAlignment(14); else pkAttacker->UpdateAlignment(7); } else pkAttacker->UpdateAlignment(2); I hope I understood what you said, correct me if not, this is want you want?
    1 point
  6. [Hidden Content] 50 patches from GF+2 patches from the korean client + 1 fresh icons +1x metin2_patch_eu5 (from somewhere*) Hve sm fun! =)
    1 point
×
×
  • 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.