summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-19- Cleaned up the log.c file.skotlex12-153/+194
- Splitted log_pick into log_pick_pc and log_pick_mob to avoid ugly type-casting. - Fixed log_chat not recording anything if the server is compiled in SQL mode and sql_logs is turned off (it should then record to a plain txt file) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19...and Prontera CulvertsPlaytester2-19/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9016 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19Official kRO 10.1 spawns for:Playtester4-31/+40
- Anthell - Orc Dungeon - Coal Mine git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19Official kRO 10.1 spawns for:Playtester5-89/+97
- Byalan - Payon Cave - Toy Factory - Lutie Field git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9014 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19- Corrected a compilation error.skotlex4-12/+18
- Fixed SG_FRIEND, it should be triggering when Monks do Combo Finish (not triple blows), and the trigger rate increase should be based on your known level of SG_FRIEND, NOT TK_COUNTER. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9013 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19- Added the Monk combos to skill_castnodex so their delay is not decreased ↵skotlex9-107/+128
by skills. - Added the actual skill delay of 1000ms to Triple Attack and Chain combo in skill_cast_db. Added Combo Finish and TigerFist as well with a delay of 700ms. - Phantasmic arrow now knockbacks even if it misses. - Adjusted the way Monk combo times work. The combo time is now always 300ms (adjusted by combo_delay_rate) which takes effect inmediately AFTER your current skill's canact-delay (which is why the particular skill delays were moved to skillcast_db) - Modified skill_delayfix so it performs the can-act reduction from agi/dex for combos there. - Modified pc_steal_item so that it behaves more closely to the way it does on Aegis. - Commented out the monster_noteleport mapflag from the guild castles as this is the Aegis behaviour git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-19fixed The Sign QuestLupus3-9769/+9779
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9011 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18- Added a overflow check when calculating party exp share.skotlex2-0/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Official kRO 10.1 spawns for:Playtester4-59/+63
- Beach Dungeon - Pyramid - Geffen Tower git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Official kRO 10.1 spawns for:Playtester5-116/+133
- Sphinx - Prontera Maze - Sunkenship git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9008 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Official kRO 10.1 spawns for:Playtester3-87/+88
- Turtle Island - Clock Tower git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9007 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18- Added monster_noteleport mapflag to the guild castles maps to prevent ↵skotlex2-0/+29
"avoiding MVPs" by forcing them to teleport from rude-attacks. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Official kRO 10.1 spawns for GlastheimPlaytester2-93/+94
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9005 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Updated the packetdb for the 2006-10-17a client.Zephiris2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-18Official kRO 10.1 spawns for the guild dungeonsPlaytester2-17/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9003 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16- Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon ↵skotlex5-4/+10
attacks and only melee misc attacks. This isn't 100% correct, but it's a better approximation to the way these skills behave. - Corrected issen's range to 5, as per the login packet information. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9001 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16- Emergency call &16 (disable skill from nowarpto maps) will now NOT block ↵skotlex4-3/+10
Emergency Call if that map is also a gvg-castle map. Makes it safe to turn on this option to prevent usage from special maps (like Lhz3) without crippling the skill during WoE. - Added &16 to the default of the emergency_call setting. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9000 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16- Applied most of Mpeg's work on Ninja Skills. For information see: ↵skotlex10-112/+111
http://gpegon.free.fr/ea/ninja_10-15-06_mpeg.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8999 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16- When reinvoking a combo-time, the previous combo time will be terminated.skotlex4-4/+11
- Fixed Esma-state not ending after casting it. - Fixed @hominfo displaying intimacy on a 1/10k scale. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8997 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-16Small Kiel MVP drop rate increasePlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8995 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Homun info window to display crit valueVicious2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8993 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Added Payon Thief Bug roomPlaytester1-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Fixed Bacsojin's and Chung E's statsPlaytester2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8991 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Some more official spawnsPlaytester4-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8990 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Fully official Juperos and Bio Lab spawnsPlaytester3-55/+210
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8989 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Updated some field spawns to officialPlaytester5-58/+88
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8988 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14Fully official Abyss Lake spawnsPlaytester2-24/+37
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8987 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14* Fully official Thanatos Tower spawnsPlaytester3-164/+196
* Fixed typo in Lighthalzen Bank git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8986 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14fixed nameless npc - assassin job questLupus2-13/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8985 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-13No comments...eaac1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8984 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-13- Sight Blaster will not end after hitting 1 enemy if there's several ↵skotlex1-7/+5
enemies within range, it will first knock them all back, and then end (as reported by AuronX) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8983 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-13- Base attack for non players is now calculated as str + [str/10]^2 (it does ↵skotlex3-14/+25
not has +dex/5+luk/5 which players do have) - Fixed the char-sql server trying to read the gms off a "gm_db" config setting stead of "login_db" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-13- Corrected Throw Arrow/Musical Strike's damage formulaskotlex4-17/+25
- Altered Trick Dead. It doesn't prevents skills from being casted on you now, but damage-based skills will do no damage. - Made the battle_config.attack_attr_none apply to pets when using the "fixed damage" pet skill scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8978 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-13* Reverted GS/NJ Job ExpPlaytester2-1/+3
- better too high than too low git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12- made @killmonster make the mobs drop items again.skotlex2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8976 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12Added Homunculus atcommandsPlaytester2-0/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8975 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12- Added a temporary message when Angel of the Sun, Moon and Stars trigger so ↵skotlex2-0/+3
you know it triggered. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8974 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12- Corrected Caprice cast info. No cast time, delay time equal to the bolt ↵skotlex5-11/+27
spells. - When slaves_inherit_speed is set (which is also the default), homun will have the same speed of their master when spawned. - When using Hatred and you already have a hate target, your current hate target is displayed now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-12Probably official GS/NJ Job ExpPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-11- Removed login-sql connection variables from the map-server (the hell, ↵skotlex2-35/+0
these aren't used at all!) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8969 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-11- Removed useless inter_athena settings (they were doing absolutely ↵skotlex4-40/+10
nothing): read_gm_interval, gm_db, gm_db_level, gm_db_account_id, use_new_sql_db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8968 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex6-123/+84
- Updated status_get_name to take into account fakename, also cleaned it up. - Cleaned up the char-server code when the last point of a player is not found. First it'll check if there's any mapserver online, and then, if there is, it'll look for the major cities. If this fails, then the player will be told server is closed instead of trying to send him to a "random map". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-11updated kafra functions.Lupus1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8964 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-11- Corrected the mob damagelog structure so that you can't exploit it by ↵skotlex3-50/+40
switching characters. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-11implemented 3 kafra ptickets for KAfra. removed kafra passLupus2-152/+103
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8962 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-10- Fixed crash when char-server sends to a "random" map-server online on connect.skotlex2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8960 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-10- Should have fixed being petrified not reducing your defense and ↵skotlex3-8/+7
increaseing your mdef. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8958 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-10added Halloween Event, fixed seals quest, updated Pavianne KAfraLupus6-70/+213
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8957 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-09Fixed High Quality Sandals not being refinablePlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-09- sc_cast_cancel is now a type 4 setting.skotlex5-12/+16
- Fixed SC_NOCHAT printing the "skills are now available" message twice on natural expiration. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8953 54d463be-8e91-2dee-dedb-b68131a5f0ec