Age | Commit message (Expand) | Author | Files | Lines |
2006-04-07 | - IRC User access levels now refresh on a mode set and join/part | Zido | 3 | -1/+21 |
2006-04-07 | - Fixed an already free'd pointer error in irc.c:144 | skotlex | 1 | -4/+1 |
2006-04-07 | - Added missing creation/destruction of the expcache_ers in guild.c | skotlex | 5 | -57/+73 |
2006-04-07 | - Fixed pc_setpos ignoring the clrtype sent to it. | skotlex | 4 | -8/+16 |
2006-04-07 | updated new items | Lupus | 1 | -15/+29 |
2006-04-07 | updated items | Lupus | 2 | -20/+40 |
2006-04-06 | - Hopefully fixed the wedding item-trade restriction. | skotlex | 2 | -1/+2 |
2006-04-06 | - Removed mapflag noreturn from pvp maps. | skotlex | 4 | -83/+88 |
2006-04-06 | - Rewrote the guild exp cache code to prevent overflows and to use the ers sy... | skotlex | 3 | -41/+60 |
2006-04-06 | Accidently left my IRC info in irc.c >.> we really need to make a .conf for it. | Zido | 1 | -4/+4 |
2006-04-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5935 54... | Zido | 3 | -19/+166 |
2006-04-06 | - Changed the default of skill_add_range to 0, said value now disables skill-... | skotlex | 3 | -3/+8 |
2006-04-06 | - Corrected the Soul Drain formula, thanks to Haplo for pointing it out. | skotlex | 2 | -1/+3 |
2006-04-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5930 54... | Lupus | 2 | -1/+4 |
2006-04-06 | - Changed the random warping of mobs with no players from mob_spawn to unit_w... | skotlex | 2 | -1/+4 |
2006-04-06 | Fixed a typo. | Zephiris | 1 | -1/+1 |
2006-04-06 | - Modified @allstats to prevent negative/overflow issues. | skotlex | 5 | -9/+15 |
2006-04-06 | typo | Lupus | 1 | -1/+1 |
2006-04-06 | renamed omobs to mobs, just as in stable. fixed typos | Lupus | 54 | -54/+54 |
2006-04-06 | added lhz_dun03 nowarpto mapflag | Lupus | 1 | -1/+3 |
2006-04-06 | - Small fix in the pet_ai | skotlex | 1 | -1/+4 |
2006-04-06 | - Fixed an error on the error-message when job_db1 doesn't has enough columns. | skotlex | 3 | -4/+7 |
2006-04-06 | - Modified the item_db and added view_types to ammo: 1 arrows, 2 dagger (veno... | skotlex | 5 | -71/+83 |
2006-04-05 | - Fixed a compilation error due to a missing semicolon... | skotlex | 2 | -2/+13 |
2006-04-05 | - Modified the ammo checks so that ammo is consumed at the end of battle_calc... | skotlex | 4 | -23/+69 |
2006-04-05 | added missing weapon type, W_HUUMA(or kazema.. but huuma would be more.. corr... | Vicious | 1 | -0/+1 |
2006-04-05 | - Added a define list for weapon types in pc.h | skotlex | 7 | -130/+143 |
2006-04-05 | - Cleaned up the pet_ai_hard_lootsearch function to avoid doing map_id2sd calls. | skotlex | 1 | -5/+4 |
2006-04-05 | - Some cleanup of clif_parseloadendack, fixed guild-member list being sent on... | skotlex | 4 | -15/+45 |
2006-04-05 | updated item givers! | Lupus | 6 | -18978/+1085 |
2006-04-05 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5906 54... | Lance | 1 | -1/+1 |
2006-04-05 | * Added support for the 2006/04/04a Sakexe packet version. [Zephiris] | Zephiris | 3 | -105/+126 |
2006-04-05 | - Added inter config connection_ping_interval which specifies interval in hou... | skotlex | 13 | -106/+216 |
2006-04-04 | Added missing Warpra Agent to Hugel. Fixed typo in Falcon Renter | Lupus | 3 | -5/+8 |
2006-04-04 | Re-fixed looping warps of Lutie village | Lupus | 2 | -28/+28 |
2006-04-03 | - Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confu... | skotlex | 2 | -3/+7 |
2006-04-03 | - Fixed script command mapwarp. | skotlex | 2 | -8/+6 |
2006-04-03 | - SC_AUTOCOUNTER now only blocks all attacks/skills when the flag is 0 (attem... | skotlex | 3 | -2/+3 |
2006-04-03 | - Fixed a typo in battle.c (status_get_atk invoked instead of status_get_atk_... | skotlex | 1 | -1/+1 |
2006-04-03 | - Modified Rude-Attacked behaviour so that such skills only triggers when the... | skotlex | 5 | -3/+27 |
2006-04-03 | - Removed the flag variable from the npc_data structure. Disabled NPCs are no... | skotlex | 3 | -17/+15 |
2006-04-03 | - Moved skill_counter_additional_effect calls to trigger right after skill_ad... | skotlex | 3 | -11/+25 |
2006-04-03 | fixed disappearing treasure chests, updated NWoE | Lupus | 7 | -32/+96 |
2006-04-03 | - Oops, the overflow mentioned by foobar was actually because the equippable ... | skotlex | 2 | -2/+2 |
2006-04-03 | - Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar. | skotlex | 6 | -10/+30 |
2006-04-02 | Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious] | Vicious | 2 | -1/+13 |
2006-04-02 | fixed baby jobchange | Vicious | 2 | -1/+2 |
2006-04-02 | Moved the spawn update to eamobs (of course the custom spawns where not chang... | Poki#3 | 59 | -1682/+1889 |
2006-04-02 | - Fixed npc_gettimerevent_tick returning the difference since the last trigge... | skotlex | 2 | -2/+4 |
2006-04-02 | fixed hidden temple spawn and sage script? | Vicious | 3 | -10/+12 |