summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-27minor fix; see Changelog-Trunk.txtblackhole891-1/+1
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-1/+1
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-17/+16
2006-12-22- Added support for the new "make new char" packet that has the rename button...skotlex1-1/+6
2006-12-20- Added an answer to a FlavioJS's comment, and added a question myself (npc.c...skotlex1-1/+2
2006-12-19- Fixed the setting hom_setting not being read at all.skotlex1-1/+0
2006-12-18- When walking into a Guild Dungeon your pvp_points will be set to 5 so you h...skotlex1-1/+5
2006-12-11- Spirit of Sin and Enchant Deadly Poison now stack.skotlex1-7/+7
2006-12-06- Fixed the compile error when trying to build the ladmin exe.skotlex1-3/+5
2006-12-05- The can log value now is "reset" when you die allowing you to respawn/quit ...skotlex1-0/+3
2006-12-05- Fixed sc data load failing when using charsave_method: 1skotlex1-1/+2
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-6/+13
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-2/+4
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-5/+6
2006-12-01- Fixed txt-converter compilation. skotlex1-7/+8
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex1-17/+11
2006-11-29- Some cleaning on the homunc speed calculating code, so that it correctly us...skotlex1-1/+1