summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-05- Fixed a compile warning.skotlex1-0/+3
2006-08-03- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...skotlex1-1/+1
2006-08-03- Corrected clif.c sending the raw mdef2 value to the client instead of first...skotlex1-2/+2
2006-08-02Code cleanup & optimization on guild part of char-servertoms1-9/+9
2006-08-02- Updated battle_check_target so that all alchemist summoned mobs can be targ...skotlex1-6/+5
2006-08-01- Modified Self Destruction, so that Marine Spheres in non-versus maps will h...skotlex1-0/+25
2006-07-31Merged mpeg's fix on ninja skillstoms1-3/+3
2006-07-31- Changed the variable message in parsing normal text from unsigned char to c...skotlex1-1/+1
2006-07-27- Changed npc_click declaration to receive an npc structure rather than a gen...skotlex1-1/+1
2006-07-27- Added config setting "party_hp_mode" (battle/party.conf) which determines m...skotlex1-0/+2
2006-07-27- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.skotlex1-8/+12
2006-07-26- Enabled changing of equipment while stunned/asleep/petrified/etcskotlex1-3/+3
2006-07-24Random Homunculus cleanupDracoRPG1-59/+34
2006-07-21- Corrected the @follow timer not being deleted on logout.skotlex1-1/+3
2006-07-21- Small bug fixes found during merging to stable process, includes correct HP...skotlex1-2/+2
2006-07-20- Added a skill_unit_db entry for NJ_HYOUSYOURAKU, thanks to Eus for the data.skotlex1-5/+8
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-6/+6
2006-07-18- Added atcommand @partyoption, lets you alter the party item-distribution ty...skotlex1-1/+11
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-52/+81
2006-07-17Skill lv up fixDracoRPG1-14/+0
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-80/+217
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