Age | Commit message (Expand) | Author | Files | Lines |
2006-03-15 | - Fixed a possible crash in Venom Splasher if the countdown is too high. | skotlex | 3 | -3/+5 |
2006-03-14 | - Fixed skill_notok blocking guild skills | skotlex | 4 | -24/+18 |
2006-03-14 | - Fixed the average_lv column size specification. Thanks to Joshuaali (upgrad... | skotlex | 3 | -3/+6 |
2006-03-14 | - Updated @rura/@warp. Now you can use both "@warp mapname x y" and "@warp ma... | LuzZza | 3 | -4/+46 |
2006-03-14 | - Fixed WZ_WATERBALL + HW_MAGICPOWER | skotlex | 3 | -11/+10 |
2006-03-14 | - Some small cleanups of how @reloadscript works. | skotlex | 2 | -5/+4 |
2006-03-14 | - Fixed incorrect range check in autospell2 triggers. | skotlex | 10 | -146/+109 |
2006-03-14 | - Status_check_skilluse again does the status_isdead check, but only on non-s... | skotlex | 3 | -5/+15 |
2006-03-14 | - Fixed player auto-attack not cancelling when dead. | skotlex | 3 | -12/+6 |
2006-03-13 | - Changed the mode of the crystals to 193 (can move, can attack, plants) | skotlex | 2 | -4/+6 |
2006-03-13 | - Finished some checks to make sure Land Protector Only blocks BF_MAGIC skill... | skotlex | 2 | -6/+6 |
2006-03-13 | - Fixed script command warpparty looking for an attached player even when it ... | skotlex | 2 | -29/+25 |
2006-03-13 | - HW_GRAVITATION now ignores elemental modifiers. | skotlex | 1 | -1/+4 |
2006-03-13 | - Updated the jobmaster custom script to properly use Job_* constants rather ... | skotlex | 2 | -76/+98 |
2006-03-13 | - Shield Reflect is now passed through Devotion as well. | skotlex | 7 | -164/+177 |
2006-03-13 | - Added function battle_calc_gvg_damage for gvg related damage reductions. Fi... | skotlex | 3 | -48/+96 |
2006-03-13 | Added missing mob skills to G_HYDRA, G_PARASITE | Lupus | 2 | -0/+7 |
2006-03-13 | - Corrected char-server parameters so that the subnet config file is the thir... | skotlex | 11 | -20/+30 |
2006-03-12 | - Updated clone skill copy to consider combo-skills. | skotlex | 2 | -10/+22 |
2006-03-12 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5579 54... | Lupus | 3 | -32/+34 |
2006-03-12 | bah | MasterOfMuppets | 1 | -2233/+2052 |
2006-03-12 | Another eAAC update. | MasterOfMuppets | 1 | -2052/+2233 |
2006-03-12 | eAAC updates. | MasterOfMuppets | 6 | -1/+422 |
2006-03-12 | Added a weapon shop to Einbroch and adjusted the prices of some daggers, than... | MasterOfMuppets | 4 | -31/+36 |
2006-03-12 | nj/gs work by RockmanEXE and red_sun | Vicious | 3 | -14/+23 |
2006-03-11 | more ninja/gs work | Vicious | 4 | -10/+18 |
2006-03-11 | ipdated Mimc/MystCace cards. Update Thanatos Statues Quest. | Lupus | 4 | -9/+30 |
2006-03-10 | - Fixed mob-casted demonstration/quagmire being affected by the gvg_traps_all... | skotlex | 3 | -5/+6 |
2006-03-10 | - Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now. | skotlex | 3 | -66/+43 |
2006-03-10 | - Increased the range for unlocking out of Close confine. | skotlex | 2 | -7/+5 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 6 | -13/+21 |
2006-03-10 | - Changed div behaviour. Skills with div above zero will get their total dama... | skotlex | 4 | -49/+66 |
2006-03-10 | GS_MAGICALBULLET implementation: declaring variables after case: without defi... | blackhole89 | 1 | -3/+5 |
2006-03-10 | missing } near line 449 | blackhole89 | 1 | -0/+1 |
2006-03-10 | some ninja/gs work | Vicious | 3 | -8/+33 |
2006-03-10 | - Cleaned-up the random item reading routine. Fixed a overflow bug when one o... | skotlex | 2 | -16/+33 |
2006-03-10 | * Fixed a variable loopback problem on NPC shop price checking routine. | Lance | 2 | -1/+2 |
2006-03-10 | - Fixed a memory overwrite crash on pc_readdb, thanks to foobar. | skotlex | 5 | -13/+21 |
2006-03-10 | Doppel's drops fix Lance 1411 -> Lance 1410 [Lupus] | Lupus | 2 | -1/+2 |
2006-03-10 | g_giant_hornet now agressive | Lupus | 2 | -1/+3 |
2006-03-10 | added 3 shops | Lupus | 2 | -2/+11 |
2006-03-10 | minor typos, fixed Turtle island exploit | Lupus | 4 | -17/+16 |
2006-03-10 | - Fixed Valkyrie's shield script in item_db.sql | skotlex | 2 | -1/+2 |
2006-03-10 | - Fixed the linked bard/dancer skills toggling with each call to pc_calc_status | skotlex | 2 | -10/+2 |
2006-03-09 | - Fixed a bug in the pc_skillreset function. | skotlex | 2 | -0/+3 |
2006-03-09 | - Some small cleanups in mob_read_mobavail (or however it is named) | skotlex | 1 | -3/+3 |
2006-03-09 | fixing max_weapon_size | Vicious | 2 | -12/+12 |
2006-03-09 | MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weap... | blackhole89 | 2 | -5/+8 |
2006-03-09 | only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia... | blackhole89 | 3 | -3/+8 |
2006-03-09 | - Now you can't raise levels on an acquired skill when that skill is currentl... | skotlex | 2 | -13/+17 |