summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-05* Removed my EXP limit as it did not do what it was supposed to [Codemaster]codemaster1-33/+19
2006-03-05- Fixed remove trap by updating the definition of INF_GROUND_SKILL (it should...skotlex2-4/+3
2006-03-05- Fixed animation of Redemptioskotlex1-1/+1
2006-03-05- Fixed a pair of missing map_freeblock_unlockskotlex5-41/+41
2006-03-05* Fixed easter.txt typo.Lance1-4/+6
2006-03-04- Fixed missing baby-dancer job in exp2.txtskotlex6-79/+71
2006-03-04- The rate passed to status_change_start must now be in 0->10000 range.skotlex11-471/+327
2006-03-03- Fixed crash on the NPC whisper system when the message's size was 1.skotlex1-2/+2
2006-03-03- Fixed compilation error on windowsskotlex3-8/+12
2006-03-03- Added a column in skill_cast_db for specifying can't walk delays.skotlex3-29/+28
2006-03-03- Added event 8 for mobspawns that should spawn with special ai set.skotlex4-5/+9
2006-03-03- Trick dead now ends on logoutskotlex8-14/+46
2006-03-03- Fixed typo in script.cLance1-11/+11
2006-03-03* IDE error.Lance3-44/+4
2006-03-03- Small fixes on mob_skill_useskotlex1-3/+9
2006-03-03- Added the skill-related variables to pet_data, removed the pet skill delay ...skotlex4-48/+27
2006-03-03- Fixed a stupid typo that disabled all pet support skills from ever triggeri...skotlex1-1/+1
2006-03-02- status_check_skilluse cleanup. Some status will only block skills when they...skotlex2-18/+27
2006-03-02- Hopefully fixed the compile error due to the mapregsql_handle...skotlex1-4/+4
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex4-15/+32