Jump to content

xDiiZeRx

Inactive Member
  • Posts

    167
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by xDiiZeRx

  1. Add folder to Theowahdan in mob_proto.

    Example:

    Quote

    20406    Theowahdan    KING    NPC    MELEE    1        NOMOVE    0        STUN,SLOW,CURSE,TERROR    0    peddler    2    0    0    0    0    0    0    120    3    1    0    0    15    4    100    100    0    2000    175    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0        0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0        
     

     

  2. Hi Devs! I have a problem, The Sash it does not shine, if you're bigger than that 19%+ How to solved?

    My InstanceBase.cpp

    #ifdef ENABLE_SASH_SYSTEM
    void CInstanceBase::SetSash(DWORD dwSash)
    {
    	if (IsPC())
    		return;
    	
    	if (IsPoly())
    		return;
    	
    	dwSash += 85000;
    	ClearSashEffect();
    	
    	float fSpecular = 65.0f;
    	if (dwSash > 86000)
    	{
    		dwSash -= 1000;
    		fSpecular += 35;
    		
    		m_dwSashEffect = EFFECT_REFINED + EFFECT_SASH;
    		__EffectContainer_AttachEffect(m_dwSashEffect);
    	}
    	
    	fSpecular /= 100.0f;
    	m_awPart[CRaceData::PART_SASH] = dwSash;
    	
    	CItemData * pItemData;
    	if (!CItemManager::Instance().GetItemDataPointer(dwSash, &pItemData))
    		return;
    	
    	m_GraphicThingInstance.AttachSash(pItemData, fSpecular);

    My PlayerSettingmodule.py

    if app.ENABLE_SASH_SYSTEM:
    		chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+28, "Bip01", "d:/ymir work/pc/common/effect/armor/acc_01.mse")

    Thanks the help, and sorry for my bad english.

  3. Hi Devs! I have a problem. Sometimes they die the channels. Why?

    Syssers:

    Quote

    ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41

    Quote

    socket_accept: accept: Software caused connection abort (fd 13)

    Quote

    pc_give_or_drop_item: QUEST Make item call error : wrong argument

    Quote

    Analyze: login phase does not handle this packet! header 56

    Which one can you break down?

    Thank you, and sorry for my bad english.

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