summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-04- Fixed HVAN_INSTRUCT int bonuses.skotlex1-3/+4
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-0/+2
2006-12-01- Fixed txt-converter compilation. skotlex1-32/+26
2006-11-29- HT_PHANTASMIC no longer knocks back even when it misses.skotlex1-2/+1
2006-11-28- Reverted the previous SG freeze counter method. Now the counter is reset on...skotlex1-7/+1
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex1-2/+0
2006-11-28- Modified the way Storm Gust freeze's counter works. Now it checks for the c...skotlex1-1/+7
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-5/+4
2006-11-24- Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ...skotlex1-1/+1
2006-11-24- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...skotlex1-2/+3
2006-11-21- Various GS skill requirement corrections:skotlex1-1/+5
2006-11-21- Corrected GS_DISARM, it is now a normal attack, which, when it connects, ha...skotlex1-2/+23
2006-11-21- Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage.skotlex1-2/+3
2006-11-20- The max level of NPC_SPLASHATTACK is now 1.skotlex1-17/+24
2006-11-20- You now can't use other skills while a skill-induced "window" is up (telepo...skotlex1-1/+4
2006-11-20- Fixed itemskill variable being cleared before parsing the skill, this cause...skotlex1-9/+12
2006-11-20- Raised the amount of skills that can stack on a single cell before the "in-...skotlex1-8/+11
2006-11-17- Corrected use of the party invitation reply packet, thanks to FlavioJS.skotlex1-4/+4
2006-11-16- Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. F...skotlex1-6/+9
2006-11-16- Overlapping song/dances will now cause dissonance/ugly-dance level 1 instea...skotlex1-1/+5
2006-11-14- Reverted the hp conversion formula "fix" as it was correct before.skotlex1-1/+2
2006-11-13- HP Conversion will fail when used at max SP. It should not display any erro...skotlex1-0/+4
2006-11-13- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ...skotlex1-7/+16
2006-11-10- Deluge/Violent Gale/Volcano tiles will now fail to be placed on cells that ...skotlex1-1/+11
2006-11-10- AL_TELEPORT now fails when used on top of Land Protector.skotlex1-0/+4
2006-11-10- Removed the inf2 = TRAP of FirePillar and Spider Web so they are blocked by...skotlex1-22/+32
2006-11-10- Fog of Wall will fail when casted on top of a Volcano/Violent Galeskotlex1-0/+4
2006-11-09- Fixed status-change loading not working.skotlex1-1/+2
2006-11-09- Reduced the check area of hermod to 3x3, you now have to literally stand ne...skotlex1-3/+4
2006-11-09Fixed Health Conversion skill formula bugLupus1-1/+1
2006-11-09- Fixed Desperado's hit-rate.skotlex1-18/+17
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