summaryrefslogtreecommitdiff
path: root/db/item_db.txt
AgeCommit message (Collapse)AuthorFilesLines
2006-04-14Fixed various Job fields in the item_db.txtPlaytester1-23/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13minor name changesLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13fixed VenatuLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13updated items weight, names, effectLupus1-20/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-12Changed the price of empty scrolls, thanks to rockmanEXE for the info.MasterOfMuppets1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-12fixed typos in waterheight, mapflags. updated items weighLupus1-12/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-11bunch of updates..Vicious1-2448/+2448
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-09- Changed use of strtol to strtoll as strtol's result is just a signed int, ↵skotlex1-20/+20
and we need to parse values above 0x7FFFFFFF - Corrected Knives being usable by Gunslinger. SQL users use upgrade_svn5972.sql to ugprade that. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-08- Modified the equip_job field in the item_db to be a hexadecimal value for ↵skotlex1-2483/+2448
easier handling. - Updated item_db.sql to this new file format (even though it's equip_jobs field is still a integer) - Added upgrade_svn5951.sql for those who would like to convert their existing items. - Added doc/item_db.txt to explain each of the fields in db/item_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-07updated new itemsLupus1-15/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-07updated itemsLupus1-20/+38
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-06- Modified the item_db and added view_types to ammo: 1 arrows, 2 dagger ↵skotlex1-40/+40
(venom knife), 3 bullets, 4 shells, 5 grenades, 6 shurikens, 7 kunais. - Fixed parsing of job_db1.txt due to the MAX_WEAPON_TYPE change. - Updated skill_require_db to specify the ammo types required for GS/NJ skills (as best as I could understand them) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-02Moved the spawn update to eamobs (of course the custom spawns where not ↵Poki#31-4/+4
changed... much :P) - Deleted City cleaners and pvp spawns. they are read from omobs. - Added a "Whats done" file to keep track of what spawns are changed, and what are not. Changed a few item names, as it was done in the translation project. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5875 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-02setting arrows to 1 wont work... the server was looking for daggers to be ↵reddozen1-22/+22
equipped into your arrow slot. so i set arrows to 22 in the item DB and in skill require. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5861 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-31- Changed the look field of all arrows to 1.skotlex1-23/+23
- Added column "RequiredArrowType" to skill_require_db, set to 1 all arrow-based skills. - Added support for ArrowType requirement on skills. It checks for having an item equipped on the arrow-slot who's view has to match with the required arrow-type (works the same way it does for weapons). - Skills will automatically be ranged and arrow-types when they have a arrow-requirement. - Skills will automatically consume arrows if used with a bow and the skill is an attack weapon-based skill even if the skill_require_db doesn't specifies arrow requirements (this is for stuff like backstab used with bows) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-30uptaed rose nile, and aftercast delay of GS FULLLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-29upd: sp cost, item weightLupus1-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27jA's db workVicious1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5775 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27removed outdated items event bonusesLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-265136,Louise's Santa_Hat lost its bonus. Gosh!! There are so many other EVEN ↵Lupus1-1/+1
items left with BONUSES git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5760 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-26Added missing slots to Alice Doll, Marionette Doll, Kabuki Mask & Kawaii_RibbonLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5757 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen1-4/+4
- fixed some bullets in the item DB - adjusted a few rates in skill_cast_db.txt for Gunslingers - adjusted a couple skills in skill_db.txt to act correctly - adjusted all the SP values for Gunslinger skills - changed piercing shot to lv 5 from lv 10 - made ki Translation fail giving coins to Gunslingers - equipping a weapon other than a gatlin gun should cancel SC_GATLINGING. Also made Gatlinfeaver on/off togelable - GS_CRACKER will no longer stun players - added GS_Disarm * View changes here: http://diviniaro.com/data/reddozen_3_24_2006.patch git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-24fixed Vulle's hatLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-21updated mystcase card effect. now drops GB even with the combo set onLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5688 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20fixed items after blackhole89's fixesLupus1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5671 ↵blackhole891-588/+589
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-20added to doc: getmonsterinfo. updated NJ itemsLupus1-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18NJ/SG item updateVicious1-59/+59
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-18fixed TONS of wrong wieght, wep lvl, req lvl of the items. minor typo in ↵Lupus1-60/+60
6_hats npc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-17alice doll fix, cooking questLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12Added a weapon shop to Einbroch and adjusted the prices of some daggers, ↵MasterOfMuppets1-4/+4
thanks to Muad_Dib. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5574 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-11ipdated Mimc/MystCace cards. Update Thanatos Statues Quest.Lupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09* included MAX_WEAPON_SIZE for flexible weapon typesVicious1-29/+29
* more ninja/GS work git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08Some item/skill db fixes, thanks to Zephiris and ForukenVicious1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08fixed compile issue. fixed ninja issues.Vicious1-25/+25
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08some NJ/GS fix.Vicious1-42/+42
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5509 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08@job ninja/gs.Vicious1-60/+60
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5506 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-06Updated item_db.txt temp plugs names.Poki#31-37/+54
We need NJ and GS Equip ID's, and a lot of new weapon types <.< DB Devs, do your thing ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 * Temp Plugs for NJ and GS items [Poki#3]Poki#31-16/+77
* Fixed some skill warnings. [Poki#3] * Added back mob "Mime Monkey". [Poki#3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-27fixed 6 item combo bonusesLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-27fixed rogue's treasure, vesper accessories, stone bucklerLupus1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-21* Changed a bunch of item names according to the upcoming iRO Lighthalzen ↵Poki#31-116/+122
Patch. [Poki#3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-20* Reverted back all 'status change' cards back to 10/20/30% (kRO website ↵Komurka1-18/+18
have full descs ~~) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-20* Updated item_bluebox.txt, item_giftbox.txt, item_violetbox.txt, ↵Komurka1-1/+1
item_db.txt, mob_db.txt, added item_cookie_bag.txt - new databases from Aegis 10.2 - implemented Cookie Bag item - added missing mobs - note: yes, I know that random item databases can be shorter (item_bluebox.txt, item_violetbox.txt, item_cookie_bag.txt, but not with current implementation of item randomizing for expamle: - there are 9285 items in item_bluebox.txt, and 1000000/9285 = real value - so line with Red Potion would contain rate = 1000000/9285*12 = real value (can't be) I think it's better to have bigger db, and do ONE rand check, than shorter and check it even 1000 times ~~ (in function itemdb_searchrandomid) so please, don't mess with them, or change them * Changed MAX_RANDITEM from 2000 to 10000 to fit new databases - Added reading of new file - item_cookie_bag.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-20* 2nd part (status % chances, coma) of item_db.txt update according to Aegis ↵Komurka1-35/+35
10.2 file - all cards, that had 20% on status change now have 6% - all cards, that had 10%+20% on status change now have 3%+3% - some small fixes - fixed Assaulter slaves thanks to Poki#3 There is MUCH more to do ~~ Also obb and ovb databases need to be updated. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-20* 1st part (autospells) of item_db.txt update according to Aegis 10.2 fileKomurka1-40/+40
- (to transtation devs) I suggest to update item descriptions git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-18Violy Card fixKomurka1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-18udpated some missing items effectsLupus1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-14 * Part 1 of Gravitys "Zeny Inflation Control Update"Poki#31-1/+1
- All potion type drops from monsters are changed with Herbs (Excluding MvP Monsters). Red Potions -> Red Herb Orange Potion -> Yellow Herb Yellow Potion -> Yellow Herb White Potion -> White Herb Green Potion -> Green Herb - 'Mastela Fruit', dropped by 'Enchanted Peach Tree' monster, will be deleted. You can buy it in Hugel. - All Awakening Potions replaced with Grapes. - All Berserk Potions replaced by Lemon. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-11Valkyrie item fix, Sonic blow fix.Vicious1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5257 54d463be-8e91-2dee-dedb-b68131a5f0ec