Jump to content

Recommended Posts

  • Honorable Member

Hello,

i have this problem 2 days and i don't know how to fix it.. i tryed all what i can..

UseMobSkill: No skill hit data for mob Smaragdový lupiè index 0

In client is all okey, skill in db is okey too and folder is uploaded to server.

 

Thanks for reply..

spacer.png

Link to comment
https://metin2.dev/topic/215-usemobskill-no-skill-hit-data/
Share on other sites

	if (m_pkMobData->m_mobSkillInfo[idx].vecSplashAttack.empty())
	{
		sys_err("No skill hit data for mob %s index %d", GetName(), idx);
		return false;
	}

"vecSplashAttack" this problem is about skill_proto.

 

Check this entries in your skill_proto:

 

256 CRUSH300

257 SPLASH525

258 CRUSH450

259 SPLASH300

260 CRUSHSPLASH600

261 SPLASHPOISON375

262 SPLASHSLOW300

 

Also check your mob skill_vnumX in mob_proto.

Link to comment
https://metin2.dev/topic/215-usemobskill-no-skill-hit-data/#findComment-1359
Share on other sites

  • Honorable Member

I tried change my folder of cyclop_boss to your folder... still the same problem, i tried change id of skill in db, nothing.. :(

But thanks for effort to help :)

spacer.png

Link to comment
https://metin2.dev/topic/215-usemobskill-no-skill-hit-data/#findComment-1454
Share on other sites

  • Honorable Member

Of course :) I think i have all okey.. so i don't know where is problem..  I thougt that problem is in msa files in data folder, but your cyclop_boss doesn't work too

spacer.png

Link to comment
https://metin2.dev/topic/215-usemobskill-no-skill-hit-data/#findComment-1458
Share on other sites

  • Premium
INSERT INTO `skill_proto` VALUES ('256', 'CRUSH200½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '4', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '300');
INSERT INTO `skill_proto` VALUES ('257', 'ÀùùüÀ§350½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '6', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '525');
INSERT INTO `skill_proto` VALUES ('258', 'CRUSH300½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '8', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '450');
INSERT INTO `skill_proto` VALUES ('259', 'ÀùùüÀ§200½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '10', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 'NONE', '', '', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '300');
INSERT INTO `skill_proto` VALUES ('260', 'CURSH400½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '12', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,CRUSH', '', 'NONE', '', '', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '600');
INSERT INTO `skill_proto` VALUES ('261', 'µ¶250½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '10', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH,ATTACK_POISON', '', 'NONE', '80', '', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '375');
INSERT INTO `skill_proto` VALUES ('262', 'SLOW300½ºÅ³', '0', '1', '1', '0', 'HP', '-5*k*atk', '', '', '', '14', '', '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 'MOV_SPEED', '-20', '10', '', '', '', '', '', '0', '0', 'MELEE', '0', '1', '0', '450');
  • Love 1
Link to comment
https://metin2.dev/topic/215-usemobskill-no-skill-hit-data/#findComment-1460
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.