Jump to content

[ Dead Download Link ] 3D Models [ We Need You ]


Maslovicz

Recommended Posts

When I add this part to my playersettingmodule I get this error.

    ## SKILL
	chrmgr.SetPathName(path + "skill/")
	for i in xrange(skill.SKILL_EFFECT_COUNT):
		END_STRING = ""
		if i != 0: END_STRING = "_%d" % (i+1)
		chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+1, "blue_possession" + END_STRING + ".msa")
		chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+2, "red_possesion" + END_STRING + ".msa")
		chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+3, "reef_attack" + END_STRING + ".msa")
		chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+4, "split_slash" + END_STRING + ".msa")
		chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+5, "wind_death" + END_STRING + ".msa")
		chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+6, "wreckage" + END_STRING + ".msa")

#Fixed

 

 

Link to comment
Share on other sites

4b272a6ef4.jpg

 

  • Fixed Perfect Master Problem (Now wolfman using perfect master skills)
  • All Armors Working Perfectly
  • All Weapons Working Perfectly
  • Combo 1 and Combo 2 Working Perfectly
  • Wolfman can attack on horse or mount.
  • All dance and kiss french slap hurt working perfectly.
  • All skill working perfectly.
  • Added new bonus 6 and 7 bonus for wolfman
  • Added new bonus (Claw Defense) for another characters
  • Fixed air attack skill problem now working perfectly.

Best Regards

Ellie

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 3

Do not be sorry, be better.

Link to comment
Share on other sites

4b272a6ef4.jpg

 

  • Fixed Perfect Master Problem (Now wolfman using perfect master skills)
  • All Armors Working Perfectly
  • All Weapons Working Perfectly
  • Combo 1 and Combo 2 Working Perfectly
  • Wolfman can attack on horse or mount.
  • All dance and kiss french slap hurt working perfectly.
  • All skill working perfectly.
  • Added new bonus 6 and 7 bonus for wolfman
  • Added new bonus (Claw Defense) for another characters

Best Regards

Ellie

 

Where did you get your Skill Table/Skill Desc?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Honorable Member

 

Untitled.png

 

Some help?

 

chrmgr.RegisterAttachingBoneName(chr.PART_WEAPON, "equip_right")
chrmgr.RegisterAttachingBoneName(chr.PART_WEAPON_LEFT, "equip_left")

 

The model hasn't bones with names equip_right or equip_left. You must rename these bones for this: 

chrmgr.RegisterAttachingBoneName(chr.PART_WEAPON, "equip_right_weapon")
chrmgr.RegisterAttachingBoneName(chr.PART_WEAPON_LEFT, "equip_left_weapon")
Edited by Metin2 Dev
Core X - External 2 Internal

plechi-frost-dungeon.gif

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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