summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex13-381/+606
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex9-36/+62
2006-07-06- Added no_skill_delay setting, when set, affected object types will have the...skotlex3-2/+5
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex11-121/+143
2006-07-06- Fixed the auto-direction code which makes self-skills with ground units bec...skotlex3-9/+2
2006-07-05Updated NJ_KAENJIN by Saycyber21Vicious1-264/+278
2006-07-05- Merged some skill db data of NJ skills, thanks to RockmanEXEskotlex1-96/+73
2006-07-05- Updated @refine to take account of MAX_REFINE, thanks to Omega... GM Desig...skotlex1-25/+25
2006-07-05Fixed compile issue for NJ_BAKUENRYU, by Saycyber21.Vicious1-1/+6
2006-07-05Saycyber21's NJ workVicious2-2/+20
2006-07-04- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + 12*(...skotlex1-4/+16
2006-07-04- Added battle config setting emergency_recall, specifies behaviour of that s...skotlex3-0/+11
2006-07-04- Removed the NPC/Dance/Song inf2 check of AbraCadabra. whether a skill can c...skotlex1-1/+2
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up r...skotlex4-52/+123
2006-07-04- Added a check when joining a chat to make sure the target object is of type...skotlex1-1/+1
2006-07-04- Fixed code using i instead of id in a few instances when updating char/map ...skotlex2-2/+2
2006-07-04- Cleared up the bAutoSpellWhenHit description in doc/item_bonus.txtskotlex2-2/+7
2006-07-03- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...skotlex8-20/+16
2006-07-03- Warmth will dispel when warping now (or else the effect is left on the ground)skotlex3-6/+9
2006-07-03- Fixed a compile warning in login sql/txtskotlex8-7505/+7512
2006-06-30- Removed the check to prevent equipped items from being traded as pc_delitem...skotlex2-3/+2
2006-06-30- Added a check to prevent equipped items from being traded.skotlex1-0/+3
2006-06-30- Small cleanup on Abracadabra.skotlex4-23/+101
2006-06-30- Added mapflag "nochat" to prevent chatting rooms from being created.skotlex4-5/+23
2006-06-30- Moved item group enumeration from itemdb.h to map.hskotlex6-50/+57
2006-06-29- Made the map server send list of characters online to the char-server on re...skotlex2-3/+2
2006-06-29- Fixed guild storage being "eternally in use" if you quit/logout before clos...skotlex3-8/+11
2006-06-29- Some indentation corrections.skotlex3-5/+11
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7393 54...Lance1-2/+2
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7392 54...Lance1-4/+4
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7391 54...Lance1-1/+0
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7390 54...Lance1-3/+2
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7389 54...Lance1-1/+1
2006-06-29* [Fixed] Lance8-154/+185
2006-06-28- Added a check in script command "set_option" so that invoking "set_option(0...skotlex1-1/+4
2006-06-28- Added trade-range check on trade reply.skotlex1-1/+12
2006-06-28- Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with ...skotlex3-12/+9
2006-06-28- Cleaned up a bit the code for @itemskotlex8-67/+100
2006-06-28- Fixed a compile warning in the login txt/sql server.skotlex3-4/+6
2006-06-28- Corrected Musical Strike having a different damage equation from Throw Arrow.skotlex6-24/+27
2006-06-28- Map server will now resent the whole list of online characters to char-serv...skotlex1-0/+4
2006-06-27- Cleaned up the IP sync code to...skotlex8-137/+153
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex10-120/+157
2006-06-27- Corrected the element of hunter traps.skotlex3-13/+13
2006-06-26- Forgot to add Tatami Gaeshi's 3 sec block of ranged attacks.skotlex2-1/+5
2006-06-26- Corrected unit id of desperado and Ground Drift using jA's info.skotlex6-51/+80
2006-06-26- Merged Mitternacht's max_heal/max_heal_lv config settings.skotlex4-24/+18
2006-06-26- Autospells will now again check for the skill's nk value, so that skills ta...skotlex3-6/+6
2006-06-26* [Added]: Lance1-0/+10
2006-06-24* [Optimized]: Lance7-17/+38