summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-29- pc_resetskill flag can now be &2, it only returns the total amount of skill...skotlex5-17/+44
2006-04-29- Cleaned up unused variables in npc.cLance1-2/+2
2006-04-29- Changed checks of item's identify field from 0/1 to 0/non-zeroskotlex3-6/+20
2006-04-29- Small change in pc_calc_skilltree which should fix the infinite loop...skotlex2-2/+4
2006-04-29temp steal disableLupus1-2/+2
2006-04-29fixed STEAL. now workingLupus4-18/+15
2006-04-29Added @noask command: enable/disable deals/invites autorejecting.LuzZza7-7/+107
2006-04-29temp steal disableLupus1-4/+4
2006-04-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6373 54...Lance1-0/+25
2006-04-29Updated drops of Bio Lab 3 MVPsPlaytester3-13/+16
2006-04-29* Removed unreferenced local variable in pc.cLance2-1/+2
2006-04-29* Reverted npc_checknear to exclude check for class_ -1.Lance3-10/+16
2006-04-29Updated drops of Bio Lab 3 mobsPlaytester2-6/+7
2006-04-29Updated mob delays to current infoPlaytester2-34/+35
2006-04-29Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri...Lupus7-18/+32
2006-04-29More fixes in the mob dbPlaytester2-5/+8
2006-04-29Started fixing the drops of mobs with more than 8 different itemsPlaytester2-820/+821
2006-04-29Added new hats ViewIDLupus2-7/+7
2006-04-29added new cardsLupus2-70/+74
2006-04-29- Added another missing prev/next = NULL setting in chat.cskotlex1-0/+1
2006-04-29- Added support for packet 0x229 (clif_changeoption).skotlex5-15/+78
2006-04-29- Added missing sql-files/mob_db.sql... somehow it was missing from the mob_d...skotlex2-823/+835
2006-04-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6357 54...Lance1-1/+1
2006-04-29- Clones can't be class-changed nowskotlex4-8/+12
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance15-134/+119
2006-04-29- Modified the mob_db structure. The mvp related columns were moved to before...skotlex6-1006/+1019
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