summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2007-11-06Fixed Aesprika's item ID.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11686 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06Added the Halloween 2006 event script.L0ne_W0lf2-1/+2
Updated drops for Event Lude. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Updated some of the 12.1 armor, added Brynhildr and ASepirka.L0ne_W0lf2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Fixed Imp using a too high level of FireboltPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Updated DEF and MDEF of Moscovia mobsPlaytester2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Changed the skill_db.txt skill names in comments into actual columns, now ↵ultramage1-624/+626
the server reads these instead of a hardcoded array (see topic:170438). Corrected skill db loading code which was using a totally wrong column count in sevreal cases (or didn't do any checks at all). Cleaned up skill db lookup code * added some well-behaved functions to replace macros (skill_get_index) * used skill_get_index() to replace often occuring blocks of code that did the skill_id -> skilldb_index calculation in-line git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02* Minor fixes/updates to various items.L0ne_W0lf2-55/+56
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02Removed some long-unneccessary debug messages (from r1105).ultramage1-2/+2
Removed function skill_count_target() because it's a duplicate (see topic:169337). Renamed skill_get_pl to skill_get_ele (because it retrieves element ids). The block_list structure now uses the BL_ enums instead of 'unsigned char'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11640 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02* Added trap mode to FirepillarPlaytester2-1/+4
- tell me if it breaks something git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-01- Corrected a few equip_job fields for times that are equippable by all ↵skotlex1-8/+8
classes and all classes except novice (they really should be 0xFFFFFFFF and 0xFFFFFFFE) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-31* Added Izlude Battle Arena. Please test it and report any bug you find out.SinSloth2-0/+7
- Level 50/60/70/80 and Party arenas are accessable. - Updated old warps to official. - Acolyte-only arena will be added a bit later. - Arena Points can be obtained by completing arenas as well as exchanging your Turbo Track points. * Updated several mapflags - 'nomemo' 'noteleport' 'nosave' 'nowarpto' 'restricted' - due to Izlude Battle Arena release. - Updated 'item_noequip' and 'skill_nocast_db' to match with 'restricted' mapflags. * Removed useless WIP folder whose quests have been there for a while. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-29Updated to fix errors reported by Zephyrus_CR. bugreport:334L0ne_W0lf2-15/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11615 54d463be-8e91-2dee-dedb-b68131a5f0ec
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