Korean 6. skills dmg problem

04/22/2011 18:00 RoxaLyssa#1
Hi everybody:)
I've used the searcher, but I haven't found the solution...
I putted the skills into my client, and I see them, but they don't dmg. I've tried also with Crank's client, and they're also not working.
I've used 2010's server files with levelpack v4, and my queries in skill_proto are:
Code:
INSERT INTO `skill_proto` VALUES ('6', 0x20B1E2C7F741EBB8ED, '1', '1', '1', '0', 'HP', '-( 3*atk + (atk + 1.5 * str)*k)*1.07', '300+150*k', '', '', '60', '-( 3*atk + (atk + 1.5 * str)*k)*1.07', '', 'USE_MELEE_DAMAGE', 'YMIR', 'NONE', '', '', 'YMIR', 'NONE', '', '', '50+130*k', '0', '0', 'MELEE', '5', '1', '0', '0');
INSERT INTO `skill_proto` VALUES ('21', 0x33FAB0CBB5B5B721, '1', '1', '1', '0', 'HP', '-(2*atk + (2*atk + 2*dex + 2*con + str*4)*k)*1.1', '300+180*k', '', '', '60', '', '', 'ATTACK,USE_MELEE_DAMAGE', 'YMIR', 'NONE', '', '', 'YMIR', 'NONE', '', '', '', '0', '0', 'MELEE', '10', '1', '0', '400');
INSERT INTO `skill_proto` VALUES ('36', 0x456131B631F6, '2', '1', '1', '0', 'HP', '-((lv*2+(atk + str*3 + dex*18)*k)*1.1)', '300+180*k', '', '', '60', '', '', 'ATTACK,USE_MELEE_DAMAGE', 'YMIR', 'NONE', '', '', 'YMIR', 'NONE', '', '60*k', '5+25*k', '0', '0', 'MELEE', '6', '0.5', '800', '0');
INSERT INTO `skill_proto` VALUES ('51', 0x31B6B1A4416F, '2', '1', '1', '0', 'HP', '-((atk + (1.2*atk + number(100, 200)+dex*6+str*2)*k)*1.1)', '200+200*k', '', '', '60', '', '', 'ATTACK,USE_ARROW_DAMAGE', 'YMIR', 'NONE', '', '', 'YMIR', 'NONE', '', '80*k', '15+30*k', '0', '0', 'NORMAL', '5', '0.5', '0', '0');
If anybody knows the solution of my problem, please write me down. :)
Thank you.
04/23/2011 10:13 mircy96#2
the problem is from the skill_proto in db , but i don't know how to fix. I need that too
04/23/2011 18:21 RoxaLyssa#3
Oh, I understand, thx. But I tried to overwrite with values of an other skill that's working, and it also didn't work.