summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-09- Changed use of strtol to strtoll as strtol's result is just a signed int, a...skotlex1-2/+2
2006-04-09- Modified @warp/@rura to prevent causing pc_setpos position error messages.skotlex2-23/+17
2006-04-09- Fixed @npcmove not sending the correct packets to make the moving refresh c...skotlex4-7/+9
2006-04-09- Small code cleanups. One should lower a bit function overhead when using mo...skotlex3-4/+2
2006-04-09* Fixed map_waterheight prefixing extra "data\"Lance1-2/+6
2006-04-09- Mob_ai update. The attacked checks will trigger even if the mob can't move....skotlex1-10/+3
2006-04-09- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...skotlex4-9/+7
2006-04-08- Fixed skill_nocast_db reading so that when the same skill is specified mult...skotlex1-1/+1
2006-04-08- Fixed @movenpcskotlex4-19/+26
2006-04-08- The IRC bot now reads a configuration file (irc.c) instead of it all being ...Zido3-6/+64
2006-04-08- Wedding Sprites fixedZido1-2/+2
2006-04-08- Fixed irc.c, no more crashesZido1-23/+33
2006-04-08- Added function status_change_init to initialize all the sc timers. Added sc...skotlex7-18/+28
2006-04-08- Likely fixed a mob not returning to their original class view on respawn af...skotlex2-6/+5
2006-04-08- Modified the equip_job field in the item_db to be a hexadecimal value for e...skotlex1-11/+14
2006-04-07- Moved the devotion damage reduction to the block that only executes if flag...skotlex6-94/+90
2006-04-07- IRC User access levels now refresh on a mode set and join/partZido2-1/+20
2006-04-07- Fixed an already free'd pointer error in irc.c:144skotlex1-4/+1
2006-04-07- Added missing creation/destruction of the expcache_ers in guild.cskotlex4-57/+69
2006-04-07- Fixed pc_setpos ignoring the clrtype sent to it.skotlex3-8/+11
2006-04-06- Hopefully fixed the wedding item-trade restriction.skotlex1-1/+1
2006-04-06- Removed mapflag noreturn from pvp maps.skotlex1-0/+1
2006-04-06- Rewrote the guild exp cache code to prevent overflows and to use the ers sy...skotlex2-41/+58
2006-04-06Accidently left my IRC info in irc.c >.> we really need to make a .conf for it.Zido1-4/+4
2006-04-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5935 54...Zido2-19/+162
2006-04-06- Changed the default of skill_add_range to 0, said value now disables skill-...skotlex1-2/+4
2006-04-06- Corrected the Soul Drain formula, thanks to Haplo for pointing it out.skotlex1-1/+1
2006-04-06- Changed the random warping of mobs with no players from mob_spawn to unit_w...skotlex1-1/+1
2006-04-06- Modified @allstats to prevent negative/overflow issues.skotlex2-7/+9
2006-04-06- Small fix in the pet_aiskotlex1-1/+4
2006-04-06- Fixed an error on the error-message when job_db1 doesn't has enough columns.skotlex2-4/+5
2006-04-06- Modified the item_db and added view_types to ammo: 1 arrows, 2 dagger (veno...skotlex1-5/+11
2006-04-05- Fixed a compilation error due to a missing semicolon...skotlex1-2/+11
2006-04-05- Modified the ammo checks so that ammo is consumed at the end of battle_calc...skotlex3-23/+66
2006-04-05added missing weapon type, W_HUUMA(or kazema.. but huuma would be more.. corr...Vicious1-0/+1
2006-04-05- Added a define list for weapon types in pc.hskotlex6-130/+140
2006-04-05- Cleaned up the pet_ai_hard_lootsearch function to avoid doing map_id2sd calls.skotlex1-5/+4
2006-04-05- Some cleanup of clif_parseloadendack, fixed guild-member list being sent on...skotlex2-13/+13
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex10-106/+180
2006-04-03- Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confu...skotlex1-3/+3
2006-04-03- Fixed script command mapwarp.skotlex1-8/+5
2006-04-03- SC_AUTOCOUNTER now only blocks all attacks/skills when the flag is 0 (attem...skotlex2-2/+2
2006-04-03- Fixed a typo in battle.c (status_get_atk invoked instead of status_get_atk_...skotlex1-1/+1
2006-04-03- Modified Rude-Attacked behaviour so that such skills only triggers when the...skotlex3-3/+20
2006-04-03- Removed the flag variable from the npc_data structure. Disabled NPCs are no...skotlex2-17/+13
2006-04-03- Moved skill_counter_additional_effect calls to trigger right after skill_ad...skotlex2-11/+21
2006-04-03- Oops, the overflow mentioned by foobar was actually because the equippable ...skotlex2-2/+2
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex5-10/+21
2006-04-02- Fixed npc_gettimerevent_tick returning the difference since the last trigge...skotlex1-2/+2
2006-04-02- Added a missing memset on ers_alloc'ing mob loot which was making data from...skotlex2-1/+3