Age | Commit message (Expand) | Author | Files | Lines |
2006-04-29 | Added @noask command: enable/disable deals/invites autorejecting. | LuzZza | 1 | -0/+2 |
2006-04-29 | * Removed unreferenced local variable in pc.c | Lance | 1 | -0/+1 |
2006-04-29 | * Reverted npc_checknear to exclude check for class_ -1. | Lance | 1 | -0/+4 |
2006-04-29 | Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri... | Lupus | 1 | -0/+3 |
2006-04-29 | - Added support for packet 0x229 (clif_changeoption). | skotlex | 1 | -0/+4 |
2006-04-29 | - Added missing sql-files/mob_db.sql... somehow it was missing from the mob_d... | skotlex | 1 | -0/+2 |
2006-04-29 | - Clones can't be class-changed now | skotlex | 1 | -0/+3 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -0/+9 |
2006-04-29 | - Modified the mob_db structure. The mvp related columns were moved to before... | skotlex | 1 | -0/+3 |
2006-04-28 | - Modified HP conversion so that it fails when you don't have enough Hp. Also... | skotlex | 1 | -0/+4 |
2006-04-28 | - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has... | skotlex | 1 | -0/+4 |
2006-04-28 | - Storm Kick's range increased to 2. | skotlex | 1 | -0/+5 |
2006-04-28 | - Added function stristr to strlib.c, used by mob.c and item_db.c for case-in... | skotlex | 1 | -1/+4 |
2006-04-28 | - Removed the sending of the online guild list when you log-on, may fix the "... | skotlex | 1 | -0/+5 |
2006-04-28 | - skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ... | skotlex | 1 | -0/+3 |
2006-04-28 | - Modified clif_skill_nodamage to allow for a NULL source. This is to simplif... | skotlex | 1 | -0/+6 |
2006-04-28 | - Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun... | skotlex | 1 | -0/+2 |
2006-04-27 | - Changed the default rate of clone mob skills to 5% modified by mob_skill_ra... | skotlex | 1 | -0/+2 |
2006-04-27 | - Applied some changes in unit.c to make mobs pick chase paths as they should. | skotlex | 1 | -0/+2 |
2006-04-27 | - unit_remove_map will reset attackable-time, canact and canwalk delays. | skotlex | 1 | -1/+6 |
2006-04-27 | - Some changes in the slave skill conditions. All their skills are triggered ... | skotlex | 1 | -0/+2 |
2006-04-27 | - Changed in the behaviour of wedding skills, should invoke skill_castend_pos... | skotlex | 1 | -0/+2 |
2006-04-27 | - Small change in @commands, may fix the null-pointer error. | skotlex | 1 | -0/+1 |
2006-04-27 | - Small change in the pet_ai that should stop the "strange" catch-up behaviou... | skotlex | 1 | -0/+8 |
2006-04-27 | - Now when you do @baselevel to reduce your level and you don't have enough s... | skotlex | 1 | -0/+3 |
2006-04-27 | - Added at command @commands, displays the list of commands available to you. | skotlex | 1 | -0/+2 |
2006-04-27 | - Added the missing clif_* calls to make changebase's view-class change updat... | skotlex | 1 | -0/+2 |
2006-04-27 | - Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8") | skotlex | 1 | -0/+2 |
2006-04-27 | - Fixed base-level up @ command giving stat points instead of taking them awa... | skotlex | 1 | -0/+4 |
2006-04-27 | updated 'setmapflag' script command | Lupus | 1 | -0/+6 |
2006-04-26 | - Updated item_db.sql to current. | skotlex | 1 | -0/+1 |
2006-04-26 | - Item use interval is set to a default of 100ms now. | skotlex | 1 | -0/+7 |
2006-04-26 | - When Taekwons level up they get Bless and Agi Up level 10 instead of the S.... | skotlex | 1 | -0/+5 |
2006-04-26 | - Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr... | skotlex | 1 | -0/+3 |
2006-04-26 | - Changed the skill_wall_check to use shoot-path seeking. May fix skill_wall_... | skotlex | 1 | -0/+2 |
2006-04-26 | * Fixed typo in skill.c: skill_clear_group | Lance | 1 | -0/+5 |
2006-04-25 | - Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t... | skotlex | 1 | -0/+4 |
2006-04-25 | - Cleaned up a bit the implementation of SC_MAXIMIZEPOWER, SC_CHASEWALK and S... | skotlex | 1 | -0/+2 |
2006-04-25 | - When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that... | skotlex | 1 | -0/+1 |
2006-04-25 | - Moved the mapflag skill restrictions from skill_checkcondition to skillnoto... | skotlex | 1 | -0/+5 |
2006-04-25 | - Modified and simplified the random item group format. It now is <GroupID>,<... | skotlex | 1 | -1/+9 |
2006-04-25 | - Simplified npc_gettimerevent_tick so that it should return a tick value eve... | skotlex | 1 | -0/+2 |
2006-04-25 | - All GMs will be sent to the char server through packet 0x2aff now. | skotlex | 1 | -0/+3 |
2006-04-24 | - Added script command escape_sql. It will return an escaped string for use i... | skotlex | 1 | -0/+5 |
2006-04-24 | - DNSBL. Refer to changelog. | Zido | 1 | -0/+3 |
2006-04-24 | - Corrected mob_spawn_delay/boss_spawn_delay/plant_spawn_delay settings (they... | skotlex | 1 | -0/+2 |
2006-04-24 | - Cleaned up @grind2 | skotlex | 1 | -0/+4 |
2006-04-24 | - Added logging of deleted characters when the char_log is enabled. | skotlex | 1 | -0/+2 |
2006-04-24 | - Fixed skill_delayfix not altering delay at all after you reached 150. | skotlex | 1 | -0/+8 |
2006-04-24 | - Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum... | skotlex | 1 | -0/+10 |