summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-05- Now when walkdelay is set to 0, characters will stop walking when hit, but ...skotlex3-7/+13
2006-05-05Removed drops from Bio Lab mobs than are not in X.2Playtester2-10/+11
2006-05-05- Read changelog.Zido2-1/+5
2006-05-05- Fixed a possible infinite loop in skill_clear_unit_groupskotlex2-2/+1
2006-05-05fixed my MVP drop confreddozen1-10/+10
2006-05-04Hopefully fixed npc/events/custom/uneasy_cemetery.txtPlaytester2-2/+3
2006-05-04- Some clean-ups in the mob_aiskotlex4-13/+11
2006-05-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6476 54...eaac2-23/+68
2006-05-04- Cleaned up and used mob_skill_event function when hit by a ground-skill.skotlex3-13/+6
2006-05-04* Whoops, forgot to commit the update to the firecrackers. [erKURITA]eaac1-1/+1
2006-05-04Fixed another typo in gunslinger.txtPlaytester2-1/+2
2006-05-04Additional gunslinger.txt fixes...Playtester2-2/+3
2006-05-04Fixed a missing " in the gunslinger jobquest scriptPlaytester2-1/+3
2006-05-04- All KA-spells are interruptable.skotlex4-9/+9
2006-05-04- Cleaned up the mob-random-walking code.skotlex1-42/+37
2006-05-04- Stun time for using ES magic on non-mobs reduced to 0.5 secs.skotlex6-25/+37
2006-05-04- Rewrote Kaahi to behave as it should. It will hear whatever amount of damag...skotlex7-38/+66
2006-05-04fixesLupus1-15/+7
2006-05-04- Pair of almost insignificant changes in mob.c (removed a unneeded next_walk...skotlex1-2/+1
2006-05-03- Kaahi now triggers every 500ms rather than on every hit (but it only heals ...skotlex3-16/+35
2006-05-03- Kaite, Kaute will now show a skill effect when they trigger.skotlex6-16/+20
2006-05-03- Corrected @whomap directly invoking msg_table[] rather than msg_txt()skotlex5-8/+22
2006-05-03Removed all Novice Job bonussesPlaytester2-1/+2
2006-05-03Reverted the changes to Killer Mantis and Demon Pungus cardPlaytester2-2/+4
2006-05-03fixed new cardsLupus2-7/+11
2006-05-03- Fixed standing up not really standing you up.skotlex7-72/+66
2006-05-03- Implemented desperado as explained by Rockman-EXE.skotlex6-10/+16
2006-05-02- Removed the unit_can_move checks in skill cast-end, they should be performe...skotlex3-13/+10
2006-05-02- Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo.skotlex4-19/+46
2006-05-02Lowered all card drop rates to 0.01% as they are in Aegis X.2Playtester2-58/+59
2006-05-02Updating old/wrong mob drops to Aegis X.2 dropsPlaytester2-23/+25
2006-05-02* Added kunai_maker.txt to make elemental kunais. [erKURITA]eaac10-146/+315
2006-05-02- Kaite now works against all types of spells.skotlex6-38/+40
2006-05-02- Modified how Rogue's treasure works so that you get +1% to your steal rate ...skotlex6-52/+78
2006-05-02Now Speed Potion gives doubled speed for 5 seconds as it should bePlaytester2-1/+2
2006-05-02Lowered the duration of Speed Potion to 5 secondsPlaytester2-1/+3
2006-05-02- Fixed Jump Kick's range to 9.skotlex6-8/+11
2006-05-02- Fixed pc_disguise not allowing you to "redisguise".skotlex2-1/+2
2006-05-02- Corrected a crash when sd is null in npc_eventskotlex2-1/+4
2006-05-02added support to regulate MVP drops [Reddozen]reddozen5-17/+75
2006-05-02- Removed OPTION_XMAS, it seems to not exist....skotlex8-54/+43
2006-05-01- status_setviewdata will set your option accordingly when the previous/new v...skotlex3-2/+11
2006-05-01- Added function map_foreachinshootrange, behaves the same way as map_foreach...skotlex4-3/+84
2006-05-01- Added -DMAPREGSQL to Makefile, commented out by default for now.skotlex6-20/+40
2006-05-01Added effect of Speed PotionPlaytester2-1/+2
2006-05-01Dangling pointer~Lance1-1/+1
2006-05-01Removed Kraben card drop from G_KRABENPlaytester2-1/+2
2006-05-01Fixed a typo in the Armeyer Dinze cardPlaytester2-1/+3
2006-05-01Fixed an NPC in Morroc who still said the Dragon Fly is NorthPlaytester2-1/+3
2006-05-01* Optimized fake npc system. Added npc_checknear back to npc_buysellsel.Lance5-45/+29