summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-09- Moved perfect_hiding from state to special_state, so that it clears out whe...skotlex1-1/+1
2006-09-08- Unified the rest and ganstar paradise code into a single function.skotlex1-2/+1
2006-09-08- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.skotlex1-4/+29
2006-09-07- Removed the Warmth "stacking" code.skotlex1-2/+1
2006-09-07- Added error message when attempting to use deprecated bonus bAspd.skotlex1-2/+4
2006-09-01- Soul Breaker will now be affected by Lex Aeterna on both parts of the attack.skotlex1-2/+1
2006-08-31- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte...skotlex1-5/+0
2006-08-31- Modified the error reporting in map_freeblock_unlock so that when there's a...skotlex1-2/+14
2006-08-29- Applied Mpeg's work on GStoms1-0/+3
2006-08-28- Restructured CG_MOONLIT so that it is a ground effect like the other Encores.skotlex1-2/+1
2006-08-28Added TK level-up buffs to SG too, and extended them to 10 minDracoRPG1-3/+3
2006-08-28reverted mpeg's workVicious1-3/+0
2006-08-28Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg...toms1-0/+3
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-20/+20
2006-08-25- Added script commands roclass/eaclass to enable scripts to access eA's job ...skotlex1-2/+4
2006-08-24- Reverted the previous change, changed the pet capture code to try to captur...skotlex1-2/+2
2006-08-24- Added setting clear_skills_on_warp to specify when a character's land-based...skotlex1-1/+2
2006-08-21- Cleaned up some more the regen_data structure, so that skill/sitting-skill ...skotlex1-50/+1
2006-08-21- Removed config setting "muting_players", and expanded the manner_system con...skotlex1-4/+3
2006-08-21- Fixed the Autosave routine not working when there's only one player online.skotlex1-1/+1
2006-08-20- Gravitation now only blocks the caster from using potions.skotlex1-2/+2
2006-08-20- Reduced the Success Chance of GS_FLING to 10+10*lv% (Playtester told me tha...skotlex1-1/+1
2006-08-19- Fixed @homlvup bug toms1-1/+1
2006-08-18- Applied use of structure regen_data for a unified regen module. Natural and...skotlex1-320/+44
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-8/+9
2006-08-14- Removed support for negative autosave intervals, instead added a minsave_in...skotlex1-9/+3
2006-08-14- Sacrifice no longer shows damage to self.skotlex1-9/+3
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex1-31/+15
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex1-0/+2
2006-08-09- Trade requests will now fail when either character is unable to act (charac...skotlex1-1/+1
2006-08-09- Crash-protections in the mail-checking function.skotlex1-2/+2
2006-08-08- Casting Kaensin will clear out Suiton and viceversa now.skotlex1-1/+1
2006-08-08- Removed config settings display_delay_skill_fail and display_snatcher_skill...skotlex1-1/+1
2006-08-08- Cleaned up the apparent mess that is pc_skill. Hopefully it SHOULD fix as d...skotlex1-12/+29
2006-08-08- Changed define EQP_WEAPON to specify only the right-hand weapon, added defi...skotlex1-8/+8
2006-08-07- Added in Lupus's suggestion of not making multi-slot headgears set all slot...skotlex1-10/+13
2006-08-04- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...skotlex1-7/+23
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-3/+3
2006-08-02- Rewrote pc_payzeny to not use doubles, it may more accurately prevent charg...skotlex1-5/+6
2006-08-02- Updated battle_check_target so that all alchemist summoned mobs can be targ...skotlex1-1/+5
2006-07-30- Added bNoMiscDamage setting so you can specify misc-damage blocking from sk...skotlex1-0/+6
2006-07-29Fixed nullpo in merc_hom_skilluptoms1-1/+1
2006-07-28- Cleaned up the NJ update code.skotlex1-1/+1
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex1-6/+3
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex1-1/+1
2006-07-24- Adjusted skill_castfix_sc so that Suffragium will get consumed even on inst...skotlex1-11/+7
2006-07-23- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ...skotlex1-1/+1
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex1-0/+1
2006-07-22- Removed some pc_equipitem code that was added earlier today that wasn't rea...skotlex1-10/+0
2006-07-21- battle_check_target will now tag homunculus as invalid target when the sour...skotlex1-1/+10