Age | Commit message (Expand) | Author | Files | Lines |
2006-08-18 | - Made HLIF_HEAL a self skill that auto-selects target to caster's master. | skotlex | 1 | -6/+16 |
2006-08-17 | - Corrected map_random_dir algorithm | toms | 1 | -4/+3 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -10/+13 |
2006-08-14 | - Fixed script engine allowing scripts to set a player's zeny to negative val... | skotlex | 1 | -4/+4 |
2006-08-09 | Fixed homunc skill up bug | toms | 1 | -3/+3 |
2006-08-09 | - Adjusted some the dance/song/encore code so that the source of an ensemble ... | skotlex | 1 | -2/+2 |
2006-08-09 | - Trade requests will now fail when either character is unable to act (charac... | skotlex | 1 | -3/+10 |
2006-08-08 | - Removed config settings display_delay_skill_fail and display_snatcher_skill... | skotlex | 1 | -4/+9 |
2006-08-08 | - Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca... | skotlex | 1 | -1/+0 |
2006-08-05 | - Fixed a compile warning. | skotlex | 1 | -0/+3 |
2006-08-03 | - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p... | skotlex | 1 | -1/+1 |
2006-08-03 | - Corrected clif.c sending the raw mdef2 value to the client instead of first... | skotlex | 1 | -2/+2 |
2006-08-02 | Code cleanup & optimization on guild part of char-server | toms | 1 | -9/+9 |
2006-08-02 | - Updated battle_check_target so that all alchemist summoned mobs can be targ... | skotlex | 1 | -6/+5 |
2006-08-01 | - Modified Self Destruction, so that Marine Spheres in non-versus maps will h... | skotlex | 1 | -0/+25 |
2006-07-31 | Merged mpeg's fix on ninja skills | toms | 1 | -3/+3 |
2006-07-31 | - Changed the variable message in parsing normal text from unsigned char to c... | 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-27 | - Added config setting "party_hp_mode" (battle/party.conf) which determines m... | skotlex | 1 | -0/+2 |
2006-07-27 | - Fixed packet 0x22a having the manner and opt3 packets in inverted offsets. | skotlex | 1 | -8/+12 |
2006-07-26 | - Enabled changing of equipment while stunned/asleep/petrified/etc | skotlex | 1 | -3/+3 |
2006-07-24 | Random Homunculus cleanup | DracoRPG | 1 | -59/+34 |
2006-07-21 | - Corrected the @follow timer not being deleted on logout. | skotlex | 1 | -1/+3 |
2006-07-21 | - Small bug fixes found during merging to stable process, includes correct HP... | skotlex | 1 | -2/+2 |
2006-07-20 | - Added a skill_unit_db entry for NJ_HYOUSYOURAKU, thanks to Eus for the data. | skotlex | 1 | -5/+8 |
2006-07-19 | - Corrected Trim chars to block 'enter', as explained by the Ultra mage. | skotlex | 1 | -6/+6 |
2006-07-18 | - Added atcommand @partyoption, lets you alter the party item-distribution ty... | skotlex | 1 | -1/+11 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 1 | -52/+81 |
2006-07-17 | Skill lv up fix | DracoRPG | 1 | -14/+0 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -80/+217 |
2006-07-11 | - Fixed clif_parse not checking for func_parse before sending data to the con... | skotlex | 1 | -40/+84 |
2006-07-11 | - Coded @reset. | skotlex | 1 | -23/+25 |
2006-07-10 | - Added login-char packet 0x2737. Sets all characters offline (login-server s... | skotlex | 1 | -3/+4 |
2006-07-10 | - Corrected skill require entry from the Twilight Pharmacy skills. | skotlex | 1 | -1/+1 |
2006-07-07 | - Removed the equip id from the clif_pet_equip packet as it is not used for a... | skotlex | 1 | -2/+2 |
2006-07-07 | - Should have fixed clif_item_sub to properly store pet egg/armor data. There... | skotlex | 1 | -10/+10 |
2006-07-07 | - Some cleaning of the Sage endow skills. | skotlex | 1 | -1/+1 |
2006-07-07 | - Okay, added a chrif_save_ack packet to the char-server so now the map serve... | skotlex | 1 | -10/+9 |
2006-07-06 | - Rewrote all the item restriction functions so that they will take into acco... | skotlex | 1 | -1/+1 |
2006-07-03 | - Fixed a compile warning in login sql/txt | skotlex | 1 | -4/+4 |
2006-06-30 | - Small cleanup on Abracadabra. | skotlex | 1 | -2/+10 |
2006-06-28 | - Corrected Musical Strike having a different damage equation from Throw Arrow. | skotlex | 1 | -5/+10 |
2006-06-27 | - Cleaned up the IP sync code to... | skotlex | 1 | -7/+20 |
2006-06-27 | - Fixed indentation on int_pet.c (how did it got messed up?) | skotlex | 1 | -6/+10 |
2006-06-26 | - Corrected unit id of desperado and Ground Drift using jA's info. | skotlex | 1 | -15/+6 |
2006-06-26 | - Merged Mitternacht's max_heal/max_heal_lv config settings. | skotlex | 1 | -22/+7 |
2006-06-26 | - Autospells will now again check for the skill's nk value, so that skills ta... | skotlex | 1 | -1/+1 |
2006-06-24 | * [Optimized]: | Lance | 1 | -3/+8 |
2006-06-23 | - Standarized PF_MEMORIZE to be 50% cast time on all skills (instead of -50% ... | skotlex | 1 | -1/+1 |
2006-06-23 | * [Fixed]: | Lance | 1 | -0/+1 |