Junior Spellweaver
- Joined
- Jan 29, 2023
- Messages
- 156
- Reaction score
- 1
EP9 BUBU SOURCE FILE WHY ITEM LIKE THIS ? PLEASE HELP I CHECK ITEMEDITOR ITS WEARABLE ALREADY
NO madam i cant use the item theres a messege in item description said unusablewhat do you mean?
it disappears when you cast the skill?
maybe its not compatible ?what do you mean?
it disappears when you cast the skill?
thank you madam its work nowtry checking itemeditor
page 1 uncheck Consumable
page 1 Type = Wearable Item
page 2 maxPile =1
page 2 Consumable Type = None
this madam how to fix? when click system?try checking itemeditor
page 1 uncheck Consumable
page 1 Type = Wearable Item
page 2 maxPile =1
page 2 Consumable Type = None
i don't use this source so i don't know it wellthis madam how to fix? when click system?
i will try wait madami don't use this source so i don't know it well
try this i think it might be related to what you are saying
if it gives an error then return as is
in BasicChatRightBodyEx
find GetPartyRecruit
and comment out all 3 lines related to GetPartyRecruit
/*if ( sTextWord.isYes || sTextWord.isNo )
{
sLINKREC = m_pTextBox_ALL->GetPartyRecruit ( nIndex );
if ( sTextWord.isYes )
{
GLMSG::SNET_PARTY_LURE_TAR_ANS NetMsg;
NetMsg.dwTarID = sLINKREC.m_dwCHAR;
NetMsg.dwMasterID = sLINKREC.m_dwMASTER;
NetMsg.dwPartyID = sLINKREC.m_dwPARTYID;
NetMsg.emAnswer = EMPARTY_LURE_OK;
NETSEND ( &NetMsg );
}
else if ( sTextWord.isNo )
{
GLMSG::SNET_PARTY_LURE_TAR_ANS NetMsg;
NetMsg.dwTarID = sLINKREC.m_dwCHAR;
NetMsg.dwMasterID = sLINKREC.m_dwMASTER;
NetMsg.dwPartyID = sLINKREC.m_dwPARTYID;
NetMsg.emAnswer = EMPARTY_LURE_REFUSE;
NETSEND ( &NetMsg );
}
break;
}*/
still have error but thank you for your answer madami don't use this source so i don't know it well
try this i think it might be related to what you are saying
if it gives an error then return as is
in BasicChatRightBodyEx
find GetPartyRecruit
and comment out all 3 lines related to GetPartyRecruit
/*if ( sTextWord.isYes || sTextWord.isNo )
{
sLINKREC = m_pTextBox_ALL->GetPartyRecruit ( nIndex );
if ( sTextWord.isYes )
{
GLMSG::SNET_PARTY_LURE_TAR_ANS NetMsg;
NetMsg.dwTarID = sLINKREC.m_dwCHAR;
NetMsg.dwMasterID = sLINKREC.m_dwMASTER;
NetMsg.dwPartyID = sLINKREC.m_dwPARTYID;
NetMsg.emAnswer = EMPARTY_LURE_OK;
NETSEND ( &NetMsg );
}
else if ( sTextWord.isNo )
{
GLMSG::SNET_PARTY_LURE_TAR_ANS NetMsg;
NetMsg.dwTarID = sLINKREC.m_dwCHAR;
NetMsg.dwMasterID = sLINKREC.m_dwMASTER;
NetMsg.dwPartyID = sLINKREC.m_dwPARTYID;
NetMsg.emAnswer = EMPARTY_LURE_REFUSE;
NETSEND ( &NetMsg );
}
break;
}*/
look for basictextbox or something , find the LBUP msg code and comment it .this madam how to fix? when click system?
thank you sir i will trylook for basictextbox or something , find the LBUP msg code and comment it .
look for basictextbox or something , find the LBUP msg code and comment it .
View attachment 275743still errror sir
this is what you mean sir ?