summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus1-10/+104
2009-03-08* Fixed a couple bugs with marionette controlultramage1-12/+25
2009-03-04Small edits to battleground code (bugreport:2816)ultramage1-3/+2
2009-03-02Partial revert of r13556. The client doesn't handle active skills with 0 sp c...ultramage1-1/+1
2009-03-02Just some generic cleanups.ultramage1-1/+1
2009-03-01Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...shadow1-1/+1
2009-03-01Ankle Snare cannot be knocked back anymore (bugreport:2804).ultramage1-0/+2
2009-02-26- Fixed item Nemesis.zephyrus1-11/+21
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS1-0/+6
2009-02-02Fixing r13503...ultramage1-1/+3
2009-01-31Added skillunit_db for efficient execution of skill_unit_timer() (followup to...ultramage1-11/+11
2009-01-31objects[] array removal (bugreport:2559)ultramage1-5/+12
2009-01-25- Implemented monster skill "Full Heal" NPC_ALLHEAL.zephyrus1-0/+14
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus1-46/+77
2009-01-24* Changed all uses of struct skill_unit_group* to group_id in status_change_e...FlavioJS1-10/+41
2009-01-20- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...zephyrus1-10/+13
2008-12-20some minor generic cleanupsultramage1-16/+11
2008-12-01* Fixed rare crash when using Flying Kick on clones (bugreport:2506)ultramage1-26/+9
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-4/+0
2008-11-18Autotrade characters will no longer get caught by Urgent Recall. (bugreport:2...L0ne_W0lf1-1/+1
2008-10-12Fixed multiple casts of NPC_REBIRTH interfering with activation of mob death ...ultramage1-0/+2
2008-10-11Added safeguards to Redemptio's exp penalty code to prevent arithmetic overfl...ultramage1-4/+4
2008-10-10Slightly corrected the NPC_REBIRTH code from r13272.ultramage1-2/+1
2008-10-09Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.L0ne_W0lf1-2/+2
2008-09-27Fixed a ShowWarning call in skill_db.txt reading code using random data from ...ultramage1-1/+1
2008-09-21Corrected Lex Divina not showing animation on fail. (bugreport:1740)L0ne_W0lf1-5/+3
2008-09-18- Some corrections to Basilica.zephyrus1-8/+11
2008-09-10- Full implementation of mercenary skills.zephyrus1-102/+250
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-2/+2
2008-09-07- Fixing some linux warnings (uninitialized variable).zephyrus1-23/+30
2008-09-03- Starting Mercenary Skill implementation.zephyrus1-90/+104
2008-09-02- Implementing a correct update of mercenary status window on status change u...zephyrus1-2/+2
2008-09-01- More code for mercenaries and starting work on restrictions.zephyrus1-12/+18
2008-08-25* Fixed: several compiler warnings [akrus]akrus1-1/+1
2008-08-24- Fixed skill problems (who did this? Mercenary skills values are big than ho...zephyrus1-6/+6
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+1
2008-08-21- Big update to Basilica, implementing official behavior.zephyrus1-17/+43
2008-08-21- Fixed a bug. Warp portal cannot be casted on dead players.zephyrus1-4/+5
2008-08-20- More cleanup of Barricades (final i think)zephyrus1-1/+1
2008-08-20* Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick.L0ne_W0lf1-1/+11
2008-08-20- Fixes on schg_cas02 and arug_cas01.txtzephyrus1-17/+26
2008-08-17** Please update your server ASAP. **zephyrus1-8/+10
2008-08-10Some skill corrections based on bugreport:1945ultramage1-2/+1
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...ultramage1-1/+1
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage1-1/+1
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage1-12/+21
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-14/+15
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus1-2/+2
2008-07-20* Simplified the search in pop_timer_heap and added more debug info to help d...FlavioJS1-4/+17
2008-07-16Fixed TK_JUMPKICK, should not jump over objects and cliffs.shadow1-1/+1