Age | Commit message (Expand) | Author | Files | Lines |
2006-05-10 | - Rewrote/cleaned up trade.c for a more clean trading implementation. | skotlex | 1 | -10/+0 |
2006-05-09 | - Reduced drop slots from 15 to 10. | skotlex | 1 | -3/+3 |
2006-05-09 | - Fix on pc_skill which fixes overlapping when one gets more than one bonus f... | skotlex | 1 | -1/+1 |
2006-05-09 | - Script commands sc_start, sc_start2 and sc_start4 will now start regardless... | skotlex | 1 | -1/+1 |
2006-05-09 | - Reverted the change that was making ES skills stun the caster always. | skotlex | 1 | -23/+23 |
2006-05-08 | - Removed the fixpos packet sending when damaged. Aegis sends no such packet. | skotlex | 1 | -2/+3 |
2006-05-08 | - ES magic will now put the caster on stun for 0.5 secs regardless of whether... | skotlex | 1 | -23/+23 |
2006-05-08 | - Cleaned up combo-skill implementation, SC_COMBO is automatically ended in s... | skotlex | 1 | -16/+27 |
2006-05-08 | - Corrected Stun Duration for Meteor assault | skotlex | 1 | -1/+1 |
2006-05-08 | - Increased max number of tries to find a random spot in maps to 1000 since s... | skotlex | 1 | -2/+2 |
2006-05-08 | - Removed SP_DISGUISE from the bonus list. | skotlex | 1 | -13/+2 |
2006-05-07 | removed old logs | Lupus | 1 | -4/+6 |
2006-05-05 | - Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (... | skotlex | 1 | -1/+1 |
2006-05-05 | - Kaupe now will only block all skills of players, for non-players, only norm... | skotlex | 1 | -43/+39 |
2006-05-05 | - Fixed a possible infinite loop in skill_clear_unit_group | skotlex | 1 | -2/+0 |
2006-05-04 | - Some clean-ups in the mob_ai | skotlex | 1 | -6/+2 |
2006-05-04 | - Cleaned up and used mob_skill_event function when hit by a ground-skill. | skotlex | 1 | -12/+2 |
2006-05-04 | - Stun time for using ES magic on non-mobs reduced to 0.5 secs. | skotlex | 1 | -12/+10 |
2006-05-04 | - Rewrote Kaahi to behave as it should. It will hear whatever amount of damag... | skotlex | 1 | -8/+6 |
2006-05-03 | - Kaahi now triggers every 500ms rather than on every hit (but it only heals ... | skotlex | 1 | -13/+2 |
2006-05-03 | - Kaite, Kaute will now show a skill effect when they trigger. | skotlex | 1 | -0/+1 |
2006-05-03 | - Fixed standing up not really standing you up. | skotlex | 1 | -23/+32 |
2006-05-03 | - Implemented desperado as explained by Rockman-EXE. | skotlex | 1 | -4/+7 |
2006-05-02 | - Removed the unit_can_move checks in skill cast-end, they should be performe... | skotlex | 1 | -12/+4 |
2006-05-02 | - Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo. | skotlex | 1 | -1/+1 |
2006-05-02 | - Kaite now works against all types of spells. | skotlex | 1 | -4/+5 |
2006-05-02 | - Modified how Rogue's treasure works so that you get +1% to your steal rate ... | skotlex | 1 | -14/+39 |
2006-05-02 | - Fixed Jump Kick's range to 9. | skotlex | 1 | -5/+1 |
2006-05-02 | - Removed OPTION_XMAS, it seems to not exist.... | skotlex | 1 | -5/+5 |
2006-05-01 | - Added function map_foreachinshootrange, behaves the same way as map_foreach... | skotlex | 1 | -2/+6 |
2006-05-01 | - Added -DMAPREGSQL to Makefile, commented out by default for now. | skotlex | 1 | -13/+23 |
2006-05-01 | - Skills with the move_enable state won't get the walkdelay increased on a sk... | skotlex | 1 | -1/+3 |
2006-05-01 | - Fixed a small typo/logic-error in pet_ai_sub_hard | skotlex | 1 | -1/+0 |
2006-04-30 | - If someone is expulsed from a guild while the guild storage is open, it wil... | skotlex | 1 | -0/+6 |
2006-04-30 | - Merged the code of NJ_SHADOWJUMP with TK_JUMPKICK. | skotlex | 1 | -17/+5 |
2006-04-30 | Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries). | blackhole89 | 1 | -2/+15 |
2006-04-30 | - Removed attack_type from sd->state structure (it's only use was for soul-dr... | skotlex | 1 | -0/+15 |
2006-04-29 | - Changed the HT_DETECTING method from invoking clif_changetraplook to clif_s... | skotlex | 1 | -1/+3 |
2006-04-29 | - pc_resetskill flag can now be &2, it only returns the total amount of skill... | skotlex | 1 | -1/+2 |
2006-04-29 | - Changed checks of item's identify field from 0/1 to 0/non-zero | skotlex | 1 | -2/+13 |
2006-04-29 | Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri... | Lupus | 1 | -1/+1 |
2006-04-29 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6357 54... | Lance | 1 | -1/+1 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -3/+4 |
2006-04-28 | - Modified HP conversion so that it fails when you don't have enough Hp. Also... | skotlex | 1 | -29/+68 |
2006-04-28 | - Storm Kick's range increased to 2. | skotlex | 1 | -11/+10 |
2006-04-28 | - Removed the sending of the online guild list when you log-on, may fix the "... | skotlex | 1 | -5/+6 |
2006-04-28 | - skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ... | skotlex | 1 | -2/+2 |
2006-04-28 | - Modified clif_skill_nodamage to allow for a NULL source. This is to simplif... | skotlex | 1 | -34/+10 |
2006-04-27 | - Changed in the behaviour of wedding skills, should invoke skill_castend_pos... | skotlex | 1 | -15/+15 |
2006-04-26 | - Updated item_db.sql to current. | skotlex | 1 | -16/+3 |