summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex1-1/+18
2006-09-14- Fixed the can-act delay never being checked when requesting to use Homuncul...skotlex1-1/+2
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex1-1/+1
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex1-4/+4
2006-09-11- Added a comment explaining what a comment is to login/char/map config files...skotlex1-3/+4
2006-09-08- Unified the rest and ganstar paradise code into a single function.skotlex1-9/+2
2006-09-08- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.skotlex1-2/+2
2006-09-08- Fixed alliance/opposition making not cancelling out map-server-side when th...skotlex1-1/+1
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex1-6/+14
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which...skotlex1-6/+15
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex1-31/+32
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