Age | Commit message (Expand) | Author | Files | Lines |
2006-05-12 | - Updated cast times of Kaupe and Kaahi. | skotlex | 1 | -1/+1 |
2006-05-11 | - Changed a bit the MAX_ZENY checks in trade.c to prevent overflows. | skotlex | 1 | -17/+5 |
2006-05-09 | - Updated SKA to return a random value between 0 and 99 each time status_get_... | skotlex | 1 | -1/+1 |
2006-05-09 | - Fixed the head_bottom (pet-armor) position in packet 0x22c when crafted for... | skotlex | 1 | -1/+1 |
2006-05-08 | - ES magic will now put the caster on stun for 0.5 secs regardless of whether... | skotlex | 1 | -3/+39 |
2006-05-08 | - Fixed compilation error. | skotlex | 1 | -7/+7 |
2006-05-08 | - Removed SP_DISGUISE from the bonus list. | skotlex | 1 | -5/+5 |
2006-05-07 | * Optimized clif.c clif_scriptmenu/input/inputstr to check for sd->state.usin... | Lance | 1 | -6/+8 |
2006-05-05 | - Added a npc-script-event cache to avoid looking up event-scripts every time... | skotlex | 1 | -10/+1 |
2006-05-05 | - The Rest bonus activated by using /doridori while in rest should now trigge... | skotlex | 1 | -1/+1 |
2006-05-05 | - /doridori now won't double the HP/SP regen of TKs, it only activates their ... | skotlex | 1 | -1/+4 |
2006-05-05 | - OnEquip scripts will be trigger on log-on now. | skotlex | 1 | -6/+0 |
2006-05-05 | - Now when walkdelay is set to 0, characters will stop walking when hit, but ... | skotlex | 1 | -4/+1 |
2006-05-04 | - Stun time for using ES magic on non-mobs reduced to 0.5 secs. | skotlex | 1 | -2/+5 |
2006-05-03 | - Kaite, Kaute will now show a skill effect when they trigger. | skotlex | 1 | -14/+13 |
2006-05-03 | - Corrected @whomap directly invoking msg_table[] rather than msg_txt() | skotlex | 1 | -3/+9 |
2006-05-03 | - Fixed standing up not really standing you up. | skotlex | 1 | -0/+1 |
2006-05-02 | - Absorb Spirit Sphere now gives +10SP per sphere as per discussions with Haplo. | skotlex | 1 | -17/+37 |
2006-05-02 | - Removed OPTION_XMAS, it seems to not exist.... | skotlex | 1 | -5/+6 |
2006-05-01 | - status_setviewdata will set your option accordingly when the previous/new v... | skotlex | 1 | -2/+1 |
2006-05-01 | * Optimized fake npc system. Added npc_checknear back to npc_buysellsel. | Lance | 1 | -0/+18 |
2006-05-01 | - Some corrections in the clif_parse_whisper function which should fix crashe... | skotlex | 1 | -9/+11 |
2006-04-30 | - Removed attack_type from sd->state structure (it's only use was for soul-dr... | skotlex | 1 | -1/+0 |
2006-04-29 | - Changed checks of item's identify field from 0/1 to 0/non-zero | skotlex | 1 | -4/+4 |
2006-04-29 | Added @noask command: enable/disable deals/invites autorejecting. | LuzZza | 1 | -6/+71 |
2006-04-29 | - Added support for packet 0x229 (clif_changeoption). | skotlex | 1 | -9/+64 |
2006-04-29 | - Clones can't be class-changed now | skotlex | 1 | -5/+5 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -13/+10 |
2006-04-28 | - Removed the sending of the online guild list when you log-on, may fix the "... | skotlex | 1 | -1/+2 |
2006-04-28 | - Modified clif_skill_nodamage to allow for a NULL source. This is to simplif... | skotlex | 1 | -9/+9 |
2006-04-27 | - unit_remove_map will reset attackable-time, canact and canwalk delays. | skotlex | 1 | -5/+30 |
2006-04-27 | - Fixed the compilation error. Gee, how did that slipped by... | skotlex | 1 | -1/+1 |
2006-04-27 | - Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8") | skotlex | 1 | -5/+22 |
2006-04-26 | - Updated item_db.sql to current. | skotlex | 1 | -10/+2 |
2006-04-25 | - Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t... | skotlex | 1 | -1/+4 |
2006-04-24 | - Idle skills won't trigger while the mob is walking. | skotlex | 1 | -1/+39 |
2006-04-22 | - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end | skotlex | 1 | -4/+4 |
2006-04-20 | - Raised the buffer size in clif_MainChatMessage to 200, removed the message ... | skotlex | 1 | -1/+1 |
2006-04-20 | - Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug messag... | skotlex | 1 | -2/+5 |
2006-04-20 | - Added support for n to specify minutes to @charban. | skotlex | 1 | -2/+2 |
2006-04-20 | - Added back the "you can't walk delay while attacking" to unit_attack_timer,... | skotlex | 1 | -4/+3 |
2006-04-18 | - Removed message 592 from trade.c | skotlex | 1 | -4/+2 |
2006-04-18 | * Shinomori's method (kinda) of remote script execution with interaction. | Lance | 1 | -14/+3 |
2006-04-18 | cleaned the invisible fix a bit. | Vicious | 1 | -11/+14 |
2006-04-18 | better way to fix invisible npc! :D | Vicious | 1 | -39/+23 |
2006-04-17 | - Fixed pet being incorrectly removed when it had intimacy 0. | skotlex | 1 | -1/+1 |
2006-04-17 | * Clearing the dummy npc after fooling the client. | Lance | 1 | -22/+42 |
2006-04-16 | Skot please fix the remaining code by removing the fake npc after sending the... | Lance | 1 | -1/+1 |
2006-04-16 | Initialization in send_fake_npc. Still needs fixing. | Lance | 1 | -0/+1 |
2006-04-16 | Please fix my packets :S | Lance | 1 | -2/+2 |