summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 a bug on the last fix :Pskotlex3-11/+11
2006-03-04- Fixed subnet checking being broken in the login txt server.skotlex4-17/+17
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* Fixed character deletion working on SQL without an email address (Thanks to...Zephiris1-0/+1
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)skotlex7-24/+89
2006-03-02- Some cleanup on mob_can_reach code to prevent unnecessary path-searchingskotlex3-43/+56
2006-03-02- Applied Snufkin's patch to fix compilation on FreeBSD.skotlex3-2/+8
2006-03-02- Fixed mobs targetting themselves after using a support skill.skotlex1-3/+5
2006-03-02- Gospel no longer blocks item usage of whoever is in the area of effect.skotlex3-27/+44
2006-03-02- Fixed item pickup not picking anything unless you were in a party with item...skotlex3-11/+13
2006-03-02* Made it so players that are at the max level do not receive EXP. This makes...codemaster1-20/+34
2006-03-02* Mapregsql will now fully depend on mmysql_handle.Lance1-7/+7
2006-03-02* Optimized strcharinfo to use switch. Looks like Skot fixed the crash alread...Lance1-57/+132