summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-04* Updated mmo.h, increased merc max count to 36.L0ne_W0lf1-1/+1
2008-09-01- Something i forget to commit mmo.h.zephyrus1-3/+3
2008-08-31- A proper mercenary lifetime calculation.zephyrus1-1/+1
2008-08-24- Fixed skill problems (who did this? Mercenary skills values are big than ho...zephyrus1-1/+1
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-1/+1
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+0
2008-08-22- Mercenary data structures.zephyrus1-1/+17
2008-08-19* Fixed a storage saving issue with txt charserver (bugreport:2084)ultramage1-1/+0
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage1-4/+8
2008-07-27* Removed some leftover code that shouldn't have been mergedultramage1-3/+2
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-5/+1
2008-07-13Modified storage data loadingultramage1-16/+15
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage1-1/+1
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-1/+1
2008-05-25Increased storage space to 600Playtester1-1/+1
2008-04-27fixing some timestamp type difference warnings...ultramage1-2/+2
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-2/+0
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-7/+1
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin1-2/+2
2008-04-10- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...zephyrus1-1/+1
2008-04-10Char server now loads/saves quest information.Kevin1-0/+1
2008-04-10Some preliminary code for the questlog system (clif packet functions and basi...Kevin1-0/+24
2008-04-08Updated MAX_GUARDIANS to support an insane amount of guardians.L0ne_W0lf1-1/+1
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-0/+2
2008-04-02First round of minor updates for WoE SE.L0ne_W0lf1-1/+1
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-3/+3
2008-03-08- Auction System implementation completed.zephyrus1-1/+1
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-0/+19
2008-03-02- New optimizations for mail system and adjust to use it on Auctions.zephyrus1-6/+2
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+16
2008-02-27Added support for the "view player equip" feature (see topic:174461)ultramage1-0/+1
2007-12-16Replaced the 'map name' castle data variable with the equivalent 'map index'.ultramage1-1/+1
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-3/+2
2007-12-12* Some preparations for the guild script updateultramage1-7/+0
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-1/+1
2007-11-19Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...ultramage1-1/+1
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage1-1/+1
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus1-1/+0
2007-11-10Changing enum weapon_type in the mmo_charstatus structure back to integer unt...ultramage1-1/+1
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage1-3/+4
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-4/+1
2007-10-27Fixed a compilation error in the mail code. Blame the C standard and gcc for ...ultramage1-11/+10
2007-10-27Followup fixes to r11583:ultramage1-10/+11
2007-10-27- Improvements to the mail system.zephyrus1-1/+11
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-0/+2
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-8/+4
2007-10-23* Removed the inter_athena.conf maildb settings as they are not required anym...zephyrus1-4/+4
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-0/+31
2007-10-20Fixed a nasty bug from r11410 which let people create chars with already take...ultramage1-1/+1
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-0/+1