summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-31- Fixed @summon's delete timer being screwed up.skotlex1-1/+1
2006-08-28- The memory leak reports will now print out in the logs also the revision th...skotlex1-18/+3
2006-08-28- Fixed exp bonuses applying twice for the job-expskotlex1-1/+1
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-43/+43
2006-08-21- Removed config setting "muting_players", and expanded the manner_system con...skotlex1-21/+19
2006-08-20- Added clif_skill_fail for homunc to skill_castend_id & skill_castend_pos ('...toms1-1/+1
2006-08-20- Fixed some Homunc issues with HR servers (capping some values)toms1-2/+2
2006-08-19- Fixed @homlvup bug toms1-1/+1
2006-08-18- Made HLIF_HEAL a self skill that auto-selects target to caster's master.skotlex1-6/+16
2006-08-17- Corrected map_random_dir algorithmtoms1-4/+3
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-10/+13
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex1-4/+4
2006-08-09Fixed homunc skill up bugtoms1-3/+3
2006-08-09- Adjusted some the dance/song/encore code so that the source of an ensemble ...skotlex1-2/+2
2006-08-09- Trade requests will now fail when either character is unable to act (charac...skotlex1-3/+10
2006-08-08- Removed config settings display_delay_skill_fail and display_snatcher_skill...skotlex1-4/+9
2006-08-08- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...skotlex1-1/+0
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