Age | Commit message (Expand) | Author | Files | Lines |
2006-10-23 | - Double Casting will no longer fail when used. | skotlex | 1 | -10/+3 |
2006-10-23 | - Modified the meaning of the third column in the skill_require_db. Instead o... | skotlex | 1 | -2/+6 |
2006-10-21 | clif_fixpos -> clif_slide in HAMI_CASTLE code | blackhole89 | 1 | -2/+2 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 1 | -27/+22 |
2006-10-20 | - Added config setting "summon_flora_setting", which it you can decide now tw... | skotlex | 1 | -1/+2 |
2006-10-19 | - Corrected a compilation error. | skotlex | 1 | -2/+2 |
2006-10-19 | - Added the Monk combos to skill_castnodex so their delay is not decreased by... | skotlex | 1 | -60/+43 |
2006-10-16 | - Emergency call &16 (disable skill from nowarpto maps) will now NOT block Em... | skotlex | 1 | -1/+1 |
2006-10-16 | - Applied most of Mpeg's work on Ninja Skills. For information see: http://gp... | skotlex | 1 | -21/+28 |
2006-10-16 | - When reinvoking a combo-time, the previous combo time will be terminated. | skotlex | 1 | -2/+4 |
2006-10-13 | - Corrected Throw Arrow/Musical Strike's damage formula | skotlex | 1 | -6/+12 |
2006-10-06 | - Removed gm_all_skill_add_abra which was doing nothing anyway. | skotlex | 1 | -2/+6 |
2006-10-05 | - skill_blown will now trigger on-touch npcs on the landing tile. | skotlex | 1 | -0/+4 |
2006-10-04 | - Bowling bash now always hits twice regardless of situation. | skotlex | 1 | -8/+6 |
2006-10-03 | - Renamed setting delay_dependon_dex to delay_dependon_agi, the delay of skil... | skotlex | 1 | -7/+7 |
2006-10-02 | - Fixed the txt->sql converter only saving the very first character permanent... | skotlex | 1 | -1/+1 |
2006-10-02 | - Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off... | skotlex | 1 | -1/+1 |
2006-10-01 | homun skill exploit | Lupus | 1 | -1/+1 |
2006-09-30 | - Rewrote the txt->sql converter. It now links directly to the char server fi... | skotlex | 1 | -5/+5 |
2006-09-28 | - Merged the necessary changes to make the script engine support negative con... | skotlex | 1 | -11/+12 |
2006-09-27 | - Merged some splash changes from stable. Sharp-Shooting will now display a s... | skotlex | 1 | -3/+2 |
2006-09-26 | - Yet again messed with the packet sent during a splash attack, but this time... | skotlex | 1 | -19/+7 |
2006-09-26 | - Added function skill_dance_switch which handles converting overlapping song... | skotlex | 1 | -73/+89 |
2006-09-25 | - Added an ugly check so that Heal will display 0 when healing a berserked ch... | skotlex | 1 | -14/+16 |
2006-09-25 | - Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting... | skotlex | 1 | -1/+1 |
2006-09-24 | - When the code auto-guesses that a skill should require ammo, it will accept... | skotlex | 1 | -1/+1 |
2006-09-18 | - High-Jump is usable everywhere now, except that on maps where it previously... | skotlex | 1 | -16/+19 |
2006-09-18 | - Modified the Asura code (again), hopefully movement sprite issues are fixed... | skotlex | 1 | -4/+22 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 1 | -2/+2 |
2006-09-15 | - Reverted the Summon Flora change where all plants were being summoned in on... | skotlex | 1 | -33/+0 |
2006-09-15 | - Moved the weapon repair effect to where it belongs (after successfully repa... | skotlex | 1 | -3/+2 |
2006-09-15 | - Changed Extremity Fist's code to make you actually walk past your target, w... | skotlex | 1 | -21/+20 |
2006-09-14 | - Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh... | skotlex | 1 | -1/+3 |
2006-09-14 | - Fixed warmth skills draining SP of the target, not the caster. | skotlex | 1 | -1/+1 |
2006-09-14 | - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ... | skotlex | 1 | -2/+35 |
2006-09-14 | - Shadow Jump no longer goes over walls. | skotlex | 1 | -3/+2 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 1 | -2/+9 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 1 | -4/+2 |
2006-09-12 | Fixed 'range' might be used uninitialized warning | toms | 1 | -4/+3 |
2006-09-12 | - Baphomet splash damage will now hit nearby enemies regardless of flee (but ... | skotlex | 1 | -1/+1 |
2006-09-11 | - Added a comment explaining what a comment is to login/char/map config files... | skotlex | 1 | -4/+2 |
2006-09-11 | - Summoned and slave mobs won't show up on @showmobs anymore. | skotlex | 1 | -13/+16 |
2006-09-09 | - Moved perfect_hiding from state to special_state, so that it clears out whe... | skotlex | 1 | -3/+7 |
2006-09-08 | - Unified the rest and ganstar paradise code into a single function. | skotlex | 1 | -86/+52 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 1 | -44/+2 |
2006-09-07 | - Changed the default of sg_angel_skill_ratio to 10 based on recent informati... | skotlex | 1 | -2/+3 |
2006-09-07 | - Removed the Warmth "stacking" code. | skotlex | 1 | -13/+20 |
2006-09-05 | - Fixed dispell removing SC_NOCHAT | skotlex | 1 | -0/+1 |
2006-09-05 | - Small fix which should correct skill_attack damaging hidden characters when... | skotlex | 1 | -1/+2 |
2006-09-05 | - Fixed crash when using Adaptation during an Encore. | skotlex | 1 | -5/+5 |