summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-08- Some cleaning of the Gospel code.skotlex1-1/+25
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-2/+4
2006-11-07- Added a check to prevent casting ground skills on a target and vice-versa w...skotlex1-7/+12
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-18/+35
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-5/+6
2006-11-06modified src/map/clif.cLance1-1/+2
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex1-37/+37
2006-10-25- Cleaned up some more the event dequeue code, it will no longer clear out th...skotlex1-1/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-57/+47
2006-10-16- Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon attack...skotlex1-1/+0
2006-10-14Homun info window to display crit valueVicious1-1/+1
2006-10-06- Disabling status abnormalities will now reset a mob's target.skotlex1-9/+1
2006-10-06- Now you can trade while in a chatroom.skotlex1-3/+3
2006-10-04- Bowling bash now always hits twice regardless of situation.skotlex1-2/+9
2006-10-03- Reverted declaration of run_script to normal since it appears there's no lo...skotlex1-4/+5
2006-09-25- Disabled again client-self-muting since it's causing too much trouble.skotlex1-29/+8
2006-09-25- Removed config setting allow_atcommand_when_mute as it's no longer used (se...skotlex1-1/+0
2006-09-25- Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direct...skotlex1-13/+9
2006-09-20- Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was...skotlex1-0/+2
2006-09-19- Made the report_Src function also report name of non-bl objects.skotlex1-25/+3
2006-09-19- Simplified the code for @storageskotlex1-2/+22
2006-09-19- Fixed Spider Web fire damage bonus.skotlex1-11/+10
2006-09-18- Reloading scripts will no longer eliminate mobs with no respawn data. Watch...skotlex1-1/+5
2006-09-18- Reenabled client requesting to self mute, as the whole knockback packet iss...skotlex1-4/+2
2006-09-17- Fixed NPC_INVISIBLE's cloak ending after attacking once.skotlex1-9/+0
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