Jump to content

quentin869

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

About quentin869

Informations

  • Gender
    Male

Recent Profile Visitors

885 profile views

quentin869's Achievements

Rookie

Rookie (2/16)

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

Recent Badges

4

Reputation

  1. Hello, I have my skill problems. I give skill points, but does not increase my skills. /setsk 3 59 == Perfect Dash :'( Where is the problem :'( Help me please Sorry my bad english I'm using Google Translate :D I had this problem too and its from skill_proto table... How can I fix this? :(HELP ME PLEASE skill_proto table : -- -------------------------------------------------------- -- Hôte: 127.0.0.1 -- Version du serveur: 5.5.5-10.0.14-MariaDB - mariadb.org binary distribution -- Serveur OS: Win64 -- HeidiSQL Version: 8.3.0.4694 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- Export de la structure de table player. skill_proto CREATE TABLE IF NOT EXISTS `skill_proto` ( `dwVnum` int(11) NOT NULL DEFAULT '0', `szName` varbinary(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') NOT NULL DEFAULT 'YMIR', `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; -- Export de données de la table player.skill_proto: 79 rows DELETE FROM `skill_proto`; /*!40000 ALTER TABLE `skill_proto` DISABLE KEYS */; INSERT INTO `skill_proto` (`dwVnum`, `szName`, `bType`, `bLevelStep`, `bMaxLevel`, `bLevelLimit`, `szPointOn`, `szPointPoly`, `szSPCostPoly`, `szDurationPoly`, `szDurationSPCostPoly`, `szCooldownPoly`, `szMasterBonusPoly`, `szAttackGradePoly`, `setFlag`, `setAffectFlag`, `szPointOn2`, `szPointPoly2`, `szDurationPoly2`, `setAffectFlag2`, `szPointOn3`, `szPointPoly3`, `szDurationPoly3`, `szGrandMasterAddSPCostPoly`, `prerequisiteSkillVnum`, `prerequisiteSkillLevel`, `eSkillType`, `iMaxHit`, `szSplashAroundDamageAdjustPoly`, `dwTargetRange`, `dwSplashRange`) VALUES (1, _binary 0xBBEFBFACC2FC, 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), (2, _binary 0xC6C8B9E6C7B3BFEC, 1, 1, 1, 0, 'HP', '-(3*atk + (0.8*atk + str*5 + dex*3 +con)*k)', '50+130*k', '', '', '15', '-(3*atk + (0.8*atk + str*5 + dex*3 +con)*k)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '50+130*k', 0, 0, 'MELEE', 12, '1', 0, 200), (3, _binary 0xC0FCB1CDC8A5, 1, 1, 1, 0, 'ATT_SPEED', '50*k', '50+140*k', '60+90*k', '', '63+90*k', '50*k', '', 'SELFONLY', 'JEONGWIHON', 'MOV_SPEED', '20*k', '60+90*k', '', '', '', '', '50+140*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (4, _binary 0xB0CBB0E6, 1, 1, 1, 0, 'ATT_GRADE', '(100 + str + lv * 3)*k', '100+200*k', '30+50*k', '', '33+50*k', '(100 + str + lv * 3)*k', '', 'SELFONLY', 'GEOMGYEONG', 'NONE', '', '', '', '', '', '', '100+200*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (5, _binary 0xC5BAC8AFB0DD, 1, 1, 1, 0, 'HP', '-(2*atk + (atk + dex*3 + str*7 + con)*k)', '60+120*k', '', '', '12', '-(2*atk + (atk + dex*3 + str*7 + con)*k)', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'MOV_SPEED', '150', '3', '', '', '', '', '60+120*k', 0, 0, 'MELEE', 4, '1', 0, 200), (16, _binary 0xB1E2B0F8C2FC, 1, 1, 1, 0, 'HP', '-(2.3*atk + (4*atk + str*4 + con)*k)', '60+120*k', '', '', '15', '-(2.3*atk + (4*atk + str*4 + con)*k)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '60+120*k', 0, 0, 'MELEE', 4, '1', 0, 100), (17, _binary 0xB0DDBBEAC5B8BFEC, 1, 1, 1, 0, 'HP', '-(2.3*atk + (3*atk + str*4 + con*3)*k)', '60+150*k', '', '', '15', '-(2.3*atk + (3*atk + str*4 + con*3)*k)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '60+150*k', 0, 0, 'MELEE', 8, '1', 0, 200), (18, _binary 0xB4EBC1F8B0A2, 1, 1, 1, 0, 'HP', '-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)', '50+140*k', '', '', '25', '-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)', '', 'ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN', '', 'NONE', '100+k*1000/6', '2', '', '', '', '', '50+140*k', 0, 0, 'MELEE', 10, '1', 0, 400), (19, _binary 0xC3B5B1D9C3DF, 1, 1, 1, 0, 'DEF_GRADE', '(200 + str*0.2 + con*0.5 ) *k', '80+220*k', '60+90*k', '', '63+90*k', '(200 + str*0.2 + con*0.5 ) *k', '', 'SELFONLY', 'CHEONGEUN', 'MOV_SPEED', '-(1+9*k)', '60+90*k', '', '', '', '', '80+220*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (20, _binary 0xB0CBC7B3, 1, 1, 1, 0, 'HP', '-(2*atk + (atk + dex*3 + str*5 + con)*k)', '40+120*k', '', '', '20', '-(2*atk + (atk + dex*3 + str*5 + con)*k)', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '40+120*k', 0, 0, 'MELEE', 10, '0.5', 1200, 200), (31, _binary 0xBECFBDC0, 2, 1, 1, 0, 'HP', '-(atk + (1.2 * atk + number(500, 700) + dex*4+ str*4 )*k)', '40+160*k', '', '', '15', '-(atk + (1.2 * atk + number(500, 700) + dex*4+ str*4 )*k)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '40+160*k', 0, 0, 'MELEE', 6, '0.8', 0, 0), (32, _binary 0xB1C3BDC5C5BABFB5, 2, 1, 1, 0, 'HP', '-(atk + (1.6* atk + number(200,300) + dex*7 + str*7)*k)', '40+160*k', '', '', '20', '-(atk + (1.6* atk + number(200,300) + dex*7 + str*7)*k)', '', 'ATTACK,USE_MELEE_DAMAGE', '', 'NONE', '', '', '', '', '', '', '40+160*k', 0, 0, 'MELEE', 6, '0.8', 800, 0), (33, _binary 0xC2F7B7FBBBEC, 2, 1, 1, 0, 'HP', '-(2*atk + (0.5*atk + dex*9 + str*7)*k)', '50+140*k', '', '', '25', '-(2*atk + (0.5*atk + dex*9 + str*7)*k)', '', 'ATTACK,USE_MELEE_DAMAGE,ATTACK_POISON', '', 'NONE', '40*k', '', '', '', '', '', '50+140*k', 0, 0, 'MELEE', 12, '0.8', 0, 0), (34, _binary 0xC0BAC7FCB9FD, 2, 1, 1, 0, 'NONE', '', '30+60*k', '15+30*k', '', '60', '', '', 'SELFONLY', 'EUNHYUNG', 'NONE', '', '', '', '', '', '', '30+60*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (35, _binary 0xBBEAB0F8BAD0, 2, 1, 1, 0, 'HP', '-(lv*2+(atk + str*3 + dex*18)*k)', '40+130*k', '', '', '25', '-(lv*2+(atk + str*3 + dex*18)*k)', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON', '', 'NONE', '60*k', '5+25*k', '', '', '', '', '40+130*k', 0, 0, 'MAGIC', 0, '0.5', 800, 200), (46, _binary 0xBFACBBE7, 2, 1, 1, 0, 'HP', '-(atk + 0.2*atk*floor(2+k*6)+ (0.8*atk+dex*8*ar) *k)', '40+130*k', '', '', '15', '-(atk + 0.2*atk*floor(2+k*6)+ (0.8*atk+dex*8*ar) *k)', '', 'ATTACK,USE_ARROW_DAMAGE', '', 'NONE', '', '', '', '', '', '', '40+130*k', 0, 0, 'RANGE', 1, '1', 2500, 0), (47, _binary 0xB0FCB0DDBCFA, 2, 1, 1, 0, 'HP', '-(atk + (1.7*atk + dex*2+ str*2)*k)', '30+130*k', '', '', '12', '-(atk + (1.7*atk + dex*2+ str*2)*k)', '', 'ATTACK,USE_ARROW_DAMAGE', '', 'NONE', '', '', '', '', '', '', '30+130*k', 0, 0, 'RANGE', 8, '1', 2500, 0), (48, _binary 0xC8ADC1B6C6C4, 2, 1, 1, 0, 'HP', '-(1.5*atk + (2.6*atk + number(100, 300))*k)', '50+130*k', '', '', '25', '-(1.5*atk + (2.6*atk + number(100, 300))*k)', '', 'ATTACK,SPLASH,USE_ARROW_DAMAGE', '', 'NONE', '', '', '', '', '', '', '50+130*k', 0, 0, 'RANGE', 12, '0.6', 2500, 300), (49, _binary 0xB0E6B0F8BCFA, 2, 1, 1, 0, 'MOV_SPEED', '60*k', '30+40*k', '15+30*k', '', '30+30*k', '60*k', '', 'SELFONLY', 'GYEONGGONG', 'NONE', '', '', '', '', '', '', '30+40*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (50, _binary 0xB5B6B1E2B1C3, 2, 1, 1, 0, 'HP', '-(atk + (1.2*atk + number(100, 200)+dex*6+str*2)*k)', '40+160*k', '', '', '25', '-(atk + (1.2*atk + number(100, 200)+dex*6+str*2)*k)', '', 'ATTACK,SPLASH,USE_ARROW_DAMAGE,CRUSH,ATTACK_POISON', '', 'NONE', '80*k', '15+30*k', '', '', '', '', '40+160*k', 0, 0, 'RANGE', 12, '0.5', 2500, 300), (61, _binary 0xBCE2B7C9C1F6, 3, 1, 1, 0, 'HP', '-(atk + 2*lv + iq*2 + ( 2*atk + str*4 + iq*14) * k)', '30+140*k', '', '', '10', '-(atk + 2*lv + iq*2 + ( 2*atk + str*4 + iq*14) * k)', '', 'ATTACK,USE_MELEE_DAMAGE,PENETRATE', '', 'NONE', '1+k*9', '', '', '', '', '', '30+140*k', 0, 0, 'MELEE', 4, '1', 0, 0), (62, _binary 0xBFEBB1C7C6C4, 3, 1, 1, 0, 'HP', '-(1.1 * atk + 2*lv + iq*2+(1.5*atk + str + iq*12) * k)', '50+150*k', '', '', '15', '-(1.1 * atk + 2*lv + iq*2+(1.5*atk + str + iq*12) * k)', '', 'ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,IGNORE_TARGET_RATING', '', 'NONE', '1+k*9', '', '', '', '', '', '50+150*k', 0, 0, 'MELEE', 12, '1', 0, 500), (63, _binary 0xB1CDB0CB, 3, 1, 1, 0, 'ATT_GRADE', '(3 * iq + 2 * lv)*k', '20+240*k', '50+100*k', '2+23*k', '0', '(3 * iq + 2 * lv)*k', '', 'SELFONLY,TOGGLE', 'GWIGUM', 'HIT_HP_RECOVER', '10*k', '50+80*k', '', '', '', '', '20+240*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (64, _binary 0xB0F8C6F7, 3, 1, 1, 0, 'DODGE', '1 + 29 * k', '60+120*k', '60+100*k', '', '100', '1 + 29 * k', '', 'SELFONLY', 'TERROR', 'NONE', '', '', '', '', '', '', '60+120*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (65, _binary 0xC1D6B8B6B0A9, 3, 1, 1, 0, 'DEF_GRADE', '(iq+30)*k', '70+170*k', '30+120*k', '', '33+140*k', '(iq+30)*k', '', 'SELFONLY', 'JUMAGAP', 'REFLECT_MELEE', '(iq/4+10)*k', '30+120*k', '', '', '', '', '70+170*k', 0, 0, 'NORMAL', 1, '1', 0, 0), (66, _binary 0xC6C4B9FDBCFA, 3, 1, 1, 0, 'HP', '-(40 +5*lv + 2*iq+(10*iq + 7*mwep + number(50,100) )*ar*k)', '30+120*k', '', '', '12', '-(40 +5*lv + 2*iq+(10*iq + 7*mwep + number(50,100) )*ar*k)', '', 'ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,REMOVE_GOOD_AFFECT', '', 'NONE', '10+40*k', '7+23*k', '', '', '', '', '30+120*k', 0, 0, 'NORMAL', 5, '0.6', 1800, 200), (76, _binary 0xB8B6B7C9, 3, 1, 1, 0, 'HP', '-(40 +5*lv + 2*iq +(13*iq + 6*mwep + number(50,100) )*ar*k)', '30+140*k', '', '', '7', '-(40 +5*lv + 2*iq +(13*iq + 6*mwep + number(50,100) )*ar*k)', '', 'ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '30+140*k', 0, 0, 'MAGIC', 5, '0.6', 1500, 200), (77, _binary 0xC8ADBFB0C6F8, 3, 1, 1, 0, 'HP', '-(5*lv + 2*iq+(10*iq + 6*mwep + str*4 + con*2 + number(180,200) )*k)', '60+140*k', '', '', '12', '-(5*lv + 2*iq+(10*iq + 6*mwep + str*4 + con*2 + number(180,200) )*k)', '', 'ATTACK,SELFONLY,COMPUTE_MAGIC_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '60+140*k', 0, 0, 'MAGIC', 15, '0.8', 0, 500), (78, _binary 0xB9ABBFB5C1F8, 3, 1, 1, 0, 'HP', '-(30+ 2*lv + 2*iq+(7*iq + 6*mwep + number(200,500))*ar*k)', '20+30*k', '40+30*k', '5+40*k', '43+30*k', '-(30+ 2*lv + 2*iq+(7*iq + 6*mwep + number(200,500))*ar*k)', '', 'ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,TOGGLE', '', 'NONE', '', '', '', '', '', '', '20+30*k', 0, 0, 'MAGIC', 1, '1', 800, 0), (79, _binary 0xC8E6BDC5BCF6C8A3, 3, 1, 1, 0, 'DEF_GRADE', '(0.5*iq+15)*k', '20+30*k', '60+120*k', '5+10*k', '63+120*k', '(0.5*iq+15)*k', '', 'SELFONLY,TOGGLE', 'MANASHIELD', 'MANASHIELD', '100-((iq*0.84)*k)', '60+120*k', '', '', '', '', '20+30*k', 0, 0, 'MAGIC', 1, '0.8', 0, 0), (80, _binary 0xC5F5BCD3B8B6B7C9, 3, 1, 1, 0, 'HP', '-(40 + 2* lv + 2*iq +(2 * con + 2 * dex + 13*iq + 6*mwep + number(180, 200))*ar*k)', '40+120*k', '', '', '12', '-(40 + 2* lv + 2*iq +(2 * con + 2 * dex + 13*iq + 6*mwep + number(180, 200))*ar*k)', '', 'ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH,ATTACK_SLOW', '', 'NONE', '333+300*k', '10+10*k', '', '', '', '', '40+120*k', 0, 0, 'MAGIC', 9, '0.8', 1200, 400), (81, _binary 0xB8B6C8AFB0DD, 3, 1, 1, 0, 'HP', '-(120 + 6*lv + (5 * con + 5 * dex + 29*iq + 9*mwep)*ar*k)', '80+220*k', '', '', '24', '-(120 + 6*lv + (5 * con + 5 * dex + 29*iq + 9*mwep)*ar*k)', '', 'ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '80+220*k', 0, 0, 'MAGIC', 9, '0.4', 1500, 200), (91, _binary 0xBAF1C6C4BACE, 4, 1, 1, 0, 'HP', '-(70 + 4*lv + (20*iq+5*mwep+50)*ar*k)', '30+160*k', '', '', '7', '-(70 + 4*lv + (20*iq+5*mwep+50)*ar*k)', '', 'ATTACK,COMPUTE_MAGIC_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '30+160*k', 0, 0, 'MAGIC', 5, '0.5', 1800, 201), (92, _binary 0xBFEBC6C4BBEA, 4, 1, 1, 0, 'HP', '-(60 + 5*lv + (18*iq + 6*mwep + 120)*ar*k)', '50+160*k', '', '', '8', '-(60 + 5*lv + (18*iq + 6*mwep + 120)*ar*k)', '', 'ATTACK,ATTACK_FIRE_CONT', '', 'NONE', 'lv+5*iq *k', 'iq*0.2*k', '', '', '', '', '50+160*k', 0, 0, 'MAGIC', 10, '0.8', 0, 0), (93, _binary 0xC6D0B7E6C6F8, 4, 1, 1, 0, 'HP', '-(70 + 3*lv + (22*iq+13*mwep+100)*ar*k)', '50+160*k', '', '', '20', '-(70 + 3*lv + (22*iq+13*mwep+100)*ar*k)', '', 'ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT', '', 'NONE', 'lv+5*iq *k', 'iq*0.2*k', '', '', '', '', '50+160*k', 0, 0, 'MAGIC', 15, '0.8', 0, 500), (94, _binary 0xC8A3BDC5, 4, 1, 1, 0, 'RESIST_NORMAL', '(iq*0.3+5)*(2*k+0.5)/(k+1.5)', '40+160*k', '60+200*k', '', '10', '(iq*0.3+5)*(2*k+0.5)/(k+1.5)', '', '', 'HOSIN', 'NONE', '', '', '', '', '', '', '40+160*k', 0, 0, 'NORMAL', 1, '1', 800, 0), (95, _binary 0xB9DDBBE7, 4, 1, 1, 0, 'REFLECT_MELEE', '5+(iq*0.3 + 5)*k', '40+160*k', '60+200*k', '', '10', '5+(iq*0.3 + 5)*k', '', '', 'BOHO', 'NONE', '', '', '', '', '', '', '40+160*k', 0, 0, 'NORMAL', 1, '1', 1000, 0), (96, _binary 0xB1E2C3B5B4EBB0F8, 4, 1, 1, 0, 'CRITICAL', '(iq*0.3+5)*(2*k+0.5)/(k+1.5)', '40+160*k', '60+100*k', '', '10', '(iq*0.3+5)*(2*k+0.5)/(k+1.5)', '', '', 'GICHEON', 'NONE', '', '', '', '', '', '', '40+160*k', 0, 0, 'NORMAL', 1, '1', 1000, 0), (106, _binary 0xB3FAC0FCB7C9, 4, 1, 1, 0, 'HP', '-(60 + 4*lv + (7*iq+8*mwep+number(iq*5,iq*15))*ar*k)', '30+150*k', '', '', '7', '-(60 + 4*lv + (7*iq+8*mwep+number(iq*5,iq*15))*ar*k)', '', 'ATTACK,SPLASH', '', 'NONE', '', '', '', '', '', '', '30+150*k', 0, 0, 'MAGIC', 5, '0.6', 1800, 200), (107, _binary 0xBAADB6F4, 4, 1, 1, 0, 'HP', '-(40 + 4*lv + (13*iq+7*mwep+number(iq*5,iq*16))*ar*k)', '50+150*k', '', '', '15', '-(40 + 4*lv + (13*iq+7*mwep+number(iq*5,iq*16))*ar*k)', '', 'ATTACK,SPLASH,ATTACK_STUN', '', 'NONE', '50+1000*k/6', '5', '', '', '', '', '50+150*k', 0, 0, 'MAGIC', 15, '0.8', 1500, 400), (108, _binary 0xC6F8B7DAB0DD, 4, 1, 1, 0, 'HP', '-(50 + 5*lv + (6*iq+6*mwep+number(1,800))*ar*k) * (1-chain*0.13)', '40+180*k', '', '', '10', '-(50 + 5*lv + (6*iq+6*mwep+number(1,800))*ar*k) * (1-chain*0.13)', '', 'ATTACK', '', 'NONE', '', '', '', '', '', '', '40+180*k', 0, 0, 'MAGIC', 7, '0.8', 2500, 0), (109, _binary 0xC1A4BEF7C0CE, 4, 1, 1, 0, 'HP', '200+4*lv+(10*iq+6*mwep+number(600,800))*k', '40+200*k', '', '', '10', '200+4*lv+(10*iq+6*mwep+number(600,800))*k', '', 'REMOVE_BAD_AFFECT', '', 'NONE', '20+80*k', '0', '', '', '', '', '40+200*k', 0, 0, 'NORMAL', 1, '1', 1000, 0), (110, _binary 0xC4E8BCD3, 4, 1, 1, 0, 'MOV_SPEED', '5 + 35*k', '60+120*k', '60+100*k', '', '10', '5 + 35*k', '', '', 'KWAESOK', 'CASTING_SPEED', '3+33*k', '60+100*k', '', '', '', '', '60+120*k', 0, 0, 'NORMAL', 1, '1', 1000, 0), (111, _binary 0xC1F5B7C2BCFA, 4, 1, 1, 0, 'ATT_GRADE', '5+(iq*0.2 +15)*k', '60+120*k', '60+100*k', '', '10', '5+(iq*0.2 +15)*k', '', '', 'JEUNGRYEOK', 'NONE', '', '', '', '', '', '', '60+120*k', 0, 0, 'NORMAL', 1, '1', 1000, 0), (121, _binary 0xC5EBBCD6B7C2, 0, 1, 40, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (122, _binary 0xBFACB0E8B1E2, 0, 1, 2, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (124, _binary 0xC3A4B1A4BCFA, 0, 1, 40, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (125, _binary 0xBAAFBDC5, 0, 1, 40, 0, 'NONE', '', '', '10+1000*k', '', '', '', '', 'DISABLE_BY_POINT_UP', 'YMIR', 'NONE', '', '', 'YMIR', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 1000, 0), (126, _binary 0xBDC5BCF6BEEE, 0, 1, 20, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (127, _binary 0xC3B5C1B6BEEE, 0, 1, 20, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (128, _binary 0xC1F8B3EBBEEE, 0, 1, 20, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (129, _binary 0xB5D0B0A9BCFA, 0, 1, 40, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', 'NONE', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (130, _binary 0xBDC2B8B6, 0, 1, 1, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (131, _binary 0xB8BBBCD2C8AF, 0, 1, 10, 0, 'NONE', '', '', '', '', '', '', '', 'DISABLE_BY_POINT_UP', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (137, _binary 0xB3ADB9AB, 5, 1, 1, 50, 'HP', '-(atk+(2*atk*k))', '60+80*k', '', '', '5-(4*k)', '', '', 'ATTACK,USE_MELEE_DAMAGE,CRUSH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 10, '1', 300, 0), (138, _binary 0xB5B9B0DD, 5, 1, 1, 52, 'HP', '-(2.4*(200+1.5*lv)+(3*200*k))', '60+120*k', '', '', '15', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH_LONG', '', 'MOV_SPEED', '50', '5', '', '', '', '', '', 0, 0, 'MELEE', 6, '1', 400, 100), (139, _binary 0xC5BBC3E2, 5, 1, 1, 55, 'HP', '-(2*(200+1.5*lv)+(3*200*k))', '60+160*k', '', '', '20', '', '', 'ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 12, '1', 400, 250), (140, _binary 0xB3ADB9AB28C8B029, 5, 1, 1, 50, 'HP', '-(atk+(2*atk*k))', '60+80*k', '', '', '10', '', '', 'ATTACK,USE_ARROW_DAMAGE,CRUSH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, '', 5, '1', 2500, 0), (151, _binary 0xBFEBBEC8, 0, 1, 7, 0, 'NONE', '', '', '', '', '', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (152, _binary 0xBFEBBDC5C0C7C7C7, 0, 1, 7, 0, 'MAX_HP', 'maxhp*0.2*k', '150+150*k', '300', '', '600', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (153, _binary 0xBFEBBDC5C0C7C3E0BAB9, 0, 1, 7, 0, 'MAX_SP', 'maxsp*0.2*k', '150+150*k', '300', '', '600', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (154, _binary 0xBCBAC8D6B0A9, 0, 1, 7, 0, 'DEF_GRADE', 'odef*0.1*k', '150+150*k', '180', '', '480', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (155, _binary 0xB0A1BCD3C8AD, 0, 1, 7, 0, 'MOV_SPEED', '15*k', '150+150*k', '180', '', '480', '', '', '', '', 'ATT_SPEED', '15*k', '180', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (156, _binary 0xBFEBBDC5C0C7BAD0B3EB, 0, 1, 7, 0, 'CRITICAL', '50*k', '150+150*k', '180', '', '480', '', '', 'SELFONLY', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (157, _binary 0xC1D6B9AEBCFA, 0, 1, 7, 0, 'CASTING_SPEED', '50*k', '150+150*k', '180', '', '480', '', '', 'SELFONLY', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (158, _binary 0xB1E6B5E5C0CCB5BF, 0, 1, 3, 0, 'NONE', '', '', '', '', '', '', '', 'SELFONLY', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (159, _binary 0xB0F8B0A3C0C7B9AE, 0, 1, 5, 0, 'NONE', '', '', '', '', '', '', '', 'SELFONLY', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (160, _binary 0xB0A1BCD3C8AD, 0, 1, 5, 0, 'NONE', '3*k', '80-12*k', '300', '', '', '', '', 'SELFONLY', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (161, _binary 0xB0F8B0A3C0C7B9AE, 0, 1, 2, 0, 'NONE', '', '50', '', '', '', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (162, _binary 0xB0F8B0A3C0CCB5BF, 0, 1, 2, 0, 'NONE', '', '20', '', '', '', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (256, _binary 0x4352555348323030BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '2', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 300), (257, _binary 0xC0CFB9DDB9FCC0A7333530BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '5', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 525), (258, _binary 0x4352555348333030BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '7', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 450), (259, _binary 0xC0CFB9DDB9FCC0A7323030BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '9', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 300), (260, _binary 0x4355525348343030BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '10', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 600), (261, _binary 0xB5B6323530BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '9', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON', '', 'NONE', '80', '', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 375), (262, _binary 0x534C4F57333030BDBAC5B3, 0, 1, 1, 0, 'HP', '-5*k*atk', '', '', '', '12', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 'MOV_SPEED', '-20', '10', '', '', '', '', '', 0, 0, 'MELEE', 0, '1', 0, 450), (142, _binary 0x4E6F766132, 0, 0, 40, 0, 'NONE', '15*k', '', '', '', '', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0), (141, _binary 0x4E6F766131, 0, 1, 40, 0, 'NONE', '3000.3*k', '', '', '', '', '', '', '', '', 'NONE', '', '', '', '', '', '', '', 0, 0, 'NORMAL', 0, '1', 0, 0); /*!40000 ALTER TABLE `skill_proto` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; Please use Visual Studio 12 2013 or greater in CMakeGui, have you tried to reinstall visual studio ?
  2. Hi, what's the problem ? Which client do you use to login ? 40K TEST CLIENT from Terenzo After connect return Unknow reason: 5 EDIT: I remove securitycode from: and login stopped: from dev_log.txt: 00-1 -1:-1.-1.0810 DEB0 (D:~SERWER~METIN~SOURCE~SERWERserversrcgamedesc_manager.cpp, 230,DESC_MANAGER::ConnectAccount) BBBB ConnectAccount(eksik) 00-1 -1:-1.-1.8450 DEB0 (D:~SERWER~METIN~SOURCE~SERWERserversrcgamedesc_manager.cpp, 236,DESC_MANAGER::DisconnectAccount) BBBB DisConnectAccount(eksik) i have the same problem. this is the code for the securitycode problem ( game -> db.cpp ): char szSecuritycode[200]; if (!row[col]) { sys_err("error column %d", col); M2_DELETE(pinfo); break; } enhance_strlcpymt(szSecuritycode, row[col++], sizeof(szSecuritycode)); (insert after if (!row[col]) { sys_err("error column %d", col); M2_DELETE(pinfo); break; } enhance_strlcpymt(szPassword, row[col++], sizeof(szPassword)); ) after insert user & password, the console: the client stays: "you are to be connected to the server" ( italiano: stai per essere collegato al server ) The problem should be the client; someone who the server works, could tell which client uses? THANKS!!!! (sorry for my bad english) I have solved this problem : [Hidden Content] Enjoy
  3. Game -> Mainline Client -> Novaline In my client UserInterface/packet.h : HEADER_CG_CHINA_MATRIX_CARD = 108, I think it's my code ^^ : operator std::type_index() const { return std::type_index(typeid(m_id)); }
  4. Hi guys, I try to compile the game in Visual Studio 2013 but i have an error of type "std::type_index" : Erreur 277 error C2664: 'size_t boost::hash_value(std::type_index)' : impossible de convertir l'argument 1 de 'const VID' en 'std::type_index' (char_skill.cpp) I have add this code in "vid.h" : operator std::type_index() const { return std::type_index(typeid(m_id)); } My game compile but ingame my character doesn't appear and i can use only the camera :x. Syserr Cient : 0824 04:52:50040 :: Unknown packet header: 108, last: 2 5 Have you already encountered this problem? Best Regards, Quentin. (PS: Sorry for my english)
  5. Okay thank for your reply it's just for debug in vs , but for the feof what do you think of my solution ?
  6. Hi, (sorry for my bad english) I have a problem, i try to make a quest in windows environment, also i start the debug of qc in my vs 2008 and i add a loop in my main for read the locale_list like that : string line; ifstream myfile ("locale_list"); if (myfile.is_open()) { while ( getline (myfile,line) ) { char* t = strdup(line.c_str()); g_filename = t; /* I break here */ parse(g_filename); /* here */ free(t); } myfile.close(); } i add a break point access condition fixed at 27 hit AND every time qc crash at this line (in parse method) : void parse(char * filename) { ifstream inf(filename); LoadF lf; lf.f = fopen(filename, "r"); ZIO z; luaZ_init(&z, getF, &lf, "quest"); Mbuffer b; struct LexState lexstate; pls = &lexstate; luaZ_initbuffer(L, &; lexstate.buff = &b; luaX_setinput(L, &lexstate, &z, luaS_new(L, zname(&z))); /* here */ ... My error : If i continue to debug, i go to feoferr.c at this line : int __cdecl feof ( FILE *stream ) { _VALIDATE_RETURN((stream != NULL),EINVAL, 0); /* here */ return( ((stream)->_flag & _IOEOF) ); } ----- Edit ----- I have found a solution but i don't think it is a good solution : void parse(char * filename) { ifstream inf(filename); LoadF lf; lf.f = fopen(filename, "r"); if(!lf.f) // Check feof here return; ZIO z; luaZ_init(&z, getF, &lf, "quest"); Mbuffer b; struct LexState lexstate; pls = &lexstate; luaZ_initbuffer(L, &; lexstate.buff = &b; luaX_setinput(L, &lexstate, &z, luaS_new(L, zname(&z))); Your opinion ? Best regards, Quentin.
  7. OK but i have 40k client with exactly the same proto and it is working :x
  8. Hi guys (sorry for my english), I have "One" problem incomprehensible I have a problem with my item_proto when i start my client and after login, i am redirect on authentication page but if i try to reconnect me she is working perfectly. -> my syserr : 0324 21:30:12595 :: CPythonItem::LoadItemTable: invalid item_proto[locale/fr/item_proto] STRIDE[152] != sizeof(SItemTable) 0324 21:30:12595 :: LoadLocaleData - LoadItemProto(locale/fr/item_proto) Error 0324 21:30:14110 :: Traceback (most recent call last): 0324 21:30:14111 :: File "uiPhaseCurtain.py", line 61, in OnUpdate 0324 21:30:14111 :: File "networkModule.py", line 147, in __ChangePhaseWindow 0324 21:30:14111 :: File "introLogin.py", line 324, in Close 0324 21:30:14111 :: AttributeError 0324 21:30:14111 :: : 0324 21:30:14111 :: 'module' object has no attribute 'Destroy' 0324 21:30:14111 :: My item_proto contain one item (yang): <item_proto extended="true" version="1"> <Item vnum="1" hashName="µ·²Ù·¯¹Ì" name="Yang" type="9" subtype="0" weight="0" size="1" antiflag="0" flag="0" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" /> </item_proto> And my item_proto db : "Vnum" "Name" "Type" "SubType" "Size" "AntiFlags" "Flags" "WearFlags" "ImmuneFlags" "Gold" "ShopBuyPrice" "RefinedVnum" "RefineSet" "AlterToMagicItemPercent" "LimitType0" "LimitValue0" "LimitType1" "LimitValue1" "ApplyType0" "ApplyValue0" "ApplyType1" "ApplyValue1" "ApplyType2" "ApplyValue2" "Value0" "Value1" "Value2" "Value3" "Value4" "Value5" "Specular" "GainSocketPercent" "AddonType" 1 "µ·²Ù·¯¹Ì" "ITEM_ELK" 0 1 "NONE" "NONE" "NONE" "NONE" 0 0 0 0 0 "LIMIT_NONE" 0 "LIMIT_NONE" 0 "APPLY_NONE" 0 "APPLY_NONE" 0 "APPLY_NONE" 0 0 0 0 0 0 0 0 0 0 I don't understand this bug because for me it's right :x PS : i add channel1 syslog First connection (redirect to authentication page) GLOBAL_TIME: Mar 24 22:42:50 time_gap 0 SYSTEM: new connection from [127.0.0.1] fd: 576 handshake 1705407572 output inpu t_len 0, ptr 04E1EB60 SYSTEM: closing socket. DESC #576 SYSTEM: new connection from [127.0.0.1] fd: 536 handshake 1622887219 output inpu t_len 0, ptr 04E1EB60 Handshake: client_time 0 server_time 118406 LOGIN_BY_KEY: admin key 4480 LoginSuccess player(JETAIMEUHHH).job(1) player(TEST).job(0) player().job(0) player().job(0) SECTREE_MANAGER::GetMapIndex(0, 0) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:43:03 :: GetServerLocation: location error name JETAIMEUHHH ma pindex 0 0 x 0 empire 1 SECTREE_MANAGER::GetMapIndex(469300, 964200) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:43:03 :: GetServerLocation: cannot find server for mapindex 0 469300 x 964200 (name JETAIMEUHHH) SECTREE_MANAGER::GetMapIndex(0, 0) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:43:03 :: GetServerLocation: location error name TEST mapindex 0 0 x 0 empire 1 SECTREE_MANAGER::GetMapIndex(469300, 964200) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:43:03 :: GetServerLocation: cannot find server for mapindex 0 469300 x 964200 (name TEST) InputDB::login_success: admin SYSTEM: new connection from [127.0.0.1] fd: 568 handshake 281557963 output input _len 0, ptr 05969798 MARK_SERVER: Login LargePacket Size 236 MARK_SERVER: GuildMarkIDXList 243 bytes sent. MARK_SERVER: Sending blocks. (imgIdx 0 diff 0 size 10) SYSTEM: closing socket. DESC #568 Second connection (Sucess) GLOBAL_TIME: Mar 24 22:43:49 time_gap 0 SYSTEM: new connection from [127.0.0.1] fd: 676 handshake 2999675474 output inpu t_len 0, ptr 05969798 SYSTEM: closing socket. DESC #536 Handshake: lower than zero -22 Handshake: client_time 0 server_time 217359 LOGIN_BY_KEY: admin key 18309 LoginSuccess player(JETAIMEUHHH).job(1) player(TEST).job(0) player().job(0) player().job(0) SECTREE_MANAGER::GetMapIndex(0, 0) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:44:42 :: GetServerLocation: location error name JETAIMEUHHH ma pindex 0 0 x 0 empire 1 SECTREE_MANAGER::GetMapIndex(469300, 964200) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:44:42 :: GetServerLocation: cannot find server for mapindex 0 469300 x 964200 (name JETAIMEUHHH) SECTREE_MANAGER::GetMapIndex(0, 0) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:44:42 :: GetServerLocation: location error name TEST mapindex 0 0 x 0 empire 1 SECTREE_MANAGER::GetMapIndex(469300, 964200) 1: (880000, 880000) ~ (931200, 931200) CMapLocation::Get - Error MapIndex[0] SYSERR: Mar 24 22:44:42 :: GetServerLocation: cannot find server for mapindex 0 469300 x 964200 (name TEST) InputDB::login_success: admin GLOBAL_TIME: Mar 24 22:44:47 time_gap 0 Quentin
×
×
  • 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.