Jump to content

RockStonePL

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

About RockStonePL

Informations

  • Gender
    Male

Recent Profile Visitors

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

RockStonePL's Achievements

Newbie

Newbie (1/16)

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

Recent Badges

0

Reputation

  1. Check this chown -R mysql /var/db/mysql/ chgrp -R mysql /var/db/mysql/ If you can't edit values in database by navicat or heidisql so you have problem with DB gamefile.
  2. i work on mysql version of protos (helpful are mysql commands) but i want to make function like mirrorintodb which update txt files from database in Dev mode.
  3. both methods are proper, txt proto files can be faster for loading db at startup If you want protos at mysql you must edit your DB source file ClientManagerBoot.cpp CClientManager::InitializeMobTable() {...} CClientManager::InitializeItemTable() {...} And delete or comment if (!MirrorMobTableIntoDB()) {...} if (!MirrorItemTableIntoDB()) {...}
  4. check permissions of your mysql tables, maybie there are for read only
  5. as name says, it's source code of game (and server application) Metin2 Before touching this, get acquainted with the basics of c ++ programming.
  6. check file mob_drop_item.txt in your locale/xxx
×
×
  • 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.