Age | Commit message (Expand) | Author | Files | Lines |
2006-06-01 | - Fixed Soul Drain not really giving you SP | skotlex | 1 | -6/+1 |
2006-05-30 | - Call Slave now invokes slaves on a 5x5 area around master. | skotlex | 1 | -2/+2 |
2006-05-30 | - Fixed Absorb Spirit Spheres | skotlex | 1 | -10/+3 |
2006-05-30 | [Optimized]: | Lance | 1 | -3/+3 |
2006-05-29 | - Modified skill_get_range2 to return range 9 for skills with range 0 for Non... | skotlex | 1 | -0/+2 |
2006-05-29 | - Cleaned up some status_get functions. | skotlex | 1 | -23/+11 |
2006-05-29 | * [Fixed]: | Lance | 1 | -2/+2 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -26/+25 |
2006-05-28 | - Suppressed compilation warnings (unsigned and signed mismatches) | Lance | 1 | -8/+8 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -11100/+10980 |
2006-05-27 | Fix possible compile mistakes in there. >_> | blackhole89 | 1 | -0/+38 |
2006-05-26 | I'm still here! | DracoRPG | 1 | -2/+2 |
2006-05-25 | - Simplified ASC_BREAKER by making it a BF_WEAPON attack with an additional i... | skotlex | 1 | -17/+1 |
2006-05-24 | - Item sharing now shares the same rules as exp sharing (no sharing when dead... | skotlex | 1 | -2/+0 |
2006-05-24 | - The clif_skill_poseffect packet will not be invoked in Snap unless the skil... | skotlex | 1 | -5/+3 |
2006-05-24 | - Corrected SL KA* spells not working on other Soul Linkers. | skotlex | 1 | -2/+2 |
2006-05-23 | - Modified battle_calc_weapon_attack to use new flags pdef/pdef (pierce defen... | skotlex | 1 | -4/+8 |
2006-05-23 | - Corrected clif parse name request failing on disguised characters. | skotlex | 1 | -1/+4 |
2006-05-22 | - Updated skill_delayfix to return 0 for mobs since they have no skill delay ... | skotlex | 1 | -0/+3 |
2006-05-21 | * Player must learn the skill before doing auto-spell | Lance | 1 | -3/+5 |
2006-05-19 | - Corrected number of water-ball hits when used by mobs and not consuming del... | skotlex | 1 | -4/+10 |
2006-05-18 | - Some code cleaning of the skill reiteration/nofootset code. | skotlex | 1 | -24/+12 |
2006-05-18 | - NPC_AGIUP will now give movement boost of 50% | skotlex | 1 | -3/+7 |
2006-05-17 | - Power Up and Agi Up now increase Hit/Flee by 20%/lv | skotlex | 1 | -1/+1 |
2006-05-16 | - Fire Pillar will now do 200%MATK damage per hit when level is >10. | skotlex | 1 | -1/+10 |
2006-05-15 | - Soul Drain will now show the SP drained regardless of drain display settings. | skotlex | 1 | -21/+21 |
2006-05-15 | - Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers. | skotlex | 1 | -4/+6 |
2006-05-15 | - Fixed clif_GlobalMessage being the exact same function as clif_message (the... | skotlex | 1 | -1/+1 |
2006-05-12 | - Reverted again the change that stuns the caster on Ske, Ska, Swoo when the ... | skotlex | 1 | -6/+5 |
2006-05-12 | - Updated cast times of Kaupe and Kaahi. | skotlex | 1 | -2/+0 |
2006-05-11 | - NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) o... | skotlex | 1 | -7/+2 |
2006-05-11 | - Changed a bit the MAX_ZENY checks in trade.c to prevent overflows. | skotlex | 1 | -13/+14 |
2006-05-11 | - Merged the code for Ska, Ske, Swoo. Swoo stun duration is now 10 secs (redu... | skotlex | 1 | -20/+7 |
2006-05-10 | - Changed the state of Asura back to explosionspirits, added a hardcoded move... | skotlex | 1 | -49/+33 |
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 |