summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2007-09-07* Added more items; mostly rental. New pet tames, eggs.L0ne_W0lf5-340/+527
- Updated and corrected some item names, both kRO and iRO names. - Skill need correct view-ids for new headgears. * Added new pets: Green Maiden, spring Rabbit, Goblins 1, 2 and 4, Deleter, Diabolic, and Wanderer. The data is mostly custom. * Corrected the item trade entry for the luxurious key. * Added basic data for Spring Rabbit pet mob. * Slight change to the Keil Hyre quest. - If you have remaining items after FINISHING the quest, talk to Keil Hyre again and he will Remove ALL outstanding quest items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07* Moved quest_variables.txt to /docultramage2-7/+27
* Added comments to some getitem/delitem calls * Disabled nightmare drop in the custom mvp arena script * Fixed problem with baby novice + swordsman quest (topic:160247) * Fixed a typo and problem in the airship typing challenge git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07- Added support for the new party invite/reply packets from the latest ↵skotlex1-0/+2
client version. - Cleared up some TODO's - Added auto-rejecting party/guild invites when the target is disconnected from the server. - Added a correction in the walking code to abort it when map_moveblock cancels the player's walking (by warping/knocking back),the default code would fail because unit_stopwalking would do nothing since the walk timer was already -1 in that moment. - Corrected mob_randomwalk to use unsigned int for the tick variable. - Changed the default @Main format to prevent crashes in the newer clients. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06Added Red Silk of Seal to White Lady drops.Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06Fixed some item names and updated drop rates a littlePlaytester3-172/+173
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06A minor drop rate change...Playtester2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06Updated two pricesPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04* Some drop and item fixesPlaytester3-5/+7
- also updated sql files - time for players to test all the new stuff now :x git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11128 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04Some minor drop fixes.Playtester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04Added drops to Cursed Abbey mobsPlaytester3-11/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04- bonus3 autospell (and autospell when hit) will now select for spell target ↵skotlex2-69/+71
self when the skill is tagged a support skill. - Increased the amount of autospells that can be held at a time from 10 to 15 - Updated several item scripts to use bonus3 autospells rather than bonus4 ones. - Changed the "autocasted strip skills don't have a duration" to apply only to Full Strip. - Cleaned up some the Signum Crucis code. - Added initialization of hp_loss/sp_loss/hp_regen/sp_regen which somehow was not commited before. - Magic Mirror's duration now is reduced /15 when used on players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04Added the 11.3 equips to the monster dropsPlaytester3-37/+38
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04* Fixed all the 11.3 equipsPlaytester2-41/+41
- please test them ingame git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04- Removed usage of MAX_PC_BONUS all over the code, it is now only used in ↵skotlex1-1/+0
map.h (this is done so that individual bonuses can have their array length modified without having to change all the other bonuses as well). - Removed bonus bAddDamageByClass since it is not needed, and implemented bAddDefClass which can be used for the same (but previously was doing nothing). - Cleaned up the weapon_data structure to use a sub-structure to hold the add_dmg information. - Cleaned up some of the add dmg/def bonuses so the 'count' variable is not needed anymore. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03* Updated Staff of Destruction, Siroma Card and Imp CardPlaytester3-10/+9
- also fixed duration of Antimagic and Stoneskin - please report any bugs you find with all the new equips git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11120 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03Fixed Staff of Piercing, General Ygnigem Card and Vesper CardPlaytester2-7/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03Fixed Zeny Knife, Strong Shield, Cramp Card, Drosera Card and Slow PotionPlaytester2-12/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ↵skotlex1-3/+3
bHPLossRate/bSPLossRate, making you gain x Hp/Sp every y ms. - Added bonus bIgnoreMdefRate, used to ignore a % of the target's mdef when using magic attacks (bonus2 will ignore part of the mdef of all targets, bonus3 receives a race argument) - You can now use bonus2 bCastRate to adjust the cast rate of a single skill. - Cleaned the code for bleeding (hp-loss) and extended it to handle regen as well. - Some small cleanups in the pc_bonus functions - Removed bonus3 bHpLossRate since it was doing nothing and is not used. - Corrected bGetZeny bonus to be like in Aegis. The amount received is from 1 to the given amount, you can use negative zeny values to use an amount dependant on mob's level (amount*lv). - Updated doc/item_bonus.txt with all these changes - Anti-Magic/Stone-Skin now increase/decrease def/mdef only and in an absolute mode (+20*lv rather than +20%*lv). Also the duration is greatly decreased (x/15) when used on players. - Now when a player uses a strip skill without having it in the skill tree (auto-casted) the duration will be 0, the equipment will be stripped without causing the status change that blocks reequipping. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11112 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-02Updated Refined Sakkat Box to give only 1 Sakkat instead of 10.Paradox924X1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-02Fixed db/Changelog.txtPlaytester1-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-01Fixed certain typos in src/npc/doc filesultramage1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-01* Implemented 12.1 cards to the best of my ability. Let me know if I missed ↵L0ne_W0lf2-10/+52
any effects that are there that I missed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-30- Cleaned up a bit the homunculus evolution code, and fixed homevolution ↵skotlex1-1/+0
allowing the homunc to 're-evolve' even though it was already evolved. - Optimized a bit the skillheal code in regards to Apple of Idun and Sanctuary git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-29Updated all heal and offensive heal item bonusesPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-29- Added bonus bSkillHeal to distinguish offensive skill damage increases ↵skotlex1-0/+1
from healing power boosts. - Moved battle_skillatk_bonus to pc.c, cleaned up the related skillatk bonus code to consider the skillheal bonus option. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-24Fixed a documentation mistake in 'areamonster' (missing argument).ultramage1-1/+1
Fixed incorrect sprite used for twintowers event npc. Fixed a mistake in changelog. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-24- Fixed the hotkey list sending to the client not displaying right away.skotlex1-1/+1
- Corrected the unit_id of NPC_EVILLAND (taken from jA) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-23Fixed Galion losing boss modePlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-22Some small MVP updates according to latest infoPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-21Fixed Book of the Dead not autocasting the correct skillPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-21Fixed Coma status chances being way too lowPlaytester2-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-21Fixed up some commentsPlaytester1-5/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-20* Corrected bonus for Gold_Tiara_. (Playtester)L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-20- Oops, forgot to add the Pulse Strike damage modifier.skotlex1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-20- Fixed Earthquake not clearing out the target-count before counting targets.skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-19* Fixed weight for Silver_Shotel and Spirit_of_Kamaitachi.L0ne_W0lf2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-19Fixed Evil Land's blind effect not working properlyPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-17* Fixed item script on elemental fistsPlaytester3-8/+12
- Endow should be cast on self - also added the elemental fists to the mob drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11032 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-16Removed heal bonus on Spiritual RingPlaytester2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15- Merged and completed Latio's work on server-side hot-key saving ↵skotlex1-1/+1
(http://www.eathena.ws/board/index.php?s=&showtopic=159388&view=findpost&p=884453) - Now hotkeys are stored server-side (table hotkey in SQL servers, file save/hotkeys.txt for TXT servers). You can disable this behaviour by commenting out the 'HOTKEY_SAVING' define in mmo.h - Fixed a few compilation warnings/errors. - Apply upgrade_svn11018.sql to create the hotkey table. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Added Critical Wounds to Anubis's skillsPlaytester2-0/+3
- also added some icon info git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Some serious code cleanupsultramage1-1/+1
- adjusted @reloadbattleconf to not depend on variable ordering - changed all battle vars to 'int' (removes pointless duplicit coding) - added min, max and default columns to battle config data structure - added properly bounded values for these columns (or at least tried to) - battle-conf loading will now complain if it finds unknown settings, and will reject values that are outside of the allowed range - added CHATROOM_TITLE_SIZE and CHATROOM_PASS_SIZE - partially cleaned up chatroom manipulation code * Fixed 'Job_Professer' typo in mage jobchange quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Added Autocast of Greed to Lesser Elemental Ring.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Changed the rest of the Western_Outlaw bonus. (/3 -> /6)L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11011 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Added bonus for Hunter_Earring, as well as it's DEF bonus.L0ne_W0lf2-2/+4
* Changed ASPD bonus for Western Outlaw at Playtester's request. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Updated ChangelogPlaytester1-17/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Reverted two lines from the last commit.Playtester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11008 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Implemented bonuses for several 11.3 equips.L0ne_W0lf4-69/+488
- Corrected Wolfhedin and Mithril Magic Mant. so they trigger properly. - Added Several more cash shop items, granted a lot of them don't work. - Added new headgear, using trans. proj. and some info care of Luanus. - Corrected effects for blessing and Inc AGI scrolls. * Small updates to the item trade database. - Commented out Skull_ and organized it a bit better. * Small update to create_arrow_db.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11007 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Implemented Wolfhedin and Mithril Magic ManteauPlaytester3-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11005 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Fixed the damage area of the "path damage" skillsPlaytester2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11004 54d463be-8e91-2dee-dedb-b68131a5f0ec