summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-12Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ...shadow1-1/+1
2008-07-09* Added const to the return value of get_timer.FlavioJS1-1/+1
2008-07-07First attempt at implementing the official walk speed systemultramage1-5/+4
2008-07-07Removed stop/slowdown effect from Grimtooth (bugreport:1806)ultramage1-6/+0
2008-07-05Fixed AM_PHARMACY produce chances based on info gathered by flaviojs, aegis z...shadow1-19/+25
2008-07-03Adjusted Free Cast code so that its walk penalty gets calculated in status_ca...ultramage1-7/+16
2008-07-03Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u...shadow1-2/+4
2008-06-29Random assortment of various small corrections and tweaks.ultramage1-7/+8
2008-06-24Cleaned up unconditional calls to status_change_end().ultramage1-11/+6
2008-06-22Changed a if statement around because gcc emocries over it.sketchyphoenix1-2/+3
2008-06-21* Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was k...sketchyphoenix1-2/+2
2008-06-19* Fixed SC_CHANGEUNDEAD behavior: Blessing and Increase AGI deals 1 damage an...sketchyphoenix1-2/+16
2008-06-19Added Sirius_White's fix for sense working on emperium. (bugreport: 1679)sketchyphoenix1-0/+3
2008-06-15Fixed Icewall not restoring the original cell type (mistake in r11175).ultramage1-0/+1
2008-06-13Fixed Evil Land working versus undead element instead of undead race.shadow1-1/+1
2008-06-13Fixed Grandcross and darkgrandcross, should only cause blind against undead r...shadow1-6/+3
2008-06-13Fixed some skills working on undead element when they were supposed to work o...shadow1-9/+9
2008-06-12* Added support for skill names to script commands:FlavioJS1-4/+19
2008-06-09Fixed 1734,Orc_Archer_Bow working with Iron Arrow instead of Steel Arrow. Tha...shadow1-1/+1
2008-06-09Fixed Fire Pillar (and any future splash damage magical trap) not working on ...shadow1-1/+2
2008-06-09Fixed reject sword having a infinite duration, bugreport:695 (both stable and...shadow1-1/+1
2008-06-08Implemented the two-handed staff/rod type (thanks to Muad_Dib).ultramage1-0/+1
2008-06-08Fixed SA_DISPELL removing SC_CRITICALWOUND.shadow1-1/+1
2008-06-07Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.ultramage1-0/+1
2008-06-07Usage of map_flag_gvg2() in Emergency Recall code (minor followup to r12770).ultramage1-1/+1
2008-06-07Fixed GD_EMERGENCYCALL not working inside gvg castles when WoE is off, bugrep...shadow1-1/+1
2008-06-07Kaite should not work against high-level mobs - bug introduced in r11230 (bug...ultramage1-18/+18
2008-06-07Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79shadow1-0/+7
2008-05-08- Added some new items and headgears.zephyrus1-1/+1
2008-05-07- Moved the SD_PREAMBLE code to skill_area_subskotlex1-21/+14
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-12/+13
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-1/+1
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage1-1/+1