summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2007-04-01- Fixed the server crashing on startup due to bad defineultramage5-84/+35
2007-04-01- Reviewed atcommand.c and charcommand.c to make sure there's no scanf where ...skotlex2-21/+15
2007-04-01- Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ...skotlex3-41/+19
2007-03-30- Corrected damage of non-player casted Cart Revolutionskotlex2-39/+4
2007-03-30Fixed typos from previous revisions :)ultramage3-3/+2
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS5-43/+40
2007-03-29- Corrected a pretty serious typo in script.cskotlex3-3/+5
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex3-8/+40
2007-03-29Continued script.c cleanuptoms1-122/+124
2007-03-28- Added defines script_getnum and script_getstr to further simplify variable ...skotlex5-678/+660
2007-03-28- Corrected statp array not being long enough to actually hold the status poi...skotlex1-4/+12
2007-03-27- Changed a bit the Moonlit code to prevent an infinite loopskotlex4-7/+9
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex8-64/+69
2007-03-27- Removed a missing file reference in the athena-start scriptultramage2-2/+2
2007-03-26- Fixed # commands not being blocked when muted if the mute config settings s...skotlex3-16/+23
2007-03-26- Cleaned up some the mob skill use code. The skill re-use delay is set at th...skotlex4-105/+103
2007-03-26- Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (hig...ultramage2-8/+1
2007-03-25- Coma now reduces SP to 0 (with the exception of Dark Blessing)skotlex2-3/+7
2007-03-24- Corrected offset for the pet hairstyle in the spawn packet (0x7c). I still ...skotlex1-7/+7
2007-03-24Corrected change r10051 which prevented Ice Pick from workingultramage2-9/+8
2007-03-23- Made waiting_disconnect on the char server be an int to hold the timer ID o...skotlex2-1/+12
2007-03-23Removed the npc_chat complication I committed yesterdayultramage1-10/+8
2007-03-23* Temporary resolved npc_chat.c macro issue. Please revise where to put the m...Lance1-0/+3
2007-03-22Some generic typo fixes (src and npc)ultramage5-18/+15
2007-03-22- Removed unused bIgnoreDefMob skotlex5-33/+25
2007-03-22- Twilight Pharmacy's cast time is no longer reducable by dex.skotlex3-37/+12
2007-03-21- Corrected setitemscript so it actually changes the script as requested inst...skotlex1-64/+66
2007-03-21- Cleaned up some the code of pc_equipitem and clif_parse_EquipItemskotlex2-36/+31
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex2-7/+5
2007-03-20- Added Magic Rod's "action" pose when using it.skotlex1-0/+1
2007-03-20- getpetinfo 5 will now return the pet's rename flag.skotlex3-2/+13
2007-03-20- Removed Magic Rod's cast bar.skotlex5-8/+6
2007-03-19Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...DracoRPG2-6/+9
2007-03-19- Patched the MAX_STATUSCHANGE startup errorultramage1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex12-59/+103
2007-03-19- Corrected Warp Portal not sending the map names with the .gat extension.skotlex1-7/+16
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex7-140/+174
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage11-677/+30
2007-03-18Globalised use of script_pushint and script_getdata in script.ctoms1-721/+716
2007-03-18* Script engine:FlavioJS1-117/+179
2007-03-15Fixed compilation error added in r10003 in skill.ctoms1-2/+2
2007-03-15ups, how did that get in...FlavioJS1-6/+5
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS4-146/+269
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex2-3/+10
2007-03-14- Corrected party item share settings not being properly updated on logon.skotlex2-2/+2
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG7-209/+203
2007-03-13- @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now.skotlex4-21/+43
2007-03-12- Cleaned up the implementation of party_send_movemap, it should fix the clie...skotlex2-17/+12
2007-03-12- Corrected the new packet version entries for skilluseposinfoskotlex2-1/+3
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex6-10/+22