Jump to content

hardrevo

Inactive Member
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by hardrevo

  1. Hi there,

    I've been trying to extract the latest Item & Mob Names from the Portuguese Metin2 GF Client with no success.

    I'm translating a serverfiles and having the proto names of all the items and mobs would make the translation instantaneous because I've made a script that copies over the names.

     

    Anyway does anyone have a program that can extract it either in XML or TXT, even if it's just the names?

     

    I can pay 5€ if someone can help me with this, thanks

  2. shutgon can yu double check the skill_pronto

     

    DROP TABLE IF EXISTS `skill_proto`;
    Affected rows: 0
    Time: 0.035s

    [sql]
    CREATE TABLE `skill_proto` (
      `dwVnum` int(11) NOT NULL DEFAULT '0',
      `szName` varchar(32) NOT NULL DEFAULT '',
      `bType` tinyint(4) NOT NULL DEFAULT '0',
      `bLevelStep` tinyint(4) NOT NULL DEFAULT '0',
      `bMaxLevel` tinyint(4) NOT NULL DEFAULT '0',
      `bLevelLimit` tinyint(3) unsigned NOT NULL DEFAULT '0',
      `szPointOn` varchar(100) NOT NULL DEFAULT '0',
      `szPointPoly` varchar(100) NOT NULL DEFAULT '',
      `szSPCostPoly` varchar(100) NOT NULL DEFAULT '',
      `szDurationPoly` varchar(100) NOT NULL DEFAULT '',
      `szDurationSPCostPoly` varchar(100) NOT NULL DEFAULT '',
      `szCooldownPoly` varchar(100) NOT NULL DEFAULT '',
      `szMasterBonusPoly` varchar(100) NOT NULL DEFAULT '',
      `szAttackGradePoly` varchar(100) NOT NULL DEFAULT '',
      `setFlag` set('ATTACK','USE_MELEE_DAMAGE','COMPUTE_ATTGRADE','SELFONLY','USE_MAGIC_DAMAGE','USE_HP_AS_COST','COMPUTE_MAGIC_DAMAGE','SPLASH','GIVE_PENALTY','USE_ARROW_DAMAGE','PENETRATE','IGNORE_TARGET_RATING','ATTACK_SLOW','ATTACK_STUN','HP_ABSORB','SP_ABSORB','ATTACK_FIRE_CONT','REMOVE_BAD_AFFECT','REMOVE_GOOD_AFFECT','CRUSH','ATTACK_POISON','TOGGLE','DISABLE_BY_POINT_UP','CRUSH_LONG') DEFAULT NULL,
      `setAffectFlag` enum('YMIR','INVISIBILITY','SPAWN','POISON','SLOW','STUN','DUNGEON_READY','FORCE_VISIBLE','BUILDING_CONSTRUCTION_SMALL','BUILDING_CONSTRUCTION_LARGE','BUILDING_UPGRADE','MOV_SPEED_POTION','ATT_SPEED_POTION','FISH_MIDE','JEONGWIHON','GEOMGYEONG','CHEONGEUN','GYEONGGONG','EUNHYUNG','GWIGUM','TERROR','JUMAGAP','HOSIN','BOHO','KWAESOK','MANASHIELD','MUYEONG','REVIVE_INVISIBLE','FIRE','GICHEON','JEUNGRYEOK','') DEFAULT NULL,
      `szPointOn2` varchar(100) NOT NULL DEFAULT 'NONE',
      `szPointPoly2` varchar(100) NOT NULL DEFAULT '',
      `szDurationPoly2` varchar(100) NOT NULL DEFAULT '',
      `setAffectFlag2` enum('YMIR','INVISIBILITY','SPAWN','POISON','SLOW','STUN','DUNGEON_READY','FORCE_VISIBLE','BUILDING_CONSTRUCTION_SMALL','BUILDING_CONSTRUCTION_LARGE','BUILDING_UPGRADE','MOV_SPEED_POTION','ATT_SPEED_POTION','FISH_MIDE','JEONGWIHON','GEOMGYEONG','CHEONGEUN','GYEONGGONG','EUNHYUNG','GWIGUM','TERROR','JUMAGAP','HOSIN','BOHO','KWAESOK','MANASHIELD') NOT NULL DEFAULT 'YMIR',
      `szPointOn3` varchar(100) NOT NULL DEFAULT 'NONE',
      `szPointPoly3` varchar(100) NOT NULL DEFAULT '',
      `szDurationPoly3` varchar(100) NOT NULL DEFAULT '',
      `szGrandMasterAddSPCostPoly` varchar(100) NOT NULL DEFAULT '',
      `prerequisiteSkillVnum` int(11) NOT NULL DEFAULT '0',
      `prerequisiteSkillLevel` int(11) NOT NULL DEFAULT '0',
      `eSkillType` enum('NORMAL','MELEE','RANGE','MAGIC') NOT NULL DEFAULT 'NORMAL',
      `iMaxHit` tinyint(4) NOT NULL DEFAULT '0',
      `szSplashAroundDamageAdjustPoly` varchar(100) NOT NULL DEFAULT '1',
      `dwTargetRange` int(11) NOT NULL DEFAULT '1000',
      `dwSplashRange` int(10) unsigned NOT NULL DEFAULT '0',
      PRIMARY KEY (`dwVnum`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    Affected rows: 0
    Time: 0.055s

    [sql]
     
    -- ----------------------------
    -- Records of skill_proto
    -- ----------------------------
    INSERT INTO `skill_proto` VALUES ('1', '»ï¿¬Âü', '1', '1', '1', '0', 'HP', '-( 1.1*atk + (0.5*atk +  1.5 * str)*k)', '40+100*k', '', '', '12', '-( 1.1*atk + (0.5*atk +  1.5 * str)*k)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '40+100*k', '0', '0', 'MELEE', '5', '1', '0', '0');
    [Err] 1265 - Data truncated for column 'setAffectFlag2' at row 1

  3. Hi guys
     
    I have this bug
     
     
    My weapown and armors +9 don't have any light coming out I would like to solve
    thank you.

     

     

    sysser

    0828 22:49:41477 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
    0828 22:49:41809 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
    0828 22:49:47304 :: Unknown Server Command QuestGetMapIndex 113 | QuestGetMapIndex
    0828 22:50:55972 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
    0828 22:50:57386 :: Unknown Server Command QuestGetMapIndex 41 | QuestGetMapIndex

     

    Bug

    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

     

  4. Hi guys I Would like to get some help.

     

    I have my server and it's a big

     

     

    Syserr

     

    SYSERR: Aug 26 23:32:57 :: ChildLoop: AsyncSQL: query failed: Data truncated for column 'time' at row 1 (query: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), 'Game1', 1) errno: 1265)
    SYSERR: Aug 26 23:33:08 :: CheckDragonSoulExtTables: In ¹é·æ¼® group of DragonSoulExtTables, ByProduct(30270) of Grade grade_normal is not exist.
    SYSERR: Aug 26 23:33:08 :: ReadDragonSoulTableFile: DragonSoul table Check failed.
    SYSERR: Aug 26 23:33:08 :: Boot: cannot load DragonSoulTable: locale/singapore/dragon_soul_table.txt
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Aug 26 23:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Aug 26 23:33:09 :: GetMotionFileName: Motion: spider_spawn have not motlist.txt vnum(2095) folder(spider_spawn)
    SYSERR: Aug 26 23:33:09 :: GetMotionFileName: Motion: spider_spawn have not motlist.txt vnum(2095) folder(spider_spawn)
    SYSERR: Aug 26 23:33:09 :: GetMotionFileName: Motion: spider_spawn have not motlist.txt vnum(2095) folder(spider_spawn)
    SYSERR: Aug 26 23:33:09 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 0 mob 3596 skill 257
    SYSERR: Aug 26 23:33:09 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 1 mob 3596 skill 258
    SYSERR: Aug 26 23:48:27 :: ChildLoop: AsyncSQL: query failed: Data too long for column 'hint' at row 1 (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 192, 962192, 274389, 0, 'LOGIN', '86.8.186.43 5331527 1 41 2924', '86.8.186.43') errno: 1406)
    SYSERR: Aug 26 23:49:30 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
    SYSERR: Aug 26 23:49:30 :: RunState: LUA_STATE: index -3070618 ref 3
    SYSERR: Aug 26 23:49:30 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
    SYSERR: Aug 26 23:49:32 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
    SYSERR: Aug 26 23:49:32 :: RunState: LUA_STATE: index -3070618 ref 3
    SYSERR: Aug 26 23:49:32 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
    SYSERR: Aug 26 23:49:34 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
    SYSERR: Aug 26 23:49:34 :: RunState: LUA_STATE: index -3070618 ref 3
    SYSERR: Aug 26 23:49:34 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
    SYSERR: Aug 26 23:49:38 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
    SYSERR: Aug 26 23:49:38 :: RunState: LUA_STATE: index -3070618 ref 3
    SYSERR: Aug 26 23:49:38 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
    SYSERR: Aug 26 23:49:43 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
    SYSERR: Aug 26 23:49:43 :: RunState: LUA_STATE: index -3070618 ref 3
    SYSERR: Aug 26 23:49:43 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
    SYSERR: Aug 26 23:51:26 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
    SYSERR: Aug 26 23:51:26 :: RunState: LUA_STATE: index -3070618 ref 3
    SYSERR: Aug 26 23:51:26 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
    SYSERR: Aug 26 23:53:12 :: ChildLoop: AsyncSQL: query failed: Data too long for column 'hint' at row 1 (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 192, 959941, 269144, 0, 'LOGOUT', '86.8.186.43 5331527 1 41 2924', '86.8.186.43') errno: 1406)

     

     

    Hope yu guys can help me,

     

    Regards

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