summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-12Fixed Bio Lab spawns and added custom eAthena Bio Lab spawns for eamobs as well.Playtester4-49/+52
2006-04-12Added some warps for the kiel buildings thanks to Celestria and fixed Violy's...Playtester5-1/+66
2006-04-12Blah blah.MasterOfMuppets7-90/+238
2006-04-12Commited erKURITA's warp fixes.MasterOfMuppets5-10/+15
2006-04-12fixed typos in waterheight, mapflags. updated items weighLupus4-14/+15
2006-04-12updated mapflagsLupus7-10/+30
2006-04-12Corrected some errors in cities/hugel.txt and guides/guides_hu.txtforuken3-7/+10
2006-04-12- Added special_state changebase to identify when a character has a special-v...skotlex4-4/+12
2006-04-12- Removed the piece of code that "guesses" that job classes between 24 and 68...skotlex2-2/+3
2006-04-12- Fixed Landmine's level 1 duration.skotlex4-33/+20
2006-04-11- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...skotlex9-128/+176
2006-04-11Changed item description in Sage Skills Quest (Blank Script -> Empty Script),...foruken2-3/+5
2006-04-11- Added ers handling for skill_timerskill structures.skotlex5-87/+88
2006-04-11bunch of updates..Vicious23-2668/+2889
2006-04-11- You don't get critical'ed when in counter-attack stance anymore.skotlex3-3/+6
2006-04-11- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...skotlex8-89/+104
2006-04-11- Modified battle_check_range to do a path-check on distances less than 2 (ra...skotlex2-1/+3
2006-04-11- Modified unit_walktoxy_sub to always move at least one cell when a large ch...skotlex2-10/+9
2006-04-11- Fixed various include lines in the map server (of the type <include "nullpo...skotlex5-13/+14
2006-04-11- Fixed Looted items always dropping in quantities of 1.skotlex3-2/+7
2006-04-11* Temperory replaced strtoll to strtoul until the function changes.Lance2-2/+3
2006-04-11- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...skotlex8-157/+133
2006-04-11- Finished fixing the unit_data auto-case update. Still need to do some optim...skotlex2-3/+15
2006-04-11- Fixes to the unit_data update that lets characters auto-chase while attacking.skotlex6-30/+25
2006-04-10- Modified the unit_data structure to handle automatically switching between ...skotlex9-239/+279
2006-04-10- Updated the subnet support to not require specifying the subnet mask, it is...skotlex8-35/+47
2006-04-10fixed refiner items checkLupus2-1/+6
2006-04-09- Added the missing last_thinktime initialization to pets.skotlex3-1/+5
2006-04-09- Changed use of strtol to strtoll as strtol's result is just a signed int, a...skotlex4-22/+28
2006-04-09- Modified @warp/@rura to prevent causing pc_setpos position error messages.skotlex3-23/+21
2006-04-09- Fixed @npcmove not sending the correct packets to make the moving refresh c...skotlex5-7/+15
2006-04-09- Small code cleanups. One should lower a bit function overhead when using mo...skotlex3-4/+2
2006-04-09* Fixed map_waterheight prefixing extra "data\"Lance2-2/+7
2006-04-09- Mob_ai update. The attacked checks will trigger even if the mob can't move....skotlex2-10/+6
2006-04-09- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...skotlex6-10/+19
2006-04-08- Fixed skill_nocast_db reading so that when the same skill is specified mult...skotlex2-1/+4
2006-04-08- Fixed @movenpcskotlex5-19/+31
2006-04-08- The IRC bot now reads a configuration file (irc.c) instead of it all being ...Zido5-6/+102
2006-04-08- Wedding Sprites fixedZido2-2/+6
2006-04-08fixed job changerVicious3-143/+154
2006-04-08- Fixed irc.c, no more crashesZido2-23/+36
2006-04-08- Added function status_change_init to initialize all the sc timers. Added sc...skotlex7-18/+28
2006-04-08- Likely fixed a mob not returning to their original class view on respawn af...skotlex3-6/+7
2006-04-08- Modified the equip_job field in the item_db to be a hexadecimal value for e...skotlex7-3725/+3858
2006-04-07GS related npcsVicious4-42/+289
2006-04-07- Moved the devotion damage reduction to the block that only executes if flag...skotlex7-94/+94
2006-04-07- IRC User access levels now refresh on a mode set and join/partZido3-1/+21
2006-04-07- Fixed an already free'd pointer error in irc.c:144skotlex1-4/+1
2006-04-07- Added missing creation/destruction of the expcache_ers in guild.cskotlex5-57/+73
2006-04-07- Fixed pc_setpos ignoring the clrtype sent to it.skotlex4-8/+16