Replies: 1 comment 5 replies
-
I wasn't exactly sure so I did a quick search for where it tries to store that you've used a charge, and looks like it goes into the recast container same as JA and spell use so that would save it into the If you mean to alter the base item to change how many charges and item CAN have or the time between uses, you'd want edit: further confirmation: server/src/map/recast_container.h Line 29 in 7c235e8 enum RECASTTYPE
{
RECAST_ITEM = 0,
RECAST_MAGIC = 1,
RECAST_ABILITY = 2,
RECAST_LOOT = 3
}; |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've gone through the individual tables in the database but I'm not seeing where the Information about how many charges/ uses are left on the equipment. Can some one point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions