Jump to content

Speachless

Premium
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by Speachless

  1. Yeah horse no , but mounts like 71124 71125 etc have it ....
  2. When i use mounts like 71124 71125 71126 the mobs disapear and i get syser : Sync: cannot find tree at -2147483648 -2147483648 (name: [GA]Sebi) To make mobs disapear you need to walk in map some metters 20-30 by using mount.
  3. My criptor item proto can't indentify the flag anti lycan for example : Sword can be used by sura , war , ninja .Even i set the correct flag to can't be used by Lycan it still apear down : Usable for : Sura , War , Ninja , Lycan I cript with : dump_proto_release.exe
  4. What make this command : /costume . a player said he can make what costume want with bonuses . This command can be used by players.
  5. Belive me , that refines can't work on 34k . You have to learn some c++ and start use the source ; also on metin2dev are a lot of tutorials which allow you to repair the bugs verry easy
  6. Gamecore 34k can't use that refines . Do not try to find anymore a solution because does't exist for this game version.
  7. When I use a defensive skill ( bonus apply 54 ) gives me attack + defense. When I use the bonus attack (53) on a pet, or a skill which gives atac + ,it gives me , but it dont apear on C . The problem is from source , but i dont know in what cpp file and what line .
  8. Why should i give an explanation for a simple ,,thanks '' ? Just take it and thanks if you looked on my post.
  9. Hi, metin2dev . I need help from someone, specifically a tutorial about disabling the mount speed limit because after going a few second with mount it teleport me back with 5-10 m. I know all you know that problem . Thank you in advance .
  10. You hve to activate from alchimist the dragon core alchemy.
  11. Solved : char_skill.cpp bool CHARACTER::CanUseSkill(DWORD dwSkillVnum) const { if (0 == dwSkillVnum) return false; if (0 < GetSkillGroup()) { const int SKILL_COUNT = 6; static const DWORD SkillList[JOB_MAX_NUM][SKILL_GROUP_MAX_NUM][SKILL_COUNT] = { {{1, 2, 3, 4, 5, 6}, {16, 17, 18, 19, 20, 21}}, {{31, 32, 33, 34, 35, 36}, {46, 47, 48, 49, 50, 51}}, {{61, 62, 63, 64, 65, 66}, {76, 77, 78, 79, 80, 81}}, {{91, 92, 93, 94, 95, 96}, {106, 107, 108, 109, 110, 111}}, {{171, 172, 173, 174, 175, 176},}, }; const DWORD* pSkill = SkillList[ GetJob() ][ GetSkillGroup()-1 ]; for (int i=0 ; i < SKILL_COUNT ; ++i) { if (pSkill[i] == dwSkillVnum) return true; } } Rewrite {{171, 172, 173, 174, 175, 176},}, with {{170, 171, 172, 173, 174, 175},},
×
×
  • 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.