Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Wing Mask / PMA WING

Discussion on Wing Mask / PMA WING within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2018
Posts: 155
Received Thanks: 54
Wing Mask / PMA WING

Hello Epvp. Good Day!

I need your help regarding this system (__PMA_WING). I have done added it on source and resource but here's a result.

When "WING MASK" is equipped. the weapon I equipped showed on my feet too.




I am clueless where can I fix it.

Thank you and Stay Safe!

SPEC_ITEM.TXT entry.
Code:
16	II_RID_MSK_WIN_FEATHER01	"White Angel Wing Mask v1"	1	1	IK1_ARMOR	IK2_CLOTH	IK3_WING	=	TRUE	=	=	10000000	=	=	=	=	=	PARTS_MASK	=	1	=	=	=	=	=	1	=	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	DST_BLOCK_RANGE	DST_BLOCK_MELEE	DST_CRITICAL_BONUS	DST_ATTACKSPEED	DST_ADJ_HITRATE	DST_SPELL_RATE	5	5	5	100	5	5	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_FLIGHT_READY	=	=	=	=	MTI_FSTAND1_D	=	=	=	=	=	=	=	=	=	=	90000	=	=	0	0	0	0	0	0	=	=	=	=	=	=	=	2	1	3000	=	=	=	=	=	=	"""Itm_RidRidWinFeather01.dds"""	0	""""""	"Floating Wing Masks!"	1	300	0	0	1	0	0	0	0	1	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0	ITEM_GRADE_NORMAL	1	TYPE1_COSTUME	TYPE2_COSTUME_MASK	1	0	0	0
Tweeney is offline  
Old 07/12/2020, 07:03   #2
 
elite*gold: 0
Join Date: Sep 2013
Posts: 21
Received Thanks: 1
Double check your Source. Don't just copy and paste. You must understand what you are copying
rosemie1 is offline  
Thanks
1 User
Old 07/12/2020, 08:48   #3
 
elite*gold: 0
Join Date: Jun 2017
Posts: 159
Received Thanks: 5
open file ModelMng.cpp

search

void CModelMng::MakePartsName( TCHAR* pszPartsName, LPCTSTR lpszRootName,

add code

void CModelMng::MakePartsName( TCHAR* pszPartsName, LPCTSTR lpszRootName, DWORD dwIndex, int nSex )
{
LPMODELELEM lpModelElem = GetModelElem( OT_ITEM, dwIndex );
#ifndef __PMA_WING
#ifdef __SECURITY_FIXES
if (strlen(lpModelElem->m_szPart) == 0)
return;
#endif // __SECURITY_FIXES
#endif // __PMA_WING

_tcscpy( pszPartsName, lpszRootName );
_tcscat( pszPartsName, _T( "_" ) );
if( nSex == SEX_SEXLESS || nSex == -1 )
_tcscat( pszPartsName, lpModelElem->m_szPart );
else
{
TCHAR* pszPart2 = strchr( lpModelElem->m_szPart, '/' );
if( pszPart2 == NULL )
_tcscat( pszPartsName, lpModelElem->m_szPart );
else
{
TCHAR szPartName[ 128 ];
if( nSex == SEX_MALE )
{
_tcscpy( szPartName, lpModelElem->m_szPart );
szPartName[ (int)pszPart2 - (int)lpModelElem->m_szPart ] = 0;
_tcscat( pszPartsName, szPartName );
}
else
{
_tcscat( pszPartsName, pszPart2 + 1 );
}
}
}
_tcscat( pszPartsName, _T( ".o3d" ) );
}
thetoys is offline  
Reply


Similar Threads Similar Threads
PMA WING ERROR COMPILING
08/01/2018 - Flyff Private Server - 5 Replies
Hello i have some issues with ObjSerializeOpt.cpp cannot continue to compile it. http://epvpimg.com/5oZNdab http://epvpimg.com/5oZNdab Severity Code Description Project File Line Suppr ession State Error C2065 'pModel': undeclared identifier DatabaseServer d:\flyff files\aorus flyff\source\source\_common\objserializeopt.cpp 63 2
SFX Wing to Wing Mask
12/02/2015 - Flyff Private Server - 2 Replies
Huhu Community, ich habe mal eine frage und zwar habe ich Sfx Wings die aber nach einer gewissen zeit ablaufen -.-" Meine frage jetzte, wie bekomme ich es hin das diese Sfx Wings - Wing Mask werden .....Sprich so das sie nicht nach einer gewissen zeit ablaufen... Würde mich über hilfe freuen ...
Wing Mask Bugg
03/16/2013 - Flyff Private Server - 10 Replies
Yo Epvp, Wenn ich meine Wingmask von Puma anziehe und dann versuche zu laufen BAHM clientcrash und ich weiß nur das des was mit der MdlDyna zutun hat... Ende, Marc..
Adding new Wing mask gives 2 wings instead of one.
12/17/2012 - Flyff Private Server - 2 Replies
Hey elitepvpers I am having an bit of trouble adding new wing cloaks. When adding it all it works just fine no errors or what so ever but when i am wearing the mask i am having 2 different wings. This is the picture http://i.imgur.com/psVFS.png And it has something to do with mdldyna.inc Here is the line i am using.



All times are GMT +1. The time now is 23:58.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.