Age | Commit message (Expand) | Author | Files | Lines |
2006-08-08 | - Casting Kaensin will clear out Suiton and viceversa now. | skotlex | 1 | -10/+4 |
2006-08-08 | - Removed config settings display_delay_skill_fail and display_snatcher_skill... | skotlex | 1 | -2/+2 |
2006-08-08 | - Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca... | skotlex | 1 | -47/+37 |
2006-08-08 | - Changed define EQP_WEAPON to specify only the right-hand weapon, added defi... | skotlex | 1 | -2/+2 |
2006-08-07 | - Cleaned up the Asura code so that when the skill fails your SP/Spheres/Fury... | skotlex | 1 | -10/+33 |
2006-08-07 | - Fixed Venom Splasher doing half-damage instead of full-damage to the "explo... | skotlex | 1 | -1/+1 |
2006-08-07 | - Removed the setting of blow-count to 0 when the target is a boss on the bat... | skotlex | 1 | -2/+4 |
2006-08-07 | - Cleaned some of mpeg's updated work. | skotlex | 1 | -28/+39 |
2006-08-07 | - Some code cleaning in status.c | skotlex | 1 | -0/+1 |
2006-08-07 | mpeg's ninja work | Vicious | 1 | -121/+67 |
2006-08-07 | - Adjusted Battle_check_target so that alchemist summoned mobs are targetted ... | skotlex | 1 | -11/+21 |
2006-08-04 | - Removed settings enemy_critical_rate, homun_critical_rate. Added settings e... | skotlex | 1 | -2/+7 |
2006-08-04 | - Some minor code cleanups. | skotlex | 1 | -24/+2 |
2006-08-04 | - Hide/Chasewalk will again stop screaming skill name (I guess displaying the... | skotlex | 1 | -1/+1 |
2006-08-03 | - Reverted the previous change, chasewalk has no icon, only the str-bonus has... | skotlex | 1 | -1/+1 |
2006-08-03 | - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p... | skotlex | 1 | -6/+6 |
2006-08-03 | - Some adjustments so that the last-skill-used will be correctly cleared when... | skotlex | 1 | -3/+3 |
2006-08-03 | Cooking fix | DracoRPG | 1 | -1/+1 |
2006-08-03 | - Cleaned up the last NJ update code. | skotlex | 1 | -15/+10 |
2006-08-03 | - Moved Full Buster blind penalty to skill_counter_additional_effect | skotlex | 1 | -3/+3 |
2006-08-02 | - Fixed failing to create Deadly Poison Bottles damaging 50% of your max life... | skotlex | 1 | -2/+2 |
2006-08-02 | Little add on NJ_HUUMA | toms | 1 | -0/+9 |
2006-08-02 | Merged Mpeg's work on Ninja skills | toms | 1 | -4/+24 |
2006-08-02 | - Recoded the GuildAura code to use val3 & val4, allowing much greater stat b... | skotlex | 1 | -14/+13 |
2006-08-02 | - Updated battle_check_target so that all alchemist summoned mobs can be targ... | skotlex | 1 | -12/+17 |
2006-08-02 | - Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be knock... | skotlex | 1 | -2/+7 |
2006-08-01 | - Made Deluge/volcano/v. gale be castable on top of each other again | skotlex | 1 | -34/+47 |
2006-08-01 | - Should have fixed the cooking sets not displaying all cooking available items. | skotlex | 1 | -1/+1 |
2006-08-01 | - Figured out and fixed the issue with Volcano/Deluge/Violent Gale not really... | skotlex | 1 | -2/+1 |
2006-08-01 | - Modified Self Destruction, so that Marine Spheres in non-versus maps will h... | skotlex | 1 | -1/+4 |
2006-08-01 | - Added the missing lines to enable script command "kickwaitingroomall" | skotlex | 1 | -3/+6 |
2006-08-01 | - Updated Poison React chance to counter and number of counters as per skill ... | skotlex | 1 | -1/+1 |
2006-08-01 | - Fixed NPC_STOP id value in skill_cast_db | skotlex | 1 | -3/+4 |
2006-07-31 | Merged mpeg's fix on ninja skills | toms | 1 | -2/+11 |
2006-07-31 | - Removed incorrect "Waterball range+1 when standing on suiton" feature. | skotlex | 1 | -2/+0 |
2006-07-31 | - NPC_INVISIBLE will now use Cloaking of a level +9 of the used skill level, ... | skotlex | 1 | -2/+3 |
2006-07-30 | - Mob casted Sanctuary will no longer always heal it's targets regardless of ... | skotlex | 1 | -3/+2 |
2006-07-30 | Merged mpeg's fix on ninja skills and SA_VOLCANO,SA_DELUGE,SA_VIOLENTGALE | toms | 1 | -3/+19 |
2006-07-30 | GS Skill updates/fixes | Vicious | 1 | -1/+1 |
2006-07-29 | - Made the SQL ping interval default to 7 hours. | skotlex | 1 | -0/+5 |
2006-07-29 | - offensive heal/sanctuary will only happen when the source of the heal is a ... | skotlex | 1 | -326/+266 |
2006-07-28 | - Some cleaning in the order of cases in castend damage id. | skotlex | 1 | -13/+10 |
2006-07-28 | - Self destruction will now hit all characters in range, not just enemies. | skotlex | 1 | -1/+2 |
2006-07-28 | - Cleaned up the NJ update code. | skotlex | 1 | -105/+22 |
2006-07-28 | - Some cleaning of battle_drain, Evil Druid card should work now. | skotlex | 1 | -4/+2 |
2006-07-28 | Fixed : - "uninitialized local variable 'i' used" in skill.c | toms | 1 | -8/+6 |
2006-07-28 | Fixed duplicate case value on NJ_SUITON | toms | 1 | -1/+0 |
2006-07-28 | Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro... | Vicious | 1 | -15/+108 |
2006-07-27 | - Added config setting party_update_interval so you can specify how often the... | skotlex | 1 | -100/+75 |
2006-07-27 | - Now when you set the guardian's HP, if the guardian is spawned, it's HP wil... | skotlex | 1 | -3/+2 |