summaryrefslogtreecommitdiff
path: root/src/map/refine.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-05Implement Refine success/failure announcement featureIbrahim Zidan1-0/+2
Currently as far as we know kRO only sends this on success in refining an item through the refinery ui, from level 10 all the way to 20. Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+35
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Move refine database from refine public interface to private interfaceIbrahim Zidan1-12/+0
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Implement functions to returns refine database values to be used instead of ↵Ibrahim Zidan1-1/+17
direct access to database structure * refine->get_bonus to retrive the refine bonus * refine->get_randombonus_max to retrive maximum refine random bonus NOTE: all functions expects the actual refine level and not the index of it unlike the previous code which used indexes Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Removal of refine database code from status.c and moving it respectfully to ↵Ibrahim Zidan1-0/+107
its own files Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>