Jump to content

xastyle

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by xastyle

  1. 19 hours ago, SamuraiHUN said:

    Check char.h + binary packet.h

    POINT_MY_NEW_BONUS = xy,

    Char.cpp

    Spoiler
    	case POINT_ATTBONUS_STONE:
    		SetPoint(type, GetPoint(type) + amount);
    		val = GetPoint(type);
    		break;	
    
    	case APPLY_ATTBONUS_STONE:
    		PointChange(aApplyInfo[bApplyType].bPointType, iVal);
    		break;

     

    Packet.h

    Spoiler
    	POINT_ATTBONUS_STONE,
    	// Ŭ¶óÀ̾ðÆ® Æ÷ÀÎÆ®
    	POINT_MIN_WEP = 200,
    	POINT_MAX_WEP,
    	POINT_MIN_MAGIC_WEP,
    	POINT_MAX_MAGIC_WEP,
    	POINT_HIT_RATE,

     

    Char.h

    Spoiler
    	POINT_ATTBONUS_HUMAN,					// 43 Àΰ£¿¡°Ô °­ÇÔ
    	POINT_ATTBONUS_ANIMAL,					// 44 µ¿¹°¿¡°Ô µ¥¹ÌÁö % Áõ°¡
    	POINT_ATTBONUS_ORC,						// 45 ¿õ±Í¿¡°Ô µ¥¹ÌÁö % Áõ°¡
    	POINT_ATTBONUS_MILGYO,					// 46 ¹Ð±³¿¡°Ô µ¥¹ÌÁö % Áõ°¡
    	POINT_ATTBONUS_UNDEAD,					// 47 ½Ãü¿¡°Ô µ¥¹ÌÁö % Áõ°¡
    	POINT_ATTBONUS_DEVIL,					// 48 ¸¶±Í(¾Ç¸¶)¿¡°Ô µ¥¹ÌÁö % Áõ°¡
    	POINT_ATTBONUS_STONE,	

     

    I think it's all okay but I can't understand the error

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