Age | Commit message (Expand) | Author | Files | Lines |
2006-05-02 | - Fixed pc_disguise not allowing you to "redisguise". | skotlex | 1 | -0/+1 |
2006-05-02 | - Corrected a crash when sd is null in npc_event | skotlex | 1 | -0/+1 |
2006-05-02 | added support to regulate MVP drops [Reddozen] | reddozen | 1 | -0/+2 |
2006-05-02 | - Removed OPTION_XMAS, it seems to not exist.... | skotlex | 1 | -0/+5 |
2006-05-01 | - status_setviewdata will set your option accordingly when the previous/new v... | skotlex | 1 | -0/+2 |
2006-05-01 | - Added function map_foreachinshootrange, behaves the same way as map_foreach... | skotlex | 1 | -0/+4 |
2006-05-01 | - Added -DMAPREGSQL to Makefile, commented out by default for now. | skotlex | 1 | -0/+7 |
2006-05-01 | * Optimized fake npc system. Added npc_checknear back to npc_buysellsel. | Lance | 1 | -0/+3 |
2006-05-01 | - Skills with the move_enable state won't get the walkdelay increased on a sk... | skotlex | 1 | -0/+2 |
2006-05-01 | - Some corrections in the clif_parse_whisper function which should fix crashe... | skotlex | 1 | -0/+2 |
2006-05-01 | * Fixed dangling pointer in pc_steal_item (missing lines) causing crash. | Lance | 1 | -0/+1 |
2006-05-01 | * Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok. | Lance | 1 | -0/+1 |
2006-04-30 | - Fixed a logic error that was likely the cause of pet loot drops not working. | skotlex | 1 | -0/+2 |
2006-04-30 | - If someone is expulsed from a guild while the guild storage is open, it wil... | skotlex | 1 | -0/+5 |
2006-04-30 | fixed STEAL. 8) and tested at lhz_dun03 | Lupus | 1 | -0/+1 |
2006-04-30 | Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries). | blackhole89 | 1 | -0/+1 |
2006-04-30 | - Removed attack_type from sd->state structure (it's only use was for soul-dr... | skotlex | 1 | -0/+1 |
2006-04-30 | * Fixed fake NPC missing code. Thanks to Skotlex for pointing out. | Lance | 1 | -0/+3 |
2006-04-29 | - Changed the HT_DETECTING method from invoking clif_changetraplook to clif_s... | skotlex | 1 | -0/+3 |
2006-04-29 | - pc_resetskill flag can now be &2, it only returns the total amount of skill... | skotlex | 1 | -0/+8 |
2006-04-29 | - Changed checks of item's identify field from 0/1 to 0/non-zero | skotlex | 1 | -0/+3 |
2006-04-29 | - Small change in pc_calc_skilltree which should fix the infinite loop... | skotlex | 1 | -0/+2 |
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 |