summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-05-01Dangling pointer~Lance1-1/+1
2006-05-01* Optimized fake npc system. Added npc_checknear back to npc_buysellsel.Lance3-20/+26
2006-05-01- Skills with the move_enable state won't get the walkdelay increased on a sk...skotlex1-1/+3
2006-05-01- Fixed a small typo/logic-error in pet_ai_sub_hardskotlex2-2/+1
2006-05-01- Some corrections in the clif_parse_whisper function which should fix crashe...skotlex1-9/+11
2006-05-01* Fixed dangling pointer in pc_steal_item (missing lines) causing crash. Lance1-0/+2
2006-05-01* Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok.Lance1-2/+2
2006-04-30- Fixed a logic error that was likely the cause of pet loot drops not working.skotlex1-2/+2
2006-04-30- If someone is expulsed from a guild while the guild storage is open, it wil...skotlex5-2/+30
2006-04-30- Merged the code of NJ_SHADOWJUMP with TK_JUMPKICK.skotlex1-17/+5
2006-04-30fixed STEAL. 8) and tested at lhz_dun03Lupus1-6/+4
2006-04-30Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries).blackhole891-2/+15
2006-04-30Fixed scripts relying on older event calling methods.. Still searching for ot...Lance1-1/+1
2006-04-30- Removed attack_type from sd->state structure (it's only use was for soul-dr...skotlex5-12/+16
2006-04-30- Fixed possible crash when mob drop logs is enabled. skotlex1-1/+1
2006-04-30- and more typosLance1-16/+4
2006-04-30Fixed typo in script.cLance1-2/+3
2006-04-29- Changed the HT_DETECTING method from invoking clif_changetraplook to clif_s...skotlex1-1/+3
2006-04-29- pc_resetskill flag can now be &2, it only returns the total amount of skill...skotlex4-17/+36
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-zeroskotlex2-6/+17
2006-04-29- Small change in pc_calc_skilltree which should fix the infinite loop...skotlex1-2/+2
2006-04-29temp steal disableLupus1-2/+2
2006-04-29fixed STEAL. now workingLupus3-13/+12
2006-04-29Added @noask command: enable/disable deals/invites autorejecting.LuzZza4-7/+98
2006-04-29temp steal disableLupus1-4/+4
2006-04-29* Removed unreferenced local variable in pc.cLance1-1/+1
2006-04-29* Reverted npc_checknear to exclude check for class_ -1.Lance2-10/+12
2006-04-29Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri...Lupus5-18/+22
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).skotlex4-15/+74
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 nowskotlex3-8/+9
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance14-134/+110
2006-04-29- Modified the mob_db structure. The mvp related columns were moved to before...skotlex2-86/+85
2006-04-28- Modified HP conversion so that it fails when you don't have enough Hp. Also...skotlex1-29/+68
2006-04-28- Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has...skotlex4-19/+25
2006-04-28- Storm Kick's range increased to 2.skotlex2-12/+11
2006-04-28- Added function stristr to strlib.c, used by mob.c and item_db.c for case-in...skotlex4-4/+42
2006-04-28- Removed the sending of the online guild list when you log-on, may fix the "...skotlex4-6/+12
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 ...skotlex2-7/+2
2006-04-28- Modified clif_skill_nodamage to allow for a NULL source. This is to simplif...skotlex2-43/+19
2006-04-28- Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun...skotlex1-0/+1
2006-04-27- Changed the default rate of clone mob skills to 5% modified by mob_skill_ra...skotlex1-1/+1
2006-04-27- Applied some changes in unit.c to make mobs pick chase paths as they should.skotlex1-10/+3
2006-04-27- unit_remove_map will reset attackable-time, canact and canwalk delays.skotlex2-5/+31
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 ...skotlex1-11/+8
2006-04-27- Changed in the behaviour of wedding skills, should invoke skill_castend_pos...skotlex1-15/+15