Jump to content

account

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

About account

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

account's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. a vps is usuall a 64bit system , so you are going to need a 32bit jail.
  2. well the idx could be wrong too since the skillpower is loaded from a txt file if it is not updated then it could go wrong. the table is loaded here : snprintf(szQuery, sizeof(szQuery), "SELECT mValue from locale where mKey='SKILL_POWER_BY_LEVEL_TYPE%d' ORDER BY CAST(mValue AS unsigned)", job); in other word it is in the locale table (common db) . but the funny thing is that such a thing was never used even with r404 in 2009.
  3. m_aiSkillPowerByLevelFromType[idx][skilllevel]; < it is quite possible that the index does not exist wether it is the idx , or the skilllevel.since there is a check for the job and the skillgroupe then hte problem is the skilllevel.
  4. check skill_power.cpp line 44 if you are not using a self compiled game, then : just die.
  5. the reason could be as simple as having a missing Semicolon at the end of a line , check the last thing you did in order to fix it.
  6. bcz metin2 was made so that it would run perfectly on freebsd. even if you manage to built it , you will stop on a handshake while login (wont be received and you won t be able to login)
×
×
  • 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.