summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2008-09-21Corrected Lex Divina not showing animation on fail. (bugreport:1740)L0ne_W0lf1-5/+3
2008-09-21Corrected Offensive Res using Turn Undead cast time. (bugreport:1704)L0ne_W0lf1-1/+1
2008-09-18- Some corrections to Basilica.zephyrus2-10/+11
2008-09-13Modified the 'player/GM has logged in' mapserver message to respect the lowes...ultramage1-16/+15
2008-09-11Removed a few out of date messages from msg_athena, and updated some others.L0ne_W0lf4-78/+78
2008-09-10- Full implementation of mercenary skills.zephyrus10-322/+622
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf11-20/+115
2008-09-07- Skill Reset fix for Taekwon Ranger. (Bugreport 1759).zephyrus1-88/+124
2008-09-07- Fixing some linux warnings (uninitialized variable).zephyrus1-23/+30
2008-09-06- Renamed createmercenary to mercenary_create.zephyrus3-8/+164
2008-09-04* Updated mmo.h, increased merc max count to 36.L0ne_W0lf1-0/+8
2008-09-04Patched a dormant off-by-one bug in guild leader changing code, which was tri...ultramage1-1/+1
2008-09-03- Starting Mercenary Skill implementation.zephyrus7-117/+181
2008-09-02- Implementing a correct update of mercenary status window on status change u...zephyrus4-51/+94
2008-09-01- Supportive Skill Behavior for Mercenaries:zephyrus2-22/+22
2008-09-01- More code for mercenaries and starting work on restrictions.zephyrus5-21/+49
2008-09-01- Mercenary Bonus Status (currently activated each mob kill for testing).zephyrus5-27/+137
2008-09-01- Mercenary Loyalty Updates.zephyrus3-17/+54
2008-09-01Skip woe:se treasure boxes when counting max. item droprate (followup to r131...ultramage1-1/+1
2008-09-01Removed hardcoded equip position names from getequipname (bugreport:2156).ultramage1-33/+46
2008-09-01Removed leftover calls to custom sathena guild_canescape() (see r13161) (bugr...ultramage1-6/+1
2008-09-01Temporary workaround against the party/guild send_xy_timer dangling pointer c...ultramage2-3/+5
2008-09-01- Something i forget to commit mmo.h.zephyrus4-3/+101
2008-08-31- A proper mercenary lifetime calculation.zephyrus5-17/+19
2008-08-31- Protection for mercenary scrolls. (Don't consume it if you already have a m...zephyrus1-0/+3
2008-08-31- Cleanup on pc_isUseitem and added restriction for mercenary items.zephyrus1-25/+78
2008-08-31- Implemented script commands for mercenary items (mercenary_heal and mercena...zephyrus5-2/+45
2008-08-31* More mercenary updates.zephyrus8-124/+197
2008-08-31- Limitations to WoE SE Treasures (no steal, drop rates, no class change).zephyrus2-10/+11
2008-08-28Replaced the engrish ksprotection message with one provided by Itakou.ultramage1-1/+1
2008-08-28Fixed @cash/@points not handling negative values properly (bugreport:2132)ultramage2-4/+4
2008-08-27* pc_isGM() checks in gm_cant_party config checks will now check against bein...sketchyphoenix1-2/+2
2008-08-26* Fixed @agjgmlvl bug preventing its use on other players. (bugreport:2124)sketchyphoenix1-1/+1
2008-08-26Added mercenary code (it should have been done this way in r13122).ultramage3-1/+431
2008-08-26Renamed files of 'mercenary' to 'homunculus'.ultramage2-11/+8
2008-08-26Reverted all mercenary changes to mapserver homunculus codeultramage4-1515/+1084
2008-08-25- Fixed crash on Pet hatch. Resorted the way a Pet is initialized. (Bug Repor...zephyrus1-14/+14
2008-08-25quick compilation fix to r13130ultramage1-1/+1
2008-08-25Last commitshadow1-6/+7
2008-08-25* Fixed: several compiler warnings [akrus]akrus2-1/+2
2008-08-24- Mercenary Dismiss packet and some corrections.zephyrus4-5/+6
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus7-56/+175
2008-08-24Fixed a compilation problem caused by r13123.ultramage1-2/+1
2008-08-24- Fixed skill problems (who did this? Mercenary skills values are big than ho...zephyrus1-6/+6
2008-08-24- Ops!! this is mine (homunculus hungry messages).zephyrus1-7/+0
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus18-1234/+1297
2008-08-24- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...zephyrus8-98/+147
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus8-153/+277
2008-08-23- Added column `mer_id` on char_dbzephyrus3-5/+18
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus8-33/+320