summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex4-44/+103
2007-03-11- Added resetting the total count of labels to 0 when unloading an npc clears...skotlex1-0/+1
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex3-103/+14
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex4-9/+17
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS17-75/+99
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex8-126/+124
2007-03-08- Normalized the mapname in guild get/set castle data, should fix guild flags.skotlex2-0/+17
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex4-18/+28
2007-03-07- Normalized guild castle names so guardians may spawn properly again.skotlex1-1/+1
2007-03-07- Made the map server abort when it can't open the mapcache file.skotlex2-2/+21
2007-03-07- Cleaned some up the add-effect code.skotlex1-12/+13