Age | Commit message (Expand) | Author | Files | Lines |
2006-08-04 | - Removed settings enemy_critical_rate, homun_critical_rate. Added settings e... | skotlex | 1 | -1/+3 |
2006-08-03 | - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p... | skotlex | 1 | -2/+2 |
2006-08-02 | - Added a check in the walking code when triggering skills. NPC_SELFDESTRUCTI... | skotlex | 1 | -3/+8 |
2006-08-02 | - Rewrote pc_payzeny to not use doubles, it may more accurately prevent charg... | skotlex | 1 | -2/+3 |
2006-08-02 | - Recoded the GuildAura code to use val3 & val4, allowing much greater stat b... | skotlex | 1 | -7/+7 |
2006-08-02 | - Updated battle_check_target so that all alchemist summoned mobs can be targ... | skotlex | 1 | -1/+1 |
2006-08-02 | - Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be knock... | skotlex | 1 | -5/+2 |
2006-08-01 | - Made Deluge/volcano/v. gale be castable on top of each other again | skotlex | 1 | -3/+6 |
2006-08-01 | - Modified Self Destruction, so that Marine Spheres in non-versus maps will h... | skotlex | 1 | -1/+26 |
2006-07-31 | Merged mpeg's fix on ninja skills | toms | 1 | -2/+2 |
2006-07-29 | - Some small bug fixes discovered while merging. | skotlex | 1 | -1/+1 |
2006-07-27 | - Changed npc_click declaration to receive an npc structure rather than a gen... | skotlex | 1 | -1/+1 |
2006-07-21 | - Corrected the @follow timer not being deleted on logout. | skotlex | 1 | -0/+3 |
2006-07-21 | - Now when the char-txt server does not finds a requested party, it will clea... | skotlex | 1 | -1/+3 |
2006-07-20 | - Corrected Cloaking level 1-2 not letting you move across walls. | skotlex | 1 | -3/+4 |
2006-07-18 | - Fixed a compile warning. Some minor format cleanups. | skotlex | 1 | -1/+1 |
2006-07-18 | - Corrected Venom splasher's splash damage | skotlex | 1 | -1/+2 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 1 | -8/+9 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -1/+23 |
2006-07-12 | - Resurrection will now silently fail when used on non-undead + not-dead char... | skotlex | 1 | -1/+2 |
2006-07-11 | - Added a clif_fixpos packet when a mob cancels walking due to using a idle/w... | skotlex | 1 | -3/+6 |
2006-07-11 | - Fixed the subele bonus (elemental reduction) being applied to the element o... | skotlex | 1 | -1/+3 |
2006-07-11 | - Corrected Frost Nova's splash range and Land Protector's cast range. Thanks... | skotlex | 1 | -1/+0 |
2006-07-08 | - Fixed mobinfo displaying exp as signed ints rather than unsigned. | skotlex | 1 | -1/+1 |
2006-07-03 | - Warmth will dispel when warping now (or else the effect is left on the ground) | skotlex | 1 | -0/+2 |
2006-06-30 | - Moved item group enumeration from itemdb.h to map.h | skotlex | 1 | -0/+1 |
2006-06-28 | - Cleaned up a bit the code for @item | skotlex | 1 | -6/+7 |
2006-06-23 | - Standarized PF_MEMORIZE to be 50% cast time on all skills (instead of -50% ... | skotlex | 1 | -12/+0 |
2006-06-20 | - Corrected the line terminator setting on the unit.* files as pointed out by... | skotlex | 1 | -1735/+1735 |
2006-06-20 | - Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling. | skotlex | 1 | -1/+2 |
2006-06-16 | * [Improved]: | Lance | 1 | -0/+9 |
2006-06-14 | - blocked again skill usage during marionette. | skotlex | 1 | -6/+1 |
2006-06-13 | - Marionette and Devotion will now check raw distance and ignore obstacles an... | skotlex | 1 | -0/+4 |
2006-06-12 | - Fixed npc_checknear's distance check returning the opposite of what it shou... | skotlex | 1 | -1/+1 |
2006-06-12 | - Made guild member exp an unsigned int. | skotlex | 1 | -1/+1 |
2006-06-07 | - Added config setting mob_npc_warp, when set to yes, enables mobs to be warp... | skotlex | 1 | -0/+3 |
2006-06-07 | - Removed char_nick2id from char-sql server as it's no longer needed. | skotlex | 1 | -2/+6 |
2006-06-05 | - Fog of Wall won't affect the caster now in any way. | skotlex | 1 | -3/+8 |
2006-06-02 | - Fixed a bug in unit_can_reach_bl which breaks path seeking when the target ... | skotlex | 1 | -3/+3 |
2006-06-01 | - SC_ORCISH will now be dispelled on logout (if debufF_on_logout is set) | skotlex | 1 | -0/+2 |
2006-05-30 | - Call Slave now invokes slaves on a 5x5 area around master. | skotlex | 1 | -0/+1 |
2006-05-30 | * [Added] | Lance | 1 | -1/+1 |
2006-05-30 | - Removed the on-die specific code from unit_remove_map and placed it on the ... | skotlex | 1 | -25/+3 |
2006-05-30 | - Small optimization in battle_check_target | skotlex | 1 | -3/+2 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -78/+54 |
2006-05-26 | * Patches to allow everything to work right. + 1 more sample script. | Lance | 1 | -2/+2 |
2006-05-26 | * Change scripting engine's NPC scope vars to dot (.) style. | Lance | 1 | -1/+0 |
2006-05-25 | * Fixed mob control commands. | Lance | 1 | -0/+2 |
2006-05-24 | - Merged item_db.sql from stable :B | skotlex | 1 | -1/+1 |
2006-05-08 | - Removed the fixpos packet sending when damaged. Aegis sends no such packet. | skotlex | 1 | -2/+2 |