Jump to content

Flags for Item Proto


Recommended Posts

  • Premium

Hi dev I found and added new flags for item_proto.

Ok, ok

Open Protoreader.cpp

And find  int get_Item_SubType_Value(int type_value, string inputString)

And add to SUB1,SUB2 etc..

WEAPON_CLAW
USE_CHANGE_COSTUME_ATTR
USE_RESET_COSTUME_ATTR
COSTUME_ACCE
COSTUME_WEAPON
COSTUME_MOUNT
Now find int get_Item_AntiFlag_Value(string inputString)
add 
ANTI_WOLFMAN
Now find int get_Item_ApplyType_Value(string inputString)
And add
APPLY_BLEEDING_REDUCE
APPLY_BLEEDING_PCT
APPLY_ATTBONUS_WOLFMAN
APPLY_RESIST_WOLFMAN
APPLY_RESIST_CLAW
APPLY_ACCEDRAIN_RATE
Ok, compile database
Now common folder
Open length.h
Find enum EApplyTypes
And add
APPLY_ATTBONUS_WOLFMAN,
APPLY_RESIST_WOLFMAN,
APPLY_RESIST_CLAW,
APPLY_BLEEDING_REDUCE,
APPLY_BLEEDING_PCT,
APPLY_ACCEDRAIN_RATE,
Now open item_length.h
Find enum EWeaponSubTypes
And add
WEAPON_CLAW
Fidn enum ECostumeSubTypes
And add
COSTUME_MOUNT,
COSTUME_ACCE,
COSTUME_WEAPON,
Find enum EUseSubTypes
And add
USE_CHANGE_COSTUME_ATTR,
USE_RESET_COSTUME_ATTR,

That is all compile db and game.

I hope I helped you :):):)

Edited by .T4Ump
  • Love 3


 

Link to comment
Share on other sites

Announcements



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