summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
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
2008-03-17Added another item entry to item_avail.L0ne_W0lf2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12384 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-17Added item_avail entries for two items.L0ne_W0lf2-0/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-16Fixed two empty fields in the item_dbL0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-16Corrected Bloody Knight dropping Strong Shield twice.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15Corrected Aliot dropping thin blade twice.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15* Added skills for Moscovia area monsters.L0ne_W0lf2-0/+50
- Based on iRO Future Wiki, credit to Zephyrus, and Reanimation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15Fixed Bloody Knight's drops. Shield[1] -> Strong Shield[1] L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15Updated mob database with 11.3 information. (bugreport:1191)L0ne_W0lf2-106/+148
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15- Added the SC_HPREGEN effect to battleground armors.zephyrus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15Updated Poring Tower to not refinable. (bugreport: 1050)Paradox924X2-1/+3
Renamed custom Stylist to Stylist#customstylist to avoid conflicts with official one. (bugreport: 1042 Updated Airship Typing Challenge to not fail you when you get both strings correct. (bugreport: 1008) Fixed Job_Change Function to properly jobchange babies. (bugreport: 943) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15- Changed the way SC_HPREGEN works.zephyrus1-2/+2
- If you parse val1 as negative, heal will be a % of the maxHP. - On positive values it will heal a fixed amount. - Changed this to allow the new attributes of Battleground sets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-14Commented out St. Patrick's Day mob_db2 entries.L0ne_W0lf2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-13* Added St. Patrick's Day (2008) event based on iRO, by Kisuka, read the ↵L0ne_W0lf3-2/+21
script file before enabling. * Added St. Patrick's Day event items to item_trade.txt, but commented them out as people seem to use these items for other things as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12354 54d463be-8e91-2dee-dedb-b68131a5f0ec