summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-28Fixed the stun typo that has been in eAthena for agesPlaytester3-17/+22
2006-04-28- Modified HP conversion so that it fails when you don't have enough Hp. Also...skotlex2-29/+72
2006-04-28- Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has...skotlex5-19/+29
2006-04-28- Storm Kick's range increased to 2.skotlex5-13/+18
2006-04-28- Added function stristr to strlib.c, used by mob.c and item_db.c for case-in...skotlex5-5/+46
2006-04-28- Removed the sending of the online guild list when you log-on, may fix the "...skotlex6-6/+24
2006-04-28Lowered drop rates of Bio Lab 3 normal mobsPlaytester2-6/+8
2006-04-28flying sidekick range 10->8 cellsLupus2-1/+2
2006-04-28Updated drop rates of the Bio Lab 1&2 mobsPlaytester2-7/+10
2006-04-28Rearrange makefile so dependencies won't get overwritten by 'make depend'celest1-4/+5
2006-04-28- skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ...skotlex3-7/+5
2006-04-28- Modified clif_skill_nodamage to allow for a NULL source. This is to simplif...skotlex3-43/+25
2006-04-28- Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun...skotlex2-0/+3
2006-04-27- Changed the default rate of clone mob skills to 5% modified by mob_skill_ra...skotlex2-1/+3
2006-04-27- Applied some changes in unit.c to make mobs pick chase paths as they should.skotlex2-10/+5
2006-04-27- unit_remove_map will reset attackable-time, canact and canwalk delays.skotlex3-6/+37
2006-04-27Fixed another Aldebaran Castle 4 warp in warps/guild/guildcastles.txtPlaytester2-1/+3
2006-04-27Fixed the fix to the Ninja job quest.blackhole891-5/+3
2006-04-27Lord Gywall (who's a GM on my server) had a question in the Ninja quest refer...blackhole891-22/+17
2006-04-27- Fixed compilation error/warning on script command setbattleflag.skotlex1-3/+3
2006-04-27- Some changes in the slave skill conditions. All their skills are triggered ...skotlex2-11/+10
2006-04-27- Changed in the behaviour of wedding skills, should invoke skill_castend_pos...skotlex2-15/+17
2006-04-27- Small change in @commands, may fix the null-pointer error.skotlex2-1/+2
2006-04-27- Small change in the pet_ai that should stop the "strange" catch-up behaviou...skotlex6-6/+19
2006-04-27- Fixed the compilation error. Gee, how did that slipped by...skotlex1-1/+1
2006-04-27- Now when you do @baselevel to reduce your level and you don't have enough s...skotlex2-0/+5
2006-04-27- Added at command @commands, displays the list of commands available to you.skotlex5-1/+44
2006-04-27- Added the missing clif_* calls to make changebase's view-class change updat...skotlex2-1/+7
2006-04-27- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")skotlex7-10/+41
2006-04-27- Fixed base-level up @ command giving stat points instead of taking them awa...skotlex3-3/+7
2006-04-27- Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I...skotlex3-5/+5
2006-04-27added setmapflag sampleLupus1-0/+24
2006-04-27updated 'setmapflag' script commandLupus3-16/+41
2006-04-27commented out temp gunslinger shopsLupus2-3/+7
2006-04-26- Updated item_db.sql to current.skotlex12-92/+53
2006-04-26- Modified mob_drop_adjust function to receive unsigned int as initial parame...skotlex2-4/+6
2006-04-26- Item use interval is set to a default of 100ms now.skotlex7-50/+43
2006-04-26Fixed Food Seller in AlbertaPlaytester2-1/+2
2006-04-26- When Taekwons level up they get Bless and Agi Up level 10 instead of the S....skotlex3-6/+16
2006-04-26* functions_kafra.txt was pretty buggy, including a zeny exploit (free warps)...eaac3-59/+478
2006-04-26- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr...skotlex6-20/+7
2006-04-26- Changed the skill_wall_check to use shoot-path seeking. May fix skill_wall_...skotlex2-2/+3
2006-04-26Updated drop rates of Remover and Gemini to 1/2 of the guessed values from Th...Playtester2-3/+6
2006-04-26* Fixed typo in skill.c: skill_clear_groupLance4-8/+13
2006-04-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6288 54...Kargha1-1/+1
2006-04-26fixed a small errorKargha1-1/+1
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...skotlex8-11/+39
2006-04-25Re-Made Izlude NPCs, thanks to Muad_DibKargha2-192/+585
2006-04-25- Cleaned up a bit the implementation of SC_MAXIMIZEPOWER, SC_CHASEWALK and S...skotlex2-7/+6
2006-04-25- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that...skotlex3-2/+3