Jump to content

MentaLL

Member
  • Posts

    57
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by MentaLL

  1. 8 minutes ago, Tatsumaru said:

    CODE UPDATE!

    Now the code is shorter and more accurate than the previous version. There is no problem with the poisoning effect on the monster's life bar. General, I did not notice any problems in the operation of the poisoning effect after adding the new version.

     

    Special thanks for helping me with this code for Intern and VegaS™

     

    Good job and thanks for sharing!

    • Love 1
  2. LoadMonsterAreaInfo in the sysser means that you don't have regen.txt in the folder map.
    for the unknown package that knows .. it can be everything and it is difficult to find a solution without examining the entire SRC, my suggestion is to restore the backup and do the installation of the pendant again (I also add this in my SRC but I I have to repair many missing parts to use it correctly)

    • Love 1
  3. 40 minutes ago, morisandoscz said:

    How i can run it, where i have to put that text i have same problem

     

    Open Navicat;

    player>New Query

    copy paste this:

     

    CREATE DATABASE IF NOT EXISTS `player` /*!40100 DEFAULT CHARACTER SET latin1 */;
    USE `player`;

    -- Dumping structure for table player.map_list
    CREATE TABLE IF NOT EXISTS `map_list` (
      `channel` int(5) DEFAULT NULL,
      `map_index` int(5) DEFAULT NULL,
      `port` int(10) DEFAULT NULL,
      `host` varchar(100) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

     

    Press "Run"

     

    Restart Server, enjoy

     

  4. 3 hours ago, Domik309 said:

    Can u reupload it for me? ^^

     

    Try to run this:

     

    CREATE DATABASE IF NOT EXISTS `player` /*!40100 DEFAULT CHARACTER SET latin1 */;
    USE `player`;

    -- Dumping structure for table player.map_list
    CREATE TABLE IF NOT EXISTS `map_list` (
      `channel` int(5) DEFAULT NULL,
      `map_index` int(5) DEFAULT NULL,
      `port` int(10) DEFAULT NULL,
      `host` varchar(100) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

  5. Hi, I am trying to convert some .mp3 files to .wav for metin2 client to add in my system, but with each coverter this does not work properly, a few years ago I found a good converter and the mp3 to .wav working, but now I cannot find this converter. Anyone have any idea?

    The sysser error just say the .wav format is not correct.


    Thank you.

×
×
  • 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.