summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex12-63/+67
- Corrected states killer/killable being easily dispellable. - Fixed the totally wrong text messages being used for @killer/@killable related atcommands, added appropiate entries to msg_athena - Magic and Misc attacks will now get type "flee" when they do less than 1 damage, this blocks them from causing additional status effects when they are blocked. - Cleaned up a bit the Basilica code, it should now properly end when you walk. - Added an unnecessary qty check when inserting cards :P - Fixed some logs not working when you enabled all logs. - Corrected unmute being a level 60 command by default (should be 80) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13updated file version! DO always increment file version!Lupus1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-13- Corrected the mapif_parse_PartyChangeMap function to correctly update ↵skotlex4-18/+40
level-range when someone logs on/off, fixes being unable to set even-share on once it's been broken even when the characters out of range logoff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12See Changelog.blackhole892-0/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12Fixed Fling requiring unknown amunitionPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12* Changed the aftercast delay of Envenom to 100msPlaytester2-1/+4
- this will cause that you can cast Envenom as fast as aMotion git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfudPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12* Added Violin[3] to the Comodo Weapon sellerPlaytester6-15/+95
* Optimized a warp near Gunslinger weapon shop * Extended the Garrison quest to slot the Garrison git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-12- Fixed Dancers/Bards being able to use normal attacks while performing.skotlex2-15/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-11- Fixed the item group bonus not working.skotlex5-32/+85
- Removed unnecessary member id from the item group structure. - Fixed songs/dances always being considered overlapped with themselves. - Added some additional song/dance overlap code that should correctly change the effect of songs/dances when they overlap. - Added a check so that the status-change packet is always send to self when the inflicted char is a player disguised. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Code cleanup on homunc, they stay in memory until player disconnect or ↵toms6-79/+127
homunc destruction git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Fixed packetdb.txt updates.Zephiris1-10/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10- Hopefully fixed family-party-even-share not breaking when a member logs out.skotlex4-2/+15
- Corrected Advanced Jobs HP bonus from 30% -> 25% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10- Should have fixed the login-sql crash when passed user-name's length is ↵skotlex8-19/+21
beyond the limit. - Removed setting mob_ghostring_fix - Changed setting attack_attr_none to affect all neutral-element attacks. Basicly, this setting is now used to determine who can hit for full damage always when using neutral-attacks (defaults to non-players) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Updated the Packet DB for both trunk and stable to the latest version.Zephiris2-10/+52
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Reverted Tracking being affected by dexPlaytester2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Switch airplanelocation variables to temp variables to avoid unusefull ↵toms2-24/+25
mapreg(sql/txt) writes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8232 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Aloevera and Anodyne now cast on selfPlaytester2-2/+3
Note: There is no way to make the effect display, if anyone knows how to make it display please add it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10- Fixed a warning GCC kept giving me when including mercenary.hskotlex1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10- Fixed two instances in the login-sql server where the ip in the log-login ↵skotlex7-28/+79
table was being stored backwards. - Now when a skill's range is 0 and the skill is NOT casted on self, it will take the basic weapon's range (without Vulture/Snake Eye bonus). - Now when a duration is not specified, sc_start/sc_start2/sc_start4 will try to guess the duration by extracting it from the skill_db (it uses skill_get_time on whatever skill is associated to the status-change using val1 as skill-level) - Corrected that extra comma at the end of the Kaensin layout setup. - Some cleanups on trade_tradeaccept to prevent packets being resent when they shouldn't. - Corrected that ALLOW NULL thingie on main.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Fixed syntax error in 'guild' create table statementtoms2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8228 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Raised drop rate of six shooter[2] to 0.03%Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10* Added file for gunslinger questsPlaytester3-0/+97
- Garrison quest is done and tested git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8226 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10updated header of dts_warper.txt with newer information and changed header ↵evera2-17/+23
formatting to fit the rest of the npcs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10bio ethics quest doesn't warp alche's to empty room now, displays warning of ↵evera2-2/+10
unfinished quest and warps them back. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Some Einbroch respawn time fixesPlaytester2-15/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Fixed view id of some new headgearsPlaytester2-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8220 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10Added two missing braces to Yellow Novus card scriptPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-10- Removed cast time on Flip CoinPlaytester3-3/+4
- Tracking is now affected by dex git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Removed cast time of AM_REST & AM_CALLHOMUNCULUStoms2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Fixed Asura not wasting all SP away when it fails on cast-end.skotlex2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Fixed homunc skill up bugtoms4-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8215 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Hopefully fixed Green Ferus card comboPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Adjusted some the dance/song/encore code so that the source of an ensemble ↵skotlex4-33/+68
will always get checked, so that walking out of an ensemble skill should make it end now. However, since ensembles requires two characters and only one is marged as source of the ensemble.... this may not be finished, some kind of check is required so that the partner will also get a force-check and not just he who started the ensemble. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8213 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Added crash protection to the mob_db txt reading when the mob_db file has ↵skotlex2-2/+7
lines with insufficient number of columns. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Should have fixed a signed/unsigned warning in login-txtskotlex5-22/+33
- Moved the class-change code from battle_calc_weapon_attack to skill_additional_effect. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8211 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09* Removed bonus range on some bows (there is a range column for that)Playtester2-3/+5
- also reverted sidewinder card, chance is handled in the code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8210 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Cleaned up some the code of TF_DOUBLE and GS_CHAINACTION.skotlex2-16/+17
- Removed the code which was auto-setting attacks that do no damage to type FLEE, since that was disabling status-effects which should incur even when the damage was blocked. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Trade requests will now fail when either character is unable to act ↵skotlex6-6/+20
(character in storage, vending, interacting with an npc, petrified, etc) - Change the default of attack_attr_none to all classes except players. This means that pet/mobs/homun will always do normal attacks with no-element modifiers (but elemental reduction cards still apply) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Fixed Royal Tea requiring Sweet Sauce rather than Yellow SpicePlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8206 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Renamed first "Name" column to "AegisName"Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8205 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Fixed Rapid Shower only using 1 bullet rather than 5Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09A small sign quest fix according to a recent patch.MasterOfMuppets2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Heard skotlex voice, changed all msg_table[] into msg_txt() in atcommand.c ;)toms2-367/+369
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09Item Name updateVicious2-1089/+1090
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Got rid of the "i might be used uninitialized on this function" warning in ↵skotlex1-1/+1
`buildin_getpartyleader' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Fixed the char-server not invoking the party_calc_state function when the ↵skotlex3-8/+14
third party-member is added to a party, hence failing to check for families and disabling even share from them unless all three relog first (state is correctly calculated when party is first loaded). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-09- Crash-protections in the mail-checking function.skotlex4-48/+48
- Changed a bunch of msg_table use into msg_txt in atcommand.c, there's still a lot left... am not feeling inspired to finish this >.< - Some additional parenthesis on equipment check in pc_equipitem, seems to have fixed the mid/lower headgear-sprites not showing up. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-08- Added back missing state set to prevent Ankle-Snare from being retrieved ↵skotlex2-0/+3
after the target dies. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-08Fixed compilation warningtoms3-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8191 54d463be-8e91-2dee-dedb-b68131a5f0ec