Age | Commit message (Expand) | Author | Files | Lines |
2006-06-17 | - Added IG_LottoBox for that tricky Lotto Box item. | skotlex | 2 | -5/+7 |
2006-06-17 | - Devotion absorbed damage will now appear to come from oneself (instead of t... | skotlex | 4 | -28/+33 |
2006-06-17 | * [Added]: | Lance | 6 | -25/+88 |
2006-06-17 | - Fixed the party HP packets to send max HP 10000 and scale HP accordingly wh... | skotlex | 2 | -7/+22 |
2006-06-16 | - Fixed option value being reset'ed on login (fixes cart/peco/falcon being lost) | skotlex | 1 | -1/+1 |
2006-06-16 | - Corrected @speed to alter your base speed instead of battle one. Means the ... | skotlex | 1 | -2/+2 |
2006-06-16 | - Removed unused variable aspd_rate in map_session_data. | skotlex | 5 | -42/+42 |
2006-06-16 | - Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ... | skotlex | 6 | -34/+29 |
2006-06-16 | - Whoops, fixed compilation issue on mob_dead. | skotlex | 1 | -1/+1 |
2006-06-16 | - Removed db_tables.sql as it's no longer used. | skotlex | 1 | -0/+5 |
2006-06-16 | - Removed return from CALLBACK_ASSIST | Lance | 1 | -3/+1 |
2006-06-16 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7204 54... | Lance | 1 | -0/+1 |
2006-06-16 | * [Added]: | Lance | 1 | -0/+3 |
2006-06-16 | * [Improved]: | Lance | 5 | -46/+53 |
2006-06-16 | * [Fixed]: | Lance | 2 | -2/+3 |
2006-06-16 | - Merged Adam's patch to let the char-server handle validation of pet-name-ch... | skotlex | 5 | -9/+45 |
2006-06-15 | - Fixed "wedding_ignore_palette: yes" not working when relogging with the gea... | skotlex | 1 | -5/+5 |
2006-06-15 | - Added blocking of the Kick skills when you are a Soul Linker. | skotlex | 1 | -0/+4 |
2006-06-15 | - Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op... | skotlex | 5 | -35/+53 |
2006-06-15 | - Fixed clif_send not sending packets to SELF when specifying AREA if the sou... | skotlex | 3 | -16/+7 |
2006-06-15 | - Fixed and cleaned up script command 'equip' | skotlex | 4 | -16/+11 |
2006-06-15 | - Fixed map_nick2sd so that searching for "Adam" will not match a char named ... | skotlex | 1 | -15/+3 |
2006-06-14 | - Modified how luk reduces status changes by reducing the gap. Eg: resist = v... | skotlex | 3 | -23/+46 |
2006-06-14 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7164 54... | blackhole89 | 1 | -26/+26 |
2006-06-14 | - blocked again skill usage during marionette. | skotlex | 2 | -9/+4 |
2006-06-14 | - A quick fix for lazy scripters -_- sheesh | Lance | 1 | -11/+11 |
2006-06-14 | * [Improved]: | Lance | 1 | -3/+4 |
2006-06-14 | * [Improved]: | Lance | 1 | -1/+6 |
2006-06-13 | - Fixed a packet_ver error with the #defines in clif_spawn. | skotlex | 1 | -5/+2 |
2006-06-13 | - Fixed compilation error on clif.c | skotlex | 1 | -3/+3 |
2006-06-13 | - Marionette and Devotion will now check raw distance and ignore obstacles an... | skotlex | 2 | -2/+6 |
2006-06-13 | - Added irc_channel_pass setting and prevent crashing when irc server lookup ... | skotlex | 1 | -2/+11 |
2006-06-13 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7130 54... | Lance | 1 | -1/+1 |
2006-06-13 | * [Fixed]: | Lance | 1 | -4/+5 |
2006-06-13 | - Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu... | skotlex | 6 | -72/+101 |
2006-06-13 | - Oppositions can't be made during WoE now. | skotlex | 5 | -23/+27 |
2006-06-13 | Another mistake.. shit | Lance | 1 | -1/+1 |
2006-06-13 | Fix again >_< | Lance | 1 | -4/+2 |
2006-06-13 | Fix | Lance | 1 | -1/+3 |
2006-06-13 | Fix | Lance | 1 | -1/+1 |
2006-06-13 | Fix | Lance | 1 | -2/+0 |
2006-06-13 | * [Fixed]: | Lance | 1 | -19/+95 |
2006-06-13 | - Updated clif_disp_onlyself to not use dynamic memory and write directly to ... | skotlex | 8 | -50/+47 |
2006-06-12 | - Fixed a pair of missing initializers in the clif storage functions. | skotlex | 1 | -2/+2 |
2006-06-12 | - @heal no longer displays a healing animation. Fixes the client believing yo... | skotlex | 2 | -5/+12 |
2006-06-12 | - Fixed npc_checknear's distance check returning the opposite of what it shou... | skotlex | 11 | -426/+254 |
2006-06-12 | * [Optimized]: | Lance | 1 | -5/+7 |
2006-06-12 | - Made guild member exp an unsigned int. | skotlex | 7 | -112/+121 |
2006-06-11 | * [Fixed] | Lance | 1 | -1/+1 |
2006-06-10 | - Added structure party_data and party_member_data to the map server to hold ... | skotlex | 10 | -364/+375 |