summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-6/+6
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-126/+49
2008-04-11- Added code to remove a trap when it dies.zephyrus1-10/+24
2008-04-10- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...zephyrus1-8/+28
2008-04-10* Updated NPC skill "Evil Land". More gravity wtfage.L0ne_W0lf1-1/+1
2008-04-07Immunity to magic now makes you immune to the SC effect as well. (bugreport:1...Kevin1-0/+3
2008-04-07Magnum Break will now affect traps. See (r12516).Kevin1-1/+2
2008-04-07-Sight rasher now affects the wizard's own and other's icewalls.Kevin1-3/+6
2008-04-07Changed guild skills restore, regen, and battle order to only affect BL_PC. (...Kevin1-3/+3
2008-04-06Unequip should no longer remove any buff from seven wind. (bugreport:1155)Kevin1-0/+3
2008-04-05Union now consumes sp when not soul linked. (bugreport:1155)Kevin1-1/+2
2008-04-05Last fix for r12485, I swear. >_>Kevin1-1/+1
2008-04-05Fix for (r12475), wasn't checking to see if the target cell was walkable.Kevin1-1/+1
2008-04-05PCs/Mobs/NPCs now block Leap(TK_HIGHJUMP) and sprint(TK_RUN). (bugreport:1155)Kevin1-1/+1
2008-03-31- Fixed wrong expire calculation on Wall of Fog used over Deluge (Bug report ...zephyrus1-1/+1
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-61/+74
2008-03-25Partially fixed the mess in status.c.ultramage1-18/+19
2008-03-13Replaced some foreach-based functions by their inlined iterator equivalents.ultramage1-1/+1
2008-03-13- Added a fix for Abracadabra, this skills allways should use minimum a Yello...zephyrus1-1/+9
2008-03-09- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...skotlex1-2/+2
2008-03-09Cleaned up and corrected some more land skill code:ultramage1-78/+55
2008-03-06- Corrected pc_checkitem not behaving correctly when you had more than one eq...skotlex1-1/+2
2008-03-05- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.skotlex1-0/+5
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-18/+6
2008-02-27Patched an unresolved case where knocking back a bard/dancer would cause the ...ultramage1-1/+2
2008-02-27 * Fixed Apple of Idun not checking for bard soul link (bugreport:1028)ultramage1-2/+2
2008-02-27* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)ultramage1-47/+22
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-1/+1
2008-02-20Changed pc_can_give_items() to use standard boolean logic instead of the inve...ultramage1-1/+1
2008-02-10Fixed Warp Portal code sometimes producing errors/crashes in the case where a...ultramage1-5/+11