Age | Commit message (Expand) | Author | Files | Lines |
2006-04-30 | Fixed scripts relying on older event calling methods.. Still searching for ot... | Lance | 1 | -1/+1 |
2006-04-30 | - Removed attack_type from sd->state structure (it's only use was for soul-dr... | skotlex | 5 | -12/+16 |
2006-04-30 | - Fixed possible crash when mob drop logs is enabled. | skotlex | 1 | -1/+1 |
2006-04-30 | - and more typos | Lance | 1 | -16/+4 |
2006-04-30 | Fixed typo in script.c | Lance | 1 | -2/+3 |
2006-04-29 | - Changed the HT_DETECTING method from invoking clif_changetraplook to clif_s... | skotlex | 1 | -1/+3 |
2006-04-29 | - pc_resetskill flag can now be &2, it only returns the total amount of skill... | skotlex | 4 | -17/+36 |
2006-04-29 | - Cleaned up unused variables in npc.c | Lance | 1 | -2/+2 |
2006-04-29 | - Changed checks of item's identify field from 0/1 to 0/non-zero | skotlex | 2 | -6/+17 |
2006-04-29 | - Small change in pc_calc_skilltree which should fix the infinite loop... | skotlex | 1 | -2/+2 |
2006-04-29 | temp steal disable | Lupus | 1 | -2/+2 |
2006-04-29 | fixed STEAL. now working | Lupus | 3 | -13/+12 |
2006-04-29 | Added @noask command: enable/disable deals/invites autorejecting. | LuzZza | 4 | -7/+98 |
2006-04-29 | temp steal disable | Lupus | 1 | -4/+4 |
2006-04-29 | * Removed unreferenced local variable in pc.c | Lance | 1 | -1/+1 |
2006-04-29 | * Reverted npc_checknear to exclude check for class_ -1. | Lance | 2 | -10/+12 |
2006-04-29 | Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri... | Lupus | 5 | -18/+22 |
2006-04-29 | - Added another missing prev/next = NULL setting in chat.c | skotlex | 1 | -0/+1 |
2006-04-29 | - Added support for packet 0x229 (clif_changeoption). | skotlex | 4 | -15/+74 |
2006-04-29 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6357 54... | Lance | 1 | -1/+1 |
2006-04-29 | - Clones can't be class-changed now | skotlex | 3 | -8/+9 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 14 | -134/+110 |
2006-04-29 | - Modified the mob_db structure. The mvp related columns were moved to before... | skotlex | 2 | -86/+85 |
2006-04-28 | - Modified HP conversion so that it fails when you don't have enough Hp. Also... | skotlex | 1 | -29/+68 |
2006-04-28 | - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has... | skotlex | 4 | -19/+25 |
2006-04-28 | - Storm Kick's range increased to 2. | skotlex | 2 | -12/+11 |
2006-04-28 | - Added function stristr to strlib.c, used by mob.c and item_db.c for case-in... | skotlex | 4 | -4/+42 |
2006-04-28 | - Removed the sending of the online guild list when you log-on, may fix the "... | skotlex | 4 | -6/+12 |
2006-04-28 | Rearrange makefile so dependencies won't get overwritten by 'make depend' | celest | 1 | -4/+5 |
2006-04-28 | - skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ... | skotlex | 2 | -7/+2 |
2006-04-28 | - Modified clif_skill_nodamage to allow for a NULL source. This is to simplif... | skotlex | 2 | -43/+19 |
2006-04-28 | - Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun... | skotlex | 1 | -0/+1 |
2006-04-27 | - Changed the default rate of clone mob skills to 5% modified by mob_skill_ra... | skotlex | 1 | -1/+1 |
2006-04-27 | - Applied some changes in unit.c to make mobs pick chase paths as they should. | skotlex | 1 | -10/+3 |
2006-04-27 | - unit_remove_map will reset attackable-time, canact and canwalk delays. | skotlex | 2 | -5/+31 |
2006-04-27 | - Fixed compilation error/warning on script command setbattleflag. | skotlex | 1 | -3/+3 |
2006-04-27 | - Some changes in the slave skill conditions. All their skills are triggered ... | skotlex | 1 | -11/+8 |
2006-04-27 | - Changed in the behaviour of wedding skills, should invoke skill_castend_pos... | skotlex | 1 | -15/+15 |
2006-04-27 | - Small change in @commands, may fix the null-pointer error. | skotlex | 1 | -1/+1 |
2006-04-27 | - Small change in the pet_ai that should stop the "strange" catch-up behaviou... | skotlex | 3 | -2/+7 |
2006-04-27 | - Fixed the compilation error. Gee, how did that slipped by... | skotlex | 1 | -1/+1 |
2006-04-27 | - Now when you do @baselevel to reduce your level and you don't have enough s... | skotlex | 1 | -0/+2 |
2006-04-27 | - Added at command @commands, displays the list of commands available to you. | skotlex | 2 | -1/+36 |
2006-04-27 | - Added the missing clif_* calls to make changebase's view-class change updat... | skotlex | 1 | -1/+5 |
2006-04-27 | - Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8") | skotlex | 3 | -5/+25 |
2006-04-27 | - Fixed base-level up @ command giving stat points instead of taking them awa... | skotlex | 2 | -3/+3 |
2006-04-27 | - Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I... | skotlex | 3 | -5/+5 |
2006-04-27 | updated 'setmapflag' script command | Lupus | 1 | -2/+18 |
2006-04-26 | - Updated item_db.sql to current. | skotlex | 10 | -49/+9 |
2006-04-26 | - Modified mob_drop_adjust function to receive unsigned int as initial parame... | skotlex | 2 | -4/+6 |