Age | Commit message (Expand) | Author | Files | Lines |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -39/+26 |
2007-05-11 | Re-phrased the attacker flee/def penalty config descs | ultramage | 1 | -10/+10 |
2007-04-24 | - NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ... | skotlex | 1 | -2/+6 |
2007-04-23 | - Updated the skill_db, some mob skills seem to be better to a range of -9 th... | skotlex | 1 | -4/+3 |
2007-04-23 | - Fixed a compilation problem with the pid plugin | ultramage | 1 | -1/+1 |
2007-04-21 | - Removed the +25% mdef, -50% def effect from Freeze status | ultramage | 1 | -5/+4 |
2007-04-15 | - Fixed battle_getenemy picking dead characters. | skotlex | 1 | -23/+23 |
2007-04-10 | - Modified status_get_sc_def to handle both rate and tick reductions. This wa... | skotlex | 1 | -2/+2 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -3/+4 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 1 | -22/+2 |
2007-04-02 | - Re-fixed the attack_attr_none setting x_X | skotlex | 1 | -2/+2 |
2007-04-02 | - Corrected the login TXT server not initializing the waiting_disconnect vari... | skotlex | 1 | -1/+1 |
2007-03-30 | - Corrected damage of non-player casted Cart Revolution | skotlex | 1 | -1/+1 |
2007-03-27 | - Moved coma to skill_additional_effect, added special_state.bonus_coma to pr... | skotlex | 1 | -14/+5 |
2007-03-22 | - Removed unused bIgnoreDefMob | skotlex | 1 | -6/+4 |
2007-03-20 | - Removed Magic Rod's cast bar. | skotlex | 1 | -0/+1 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -23/+24 |
2007-03-19 | - Rewrote the jail logic to always use a status change. This means that the c... | skotlex | 1 | -11/+21 |
2007-03-14 | - Corrected party item share settings not being properly updated on logon. | skotlex | 1 | -1/+1 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -2/+2 |
2007-03-06 | - Corrected the define for NK no cardfix (def). | skotlex | 1 | -1/+1 |
2007-03-05 | - Added NK value 0x80: ignore target's cards (0x8 will now only ignore attack... | skotlex | 1 | -12/+16 |
2007-03-05 | - Soul Breaker no longer ignores elemental adjustments. | skotlex | 1 | -4/+2 |
2007-03-04 | - Added the +20hit that were missing the NPC elemental attack skills. | skotlex | 1 | -3/+10 |
2007-03-02 | - Modified set_reg so that it returns whether it succeeded or not in setting ... | skotlex | 1 | -75/+56 |
2007-02-26 | - NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on... | skotlex | 1 | -1/+2 |
2007-02-25 | - You are allowed to expel guild mates that are not online now. | skotlex | 1 | -3/+1 |
2007-02-24 | Fixed a typo in r9906 (C language restriction) | ultramage | 1 | -1/+1 |
2007-02-23 | - The NK value of the skill_db has been made a hexadecimal value, and expande... | skotlex | 1 | -143/+48 |
2007-02-23 | - Minor cleanups | skotlex | 1 | -1/+5 |
2007-02-23 | - Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag... | skotlex | 1 | -1/+1 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -15/+2 |
2007-02-13 | - Required Weapon, ammo, and skill state are now only checked on begin castin... | skotlex | 1 | -8/+4 |
2007-02-09 | - Fixed skill range considerations using skill_get_range rather than skill_ge... | skotlex | 1 | -3/+3 |
2007-02-07 | - Updated the range of BioExplosion and Self Destruction so they count as ran... | skotlex | 1 | -3/+3 |
2007-02-05 | - Updated the code so that now a range of a skill is determined by the skill'... | skotlex | 1 | -64/+38 |
2007-02-01 | - Added support for mob skill target 'randomtarget', when specified, it will ... | skotlex | 1 | -3/+35 |
2007-01-30 | - Corrected char deletion not working (column is called homun_id, not hom_id...) | skotlex | 1 | -9/+1 |
2007-01-27 | Removed useless read-from-GRF features | DracoRPG | 1 | -12/+0 |
2007-01-27 | - Moved the pet rename code from int_pet.c to inter.c and normalized it so it... | skotlex | 1 | -3/+5 |
2007-01-24 | - Also fixed the battle config setting guild castle defense :x | skotlex | 1 | -1/+1 |
2007-01-24 | - Cleaned up some more the Joint Beat implementation, so the status don't tak... | skotlex | 1 | -5/+4 |
2007-01-23 | - Moved the homunculus setting from pet.conf to homunc.conf | skotlex | 1 | -1/+1 |
2007-01-22 | - Reverted the battle_calc_return_damage code as the previous one was correct... | skotlex | 1 | -4/+3 |
2007-01-15 | - Fixed Joint Beat's speed penalty. | skotlex | 1 | -1/+1 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -8/+8 |
2007-01-03 | - Now the server will by default perform symmetric adding of friends | ultramage | 1 | -1/+1 |
2007-01-03 | - JK_JOINTBEAT as described in: | FlavioJS | 1 | -16/+17 |
2007-01-03 | - Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements. | ultramage | 1 | -1/+1 |
2007-01-02 | - Fixed SC_JOINTBEAT not doing crit damage for the Neck Break ailment. | FlavioJS | 1 | -4/+4 |