summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2008-05-24- Fixing some items.zephyrus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12720 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-24* Fixed Satan Morroc and Injured Satan Morroc stats (bugreport:1546)L0ne_W0lf4-7/+11
* Fixed a few instances of pneuma being casted on target. (bugreport:1557) * Fixed Desert Twilight increasing damage to demi (bugreport:1559) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-19Fixed Thorny Shield and Survivor's ManteauPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12717 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-14Added Satan Morroc and Morroc Shadow monster stats.L0ne_W0lf2-12/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12709 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-13* Corrected Fire breath being self-targeted. (bugreport:1503)L0ne_W0lf4-21/+24
- In addition corrected Chocolate Strawberry having infinite use. (bugreport:1484) - And corrected stats for several Thor volcano monsters. (bugreport:1476) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-13Also removed the move_enable requirement from KN_CHARGEATK (Charge Attack) ↵ultramage2-1/+2
(according to bugreport:67). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12706 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-13Removed the move_enable requirement from MO_BODYRELOCATION (Snap), making it ↵ultramage2-1/+3
possible to use it when trapped (followup to r12500 and r12501). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-11* Beelzebub now summons 6 chonchons in addition to hell flies.L0ne_W0lf3-8/+11
* Tristan 3RD is no longer considered a boss protocol monster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-09- More scripts fixes.zephyrus1-0/+5
- Some cleanups to the code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12695 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-08- Added some new items and headgears.zephyrus2-6/+30
- Changed the way DEF Potion and MDEF potion works to official. - Cleanups to Barricade Engine. It now can be used in WoE 2.0, i will release optional scripts soon. - Fixes to @noks. Now if the mob is targeting someone else the protection get lost. - Added new status effects icons to cash items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12693 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-28Updated castle DB to be compliant with new WoE scripts.L0ne_W0lf2-20/+21
Updated gvg_eliminate_time comment to reflect use in new Woe scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-28Another correction to "Evil Land", fixed damage-effect range.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-28Randgris will summon a dropless/expless mob after initial mob.L0ne_W0lf3-4/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-27Removed a messed up, unnecessary line.Paradox924X2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-24* Fixed hugel_bingo making an unneeded infinite loop bugreport:1349toms2-1/+3
* Partially fixed bugreport:1285 (item 13697) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12646 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-22Accidentally commit my test db. >_>Kevin1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-22Changed itemdb_reload to clear the database before reloading, so it is ↵Kevin1-1/+1
possible can remove an item from the DB without restarting the server (bugreport:1348) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-21Further fixed bugreport:1371.L0ne_W0lf2-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from ↵ultramage1-1/+1
mapserver to charserver' also caused a permanent account lockout if the player pressed 'cancel' in the char select screen. Merged some recent changes from SQL to TXT, as someone didn't bother to do it. Ifdefed the quest data request code as SQL-only (this was causing server disconnects whenver someone logged in). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-15Removed all _ in the second name in item_db.txt and updated item_db.sqltoms1-61/+61
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12601 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage3-8/+8
* Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name) * Implemented a generic framework for parsing delimited db files (allows specifying min/max column ranges and max number of rows to read) * Corrected a typo in quest_update_objective() * Cleaned up pc.c a bit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12599 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-14Fixed bugreport:1353, bugreport:1356, and bugreport:1365.L0ne_W0lf2-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10* Reverted the change to MAX_SQUARE_LAYOUT.L0ne_W0lf2-1/+2
* Evil Land will always as a 3x3 animation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10* Updated NPC skill "Evil Land". More gravity wtfage.L0ne_W0lf3-2/+4
- Based on visual observation, and experience with it on iRO Sakray. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10- Coins are no longer Usable items that can't be used due to an invalid ↵DZeroX1-9/+9
Gender value, but instead, Etc. items, as they should be. - Sweet Memory of Marriage has a correct Gender value now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07* Reverted the Ice Wall change (r12526.)L0ne_W0lf2-2/+4
- Increased the range of Ganbantein to 16, as tested on iRO. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07Limited number of wizard icewalls to 5 (iRO).Kevin2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07* Dur, I'm bored. Added place-holders for Mercenary skills.L0ne_W0lf2-0/+42
- These skills are NOT usable. They're semi-filled in. Don't even try. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12515 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-06TK_JUMPKICK requirements changed as well. (bugreport:1155)Kevin2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12501 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-06TK_HIGHJUMP requirement flag changed from move_enable to none. (bugreport:1155)Kevin2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12500 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-04* Implemented 11.3 monster skills update.L0ne_W0lf2-186/+182
- Removed teleport and Snatch from level 99 Biolab monsters. - Implemented official skills for Anubis and Nameless Island monsters. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12470 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-03* Reverted the healing staff update. [L0ne_W0lf]L0ne_W0lf3-12/+15
- The discrepancies in Aegis and eA seem to like in meditatio. * Updated War of Emeprium SE Sword guardian stats. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-03updated Healing_Staff heal boosting effect. L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12468 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-02First round of minor updates for WoE SE.L0ne_W0lf3-9/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-02Updated Anubis drops to official.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12460 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-29- Fixed a bug in a previous Adoption fix from umage (partnerid is char_id ↵zephyrus1-7/+10
not account_id) - Added new headgears from EuRO and ThRO. - Fixed some viewids. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-27Added proper script constants and documentation for the 'checkcell' command. ↵ultramage2-6/+23
(topic:183035) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-23Corrected Bishop and Gopinich exp rewards.L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-21Updated special effect rates on 11.3 gear.L0ne_W0lf2-29/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-21- Added status changes for netcafe premium items. Status Resist Potion and ↵zephyrus2-0/+6
SP Reduction Potion. * More Barricade stuff: - Changed the way "Dir" works. Now it's just like NPC dir definition (from 0 to 7). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12414 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-20- Fixed ItemID 12235 exploid (can be used to fully restore HP without ↵zephyrus2-3/+7
consume item) - Fixed Holy Armor and Shadow Armor Scrolls. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-20* Corrected more duplicates in mob drops.L0ne_W0lf2-14/+18
- Updated a few custom existing drops as well. - Fixed Hode so it drops Slotted Town Sword git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19Fallen Bishop lost his card...he found it though.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19Updated some monster stats that got missed.L0ne_W0lf2-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19Updated Cursed Abbey monster drops.L0ne_W0lf2-10/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19Moscovia mobs will now do more damage.L0ne_W0lf2-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-18- Changed the way SC_ARMOR_ELEMENT is called (Resistance potions)zephyrus1-5/+5
- Now each val represent an element (1 = Water 2 = Earth 3 = Fire 4 = Wind) - Fixed bug 1039 (Shadow Armor Scroll's Script Fails) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-18- Added the official adoption method.zephyrus1-2/+2
( Parents need to create a party, invite a novice/first class, both equip the wedding rings and someone just right click the future baby ). - Fixed a bug sometimes client don't show job's bonus stats. - Removed the problematic adoption script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-17Whoops. Incorrect ID in item_avail. :D L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12386 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-17Whoops. Incorrect IDs in item_avail.L0ne_W0lf2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12385 54d463be-8e91-2dee-dedb-b68131a5f0ec