Age | Commit message (Expand) | Author | Files | Lines |
2006-03-13 | - Shield Reflect is now passed through Devotion as well. | skotlex | 1 | -1/+1 |
2006-03-13 | - Corrected char-server parameters so that the subnet config file is the thir... | skotlex | 1 | -1/+4 |
2006-03-12 | nj/gs work by RockmanEXE and red_sun | Vicious | 1 | -10/+18 |
2006-03-11 | more ninja/gs work | Vicious | 1 | -3/+3 |
2006-03-10 | - Fixed mob-casted demonstration/quagmire being affected by the gvg_traps_all... | skotlex | 1 | -1/+2 |
2006-03-10 | - Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now. | skotlex | 1 | -64/+38 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 1 | -6/+7 |
2006-03-10 | some ninja/gs work | Vicious | 1 | -1/+9 |
2006-03-10 | - Fixed a memory overwrite crash on pc_readdb, thanks to foobar. | skotlex | 1 | -9/+12 |
2006-03-09 | only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia... | blackhole89 | 1 | -1/+5 |
2006-03-09 | - Made Magic Crasher a BF_WEAPON attack. | skotlex | 1 | -25/+17 |
2006-03-09 | more ninja/gs update | Vicious | 1 | -10/+32 |
2006-03-09 | partial SC work. it doesn't break, but it doesn't work either. | Vicious | 1 | -15/+11 |
2006-03-09 | more skill fix. | Vicious | 1 | -16/+56 |
2006-03-08 | nj/gs skill update | Vicious | 1 | -60/+50 |
2006-03-08 | some skill check condition | Vicious | 1 | -3/+79 |
2006-03-08 | fixed compile issue. fixed ninja issues. | Vicious | 1 | -4/+0 |
2006-03-08 | some NJ/GS fix. | Vicious | 1 | -1/+106 |
2006-03-07 | - Added a check that forces self skills to cast on yourself in skill_use_id | skotlex | 1 | -46/+16 |
2006-03-07 | more ground work for ninja/GS | Vicious | 1 | -8/+53 |
2006-03-07 | - skill_blown flag&0x40000 now knocks back in a random direction. | skotlex | 1 | -1/+9 |
2006-03-07 | - Some code-speedups on reading the skill-requirements in skill_check_condition. | skotlex | 1 | -11/+20 |
2006-03-07 | - Some corrections due to the guild skill position change. | skotlex | 1 | -26/+31 |
2006-03-06 | - Fixed a debug message showing up on skill castend nodamage id when using a ... | skotlex | 1 | -2/+2 |
2006-03-05 | - Fixed remove trap by updating the definition of INF_GROUND_SKILL (it should... | skotlex | 1 | -2/+2 |
2006-03-05 | - Fixed animation of Redemptio | skotlex | 1 | -1/+1 |
2006-03-05 | - Fixed a pair of missing map_freeblock_unlock | skotlex | 1 | -20/+35 |
2006-03-04 | - Fixed missing baby-dancer job in exp2.txt | skotlex | 1 | -27/+25 |
2006-03-04 | - The rate passed to status_change_start must now be in 0->10000 range. | skotlex | 1 | -385/+278 |
2006-03-03 | - Fixed compilation error on windows | skotlex | 1 | -1/+1 |
2006-03-03 | - Added a column in skill_cast_db for specifying can't walk delays. | skotlex | 1 | -26/+25 |
2006-03-03 | - Added event 8 for mobspawns that should spawn with special ai set. | skotlex | 1 | -1/+1 |
2006-03-03 | - Trick dead now ends on logout | skotlex | 1 | -2/+2 |
2006-03-03 | - Added the skill-related variables to pet_data, removed the pet skill delay ... | skotlex | 1 | -11/+1 |
2006-03-02 | - status_check_skilluse cleanup. Some status will only block skills when they... | skotlex | 1 | -10/+9 |
2006-03-02 | - Some cleanup on mob_can_reach code to prevent unnecessary path-searching | skotlex | 1 | -1/+0 |
2006-03-02 | - Gospel no longer blocks item usage of whoever is in the area of effect. | skotlex | 1 | -20/+29 |
2006-03-01 | - Silence will only block skills when they have begun casting, not when the c... | skotlex | 1 | -5/+12 |
2006-03-01 | - Turn Undead and Offensive Resurrection should now work on undead players. | skotlex | 1 | -34/+25 |
2006-02-24 | - Fixed the CL_WHITE define, thanks to FlavioJS | skotlex | 1 | -4/+4 |
2006-02-24 | - Player-summoned mobs won't level up now. | skotlex | 1 | -30/+11 |
2006-02-23 | - Modified the way autospells stack to mimic official servers. Cards of the s... | skotlex | 1 | -0/+3 |
2006-02-22 | - Removed pc_break_equip, added function skill_break_equip which handles rate... | skotlex | 1 | -30/+98 |
2006-02-22 | - Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s... | skotlex | 1 | -1/+1 |
2006-02-21 | - Fixed all skills getting range 0.... (except close confine which got range ... | skotlex | 1 | -1/+1 |
2006-02-21 | - Some cleanup in skill.c, moved the icewall flag check to skill_notok. | skotlex | 1 | -24/+9 |
2006-02-21 | - Some fine-tuning of the warp portal code which prevents it from messing up ... | skotlex | 1 | -11/+20 |
2006-02-21 | - Oh yeah, made Super Novice explosion spirits trigger when the last phrase i... | skotlex | 1 | -1/+1 |
2006-02-20 | - Added back the char-sql server sending the GM list when the map server conn... | skotlex | 1 | -0/+2 |
2006-02-20 | - Close confine won't get the bonus range on cast as other skills do due to e... | skotlex | 1 | -1/+2 |