summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-20- Fixed Chase Walk having a deactivation cast time (should be instant)ultramage1-12/+12
2007-05-19Reformatting @_@ultramage1-30/+19
2007-05-11- Updated the effect list a bitultramage1-1/+2
2007-05-06* Fixed Converters not overwriting each otherPlaytester1-0/+1
2007-05-05* Attempt to fix Kyrie Eleison not castable on enemy playersPlaytester1-3/+7
2007-05-03Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr...ultramage1-5/+0
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-0/+1
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-2/+2
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-4/+0
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-30/+38
2007-04-12- Fixed status changes that can't be reduced and have a passed duration of 0 ...skotlex1-1/+1
2007-04-11- When a mob fails to use the selected skill, it will now move on to the next...skotlex1-0/+4
2007-04-10- Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin...skotlex1-1/+1
2007-04-10- Modified status_get_sc_def to handle both rate and tick reductions. This wa...skotlex1-53/+69
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-08- Made the return code \n for Apple systems (it was \r before), this still ne...skotlex1-2/+1
2007-04-07- Disabled the exception handler on windows debug buildsultramage1-2/+2
2007-04-04- Corrected song/dances/encores reducing SP at the incorrect intervals (eithe...skotlex1-1/+1
2007-04-03- Corrected Longing for Freedom, it should triple SP cost rather than modifyi...skotlex1-1/+1
2007-04-03- SC_ENCHANTARMS will no longer fail to start if it's already running with a ...skotlex1-0/+1
2007-04-02- Cleaned up mmo_auth, as this function was quite filled with sql memory leak...skotlex1-12/+9
2007-04-02- Corrected the login TXT server not initializing the waiting_disconnect vari...skotlex1-0/+1
2007-04-01- Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ...skotlex1-26/+11
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+1
2007-03-29- Corrected a pretty serious typo in script.cskotlex1-0/+2
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex1-7/+11
2007-03-28- Added defines script_getnum and script_getstr to further simplify variable ...skotlex1-6/+0
2007-03-26- Cleaned up some the mob skill use code. The skill re-use delay is set at th...skotlex1-1/+1
2007-03-26- Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (hig...ultramage1-7/+0
2007-03-25- Coma now reduces SP to 0 (with the exception of Dark Blessing)skotlex1-2/+6
2007-03-24Corrected change r10051 which prevented Ice Pick from workingultramage1-3/+2
2007-03-22- Removed unused bIgnoreDefMob skotlex1-4/+3
2007-03-22- Twilight Pharmacy's cast time is no longer reducable by dex.skotlex1-11/+11
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex1-6/+4
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-1/+11
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-16/+29
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex1-2/+9
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex1-1/+1
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex1-2/+1
2007-03-01- Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone...skotlex1-7/+7
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-25- You are allowed to attack/use skills now when your cloaking level is below 3.skotlex1-2/+2
2007-02-25Corrected some typos and small detailsultramage1-1/+1
2007-02-12- Fixed npc_check_areanpc, Wand of Hermod works now.skotlex1-0/+1
2007-02-12- Corrected range of self destruction / bio explosion to be equal to their sp...skotlex1-3/+2
2007-02-12- Fixed the inverted behavior of display_skill_fail, caused by r9823ultramage1-1/+2
2007-02-08- Fixed a bunch of probably incorrect logical comparisons. skotlex1-3/+3
2007-02-07- Updated the range of BioExplosion and Self Destruction so they count as ran...skotlex1-5/+6
2007-02-01- Corrected homunculus's aspd being halved after using some aspd adjusting sk...skotlex1-1/+1
2007-01-29- Corrected the homunculus deletion functions so that the homunculus is delet...skotlex1-3/+4