summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-08- Some cleaning of the Gospel code.skotlex1-36/+46
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-7/+2
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex1-4/+13
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-6/+5
2006-11-06- Corrected Ground Drift. Splash range of 3x3, stackable and placeable undern...skotlex1-62/+77
2006-11-06- Corrected Kaupe so it doesn't ends on the first part of Soul Destroyer.skotlex1-1/+5
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-13/+16
2006-10-31- Fixed song/dance/encore cells not being placed down when casted on top of a...skotlex1-1/+1
2006-10-31- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.skotlex1-2/+2
2006-10-30- Corrected GS skill ranges using Aegis data. All their targetted skills have...skotlex1-0/+7
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex1-4/+10
2006-10-25- Fixed "skill_sp_override_grffile: yes" causing crashes when parsing Homuncu...skotlex1-1/+7
2006-10-25- Made the exp bonus settings be adjustable:skotlex1-1/+1
2006-10-25- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the "petrifyin...skotlex1-2/+8
2006-10-24- Removed again your mdef reducing "petrifying" time as apparently it can't b...skotlex1-1/+1
2006-10-23- Double Casting will no longer fail when used.skotlex1-10/+3
2006-10-23- Modified the meaning of the third column in the skill_require_db. Instead o...skotlex1-2/+6
2006-10-21clif_fixpos -> clif_slide in HAMI_CASTLE codeblackhole891-2/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-27/+22
2006-10-20- Added config setting "summon_flora_setting", which it you can decide now tw...skotlex1-1/+2
2006-10-19- Corrected a compilation error.skotlex1-2/+2
2006-10-19- Added the Monk combos to skill_castnodex so their delay is not decreased by...skotlex1-60/+43
2006-10-16- Emergency call &16 (disable skill from nowarpto maps) will now NOT block Em...skotlex1-1/+1
2006-10-16- Applied most of Mpeg's work on Ninja Skills. For information see: http://gp...skotlex1-21/+28
2006-10-16- When reinvoking a combo-time, the previous combo time will be terminated.skotlex1-2/+4
2006-10-13- Corrected Throw Arrow/Musical Strike's damage formulaskotlex1-6/+12
2006-10-06- Removed gm_all_skill_add_abra which was doing nothing anyway.skotlex1-2/+6
2006-10-05- skill_blown will now trigger on-touch npcs on the landing tile.skotlex1-0/+4
2006-10-04- Bowling bash now always hits twice regardless of situation.skotlex1-8/+6
2006-10-03- Renamed setting delay_dependon_dex to delay_dependon_agi, the delay of skil...skotlex1-7/+7
2006-10-02- Fixed the txt->sql converter only saving the very first character permanent...skotlex1-1/+1
2006-10-02- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off...skotlex1-1/+1
2006-10-01homun skill exploitLupus1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-5/+5
2006-09-28- Merged the necessary changes to make the script engine support negative con...skotlex1-11/+12
2006-09-27- Merged some splash changes from stable. Sharp-Shooting will now display a s...skotlex1-3/+2
2006-09-26- Yet again messed with the packet sent during a splash attack, but this time...skotlex1-19/+7
2006-09-26- Added function skill_dance_switch which handles converting overlapping song...skotlex1-73/+89
2006-09-25- Added an ugly check so that Heal will display 0 when healing a berserked ch...skotlex1-14/+16
2006-09-25- Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting...skotlex1-1/+1
2006-09-24- When the code auto-guesses that a skill should require ammo, it will accept...skotlex1-1/+1
2006-09-18- High-Jump is usable everywhere now, except that on maps where it previously...skotlex1-16/+19
2006-09-18- Modified the Asura code (again), hopefully movement sprite issues are fixed...skotlex1-4/+22
2006-09-17- Fixed NPC_INVISIBLE's cloak ending after attacking once.skotlex1-2/+2
2006-09-15- Reverted the Summon Flora change where all plants were being summoned in on...skotlex1-33/+0
2006-09-15- Moved the weapon repair effect to where it belongs (after successfully repa...skotlex1-3/+2
2006-09-15- Changed Extremity Fist's code to make you actually walk past your target, w...skotlex1-21/+20
2006-09-14- Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh...skotlex1-1/+3
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex1-1/+1
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex1-2/+35