summaryrefslogtreecommitdiff
path: root/src/map/refine.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-1/+1
2019-05-22Fix reading rates from refine dbAndrei Karas1-1/+1
2019-05-05Implement Refine success/failure announcement featureIbrahim Zidan1-0/+33
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-05Fix serval variable scopes in refine.c to reduce scope as much asIbrahim Zidan1-11/+8
possible Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Implement Refinery UIIbrahim Zidan1-1/+387
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Move refine database from refine public interface to private interfaceIbrahim Zidan1-10/+10
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Implement functions to returns refine database values to be used instead of ↵Ibrahim Zidan1-0/+20
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/+233
its own files Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>