summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-03-10- Increased the range for unlocking out of Close confine.skotlex1-1/+3
2006-03-10- Added a few dummy times in skill_cast_db for some GS skills.skotlex2-7/+8
2006-03-10- Changed div behaviour. Skills with div above zero will get their total dama...skotlex1-39/+46
2006-03-10GS_MAGICALBULLET implementation: declaring variables after case: without defi...blackhole891-3/+5
2006-03-10missing } near line 449blackhole891-0/+1
2006-03-10some ninja/gs workVicious3-8/+33
2006-03-10- Cleaned-up the random item reading routine. Fixed a overflow bug when one o...skotlex1-16/+31
2006-03-10* Fixed a variable loopback problem on NPC shop price checking routine.Lance1-1/+1
2006-03-10- Fixed a memory overwrite crash on pc_readdb, thanks to foobar.skotlex3-12/+14
2006-03-10- Fixed the linked bard/dancer skills toggling with each call to pc_calc_statusskotlex1-10/+0
2006-03-09- Fixed a bug in the pc_skillreset function.skotlex1-0/+1
2006-03-09- Some small cleanups in mob_read_mobavail (or however it is named)skotlex1-3/+3
2006-03-09fixing max_weapon_sizeVicious2-12/+12
2006-03-09MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weap...blackhole891-5/+5
2006-03-09only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia...blackhole892-3/+7
2006-03-09- Now you can't raise levels on an acquired skill when that skill is currentl...skotlex1-13/+16
2006-03-09- Made Magic Crasher a BF_WEAPON attack.skotlex3-27/+19
2006-03-09more ninja/gs updateVicious4-18/+49
2006-03-09There go the status icons.blackhole892-5/+13
2006-03-09- Moved a bunch of sc_effects that should be cancelled on hit from mob_damage...skotlex4-26/+17
2006-03-09- Fixed stun's duration not getting reduced by vit + luk/3skotlex1-2/+2
2006-03-09- Fixed #itemlist not taking into consideration crafted/forged items and pet ...skotlex1-7/+24
2006-03-09partial SC work. it doesn't break, but it doesn't work either.Vicious3-19/+78
2006-03-09* included MAX_WEAPON_SIZE for flexible weapon typesVicious4-45/+63
2006-03-09- Fixed a bug that was making the no_spawn_on_player setting useless.skotlex4-8/+10
2006-03-09more skill fix.Vicious3-16/+84
2006-03-08Some more skill fix.Vicious2-2/+30
2006-03-08-pc_jobid2mapid and pc_mapid2jobid now return int, and will return -1 when th...skotlex2-64/+74
2006-03-08- Mobs will now chase you even if you hit them from outside their range of view.skotlex1-7/+13
2006-03-08- Fixed item disappearing from the floor when you attempted to pick it up and...skotlex1-1/+1
2006-03-08nj/gs skill updateVicious1-60/+50
2006-03-08- Items now store the top MAX_SEARCH drops from mobs and lists them through t...skotlex4-6/+85
2006-03-08some skill check conditionVicious1-3/+79
2006-03-08- Added functions mobdb_searchname_array and itemdb_searchname_array which re...skotlex7-80/+163
2006-03-08fixed compile issue. fixed ninja issues.Vicious2-4/+1
2006-03-08some NJ/GS fix.Vicious3-3/+113
2006-03-08@job ninja/gs.Vicious3-140/+150
2006-03-07work jobchange. WORK! T_TVicious1-0/+5
2006-03-07some random battle.c edit. /hoVicious1-1/+59
2006-03-07mapid of ninja/gsVicious1-0/+2
2006-03-07- Added a check that forces self skills to cast on yourself in skill_use_idskotlex3-48/+22
2006-03-07more ground work for ninja/GSVicious2-8/+99
2006-03-07git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5496 54...blackhole891-2/+3
2006-03-07- Some overflow protections on calculation of max hp. Now when max hp becomes...skotlex1-4/+13
2006-03-07@job ninja/gunslinger. you need latest exeVicious1-0/+3
2006-03-07- skill_blown flag&0x40000 now knocks back in a random direction.skotlex2-1/+12
2006-03-07- Some code-speedups on reading the skill-requirements in skill_check_condition.skotlex1-11/+20
2006-03-07- Some corrections due to the guild skill position change.skotlex6-60/+58
2006-03-06- Fixed npc_event doing a map-check when the npc is not on any map.skotlex1-1/+1
2006-03-06- Fixed a debug message showing up on skill castend nodamage id when using a ...skotlex6-6/+16