summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-25- Corrected High Jump so it works on Guild Castles when WoE is off.skotlex1-3/+5
2007-04-24- Modified the mob ai think time update after using skills from adelay/amotio...skotlex1-8/+2
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-1/+5
2007-04-24- The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is defi...skotlex1-5/+2
2007-04-24Spider Web / Fiber Lock status cannot be dispelled nowultramage1-1/+1
2007-04-23- All mob casted skills have a fixed range of 9 now. You can use monster_ai&0...skotlex1-1/+6
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-7/+1
2007-04-22- Corrected crash if itemskill is used without an attached player.skotlex1-7/+1
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-11/+12
2007-04-18- Now @whogm hides perfect-hide gms only if their GM level is greater than th...skotlex1-1/+1
2007-04-17- The gain exp from resurrection config will now only work when the revived p...skotlex1-2/+2
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-4/+11
2007-04-15- Fixed battle_getenemy picking dead characters.skotlex1-15/+36
2007-04-12- Oops, little error on previous commit.skotlex1-0/+2
2007-04-12- Changed the meaning of inf2=0x1000. Now it is used to "disable usage on ene...skotlex1-4/+7
2007-04-12- Added debug command @displayskill. Should be used only by people searching ...skotlex1-3/+2
2007-04-11- When a mob fails to use the selected skill, it will now move on to the next...skotlex1-4/+0
2007-04-11- Some cleaning of the castend_map code to prevent the menuskill variable fro...skotlex1-5/+8
2007-04-10- Modified spirit of Wizard so that the consumption of 'Fragments' when block...skotlex1-9/+39
2007-04-10- Modified status_get_sc_def to handle both rate and tick reductions. This wa...skotlex1-3/+3
2007-04-08- Updated some Guild WoE rules to behave as explained here: http://www.eathen...skotlex1-0/+6
2007-04-06- Fixed the start_point setting smashing t3h stack in some situationsultramage1-3/+2
2007-04-06I'm still here!DracoRPG1-7/+7
2007-03-29- Corrected a pretty serious typo in script.cskotlex1-1/+1
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex1-1/+1
2007-03-27- Changed a bit the Moonlit code to prevent an infinite loopskotlex1-2/+5
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-39/+43
2007-03-26- Cleaned up some the mob skill use code. The skill re-use delay is set at th...skotlex1-22/+4
2007-03-25- Coma now reduces SP to 0 (with the exception of Dark Blessing)skotlex1-1/+1
2007-03-22- Twilight Pharmacy's cast time is no longer reducable by dex.skotlex1-1/+1
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex1-1/+1
2007-03-20- Added Magic Rod's "action" pose when using it.skotlex1-0/+1
2007-03-20- Removed Magic Rod's cast bar.skotlex1-5/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-18/+47
2007-03-19- Corrected Warp Portal not sending the map names with the .gat extension.skotlex1-7/+16
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-2/+2
2007-03-15Fixed compilation error added in r10003 in skill.ctoms1-2/+2
2007-03-13- @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now.skotlex1-11/+15
2007-03-12- Corrected the new packet version entries for skilluseposinfoskotlex1-0/+1
2007-03-07- Cleaned some up the add-effect code.skotlex1-12/+13
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex1-5/+7
2007-03-02- Modified the Storm Gust freeze counter code so it is resetted when standing...skotlex1-9/+7
2007-03-01- Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone...skotlex1-0/+8
2007-03-01- Corrected raid not doing the "can hit?" check on splash area targets.skotlex1-1/+2
2007-02-28- Fixed the definition of warpwaitingpc so that it allows an optional argumen...skotlex1-1/+1
2007-02-26- indent cleanupsskotlex1-0/+2
2007-02-26- NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on...skotlex1-1/+1
2007-02-23- Fixed the mob_override_name setting not working on summoned mobs.skotlex1-0/+3
2007-02-23- The NK value of the skill_db has been made a hexadecimal value, and expande...skotlex1-1/+1
2007-02-23- Minor cleanupsskotlex1-3/+0