Age | Commit message (Expand) | Author | Files | Lines |
2006-05-10 | - Rewrote/cleaned up trade.c for a more clean trading implementation. | skotlex | 8 | -361/+357 |
2006-05-10 | - Modified @commands to use Meruru's code which is faster and does a fair att... | skotlex | 2 | -24/+38 |
2006-05-09 | - Updated SKA to return a random value between 0 and 99 each time status_get_... | skotlex | 3 | -3/+7 |
2006-05-09 | - Reduced drop slots from 15 to 10. | skotlex | 6 | -1620/+1609 |
2006-05-09 | - Updated setoption script command to receive a second (optional) argument fl... | skotlex | 4 | -12/+34 |
2006-05-09 | - Small fix in npc-created chat rooms to properly include the terminating 0 o... | skotlex | 2 | -1/+3 |
2006-05-09 | - Fixed Fog of Wall's symmetry in respect to Misc attacks, they no longer get... | skotlex | 3 | -5/+7 |
2006-05-09 | - Added missing icon for Joint Beat | skotlex | 3 | -3/+11 |
2006-05-09 | - Fix on pc_skill which fixes overlapping when one gets more than one bonus f... | skotlex | 5 | -5/+14 |
2006-05-09 | - Cleaned up somewhat the implementation of BladeStop. | skotlex | 3 | -16/+17 |
2006-05-09 | - Fixed the head_bottom (pet-armor) position in packet 0x22c when crafted for... | skotlex | 2 | -1/+3 |
2006-05-09 | - Script commands sc_start, sc_start2 and sc_start4 will now start regardless... | skotlex | 6 | -12/+27 |
2006-05-09 | Inn now costs 5k at every level | Playtester | 2 | -5/+7 |
2006-05-09 | More Aegis X.2 drop updates | Playtester | 2 | -16/+18 |
2006-05-09 | - Reverted the change that was making ES skills stun the caster always. | skotlex | 2 | -23/+25 |
2006-05-08 | - Removed the fixpos packet sending when damaged. Aegis sends no such packet. | skotlex | 3 | -4/+7 |
2006-05-08 | - ES magic will now put the caster on stun for 0.5 secs regardless of whether... | skotlex | 6 | -43/+96 |
2006-05-08 | - Cleaned up combo-skill implementation, SC_COMBO is automatically ended in s... | skotlex | 2 | -16/+31 |
2006-05-08 | - Corrected Stun Duration for Meteor assault | skotlex | 5 | -22/+27 |
2006-05-08 | - Increased max number of tries to find a random spot in maps to 1000 since s... | skotlex | 7 | -14/+22 |
2006-05-08 | - Fixed compilation error. | skotlex | 5 | -10/+14 |
2006-05-08 | - Removed SP_DISGUISE from the bonus list. | skotlex | 11 | -47/+60 |
2006-05-07 | Upgrading mob drops to X.2 | Playtester | 2 | -19/+19 |
2006-05-07 | Updating drops to Aegis X.2 | Playtester | 2 | -13/+15 |
2006-05-07 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6513 54... | killercube | 6 | -77/+84 |
2006-05-07 | Fixed Sea Otter Quest | Playtester | 2 | -3/+6 |
2006-05-07 | removed old logs | Lupus | 12 | -706/+22 |
2006-05-07 | * Optimized clif.c clif_scriptmenu/input/inputstr to check for sd->state.usin... | Lance | 2 | -6/+12 |
2006-05-06 | * item_db scripts cleanup (use of if{}) | DracoRPG | 2 | -40/+46 |
2006-05-06 | Fixed warp in the Turbo Track Room | Playtester | 2 | -1/+3 |
2006-05-06 | - Updated item_db.sql | skotlex | 2 | -109/+109 |
2006-05-06 | - Changed @deletemail's default level 0. NO ATCOMMAND SHOULD HAVE A DEFAULT O... | skotlex | 1 | -1/+1 |
2006-05-06 | - Fixed a bug in @commands, most likely the reason some people were still get... | skotlex | 2 | -1/+3 |
2006-05-06 | - Added missing include <limits.h> to npc.c... | skotlex | 1 | -0/+1 |
2006-05-06 | - Corrected the max level of NPC_DARKBREATH 10->5 (don't ask, I need these th... | skotlex | 2 | -2/+1 |
2006-05-05 | - Fixed @commands not showing the last available commands (unless the total a... | skotlex | 2 | -1/+5 |
2006-05-05 | - Added a npc-script-event cache to avoid looking up event-scripts every time... | skotlex | 7 | -92/+136 |
2006-05-05 | - The Rest bonus activated by using /doridori while in rest should now trigge... | skotlex | 2 | -1/+3 |
2006-05-05 | - Fixed Kaupe always triggering when the one who was under Kaupe was a player... | skotlex | 2 | -1/+3 |
2006-05-05 | - /doridori now won't double the HP/SP regen of TKs, it only activates their ... | skotlex | 5 | -24/+27 |
2006-05-05 | - Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (... | skotlex | 8 | -14/+52 |
2006-05-05 | - Kaupe now will only block all skills of players, for non-players, only norm... | skotlex | 3 | -45/+49 |
2006-05-05 | - Added a check to prevent player invoked-endure from overriding infinite end... | skotlex | 1 | -2/+11 |
2006-05-05 | - OnEquip scripts will be trigger on log-on now. | skotlex | 10 | -35/+53 |
2006-05-05 | - Now when walkdelay is set to 0, characters will stop walking when hit, but ... | skotlex | 3 | -7/+13 |
2006-05-05 | Removed drops from Bio Lab mobs than are not in X.2 | Playtester | 2 | -10/+11 |
2006-05-05 | - Read changelog. | Zido | 2 | -1/+5 |
2006-05-05 | - Fixed a possible infinite loop in skill_clear_unit_group | skotlex | 2 | -2/+1 |
2006-05-05 | fixed my MVP drop conf | reddozen | 1 | -10/+10 |
2006-05-04 | Hopefully fixed npc/events/custom/uneasy_cemetery.txt | Playtester | 2 | -2/+3 |