Age | Commit message (Expand) | Author | Files | Lines |
2006-02-15 | - Fixed the char servers to store correctly exp as uints. They are also cappe... | skotlex | 4 | -29/+41 |
2006-02-15 | - Made the warm skills BF_WEAPON type so that they may trigger effect cards. | skotlex | 10 | -162/+248 |
2006-02-15 | - Fixed @lvup commmand raising levels when you specify a negative value.. aga... | skotlex | 1 | -4/+4 |
2006-02-15 | - Fixed @lvup commmand raising levels when you specify a negative value... | skotlex | 2 | -1/+4 |
2006-02-15 | - Some cleaning of the slave moving code. | skotlex | 6 | -30/+32 |
2006-02-14 | * Part 1 of Gravitys "Zeny Inflation Control Update" | Poki#3 | 6 | -89/+105 |
2006-02-14 | Fixed ID's of Thief Bugs in mob_branch.txt to use the normal ones, and not th... | Poki#3 | 1 | -2/+2 |
2006-02-14 | - Removed the declaration of puchar and pchar from my_global.h which was prev... | skotlex | 2 | -2/+7 |
2006-02-14 | - Hiding cancels Close Confine. | skotlex | 8 | -858/+529 |
2006-02-14 | new st.Valentine event | Lupus | 3 | -0/+288 |
2006-02-13 | - Added battle config sc_def_rate which adjusts natural defense of characters... | skotlex | 6 | -5/+19 |
2006-02-13 | - Updated the eamobs spawnsets for Geffen 3, Juperos Lv1 and Glast Heim | skotlex | 4 | -34/+25 |
2006-02-13 | - Pet eggs won't be deleted upon selection for hatching, but on pet data retr... | skotlex | 4 | -5/+31 |
2006-02-13 | - Made the NPC_BREAK* skills attack skills again, their chance of equipment b... | skotlex | 4 | -49/+54 |
2006-02-13 | - Made Land Protector Block Hammerfall. | skotlex | 9 | -51/+87 |
2006-02-13 | - Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack. | skotlex | 9 | -38/+43 |
2006-02-13 | - Fixed SG_FUSION costing SP to deactivate. | skotlex | 4 | -10/+20 |
2006-02-13 | - NPC_POWERUP now gives +40% atk per level. | skotlex | 8 | -58/+64 |
2006-02-13 | Updated most mobs Summon Skills to use "OnSpawn" conditions. | Poki#3 | 4 | -195/+175 |
2006-02-13 | Fixed exp.txt for Baby Dancer, thanks to Gepard | Komurka | 2 | -22/+25 |
2006-02-13 | - Added CELL_CHKSTACK to check if a map cell is stacked (CELL_NOSTACK server ... | skotlex | 5 | -2/+34 |
2006-02-13 | - Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets... | skotlex | 6 | -142/+107 |
2006-02-12 | - Fixed error display when the exp table reads a value which is capped to UIN... | skotlex | 1 | -1/+1 |
2006-02-11 | mob db update(clock, enchanted peach tree) | Vicious | 2 | -2/+4 |
2006-02-11 | Valkyrie item fix, Sonic blow fix. | Vicious | 4 | -4/+7 |
2006-02-11 | - The status window now shows the addition of the damage of your both weapons... | skotlex | 3 | -8/+10 |
2006-02-11 | Removed #include <lcms.h> from irc.c, which caused compile errors. | Valaris | 2 | -1/+1 |
2006-02-10 | - Changed the server's default MAX_LEVEL capacity to 1000. | skotlex | 2 | -1/+2 |
2006-02-10 | - Lures won't be lost now when you use them on a non-mob. | skotlex | 2 | -7/+9 |
2006-02-10 | - Added pc_issit check to pc_can_move | skotlex | 4 | -7/+14 |
2006-02-10 | - Made the NPC_BREAK* skills no damage skills. Removed their code from the sk... | skotlex | 5 | -41/+40 |
2006-02-10 | - Weapon Repair update. Cost to 30SP, cast time to 7500, interruptable. | skotlex | 4 | -2/+6 |
2006-02-10 | - Modified map_searchrandfreecell to always do a check on a 9x9 area around t... | skotlex | 4 | -55/+28 |
2006-02-10 | - NPC_POWERUP gives now +20% attack per skill level. | skotlex | 2 | -2/+4 |
2006-02-10 | - Fixed setting setting SP_BASELEVEL | skotlex | 2 | -16/+11 |
2006-02-10 | - Added range checking to mob skill loading of permillage and delay. | skotlex | 3 | -6/+18 |
2006-02-10 | * Removed the conf sql code for now. Maybe will continue later with that pr... | Valaris | 6 | -473/+10 |
2006-02-09 | - Added function mob_respawn which makes a mob respawn on spot 3 seconds afte... | skotlex | 4 | -17/+48 |
2006-02-09 | - Added setting max_exp_gain_rate which caps how much exp you can get from a ... | skotlex | 5 | -3/+31 |
2006-02-09 | - pc_readdb will now cap experience required per level to UINT_MAX, it will w... | skotlex | 2 | -1/+15 |
2006-02-09 | - Changed the default of skill_delay_attack_enable to no. | skotlex | 5 | -3/+9 |
2006-02-09 | - Code rewrites in mob_damage and party_exp_even_share for correctly handling... | skotlex | 12 | -107/+136 |
2006-02-09 | SQL compile fix (Skotlex, check line 470 in charsave.c, I've added here rate ... | Komurka | 2 | -1/+6 |
2006-02-09 | fixed cube room quest | Lupus | 1 | -20/+23 |
2006-02-09 | fixed cube room quest, fixed new_hats_6 item id | Lupus | 2 | -3/+6 |
2006-02-08 | - Added battle config options: | skotlex | 7 | -27/+67 |
2006-02-08 | - Cleaned up and reorganized status_change_start. Now it also receives the su... | skotlex | 13 | -953/+897 |
2006-02-08 | - Modified exp2.txt to use the default official levels instead of 1000 | skotlex | 3 | -15/+20 |
2006-02-08 | - Modified battle_check_range to use check_range_bl rather than range_bl for ... | skotlex | 2 | -6/+5 |
2006-02-08 | * Added missing semicolons in the valentine's day event and disabled the Dog'... | Zephiris | 3 | -3/+4 |