summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-27* Simplified exp gain equations (now more FPU-friendly and precise), also fix...ultramage1-11/+2
2007-07-08* Fixed typo in 'deletearray' messing up the script engineultramage1-2/+8
2007-07-01Cleaned up some parts of the code.ultramage1-4/+3
2007-06-22* Changed behavior of some guild-related code (according to X.4 tests):ultramage1-3/+4
2007-06-04- Fixed the compilation problem from r10668ultramage1-32/+22
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-8/+11
2007-05-27Cleaned up a hack from r10112 (forward declaration does the trick)ultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-5/+9
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-2/+2
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-1/+0
2007-05-19Reformatting @_@ultramage1-237/+176
2007-05-05- imported the latest working grfio code from stableultramage1-1/+1
2007-05-05Fixed Red Pouch overriding nobranch mapflagPlaytester1-2/+2
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 th...skotlex1-3/+11
2007-04-21- Updated the autospell bonus scripts so you don't have to specify all the at...skotlex1-4/+11
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-4/+4
2007-04-18- Some more cleanups that should prevent the double-login issue even further.skotlex1-2/+2
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