diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-01-24 07:25:57 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-02-09 23:52:40 +0100 |
commit | 00e0cde38bcc488d57ea2d1633e0b3a980ac90b6 (patch) | |
tree | 9210db9529248fb71b88c6ac54ca100e8eada7b3 | |
parent | 3930bf87479567f6e2b25dc6ee7df8b97a3c5122 (diff) | |
download | hercules-00e0cde38bcc488d57ea2d1633e0b3a980ac90b6.tar.gz hercules-00e0cde38bcc488d57ea2d1633e0b3a980ac90b6.tar.bz2 hercules-00e0cde38bcc488d57ea2d1633e0b3a980ac90b6.tar.xz hercules-00e0cde38bcc488d57ea2d1633e0b3a980ac90b6.zip |
Changed type of all items, which use itemskill() script command, to IT_USABLE.
-rw-r--r-- | db/pre-re/item_db.conf | 158 | ||||
-rw-r--r-- | db/re/item_db.conf | 168 |
2 files changed, 163 insertions, 163 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 1ad8f4de8..3e760b62a 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -1159,7 +1159,7 @@ item_db: ( Id: 601 AegisName: "Wing_Of_Fly" Name: "Fly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 60 Weight: 50 BuyingStore: true @@ -1169,7 +1169,7 @@ item_db: ( Id: 602 AegisName: "Wing_Of_Butterfly" Name: "Butterfly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 300 Weight: 50 BuyingStore: true @@ -1199,7 +1199,7 @@ item_db: ( Id: 605 AegisName: "Anodyne" Name: "Anodyne" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 100 BuyingStore: true @@ -1212,7 +1212,7 @@ item_db: ( Id: 606 AegisName: "Aloebera" Name: "Aloevera" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1500 Weight: 100 BuyingStore: true @@ -1254,7 +1254,7 @@ item_db: ( Id: 610 AegisName: "Leaf_Of_Yggdrasil" Name: "Yggdrasil Leaf" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 4000 Weight: 100 BuyingStore: true @@ -1264,7 +1264,7 @@ item_db: ( Id: 611 AegisName: "Spectacles" Name: "Magnifier" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 40 Weight: 50 BuyingStore: true @@ -2040,7 +2040,7 @@ item_db: ( Id: 686 AegisName: "Earth_Scroll_1_3" Name: "Level 3 Earth Spike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2053,7 +2053,7 @@ item_db: ( Id: 687 AegisName: "Earth_Scroll_1_5" Name: "Level 5 Earth Spike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2066,7 +2066,7 @@ item_db: ( Id: 688 AegisName: "Cold_Scroll_1_3" Name: "Level 3 Cold Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2079,7 +2079,7 @@ item_db: ( Id: 689 AegisName: "Cold_Scroll_1_5" Name: "Level 5 Cold Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2092,7 +2092,7 @@ item_db: ( Id: 690 AegisName: "Fire_Scroll_1_3" Name: "Level 3 Fire Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2105,7 +2105,7 @@ item_db: ( Id: 691 AegisName: "Fire_Scroll_1_5" Name: "Level 5 Fire Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2118,7 +2118,7 @@ item_db: ( Id: 692 AegisName: "Wind_Scroll_1_3" Name: "Level 3 Lightening Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2131,7 +2131,7 @@ item_db: ( Id: 693 AegisName: "Wind_Scroll_1_5" Name: "Level 5 Lightening Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2144,7 +2144,7 @@ item_db: ( Id: 694 AegisName: "Ghost_Scroll_1_3" Name: "Level 3 Soul Strike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2157,7 +2157,7 @@ item_db: ( Id: 695 AegisName: "Ghost_Scroll_1_5" Name: "Level 5 Soul Strike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2170,7 +2170,7 @@ item_db: ( Id: 696 AegisName: "Fire_Scroll_2_1" Name: "Level 1 Fire Ball" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2183,7 +2183,7 @@ item_db: ( Id: 697 AegisName: "Fire_Scroll_2_5" Name: "Level 5 Fire Ball" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2196,7 +2196,7 @@ item_db: ( Id: 698 AegisName: "Fire_Scroll_3_1" Name: "Level 1 Fire Wall" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2209,7 +2209,7 @@ item_db: ( Id: 699 AegisName: "Fire_Scroll_3_5" Name: "Level 5 Fire Wall" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2222,7 +2222,7 @@ item_db: ( Id: 700 AegisName: "Cold_Scroll_2_1" Name: "Level 1 Frost Diver" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -65857,7 +65857,7 @@ item_db: ( Id: 12000 AegisName: "Cold_Scroll_2_5" Name: "Level 5 Frost Diver" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -65870,7 +65870,7 @@ item_db: ( Id: 12001 AegisName: "Holy_Scroll_1_3" Name: "Level 3 Heal" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -65883,7 +65883,7 @@ item_db: ( Id: 12002 AegisName: "Holy_Scroll_1_5" Name: "Level 5 Heal" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -65896,7 +65896,7 @@ item_db: ( Id: 12003 AegisName: "Holy_Scroll_2_1" Name: "Level 1 Teleport" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -66056,7 +66056,7 @@ item_db: ( Id: 12019 AegisName: "Holy_Egg" Name: "Holy Egg" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 150 Script: <" itemskill ALL_RESURRECTION,2; "> @@ -66065,7 +66065,7 @@ item_db: ( Id: 12020 AegisName: "Water_Of_Darkness" Name: "Cursed Water" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 30 BuyingStore: true @@ -66156,7 +66156,7 @@ item_db: ( Id: 12029 AegisName: "Gloomy_Box" Name: "Box of Gloom" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -66195,7 +66195,7 @@ item_db: ( Id: 12032 AegisName: "Box_Of_Storm" Name: "Box of Storms" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67217,7 +67217,7 @@ item_db: ( Id: 12114 AegisName: "Elemental_Fire" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -67227,7 +67227,7 @@ item_db: ( Id: 12115 AegisName: "Elemental_Water" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -67237,7 +67237,7 @@ item_db: ( Id: 12116 AegisName: "Elemental_Earth" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -67247,7 +67247,7 @@ item_db: ( Id: 12117 AegisName: "Elemental_Wind" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -68322,7 +68322,7 @@ item_db: ( Id: 12200 AegisName: "Event_Cake" Name: "X-mas Cake" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 50 Script: <" itemskill PR_MAGNIFICAT,3; "> @@ -68897,7 +68897,7 @@ item_db: ( Id: 12236 AegisName: "Choco_Tart" Name: "Chocolate Tart" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 100 Nouse: { @@ -70040,7 +70040,7 @@ item_db: ( Id: 12311 AegisName: "Large_Spray_Of_Flowers" Name: "Huge Spray Of Flowers" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Trade: { nodrop: true @@ -70159,7 +70159,7 @@ item_db: ( Id: 12323 AegisName: "N_Fly_Wing" Name: "Novice Fly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -70179,7 +70179,7 @@ item_db: ( Id: 12324 AegisName: "N_Butterfly_Wing" Name: "Novice Butterfly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -70199,7 +70199,7 @@ item_db: ( Id: 12325 AegisName: "N_Magnifier" Name: "Novice Magnifier" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -70566,7 +70566,7 @@ item_db: ( Id: 12350 AegisName: "Angeling_Potion" Name: "Angeling Potion" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 100 BuyingStore: true @@ -70589,7 +70589,7 @@ item_db: ( Id: 12351 AegisName: "Shout_Megaphone" Name: "Scream Megaphone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -71023,7 +71023,7 @@ item_db: ( Id: 12384 AegisName: "Rainbow_Ruby_Water" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -71044,7 +71044,7 @@ item_db: ( Id: 12385 AegisName: "Rainbow_Ruby_Fire" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -71065,7 +71065,7 @@ item_db: ( Id: 12386 AegisName: "Rainbow_Ruby_Wind" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -71086,7 +71086,7 @@ item_db: ( Id: 12387 AegisName: "Rainbow_Ruby_Earth" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -71107,7 +71107,7 @@ item_db: ( Id: 12388 AegisName: "Runstone_Crush" Name: "Rhydo Runestone For Apprentice" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71132,7 +71132,7 @@ item_db: ( Id: 12389 AegisName: "Runstone_Storm" Name: "Pertz Runestone For Apprentice" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71156,7 +71156,7 @@ item_db: ( Id: 12390 AegisName: "Runstone_Millennium" Name: "Verkana Runestone For Apprentice" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71249,7 +71249,7 @@ item_db: ( Id: 12396 AegisName: "Fools_Day_Box" Name: "Gift Box?" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -71278,7 +71278,7 @@ item_db: ( Id: 12397 AegisName: "Fools_Day_Box2" Name: "Gift Box?" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -73197,7 +73197,7 @@ item_db: ( Id: 12706 AegisName: "Lucky_Cookie01" Name: "Lucky Cookie" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -73208,7 +73208,7 @@ item_db: ( Id: 12707 AegisName: "Lucky_Cookie02" Name: "Lucky Cookie" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -73219,7 +73219,7 @@ item_db: ( Id: 12708 AegisName: "Lucky_Cookie03" Name: "Lucky Cookie" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -73453,7 +73453,7 @@ item_db: ( Id: 12725 AegisName: "Runstone_Nosiege" Name: "Nauthiz Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73480,7 +73480,7 @@ item_db: ( Id: 12726 AegisName: "Runstone_Rhydo" Name: "Raido Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73507,7 +73507,7 @@ item_db: ( Id: 12727 AegisName: "Runstone_Verkana" Name: "Berkana Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73534,7 +73534,7 @@ item_db: ( Id: 12728 AegisName: "Runstone_Isia" Name: "Isa Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73560,7 +73560,7 @@ item_db: ( Id: 12729 AegisName: "Runstone_Asir" Name: "Othila Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73586,7 +73586,7 @@ item_db: ( Id: 12730 AegisName: "Runstone_Urj" Name: "Uruz Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73612,7 +73612,7 @@ item_db: ( Id: 12731 AegisName: "Runstone_Turisus" Name: "Thurisaz Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73638,7 +73638,7 @@ item_db: ( Id: 12732 AegisName: "Runstone_Pertz" Name: "Wyrd Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -73665,7 +73665,7 @@ item_db: ( Id: 12733 AegisName: "Runstone_Hagalas" Name: "Hagalaz Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 100 Weight: 100 Job: { @@ -74652,7 +74652,7 @@ item_db: ( Id: 12928 AegisName: "J_Aspersio_5_Scroll" Name: "Sacred Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -75309,7 +75309,7 @@ item_db: ( Id: 12968 AegisName: "Emergency_Scroll1" Name: "Emergency Level 1 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" itemskill GD_EMERGENCYCALL,1; "> @@ -75318,7 +75318,7 @@ item_db: ( Id: 12969 AegisName: "Emergency_Scroll2" Name: "Emergency Level 2 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" itemskill GD_EMERGENCYCALL,1; "> @@ -75327,7 +75327,7 @@ item_db: ( Id: 12970 AegisName: "Emergency_Scroll3" Name: "Emergency Level 3 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" itemskill GD_EMERGENCYCALL,1; "> @@ -92126,7 +92126,7 @@ item_db: ( Id: 14512 AegisName: "Meteor_10_Scroll" Name: "Meteor Storm Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill WZ_METEOR,10; "> }, @@ -92134,7 +92134,7 @@ item_db: ( Id: 14513 AegisName: "Storm_10_Scroll" Name: "Storm Gust Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill WZ_STORMGUST,10; "> }, @@ -92142,7 +92142,7 @@ item_db: ( Id: 14514 AegisName: "Vermilion_10_Scroll" Name: "Lord of Vermilion Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill WZ_VERMILION,10; "> }, @@ -92150,7 +92150,7 @@ item_db: ( Id: 14515 AegisName: "Lex_Aeterna_Scroll" Name: "Lex Aeterna Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill PR_LEXAETERNA,1; "> }, @@ -92158,7 +92158,7 @@ item_db: ( Id: 14516 AegisName: "Magnificat_5_Scroll" Name: "Magnificat Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill PR_MAGNIFICAT,5; "> }, @@ -92282,7 +92282,7 @@ item_db: ( Id: 14529 AegisName: "Greed_Scroll" Name: "Greed Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Nouse: { sitting: true @@ -93060,7 +93060,7 @@ item_db: ( Id: 14587 AegisName: "Repair_Scroll_" Name: "Equipment Repair Spell Book" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93080,7 +93080,7 @@ item_db: ( Id: 14588 AegisName: "Pty_Blessing_Scroll" Name: "Party Blessing 10 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 10 Weight: 10 Trade: { @@ -93095,7 +93095,7 @@ item_db: ( Id: 14589 AegisName: "Pty_Inc_Agi_Scroll" Name: "Party Increase Agi 10 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 10 Weight: 10 Trade: { @@ -93110,7 +93110,7 @@ item_db: ( Id: 14590 AegisName: "Pty_Assumptio_Scroll" Name: "Party Assumptio 5 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 10 Weight: 10 Trade: { @@ -93165,7 +93165,7 @@ item_db: ( Id: 14593 AegisName: "Magic_Power_Scroll" Name: "Mystical Amplification Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93185,7 +93185,7 @@ item_db: ( Id: 14594 AegisName: "Quagmire_Scroll" Name: "Quagmire Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -95494,7 +95494,7 @@ item_db: ( Id: 22540 AegisName: "Runstone_Lux" Name: "Lux Anima Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ca561c33c..86bfe9f90 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1177,7 +1177,7 @@ item_db: ( Id: 601 AegisName: "Wing_Of_Fly" Name: "Fly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 60 Weight: 50 BuyingStore: true @@ -1187,7 +1187,7 @@ item_db: ( Id: 602 AegisName: "Wing_Of_Butterfly" Name: "Butterfly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 300 Weight: 50 BuyingStore: true @@ -1220,7 +1220,7 @@ item_db: ( Id: 605 AegisName: "Anodyne" Name: "Anodyne" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 100 BuyingStore: true @@ -1233,7 +1233,7 @@ item_db: ( Id: 606 AegisName: "Aloebera" Name: "Aloevera" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1500 Weight: 100 BuyingStore: true @@ -1277,7 +1277,7 @@ item_db: ( Id: 610 AegisName: "Leaf_Of_Yggdrasil" Name: "Yggdrasil Leaf" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 4000 Weight: 100 BuyingStore: true @@ -1287,7 +1287,7 @@ item_db: ( Id: 611 AegisName: "Spectacles" Name: "Magnifier" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 40 Weight: 50 BuyingStore: true @@ -2066,7 +2066,7 @@ item_db: ( Id: 686 AegisName: "Earth_Scroll_1_3" Name: "Level 3 Earth Spike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2079,7 +2079,7 @@ item_db: ( Id: 687 AegisName: "Earth_Scroll_1_5" Name: "Level 5 Earth Spike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2092,7 +2092,7 @@ item_db: ( Id: 688 AegisName: "Cold_Scroll_1_3" Name: "Level 3 Cold Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2105,7 +2105,7 @@ item_db: ( Id: 689 AegisName: "Cold_Scroll_1_5" Name: "Level 5 Cold Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2118,7 +2118,7 @@ item_db: ( Id: 690 AegisName: "Fire_Scroll_1_3" Name: "Level 3 Fire Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2131,7 +2131,7 @@ item_db: ( Id: 691 AegisName: "Fire_Scroll_1_5" Name: "Level 5 Fire Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2144,7 +2144,7 @@ item_db: ( Id: 692 AegisName: "Wind_Scroll_1_3" Name: "Level 3 Lightening Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2157,7 +2157,7 @@ item_db: ( Id: 693 AegisName: "Wind_Scroll_1_5" Name: "Level 5 Lightening Bolt" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2170,7 +2170,7 @@ item_db: ( Id: 694 AegisName: "Ghost_Scroll_1_3" Name: "Level 3 Soul Strike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2183,7 +2183,7 @@ item_db: ( Id: 695 AegisName: "Ghost_Scroll_1_5" Name: "Level 5 Soul Strike" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2196,7 +2196,7 @@ item_db: ( Id: 696 AegisName: "Fire_Scroll_2_1" Name: "Level 1 Fire Ball" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2209,7 +2209,7 @@ item_db: ( Id: 697 AegisName: "Fire_Scroll_2_5" Name: "Level 5 Fire Ball" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2222,7 +2222,7 @@ item_db: ( Id: 698 AegisName: "Fire_Scroll_3_1" Name: "Level 1 Fire Wall" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -2235,7 +2235,7 @@ item_db: ( Id: 699 AegisName: "Fire_Scroll_3_5" Name: "Level 5 Fire Wall" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -2248,7 +2248,7 @@ item_db: ( Id: 700 AegisName: "Cold_Scroll_2_1" Name: "Level 1 Frost Diver" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -85556,7 +85556,7 @@ item_db: ( Id: 12000 AegisName: "Cold_Scroll_2_5" Name: "Level 5 Frost Diver" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -85569,7 +85569,7 @@ item_db: ( Id: 12001 AegisName: "Holy_Scroll_1_3" Name: "Level 3 Heal" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -85582,7 +85582,7 @@ item_db: ( Id: 12002 AegisName: "Holy_Scroll_1_5" Name: "Level 5 Heal" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2000 Weight: 10 BuyingStore: true @@ -85595,7 +85595,7 @@ item_db: ( Id: 12003 AegisName: "Holy_Scroll_2_1" Name: "Level 1 Teleport" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 10 BuyingStore: true @@ -85755,7 +85755,7 @@ item_db: ( Id: 12019 AegisName: "Holy_Egg" Name: "Holy Egg" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 150 Script: <" itemskill ALL_RESURRECTION,2; "> @@ -85764,7 +85764,7 @@ item_db: ( Id: 12020 AegisName: "Water_Of_Darkness" Name: "Cursed Water" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 30 BuyingStore: true @@ -85855,7 +85855,7 @@ item_db: ( Id: 12029 AegisName: "Gloomy_Box" Name: "Box of Gloom" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -85894,7 +85894,7 @@ item_db: ( Id: 12032 AegisName: "Box_Of_Storm" Name: "Box of Storms" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -86856,7 +86856,7 @@ item_db: ( Id: 12114 AegisName: "Elemental_Fire" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -86866,7 +86866,7 @@ item_db: ( Id: 12115 AegisName: "Elemental_Water" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -86876,7 +86876,7 @@ item_db: ( Id: 12116 AegisName: "Elemental_Earth" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -86886,7 +86886,7 @@ item_db: ( Id: 12117 AegisName: "Elemental_Wind" Name: "Elemental Converter" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -87965,7 +87965,7 @@ item_db: ( Id: 12200 AegisName: "Event_Cake" Name: "X-mas Cake" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 50 Script: <" itemskill PR_MAGNIFICAT,3; "> @@ -88540,7 +88540,7 @@ item_db: ( Id: 12236 AegisName: "Choco_Tart" Name: "Chocolate Tart" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 100 Nouse: { @@ -89702,7 +89702,7 @@ item_db: ( Id: 12311 AegisName: "Large_Spray_Of_Flowers" Name: "Huge Spray Of Flowers" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Trade: { nodrop: true @@ -89864,7 +89864,7 @@ item_db: ( Id: 12323 AegisName: "N_Fly_Wing" Name: "Novice Fly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -89883,7 +89883,7 @@ item_db: ( Id: 12324 AegisName: "N_Butterfly_Wing" Name: "Novice Butterfly Wing" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -89902,7 +89902,7 @@ item_db: ( Id: 12325 AegisName: "N_Magnifier" Name: "Novice Magnifier" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -90203,7 +90203,7 @@ item_db: ( Id: 12350 AegisName: "Angeling_Potion" Name: "Angeling Potion" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 100 BuyingStore: true @@ -90219,7 +90219,7 @@ item_db: ( Id: 12351 AegisName: "Shout_Megaphone" Name: "Scream Megaphone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -90634,7 +90634,7 @@ item_db: ( Id: 12384 AegisName: "Rainbow_Ruby_Water" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -90655,7 +90655,7 @@ item_db: ( Id: 12385 AegisName: "Rainbow_Ruby_Fire" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -90676,7 +90676,7 @@ item_db: ( Id: 12386 AegisName: "Rainbow_Ruby_Wind" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -90697,7 +90697,7 @@ item_db: ( Id: 12387 AegisName: "Rainbow_Ruby_Earth" Name: "Rainbow Ruby" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -90718,7 +90718,7 @@ item_db: ( Id: 12388 AegisName: "Runstone_Crush" Name: "Rhydo Runestone For Apprentice" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -90743,7 +90743,7 @@ item_db: ( Id: 12389 AegisName: "Runstone_Storm" Name: "Pertz Runestone For Apprentice" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -90767,7 +90767,7 @@ item_db: ( Id: 12390 AegisName: "Runstone_Millennium" Name: "Verkana Runestone For Apprentice" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -90857,7 +90857,7 @@ item_db: ( Id: 12396 AegisName: "Fools_Day_Box" Name: "Gift Box?" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 10 Nouse: { @@ -90881,7 +90881,7 @@ item_db: ( Id: 12397 AegisName: "Fools_Day_Box2" Name: "Gift Box?" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 10 Nouse: { @@ -94453,7 +94453,7 @@ item_db: ( Id: 12706 AegisName: "Lucky_Cookie01" Name: "Lucky Cookie" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -94464,7 +94464,7 @@ item_db: ( Id: 12707 AegisName: "Lucky_Cookie02" Name: "Lucky Cookie" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -94475,7 +94475,7 @@ item_db: ( Id: 12708 AegisName: "Lucky_Cookie03" Name: "Lucky Cookie" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -94710,7 +94710,7 @@ item_db: ( Id: 12725 AegisName: "Runstone_Nosiege" Name: "Nosiege Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94737,7 +94737,7 @@ item_db: ( Id: 12726 AegisName: "Runstone_Rhydo" Name: "Rhydo Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94764,7 +94764,7 @@ item_db: ( Id: 12727 AegisName: "Runstone_Verkana" Name: "Verkana Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94791,7 +94791,7 @@ item_db: ( Id: 12728 AegisName: "Runstone_Isia" Name: "Isia Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94817,7 +94817,7 @@ item_db: ( Id: 12729 AegisName: "Runstone_Asir" Name: "Asir Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94842,7 +94842,7 @@ item_db: ( Id: 12730 AegisName: "Runstone_Urj" Name: "Urj Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94868,7 +94868,7 @@ item_db: ( Id: 12731 AegisName: "Runstone_Turisus" Name: "Turisus Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94893,7 +94893,7 @@ item_db: ( Id: 12732 AegisName: "Runstone_Pertz" Name: "Pertz Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -94919,7 +94919,7 @@ item_db: ( Id: 12733 AegisName: "Runstone_Hagalas" Name: "Hagalas Runestone" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { @@ -95536,7 +95536,7 @@ item_db: ( Id: 12796 AegisName: "Red_Booster" Name: "Red Boost" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -95674,7 +95674,7 @@ item_db: ( Id: 12812 AegisName: "Snow_Flip" Name: "Snow Flip" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill ECL_SNOWFLIP,1; "> }, @@ -95682,7 +95682,7 @@ item_db: ( Id: 12813 AegisName: "Peony_Mommy" Name: "Peony Mamy" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill ECL_PEONYMAMY,1; "> }, @@ -95690,7 +95690,7 @@ item_db: ( Id: 12814 AegisName: "Slapping_Herb" Name: "Sadagui" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill ECL_SADAGUI,1; "> }, @@ -95698,7 +95698,7 @@ item_db: ( Id: 12815 AegisName: "Yggdrasil_Dust" Name: "Sequoia Dust" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Script: <" itemskill ECL_SEQUOIADUST,1; "> }, @@ -96619,7 +96619,7 @@ item_db: ( Id: 12928 AegisName: "J_Aspersio_5_Scroll" Name: "Sacred Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -97339,7 +97339,7 @@ item_db: ( Id: 12968 AegisName: "Emergency_Scroll1" Name: "Emergency Level 1 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -97357,7 +97357,7 @@ item_db: ( Id: 12969 AegisName: "Emergency_Scroll2" Name: "Emergency Level 2 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -97375,7 +97375,7 @@ item_db: ( Id: 12970 AegisName: "Emergency_Scroll3" Name: "Emergency Level 3 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -121583,7 +121583,7 @@ item_db: ( Id: 14512 AegisName: "Meteor_10_Scroll" Name: "Meteor Storm Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -121600,7 +121600,7 @@ item_db: ( Id: 14513 AegisName: "Storm_10_Scroll" Name: "Storm Gust Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -121617,7 +121617,7 @@ item_db: ( Id: 14514 AegisName: "Vermilion_10_Scroll" Name: "Lord of Vermilion Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -121634,7 +121634,7 @@ item_db: ( Id: 14515 AegisName: "Lex_Aeterna_Scroll" Name: "Lex Aeterna Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -121651,7 +121651,7 @@ item_db: ( Id: 14516 AegisName: "Magnificat_5_Scroll" Name: "Magnificat Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -121874,7 +121874,7 @@ item_db: ( Id: 14529 AegisName: "Greed_Scroll" Name: "Greed Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -122999,7 +122999,7 @@ item_db: ( Id: 14587 AegisName: "Repair_Scroll_" Name: "Equipment Repair Spell Book" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -123019,7 +123019,7 @@ item_db: ( Id: 14588 AegisName: "Pty_Blessing_Scroll" Name: "Party Blessing 10 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 10 Weight: 10 Trade: { @@ -123037,7 +123037,7 @@ item_db: ( Id: 14589 AegisName: "Pty_Inc_Agi_Scroll" Name: "Party Increase Agi 10 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 10 Weight: 10 Trade: { @@ -123055,7 +123055,7 @@ item_db: ( Id: 14590 AegisName: "Pty_Assumptio_Scroll" Name: "Party Assumptio 5 Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 10 Weight: 10 Trade: { @@ -123113,7 +123113,7 @@ item_db: ( Id: 14593 AegisName: "Magic_Power_Scroll" Name: "Mystical Amplification Scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -123133,7 +123133,7 @@ item_db: ( Id: 14594 AegisName: "Quagmire_Scroll" Name: "Quagmire scroll" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -148324,7 +148324,7 @@ item_db: ( Id: 22540 AegisName: "Runstone_Lux" Name: "Lux Anima Rune" - Type: "IT_DELAYCONSUME" + Type: "IT_USABLE" Buy: 2 Weight: 100 Job: { |