summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2007-10-28Corrected Cross Shield bonus.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11598 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-26* Some small db updatesPlaytester4-5/+11
- fixed Bongun Card thanks to Gepard - updated Ifrit Card to official - Fire Wall now has 2 cells knockback - set interval values of Fire Wall and Fire Formation to 20ms git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-5/+0
* Cleaned up the mail code, no more pointless dynamic allocation * Added upgrade_svn11548.sql to convert the mail table to new format * Updated vs7 and vs6 project files * Increased the max. send buffer size to 5M since 1M is not enough * Please complain if something stops working ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11571 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-23Added Arunafeltz State WoE maps.L0ne_W0lf3-0/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-8/+8
- Updated the maildb sql structure. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-22Fixed Bowling Bash doing more than 1 tile knockbackPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21* Added new cards to drops so they can be testedPlaytester2-35/+37
- updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21Implemented remaining 12.1 cardsPlaytester2-12/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21Fixed some typos in the item_dbPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21- Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and ↵skotlex1-2/+6
where even incompletely coded) - Added SC_INCASPDRATE, SC_INCFLEE2, SC_INCCRI, SC_INCDEF, SC_INCBASEATK and SC_FASTCAST as these are required by the newer items. - Cleaned a bit the implementation of Suffragium git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20Fixed some item bugsPlaytester2-11/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20Corrected Desert Twilight and slots.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20* Some more updates to the skill unit codePlaytester2-3/+6
- renamed SKILLUNITTIMER_INVERVAL to SKILLUNITTIMER_INTERVAL - Heat now depends on the interval settings rather than firewall_hits_on_undead - if you want Heat to do more or less hits you can now change the interval value in the skill_unit_db.txt (official+default: 20ms) - Icewall doesn't break anymore when the SKILLUNITTIMER_INTERVAL gets changed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-19Updated some new cards for testing purposesPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-19Fixed some typos and updated Atroce CardPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Updated Gorynych's DEF/MDEFPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Fixed Ahlspiess not ignoring def of bossesPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18* Further optimization of the skill unit codePlaytester2-1/+3
- removed code for Crimson Fire Formation it now uses the same code as Fire Wall - added same knockback behavior as Fire Wall for Fire Formation - Heat now does 50 hits a second in pvp too - please let me know of any bugs that might appear git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-17Updated sql filesPlaytester1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11497 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-1/+1
* Commented out clif_skill_damage2() as it is not used anymore * Made Venom Splasher a splash attack that distributes damage * Fixed displaying of several splash skills (see bugreport:238) - added flag SD_PREAMBLE for skills that need the 'magic' packet (fixes Grimtooth / Cart Revolution displaying out of sync) - hacked together Venom Splasher's "no animation for central mob" - hacked in a custom packet to make Dragonfear display semi-correctly git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11491 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16Fixed used levels of NPC_CRITICALWOUNDPlaytester3-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11490 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16Cosmetical changesPlaytester2-9/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11484 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16Reverted arrow crafting as there's no evidence that it really has been changedPlaytester2-18/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11483 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15- fixed Halo-Halo not being consumed on use.skotlex1-1/+1
- Updated the item price/sell reading code to enable 'null' values. The difference between a blank value and 0 is that when the value is blank, it should automatically take half/double the other value. The previous behaviour did this automatically and didn't let you specify, for example, if you wanted a given item to sell for 0. - Also added a warning when an item in the db has an exploitable price (through overcharge/discount). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11482 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Readded Sonic Acceleration to the skill DB. -_-L0ne_W0lf2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11481 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Fixed duration of Enchant Deadly PoisonPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11480 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Reverted last fix according to tests on AegisPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11479 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Fixed aftercast delay and timer of Venom SplasherPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11478 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Eek, made it so the Memory of Wedding item only works if you're married.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11477 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE ↵L0ne_W0lf3-1/+79
by 1. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11476 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Item Database updates.L0ne_W0lf2-12/+17
- Updated Memory of Wedding effect, and some item names. - Added the Diablos item set information. - Added cast-delay reduction to Diablos Robe. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13Fixed duration of NPC_POWERUPPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13Corrected pet tames for newest pets.L0ne_W0lf2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12Fixed up various skills that are supposed to use aMotion as delayPlaytester2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12* Removed exp of poring stat mobsPlaytester2-74/+77
- updated Moscovia mob stats - updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11* Added secret bonus of slotted Skull RingPlaytester2-1/+2
* Fixed two prices of Socket Enchant NPC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11* Added all out-standing monsters to the Monster Database.(Poring stats)L0ne_W0lf5-78/+157
- Added Several G_-type monsters. (Events?) as well as WoE:SE monsters. - Commented out ALL custom monsters from mob_db2, mob_skill_db2, and mob_avail. - Added Satan Morroc monsters with KNOWN STATS ONLY. These monsters are far from usable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11411 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10Fixed some minor typosPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10Updated Crest of Rider combo to include slotted black leather boots.L0ne_W0lf2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10Added Slotted Black Leather Boots.L0ne_W0lf2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10Fixed Undershirt combo not working with slotted PantiePlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10Updated Socket Enchant NPCPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10Updated Lady Tanee cardPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11391 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09Added a missing item name thanks to rollopopPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09Updated several entries in the create arrow database.L0ne_W0lf2-35/+36
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11385 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08Added the remaining EXP increasing effects. (25, 100, and 300% manuals and ↵L0ne_W0lf2-9/+9
Noble's Nameplate) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08Updated packet_db.txt with latest client entries.ultramage1-4/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08removed slot from 5147 old baseball hatLupus2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-06* Added missing item names in the item_dbPlaytester2-4/+9
- please fix the txt files if there's a bug to begin with next time - also ingame names shouldn't have "_" - updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05* Updated gender restrictions to aegisPlaytester2-17/+19
- it will still be ignored by eA due to a config setting git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11367 54d463be-8e91-2dee-dedb-b68131a5f0ec