summaryrefslogtreecommitdiff
path: root/src/char/int_rodex.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru1-1/+1
2019-05-04Fix inter-server deleting zeny from rodex mails when a player requests to tak...Ibrahim Zidan1-2/+0
2019-04-15Improve get items from rodexAndrei Karas1-1/+96
2019-04-15Improve get zeny from rodexAndrei Karas1-2/+32
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas1-1/+4
2019-02-11Change type for class variables from short to intAndrei Karas1-2/+2
2018-07-17Replace item id shorts to int in char server.Andrei Karas1-2/+2
2018-07-01Change functions to static where possible (Part 3 - char)Haru1-6/+6
2018-06-30Move mapif functions from int_rodex.c to mapif.c and fix some return typesHaru1-171/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_rodex...Haru1-6/+18
2018-03-20Fixed wrong rodex loading when mail expire date was manually changedGuilherme G. Menaldo1-4/+4
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in r...Guilherme G. Menaldo1-6/+8
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo1-19/+29
2017-12-28Fixed rodex loading mails when it requires multiple packets.Guilherme Guiguer Menaldo1-8/+12
2017-11-27Fix an item loading failure in RODEXHaru1-22/+24
2017-11-18Correct an issue in the RODEX when MAX_SLOTS or MAX_ITEM_OPTIONS have custom ...Haru1-68/+80
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-39/+40
2017-10-21Add rodex 2017 packets.Andrei Karas1-0/+24
2017-09-19remove trailing whitespaces from sourcegumi1-6/+6
2017-08-08Fix hpm issues after rodex commit.Andrei Karas1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+536