summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 scriptultramage10-10/+9
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-26Solved console plugins compilation errortoms1-0/+2
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-25Corrected warning on login.sqltoms1-1/+1
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...skotlex4-26/+55
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)ultramage9-23/+20
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-21- Added define MAX_CHARS so you can easily mod the server to support a differ...skotlex4-25/+27
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.skotlex6-9/+7
2007-03-20Modified swap #define to avoid 'value computed is not used' warningtoms1-1/+3
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...skotlex13-71/+114
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' mechanismultramage13-696/+42
2007-03-18Globalised use of script_pushint and script_getdata in script.ctoms1-721/+716
2007-03-18* Script engine:FlavioJS2-119/+181
2007-03-16committing my work on the login server (mostly SQL)ultramage7-937/+530
2007-03-15Fixed compilation error added in r10003 in skill.ctoms1-2/+2
2007-03-15Fixed compilation of the mapcache builder under linuxtoms3-1/+4
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-15Updated the src/tool/Makefile to allow compiling the mapcache builderDracoRPG1-2/+6
2007-03-15- Small change in the login-sql server that prevens crashes when somehow peop...skotlex1-2/+1
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-13Fixed a warningDracoRPG1-1/+1
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG13-1141/+255
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