summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-13- Oppositions can't be made during WoE now.skotlex1-6/+5
2006-06-09Changed the interval between waterballs back to 125,MasterOfMuppets1-2/+2
2006-06-09* restored all damaged japanese comments in skill.c and converted it to utf8 ...Lance1-472/+479
2006-06-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7047 54...Lance1-1/+2
2006-06-08- Adjusted Don't Forget Me, Defender, Longing to use all val entries, and to ...skotlex1-1/+1
2006-06-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7045 54...Lance1-495/+486
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-3/+3
2006-06-07- Moved souldrain code from skill_counter_additional_effect to mob_dead. It s...skotlex1-13/+1
2006-06-07- Cleaned status_get_sc_tick/status_get_sc_def to use the status_data function.skotlex1-12/+6
2006-06-06- Hopefully fixed for sure mobs getting extra stats when changing-class due t...skotlex1-5/+0
2006-06-06- Fixed firewall counter going down by 2 each hit rather than 1.skotlex1-1/+1
2006-06-06- Fixed Soul Burn not zapping away all SP.skotlex1-8/+2
2006-06-05- Fixed a crash when using SL_SMA and the "combo" ain't ready.skotlex1-1/+1
2006-06-05- Removed a few useless lines.skotlex1-6/+1
2006-06-05- Fog of Wall won't affect the caster now in any way.skotlex1-2/+3
2006-06-05- Fixed skill_unitsetting using layout->count for the for instead of group->c...skotlex1-3/+4
2006-06-03Solved the bug that made firewalls only castable a few times until you relogg...MasterOfMuppets1-1/+1
2006-06-02Changed the interval between waterballs from 150 to 250 milliseconds.MasterOfMuppets1-2/+2
2006-06-02- Some cleaning of the mob slave ai. skotlex1-1/+1
2006-06-02- Corrected Brandish Spear to work on levels above 10.skotlex1-3/+2
2006-06-01- Fixed NPC_SELFDESTRUCTION not showing nor dealing damage.skotlex1-1/+1
2006-06-01- NPC_TRANSFORMATION/NPC_METAMORPHOSIS will now preserve the original mob wit...skotlex1-10/+4
2006-06-01- Fixed Autoblitz taking into account target's luck rather than attacker'sskotlex1-1/+1
2006-06-01- Fixed Soul Drain not really giving you SPskotlex1-6/+1
2006-05-30- Call Slave now invokes slaves on a 5x5 area around master.skotlex1-2/+2
2006-05-30- Fixed Absorb Spirit Spheresskotlex1-10/+3
2006-05-30[Optimized]: Lance1-3/+3
2006-05-29- Modified skill_get_range2 to return range 9 for skills with range 0 for Non...skotlex1-0/+2
2006-05-29- Cleaned up some status_get functions.skotlex1-23/+11
2006-05-29* [Fixed]: Lance1-2/+2
2006-05-28- Added functions status_revive, pc_revive and mob_revive to handle revival (...skotlex1-26/+25
2006-05-28- Suppressed compilation warnings (unsigned and signed mismatches)Lance1-8/+8
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-11100/+10980
2006-05-27Fix possible compile mistakes in there. >_>blackhole891-0/+38
2006-05-26I'm still here!DracoRPG1-2/+2
2006-05-25- Simplified ASC_BREAKER by making it a BF_WEAPON attack with an additional i...skotlex1-17/+1
2006-05-24- Item sharing now shares the same rules as exp sharing (no sharing when dead...skotlex1-2/+0
2006-05-24- The clif_skill_poseffect packet will not be invoked in Snap unless the skil...skotlex1-5/+3
2006-05-24- Corrected SL KA* spells not working on other Soul Linkers.skotlex1-2/+2
2006-05-23- Modified battle_calc_weapon_attack to use new flags pdef/pdef (pierce defen...skotlex1-4/+8
2006-05-23- Corrected clif parse name request failing on disguised characters.skotlex1-1/+4
2006-05-22- Updated skill_delayfix to return 0 for mobs since they have no skill delay ...skotlex1-0/+3
2006-05-21* Player must learn the skill before doing auto-spell Lance1-3/+5
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