summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-11- Fixed clif_parse not checking for func_parse before sending data to the con...skotlex1-40/+84
2006-07-11- Coded @reset.skotlex1-23/+25
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-3/+4
2006-07-10- Corrected skill require entry from the Twilight Pharmacy skills.skotlex1-1/+1
2006-07-07- Removed the equip id from the clif_pet_equip packet as it is not used for a...skotlex1-2/+2
2006-07-07- Should have fixed clif_item_sub to properly store pet egg/armor data. There...skotlex1-10/+10
2006-07-07- Some cleaning of the Sage endow skills.skotlex1-1/+1
2006-07-07- Okay, added a chrif_save_ack packet to the char-server so now the map serve...skotlex1-10/+9
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex1-1/+1
2006-07-03- Fixed a compile warning in login sql/txtskotlex1-4/+4
2006-06-30- Small cleanup on Abracadabra.skotlex1-2/+10
2006-06-28- Corrected Musical Strike having a different damage equation from Throw Arrow.skotlex1-5/+10
2006-06-27- Cleaned up the IP sync code to...skotlex1-7/+20
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-6/+10
2006-06-26- Corrected unit id of desperado and Ground Drift using jA's info.skotlex1-15/+6
2006-06-26- Merged Mitternacht's max_heal/max_heal_lv config settings.skotlex1-22/+7
2006-06-26- Autospells will now again check for the skill's nk value, so that skills ta...skotlex1-1/+1
2006-06-24* [Optimized]: Lance1-3/+8
2006-06-23- Standarized PF_MEMORIZE to be 50% cast time on all skills (instead of -50% ...skotlex1-1/+1
2006-06-23* [Fixed]: Lance1-0/+1
2006-06-23- Guessed and added support for the packets 0x22a (idle) and 0x22b (spawn). T...skotlex1-20/+82
2006-06-22- Tested and fixed resolve_hostbyname.skotlex1-40/+31
2006-06-21- Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING real...skotlex1-5/+5
2006-06-19- Removed the mysterious array of two of char_dat (char/sql server), replaced...skotlex1-4/+3
2006-06-19Idiot RO client have inconsistent signed/unsigned shortsLance1-1/+1
2006-06-18* [Fixed]: Lance1-1/+1
2006-06-18* [Removed]: Lance1-5/+7
2006-06-17- Devotion absorbed damage will now appear to come from oneself (instead of t...skotlex1-1/+8
2006-06-17* [Added]: Lance1-1/+1
2006-06-17- Fixed the party HP packets to send max HP 10000 and scale HP accordingly wh...skotlex1-6/+21
2006-06-16- Merged Adam's patch to let the char-server handle validation of pet-name-ch...skotlex1-1/+1
2006-06-15- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...skotlex1-3/+4
2006-06-15- Fixed clif_send not sending packets to SELF when specifying AREA if the sou...skotlex1-3/+5
2006-06-13- Fixed a packet_ver error with the #defines in clif_spawn.skotlex1-5/+2
2006-06-13- Fixed compilation error on clif.cskotlex1-3/+3
2006-06-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7130 54...Lance1-1/+1
2006-06-13* [Fixed]: Lance1-4/+5
2006-06-13- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...skotlex1-3/+3
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ...skotlex1-31/+34
2006-06-12- Fixed a pair of missing initializers in the clif storage functions.skotlex1-2/+2
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it shou...skotlex1-388/+198
2006-06-12- Made guild member exp an unsigned int.skotlex1-16/+33
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-71/+68
2006-06-08- Cleaned clif_pvpset to not send the packet to nearby characters when the so...skotlex1-9/+5
2006-06-08- Fixed Sense using mdef instead of mdef2skotlex1-16/+25
2006-06-05- Cleaned up code for SC_MINDBREAKER.skotlex1-0/+1
2006-06-02- Corrected clif_parse_takeitem to ALWAYS return a NAK packet when it failsskotlex1-20/+26
2006-06-02git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6927 54...Lance1-1/+1
2006-06-02- Updated item_db.sql/mob_db.sql to current.skotlex1-2/+1
2006-06-01- Fixed being unable to unequip stuff while the storage is open.skotlex1-3/+0