Age | Commit message (Expand) | Author | Files | Lines |
2006-05-03 | - Kaite, Kaute will now show a skill effect when they trigger. | skotlex | 3 | -15/+15 |
2006-05-03 | - Corrected @whomap directly invoking msg_table[] rather than msg_txt() | skotlex | 2 | -6/+12 |
2006-05-03 | - Fixed standing up not really standing you up. | skotlex | 4 | -71/+54 |
2006-05-03 | - Implemented desperado as explained by Rockman-EXE. | skotlex | 2 | -7/+10 |
2006-05-02 | - Removed the unit_can_move checks in skill cast-end, they should be performe... | skotlex | 1 | -12/+4 |
2006-05-02 | - Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo. | skotlex | 3 | -19/+39 |
2006-05-02 | - Kaite now works against all types of spells. | skotlex | 3 | -22/+32 |
2006-05-02 | - Modified how Rogue's treasure works so that you get +1% to your steal rate ... | skotlex | 4 | -51/+64 |
2006-05-02 | - Fixed Jump Kick's range to 9. | skotlex | 3 | -6/+4 |
2006-05-02 | - Fixed pc_disguise not allowing you to "redisguise". | skotlex | 1 | -1/+1 |
2006-05-02 | - Corrected a crash when sd is null in npc_event | skotlex | 1 | -1/+3 |
2006-05-02 | added support to regulate MVP drops [Reddozen] | reddozen | 3 | -17/+68 |
2006-05-02 | - Removed OPTION_XMAS, it seems to not exist.... | skotlex | 6 | -36/+20 |
2006-05-01 | - status_setviewdata will set your option accordingly when the previous/new v... | skotlex | 2 | -2/+9 |
2006-05-01 | - Added function map_foreachinshootrange, behaves the same way as map_foreach... | skotlex | 3 | -3/+80 |
2006-05-01 | - Added -DMAPREGSQL to Makefile, commented out by default for now. | skotlex | 2 | -17/+28 |
2006-05-01 | Dangling pointer~ | Lance | 1 | -1/+1 |
2006-05-01 | * Optimized fake npc system. Added npc_checknear back to npc_buysellsel. | Lance | 3 | -20/+26 |
2006-05-01 | - Skills with the move_enable state won't get the walkdelay increased on a sk... | skotlex | 1 | -1/+3 |
2006-05-01 | - Fixed a small typo/logic-error in pet_ai_sub_hard | skotlex | 2 | -2/+1 |
2006-05-01 | - Some corrections in the clif_parse_whisper function which should fix crashe... | skotlex | 1 | -9/+11 |
2006-05-01 | * Fixed dangling pointer in pc_steal_item (missing lines) causing crash. | Lance | 1 | -0/+2 |
2006-05-01 | * Fixed lack of initialization in chrif_authreq causing crashes in chrif_authok. | Lance | 1 | -2/+2 |
2006-04-30 | - Fixed a logic error that was likely the cause of pet loot drops not working. | skotlex | 1 | -2/+2 |
2006-04-30 | - If someone is expulsed from a guild while the guild storage is open, it wil... | skotlex | 5 | -2/+30 |
2006-04-30 | - Merged the code of NJ_SHADOWJUMP with TK_JUMPKICK. | skotlex | 1 | -17/+5 |
2006-04-30 | fixed STEAL. 8) and tested at lhz_dun03 | Lupus | 1 | -6/+4 |
2006-04-30 | Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries). | blackhole89 | 1 | -2/+15 |
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 | 12 | -126/+102 |