summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-09-25- Merged FlavioJS's script patch which should fix stuff like "mes ();" causin...skotlex1-1/+9
2006-09-25- Fixed item group 35 (lottobox) in item_misc.txtskotlex1-1/+4
2006-09-25- Oops, fixed a pretty bad typo on the fix for #baselvupskotlex1-1/+1
2006-09-25- Fixed #baselevelup adding instead of substracting status points when used w...skotlex1-1/+3
2006-09-25- Removed config setting allow_atcommand_when_mute as it's no longer used (se...skotlex4-6/+0
2006-09-25- Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direct...skotlex1-13/+9
2006-09-25- Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting...skotlex2-16/+16
2006-09-24- When the code auto-guesses that a skill should require ammo, it will accept...skotlex1-1/+1
2006-09-22- Fixed a bug on "select" when skipping empty entries when the selected entry...skotlex1-1/+1
2006-09-21- Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo...skotlex1-4/+0
2006-09-20- A mob's HP is set temporarily to 0 before invoking it's on-death script, pr...skotlex2-14/+22
2006-09-20- Cleaned up some more party_sub_count, so that idle_no_share will also disab...skotlex1-4/+5
2006-09-20- Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was...skotlex2-3/+9
2006-09-20- Fixed nocommand mapflag causing the "you can't use commands on this map" me...skotlex2-18/+22
2006-09-19- Added support for skipping empty string menu entries for the select() comma...skotlex1-1/+6
2006-09-19- Corrected undisguise not working if you don't pass any parameters to it (wh...skotlex1-1/+1
2006-09-19- Fixed pc_set_hate_mob letting you place mobs on any of the three positions ...skotlex1-0/+2
2006-09-19- Made the report_Src function also report name of non-bl objects.skotlex7-36/+19
2006-09-19- Simplified the code for @storageskotlex2-12/+24
2006-09-19- Fixed Spider Web fire damage bonus.skotlex2-13/+12
2006-09-18- High-Jump is usable everywhere now, except that on maps where it previously...skotlex3-18/+25
2006-09-18- Moved the equipment/card resistances to status ailments outside of status_g...skotlex2-12/+15
2006-09-18- Modified the Asura code (again), hopefully movement sprite issues are fixed...skotlex2-5/+23
2006-09-18- Reloading scripts will no longer eliminate mobs with no respawn data. Watch...skotlex3-15/+13
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.skotlex4-13/+10
2006-09-16- Moved some speed adjustments in status_calc_pc to where they belong.skotlex1-8/+8
2006-09-16- Added monster_ai&256. When set, a monster will pick a random starting posit...skotlex1-2/+2
2006-09-16- Fixed the status change duration reduction equation was was totally wrong, ...skotlex1-1/+1
2006-09-15- Now mobs won't do a distance check to lose their target on every ai iterati...skotlex2-2/+2
2006-09-15- Reverted the Summon Flora change where all plants were being summoned in on...skotlex2-38/+0
2006-09-15- Moved the weapon repair effect to where it belongs (after successfully repa...skotlex1-3/+2
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex3-1/+21
2006-09-15- Changed Extremity Fist's code to make you actually walk past your target, w...skotlex1-21/+20
2006-09-15- Updated the item_db search functions so that when returning the dummy-item,...skotlex1-1/+5
2006-09-14- Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh...skotlex1-1/+3
2006-09-14- Fixed the can-act delay never being checked when requesting to use Homuncul...skotlex1-1/+2
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex3-4/+9
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex4-3/+57
2006-09-14- Shadow Jump no longer goes over walls.skotlex3-5/+3
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex7-24/+35
2006-09-13- SC_CHANGE cannot override itself anymore. This fixes being able to "recast"...skotlex1-0/+1
2006-09-13- Changed a bit the dnsbl lookup in the login servers to make it faster.skotlex1-104/+98
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex5-9/+15
2006-09-12- Moved the morph restrictions from skill_additional_effect to mob_class_chan...skotlex2-4/+12
2006-09-12Fixed 'range' might be used uninitialized warningtoms1-4/+3
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex5-13/+32
2006-09-12- Moved the packet_len variable in login.c to the login parse case, since it'...skotlex1-2/+4
2006-09-12- Baphomet splash damage will now hit nearby enemies regardless of flee (but ...skotlex2-1/+6
2006-09-11- CG_MOONLIT is no longer castable in WoE grounds.skotlex1-1/+1