summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-17Fixed bugreport:5458 server crashing when a character with guild-exp-tax kill...shennetsind1-21/+9
2012-03-17Fixed Reject Sword, bugreport:4493 it nows applies damage reduction damage pr...shennetsind1-18/+15
2012-03-17Fixed gcc warning on unused variable 'gc'shennetsind1-3/+1
2012-03-17Fixed bugreport:5456 you can no exploit creation of crafting items by mixing ...shennetsind1-4/+5
2012-03-17fixed gcc warning, removed unused variable 'flag'shennetsind1-5/+3
2012-03-17Fixed baphomet card bonus not working when used by ammunition (required by a ...shennetsind1-3/+2
2012-03-17HELLO WORLD.shennetsind1-1/+13
2012-03-17Rewrote SC_MAGICPOWER to behave like on official serverslordttseven6-57/+42
2012-03-16* forgot to also actually store the skill ids as numbers (follow-up to r15692...lordttseven1-4/+2
2012-03-16* fixed null pointer dereference in skill_name2id (bugreport:5455)lordttseven1-1/+1
2012-03-16* fixed item script typos NPC_CRITICALWOUND*S* (bugreport:5455)lordttseven2-4/+4
2012-03-15* fixed SC_BURNING not ending properlylordttseven1-1/+0
2012-03-15Status change packet cleanuplordttseven6-73/+93
2012-03-14Fixed Nick DB code using uninitialized data (bugreport:5439).gepard19841-3/+1
2012-03-13Fixed char-server notifying map-servers only about first 30 maps (on other ma...gepard19841-2/+2
2012-03-13* Merged changes up to eAthena 15077.eathenabot1-2/+2
2012-03-13Fixed mail system not notifying about new messages that were received from an...gepard19842-12/+2
2012-03-13 - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r...gepard19842-18/+18
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard198417-302/+661
2012-03-12Fixed char being stuck with breaks (bugreport:5374)og21-16/+7
2012-03-12Follow up r15679. Changed Hatii Baby to Baby Hatii.kenpachi2k113-6/+6
2012-03-12Fixed Garms iRO name. (bugreport:5421)kenpachi2k116-24/+24
2012-03-11Fixed Banish Winter Quest (two while loops could not be left). (bugreport:3142)kenpachi2k112-164/+109
2012-03-11- Follow up r15676.protimus2-10/+10
2012-03-11Fixed some wrong monster drops. (bugreport:5422)protimus1-5/+5
2012-03-11* Added packets for clients 2012-03-07+Protimus3-2/+56
2012-03-11- Updated the whole Script to match with official file.masao871-1641/+2150
2012-03-10- Added Bossnia Event.masao877-0/+349
2012-03-10Fixed some arrow recipes. (bugreport:5413)kenpachi2k111-8/+8
2012-03-10Fixed pre-RE EXP tables. (bugreport:5280)kenpachi2k111-22/+22
2012-03-10Fixed Royal Guards job bonuses. (bugreport:5402)kenpachi2k111-2/+8
2012-03-10Fixed Poison Bottles (ID:678) script. (bugreport:5246)kenpachi2k114-4/+9
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19849-58/+46
2012-03-08- Fixed skillratio bonus only ever being multiplied by a factor of 1 (follow-...epoque111-2/+2
2012-03-08- Correctly fixed Aimed Bolt and Arrow Storm skill ratios (related to bugrepo...xantara1-4/+6
2012-03-07- Fixed a little leftover in socket_enchant2.txt .masao874-3/+5
2012-03-07Enabled some headgears. (Follow up r15662.)kenpachi2k115-144/+196
2012-03-07Fixed a few Ranger-related skills (bugreport:5272)xantara3-7/+27
2012-03-06Enabled some headgears. (Inspired by bugreport:1849)kenpachi2k115-196/+293
2012-03-06* fixed a missing break; in status_change_start resulting in broken combo tar...lordttseven1-0/+1
2012-03-06Added King Dramoh to mal_dun01 (bugreport:5381)jmanfffreak2-1/+2
2012-03-05* Merged changes up to eAthena 15076.eathenabot1-1/+1
2012-03-05- Guild Castle code cleanup:gepard19849-146/+119
2012-03-04- Guild Castle code cleanup:gepard198424-493/+327
2012-03-04Assorted skill-related tidbitslordttseven1-8/+8
2012-03-03* fixed job change level not being recorded for 2nd -> 3rd class (bugreport:5...lordttseven3-21/+60
2012-03-03* fixed getiteminfo offset being off by one in REMODE (bugreport:5378)lordttseven2-4/+8
2012-03-02Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ...gepard19847-7/+37
2012-03-02Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`.gepard19843-57/+25
2012-03-02- reverted r15523 (broken workaround for an underlying issue, see bugreport:5...lordttseven1-23/+1