summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-02- Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be knock...skotlex1-2/+7
2006-08-01- Made Deluge/volcano/v. gale be castable on top of each other againskotlex1-34/+47
2006-08-01- Should have fixed the cooking sets not displaying all cooking available items.skotlex1-1/+1
2006-08-01- Figured out and fixed the issue with Volcano/Deluge/Violent Gale not really...skotlex1-2/+1
2006-08-01- Modified Self Destruction, so that Marine Spheres in non-versus maps will h...skotlex1-1/+4
2006-08-01- Added the missing lines to enable script command "kickwaitingroomall"skotlex1-3/+6
2006-08-01- Updated Poison React chance to counter and number of counters as per skill ...skotlex1-1/+1
2006-08-01- Fixed NPC_STOP id value in skill_cast_dbskotlex1-3/+4
2006-07-31Merged mpeg's fix on ninja skillstoms1-2/+11
2006-07-31- Removed incorrect "Waterball range+1 when standing on suiton" feature.skotlex1-2/+0
2006-07-31- NPC_INVISIBLE will now use Cloaking of a level +9 of the used skill level, ...skotlex1-2/+3
2006-07-30- Mob casted Sanctuary will no longer always heal it's targets regardless of ...skotlex1-3/+2
2006-07-30Merged mpeg's fix on ninja skills and SA_VOLCANO,SA_DELUGE,SA_VIOLENTGALEtoms1-3/+19
2006-07-30GS Skill updates/fixesVicious1-1/+1
2006-07-29- Made the SQL ping interval default to 7 hours.skotlex1-0/+5
2006-07-29- offensive heal/sanctuary will only happen when the source of the heal is a ...skotlex1-326/+266
2006-07-28- Some cleaning in the order of cases in castend damage id.skotlex1-13/+10
2006-07-28- Self destruction will now hit all characters in range, not just enemies.skotlex1-1/+2
2006-07-28- Cleaned up the NJ update code.skotlex1-105/+22
2006-07-28- Some cleaning of battle_drain, Evil Druid card should work now.skotlex1-4/+2
2006-07-28Fixed : - "uninitialized local variable 'i' used" in skill.ctoms1-8/+6
2006-07-28Fixed duplicate case value on NJ_SUITONtoms1-1/+0
2006-07-28Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro...Vicious1-15/+108
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex1-100/+75
2006-07-27- Now when you set the guardian's HP, if the guardian is spawned, it's HP wil...skotlex1-3/+2
2006-07-27- Readded the check which prevents Cloaking from activating when your learned...skotlex1-1/+1
2006-07-27* Fix homunc & code cleanup [Toms] toms1-33/+31
2006-07-26- Enabled changing of equipment while stunned/asleep/petrified/etcskotlex1-2/+2
2006-07-25- Cleaned up the skill_landprotector function to correctly block only magic s...skotlex1-12/+15
2006-07-24- Cleaned up the Mistress Card related code so that the no-gemstone bonus red...skotlex1-20/+13
2006-07-24- Adjusted skill_castfix_sc so that Suffragium will get consumed even on inst...skotlex1-4/+6
2006-07-24- Added a check to prevent Deluge/Volcano/Violent Gale from being placed on t...skotlex1-2/+16
2006-07-24- Changed Land Protector's range back to 3.skotlex1-58/+39
2006-07-23- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ...skotlex1-1/+1
2006-07-22- Applied use of EQI/EQP constants to the strip skills code.skotlex1-6/+6
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex1-1/+1
2006-07-21- Corrected the @follow timer not being deleted on logout.skotlex1-0/+1
2006-07-21- Added the necessary checks so that Suiton makes Fogwall have double duratio...skotlex1-2/+6
2006-07-21- Added back a map_freeblock call in skill_delunitgroup which caused a memory...skotlex1-0/+1
2006-07-20- Added pc_check_weapontype to do a proper skill weapon check that takes into...skotlex1-1/+2
2006-07-20- Corrected Cloaking level 1-2 not letting you move across walls.skotlex1-4/+4
2006-07-20- Added a skill_unit_db entry for NJ_HYOUSYOURAKU, thanks to Eus for the data.skotlex1-11/+12
2006-07-20- Added a status_check_skilluse on skill_attack_area call to prevent splash d...skotlex1-1/+2
2006-07-19- Fixed the inf code update breakage which was blocking all offensive skills.skotlex1-3/+3
2006-07-19- Modified the targetted skill logic to enable offensive skills to be targett...skotlex1-16/+17
2006-07-18- Fixed a crash when trying to extend TK's infinite combo feature.skotlex1-1/+1
2006-07-18- Corrected Venom splasher's splash damageskotlex1-17/+8
2006-07-18- Corrected Fog of Wall's "targetted spells fail 75% of the time" feature by ...skotlex1-4/+8
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-1/+1
2006-07-17- Should have fixed the Cart Termination damage code to be scaled correctly w...skotlex1-43/+52