summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-12another set of minor adjustments throughout the code.shennetsind2-2/+2
2012-07-12Fixed a mildly broken portion of code responsible for clearing status from sk...shennetsind1-2/+3
2012-07-12Fixed "comparison of unsigned expression < 0 is always false" warning.shennetsind2-4/+5
2012-07-12Improved item_combo_db error message so it makes it easier to identify which ...shennetsind2-1/+13
2012-07-12Improved item_combo_db parsing to detect missing bracketsshennetsind1-4/+4
2012-07-12Follow up r16395 - Forgot to apply the changes to MAX_RANDOMMONSTER.daegaladh1-1/+1
2012-07-11Follow up r16403, adjusted map_reloadnpcs to follow new config standards(r163...greenboxal23-10/+13
2012-07-11Fixed bugreport:6187 @reloadscript now reload map config files seeking for npcs.greenboxal23-0/+50
2012-07-11Fixed bugreport:6012, special thanks to EvilPunckershennetsind1-9/+1
2012-07-11Fixed bugreport:6178 where SR_CRESCENTELBOW doesn't work with skills and WM_P...rud0lp204-101/+104
2012-07-11nothing noteworthy, really.shennetsind1-11/+12
2012-07-11Follow up r16388, fix for bugreport:6200shennetsind1-2/+2
2012-07-11Added mob_classchange.txt since SA_CLASSCHANGE was using mob_boss.txt monster...daegaladh2-2/+3
2012-07-11Fixed plenty "comparison of unsigned expression >= 0 is always true" warnings...shennetsind1-2/+4
2012-07-11Implementing Kenpachi's design of item_combo_db.txtshennetsind3-35/+207
2012-07-11Updated Item Group items to episode 13.2 and reorganized the files for future...daegaladh1-1/+1
2012-07-10Fixed bugreport:6200 Prevent server crash when releasing empty spellbooks.trojal1-0/+3
2012-07-10Fixed bugreport:6175 | Assumptio now doubles def & mdef on RE mode.ignizh2-2/+21
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and maki...shennetsind10-8/+10
2012-07-08Hello World. Initial support for the new homunculus has been added, credits t...shennetsind6-48/+135
2012-07-05Implemented Renewal ASPD formula(bugreport:5644)rud0lp208-81/+227
2012-07-04Fixed a couple compiling warningsshennetsind3-13/+9
2012-07-03r16370 has fixed a behavior in *athena that has always made walking easier/sm...shennetsind3-6/+15
2012-07-03bugreport:6137 fixed a bug that allowed item delays to be bypassed when a emp...shennetsind1-3/+5
2012-07-03Fixed bugreport:6156 HT_REMOVETRAP must show a skill fail message when it fails.rud0lp202-5/+12
2012-07-03bugreport:2638 Fixed exploit which allowed items to be mailed while trading/i...shennetsind1-7/+7
2012-07-02Follow up r16365 removed unused variable and a re-declared variableshennetsind1-6/+5
2012-07-02Fixed bugreport:6151 monster skills will only trigger their text messages if ...shennetsind1-12/+10
2012-07-01Fixed bugreport:5788 WL_READING_SB should now work like official behavior(sav...rud0lp205-126/+136
2012-07-01Fixed bugreport:6045 characters will no longer be left "broken" when with 0 h...shennetsind1-0/+4
2012-07-01Fixed bugreport:5984 rental items exploit which allowed a rental item from ne...shennetsind2-5/+16
2012-07-01Fixed bugreport:6107 item restrictions are now checked upon logoff/mapchange ...shennetsind2-8/+18
2012-07-01Fixed bugreport:6123 fixed issue with null dat->src crash. Also applied a per...shennetsind1-13/+12
2012-06-30Fixed bugreport:6136, mob chat should now be working.xantara1-1/+1
2012-06-29Implemented new item script bonuses:rud0lp206-7/+96
2012-06-29Follow up r16353 and fixed of bugreport:6135rud0lp201-1/+1
2012-06-28Fixed bugreport:6127 remove the double duration bonus from GC_RESEARCHEWPOISONrud0lp205-14/+13
2012-06-28Fixed a couple mismatching block locksshennetsind2-0/+2
2012-06-25Fixed bugreport:5843 WL_HELLINFERNO should now deal 2 elemental(fire ad shado...rud0lp203-10/+16
2012-06-24Fixed bugreport:5808 GN Cart Boost is now removed when user takes off his cartshennetsind1-0/+3
2012-06-24Fixed bugreport:6021 raised maximum aura_lv from 127 to MAX_LEVEL defineshennetsind1-1/+1
2012-06-24Fixed bugreport:5295 Added a config so each server owner may decide whether t...shennetsind3-3/+11
2012-06-24Fixed bugreport:5951 changesex bug regarding it not changing bard/dancer clas...shennetsind1-0/+3
2012-06-24Fixed bugreport:5947 Genetic/Mechanics should be displayed properly in their ...shennetsind1-2/+2
2012-06-24Fixed bugreport:4895 external bleeding will no longer cancel status changes (...shennetsind1-1/+1
2012-06-23Fixed bugreport:6090 Mercenary Skills are no longer broken after a @reloadmobdbshennetsind1-0/+1
2012-06-23Fixed bugreport:5862 RENEWAL_EXP should now handle mvp exp properly, special ...shennetsind1-1/+2
2012-06-23Fixed bugreport:6095 Spider Web has been removed from the SCS condition syste...shennetsind2-4/+2
2012-06-23Hello and welcome to BUG TRACKER NIGHT!shennetsind2-3/+3
2012-06-21Follow up r16327 missing null pointer check on mercenary data. greenboxal21-1/+1