Age | Commit message (Expand) | Author | Files | Lines |
2006-08-04 | - Changed function itemdb_group to itemdb_group_bonus, it now calculates the ... | skotlex | 5 | -32/+42 |
2006-08-04 | - Removed settings enemy_critical_rate, homun_critical_rate. Added settings e... | skotlex | 7 | -80/+64 |
2006-08-04 | - Some minor code cleanups. | skotlex | 2 | -30/+8 |
2006-08-04 | - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o... | skotlex | 13 | -109/+60 |
2006-08-04 | - Hide/Chasewalk will again stop screaming skill name (I guess displaying the... | skotlex | 2 | -3/+6 |
2006-08-04 | Fixed warning:'type' might be used uninitialized in this function | toms | 1 | -1/+1 |
2006-08-03 | - Added a check to skip the experience share of characters who are dead or on... | skotlex | 1 | -0/+3 |
2006-08-03 | - Reverted the previous change, chasewalk has no icon, only the str-bonus has... | skotlex | 3 | -3/+4 |
2006-08-03 | - Readjusted the Chasewalk icon to be as it should be. | skotlex | 3 | -3/+6 |
2006-08-03 | - Changed the Battle-Orders icon to be the Strength Up icon (for Chasewalk's ... | skotlex | 2 | -3/+4 |
2006-08-03 | - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p... | skotlex | 10 | -74/+80 |
2006-08-03 | - Moved SI_CHASEWALK to 119 as concluded by LoneWolf | skotlex | 1 | -1/+2 |
2006-08-03 | - Corrected clif.c sending the raw mdef2 value to the client instead of first... | skotlex | 1 | -2/+2 |
2006-08-03 | - Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent overflow... | skotlex | 1 | -0/+4 |
2006-08-03 | - Fixed NPC_CRITICALSLASH not being considered as a Critical hit by the code. | skotlex | 1 | -0/+4 |
2006-08-03 | - Added RUDE_ATTACKED_COUNT so you can easily adjust how many rude-attacks sh... | skotlex | 2 | -6/+10 |
2006-08-03 | - Some adjustments so that the last-skill-used will be correctly cleared when... | skotlex | 1 | -3/+3 |
2006-08-03 | Fix a bug in atcommand_charspeed | toms | 1 | -1/+1 |
2006-08-03 | Cooking fix | DracoRPG | 1 | -1/+1 |
2006-08-03 | - Cleaned up the last NJ update code. | skotlex | 7 | -26/+72 |
2006-08-03 | Changed atoi to strtoul for guild-experience's field | toms | 1 | -1/+1 |
2006-08-03 | Fixed a bug in int_storage.c, temp array doesn't have the good size | toms | 1 | -1/+1 |
2006-08-03 | - Modified yet again SC_SILENCE after iRO tests from Entwined on IRC. Silence... | skotlex | 1 | -4/+5 |
2006-08-03 | - Updated the way SC_SILENCE works. From what I remember (from previous forum... | skotlex | 1 | -3/+2 |
2006-08-03 | - Moved Full Buster blind penalty to skill_counter_additional_effect | skotlex | 2 | -9/+9 |
2006-08-02 | - Added a check in the walking code when triggering skills. NPC_SELFDESTRUCTI... | skotlex | 1 | -3/+8 |
2006-08-02 | - Fixed a logic error on battle_get_master which was causing infinite loops..... | skotlex | 1 | -8/+8 |
2006-08-02 | Fixed homunculus error message | toms | 1 | -1/+1 |
2006-08-02 | - Rewrote pc_payzeny to not use doubles, it may more accurately prevent charg... | skotlex | 2 | -7/+9 |
2006-08-02 | - Fixed failing to create Deadly Poison Bottles damaging 50% of your max life... | skotlex | 2 | -3/+3 |
2006-08-02 | Little add on NJ_HUUMA | toms | 1 | -0/+9 |
2006-08-02 | Merged Mpeg's work on Ninja skills | toms | 4 | -16/+60 |
2006-08-02 | - Fixed char-txt compilation. | skotlex | 1 | -15/+15 |
2006-08-02 | - Fixed Martyr's Reckoning having a cap damage of 32k. | skotlex | 1 | -5/+3 |
2006-08-02 | - Fixed Defender Raising Walk speed instead of diminishing it. | skotlex | 2 | -8/+15 |
2006-08-02 | Code cleanup & optimization on guild part of char-server | toms | 6 | -337/+509 |
2006-08-02 | - Fixed script code data not being free'd if a player quits in the middle of ... | skotlex | 3 | -6/+21 |
2006-08-02 | - Made recursive master check the default (otherwise it messes skill -> pet -... | skotlex | 1 | -22/+7 |
2006-08-02 | - Recoded the GuildAura code to use val3 & val4, allowing much greater stat b... | skotlex | 4 | -30/+29 |
2006-08-02 | - Updated battle_check_target so that all alchemist summoned mobs can be targ... | skotlex | 10 | -100/+70 |
2006-08-02 | - Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be knock... | skotlex | 2 | -7/+9 |
2006-08-01 | - Made Deluge/volcano/v. gale be castable on top of each other again | skotlex | 4 | -40/+55 |
2006-08-01 | - Cleaned up some more the SC_JAILED code | skotlex | 3 | -45/+287 |
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 | 4 | -11/+84 |
2006-08-01 | - Added the missing lines to enable script command "kickwaitingroomall" | skotlex | 2 | -3/+8 |
2006-08-01 | - Modified setlabel so that the script engine barks when you are trying to u... | skotlex | 1 | -103/+37 |
2006-08-01 | - Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r... | skotlex | 2 | -7/+6 |
2006-08-01 | - Updated Poison React chance to counter and number of counters as per skill ... | skotlex | 3 | -5/+5 |