summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-19- Corrected number of water-ball hits when used by mobs and not consuming del...skotlex1-4/+10
2006-05-18- Some code cleaning of the skill reiteration/nofootset code.skotlex1-24/+12
2006-05-18- NPC_AGIUP will now give movement boost of 50%skotlex1-3/+7
2006-05-17- Power Up and Agi Up now increase Hit/Flee by 20%/lvskotlex1-1/+1
2006-05-16- Fire Pillar will now do 200%MATK damage per hit when level is >10.skotlex1-1/+10
2006-05-15- Soul Drain will now show the SP drained regardless of drain display settings.skotlex1-21/+21
2006-05-15- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.skotlex1-4/+6
2006-05-15- Fixed clif_GlobalMessage being the exact same function as clif_message (the...skotlex1-1/+1
2006-05-12- Reverted again the change that stuns the caster on Ske, Ska, Swoo when the ...skotlex1-6/+5
2006-05-12- Updated cast times of Kaupe and Kaahi.skotlex1-2/+0
2006-05-11- NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) o...skotlex1-7/+2
2006-05-11- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.skotlex1-13/+14
2006-05-11- Merged the code for Ska, Ske, Swoo. Swoo stun duration is now 10 secs (redu...skotlex1-20/+7
2006-05-10- Changed the state of Asura back to explosionspirits, added a hardcoded move...skotlex1-49/+33
2006-05-10- Rewrote/cleaned up trade.c for a more clean trading implementation.skotlex1-10/+0
2006-05-09- Reduced drop slots from 15 to 10.skotlex1-3/+3
2006-05-09- Fix on pc_skill which fixes overlapping when one gets more than one bonus f...skotlex1-1/+1
2006-05-09- Script commands sc_start, sc_start2 and sc_start4 will now start regardless...skotlex1-1/+1
2006-05-09- Reverted the change that was making ES skills stun the caster always.skotlex1-23/+23
2006-05-08- Removed the fixpos packet sending when damaged. Aegis sends no such packet.skotlex1-2/+3
2006-05-08- ES magic will now put the caster on stun for 0.5 secs regardless of whether...skotlex1-23/+23
2006-05-08- Cleaned up combo-skill implementation, SC_COMBO is automatically ended in s...skotlex1-16/+27
2006-05-08- Corrected Stun Duration for Meteor assaultskotlex1-1/+1
2006-05-08- Increased max number of tries to find a random spot in maps to 1000 since s...skotlex1-2/+2
2006-05-08- Removed SP_DISGUISE from the bonus list.skotlex1-13/+2
2006-05-07removed old logsLupus1-4/+6
2006-05-05- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (...skotlex1-1/+1
2006-05-05- Kaupe now will only block all skills of players, for non-players, only norm...skotlex1-43/+39
2006-05-05- Fixed a possible infinite loop in skill_clear_unit_groupskotlex1-2/+0
2006-05-04- Some clean-ups in the mob_aiskotlex1-6/+2
2006-05-04- Cleaned up and used mob_skill_event function when hit by a ground-skill.skotlex1-12/+2
2006-05-04- Stun time for using ES magic on non-mobs reduced to 0.5 secs.skotlex1-12/+10
2006-05-04- Rewrote Kaahi to behave as it should. It will hear whatever amount of damag...skotlex1-8/+6
2006-05-03- Kaahi now triggers every 500ms rather than on every hit (but it only heals ...skotlex1-13/+2
2006-05-03- Kaite, Kaute will now show a skill effect when they trigger.skotlex1-0/+1
2006-05-03- Fixed standing up not really standing you up.skotlex1-23/+32
2006-05-03- Implemented desperado as explained by Rockman-EXE.skotlex1-4/+7
2006-05-02- Removed the unit_can_move checks in skill cast-end, they should be performe...skotlex1-12/+4
2006-05-02- Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo.skotlex1-1/+1
2006-05-02- Kaite now works against all types of spells.skotlex1-4/+5
2006-05-02- Modified how Rogue's treasure works so that you get +1% to your steal rate ...skotlex1-14/+39
2006-05-02- Fixed Jump Kick's range to 9.skotlex1-5/+1
2006-05-02- Removed OPTION_XMAS, it seems to not exist....skotlex1-5/+5
2006-05-01- Added function map_foreachinshootrange, behaves the same way as map_foreach...skotlex1-2/+6
2006-05-01- Added -DMAPREGSQL to Makefile, commented out by default for now.skotlex1-13/+23
2006-05-01- Skills with the move_enable state won't get the walkdelay increased on a sk...skotlex1-1/+3
2006-05-01- Fixed a small typo/logic-error in pet_ai_sub_hardskotlex1-1/+0
2006-04-30- If someone is expulsed from a guild while the guild storage is open, it wil...skotlex1-0/+6
2006-04-30- Merged the code of NJ_SHADOWJUMP with TK_JUMPKICK.skotlex1-17/+5
2006-04-30Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries).blackhole891-2/+15