summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-5/+29
2007-04-14- Corrected land protector's duration according to the descriptionsskotlex1-2/+2
2007-04-12- Added debug command @displayskill. Should be used only by people searching ...skotlex1-1/+14
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-08- Now when saving a character, only the cart/peco/falcon 'option' states are ...skotlex1-1/+3
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-7/+8
2007-04-01- Missing files X_X (followup to r10122)ultramage1-1/+1
2007-04-01- Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ...skotlex1-13/+5
2007-03-28- Corrected statp array not being long enough to actually hold the status poi...skotlex1-4/+12
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-7/+13
2007-03-22- Removed unused bIgnoreDefMob skotlex1-11/+7
2007-03-21- Cleaned up some the code of pc_equipitem and clif_parse_EquipItemskotlex1-26/+17
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-0/+4
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-4/+19
2007-03-13- @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now.skotlex1-0/+2
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex1-1/+2
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex1-2/+2
2007-03-02- Modified set_reg so that it returns whether it succeeded or not in setting ...skotlex1-15/+15
2007-02-27- Now when a player logs out while it's running an attached npctimer, OnTimer...skotlex1-10/+2
2007-02-25- You are allowed to expel guild mates that are not online now.skotlex1-0/+12
2007-02-23- Minor cleanupsskotlex1-3/+11
2007-02-23- Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag...skotlex1-10/+28
2007-02-13- A bit more work on Ticket #41.FlavioJS1-19/+17
2007-02-12- Corrected range of self destruction / bio explosion to be equal to their sp...skotlex1-1/+1
2007-02-12- Fixed the inverted behavior of display_skill_fail, caused by r9823ultramage1-1/+1
2007-02-08- Fixed a bunch of probably incorrect logical comparisons. skotlex1-1/+1
2007-02-07- Updated the range of BioExplosion and Self Destruction so they count as ran...skotlex1-24/+3
2007-02-07- Removed deprecated console code.FlavioJS1-5/+0
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-7/+10
2007-02-05- Fixed a duplicate warp name in Rachelskotlex1-0/+3
2007-02-02- Resetting skills will now automatically remove peco, falcon, cart and homun...skotlex1-2/+18
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-1/+0
2007-02-02Minor details (pdb file location, improved debug, npc typo)ultramage1-1/+1
2007-02-01- Corrected homunculus's aspd being halved after using some aspd adjusting sk...skotlex1-29/+33
2007-02-01- When when a party-member levels up, the level change is sent to the char-se...skotlex1-0/+3
2007-01-29- Corrected the homunculus deletion functions so that the homunculus is delet...skotlex1-0/+6
2007-01-28Some misc cleanups (typos, formatting, forgotten changelog entry etc)ultramage1-2/+2
2007-01-26- Fixed the normalizing function not sending first classes back to novice if ...skotlex1-4/+7
2007-01-24- Made the pc_deleteinvincibletimer function a define so it auto-checks for t...skotlex1-14/+6
2007-01-21Typo huntultramage1-2/+2
2007-01-17- Corrected atcommand @homstats so it shows the correct minimum/maximum possi...skotlex1-19/+20
2007-01-16- Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt...skotlex1-1/+3
2007-01-15- The NPC elemental attacks will display a skill animation again.skotlex1-9/+20
2007-01-15- Fixed Joint Beat's speed penalty.skotlex1-7/+13
2007-01-09- Changes to script buildin functions:FlavioJS1-33/+40
2007-01-07Undid the memset->malloc_set replacementultramage1-20/+20
2007-01-06- Fixed the weight icon dissapearing and reappearing when attacking. (introdu...FlavioJS1-19/+25
2007-01-03- Fixed FIFO defines in TURBO mode.FlavioJS1-6/+6
2007-01-03- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.ultramage1-21/+24
2006-12-31* Refer to http://www.eathena.ws/board/index.php?showtopic=130285FlavioJS1-20/+17