Age | Commit message (Expand) | Author | Files | Lines |
2006-04-13 | fixed hugel bugs | Lupus | 3 | -13/+17 |
2006-04-13 | updated items weight, names, effect | Lupus | 2 | -20/+24 |
2006-04-13 | - Halved the aftercast delay of auto-casted spells. | skotlex | 2 | -4/+6 |
2006-04-13 | - Reverted exp.txt,skill_db.txt and skill_tree.txt, I had some mods =/ [erKUR... | eaac | 3 | -100/+13 |
2006-04-13 | - Added up the locations but temporal names of Poring track npcs. Will be worked | eaac | 23 | -809/+984 |
2006-04-13 | - Changed slave chasing from using unit_walktobl to map_search_freecell + uni... | skotlex | 8 | -14/+19 |
2006-04-12 | Changed the price of empty scrolls, thanks to rockmanEXE for the info. | MasterOfMuppets | 3 | -2/+4 |
2006-04-12 | Some Lighthalzen mob updates. | MasterOfMuppets | 2 | -16/+17 |
2006-04-12 | - Added cast time to pick stone of 3 secs and 500ms delay | skotlex | 5 | -7/+31 |
2006-04-12 | Fixed warps that warped on unwalkable tiles. At least no more warnings, but s... | Playtester | 4 | -6/+7 |
2006-04-12 | - Expanded the warp warning so that it also warns when a warps takes you to a... | skotlex | 2 | -9/+16 |
2006-04-12 | Hopefully fixed all warps. There are no more warnings on the console. | Playtester | 9 | -15/+16 |
2006-04-12 | up to date with stable-ish | Vicious | 9 | -15/+15 |
2006-04-12 | Some typo fixes by IVBela. | MasterOfMuppets | 13 | -108/+117 |
2006-04-12 | - Simplified the mob-drops structure by using a single timer with a linked li... | skotlex | 3 | -75/+84 |
2006-04-12 | Fixed produce_db.txt for Halberd. It now needs 12 Oridecons because that's wh... | Playtester | 2 | -2/+3 |
2006-04-12 | Fixed a typo in quests/juperos.txt and in skill_cast_db.txt and sorted the sk... | Playtester | 4 | -30/+28 |
2006-04-12 | Fixed Bio Lab spawns and added custom eAthena Bio Lab spawns for eamobs as well. | Playtester | 4 | -49/+52 |
2006-04-12 | Added some warps for the kiel buildings thanks to Celestria and fixed Violy's... | Playtester | 5 | -1/+66 |
2006-04-12 | Blah blah. | MasterOfMuppets | 7 | -90/+238 |
2006-04-12 | Commited erKURITA's warp fixes. | MasterOfMuppets | 5 | -10/+15 |
2006-04-12 | fixed typos in waterheight, mapflags. updated items weigh | Lupus | 4 | -14/+15 |
2006-04-12 | updated mapflags | Lupus | 7 | -10/+30 |
2006-04-12 | Corrected some errors in cities/hugel.txt and guides/guides_hu.txt | foruken | 3 | -7/+10 |
2006-04-12 | - Added special_state changebase to identify when a character has a special-v... | skotlex | 4 | -4/+12 |
2006-04-12 | - Removed the piece of code that "guesses" that job classes between 24 and 68... | skotlex | 2 | -2/+3 |
2006-04-12 | - Fixed Landmine's level 1 duration. | skotlex | 4 | -33/+20 |
2006-04-11 | - Changed clif_damage/clif_skill_damage to return the walk-delay based on the... | skotlex | 9 | -128/+176 |
2006-04-11 | Changed item description in Sage Skills Quest (Blank Script -> Empty Script),... | foruken | 2 | -3/+5 |
2006-04-11 | - Added ers handling for skill_timerskill structures. | skotlex | 5 | -87/+88 |
2006-04-11 | bunch of updates.. | Vicious | 23 | -2668/+2889 |
2006-04-11 | - You don't get critical'ed when in counter-attack stance anymore. | skotlex | 3 | -3/+6 |
2006-04-11 | - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ... | skotlex | 8 | -89/+104 |
2006-04-11 | - Modified battle_check_range to do a path-check on distances less than 2 (ra... | skotlex | 2 | -1/+3 |
2006-04-11 | - Modified unit_walktoxy_sub to always move at least one cell when a large ch... | skotlex | 2 | -10/+9 |
2006-04-11 | - Fixed various include lines in the map server (of the type <include "nullpo... | skotlex | 5 | -13/+14 |
2006-04-11 | - Fixed Looted items always dropping in quantities of 1. | skotlex | 3 | -2/+7 |
2006-04-11 | * Temperory replaced strtoll to strtoul until the function changes. | Lance | 2 | -2/+3 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 8 | -157/+133 |
2006-04-11 | - Finished fixing the unit_data auto-case update. Still need to do some optim... | skotlex | 2 | -3/+15 |
2006-04-11 | - Fixes to the unit_data update that lets characters auto-chase while attacking. | skotlex | 6 | -30/+25 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 9 | -239/+279 |
2006-04-10 | - Updated the subnet support to not require specifying the subnet mask, it is... | skotlex | 8 | -35/+47 |
2006-04-10 | fixed refiner items check | Lupus | 2 | -1/+6 |
2006-04-09 | - Added the missing last_thinktime initialization to pets. | skotlex | 3 | -1/+5 |
2006-04-09 | - Changed use of strtol to strtoll as strtol's result is just a signed int, a... | skotlex | 4 | -22/+28 |
2006-04-09 | - Modified @warp/@rura to prevent causing pc_setpos position error messages. | skotlex | 3 | -23/+21 |
2006-04-09 | - Fixed @npcmove not sending the correct packets to make the moving refresh c... | skotlex | 5 | -7/+15 |
2006-04-09 | - Small code cleanups. One should lower a bit function overhead when using mo... | skotlex | 3 | -4/+2 |
2006-04-09 | * Fixed map_waterheight prefixing extra "data\" | Lance | 2 | -2/+7 |