Mostrar posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ngocdung

Paginas: [1]
1
Sources Generales / Re: CustomCape 100% 1.4e MuEmu
« Posteado: July 19, 2020, 08:22:39 PM »
I was trying to add a custom cape, I saw an error like a video, explaining in detail: when logging in to 2 clients, the character wearing a cape takes it off, it will have a visual bug, I don't know if anyone knows how to fix this error.  No, if you know, show it how to fix with me, thanks
https://www.youtube.com/watch?v=Ozv21do5Slw&feature=youtu.be
uppp , how to fix ?, who can share source full fix visual bug ?

2
Sources Generales / Re: CustomCape 100% 1.4e MuEmu
« Posteado: July 14, 2020, 08:12:46 PM »
I was trying to add a custom cape, I saw an error like a video, explaining in detail: when logging in to 2 clients, the character wearing a cape takes it off, it will have a visual bug, I don't know if anyone knows how to fix this error.  No, if you know, show it how to fix with me, thanks
https://www.youtube.com/watch?v=Ozv21do5Slw&feature=youtu.be
ese problema es con el refresh de las capas...

i have add code in void User::Refresh()
Code: [Select]
	lpCharObj Character		= &*(ObjectCharacter*)oUserObjectStruct_;

if (Character->pEquipment[7].ItemID < 0)
{
//Reset pet view by yourself
sub_558630((int)&*lpViewPlayer, (int)&lpViewPlayer->m_Model, 0);
lpViewPlayer->WingsSlot = -1;
}

but still error, how to fix ?

3
Sources Generales / Re: CustomCape 100% 1.4e MuEmu
« Posteado: July 14, 2020, 07:50:50 AM »
I was trying to add a custom cape, I saw an error like a video, explaining in detail: when logging in to 2 clients, the character wearing a cape takes it off, it will have a visual bug, I don't know if anyone knows how to fix this error.  No, if you know, show it how to fix with me, thanks
https://www.youtube.com/watch?v=Ozv21do5Slw&feature=youtu.be

Paginas: [1]