Jump to content

Problem with wolfman weapon


Recommended Posts

  • Premium

Hey Guys i have some Problems with my wolfman

He only wear one weapon https://metin2.download/picture/TM3161Nyb6eWw1zAzK0MS6RB6dlxVb8W/.png

 

my Actorinstanceattach:

 



 

bool CActorInstance::__IsLeftHandWeapon(DWORD type)
{
    if (CItemData::WEAPON_DAGGER == type || (CItemData::WEAPON_FAN == type && __IsMountingHorse()))
        return true;
    else if (CItemData::WEAPON_BOW == type)
        return true;
    else if (CItemData::WEAPON_CLAW == type)
        return true;
    else
        return false;
}

bool CActorInstance::__IsRightHandWeapon(DWORD type)
{
    if (CItemData::WEAPON_DAGGER == type || (CItemData::WEAPON_FAN == type && __IsMountingHorse()))
        return true;
    else if (CItemData::WEAPON_BOW == type)
        return false;
    else if (CItemData::WEAPON_CLAW == type)
        return true;
    else 
        return true;
}

Edited by Metin2 Dev
Core X - External 2 Internal

~~ Mein System ~~

Prozessor: Intel® Core™ i7-4790K
Mailboard: Gigabyte GA-Z97X-Gaming 3
Arbeitsspeicher: G.Skill 8GB KIT PC3-17000 DDR3-2133 CL10 Sniper
Festplatte/n: 512GB SSD / 1TB HDD
Grafikkarten: 2x Gigabyte Radeon HD 6970 OC

Kühlung: EKWB Wasserkühlung

 

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

 

bool CActorInstance::__IsRightHandWeapon(DWORD type)

	{

	    if (CItemData::WEAPON_DAGGER == type || (CItemData::WEAPON_FAN == type && __IsMountingHorse()))

	        return true;

	    else if (CItemData::WEAPON_BOW == type)

	        return false;

	    else if (CItemData::WEAPON_CLAW == type)

	        return true;

	    else 

	        return false;

	} 

 Show the rest of the code for attach.
Link to comment
Share on other sites

  • Premium
5 minutes ago, M.Sorin said:

 


bool CActorInstance::__IsRightHandWeapon(DWORD type)

	{

	    if (CItemData::WEAPON_DAGGER == type || (CItemData::WEAPON_FAN == type && __IsMountingHorse()))

	        return true;

	    else if (CItemData::WEAPON_BOW == type)

	        return false;

	    else if (CItemData::WEAPON_CLAW == type)

	        return true;

	    else 

	        return false;

	} 


 

Now: https://metin2.download/picture/417vX7a6G3lqbTmfv6mk3zy2waMoQ7i1/.png

fixxed :) https://metin2.download/picture/gP06d9ZHymXXf29MtVV1TmyPoNwhwQJE/.jpg

Edited by Metin2 Dev
Core X - External 2 Internal

~~ Mein System ~~

Prozessor: Intel® Core™ i7-4790K
Mailboard: Gigabyte GA-Z97X-Gaming 3
Arbeitsspeicher: G.Skill 8GB KIT PC3-17000 DDR3-2133 CL10 Sniper
Festplatte/n: 512GB SSD / 1TB HDD
Grafikkarten: 2x Gigabyte Radeon HD 6970 OC

Kühlung: EKWB Wasserkühlung

 

 

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.