summaryrefslogtreecommitdiff
path: root/src/map/rodex.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-31[TMW2] RODEX FIX (Patch LOWRODEXFEE)Jesusaves1-3/+3
2019-04-15Improve get items from rodexAndrei Karas1-28/+30
2019-04-15Improve get zeny from rodexAndrei Karas1-9/+19
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas1-6/+6
2019-02-11Change type for class variables from short to intAndrei Karas1-1/+1
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-3/+3
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-19/+19
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com>
2018-03-20Fixed wrong rodex loading when mail expire date was manually changedGuilherme G. Menaldo1-1/+1
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru1-0/+5
RoDEX Update
2018-03-09Fixed a missing update on cached data when rodex attachment was retrieved, ↵Guilherme G. Menaldo1-0/+3
avoiding message to be deleted. Thanks @tlacson7
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo1-4/+20
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2017-12-18RoDEX Update:Dastgir1-0/+5
* Will not open if NPC is attached. * Will not send mail if NPC is attached. Fixes #1934
2017-10-21Add rodex 2017 packets.Andrei Karas1-3/+8
2017-09-05Add missing checks in attaching item to rodex mail.Andrei Karas1-5/+26
Also fix buffer overflow in requesting items from rodex mail.
2017-08-11Whitespace fixesHaru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2017-08-11Fix various issues detected by coverity in rodex-related codeHaru1-5/+5
Follow-up to 544da439e81ff78ec102b754e16b6cc0a28a6d0a Signed-off-by: Haru <haru@dotalux.com>
2017-07-30Implementation of RoDEXKirieZ1-0/+621