summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2008-11-29Fixed typo on item script.Kisuka1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22* Updated effects for the Radio Antenna (bugreport:2465)jmanfffreak2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-22* Fixed small typo with Platinum Shield (bugreport:2470)jmanfffreak2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-18- Removed redundent input from mercenary vendor. (bugreport:2427)L0ne_W0lf3-14/+17
- Corrected Wolfheiden and Mithril magic cape skill levels. (bugreport:2431) - Corrected 12.1 monsters using penuma on target not self. (bugreport:2435) - Fixed delitem causing the sign quest to fault. (bugreport:2444) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13376 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-16Kisuka's first oops. :pKisuka1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-16Updated rental items with rental item script.Kisuka1-195/+195
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-08Corrected typo in Librarian Gloves bonuses.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-06some minor tweaks to previous commitsultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-06* Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara]Sara2-1/+3
* Fixed issue preventing you from changing to the original cart when using Change Cart. (bugreport:2383) [Sara] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-28Removed leftovers of "bLoseSPWhenUnequip" and "bDamageWhenUnequip" -- ↵Paradox924X2-1/+3
deprecated in r6204. Item 2385 was still using bLoseSPWhenUnequip -- fixed. npc/custom/events/xmas_rings_event.txt still uses both in conjunction with setitemscript. Someone will need to make it so equip and/or unequip scripts change be changed as well, or find an alternative solution. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-25iRO lied to me. Reverted casting range of traps to 3.L0ne_W0lf2-10/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-25* Just some random updates and bugfixes!L0ne_W0lf4-11/+16
- Corrected Landmine's placement range. (bugreport:2305) - Corrected comment in merc skill db. (bugreport:2324) - Corrected the casting range for traps. (Based on visial comparison from iRO) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-15- Added the required changes to support the 2008-09-10+ clientsskotlex1-1/+7
- Cleaned around the char set offline function to properly avoid setting offline a character that had relogged faster than the map server's packet arrival to the char-server (I presume this was the bugfix that Kevin attempted a long time ago, but the current code for that causes a dangling pointer problem). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11*Just some minor updates and fixes I've been putting off :DL0ne_W0lf4-29/+62
- Corrected some of the item typos mentioned by Argatlahm. (bugreport:2326) - Corrected Gorynych summoning Freezers instead of Leskava. (bugreport:2334) - Moved all event items to item_db2 as part of the fix for bugreport:2337. To activate event bonuses for old event items, you need to just uncomment them now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-10Slightly corrected the NPC_REBIRTH code from r13272.ultramage1-2/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-09Removed duplicate constant I added in r13272.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-09Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.L0ne_W0lf2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-07* Adjusted known values for BonusAutoScript down by rate/10.L0ne_W0lf2-17/+23
- Most cards now trigger at a 0.x% while Isilla only triggers 5%. * Implemented Monster Rental Rings that increase exp by 1% per race. * Corrected typo in Strawberry Chocolate. SC -> AL. (bugreport:2303) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-02* Implemented Official Moscovia monster skills. Should finish 11.3L0ne_W0lf3-55/+62
* Corrected Beelzebub's summonslave so he spawns 7 flys and 3 chons. * Implemented the Bombring Box. On use summons one bomb poring. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-18*Slew of bugreport fixage. Figured I should do something.L0ne_W0lf3-2/+4
* Fixed copy/paste errors in Aru castles. (bugreport:2012) * Updated Trans-only warp in thanatos tower. (bugreport:2227) * Fixed improper variable in airship quest (bugreport:2238) * Fixed a minor bug in updated repairmain. (bugreport:2245) * Updated Giant Enyclopedia bonus. (bugreport:2053) * Removed Snap from nocast_db in WoE SE git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-06- Renamed createmercenary to mercenary_create.zephyrus5-53/+58
- Added other required mercenary script commands for official script. - New Constants entries for this script. - Update to missing configuration on mercenary skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-04* Updated mmo.h, increased merc max count to 36.L0ne_W0lf3-5/+19
* Fixed save crash related to non-guilded mercenaries. * Removed job and level restriction on Mercenary ASPD potions. * Added Monster Mercenaries using mobs original stats. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-04Typo (c)akrus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13190 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-03Fixed inconsistencies with nob_skill_db, and mosk_dun spawns. ↵L0ne_W0lf2-24/+26
(bugreport:2148 and bugreport:2165) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-31Added item effects for Mercenary potions. L0ne_W0lf2-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-29Couple small corrections to the mob database. (bugreport:2109)L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-25Corrected Spear and Swordman mercenary scrolls again. L0ne_W0lf2-20/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-25Corrected Spear and Swordman mercenary summoning scrolls.L0ne_W0lf2-28/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus1-31/+31
- There are some little problems, like remaining time going to 0, but you can summon it, make it walk, follow you. - Feel free to test it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus4-104/+104
- Incremented MAX_SKILL required for a proper load of Mercenary Skills. - Some fixes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13118 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+1
- Packet for Mercenary Menu. - Some other progress as creation but need more code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-22- Mercenary Database Reading.zephyrus1-30/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-22- Starting Mercenary's Project.zephyrus2-0/+176
* Mercenary DB files. (Thanks to L0ne Wolf). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-21- Big update to Basilica, implementing official behavior.zephyrus1-1/+1
* Basilica caster cannot walk. * On Basilica area, only caster can use Basilica again to stop it. * On Basilica no one can use skills. (Previous bug on eA because you can use support skills on it, also caster). * Only Pressure can bypass Basilica protection. * Any enemy of the caster bounce 2 cells back from basilica, except Boss type. (Bugreport 2099). * Any monster can target you on basilica and try to attack you, also with skills, but damage is reduced to 0, except Boss. Notes: - Basilica Cell stuff is not used anymore... is it required? - Still need to add a check previous to cast basilica because if there are mobs, items, npcs, walls, skills around the caster (7x7 i think) the skill should fail. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-21Archer and Knight guardians (WoE 1.0) will no longer detect hidden.L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-19* Fixed invalid element warning in mob database.L0ne_W0lf3-8/+10
* healing staff and similar items now add to offensive heal as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-19* Fixed bugs in some items. (bugrepot:2059)L0ne_W0lf3-152/+159
* Added stats for some mobs, and fixed some others. * Rather large update to the Keil Hyre quest. - Update does not add any of the changes made by iRO. - Many updates, see script or tracker for details. * Fixed condition check in turtle island warper. (bugreport:1943) * Removed the duplicate NPC "Mudie" from Hugel City. (bugreport:2079) * Corrected Umbala Dismantle/create Essence NPC. (bugreport:2089) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-15incorrect item id (bugreport:2063)Yommy2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-14* Added: new items, according to kRO items descriptions (commented out for a ↵akrus2-2/+21
while) (bugreport:2043) [akrus] * Fixed: items 7918, 11703 wrong line format (bugreport:2055) [akrus] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-12Hammerfall now works with daggers and 1h swords (bugreport:2045)ultramage2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11* Corrections and fixes to the mob Skill DB.L0ne_W0lf2-0/+17
- Readded the skill "Self destruct" to G_SEYREN - B_YGNIZEM Will again teleport on rude attacks. - Added Pouring and Bombporing skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11Corrected Flame Skull Card, rate os 5% not 50%. This is what happens when ↵L0ne_W0lf2-1/+3
your value types are inconsistent. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Accidentally reverted the fix to Drifter.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10* Rather massive item database update.L0ne_W0lf4-1558/+2331
- Added a lot of items, though some are not implemented. - Updated a lot of the current prices for many items - All items now use the "Buy" column for price. * Added new skills to the skill database. (commented out) * Updated item trade database with new items. * Updated Cashshop functions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Some skill corrections based on bugreport:1945ultramage1-4/+4
- enabled WZ_FIREWALL and NJ_KAENSIN effect stacking (for more damage) - blocked stacking of Warp Portal and Flip Tatami land skills - reverted r12798's land-protector code change (incorrect and also doesn't have any effect) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10fixed bug reports (bugreport:1556 bugreport:1913 bugreport:1839)Yommy2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-27* Added values to skill_require_db for mercenary skills.L0ne_W0lf3-0/+44
* Added values to skill_unit_db for mercenary ground skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-27* Added values to skill_cast_db for mercenary skills.L0ne_W0lf2-2/+62
- These skills are NOT implemented. Place holders only. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus1-1/+1
- Fixed SC_WARN don't receiving reflecting damage (Bug Report 1854). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12997 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-25* Corrected Luna Bow Bonuses. (bugreport:1919)L0ne_W0lf2-1/+3
* Swapped dis/enable for hideon/off in wedding script. * Corrected Slotting NPCs triggering on touch. (bugreport:1916) * Added a missing close in juperos quest. (bugreport:1918) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12993 54d463be-8e91-2dee-dedb-b68131a5f0ec