diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 20851 |
1 files changed, 9610 insertions, 11241 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 90b50cdac..3169ddd6c 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -37,7 +37,7 @@ item_db: ( AegisName: "Aegis_Name" (string) Name: "Item Name" (string) // ================ Optional fields =============================== - Type: Item Type (int, defaults to 3 = etc item) + Type: Item Type (string, defaults to "IT_ETC") Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) @@ -79,15 +79,16 @@ item_db: ( Rebellion: true/false (boolean, defaults to false) } Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) - Upper: Upper mask (int, defaults to any = 0x3f) - Gender: Gender (int, defaults to both = 2) - Loc: Equip location (int, required value for equipment) + Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") + Gender: Gender (string, defaults to "SEX_ANY") + Loc: Equip location (bitmask array, string or int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] - View: View ID (int, defaults to 0) + Subtype: Item Subtype (int, defaults to 0) + ViewSprite: Sprite view ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) ForceSerial: true/false (boolean, defaults to false) BuyingStore: true/false (boolean, defaults to false) @@ -126,7 +127,7 @@ item_db: ( Id: 501 AegisName: "Red_Potion" Name: "Red Potion" - Type: 0 + Type: "IT_HEALING" Buy: 50 Weight: 70 Script: <" itemheal rand(45,65),0; "> @@ -135,7 +136,7 @@ item_db: ( Id: 502 AegisName: "Orange_Potion" Name: "Orange Potion" - Type: 0 + Type: "IT_HEALING" Buy: 200 Weight: 100 Script: <" itemheal rand(105,145),0; "> @@ -144,7 +145,7 @@ item_db: ( Id: 503 AegisName: "Yellow_Potion" Name: "Yellow Potion" - Type: 0 + Type: "IT_HEALING" Buy: 550 Weight: 130 Script: <" itemheal rand(175,235),0; "> @@ -153,7 +154,7 @@ item_db: ( Id: 504 AegisName: "White_Potion" Name: "White Potion" - Type: 0 + Type: "IT_HEALING" Buy: 1200 Weight: 150 Script: <" itemheal rand(325,405),0; "> @@ -162,7 +163,7 @@ item_db: ( Id: 505 AegisName: "Blue_Potion" Name: "Blue Potion" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 150 Script: <" itemheal 0,rand(40,60); "> @@ -171,7 +172,7 @@ item_db: ( Id: 506 AegisName: "Green_Potion" Name: "Green Potion" - Type: 0 + Type: "IT_HEALING" Buy: 40 Weight: 70 BuyingStore: true @@ -186,7 +187,7 @@ item_db: ( Id: 507 AegisName: "Red_Herb" Name: "Red Herb" - Type: 0 + Type: "IT_HEALING" Buy: 18 Weight: 30 BuyingStore: true @@ -196,7 +197,7 @@ item_db: ( Id: 508 AegisName: "Yellow_Herb" Name: "Yellow Herb" - Type: 0 + Type: "IT_HEALING" Buy: 40 Weight: 50 BuyingStore: true @@ -206,7 +207,7 @@ item_db: ( Id: 509 AegisName: "White_Herb" Name: "White Herb" - Type: 0 + Type: "IT_HEALING" Buy: 120 Weight: 70 BuyingStore: true @@ -216,7 +217,7 @@ item_db: ( Id: 510 AegisName: "Blue_Herb" Name: "Blue Herb" - Type: 0 + Type: "IT_HEALING" Buy: 60 Weight: 70 BuyingStore: true @@ -226,7 +227,7 @@ item_db: ( Id: 511 AegisName: "Green_Herb" Name: "Green Herb" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 30 BuyingStore: true @@ -236,7 +237,7 @@ item_db: ( Id: 512 AegisName: "Apple" Name: "Apple" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 20 BuyingStore: true @@ -246,7 +247,7 @@ item_db: ( Id: 513 AegisName: "Banana" Name: "Banana" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 20 BuyingStore: true @@ -256,7 +257,7 @@ item_db: ( Id: 514 AegisName: "Grape" Name: "Grape" - Type: 0 + Type: "IT_HEALING" Buy: 200 Weight: 20 BuyingStore: true @@ -266,7 +267,7 @@ item_db: ( Id: 515 AegisName: "Carrot" Name: "Carrot" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 20 BuyingStore: true @@ -276,7 +277,7 @@ item_db: ( Id: 516 AegisName: "Sweet_Potato" Name: "Potato" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 20 BuyingStore: true @@ -286,7 +287,7 @@ item_db: ( Id: 517 AegisName: "Meat" Name: "Meat" - Type: 0 + Type: "IT_HEALING" Buy: 50 Weight: 150 BuyingStore: true @@ -296,7 +297,7 @@ item_db: ( Id: 518 AegisName: "Honey" Name: "Honey" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 100 BuyingStore: true @@ -306,7 +307,7 @@ item_db: ( Id: 519 AegisName: "Milk" Name: "Milk" - Type: 0 + Type: "IT_HEALING" Buy: 25 Weight: 30 BuyingStore: true @@ -316,7 +317,7 @@ item_db: ( Id: 520 AegisName: "Leaflet_Of_Hinal" Name: "Hinalle Leaflet" - Type: 0 + Type: "IT_HEALING" Buy: 150 Weight: 10 BuyingStore: true @@ -326,7 +327,7 @@ item_db: ( Id: 521 AegisName: "Leaflet_Of_Aloe" Name: "Aloe Leaflet" - Type: 0 + Type: "IT_HEALING" Buy: 360 Weight: 20 BuyingStore: true @@ -336,7 +337,7 @@ item_db: ( Id: 522 AegisName: "Fruit_Of_Mastela" Name: "Mastela Fruit" - Type: 0 + Type: "IT_HEALING" Buy: 8500 Weight: 30 BuyingStore: true @@ -346,7 +347,7 @@ item_db: ( Id: 523 AegisName: "Holy_Water" Name: "Holy Water" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 30 BuyingStore: true @@ -356,7 +357,7 @@ item_db: ( Id: 525 AegisName: "Panacea" Name: "Panacea" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 100 BuyingStore: true @@ -373,7 +374,7 @@ item_db: ( Id: 526 AegisName: "Royal_Jelly" Name: "Royal Jelly" - Type: 0 + Type: "IT_HEALING" Buy: 7000 Weight: 150 BuyingStore: true @@ -391,7 +392,7 @@ item_db: ( Id: 528 AegisName: "Monsters_Feed" Name: "Monster's Feed" - Type: 0 + Type: "IT_HEALING" Buy: 60 Weight: 150 BuyingStore: true @@ -401,7 +402,7 @@ item_db: ( Id: 529 AegisName: "Candy" Name: "Candy" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 30 BuyingStore: true @@ -411,7 +412,7 @@ item_db: ( Id: 530 AegisName: "Candy_Striper" Name: "Candy Cane" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 40 BuyingStore: true @@ -421,7 +422,7 @@ item_db: ( Id: 531 AegisName: "Apple_Juice" Name: "Apple Juice" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 40 BuyingStore: true @@ -431,7 +432,7 @@ item_db: ( Id: 532 AegisName: "Banana_Juice" Name: "Banana Juice" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 40 BuyingStore: true @@ -441,7 +442,7 @@ item_db: ( Id: 533 AegisName: "Grape_Juice" Name: "Grape Juice" - Type: 0 + Type: "IT_HEALING" Buy: 250 Weight: 40 BuyingStore: true @@ -451,7 +452,7 @@ item_db: ( Id: 534 AegisName: "Carrot_Juice" Name: "Carrot Juice" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 40 BuyingStore: true @@ -461,7 +462,7 @@ item_db: ( Id: 535 AegisName: "Pumpkin" Name: "Pumpkin" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 20 BuyingStore: true @@ -471,7 +472,7 @@ item_db: ( Id: 536 AegisName: "Ice_Cream" Name: "Ice Cream" - Type: 0 + Type: "IT_HEALING" Buy: 150 Weight: 80 BuyingStore: true @@ -484,7 +485,7 @@ item_db: ( Id: 537 AegisName: "Pet_Food" Name: "Pet Food" - Type: 0 + Type: "IT_HEALING" Buy: 1000 Weight: 10 BuyingStore: true @@ -494,7 +495,7 @@ item_db: ( Id: 538 AegisName: "Well_Baked_Cookie" Name: "Well-baked Cookie" - Type: 0 + Type: "IT_HEALING" Buy: 1000 Weight: 30 BuyingStore: true @@ -504,7 +505,7 @@ item_db: ( Id: 539 AegisName: "Piece_Of_Cake" Name: "Piece of Cake" - Type: 0 + Type: "IT_HEALING" Buy: 3000 Weight: 100 BuyingStore: true @@ -514,7 +515,7 @@ item_db: ( Id: 540 AegisName: "Falcons_Feed" Name: "Falcon Food" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 50 Script: <" itemheal rand(185,225),0; "> @@ -523,7 +524,7 @@ item_db: ( Id: 541 AegisName: "Pecopecos_Feed" Name: "PecoPeco Food" - Type: 0 + Type: "IT_HEALING" Buy: 3000 Weight: 50 Script: <" itemheal rand(325,405),0; "> @@ -533,7 +534,7 @@ item_db: ( Id: 542 AegisName: "Festive_Cookie" Name: "Festival Cookie" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 10 Script: <" itemheal rand(325,405),0; "> @@ -544,7 +545,7 @@ item_db: ( Id: 543 AegisName: "Festive_Rainbow_Cake" Name: "Festival Rainbow Cake" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 10 Script: <" itemheal rand(325,405),0; "> @@ -554,7 +555,7 @@ item_db: ( Id: 544 AegisName: "Fish_Slice" Name: "Raw Fish" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 30 BuyingStore: true @@ -564,7 +565,7 @@ item_db: ( Id: 545 AegisName: "Red_Slim_Potion" Name: "Condensed Red Potion" - Type: 0 + Type: "IT_HEALING" Buy: 150 Weight: 20 Script: <" itemheal rand(45,65),0; "> @@ -573,7 +574,7 @@ item_db: ( Id: 546 AegisName: "Yellow_Slim_Potion" Name: "Condensed Yellow Potion" - Type: 0 + Type: "IT_HEALING" Buy: 600 Weight: 30 Script: <" itemheal rand(175,235),0; "> @@ -582,7 +583,7 @@ item_db: ( Id: 547 AegisName: "White_Slim_Potion" Name: "Condensed White Potion" - Type: 0 + Type: "IT_HEALING" Buy: 1650 Weight: 50 Script: <" itemheal rand(325,405),0; "> @@ -591,7 +592,7 @@ item_db: ( Id: 548 AegisName: "Cheese" Name: "Cheese" - Type: 0 + Type: "IT_HEALING" Buy: 2800 Weight: 50 BuyingStore: true @@ -601,7 +602,7 @@ item_db: ( Id: 549 AegisName: "Nice_Sweet_Potato" Name: "Yam" - Type: 0 + Type: "IT_HEALING" Buy: 180 Weight: 80 BuyingStore: true @@ -614,7 +615,7 @@ item_db: ( Id: 550 AegisName: "Popped_Rice" Name: "Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 10 BuyingStore: true @@ -624,7 +625,7 @@ item_db: ( Id: 551 AegisName: "Shusi" Name: "Sushi" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 50 BuyingStore: true @@ -634,7 +635,7 @@ item_db: ( Id: 552 AegisName: "KETUPAT" Name: "Ketupat" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 10 Script: <" itemheal rand(70,90),rand(20,30); "> @@ -643,7 +644,7 @@ item_db: ( Id: 553 AegisName: "Bun" Name: "Bao" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 50 BuyingStore: true @@ -653,7 +654,7 @@ item_db: ( Id: 554 AegisName: "Mojji" Name: "Mochi" - Type: 0 + Type: "IT_HEALING" Buy: 400 Weight: 80 Script: <" @@ -666,7 +667,7 @@ item_db: ( Id: 555 AegisName: "Rice_Cake" Name: "Traditional Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 100 Weight: 20 Script: <" itemheal rand(105,145),0; "> @@ -675,7 +676,7 @@ item_db: ( Id: 556 AegisName: "Long_Rice_Cake" Name: "Rice Cake Stick" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 10 Script: <" itemheal rand(20,25),0; "> @@ -684,7 +685,7 @@ item_db: ( Id: 557 AegisName: "Hash_Rice_Cake" Name: "Neatly Sliced Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 10 Script: <" itemheal rand(25,30),0; "> @@ -693,7 +694,7 @@ item_db: ( Id: 558 AegisName: "Chocolate" Name: "Chocolate" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 20 Script: <" itemheal 1,1; "> @@ -702,7 +703,7 @@ item_db: ( Id: 559 AegisName: "HandMade_Chocolate" Name: "Hand-made Chocolate" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 80 Script: <" itemheal 50,50; "> @@ -711,7 +712,7 @@ item_db: ( Id: 560 AegisName: "HandMade_Chocolate_" Name: "Handmade White Chocolate" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 80 Script: <" itemheal 50,50; "> @@ -720,7 +721,7 @@ item_db: ( Id: 561 AegisName: "White_Chocolate" Name: "White Chocolate" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 80 Script: <" itemheal 50,50; "> @@ -729,7 +730,7 @@ item_db: ( Id: 562 AegisName: "Pizza" Name: "Doublecrust Swiss Fondue" - Type: 0 + Type: "IT_HEALING" Buy: 100 Weight: 150 Script: <" itemheal rand(70,100),0; "> @@ -738,7 +739,7 @@ item_db: ( Id: 563 AegisName: "Pizza_01" Name: "Doublecrust Swiss Fondue" - Type: 0 + Type: "IT_HEALING" Buy: 1200 Weight: 150 Script: <" itemheal rand(375,445),0; "> @@ -747,7 +748,7 @@ item_db: ( Id: 564 AegisName: "Rice_Ball" Name: "Rice Ball" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 30 BuyingStore: true @@ -757,7 +758,7 @@ item_db: ( Id: 565 AegisName: "Vita500_Bottle" Name: "Vita500" - Type: 0 + Type: "IT_HEALING" Buy: 580 Weight: 100 Script: <" itemheal rand(142,274),0; "> @@ -766,7 +767,7 @@ item_db: ( Id: 566 AegisName: "Tomyumkung" Name: "Tom Yum Goong" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 150 BuyingStore: true @@ -784,7 +785,7 @@ item_db: ( Id: 567 AegisName: "Prawn" Name: "Shrimp" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 40 BuyingStore: true @@ -794,7 +795,7 @@ item_db: ( Id: 568 AegisName: "Lemon" Name: "Lemon" - Type: 0 + Type: "IT_HEALING" Buy: 60 Weight: 40 BuyingStore: true @@ -804,7 +805,7 @@ item_db: ( Id: 569 AegisName: "Novice_Potion" Name: "Novice Potion" - Type: 0 + Type: "IT_HEALING" Weight: 10 BuyingStore: true Script: <" itemheal rand(22,33),0; "> @@ -813,7 +814,7 @@ item_db: ( Id: 570 AegisName: "Lucky_Candy" Name: "Lucky Candy" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 30 BuyingStore: true @@ -823,7 +824,7 @@ item_db: ( Id: 571 AegisName: "Lucky_Candy_Cane" Name: "Lucky Candy Cane" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 40 BuyingStore: true @@ -833,7 +834,7 @@ item_db: ( Id: 572 AegisName: "Lucky_Cookie" Name: "Lucky Cookie" - Type: 0 + Type: "IT_HEALING" Buy: 1000 Weight: 30 BuyingStore: true @@ -843,7 +844,7 @@ item_db: ( Id: 573 AegisName: "Chocolate_Drink" Name: "Chocolate Drink" - Type: 0 + Type: "IT_HEALING" Buy: 7000 Weight: 150 Script: <" @@ -860,7 +861,7 @@ item_db: ( Id: 574 AegisName: "Egg" Name: "Egg" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 30 BuyingStore: true @@ -870,7 +871,7 @@ item_db: ( Id: 575 AegisName: "Piece_Of_Cake_" Name: "2nd Anniversary Cake" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 100 Script: <" itemheal rand(270,330),0; "> @@ -879,7 +880,7 @@ item_db: ( Id: 576 AegisName: "Prickly_Fruit" Name: "Prickly Fruit" - Type: 0 + Type: "IT_HEALING" Buy: 540 Weight: 60 BuyingStore: true @@ -889,7 +890,7 @@ item_db: ( Id: 577 AegisName: "Grain" Name: "Bag of Grain" - Type: 0 + Type: "IT_HEALING" Buy: 200 Weight: 20 BuyingStore: true @@ -899,7 +900,7 @@ item_db: ( Id: 578 AegisName: "Strawberry" Name: "Strawberry" - Type: 0 + Type: "IT_HEALING" Buy: 200 Weight: 20 BuyingStore: true @@ -909,7 +910,7 @@ item_db: ( Id: 579 AegisName: "Delicious_Fish" Name: "Fresh Fish" - Type: 0 + Type: "IT_HEALING" Buy: 250 Weight: 20 BuyingStore: true @@ -919,7 +920,7 @@ item_db: ( Id: 580 AegisName: "Bread" Name: "Bread" - Type: 0 + Type: "IT_HEALING" Buy: 150 Weight: 20 BuyingStore: true @@ -929,7 +930,7 @@ item_db: ( Id: 581 AegisName: "Mushroom" Name: "Edible Mushroom" - Type: 0 + Type: "IT_HEALING" Buy: 40 Weight: 20 BuyingStore: true @@ -939,7 +940,7 @@ item_db: ( Id: 582 AegisName: "Orange" Name: "Orange" - Type: 0 + Type: "IT_HEALING" Buy: 300 Weight: 20 BuyingStore: true @@ -949,7 +950,7 @@ item_db: ( Id: 583 AegisName: "KETUPAT_" Name: "Ketupat Sayur" - Type: 0 + Type: "IT_HEALING" Buy: 7000 Weight: 150 Script: <" @@ -966,7 +967,7 @@ item_db: ( Id: 584 AegisName: "Fish_Ball_Soup" Name: "Fish Cake Soup" - Type: 0 + Type: "IT_HEALING" Buy: 100 Weight: 60 BuyingStore: true @@ -976,7 +977,7 @@ item_db: ( Id: 585 AegisName: "Wurst" Name: "Wurst" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 40 Script: <" itemheal rand(15,20),0; "> @@ -985,7 +986,7 @@ item_db: ( Id: 586 AegisName: "Mothers_Cake" Name: "Mother's Cake" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 Script: <" itemheal rand(325,405),0; "> @@ -994,7 +995,7 @@ item_db: ( Id: 587 AegisName: "Prickly_Fruit_" Name: "Red Prickly Fruit" - Type: 0 + Type: "IT_HEALING" Buy: 880 Weight: 60 BuyingStore: true @@ -1004,7 +1005,7 @@ item_db: ( Id: 588 AegisName: "Spaghetti" Name: "Spaghetti" - Type: 0 + Type: "IT_HEALING" Buy: 100 Weight: 100 Script: <" itemheal rand(40,70),0; "> @@ -1013,7 +1014,7 @@ item_db: ( Id: 589 AegisName: "Pizza_02" Name: "Pizza" - Type: 0 + Type: "IT_HEALING" Buy: 1200 Weight: 150 Script: <" itemheal rand(375,445),0; "> @@ -1022,7 +1023,7 @@ item_db: ( Id: 590 AegisName: "Brezel_" Name: "Pretzel" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Script: <" itemheal rand(50,90),0; "> @@ -1031,7 +1032,7 @@ item_db: ( Id: 591 AegisName: "Caviar_Pancake" Name: "Caviar Pancake" - Type: 0 + Type: "IT_HEALING" Weight: 150 BuyingStore: true Script: <" @@ -1048,7 +1049,7 @@ item_db: ( Id: 592 AegisName: "Jam_Pancake" Name: "Jam Pancake" - Type: 0 + Type: "IT_HEALING" Weight: 150 BuyingStore: true Script: <" @@ -1065,7 +1066,7 @@ item_db: ( Id: 593 AegisName: "Honey_Pancake" Name: "Honey Pancake" - Type: 0 + Type: "IT_HEALING" Weight: 150 BuyingStore: true Script: <" @@ -1082,7 +1083,7 @@ item_db: ( Id: 594 AegisName: "Sour_Cream_Pancake" Name: "Sour-Cream Pancake" - Type: 0 + Type: "IT_HEALING" Weight: 150 BuyingStore: true Script: <" @@ -1099,7 +1100,7 @@ item_db: ( Id: 595 AegisName: "Mushroom_Pancake" Name: "Mushroom Pancake" - Type: 0 + Type: "IT_HEALING" Weight: 150 BuyingStore: true Script: <" @@ -1116,7 +1117,7 @@ item_db: ( Id: 596 AegisName: "Cute_Strawberry_Choco" Name: "Cute Strawberry-Choco" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 Script: <" itemheal 0,rand(1,100); "> @@ -1125,7 +1126,7 @@ item_db: ( Id: 597 AegisName: "Lovely_Choco_Tart" Name: "Lovely Choco-Tart" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 Script: <" itemheal rand(10,400),0; "> @@ -1134,7 +1135,7 @@ item_db: ( Id: 598 AegisName: "Light_Red_Pot" Name: "Light Red Potion" - Type: 0 + Type: "IT_HEALING" Buy: 50 Weight: 10 Script: <" itemheal rand(45,65),0; "> @@ -1143,7 +1144,7 @@ item_db: ( Id: 599 AegisName: "Light_Orange_Pot" Name: "Light Orange Potion" - Type: 0 + Type: "IT_HEALING" Buy: 200 Weight: 10 Script: <" itemheal rand(105,145),0; "> @@ -1154,7 +1155,7 @@ item_db: ( Id: 601 AegisName: "Wing_Of_Fly" Name: "Fly Wing" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 60 Weight: 50 BuyingStore: true @@ -1164,7 +1165,7 @@ item_db: ( Id: 602 AegisName: "Wing_Of_Butterfly" Name: "Butterfly Wing" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 300 Weight: 50 BuyingStore: true @@ -1174,7 +1175,7 @@ item_db: ( Id: 603 AegisName: "Old_Blue_Box" Name: "Old Blue Box" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -1184,7 +1185,7 @@ item_db: ( Id: 604 AegisName: "Branch_Of_Dead_Tree" Name: "Dead Branch" - Type: 2 + Type: "IT_USABLE" Buy: 50 Weight: 50 BuyingStore: true @@ -1194,7 +1195,7 @@ item_db: ( Id: 605 AegisName: "Anodyne" Name: "Anodyne" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 100 BuyingStore: true @@ -1207,7 +1208,7 @@ item_db: ( Id: 606 AegisName: "Aloebera" Name: "Aloevera" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1500 Weight: 100 BuyingStore: true @@ -1220,7 +1221,7 @@ item_db: ( Id: 607 AegisName: "Yggdrasilberry" Name: "Yggdrasil Berry" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 300 BuyingStore: true @@ -1230,7 +1231,7 @@ item_db: ( Id: 608 AegisName: "Seed_Of_Yggdrasil" Name: "Yggdrasil Seed" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 300 BuyingStore: true @@ -1240,7 +1241,7 @@ item_db: ( Id: 609 AegisName: "Amulet" Name: "Amulet" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 100 BuyingStore: true @@ -1249,7 +1250,7 @@ item_db: ( Id: 610 AegisName: "Leaf_Of_Yggdrasil" Name: "Yggdrasil Leaf" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 4000 Weight: 100 BuyingStore: true @@ -1259,7 +1260,7 @@ item_db: ( Id: 611 AegisName: "Spectacles" Name: "Magnifier" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 40 Weight: 50 BuyingStore: true @@ -1269,7 +1270,7 @@ item_db: ( Id: 612 AegisName: "Portable_Furnace" Name: "Mini Furnace" - Type: 2 + Type: "IT_USABLE" Buy: 150 Weight: 200 BuyingStore: true @@ -1279,7 +1280,7 @@ item_db: ( Id: 613 AegisName: "Iron_Hammer" Name: "Iron Hammer" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -1289,7 +1290,7 @@ item_db: ( Id: 614 AegisName: "Golden_Hammer" Name: "Golden Hammer" - Type: 2 + Type: "IT_USABLE" Buy: 3000 Weight: 300 BuyingStore: true @@ -1299,7 +1300,7 @@ item_db: ( Id: 615 AegisName: "Oridecon_Hammer" Name: "Oridecon Hammer" - Type: 2 + Type: "IT_USABLE" Buy: 5000 Weight: 400 BuyingStore: true @@ -1309,7 +1310,7 @@ item_db: ( Id: 616 AegisName: "Old_Card_Album" Name: "Old Card Album" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 50 BuyingStore: true @@ -1319,7 +1320,7 @@ item_db: ( Id: 617 AegisName: "Old_Violet_Box" Name: "Old Purple Box" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -1329,7 +1330,7 @@ item_db: ( Id: 618 AegisName: "Worn_Out_Scroll" Name: "Worn Out Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 50 Weight: 20 BuyingStore: true @@ -1338,7 +1339,7 @@ item_db: ( Id: 619 AegisName: "Unripe_Apple" Name: "Unripe Apple" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -1351,7 +1352,7 @@ item_db: ( Id: 620 AegisName: "Orange_Juice" Name: "Orange Juice" - Type: 2 + Type: "IT_USABLE" Buy: 1500 Weight: 50 BuyingStore: true @@ -1364,7 +1365,7 @@ item_db: ( Id: 621 AegisName: "Bitter_Herb" Name: "Bitter Herb" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -1377,7 +1378,7 @@ item_db: ( Id: 622 AegisName: "Rainbow_Carrot" Name: "Rainbow Carrot" - Type: 2 + Type: "IT_USABLE" Buy: 2500 Weight: 50 BuyingStore: true @@ -1390,7 +1391,7 @@ item_db: ( Id: 623 AegisName: "Earthworm_The_Dude" Name: "Earthworm the Dude" - Type: 2 + Type: "IT_USABLE" Buy: 4000 Weight: 50 BuyingStore: true @@ -1403,7 +1404,7 @@ item_db: ( Id: 624 AegisName: "Rotten_Fish" Name: "Rotten Fish" - Type: 2 + Type: "IT_USABLE" Buy: 2500 Weight: 50 BuyingStore: true @@ -1416,7 +1417,7 @@ item_db: ( Id: 625 AegisName: "Lusty_Iron" Name: "Rusty Iron" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -1429,7 +1430,7 @@ item_db: ( Id: 626 AegisName: "Monster_Juice" Name: "Monster Juice" - Type: 2 + Type: "IT_USABLE" Buy: 1500 Weight: 50 BuyingStore: true @@ -1442,7 +1443,7 @@ item_db: ( Id: 627 AegisName: "Sweet_Milk" Name: "Sweet Milk" - Type: 2 + Type: "IT_USABLE" Buy: 7000 Weight: 50 BuyingStore: true @@ -1455,7 +1456,7 @@ item_db: ( Id: 628 AegisName: "Well_Dried_Bone" Name: "Well-Dried Bone" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 50 BuyingStore: true @@ -1468,7 +1469,7 @@ item_db: ( Id: 629 AegisName: "Singing_Flower" Name: "Singing Flower" - Type: 2 + Type: "IT_USABLE" Buy: 300 Weight: 50 BuyingStore: true @@ -1481,7 +1482,7 @@ item_db: ( Id: 630 AegisName: "Dew_Laden_Moss" Name: "Dew Laden Moss" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 50 BuyingStore: true @@ -1494,7 +1495,7 @@ item_db: ( Id: 631 AegisName: "Deadly_Noxious_Herb" Name: "Deadly Noxious Herb" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -1507,7 +1508,7 @@ item_db: ( Id: 632 AegisName: "Fatty_Chubby_Earthworm" Name: "Fatty Chubby Earthworm" - Type: 2 + Type: "IT_USABLE" Buy: 5000 Weight: 50 BuyingStore: true @@ -1520,7 +1521,7 @@ item_db: ( Id: 633 AegisName: "Baked_Yam" Name: "Sweet Potato" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -1533,7 +1534,7 @@ item_db: ( Id: 634 AegisName: "Tropical_Banana" Name: "Tropical Banana" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -1546,7 +1547,7 @@ item_db: ( Id: 635 AegisName: "Horror_Of_Tribe" Name: "Orc Trophy" - Type: 2 + Type: "IT_USABLE" Buy: 300 Weight: 50 BuyingStore: true @@ -1559,7 +1560,7 @@ item_db: ( Id: 636 AegisName: "No_Recipient" Name: "No Recipient" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -1572,7 +1573,7 @@ item_db: ( Id: 637 AegisName: "Old_Broom" Name: "Old Broom" - Type: 2 + Type: "IT_USABLE" Buy: 350 Weight: 50 BuyingStore: true @@ -1585,7 +1586,7 @@ item_db: ( Id: 638 AegisName: "Silver_Knife_Of_Chaste" Name: "Silver Knife of Chastity" - Type: 2 + Type: "IT_USABLE" Buy: 12000 Weight: 50 BuyingStore: true @@ -1598,7 +1599,7 @@ item_db: ( Id: 639 AegisName: "Armlet_Of_Obedience" Name: "Armlet of Obedience" - Type: 2 + Type: "IT_USABLE" Buy: 18000 Weight: 50 BuyingStore: true @@ -1611,7 +1612,7 @@ item_db: ( Id: 640 AegisName: "Shining_Stone" Name: "Shining Stone" - Type: 2 + Type: "IT_USABLE" Buy: 3000 Weight: 50 BuyingStore: true @@ -1624,7 +1625,7 @@ item_db: ( Id: 641 AegisName: "Contracts_In_Shadow" Name: "Contract in Shadow" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -1637,7 +1638,7 @@ item_db: ( Id: 642 AegisName: "Book_Of_Devil" Name: "Book of the Devil" - Type: 2 + Type: "IT_USABLE" Buy: 1800 Weight: 50 BuyingStore: true @@ -1650,7 +1651,7 @@ item_db: ( Id: 643 AegisName: "Pet_Incubator" Name: "Pet Incubator" - Type: 2 + Type: "IT_USABLE" Buy: 3000 Weight: 30 BuyingStore: true @@ -1660,7 +1661,7 @@ item_db: ( Id: 644 AegisName: "Gift_Box" Name: "Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -1670,7 +1671,7 @@ item_db: ( Id: 645 AegisName: "Center_Potion" Name: "Concentration Potion" - Type: 2 + Type: "IT_USABLE" Buy: 800 Weight: 100 BuyingStore: true @@ -1680,7 +1681,7 @@ item_db: ( Id: 656 AegisName: "Awakening_Potion" Name: "Awakening Potion" - Type: 2 + Type: "IT_USABLE" Buy: 1500 Weight: 150 Job: { @@ -1720,7 +1721,7 @@ item_db: ( Id: 657 AegisName: "Berserk_Potion" Name: "Berserk Potion" - Type: 2 + Type: "IT_USABLE" Buy: 3000 Weight: 200 Job: { @@ -1746,7 +1747,7 @@ item_db: ( Id: 658 AegisName: "Union_Of_Tribe" Name: "Union of Tribe" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 500 BuyingStore: true @@ -1756,7 +1757,7 @@ item_db: ( Id: 659 AegisName: "Heart_Of_Her" Name: "Her Heart" - Type: 2 + Type: "IT_USABLE" Buy: 500 Weight: 50 BuyingStore: true @@ -1769,7 +1770,7 @@ item_db: ( Id: 660 AegisName: "Prohibition_Red_Candle" Name: "Forbidden Red Candle" - Type: 2 + Type: "IT_USABLE" Buy: 20000 Weight: 50 BuyingStore: true @@ -1782,7 +1783,7 @@ item_db: ( Id: 661 AegisName: "Sway_Apron" Name: "Soft Apron" - Type: 2 + Type: "IT_USABLE" Buy: 20000 Weight: 50 BuyingStore: true @@ -1795,7 +1796,7 @@ item_db: ( Id: 662 AegisName: "Inspector_Certificate" Name: "Authoritative Badge" - Type: 2 + Type: "IT_USABLE" Buy: 1450 Weight: 30 BuyingStore: true @@ -1805,7 +1806,7 @@ item_db: ( Id: 663 AegisName: "Korea_Rice_Cake" Name: "Korean Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 10 BuyingStore: true @@ -1815,7 +1816,7 @@ item_db: ( Id: 664 AegisName: "Gift_Box_1" Name: "Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -1825,7 +1826,7 @@ item_db: ( Id: 665 AegisName: "Gift_Box_2" Name: "Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -1835,7 +1836,7 @@ item_db: ( Id: 666 AegisName: "Gift_Box_3" Name: "Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -1845,7 +1846,7 @@ item_db: ( Id: 667 AegisName: "Gift_Box_4" Name: "Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -1855,7 +1856,7 @@ item_db: ( Id: 668 AegisName: "Handsei" Name: "Red Envelope" - Type: 2 + Type: "IT_USABLE" Weight: 20 BuyingStore: true Script: <" Zeny += rand(1000,10000); "> @@ -1864,7 +1865,7 @@ item_db: ( Id: 669 AegisName: "Rice_Cake_Soup" Name: "Tempting Rice-Cake Soup" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 100 BuyingStore: true @@ -1874,7 +1875,6 @@ item_db: ( Id: 670 AegisName: "Gold_Coin_Moneybag" Name: "Bag of Gold Coins" - Type: 3 Buy: 100000 Weight: 400 }, @@ -1882,7 +1882,7 @@ item_db: ( Id: 671 AegisName: "Gold_Coin" Name: "Gold Roulette Coin" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -1899,7 +1899,6 @@ item_db: ( Id: 672 AegisName: "Copper_Coin_Moneybag" Name: "Bag of Bronze Coins" - Type: 3 Buy: 1000 Weight: 400 }, @@ -1907,7 +1906,6 @@ item_db: ( Id: 673 AegisName: "Copper_Coin" Name: "Bronze Coin" - Type: 3 Buy: 100 Weight: 40 }, @@ -1915,7 +1913,6 @@ item_db: ( Id: 674 AegisName: "Mithril_Coin" Name: "Mithril Coin" - Type: 3 Buy: 5000 Weight: 40 }, @@ -1923,7 +1920,7 @@ item_db: ( Id: 675 AegisName: "Silver_Coin" Name: "Silver Roulette Coin" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -1940,7 +1937,6 @@ item_db: ( Id: 676 AegisName: "Silver_Coin_Moneybag" Name: "Bag of Silver Coins" - Type: 3 Buy: 50000 Weight: 400 }, @@ -1948,7 +1944,6 @@ item_db: ( Id: 677 AegisName: "White_Gold_Coin" Name: "Platinum Coin" - Type: 3 Buy: 2000 Weight: 40 }, @@ -1956,7 +1951,7 @@ item_db: ( Id: 678 AegisName: "Poison_Bottle" Name: "Poison Bottle" - Type: 2 + Type: "IT_USABLE" Buy: 5000 Weight: 100 BuyingStore: true @@ -1973,7 +1968,7 @@ item_db: ( Id: 679 AegisName: "Gold_Pill" Name: "Pilule" - Type: 2 + Type: "IT_USABLE" Buy: 5000 Weight: 300 BuyingStore: true @@ -1983,7 +1978,7 @@ item_db: ( Id: 680 AegisName: "Magical_Carnation" Name: "Magic Carnation" - Type: 0 + Type: "IT_HEALING" Weight: 1000 Script: <" percentheal 0,20; "> }, @@ -1991,7 +1986,7 @@ item_db: ( Id: 681 AegisName: "Memory_Of_Wedding" Name: "Sweet Memory of Marriage" - Type: 2 + Type: "IT_USABLE" Buy: 50000 Weight: 10 BuyingStore: true @@ -2001,7 +1996,7 @@ item_db: ( Id: 682 AegisName: "Realgar_Wine" Name: "Distilled Fighting Spirit" - Type: 2 + Type: "IT_USABLE" Weight: 100 BuyingStore: true Script: <" sc_start SC_PLUSATTACKPOWER, 60000, 30; "> @@ -2010,7 +2005,7 @@ item_db: ( Id: 683 AegisName: "Exorcize_Herb" Name: "Herb of Incantation" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Script: <" sc_start SC_PLUSMAGICPOWER, 60000, 30; "> @@ -2019,7 +2014,7 @@ item_db: ( Id: 684 AegisName: "Durian" Name: "Durian" - Type: 2 + Type: "IT_USABLE" Buy: 15000 Weight: 300 BuyingStore: true @@ -2032,7 +2027,7 @@ item_db: ( Id: 685 AegisName: "RAMADAN" Name: "Ramadan" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 300 Script: <" percentheal 100,50; "> @@ -2041,7 +2036,7 @@ item_db: ( Id: 686 AegisName: "Earth_Scroll_1_3" Name: "Level 3 Earth Spike" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2054,7 +2049,7 @@ item_db: ( Id: 687 AegisName: "Earth_Scroll_1_5" Name: "Level 5 Earth Spike" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2067,7 +2062,7 @@ item_db: ( Id: 688 AegisName: "Cold_Scroll_1_3" Name: "Level 3 Cold Bolt" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2080,7 +2075,7 @@ item_db: ( Id: 689 AegisName: "Cold_Scroll_1_5" Name: "Level 5 Cold Bolt" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2093,7 +2088,7 @@ item_db: ( Id: 690 AegisName: "Fire_Scroll_1_3" Name: "Level 3 Fire Bolt" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2106,7 +2101,7 @@ item_db: ( Id: 691 AegisName: "Fire_Scroll_1_5" Name: "Level 5 Fire Bolt" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2119,7 +2114,7 @@ item_db: ( Id: 692 AegisName: "Wind_Scroll_1_3" Name: "Level 3 Lightening Bolt" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2132,7 +2127,7 @@ item_db: ( Id: 693 AegisName: "Wind_Scroll_1_5" Name: "Level 5 Lightening Bolt" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2145,7 +2140,7 @@ item_db: ( Id: 694 AegisName: "Ghost_Scroll_1_3" Name: "Level 3 Soul Strike" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2158,7 +2153,7 @@ item_db: ( Id: 695 AegisName: "Ghost_Scroll_1_5" Name: "Level 5 Soul Strike" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2171,7 +2166,7 @@ item_db: ( Id: 696 AegisName: "Fire_Scroll_2_1" Name: "Level 1 Fire Ball" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2184,7 +2179,7 @@ item_db: ( Id: 697 AegisName: "Fire_Scroll_2_5" Name: "Level 5 Fire Ball" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2197,7 +2192,7 @@ item_db: ( Id: 698 AegisName: "Fire_Scroll_3_1" Name: "Level 1 Fire Wall" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2210,7 +2205,7 @@ item_db: ( Id: 699 AegisName: "Fire_Scroll_3_5" Name: "Level 5 Fire Wall" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -2223,7 +2218,7 @@ item_db: ( Id: 700 AegisName: "Cold_Scroll_2_1" Name: "Level 1 Frost Diver" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -2238,7 +2233,6 @@ item_db: ( Id: 701 AegisName: "Ora_Ora" Name: "Ora Ora" - Type: 3 Buy: 55000 Weight: 200 BuyingStore: true @@ -2247,7 +2241,6 @@ item_db: ( Id: 702 AegisName: "Animal_Blood" Name: "Animal Gore" - Type: 3 Buy: 450 Weight: 100 BuyingStore: true @@ -2256,7 +2249,6 @@ item_db: ( Id: 703 AegisName: "Hinalle" Name: "Hinalle" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -2265,7 +2257,6 @@ item_db: ( Id: 704 AegisName: "Aloe" Name: "Aloe" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -2274,7 +2265,6 @@ item_db: ( Id: 705 AegisName: "Clover" Name: "Clover" - Type: 3 Buy: 10 Weight: 10 BuyingStore: true @@ -2283,7 +2273,6 @@ item_db: ( Id: 706 AegisName: "Four_Leaf_Clover" Name: "Four Leaf Clover" - Type: 3 Buy: 80000 Weight: 10 BuyingStore: true @@ -2292,7 +2281,6 @@ item_db: ( Id: 707 AegisName: "Singing_Plant" Name: "Singing Plant" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -2301,7 +2289,6 @@ item_db: ( Id: 708 AegisName: "Ment" Name: "Ment" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -2310,7 +2297,6 @@ item_db: ( Id: 709 AegisName: "Izidor" Name: "Izidor" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -2319,7 +2305,6 @@ item_db: ( Id: 710 AegisName: "Illusion_Flower" Name: "Illusion Flower" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -2328,7 +2313,6 @@ item_db: ( Id: 711 AegisName: "Shoot" Name: "Shoot" - Type: 3 Buy: 16 Weight: 10 BuyingStore: true @@ -2337,7 +2321,6 @@ item_db: ( Id: 712 AegisName: "Flower" Name: "Flower" - Type: 3 Buy: 2 Weight: 10 BuyingStore: true @@ -2346,7 +2329,6 @@ item_db: ( Id: 713 AegisName: "Empty_Bottle" Name: "Empty Bottle" - Type: 3 Buy: 6 Weight: 20 BuyingStore: true @@ -2355,7 +2337,6 @@ item_db: ( Id: 714 AegisName: "Emperium" Name: "Emperium" - Type: 3 Buy: 2 Weight: 1000 BuyingStore: true @@ -2364,7 +2345,6 @@ item_db: ( Id: 715 AegisName: "Yellow_Gemstone" Name: "Yellow Gemstone" - Type: 3 Buy: 600 Weight: 30 BuyingStore: true @@ -2373,7 +2353,6 @@ item_db: ( Id: 716 AegisName: "Red_Gemstone" Name: "Red Gemstone" - Type: 3 Buy: 600 Weight: 30 BuyingStore: true @@ -2382,7 +2361,6 @@ item_db: ( Id: 717 AegisName: "Blue_Gemstone" Name: "Blue Gemstone" - Type: 3 Buy: 600 Weight: 30 BuyingStore: true @@ -2391,7 +2369,6 @@ item_db: ( Id: 718 AegisName: "Dark_Red_Jewel" Name: "Garnet" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2400,7 +2377,6 @@ item_db: ( Id: 719 AegisName: "Violet_Jewel" Name: "Amethyst" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2409,7 +2385,6 @@ item_db: ( Id: 720 AegisName: "Skyblue_Jewel" Name: "Aquamarine" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2418,7 +2393,6 @@ item_db: ( Id: 721 AegisName: "Azure_Jewel" Name: "Emerald" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2427,7 +2401,6 @@ item_db: ( Id: 722 AegisName: "Scarlet_Jewel" Name: "Pearl" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2436,7 +2409,6 @@ item_db: ( Id: 723 AegisName: "Cardinal_Jewel" Name: "Ruby" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2445,7 +2417,6 @@ item_db: ( Id: 724 AegisName: "Cardinal_Jewel_" Name: "Cursed Ruby" - Type: 3 Buy: 600 Weight: 100 BuyingStore: true @@ -2454,7 +2425,6 @@ item_db: ( Id: 725 AegisName: "Red_Jewel" Name: "Sardonyx" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2463,7 +2433,6 @@ item_db: ( Id: 726 AegisName: "Blue_Jewel" Name: "Sapphire" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2472,7 +2441,6 @@ item_db: ( Id: 727 AegisName: "White_Jewel" Name: "Opal" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2481,7 +2449,6 @@ item_db: ( Id: 728 AegisName: "Golden_Jewel" Name: "Topaz" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2490,7 +2457,6 @@ item_db: ( Id: 729 AegisName: "Bluish_Green_Jewel" Name: "Zircon" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2499,7 +2465,6 @@ item_db: ( Id: 730 AegisName: "Crystal_Jewel" Name: "1carat Diamond" - Type: 3 Buy: 10000 Weight: 100 BuyingStore: true @@ -2508,7 +2473,6 @@ item_db: ( Id: 731 AegisName: "Crystal_Jewel_" Name: "2carat Diamond" - Type: 3 Buy: 25000 Weight: 100 BuyingStore: true @@ -2517,7 +2481,6 @@ item_db: ( Id: 732 AegisName: "Crystal_Jewel__" Name: "3carat Diamond" - Type: 3 Buy: 55000 Weight: 100 BuyingStore: true @@ -2526,7 +2489,6 @@ item_db: ( Id: 733 AegisName: "Crystal_Jewel___" Name: "Cracked Diamond" - Type: 3 Buy: 10 Weight: 100 BuyingStore: true @@ -2535,7 +2497,6 @@ item_db: ( Id: 734 AegisName: "Red_Frame" Name: "Red Frame" - Type: 3 Buy: 3000 Weight: 200 BuyingStore: true @@ -2544,7 +2505,6 @@ item_db: ( Id: 735 AegisName: "Blue_Porcelain" Name: "Chung Jah" - Type: 3 Buy: 5000 Weight: 500 BuyingStore: true @@ -2553,7 +2513,6 @@ item_db: ( Id: 736 AegisName: "White_Platter" Name: "China" - Type: 3 Buy: 1000 Weight: 300 BuyingStore: true @@ -2562,7 +2521,6 @@ item_db: ( Id: 737 AegisName: "Black_Ladle" Name: "Black Ladle" - Type: 3 Buy: 400 Weight: 50 BuyingStore: true @@ -2571,7 +2529,6 @@ item_db: ( Id: 738 AegisName: "Pencil_Case" Name: "Pencil Case" - Type: 3 Buy: 400 Weight: 100 BuyingStore: true @@ -2580,7 +2537,6 @@ item_db: ( Id: 739 AegisName: "Rouge" Name: "Rouge" - Type: 3 Buy: 10000 Weight: 10 BuyingStore: true @@ -2589,7 +2545,6 @@ item_db: ( Id: 740 AegisName: "Stuffed_Doll" Name: "Puppet" - Type: 3 Buy: 1000 Weight: 100 BuyingStore: true @@ -2598,7 +2553,6 @@ item_db: ( Id: 741 AegisName: "Poring_Doll" Name: "Poring Doll" - Type: 3 Buy: 1800 Weight: 100 BuyingStore: true @@ -2607,7 +2561,6 @@ item_db: ( Id: 742 AegisName: "Chonchon_Doll" Name: "Chonchon Doll" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -2616,7 +2569,6 @@ item_db: ( Id: 743 AegisName: "Spore_Doll" Name: "Spore Doll" - Type: 3 Buy: 5500 Weight: 100 BuyingStore: true @@ -2625,7 +2577,6 @@ item_db: ( Id: 744 AegisName: "Bunch_Of_Flowers" Name: "Bouquet" - Type: 3 Buy: 2000 Weight: 50 BuyingStore: true @@ -2634,7 +2585,6 @@ item_db: ( Id: 745 AegisName: "Wedding_Bouquet" Name: "Wedding Bouquet" - Type: 3 Buy: 12000 Weight: 50 BuyingStore: true @@ -2643,7 +2593,6 @@ item_db: ( Id: 746 AegisName: "Glass_Bead" Name: "Glass Bead" - Type: 3 Buy: 1400 Weight: 50 BuyingStore: true @@ -2652,7 +2601,6 @@ item_db: ( Id: 747 AegisName: "Crystal_Mirror" Name: "Crystal Mirror" - Type: 3 Buy: 15000 Weight: 50 BuyingStore: true @@ -2661,7 +2609,6 @@ item_db: ( Id: 748 AegisName: "Witherless_Rose" Name: "Witherless Rose" - Type: 3 Buy: 55000 Weight: 10 BuyingStore: true @@ -2670,7 +2617,6 @@ item_db: ( Id: 749 AegisName: "Frozen_Rose" Name: "Frozen Rose" - Type: 3 Buy: 35000 Weight: 10 BuyingStore: true @@ -2679,7 +2625,6 @@ item_db: ( Id: 750 AegisName: "Baphomet_Doll" Name: "Baphomet Doll" - Type: 3 Buy: 18000 Weight: 100 BuyingStore: true @@ -2688,7 +2633,6 @@ item_db: ( Id: 751 AegisName: "Osiris_Doll" Name: "Osiris Doll" - Type: 3 Buy: 14000 Weight: 100 BuyingStore: true @@ -2697,7 +2641,6 @@ item_db: ( Id: 752 AegisName: "Grasshopper_Doll" Name: "Rocker Doll" - Type: 3 Buy: 4000 Weight: 100 BuyingStore: true @@ -2706,7 +2649,6 @@ item_db: ( Id: 753 AegisName: "Monkey_Doll" Name: "Yoyo Doll" - Type: 3 Buy: 6000 Weight: 100 BuyingStore: true @@ -2715,7 +2657,6 @@ item_db: ( Id: 754 AegisName: "Raccoondog_Doll" Name: "Raccoon Doll" - Type: 3 Buy: 5000 Weight: 100 BuyingStore: true @@ -2724,7 +2665,6 @@ item_db: ( Id: 756 AegisName: "Oridecon_Stone" Name: "Rough Oridecon" - Type: 3 Buy: 550 Weight: 200 BuyingStore: true @@ -2733,7 +2673,6 @@ item_db: ( Id: 757 AegisName: "Elunium_Stone" Name: "Rough Elunium" - Type: 3 Buy: 650 Weight: 200 BuyingStore: true @@ -2742,7 +2681,6 @@ item_db: ( Id: 901 AegisName: "Danggie" Name: "Daenggie" - Type: 3 Buy: 260 Weight: 10 BuyingStore: true @@ -2751,7 +2689,6 @@ item_db: ( Id: 902 AegisName: "Tree_Root" Name: "Tree Root" - Type: 3 Buy: 12 Weight: 10 BuyingStore: true @@ -2760,7 +2697,6 @@ item_db: ( Id: 903 AegisName: "Reptile_Tongue" Name: "Reptile Tongue" - Type: 3 Buy: 140 Weight: 10 BuyingStore: true @@ -2769,7 +2705,6 @@ item_db: ( Id: 904 AegisName: "Scorpions_Tail" Name: "Scorpion Tail" - Type: 3 Buy: 124 Weight: 10 BuyingStore: true @@ -2778,7 +2713,6 @@ item_db: ( Id: 905 AegisName: "Stem" Name: "Stem" - Type: 3 Buy: 46 Weight: 10 BuyingStore: true @@ -2787,7 +2721,6 @@ item_db: ( Id: 906 AegisName: "Pointed_Scale" Name: "Pointed Scale" - Type: 3 Buy: 68 Weight: 10 BuyingStore: true @@ -2796,7 +2729,6 @@ item_db: ( Id: 907 AegisName: "Resin" Name: "Resin" - Type: 3 Buy: 120 Weight: 10 BuyingStore: true @@ -2805,7 +2737,6 @@ item_db: ( Id: 908 AegisName: "Spawn" Name: "Spawn" - Type: 3 Buy: 140 Weight: 10 BuyingStore: true @@ -2814,7 +2745,6 @@ item_db: ( Id: 909 AegisName: "Jellopy" Name: "Jellopy" - Type: 3 Buy: 6 Weight: 10 BuyingStore: true @@ -2823,7 +2753,6 @@ item_db: ( Id: 910 AegisName: "Garlet" Name: "Garlet" - Type: 3 Buy: 40 Weight: 10 BuyingStore: true @@ -2832,7 +2761,6 @@ item_db: ( Id: 911 AegisName: "Scell" Name: "Scell" - Type: 3 Buy: 160 Weight: 10 BuyingStore: true @@ -2841,7 +2769,6 @@ item_db: ( Id: 912 AegisName: "Zargon" Name: "Zargon" - Type: 3 Buy: 480 Weight: 10 BuyingStore: true @@ -2850,7 +2777,6 @@ item_db: ( Id: 913 AegisName: "Tooth_Of_Bat" Name: "Tooth of Bat" - Type: 3 Buy: 34 Weight: 10 BuyingStore: true @@ -2859,7 +2785,6 @@ item_db: ( Id: 914 AegisName: "Fluff" Name: "Fluff" - Type: 3 Buy: 8 Weight: 10 BuyingStore: true @@ -2868,7 +2793,6 @@ item_db: ( Id: 915 AegisName: "Chrysalis" Name: "Chrysalis" - Type: 3 Buy: 8 Weight: 10 BuyingStore: true @@ -2877,7 +2801,6 @@ item_db: ( Id: 916 AegisName: "Feather_Of_Birds" Name: "Feather of Birds" - Type: 3 Buy: 10 Weight: 10 BuyingStore: true @@ -2886,7 +2809,6 @@ item_db: ( Id: 917 AegisName: "Talon" Name: "Talon" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -2895,7 +2817,6 @@ item_db: ( Id: 918 AegisName: "Sticky_Webfoot" Name: "Sticky Webfoot" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -2904,7 +2825,6 @@ item_db: ( Id: 919 AegisName: "Animals_Skin" Name: "Animal Skin" - Type: 3 Buy: 36 Weight: 10 BuyingStore: true @@ -2913,7 +2833,6 @@ item_db: ( Id: 920 AegisName: "Claw_Of_Wolves" Name: "Wolf Claw" - Type: 3 Buy: 58 Weight: 10 BuyingStore: true @@ -2922,7 +2841,6 @@ item_db: ( Id: 921 AegisName: "Mushroom_Spore" Name: "Mushroom Spore" - Type: 3 Buy: 36 Weight: 10 BuyingStore: true @@ -2931,7 +2849,6 @@ item_db: ( Id: 922 AegisName: "Orcish_Cuspid" Name: "Orc's Fang" - Type: 3 Buy: 220 Weight: 10 BuyingStore: true @@ -2940,7 +2857,6 @@ item_db: ( Id: 923 AegisName: "Evil_Horn" Name: "Evil Horn" - Type: 3 Buy: 1200 Weight: 10 BuyingStore: true @@ -2949,7 +2865,6 @@ item_db: ( Id: 924 AegisName: "Powder_Of_Butterfly" Name: "Powder of Butterfly" - Type: 3 Buy: 90 Weight: 10 BuyingStore: true @@ -2958,7 +2873,6 @@ item_db: ( Id: 925 AegisName: "Bill_Of_Birds" Name: "Bill of Birds" - Type: 3 Buy: 64 Weight: 10 BuyingStore: true @@ -2967,7 +2881,6 @@ item_db: ( Id: 926 AegisName: "Scale_Of_Snakes" Name: "Snake Scale" - Type: 3 Buy: 82 Weight: 10 BuyingStore: true @@ -2976,7 +2889,6 @@ item_db: ( Id: 928 AegisName: "Insect_Feeler" Name: "Insect Feeler" - Type: 3 Buy: 114 Weight: 10 BuyingStore: true @@ -2985,7 +2897,6 @@ item_db: ( Id: 929 AegisName: "Immortal_Heart" Name: "Immortal Heart" - Type: 3 Buy: 374 Weight: 10 BuyingStore: true @@ -2994,7 +2905,6 @@ item_db: ( Id: 930 AegisName: "Rotten_Bandage" Name: "Rotten Bandage" - Type: 3 Buy: 350 Weight: 10 BuyingStore: true @@ -3003,7 +2913,6 @@ item_db: ( Id: 931 AegisName: "Orcish_Voucher" Name: "Orcish Voucher" - Type: 3 Buy: 142 Weight: 10 BuyingStore: true @@ -3012,7 +2921,6 @@ item_db: ( Id: 932 AegisName: "Skel_Bone" Name: "Skel-Bone" - Type: 3 Buy: 232 Weight: 10 BuyingStore: true @@ -3021,7 +2929,6 @@ item_db: ( Id: 934 AegisName: "Mementos" Name: "Memento" - Type: 3 Buy: 600 Weight: 10 BuyingStore: true @@ -3030,7 +2937,6 @@ item_db: ( Id: 935 AegisName: "Shell" Name: "Shell" - Type: 3 Buy: 14 Weight: 10 BuyingStore: true @@ -3039,7 +2945,6 @@ item_db: ( Id: 936 AegisName: "Scales_Shell" Name: "Scale Shell" - Type: 3 Buy: 466 Weight: 10 BuyingStore: true @@ -3048,7 +2953,6 @@ item_db: ( Id: 937 AegisName: "Posionous_Canine" Name: "Venom Canine" - Type: 3 Buy: 148 Weight: 10 BuyingStore: true @@ -3057,7 +2961,6 @@ item_db: ( Id: 938 AegisName: "Sticky_Mucus" Name: "Sticky Mucus" - Type: 3 Buy: 70 Weight: 10 BuyingStore: true @@ -3066,7 +2969,6 @@ item_db: ( Id: 939 AegisName: "Bee_Sting" Name: "Bee Sting" - Type: 3 Buy: 32 Weight: 10 BuyingStore: true @@ -3075,7 +2977,6 @@ item_db: ( Id: 940 AegisName: "Grasshoppers_Leg" Name: "Grasshopper's Leg" - Type: 3 Buy: 36 Weight: 10 BuyingStore: true @@ -3084,7 +2985,6 @@ item_db: ( Id: 941 AegisName: "Nose_Ring" Name: "Nose Ring" - Type: 3 Buy: 568 Weight: 10 BuyingStore: true @@ -3093,7 +2993,6 @@ item_db: ( Id: 942 AegisName: "Yoyo_Tail" Name: "Yoyo Tail" - Type: 3 Buy: 114 Weight: 10 BuyingStore: true @@ -3102,7 +3001,6 @@ item_db: ( Id: 943 AegisName: "Solid_Shell" Name: "Solid Shell" - Type: 3 Buy: 448 Weight: 10 BuyingStore: true @@ -3111,7 +3009,6 @@ item_db: ( Id: 944 AegisName: "Horseshoe" Name: "Horseshoe" - Type: 3 Buy: 588 Weight: 10 BuyingStore: true @@ -3120,7 +3017,6 @@ item_db: ( Id: 945 AegisName: "Raccoon_Leaf" Name: "Raccoon Leaf" - Type: 3 Buy: 106 Weight: 10 BuyingStore: true @@ -3129,7 +3025,6 @@ item_db: ( Id: 946 AegisName: "Snails_Shell" Name: "Snail's Shell" - Type: 3 Buy: 64 Weight: 10 BuyingStore: true @@ -3138,7 +3033,6 @@ item_db: ( Id: 947 AegisName: "Horn" Name: "Horn" - Type: 3 Buy: 116 Weight: 10 BuyingStore: true @@ -3147,7 +3041,6 @@ item_db: ( Id: 948 AegisName: "Bears_Foot" Name: "Bear's Footskin" - Type: 3 Buy: 174 Weight: 10 BuyingStore: true @@ -3156,7 +3049,6 @@ item_db: ( Id: 949 AegisName: "Feather" Name: "Feather" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -3165,7 +3057,6 @@ item_db: ( Id: 950 AegisName: "Heart_Of_Mermaid" Name: "Heart of Mermaid" - Type: 3 Buy: 264 Weight: 10 BuyingStore: true @@ -3174,7 +3065,6 @@ item_db: ( Id: 951 AegisName: "Fin" Name: "Fin" - Type: 3 Buy: 412 Weight: 10 BuyingStore: true @@ -3183,7 +3073,6 @@ item_db: ( Id: 952 AegisName: "Cactus_Needle" Name: "Cactus Needle" - Type: 3 Buy: 82 Weight: 10 BuyingStore: true @@ -3192,7 +3081,6 @@ item_db: ( Id: 953 AegisName: "Stone_Heart" Name: "Stone Heart" - Type: 3 Buy: 184 Weight: 10 BuyingStore: true @@ -3201,7 +3089,6 @@ item_db: ( Id: 954 AegisName: "Shining_Scales" Name: "Shining Scale" - Type: 3 Buy: 466 Weight: 10 BuyingStore: true @@ -3210,7 +3097,6 @@ item_db: ( Id: 955 AegisName: "Worm_Peelings" Name: "Worm Peeling" - Type: 3 Buy: 52 Weight: 10 BuyingStore: true @@ -3219,7 +3105,6 @@ item_db: ( Id: 956 AegisName: "Gill" Name: "Gill" - Type: 3 Buy: 342 Weight: 10 BuyingStore: true @@ -3228,7 +3113,6 @@ item_db: ( Id: 957 AegisName: "Decayed_Nail" Name: "Decayed Nail" - Type: 3 Buy: 82 Weight: 10 BuyingStore: true @@ -3237,7 +3121,6 @@ item_db: ( Id: 958 AegisName: "Horrendous_Mouth" Name: "Horrendous Mouth" - Type: 3 Buy: 390 Weight: 10 BuyingStore: true @@ -3246,7 +3129,6 @@ item_db: ( Id: 959 AegisName: "Rotten_Scale" Name: "Stinky Scale" - Type: 3 Buy: 168 Weight: 10 BuyingStore: true @@ -3255,7 +3137,6 @@ item_db: ( Id: 960 AegisName: "Nipper" Name: "Nipper" - Type: 3 Buy: 114 Weight: 10 BuyingStore: true @@ -3264,7 +3145,6 @@ item_db: ( Id: 961 AegisName: "Conch" Name: "Conch" - Type: 3 Buy: 158 Weight: 10 BuyingStore: true @@ -3273,7 +3153,6 @@ item_db: ( Id: 962 AegisName: "Tentacle" Name: "Tentacle" - Type: 3 Buy: 70 Weight: 10 BuyingStore: true @@ -3282,7 +3161,6 @@ item_db: ( Id: 963 AegisName: "Sharp_Scale" Name: "Sharp Scale" - Type: 3 Buy: 250 Weight: 10 BuyingStore: true @@ -3291,7 +3169,6 @@ item_db: ( Id: 964 AegisName: "Crap_Shell" Name: "Crab Shell" - Type: 3 Buy: 90 Weight: 10 BuyingStore: true @@ -3300,7 +3177,6 @@ item_db: ( Id: 965 AegisName: "Clam_Shell" Name: "Clam Shell" - Type: 3 Buy: 56 Weight: 10 BuyingStore: true @@ -3309,7 +3185,6 @@ item_db: ( Id: 966 AegisName: "Flesh_Of_Clam" Name: "Clam Flesh" - Type: 3 Buy: 158 Weight: 10 BuyingStore: true @@ -3318,7 +3193,6 @@ item_db: ( Id: 967 AegisName: "Turtle_Shell" Name: "Turtle Shell" - Type: 3 Buy: 680 Weight: 10 BuyingStore: true @@ -3327,7 +3201,6 @@ item_db: ( Id: 968 AegisName: "Voucher_Of_Orcish_Hero" Name: "Heroic Emblem" - Type: 3 Buy: 3000 Weight: 10 BuyingStore: true @@ -3336,7 +3209,6 @@ item_db: ( Id: 969 AegisName: "Gold" Name: "Gold" - Type: 3 Buy: 200000 Weight: 200 BuyingStore: true @@ -3345,7 +3217,6 @@ item_db: ( Id: 970 AegisName: "Alchol" Name: "Alcohol" - Type: 3 Buy: 400 Weight: 30 }, @@ -3353,7 +3224,6 @@ item_db: ( Id: 971 AegisName: "Detrimindexta" Name: "Detrimindexta" - Type: 3 Buy: 400 Weight: 30 BuyingStore: true @@ -3362,7 +3232,6 @@ item_db: ( Id: 972 AegisName: "Karvodailnirol" Name: "Karvodailnirol" - Type: 3 Buy: 400 Weight: 30 BuyingStore: true @@ -3371,7 +3240,6 @@ item_db: ( Id: 973 AegisName: "Counteragent" Name: "Counteragent" - Type: 3 Buy: 800 Weight: 70 BuyingStore: true @@ -3380,7 +3248,6 @@ item_db: ( Id: 974 AegisName: "Mixture" Name: "Mixture" - Type: 3 Buy: 800 Weight: 70 BuyingStore: true @@ -3389,7 +3256,6 @@ item_db: ( Id: 975 AegisName: "Scarlet_Dyestuffs" Name: "Scarlet Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3398,7 +3264,6 @@ item_db: ( Id: 976 AegisName: "Lemon_Dyestuffs" Name: "Lemon Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3407,7 +3272,6 @@ item_db: ( Id: 978 AegisName: "Cobaltblue_Dyestuffs" Name: "Cobaltblue Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3416,7 +3280,6 @@ item_db: ( Id: 979 AegisName: "Darkgreen_Dyestuffs" Name: "Darkgreen Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3425,7 +3288,6 @@ item_db: ( Id: 980 AegisName: "Orange_Dyestuffs" Name: "Orange Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3434,7 +3296,6 @@ item_db: ( Id: 981 AegisName: "Violet_Dyestuffs" Name: "Violet Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3443,7 +3304,6 @@ item_db: ( Id: 982 AegisName: "White_Dyestuffs" Name: "White Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3452,7 +3312,6 @@ item_db: ( Id: 983 AegisName: "Black_Dyestuffs" Name: "Black Dyestuffs" - Type: 3 Buy: 8000 Weight: 150 BuyingStore: true @@ -3461,7 +3320,6 @@ item_db: ( Id: 984 AegisName: "Oridecon" Name: "Oridecon" - Type: 3 Buy: 1100 Weight: 200 BuyingStore: true @@ -3470,7 +3328,6 @@ item_db: ( Id: 985 AegisName: "Elunium" Name: "Elunium" - Type: 3 Buy: 1100 Weight: 200 BuyingStore: true @@ -3479,7 +3336,6 @@ item_db: ( Id: 986 AegisName: "Anvil" Name: "Anvil" - Type: 3 Buy: 30000 Weight: 500 BuyingStore: true @@ -3488,7 +3344,6 @@ item_db: ( Id: 987 AegisName: "Oridecon_Anvil" Name: "Oridecon Anvil" - Type: 3 Buy: 120000 Weight: 700 BuyingStore: true @@ -3497,7 +3352,6 @@ item_db: ( Id: 988 AegisName: "Golden_Anvil" Name: "Golden Anvil" - Type: 3 Buy: 300000 Weight: 900 BuyingStore: true @@ -3506,7 +3360,6 @@ item_db: ( Id: 989 AegisName: "Emperium_Anvil" Name: "Emperium Anvil" - Type: 3 Buy: 600000 Weight: 1000 BuyingStore: true @@ -3515,7 +3368,6 @@ item_db: ( Id: 990 AegisName: "Boody_Red" Name: "Red Blood" - Type: 3 Buy: 1000 Weight: 50 BuyingStore: true @@ -3524,7 +3376,6 @@ item_db: ( Id: 991 AegisName: "Crystal_Blue" Name: "Crystal Blue" - Type: 3 Buy: 1000 Weight: 50 BuyingStore: true @@ -3533,7 +3384,6 @@ item_db: ( Id: 992 AegisName: "Wind_Of_Verdure" Name: "Wind of Verdure" - Type: 3 Buy: 1000 Weight: 50 BuyingStore: true @@ -3542,7 +3392,6 @@ item_db: ( Id: 993 AegisName: "Yellow_Live" Name: "Green Live" - Type: 3 Buy: 1000 Weight: 50 BuyingStore: true @@ -3551,7 +3400,6 @@ item_db: ( Id: 994 AegisName: "Flame_Heart" Name: "Flame Heart" - Type: 3 Buy: 3000 Weight: 300 BuyingStore: true @@ -3560,7 +3408,6 @@ item_db: ( Id: 995 AegisName: "Mistic_Frozen" Name: "Mystic Frozen" - Type: 3 Buy: 3000 Weight: 300 BuyingStore: true @@ -3569,7 +3416,6 @@ item_db: ( Id: 996 AegisName: "Rough_Wind" Name: "Rough Wind" - Type: 3 Buy: 3000 Weight: 300 BuyingStore: true @@ -3578,7 +3424,6 @@ item_db: ( Id: 997 AegisName: "Great_Nature" Name: "Great Nature" - Type: 3 Buy: 3000 Weight: 300 BuyingStore: true @@ -3587,7 +3432,6 @@ item_db: ( Id: 998 AegisName: "Iron" Name: "Iron" - Type: 3 Buy: 100 Weight: 50 BuyingStore: true @@ -3596,7 +3440,6 @@ item_db: ( Id: 999 AegisName: "Steel" Name: "Steel" - Type: 3 Buy: 1000 Weight: 100 BuyingStore: true @@ -3605,7 +3448,6 @@ item_db: ( Id: 1000 AegisName: "Star_Crumb" Name: "Star Crumb" - Type: 3 Buy: 4500 Weight: 100 BuyingStore: true @@ -3614,7 +3456,6 @@ item_db: ( Id: 1001 AegisName: "Sparkling_Dust" Name: "Star Dust" - Type: 3 Buy: 1500 Weight: 10 BuyingStore: true @@ -3623,7 +3464,6 @@ item_db: ( Id: 1002 AegisName: "Iron_Ore" Name: "Iron Ore" - Type: 3 Buy: 50 Weight: 150 BuyingStore: true @@ -3632,7 +3472,6 @@ item_db: ( Id: 1003 AegisName: "Coal" Name: "Coal" - Type: 3 Buy: 500 Weight: 50 BuyingStore: true @@ -3641,7 +3480,6 @@ item_db: ( Id: 1004 AegisName: "Patriotism_Marks" Name: "Chivalry Emblem" - Type: 3 Buy: 2 Weight: 100 BuyingStore: true @@ -3650,7 +3488,6 @@ item_db: ( Id: 1005 AegisName: "Hammer_Of_Blacksmith" Name: "Hammer of Blacksmith" - Type: 3 Buy: 2 Weight: 800 BuyingStore: true @@ -3659,7 +3496,6 @@ item_db: ( Id: 1006 AegisName: "Old_Magic_Book" Name: "Old Magicbook" - Type: 3 Buy: 2 Weight: 30 BuyingStore: true @@ -3668,7 +3504,6 @@ item_db: ( Id: 1007 AegisName: "Penetration" Name: "Necklace of Wisdom" - Type: 3 Buy: 2 Weight: 40 BuyingStore: true @@ -3677,7 +3512,6 @@ item_db: ( Id: 1008 AegisName: "Frozen_Heart" Name: "Necklace of Oblivion" - Type: 3 Buy: 2 Weight: 100 BuyingStore: true @@ -3686,7 +3520,6 @@ item_db: ( Id: 1009 AegisName: "Sacred_Marks" Name: "Hand of God" - Type: 3 Buy: 2 Weight: 20 BuyingStore: true @@ -3695,7 +3528,6 @@ item_db: ( Id: 1010 AegisName: "Phracon" Name: "Phracon" - Type: 3 Buy: 200 Weight: 200 BuyingStore: true @@ -3704,7 +3536,6 @@ item_db: ( Id: 1011 AegisName: "Emveretarcon" Name: "Emveretarcon" - Type: 3 Buy: 1000 Weight: 200 BuyingStore: true @@ -3713,7 +3544,6 @@ item_db: ( Id: 1012 AegisName: "Lizard_Scruff" Name: "Frill" - Type: 3 Buy: 250 Weight: 10 BuyingStore: true @@ -3722,7 +3552,6 @@ item_db: ( Id: 1013 AegisName: "Colorful_Shell" Name: "Rainbow Shell" - Type: 3 Buy: 90 Weight: 10 BuyingStore: true @@ -3731,7 +3560,6 @@ item_db: ( Id: 1014 AegisName: "Jaws_Of_Ant" Name: "Ant Jaw" - Type: 3 Buy: 232 Weight: 10 BuyingStore: true @@ -3740,7 +3568,6 @@ item_db: ( Id: 1015 AegisName: "Thin_N_Long_Tongue" Name: "Tongue" - Type: 3 Buy: 528 Weight: 10 BuyingStore: true @@ -3749,7 +3576,6 @@ item_db: ( Id: 1016 AegisName: "Rat_Tail" Name: "Rat Tail" - Type: 3 Buy: 52 Weight: 10 BuyingStore: true @@ -3758,7 +3584,6 @@ item_db: ( Id: 1017 AegisName: "Moustache_Of_Mole" Name: "Mole Whiskers" - Type: 3 Buy: 106 Weight: 10 BuyingStore: true @@ -3767,7 +3592,6 @@ item_db: ( Id: 1018 AegisName: "Nail_Of_Mole" Name: "Mole Claw" - Type: 3 Buy: 210 Weight: 10 BuyingStore: true @@ -3776,7 +3600,6 @@ item_db: ( Id: 1019 AegisName: "Wooden_Block" Name: "Trunk" - Type: 3 Buy: 60 Weight: 10 BuyingStore: true @@ -3785,7 +3608,6 @@ item_db: ( Id: 1020 AegisName: "Long_Hair" Name: "Black Hair" - Type: 3 Buy: 292 Weight: 10 BuyingStore: true @@ -3794,7 +3616,6 @@ item_db: ( Id: 1021 AegisName: "Dokkaebi_Horn" Name: "Dokebi Horn" - Type: 3 Buy: 292 Weight: 10 BuyingStore: true @@ -3803,7 +3624,6 @@ item_db: ( Id: 1022 AegisName: "Fox_Tail" Name: "Nine Tails" - Type: 3 Buy: 650 Weight: 10 BuyingStore: true @@ -3812,7 +3632,6 @@ item_db: ( Id: 1023 AegisName: "Fish_Tail" Name: "Fish Tail" - Type: 3 Buy: 196 Weight: 10 BuyingStore: true @@ -3821,7 +3640,6 @@ item_db: ( Id: 1024 AegisName: "Chinese_Ink" Name: "Squid Ink" - Type: 3 Buy: 264 Weight: 10 BuyingStore: true @@ -3830,7 +3648,6 @@ item_db: ( Id: 1025 AegisName: "Spiderweb" Name: "Cobweb" - Type: 3 Buy: 184 Weight: 10 BuyingStore: true @@ -3839,7 +3656,6 @@ item_db: ( Id: 1026 AegisName: "Acorn" Name: "Acorn" - Type: 3 Buy: 98 Weight: 10 BuyingStore: true @@ -3848,7 +3664,6 @@ item_db: ( Id: 1027 AegisName: "Porcupine_Spike" Name: "Porcupine Quill" - Type: 3 Buy: 158 Weight: 10 BuyingStore: true @@ -3857,7 +3672,6 @@ item_db: ( Id: 1028 AegisName: "Wild_Boars_Mane" Name: "Mane" - Type: 3 Buy: 196 Weight: 10 BuyingStore: true @@ -3866,7 +3680,6 @@ item_db: ( Id: 1029 AegisName: "Tigers_Skin" Name: "Tiger Skin" - Type: 3 Buy: 548 Weight: 10 BuyingStore: true @@ -3875,7 +3688,6 @@ item_db: ( Id: 1030 AegisName: "Tiger_Footskin" Name: "Tiger's Footskin" - Type: 3 Buy: 1500 Weight: 10 BuyingStore: true @@ -3884,7 +3696,6 @@ item_db: ( Id: 1031 AegisName: "Limb_Of_Mantis" Name: "Mantis Scythe" - Type: 3 Buy: 196 Weight: 10 BuyingStore: true @@ -3893,7 +3704,6 @@ item_db: ( Id: 1032 AegisName: "Blossom_Of_Maneater" Name: "Maneater Blossom" - Type: 3 Buy: 196 Weight: 10 BuyingStore: true @@ -3902,7 +3712,6 @@ item_db: ( Id: 1033 AegisName: "Root_Of_Maneater" Name: "Maneater Root" - Type: 3 Buy: 208 Weight: 10 BuyingStore: true @@ -3911,7 +3720,6 @@ item_db: ( Id: 1034 AegisName: "Cobold_Hair" Name: "Blue Hair" - Type: 3 Buy: 342 Weight: 10 BuyingStore: true @@ -3920,7 +3728,6 @@ item_db: ( Id: 1035 AegisName: "Dragon_Canine" Name: "Dragon Canine" - Type: 3 Buy: 484 Weight: 10 BuyingStore: true @@ -3929,7 +3736,6 @@ item_db: ( Id: 1036 AegisName: "Dragon_Scale" Name: "Dragon Scale" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -3938,7 +3744,6 @@ item_db: ( Id: 1037 AegisName: "Dragon_Train" Name: "Dragon Tail" - Type: 3 Buy: 1200 Weight: 10 BuyingStore: true @@ -3947,7 +3752,6 @@ item_db: ( Id: 1038 AegisName: "Petite_DiablOfs_Horn" Name: "Little Evil Horn" - Type: 3 Buy: 528 Weight: 10 BuyingStore: true @@ -3956,7 +3760,6 @@ item_db: ( Id: 1039 AegisName: "Petite_DiablOfs_Wing" Name: "Little Evil Wing" - Type: 3 Buy: 2000 Weight: 10 BuyingStore: true @@ -3965,7 +3768,6 @@ item_db: ( Id: 1040 AegisName: "Elder_Pixies_Beard" Name: "Elder Pixie's Moustache" - Type: 3 Buy: 232 Weight: 10 BuyingStore: true @@ -3974,7 +3776,6 @@ item_db: ( Id: 1041 AegisName: "Lantern" Name: "Lantern" - Type: 3 Buy: 250 Weight: 10 BuyingStore: true @@ -3983,7 +3784,6 @@ item_db: ( Id: 1042 AegisName: "Short_Leg" Name: "Bug Leg" - Type: 3 Buy: 430 Weight: 10 BuyingStore: true @@ -3992,7 +3792,6 @@ item_db: ( Id: 1043 AegisName: "Nail_Of_Orc" Name: "Orc Claw" - Type: 3 Buy: 168 Weight: 10 BuyingStore: true @@ -4001,7 +3800,6 @@ item_db: ( Id: 1044 AegisName: "Tooth_Of_" Name: "Zenorc's Fang" - Type: 3 Buy: 264 Weight: 10 BuyingStore: true @@ -4010,7 +3808,6 @@ item_db: ( Id: 1045 AegisName: "Sacred_Masque" Name: "Cultish Masque" - Type: 3 Buy: 412 Weight: 10 BuyingStore: true @@ -4019,7 +3816,6 @@ item_db: ( Id: 1046 AegisName: "Tweezer" Name: "Scorpion Nipper" - Type: 3 Buy: 614 Weight: 10 BuyingStore: true @@ -4028,7 +3824,6 @@ item_db: ( Id: 1047 AegisName: "Head_Of_Medusa" Name: "Dead Medusa" - Type: 3 Buy: 548 Weight: 10 BuyingStore: true @@ -4037,7 +3832,6 @@ item_db: ( Id: 1048 AegisName: "Slender_Snake" Name: "Horrendous Hair" - Type: 3 Buy: 800 Weight: 10 BuyingStore: true @@ -4046,7 +3840,6 @@ item_db: ( Id: 1049 AegisName: "Skirt_Of_Virgin" Name: "Skirt of Virgin" - Type: 3 Buy: 1700 Weight: 10 BuyingStore: true @@ -4055,7 +3848,6 @@ item_db: ( Id: 1050 AegisName: "Tendon" Name: "Tendon" - Type: 3 Buy: 220 Weight: 10 BuyingStore: true @@ -4064,7 +3856,6 @@ item_db: ( Id: 1051 AegisName: "Detonator" Name: "Detonator" - Type: 3 Buy: 450 Weight: 10 BuyingStore: true @@ -4073,7 +3864,6 @@ item_db: ( Id: 1052 AegisName: "Single_Cell" Name: "Single Cell" - Type: 3 Buy: 46 Weight: 10 BuyingStore: true @@ -4082,7 +3872,6 @@ item_db: ( Id: 1053 AegisName: "Tooth_Of_Ancient_Fish" Name: "Ancient Tooth" - Type: 3 Buy: 548 Weight: 10 BuyingStore: true @@ -4091,7 +3880,6 @@ item_db: ( Id: 1054 AegisName: "Lip_Of_Ancient_Fish" Name: "Ancient Lips" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -4100,7 +3888,6 @@ item_db: ( Id: 1055 AegisName: "Earthworm_Peeling" Name: "Earthworm Peeling" - Type: 3 Buy: 196 Weight: 10 BuyingStore: true @@ -4109,7 +3896,6 @@ item_db: ( Id: 1056 AegisName: "Grit" Name: "Grit" - Type: 3 Buy: 306 Weight: 10 BuyingStore: true @@ -4118,7 +3904,6 @@ item_db: ( Id: 1057 AegisName: "Moth_Dust" Name: "Moth Dust" - Type: 3 Buy: 138 Weight: 10 BuyingStore: true @@ -4127,7 +3912,6 @@ item_db: ( Id: 1058 AegisName: "Wing_Of_Moth" Name: "Moth Wings" - Type: 3 Buy: 200 Weight: 10 BuyingStore: true @@ -4136,7 +3920,6 @@ item_db: ( Id: 1059 AegisName: "Transparent_Cloth" Name: "Fabric" - Type: 3 Buy: 306 Weight: 10 BuyingStore: true @@ -4145,7 +3928,6 @@ item_db: ( Id: 1060 AegisName: "Golden_Hair" Name: "Golden Hair" - Type: 3 Buy: 430 Weight: 10 BuyingStore: true @@ -4154,7 +3936,6 @@ item_db: ( Id: 1061 AegisName: "Starsand_Of_Witch" Name: "Witched Starsand" - Type: 3 Buy: 484 Weight: 10 BuyingStore: true @@ -4163,7 +3944,6 @@ item_db: ( Id: 1062 AegisName: "Pumpkin_Head" Name: "Jack o' Pumpkin" - Type: 3 Buy: 374 Weight: 10 BuyingStore: true @@ -4172,7 +3952,6 @@ item_db: ( Id: 1063 AegisName: "Sharpened_Cuspid" Name: "Fang" - Type: 3 Buy: 680 Weight: 10 BuyingStore: true @@ -4181,7 +3960,6 @@ item_db: ( Id: 1064 AegisName: "Reins" Name: "Reins" - Type: 3 Buy: 802 Weight: 10 BuyingStore: true @@ -4190,7 +3968,6 @@ item_db: ( Id: 1065 AegisName: "Booby_Trap" Name: "Trap" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -4199,7 +3976,6 @@ item_db: ( Id: 1066 AegisName: "Tree_Of_Archer_1" Name: "Fine-grained Trunk" - Type: 3 Buy: 2 Weight: 10 BuyingStore: true @@ -4208,7 +3984,6 @@ item_db: ( Id: 1067 AegisName: "Tree_Of_Archer_2" Name: "Solid Trunk" - Type: 3 Buy: 2 Weight: 10 BuyingStore: true @@ -4217,7 +3992,6 @@ item_db: ( Id: 1068 AegisName: "Tree_Of_Archer_3" Name: "Barren Trunk" - Type: 3 Buy: 2 Weight: 10 BuyingStore: true @@ -4226,7 +4000,6 @@ item_db: ( Id: 1069 AegisName: "Mushroom_Of_Thief_1" Name: "Orange Net Mushroom" - Type: 3 Buy: 2 Weight: 10 }, @@ -4234,7 +4007,6 @@ item_db: ( Id: 1070 AegisName: "Mushroom_Of_Thief_2" Name: "Orange Gooey Mushroom" - Type: 3 Buy: 2 Weight: 10 }, @@ -4242,126 +4014,108 @@ item_db: ( Id: 1071 AegisName: "Mage_Test_1" Name: "Unknown Test Tube" - Type: 3 Weight: 10 }, { Id: 1072 AegisName: "Delivery_Message" Name: "Delivery Message" - Type: 3 Weight: 10 }, { Id: 1073 AegisName: "Merchant_Voucher_1" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1074 AegisName: "Merchant_Voucher_2" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1075 AegisName: "Merchant_Voucher_3" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1076 AegisName: "Merchant_Voucher_4" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1077 AegisName: "Merchant_Voucher_5" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1078 AegisName: "Merchant_Voucher_6" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1079 AegisName: "Merchant_Voucher_7" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1080 AegisName: "Merchant_Voucher_8" Name: "Voucher" - Type: 3 Weight: 10 }, { Id: 1081 AegisName: "Merchant_Box_1" Name: "Delivery Box" - Type: 3 Weight: 10 }, { Id: 1082 AegisName: "Merchant_Box_2" Name: "Delivery Box" - Type: 3 Weight: 10 }, { Id: 1083 AegisName: "Merchant_Box_3" Name: "Delivery Box" - Type: 3 Weight: 10 }, { Id: 1084 AegisName: "Kapras_Pass" Name: "Kafra Pass" - Type: 3 Weight: 10 }, { Id: 1085 AegisName: "Mage_Test_2" Name: "Unknown Test Tube" - Type: 3 Weight: 10 }, { Id: 1086 AegisName: "Mage_Test_3" Name: "Unknown Test Tube" - Type: 3 Weight: 10 }, { Id: 1087 AegisName: "Mage_Test_4" Name: "Unknown Test Tube" - Type: 3 Weight: 10 }, { Id: 1088 AegisName: "Morocc_Potion" Name: "Morroc Solution" - Type: 3 Weight: 10 BuyingStore: true }, @@ -4369,7 +4123,6 @@ item_db: ( Id: 1089 AegisName: "Payon_Potion" Name: "Payon Solution" - Type: 3 Weight: 10 BuyingStore: true }, @@ -4377,21 +4130,18 @@ item_db: ( Id: 1090 AegisName: "Mage_Test_Etc" Name: "Unknown Test Tube" - Type: 3 Weight: 10 }, { Id: 1091 AegisName: "Merchant_Box_Etc" Name: "Delivery Box" - Type: 3 Weight: 10 }, { Id: 1092 AegisName: "Empty_Cylinder" Name: "Empty Test Tube" - Type: 3 Buy: 3 Weight: 10 BuyingStore: true @@ -4400,7 +4150,6 @@ item_db: ( Id: 1093 AegisName: "Empty_Potion" Name: "Empty Potion Bottle" - Type: 3 Buy: 10 Weight: 10 BuyingStore: true @@ -4409,7 +4158,6 @@ item_db: ( Id: 1094 AegisName: "Short_Daenggie" Name: "Short Daenggie" - Type: 3 Buy: 278 Weight: 10 BuyingStore: true @@ -4418,7 +4166,6 @@ item_db: ( Id: 1095 AegisName: "Needle_Of_Alarm" Name: "Needle of Alarm" - Type: 3 Buy: 546 Weight: 10 BuyingStore: true @@ -4427,7 +4174,6 @@ item_db: ( Id: 1096 AegisName: "Round_Shell" Name: "Round Shell" - Type: 3 Buy: 780 Weight: 10 BuyingStore: true @@ -4436,7 +4182,6 @@ item_db: ( Id: 1097 AegisName: "Worn_Out_Page" Name: "Worn Out Page" - Type: 3 Buy: 948 Weight: 10 BuyingStore: true @@ -4445,7 +4190,6 @@ item_db: ( Id: 1098 AegisName: "Manacles" Name: "Manacles" - Type: 3 Buy: 658 Weight: 10 BuyingStore: true @@ -4454,7 +4198,6 @@ item_db: ( Id: 1099 AegisName: "Worn_Out_Prison_Uniform" Name: "Worn-out Prison Uniform" - Type: 3 Buy: 680 Weight: 10 BuyingStore: true @@ -4465,7 +4208,7 @@ item_db: ( Id: 1101 AegisName: "Sword" Name: "Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 100 Weight: 500 Atk: 25 @@ -4483,16 +4226,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1102 AegisName: "Sword_" Name: "Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 100 Weight: 500 Atk: 25 @@ -4510,16 +4253,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1103 AegisName: "Sword__" Name: "Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 100 Weight: 500 Atk: 25 @@ -4536,16 +4279,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1104 AegisName: "Falchion" Name: "Falchion" - Type: 4 + Type: "IT_WEAPON" Buy: 1500 Weight: 600 Atk: 39 @@ -4563,16 +4306,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1105 AegisName: "Falchion_" Name: "Falchion" - Type: 4 + Type: "IT_WEAPON" Buy: 1500 Weight: 600 Atk: 39 @@ -4590,16 +4333,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1106 AegisName: "Falchion__" Name: "Falchion" - Type: 4 + Type: "IT_WEAPON" Buy: 1500 Weight: 600 Atk: 39 @@ -4616,16 +4359,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1107 AegisName: "Blade" Name: "Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 2900 Weight: 700 Atk: 53 @@ -4643,16 +4386,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1108 AegisName: "Blade_" Name: "Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 2900 Weight: 700 Atk: 53 @@ -4670,16 +4413,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1109 AegisName: "Blade__" Name: "Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 2900 Weight: 700 Atk: 53 @@ -4696,16 +4439,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1110 AegisName: "Lapier" Name: "Rapier" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 500 Atk: 70 @@ -4723,16 +4466,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1111 AegisName: "Lapier_" Name: "Rapier" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 500 Atk: 70 @@ -4750,16 +4493,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1112 AegisName: "Lapier__" Name: "Rapier" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 500 Atk: 70 @@ -4776,16 +4519,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1113 AegisName: "Scimiter" Name: "Scimitar" - Type: 4 + Type: "IT_WEAPON" Buy: 17000 Weight: 700 Atk: 85 @@ -4803,16 +4546,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1114 AegisName: "Scimiter_" Name: "Scimitar" - Type: 4 + Type: "IT_WEAPON" Buy: 17000 Weight: 700 Atk: 85 @@ -4830,16 +4573,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1115 AegisName: "Scimiter__" Name: "Scimitar" - Type: 4 + Type: "IT_WEAPON" Buy: 17000 Weight: 700 Atk: 85 @@ -4857,16 +4600,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1116 AegisName: "Katana" Name: "Katana" - Type: 4 + Type: "IT_WEAPON" Buy: 2000 Weight: 1000 Atk: 60 @@ -4877,16 +4620,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1117 AegisName: "Katana_" Name: "Katana" - Type: 4 + Type: "IT_WEAPON" Buy: 2000 Weight: 1000 Atk: 60 @@ -4897,16 +4640,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1118 AegisName: "Katana__" Name: "Katana" - Type: 4 + Type: "IT_WEAPON" Buy: 2000 Weight: 1000 Atk: 60 @@ -4916,16 +4659,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1119 AegisName: "Tsurugi" Name: "Tsurugi" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 1200 Atk: 130 @@ -4942,16 +4685,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1120 AegisName: "Tsurugi_" Name: "Tsurugi" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 1200 Atk: 130 @@ -4968,16 +4711,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1121 AegisName: "Tsurugi__" Name: "Tsurugi" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 1200 Atk: 130 @@ -4993,16 +4736,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1122 AegisName: "Ring_Pommel_Saber" Name: "Ring Pommel Saber" - Type: 4 + Type: "IT_WEAPON" Buy: 24000 Weight: 900 Atk: 100 @@ -5019,16 +4762,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1123 AegisName: "Haedonggum" Name: "Haedonggum" - Type: 4 + Type: "IT_WEAPON" Buy: 50000 Weight: 900 Atk: 120 @@ -5045,17 +4788,17 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bInt,3; "> }, { Id: 1124 AegisName: "Orcish_Sword" Name: "Orcish Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 90 @@ -5072,17 +4815,17 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 5 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bUnbreakableWeapon,0; "> }, { Id: 1125 AegisName: "Ring_Pommel_Saber_" Name: "Ring Pommel Saber" - Type: 4 + Type: "IT_WEAPON" Buy: 24000 Weight: 900 Atk: 100 @@ -5099,16 +4842,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1126 AegisName: "Saber" Name: "Saber" - Type: 4 + Type: "IT_WEAPON" Buy: 49000 Weight: 1000 Atk: 115 @@ -5125,16 +4868,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1127 AegisName: "Saber_" Name: "Saber" - Type: 4 + Type: "IT_WEAPON" Buy: 49000 Weight: 1000 Atk: 115 @@ -5151,16 +4894,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1128 AegisName: "Hae_Dong_Gum_" Name: "Haedonggum" - Type: 4 + Type: "IT_WEAPON" Buy: 50000 Weight: 900 Atk: 120 @@ -5177,17 +4920,17 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bInt,3; "> }, { Id: 1129 AegisName: "Flamberge" Name: "Flamberge" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 1500 Atk: 150 @@ -5196,16 +4939,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1130 AegisName: "Nagan" Name: "Nagan" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 120 @@ -5221,10 +4964,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" skill TF_DOUBLE,5; bonus bDoubleRate,25; @@ -5235,7 +4978,7 @@ item_db: ( Id: 1131 AegisName: "Ice_Falchon" Name: "Ice Falchion" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 100 @@ -5251,10 +4994,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500; @@ -5267,7 +5010,7 @@ item_db: ( Id: 1132 AegisName: "Edge" Name: "Edge" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 115 @@ -5283,10 +5026,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus2 bAddEff,Eff_Curse,30; bonus2 bWeaponComaRace,RC_NonBoss,10; @@ -5296,7 +5039,7 @@ item_db: ( Id: 1133 AegisName: "Fire_Brand" Name: "Fireblend" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 100 @@ -5312,10 +5055,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Fire; skill MG_FIREBOLT,3; @@ -5326,7 +5069,7 @@ item_db: ( Id: 1134 AegisName: "Scissores_Sword" Name: "Caesar's Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 140 @@ -5342,10 +5085,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus2 bAddRace,RC_Plant,25; bonus bIgnoreDefRace,RC_Plant; @@ -5355,7 +5098,7 @@ item_db: ( Id: 1135 AegisName: "Cutlas" Name: "Cutlus" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 150 @@ -5371,10 +5114,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" skill SM_BASH,5; bonus bStr,2; @@ -5385,7 +5128,7 @@ item_db: ( Id: 1136 AegisName: "Solar_Sword" Name: "Solar Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 85 @@ -5401,10 +5144,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Fire; bonus2 bHPDrainRate,1000,1; @@ -5415,7 +5158,7 @@ item_db: ( Id: 1137 AegisName: "Excalibur" Name: "Excalibur" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 150 @@ -5431,10 +5174,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bInt,5; bonus bLuk,10; @@ -5446,7 +5189,7 @@ item_db: ( Id: 1138 AegisName: "Mysteltainn_" Name: "Mysteltainn" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 170 @@ -5462,10 +5205,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Ghost,15; @@ -5478,7 +5221,7 @@ item_db: ( Id: 1139 AegisName: "Tale_Fing_" Name: "Tirfing" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 200 @@ -5494,10 +5237,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bHPLossRate,35,10000; @@ -5507,7 +5250,7 @@ item_db: ( Id: 1140 AegisName: "Byeorrun_Gum" Name: "Byeollungum" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 150 @@ -5523,10 +5266,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus2 bSubRace,RC_NonBoss,-10; bonus2 bAddRace,RC_Boss,50; @@ -5537,7 +5280,7 @@ item_db: ( Id: 1141 AegisName: "Immaterial_Sword" Name: "Immaterial Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 140 @@ -5553,10 +5296,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle, Ele_Ghost; bonus2 bSPVanishRate, 30, 30; @@ -5568,7 +5311,7 @@ item_db: ( Id: 1142 AegisName: "Jewel_Sword" Name: "Jeweled Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 104 @@ -5584,17 +5327,17 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 68 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_GEM; "> }, { Id: 1143 AegisName: "Gaia_Sword" Name: "Gaia Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 140 @@ -5610,17 +5353,17 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 74 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_ORE; "> }, { Id: 1144 AegisName: "Sasimi" Name: "Sashimi" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 75 @@ -5636,10 +5379,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 48 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Wind; bonus3 bAddMonsterDropItem,544,RC_Fish,4000; @@ -5649,7 +5392,7 @@ item_db: ( Id: 1145 AegisName: "Holy_Avenger" Name: "Holy Avenger" - Type: 4 + Type: "IT_WEAPON" Buy: 450000 Weight: 1350 Atk: 125 @@ -5657,10 +5400,10 @@ item_db: ( Job: { Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 75 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Holy; bonus bVit,2; @@ -5670,7 +5413,7 @@ item_db: ( Id: 1146 AegisName: "Town_Sword" Name: "Town Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 42000 Weight: 800 Atk: 100 @@ -5679,16 +5422,16 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1147 AegisName: "Town_Sword_" Name: "Town Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 42000 Weight: 800 Atk: 100 @@ -5697,16 +5440,16 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 2 + Subtype: "W_1HSWORD" }, { Id: 1148 AegisName: "Star_Dust_Blade" Name: "Star Dust Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 140 @@ -5715,10 +5458,10 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 45 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus2 bAddEff,Eff_Stun,500; bonus bUnbreakableWeapon,0; @@ -5728,7 +5471,7 @@ item_db: ( Id: 1149 AegisName: "Flamberge_" Name: "Flamberge" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 1500 Atk: 150 @@ -5738,10 +5481,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 2 + Subtype: "W_1HSWORD" }, //== Two-Handed Swords ===================================== @@ -5749,7 +5492,7 @@ item_db: ( Id: 1151 AegisName: "Slayer" Name: "Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 15000 Weight: 1300 Atk: 90 @@ -5760,16 +5503,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1152 AegisName: "Slayer_" Name: "Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 15000 Weight: 1300 Atk: 90 @@ -5780,16 +5523,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1153 AegisName: "Slayer__" Name: "Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 15000 Weight: 1300 Atk: 90 @@ -5799,16 +5542,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1154 AegisName: "Bastard_Sword" Name: "Bastard Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 22500 Weight: 1600 Atk: 115 @@ -5819,16 +5562,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1155 AegisName: "Bastard_Sword_" Name: "Bastard Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 22500 Weight: 1600 Atk: 115 @@ -5839,16 +5582,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1156 AegisName: "Bastard_Sword__" Name: "Bastard Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 22500 Weight: 1600 Atk: 115 @@ -5858,16 +5601,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1157 AegisName: "Two_Hand_Sword" Name: "Two-Handed Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2200 Atk: 160 @@ -5878,16 +5621,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1158 AegisName: "Two_Hand_Sword_" Name: "Two-Handed Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2200 Atk: 160 @@ -5898,16 +5641,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1159 AegisName: "Two_Hand_Sword__" Name: "Two-Handed Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2200 Atk: 160 @@ -5917,16 +5660,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1160 AegisName: "Broad_Sword" Name: "Broad Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 65000 Weight: 2000 Atk: 140 @@ -5937,10 +5680,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bDef,5; bonus bUnbreakableWeapon,0; @@ -5950,15 +5693,15 @@ item_db: ( Id: 1161 AegisName: "Balmung" Name: "Balmung" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 250 Range: 1 - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy; @@ -5968,7 +5711,7 @@ item_db: ( Id: 1162 AegisName: "Broad_Sword_" Name: "Broad Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 65000 Weight: 2000 Atk: 140 @@ -5979,10 +5722,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bDef,5; bonus bUnbreakableWeapon,0; @@ -5992,7 +5735,7 @@ item_db: ( Id: 1163 AegisName: "Claymore" Name: "Claymore" - Type: 4 + Type: "IT_WEAPON" Buy: 74000 Weight: 2500 Atk: 180 @@ -6001,16 +5744,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1164 AegisName: "Muramasa" Name: "Muramasa" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 155 @@ -6020,10 +5763,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bCritical,30; bonus bAspdRate,8; @@ -6034,7 +5777,7 @@ item_db: ( Id: 1165 AegisName: "Masamune" Name: "Masamune" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 200 @@ -6044,10 +5787,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bFlee,30; bonus bStr,-5; @@ -6060,7 +5803,7 @@ item_db: ( Id: 1166 AegisName: "Dragon_Slayer" Name: "Dragon Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1300 Atk: 150 @@ -6070,10 +5813,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Dragon,15; @@ -6083,7 +5826,7 @@ item_db: ( Id: 1167 AegisName: "Schweizersabel" Name: "Schweizersabel" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1600 Atk: 160 @@ -6093,10 +5836,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bAtkEle,Ele_Wind; bonus bDef,1; @@ -6107,7 +5850,7 @@ item_db: ( Id: 1168 AegisName: "Zweihander" Name: "Zweihander" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 200 @@ -6117,17 +5860,17 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bUnbreakableWeapon,0; "> }, { Id: 1169 AegisName: "Executioner_" Name: "Executioner" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 155 @@ -6137,10 +5880,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bIgnoreDefRace,RC_DemiPlayer; bonus2 bAddRace,RC_DemiPlayer,20; @@ -6152,7 +5895,7 @@ item_db: ( Id: 1170 AegisName: "Katzbalger" Name: "Katzbalger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 175 @@ -6162,10 +5905,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bVit,5; bonus bDef,10; @@ -6175,7 +5918,7 @@ item_db: ( Id: 1171 AegisName: "Zweihander_" Name: "Zweihander" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 200 @@ -6186,17 +5929,17 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bUnbreakableWeapon,0; "> }, { Id: 1172 AegisName: "Claymore_" Name: "Claymore" - Type: 4 + Type: "IT_WEAPON" Buy: 74000 Weight: 2500 Atk: 180 @@ -6206,16 +5949,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 3 + Subtype: "W_2HSWORD" }, { Id: 1173 AegisName: "Muramasa_C" Name: "Muramasa" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 204 Range: 1 @@ -6224,11 +5967,11 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 3 + Subtype: "W_2HSWORD" Trade: { nodrop: true notrade: true @@ -6248,7 +5991,7 @@ item_db: ( Id: 1174 AegisName: "Executioner_C" Name: "Executioner" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 190 Range: 1 @@ -6257,10 +6000,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bIgnoreDefRace,RC_DemiPlayer; bonus2 bAddRace,RC_DemiPlayer,20; @@ -6272,7 +6015,7 @@ item_db: ( Id: 1175 AegisName: "Altas_Weapon" Name: "Atlas Weapon" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3500 Atk: 200 @@ -6283,11 +6026,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bCritical,10; if(readparam(bStr)>=80) bonus bBreakArmorRate,500; @@ -6297,7 +6040,7 @@ item_db: ( Id: 1176 AegisName: "Muscle_Cutter" Name: "Muscle Cutter" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 160 @@ -6308,11 +6051,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus2 bAddEff,Eff_Bleeding,800; bonus3 bAutoSpell,AL_DECAGI,1,30; @@ -6322,7 +6065,7 @@ item_db: ( Id: 1177 AegisName: "Muramash" Name: "Muramash" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -6331,10 +6074,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 Refine: false - View: 3 + Subtype: "W_2HSWORD" Trade: { nodrop: true notrade: true @@ -6350,7 +6093,7 @@ item_db: ( Id: 1178 AegisName: "Schweizersabel_" Name: "Schweizersabel" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1600 Atk: 160 @@ -6361,10 +6104,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bAtkEle,Ele_Wind; bonus bDef,1; @@ -6375,7 +6118,7 @@ item_db: ( Id: 1179 AegisName: "Executioner__" Name: "Executioner" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 155 @@ -6386,10 +6129,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bIgnoreDefRace,RC_DemiPlayer; bonus2 bAddRace,RC_DemiPlayer,20; @@ -6401,7 +6144,7 @@ item_db: ( Id: 1180 AegisName: "Dragon_Slayer_" Name: "Dragon Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1300 Atk: 150 @@ -6412,10 +6155,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Dragon,15; @@ -6425,7 +6168,7 @@ item_db: ( Id: 1181 AegisName: "Tae_Goo_Lyeon" Name: "Tae Goo Lyeon" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 250 @@ -6436,11 +6179,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 90 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bFlee2,10; if(JobLevel>=70) autobonus "{ bonus bBaseAtk,50; }",10,10000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; @@ -6455,7 +6198,7 @@ item_db: ( Id: 1182 AegisName: "Bloody_Eater" Name: "Bloody Eater" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 200 @@ -6466,10 +6209,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 50 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bAtkEle,Ele_Ghost; autobonus "{ bonus bCritical,100; bonus bBaseAtk,50; }",1,5000,0,"{ specialeffect(EF_FIRESPLASHHIT, AREA, playerattached()); }"; @@ -6480,7 +6223,7 @@ item_db: ( Id: 1183 AegisName: "BF_Two_Handed_Sword1" Name: "Brave Assaulter's Katzbalger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 200 Range: 1 @@ -6489,10 +6232,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 3 + Subtype: "W_2HSWORD" Trade: { nodrop: true notrade: true @@ -6512,7 +6255,7 @@ item_db: ( Id: 1184 AegisName: "BF_Two_Handed_Sword2" Name: "Valorous Assaulter's Katzbalger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 200 Range: 1 @@ -6521,10 +6264,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 3 + Subtype: "W_2HSWORD" Trade: { nodrop: true notrade: true @@ -6544,7 +6287,7 @@ item_db: ( Id: 1185 AegisName: "Violet_Fear" Name: "Violet Fear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2200 Atk: 275 @@ -6555,11 +6298,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus3 bAutoSpell,WZ_METEOR,3,30; bonus3 bAutoSpell,WZ_FROSTNOVA,5,50; @@ -6570,7 +6313,7 @@ item_db: ( Id: 1186 AegisName: "Death_Guidance" Name: "Death Guidance" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 200 @@ -6581,11 +6324,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 3 + Subtype: "W_2HSWORD" Script: <" bonus bStr,5; bonus bAgi,2; @@ -6600,7 +6343,7 @@ item_db: ( Id: 1187 AegisName: "Krieger_Twohand_Sword1" Name: "Glorious Claymore" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 220 Range: 1 @@ -6609,10 +6352,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 3 + Subtype: "W_2HSWORD" Trade: { nodrop: true notrade: true @@ -6641,7 +6384,7 @@ item_db: ( Id: 1188 AegisName: "Veteran_Sword" Name: "Veteran Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 2000 Atk: 180 @@ -6652,10 +6395,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 3 + Subtype: "W_2HSWORD" Script: <" if(getskilllv(SM_BASH)==10) { bonus2 bSkillAtk,SM_BASH,50; @@ -6671,7 +6414,7 @@ item_db: ( Id: 1189 AegisName: "Krasnaya" Name: "Krasnaya" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3800 Atk: 200 @@ -6682,11 +6425,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 50 - View: 3 + Subtype: "W_2HSWORD" Script: <" if(readparam(bStr)>=95) { bonus bBaseAtk,20; @@ -6698,18 +6441,18 @@ item_db: ( Id: 1190 AegisName: "Claymore_C" Name: "Claymore" - Type: 4 + Type: "IT_WEAPON" Atk: 220 Range: 1 Job: { Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 1 Refine: false - View: 3 + Subtype: "W_2HSWORD" Trade: { nodrop: true notrade: true @@ -6732,7 +6475,7 @@ item_db: ( Id: 1201 AegisName: "Knife" Name: "Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 17 @@ -6763,16 +6506,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1202 AegisName: "Knife_" Name: "Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 17 @@ -6803,16 +6546,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1203 AegisName: "Knife__" Name: "Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 17 @@ -6842,16 +6585,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1204 AegisName: "Cutter" Name: "Cutter" - Type: 4 + Type: "IT_WEAPON" Buy: 1250 Weight: 500 Atk: 30 @@ -6882,16 +6625,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1205 AegisName: "Cutter_" Name: "Cutter" - Type: 4 + Type: "IT_WEAPON" Buy: 1250 Weight: 500 Atk: 30 @@ -6922,16 +6665,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1206 AegisName: "Cutter__" Name: "Cutter" - Type: 4 + Type: "IT_WEAPON" Buy: 1250 Weight: 500 Atk: 30 @@ -6961,16 +6704,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1207 AegisName: "Main_Gauche" Name: "Main Gauche" - Type: 4 + Type: "IT_WEAPON" Buy: 2400 Weight: 600 Atk: 43 @@ -7001,16 +6744,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1208 AegisName: "Main_Gauche_" Name: "Main Gauche" - Type: 4 + Type: "IT_WEAPON" Buy: 2400 Weight: 600 Atk: 43 @@ -7041,16 +6784,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1209 AegisName: "Main_Gauche__" Name: "Main Gauche" - Type: 4 + Type: "IT_WEAPON" Buy: 2400 Weight: 600 Atk: 43 @@ -7080,16 +6823,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1210 AegisName: "Dirk" Name: "Dirk" - Type: 4 + Type: "IT_WEAPON" Buy: 8500 Weight: 500 Atk: 59 @@ -7120,16 +6863,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1211 AegisName: "Dirk_" Name: "Dirk" - Type: 4 + Type: "IT_WEAPON" Buy: 8500 Weight: 500 Atk: 59 @@ -7160,16 +6903,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1212 AegisName: "Dirk__" Name: "Dirk" - Type: 4 + Type: "IT_WEAPON" Buy: 8500 Weight: 500 Atk: 59 @@ -7199,16 +6942,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1213 AegisName: "Dagger" Name: "Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 14000 Weight: 600 Atk: 73 @@ -7239,16 +6982,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1214 AegisName: "Dagger_" Name: "Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 14000 Weight: 600 Atk: 73 @@ -7279,16 +7022,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1215 AegisName: "Dagger__" Name: "Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 14000 Weight: 600 Atk: 73 @@ -7318,16 +7061,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1216 AegisName: "Stiletto" Name: "Stiletto" - Type: 4 + Type: "IT_WEAPON" Buy: 19500 Weight: 700 Atk: 87 @@ -7358,16 +7101,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1217 AegisName: "Stiletto_" Name: "Stiletto" - Type: 4 + Type: "IT_WEAPON" Buy: 19500 Weight: 700 Atk: 87 @@ -7398,16 +7141,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1218 AegisName: "Stiletto__" Name: "Stiletto" - Type: 4 + Type: "IT_WEAPON" Buy: 19500 Weight: 700 Atk: 87 @@ -7437,16 +7180,16 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1219 AegisName: "Gladius" Name: "Gladius" - Type: 4 + Type: "IT_WEAPON" Buy: 43000 Weight: 700 Atk: 105 @@ -7471,16 +7214,16 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1220 AegisName: "Gladius_" Name: "Gladius" - Type: 4 + Type: "IT_WEAPON" Buy: 43000 Weight: 700 Atk: 105 @@ -7505,16 +7248,16 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1221 AegisName: "Gladius__" Name: "Gladius" - Type: 4 + Type: "IT_WEAPON" Buy: 43000 Weight: 700 Atk: 105 @@ -7538,16 +7281,16 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1222 AegisName: "Damascus" Name: "Damascus" - Type: 4 + Type: "IT_WEAPON" Buy: 49000 Weight: 800 Atk: 118 @@ -7572,17 +7315,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bUnbreakableWeapon,0; "> }, { Id: 1223 AegisName: "Forturn_Sword" Name: "Fortune Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 90 @@ -7606,10 +7349,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bLuk,5; bonus bFlee2,20; @@ -7619,7 +7362,7 @@ item_db: ( Id: 1224 AegisName: "Sword_Breaker" Name: "Swordbreaker" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 70 @@ -7643,17 +7386,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakWeaponRate,500; "> }, { Id: 1225 AegisName: "Mail_Breaker" Name: "Mailbreaker" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 70 @@ -7677,17 +7420,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakArmorRate,500; "> }, { Id: 1226 AegisName: "Damascus_" Name: "Damascus" - Type: 4 + Type: "IT_WEAPON" Buy: 49000 Weight: 800 Atk: 118 @@ -7712,17 +7455,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bUnbreakableWeapon,0; "> }, { Id: 1227 AegisName: "Weeder_Knife" Name: "Weeder Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 400 Atk: 80 @@ -7746,10 +7489,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bIgnoreDefRace,RC_Plant; bonus2 bAddRace,RC_Plant,15; @@ -7760,7 +7503,7 @@ item_db: ( Id: 1228 AegisName: "Combat_Knife" Name: "Combat Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 400 Atk: 80 @@ -7784,10 +7527,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bIgnoreDefRace,RC_DemiPlayer; bonus2 bSubRace,RC_DemiPlayer,10; @@ -7798,7 +7541,7 @@ item_db: ( Id: 1229 AegisName: "Mamas_Knife" Name: "Kitchen Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 75 @@ -7822,10 +7565,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bCritical,30; bonus3 bAddMonsterDropItem,517,RC_Brute,5000; @@ -7835,7 +7578,7 @@ item_db: ( Id: 1230 AegisName: "House_Auger" Name: "Ice Pick" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 80 @@ -7859,17 +7602,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bDefRatioAtkRace, RC_All; "> }, { Id: 1231 AegisName: "Bazerald" Name: "Bazerald" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 70 @@ -7893,10 +7636,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Fire; bonus bInt,5; @@ -7907,7 +7650,7 @@ item_db: ( Id: 1232 AegisName: "Assasin_Dagger" Name: "Assassin Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 140 @@ -7915,10 +7658,10 @@ item_db: ( Job: { Assassin: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bMaxHPrate,20; bonus bMaxSPrate,15; @@ -7930,7 +7673,7 @@ item_db: ( Id: 1233 AegisName: "Exercise" Name: "Exorciser" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 90 @@ -7954,10 +7697,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bIgnoreDefRace,RC_Demon; bonus2 bSubRace,RC_Demon,5; @@ -7968,7 +7711,7 @@ item_db: ( Id: 1234 AegisName: "Moonlight_Sword" Name: "Moonlight Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 50 @@ -7992,10 +7735,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bMaxSPrate,10; bonus bSPDrainValue,3; @@ -8005,7 +7748,7 @@ item_db: ( Id: 1235 AegisName: "Azoth" Name: "Azoth" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -8013,17 +7756,17 @@ item_db: ( Job: { Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bClassChange,300; "> }, { Id: 1236 AegisName: "Sucsamad" Name: "Sucsamad" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 140 @@ -8047,10 +7790,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; @@ -8061,7 +7804,7 @@ item_db: ( Id: 1237 AegisName: "Grimtooth_" Name: "Grimtooth" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 180 @@ -8085,10 +7828,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bFlee,10; bonus bFlee2,5; @@ -8100,7 +7843,7 @@ item_db: ( Id: 1238 AegisName: "Zeny_Knife" Name: "Zeny Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 64 @@ -8124,17 +7867,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus2 bGetZenyNum,100,40; "> }, { Id: 1239 AegisName: "Poison_Knife" Name: "Poison Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 64 @@ -8158,10 +7901,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 65 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000; @@ -8171,7 +7914,7 @@ item_db: ( Id: 1240 AegisName: "Princess_Knife" Name: "Princess Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 400 Atk: 84 @@ -8195,17 +7938,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAllStats,1; "> }, { Id: 1241 AegisName: "Cursed_Dagger" Name: "Cursed Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 80000 Weight: 400 Atk: 55 @@ -8216,17 +7959,17 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 85 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus2 bAddEff,Eff_Curse,5000; "> }, { Id: 1242 AegisName: "Counter_Dagger" Name: "Dagger of Counter" - Type: 4 + Type: "IT_WEAPON" Buy: 120000 Weight: 550 Atk: 140 @@ -8237,17 +7980,17 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bCritical,90; "> }, { Id: 1243 AegisName: "Novice_Knife" Name: "Novice Main-Gauche" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Weight: 1 Atk: 45 @@ -8255,17 +7998,17 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" }, { Id: 1244 AegisName: "Holy_Dagger" Name: "Holy Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 100 @@ -8276,10 +8019,10 @@ item_db: ( Rogue: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Holy; bonus bDex,1; @@ -8289,7 +8032,7 @@ item_db: ( Id: 1245 AegisName: "Cinquedea" Name: "Cinquedea" - Type: 4 + Type: "IT_WEAPON" Buy: 40000 Weight: 700 Atk: 110 @@ -8298,16 +8041,16 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1246 AegisName: "Cinquedea_" Name: "Cinquedea" - Type: 4 + Type: "IT_WEAPON" Buy: 40000 Weight: 700 Atk: 110 @@ -8316,16 +8059,16 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 1 + Subtype: "W_DAGGER" }, { Id: 1247 AegisName: "Kindling_Dagger" Name: "Kindle Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 600 Atk: 39 @@ -8355,17 +8098,17 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 1248 AegisName: "Obsidian_Dagger" Name: "Obsidian Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 600 Atk: 39 @@ -8395,17 +8138,17 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 1249 AegisName: "Fishermans_Dagger" Name: "Fisherman's Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 600 Atk: 39 @@ -8435,10 +8178,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Water; "> }, @@ -8447,7 +8190,7 @@ item_db: ( Id: 1250 AegisName: "Jur" Name: "Jur" - Type: 4 + Type: "IT_WEAPON" Buy: 19500 Weight: 800 Atk: 125 @@ -8456,16 +8199,16 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 16 + Subtype: "W_KATAR" }, { Id: 1251 AegisName: "Jur_" Name: "Jur" - Type: 4 + Type: "IT_WEAPON" Buy: 19500 Weight: 800 Atk: 125 @@ -8474,16 +8217,16 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 16 + Subtype: "W_KATAR" }, { Id: 1252 AegisName: "Katar" Name: "Katar" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 1200 Atk: 148 @@ -8492,17 +8235,17 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bDex,1; "> }, { Id: 1253 AegisName: "Katar_" Name: "Katar" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 1200 Atk: 148 @@ -8511,17 +8254,17 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bDex,1; "> }, { Id: 1254 AegisName: "Jamadhar" Name: "Jamadhar" - Type: 4 + Type: "IT_WEAPON" Buy: 37200 Weight: 1500 Atk: 165 @@ -8529,16 +8272,16 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 16 + Subtype: "W_KATAR" }, { Id: 1255 AegisName: "Jamadhar_" Name: "Jamadhar" - Type: 4 + Type: "IT_WEAPON" Buy: 37200 Weight: 1500 Atk: 165 @@ -8547,16 +8290,16 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 16 + Subtype: "W_KATAR" }, { Id: 1256 AegisName: "Katar_Of_Cold_Icicle" Name: "Katar of Frozen Icicle" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -8564,10 +8307,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500; @@ -8577,7 +8320,7 @@ item_db: ( Id: 1257 AegisName: "Katar_Of_Thornbush" Name: "Katar of Quaking" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -8585,10 +8328,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500; @@ -8598,7 +8341,7 @@ item_db: ( Id: 1258 AegisName: "Katar_Of_Raging_Blaze" Name: "Katar of Raging Blaze" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -8606,10 +8349,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Silence,500; @@ -8619,7 +8362,7 @@ item_db: ( Id: 1259 AegisName: "Katar_Of_Piercing_Wind" Name: "Katar of Piercing Wind" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -8627,10 +8370,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Sleep,500; @@ -8640,7 +8383,7 @@ item_db: ( Id: 1260 AegisName: "Ghoul_Leg" Name: "Sharpened Legbone of Ghoul" - Type: 4 + Type: "IT_WEAPON" Buy: 52500 Weight: 1700 Atk: 150 @@ -8648,17 +8391,17 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 65 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Undead; "> }, { Id: 1261 AegisName: "Infiltrator" Name: "Infiltrator" - Type: 4 + Type: "IT_WEAPON" Buy: 57000 Weight: 1500 Atk: 140 @@ -8666,10 +8409,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 16 + Subtype: "W_KATAR" Script: <" bonus2 bAddRace,RC_DemiPlayer,50; bonus bDef,3; @@ -8681,7 +8424,7 @@ item_db: ( Id: 1262 AegisName: "Nail_Of_Loki" Name: "Loki's Nail" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 115 @@ -8689,17 +8432,17 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus2 bAddEff,Eff_Bleeding,300; "> }, { Id: 1263 AegisName: "Unholy_Touch" Name: "Unholy Touch" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1250 Atk: 151 @@ -8707,10 +8450,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,200; @@ -8722,7 +8465,7 @@ item_db: ( Id: 1264 AegisName: "Various_Jur" Name: "Specialty Jur" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 90 @@ -8731,17 +8474,17 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 1 - View: 16 + Subtype: "W_KATAR" Script: <" bonus2 bAddEff2,Eff_Bleeding,10; "> }, { Id: 1265 AegisName: "Bloody_Roar" Name: "Bloody Roar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 120 @@ -8749,10 +8492,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bIgnoreDefRace,RC_DemiPlayer; bonus bFlee,-160; @@ -8765,7 +8508,7 @@ item_db: ( Id: 1266 AegisName: "Infiltrator_" Name: "Infiltrator" - Type: 4 + Type: "IT_WEAPON" Buy: 57000 Weight: 1500 Atk: 140 @@ -8774,10 +8517,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 16 + Subtype: "W_KATAR" Script: <" bonus2 bAddRace,RC_DemiPlayer,50; bonus bDef,3; @@ -8789,18 +8532,18 @@ item_db: ( Id: 1267 AegisName: "Infiltrator_C" Name: "Infiltrator" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 189 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -8823,7 +8566,7 @@ item_db: ( Id: 1268 AegisName: "Wild_Beast_Claw" Name: "Wild Beast Claw" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1450 Atk: 160 @@ -8832,11 +8575,11 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" if(getrefine()>=9) { bonus3 bAutoSpell,NPC_CRITICALWOUND,2,100; @@ -8848,7 +8591,7 @@ item_db: ( Id: 1269 AegisName: "Inverse_Scale" Name: "Inverse Scale" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 140 @@ -8856,11 +8599,11 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Holy; bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30; @@ -8870,7 +8613,7 @@ item_db: ( Id: 1270 AegisName: "Drill_Katar" Name: "Drill Katar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 110 @@ -8879,11 +8622,11 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bHit,30; bonus3 bAutoSpell,ST_FULLSTRIP,1,150; @@ -8893,7 +8636,7 @@ item_db: ( Id: 1271 AegisName: "Blood_Tears" Name: "Blood Tears" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1700 Atk: 120 @@ -8902,11 +8645,11 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" if(getrefine()>=9) { bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30; @@ -8918,17 +8661,17 @@ item_db: ( Id: 1272 AegisName: "Scratcher" Name: "Scratcher" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 Refine: false - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -8944,17 +8687,17 @@ item_db: ( Id: 1273 AegisName: "Bloody_Roar_C" Name: "Refined Bloody Roar" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 148 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 16 + Subtype: "W_KATAR" Script: <" bonus bIgnoreDefRace,RC_DemiPlayer; bonus bFlee,-160; @@ -8965,17 +8708,17 @@ item_db: ( Id: 1274 AegisName: "Unholy_Touch_C" Name: "Refined Unholy Touch" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 179 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,5000; @@ -8987,7 +8730,7 @@ item_db: ( Id: 1275 AegisName: "Katar_Of_Cold_Icicle_" Name: "Katar of Frozen Icicle" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -8996,10 +8739,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500; @@ -9009,7 +8752,7 @@ item_db: ( Id: 1276 AegisName: "Katar_Of_Thornbush_" Name: "Katar of Quaking" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -9018,10 +8761,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500; @@ -9031,7 +8774,7 @@ item_db: ( Id: 1277 AegisName: "Katar_Of_Raging_Blaze_" Name: "Katar of Raging Blaze" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -9040,10 +8783,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Silence,500; @@ -9053,7 +8796,7 @@ item_db: ( Id: 1278 AegisName: "Katar_Of_Piercing_Wind_" Name: "Katar of Piercing Wind" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 1200 Atk: 105 @@ -9062,10 +8805,10 @@ item_db: ( Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 16 + Subtype: "W_KATAR" Script: <" bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Sleep,500; @@ -9075,17 +8818,17 @@ item_db: ( Id: 1279 AegisName: "BF_Katar1" Name: "Brave Carnage Katar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -9107,17 +8850,17 @@ item_db: ( Id: 1280 AegisName: "BF_Katar2" Name: "Valorous Carnage Katar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -9140,17 +8883,17 @@ item_db: ( Id: 1281 AegisName: "Krieger_Katar1" Name: "Glorious Bloody Roar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 140 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -9175,17 +8918,17 @@ item_db: ( Id: 1282 AegisName: "Krieger_Katar2" Name: "Glorious Jamadhar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 140 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -9210,17 +8953,17 @@ item_db: ( Id: 1283 AegisName: "Katar_Of_Speed" Name: "Katar Of Speed" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 175 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -9240,7 +8983,7 @@ item_db: ( Id: 1284 AegisName: "Krishna" Name: "Krishna" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 120 @@ -9249,11 +8992,11 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 50 - View: 16 + Subtype: "W_KATAR" Script: <" bonus2 bSkillAtk,AS_GRIMTOOTH,10; if(getskilllv(AS_SONICBLOW)) { @@ -9269,7 +9012,7 @@ item_db: ( Id: 1285 AegisName: "Cakram" Name: "Chakram" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 130 @@ -9278,11 +9021,11 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 50 - View: 16 + Subtype: "W_KATAR" Script: <" if(getskilllv(AS_KATAR)==10) { bonus bHit,10; @@ -9294,17 +9037,17 @@ item_db: ( Id: 1286 AegisName: "Jamadhar_C" Name: "Jamadhar" - Type: 4 + Type: "IT_WEAPON" Atk: 200 Range: 1 Job: { Assassin: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 1 Refine: false - View: 16 + Subtype: "W_KATAR" Trade: { nodrop: true notrade: true @@ -9328,7 +9071,7 @@ item_db: ( Id: 1301 AegisName: "Axe" Name: "Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 500 Weight: 800 Atk: 38 @@ -9346,16 +9089,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 3 - View: 6 + Subtype: "W_1HAXE" }, { Id: 1302 AegisName: "Axe_" Name: "Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 500 Weight: 800 Atk: 38 @@ -9373,16 +9116,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 3 - View: 6 + Subtype: "W_1HAXE" }, { Id: 1303 AegisName: "Axe__" Name: "Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 500 Weight: 800 Atk: 38 @@ -9399,16 +9142,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 3 - View: 6 + Subtype: "W_1HAXE" }, { Id: 1304 AegisName: "Orcish_Axe" Name: "Orcish Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 75 @@ -9425,16 +9168,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 3 - View: 6 + Subtype: "W_1HAXE" }, { Id: 1305 AegisName: "Cleaver" Name: "Cleaver" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 140 @@ -9447,10 +9190,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 44 - View: 6 + Subtype: "W_1HAXE" Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus3 bAddMonsterDropItem,517,RC_Brute,3000; @@ -9460,7 +9203,7 @@ item_db: ( Id: 1306 AegisName: "War_Axe" Name: "War Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 4200 Atk: 140 @@ -9470,10 +9213,10 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 76 - View: 6 + Subtype: "W_1HAXE" Script: <" bonus bDex,2; bonus bLuk,2; @@ -9483,7 +9226,7 @@ item_db: ( Id: 1307 AegisName: "Windhawk" Name: "Windhawk" - Type: 4 + Type: "IT_WEAPON" Buy: 18000 Weight: 1500 Atk: 115 @@ -9499,10 +9242,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 6 + Subtype: "W_1HAXE" Script: <" bonus bAtkEle,Ele_Wind; bonus bAspdRate,5; @@ -9512,7 +9255,7 @@ item_db: ( Id: 1308 AegisName: "Golden_Axe" Name: "Golden Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3000 Atk: 170 @@ -9520,16 +9263,16 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 45 - View: 6 + Subtype: "W_1HAXE" }, { Id: 1309 AegisName: "Orcish_Axe_" Name: "Orcish Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 75 @@ -9547,16 +9290,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 3 - View: 6 + Subtype: "W_1HAXE" }, { Id: 1310 AegisName: "Krieger_Onehand_Axe1" Name: "Glorious Cleaver" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 @@ -9568,10 +9311,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 6 + Subtype: "W_1HAXE" Trade: { nodrop: true notrade: true @@ -9602,7 +9345,7 @@ item_db: ( Id: 1311 AegisName: "Vecer_Axe" Name: "Vecer Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 140 @@ -9616,11 +9359,11 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 6 + Subtype: "W_1HAXE" Script: <" if(readparam(bLuk)>=90) { bonus bBaseAtk,20; @@ -9638,7 +9381,7 @@ item_db: ( Id: 1312 AegisName: "Orcish_Axe_C" Name: "Orcish Axe" - Type: 4 + Type: "IT_WEAPON" Atk: 110 Range: 1 Job: { @@ -9653,11 +9396,11 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 6 + Subtype: "W_1HAXE" Trade: { nodrop: true notrade: true @@ -9678,7 +9421,7 @@ item_db: ( Id: 1313 AegisName: "Tourist_Axe" Name: "Tourist Axe" - Type: 4 + Type: "IT_WEAPON" Weight: 500 Atk: 77 Range: 1 @@ -9694,11 +9437,11 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 6 + Subtype: "W_1HAXE" Trade: { nodrop: true notrade: true @@ -9714,7 +9457,7 @@ item_db: ( Id: 1314 AegisName: "F_Tomahawk_C" Name: "Tomahawk" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 200 Range: 1 @@ -9726,17 +9469,17 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1315 AegisName: "F_Right_Epsilon_C" Name: "Light Epsilon" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 229 Range: 1 @@ -9748,11 +9491,11 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Holy; bonus bStr,10; @@ -9764,7 +9507,7 @@ item_db: ( Id: 1351 AegisName: "Battle_Axe" Name: "Battle Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 5400 Weight: 1500 Atk: 80 @@ -9778,16 +9521,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 3 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1352 AegisName: "Battle_Axe_" Name: "Battle Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 5400 Weight: 1500 Atk: 80 @@ -9801,16 +9544,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 3 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1353 AegisName: "Battle_Axe__" Name: "Battle Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 5400 Weight: 1500 Atk: 80 @@ -9823,16 +9566,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 3 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1354 AegisName: "Hammer" Name: "Hammer" - Type: 4 + Type: "IT_WEAPON" Buy: 15500 Weight: 2000 Atk: 120 @@ -9846,16 +9589,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 16 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1355 AegisName: "Hammer_" Name: "Hammer" - Type: 4 + Type: "IT_WEAPON" Buy: 15500 Weight: 2000 Atk: 120 @@ -9869,16 +9612,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 16 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1356 AegisName: "Hammer__" Name: "Hammer" - Type: 4 + Type: "IT_WEAPON" Buy: 15500 Weight: 2000 Atk: 120 @@ -9891,16 +9634,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 16 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1357 AegisName: "Buster" Name: "Buster" - Type: 4 + Type: "IT_WEAPON" Buy: 34000 Weight: 2200 Atk: 155 @@ -9914,16 +9657,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1358 AegisName: "Buster_" Name: "Buster" - Type: 4 + Type: "IT_WEAPON" Buy: 34000 Weight: 2200 Atk: 155 @@ -9937,16 +9680,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1359 AegisName: "Buster__" Name: "Buster" - Type: 4 + Type: "IT_WEAPON" Buy: 34000 Weight: 2200 Atk: 155 @@ -9959,16 +9702,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1360 AegisName: "Two_Handed_Axe" Name: "Two-Handed Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 55000 Weight: 2500 Atk: 185 @@ -9982,16 +9725,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1361 AegisName: "Two_Handed_Axe_" Name: "Two-Handed Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 55000 Weight: 2500 Atk: 185 @@ -10005,16 +9748,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1362 AegisName: "Two_Handed_Axe__" Name: "Two-Handed Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 55000 Weight: 2500 Atk: 185 @@ -10027,16 +9770,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 7 + Subtype: "W_2HAXE" }, { Id: 1363 AegisName: "Brood_Axe" Name: "Bloody Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 4000 Atk: 170 @@ -10049,10 +9792,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bStr,10; bonus bSpeedRate,25; @@ -10062,7 +9805,7 @@ item_db: ( Id: 1364 AegisName: "Great_Axe" Name: "Great Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1800 Atk: 187 @@ -10075,10 +9818,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus2 bAddSkillBlow,MC_MAMMONITE,5; bonus2 bAddEff,Eff_Stun,1500; @@ -10088,7 +9831,7 @@ item_db: ( Id: 1365 AegisName: "Sabbath" Name: "Sabbath" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2300 Atk: 120 @@ -10101,10 +9844,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bWeaponComaRace,RC_Demon,50; @@ -10115,7 +9858,7 @@ item_db: ( Id: 1366 AegisName: "Right_Epsilon" Name: "Light Epsilon" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2300 Atk: 180 @@ -10128,10 +9871,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Holy; skill AL_HEAL,3; @@ -10142,7 +9885,7 @@ item_db: ( Id: 1367 AegisName: "Slaughter" Name: "Slaughter" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 120 @@ -10155,10 +9898,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Earth; bonus bIgnoreDefRace,RC_Brute; @@ -10169,7 +9912,7 @@ item_db: ( Id: 1368 AegisName: "Tomahawk" Name: "Tomahawk" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 165 @@ -10182,10 +9925,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Wind; skill ITM_TOMAHAWK,1; @@ -10195,7 +9938,7 @@ item_db: ( Id: 1369 AegisName: "Guillotine" Name: "Guillotine" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3000 Atk: 215 @@ -10208,10 +9951,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 44 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus2 bWeaponComaRace,RC_DemiPlayer,30; bonus2 bSPGainRaceAttack,RC_DemiPlayer,2; @@ -10222,7 +9965,7 @@ item_db: ( Id: 1370 AegisName: "Doom_Slayer" Name: "Doom Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 6000 Atk: 10 @@ -10235,10 +9978,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAspdRate,-40; bonus bUseSPrate,100; @@ -10254,7 +9997,7 @@ item_db: ( Id: 1371 AegisName: "Doom_Slayer_" Name: "Doom Slayer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 6000 Atk: 10 @@ -10268,10 +10011,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAspdRate,-40; bonus bUseSPrate,100; @@ -10287,7 +10030,7 @@ item_db: ( Id: 1372 AegisName: "Right_Epsilon_C" Name: "Light Epsilon" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 229 Range: 1 @@ -10299,11 +10042,11 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10326,7 +10069,7 @@ item_db: ( Id: 1373 AegisName: "Brood_Axe_C" Name: "Refined Bloody Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 205 Range: 1 @@ -10338,10 +10081,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bStr,20; bonus bSpeedRate,25; @@ -10352,7 +10095,7 @@ item_db: ( Id: 1374 AegisName: "Tomahawk_C" Name: "Tomahawk" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 200 Range: 1 @@ -10364,10 +10107,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Wind; skill ITM_TOMAHAWK,1; @@ -10377,7 +10120,7 @@ item_db: ( Id: 1375 AegisName: "Berdysz" Name: "Berdysz" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 200 @@ -10391,11 +10134,11 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus2 bSubSize,Size_Medium,13; bonus2 bSubSize,Size_Large,15; @@ -10405,7 +10148,7 @@ item_db: ( Id: 1376 AegisName: "Heart_Breaker" Name: "Heart Breaker" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 175 @@ -10419,11 +10162,11 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bCritical,20+getrefine(); bonus bAspdRate,5; @@ -10434,7 +10177,7 @@ item_db: ( Id: 1377 AegisName: "Hurricane_Fury" Name: "Hurricane's Fury" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3500 Atk: 332 @@ -10448,11 +10191,11 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus2 bSubSize,Size_Medium,10+getrefine(); bonus bAspdRate,getrefine(); @@ -10463,7 +10206,7 @@ item_db: ( Id: 1378 AegisName: "Great_Axe_C" Name: "Refined Great Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 215 Range: 1 @@ -10475,10 +10218,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bStr,5; bonus bHit,20; @@ -10490,7 +10233,7 @@ item_db: ( Id: 1379 AegisName: "BF_Two_Handed_Axe1" Name: "Valorous Insane Battle Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 200 Range: 1 @@ -10502,10 +10245,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10525,7 +10268,7 @@ item_db: ( Id: 1380 AegisName: "BF_Two_Handed_Axe2" Name: "Brave Insane Battle Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 200 Range: 1 @@ -10537,10 +10280,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10560,7 +10303,7 @@ item_db: ( Id: 1381 AegisName: "N_Battle_Axe" Name: "Novice Battle Axe" - Type: 4 + Type: "IT_WEAPON" Atk: 100 Range: 1 Slots: 3 @@ -10572,11 +10315,11 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 3 Refine: false - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10591,7 +10334,7 @@ item_db: ( Id: 1382 AegisName: "Krieger_Twohand_Axe1" Name: "Glorious Two-Handed Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 220 Range: 1 @@ -10603,10 +10346,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10637,7 +10380,7 @@ item_db: ( Id: 1383 AegisName: "Holy_Celestial_Axe" Name: "Celestial Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 200 @@ -10650,10 +10393,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 60 - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true noselltonpc: true @@ -10672,7 +10415,7 @@ item_db: ( Id: 1384 AegisName: "Veteran_Axe" Name: "Veteran Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 3000 Atk: 250 @@ -10686,10 +10429,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 7 + Subtype: "W_2HAXE" Script: <" if(getskilllv(BS_DAGGER)==3) { bonus bBaseAtk,10; @@ -10719,7 +10462,7 @@ item_db: ( Id: 1385 AegisName: "Bradium_Stonehammer" Name: "Bradium Stone Hammer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2700 Atk: 210 @@ -10732,18 +10475,18 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus3 bAddEffOnSkill,BS_HAMMERFALL,Eff_Stun,500+(200*getrefine()); "> }, { Id: 1386 AegisName: "Doom_Slayer_I" Name: "Doom Slayer" - Type: 4 + Type: "IT_WEAPON" Atk: 20 Range: 1 Job: { @@ -10754,10 +10497,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10783,7 +10526,7 @@ item_db: ( Id: 1387 AegisName: "Giant_Axe" Name: "Giant Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 4000 Atk: 330 @@ -10797,11 +10540,11 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 50 - View: 7 + Subtype: "W_2HAXE" Script: <" bonus2 bSkillAtk,WS_CARTTERMINATION,15; if(readparam(bStr)>=95) { @@ -10815,7 +10558,7 @@ item_db: ( Id: 1388 AegisName: "Two_Handed_Axe_C" Name: "Two-Handed Axe" - Type: 4 + Type: "IT_WEAPON" Atk: 220 Range: 1 Job: { @@ -10826,11 +10569,11 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 1 Refine: false - View: 7 + Subtype: "W_2HAXE" Trade: { nodrop: true notrade: true @@ -10851,7 +10594,7 @@ item_db: ( Id: 1389 AegisName: "E_Tomahawk_C" Name: "Tomahawk" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 200 Range: 1 @@ -10863,17 +10606,17 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1390 AegisName: "E_Right_Epsilon_C" Name: "Light Epsilon" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 229 Range: 1 @@ -10885,11 +10628,11 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 7 + Subtype: "W_2HAXE" Script: <" bonus bAtkEle,Ele_Holy; bonus bStr,10; @@ -10901,7 +10644,7 @@ item_db: ( Id: 1401 AegisName: "Javelin" Name: "Javelin" - Type: 4 + Type: "IT_WEAPON" Buy: 150 Weight: 700 Atk: 28 @@ -10912,16 +10655,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1402 AegisName: "Javelin_" Name: "Javelin" - Type: 4 + Type: "IT_WEAPON" Buy: 150 Weight: 700 Atk: 28 @@ -10932,16 +10675,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1403 AegisName: "Javelin__" Name: "Javelin" - Type: 4 + Type: "IT_WEAPON" Buy: 150 Weight: 700 Atk: 28 @@ -10951,16 +10694,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1404 AegisName: "Spear" Name: "Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 1700 Weight: 850 Atk: 44 @@ -10971,16 +10714,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1405 AegisName: "Spear_" Name: "Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 1700 Weight: 850 Atk: 44 @@ -10991,16 +10734,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1406 AegisName: "Spear__" Name: "Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 1700 Weight: 850 Atk: 44 @@ -11010,16 +10753,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1407 AegisName: "Pike" Name: "Pike" - Type: 4 + Type: "IT_WEAPON" Buy: 3450 Weight: 1000 Atk: 60 @@ -11030,16 +10773,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1408 AegisName: "Pike_" Name: "Pike" - Type: 4 + Type: "IT_WEAPON" Buy: 3450 Weight: 1000 Atk: 60 @@ -11050,16 +10793,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1409 AegisName: "Pike__" Name: "Pike" - Type: 4 + Type: "IT_WEAPON" Buy: 3450 Weight: 1000 Atk: 60 @@ -11069,16 +10812,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" }, { Id: 1410 AegisName: "Lance" Name: "Lance" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2500 Atk: 185 @@ -11088,16 +10831,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1411 AegisName: "Lance_" Name: "Lance" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2500 Atk: 185 @@ -11107,16 +10850,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1412 AegisName: "Lance__" Name: "Lance" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2500 Atk: 185 @@ -11126,16 +10869,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1413 AegisName: "Gungnir" Name: "Gungnir" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 120 @@ -11145,10 +10888,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bAtkEle,Ele_Wind; bonus bPerfectHitRate,25; @@ -11159,7 +10902,7 @@ item_db: ( Id: 1414 AegisName: "Gelerdria" Name: "Gelerdria" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 145 @@ -11169,10 +10912,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 48 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bAtkEle,Ele_Earth; bonus bMaxHP,800; @@ -11183,7 +10926,7 @@ item_db: ( Id: 1415 AegisName: "Skewer" Name: "Brocca" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 850 Atk: 100 @@ -11193,10 +10936,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 48 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bIgnoreDefRace,RC_NonBoss; bonus2 bAddEle,Ele_Neutral,25; @@ -11206,7 +10949,7 @@ item_db: ( Id: 1416 AegisName: "Tjungkuletti" Name: "Tjungkuletti" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 95 @@ -11216,10 +10959,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 48 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bSPDrainValue,1; bonus bSPGainValue,5; @@ -11229,7 +10972,7 @@ item_db: ( Id: 1417 AegisName: "Pole_Axe" Name: "Pole Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3800 Atk: 160 @@ -11240,10 +10983,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 71 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bStr,1; bonus bInt,2; @@ -11254,7 +10997,7 @@ item_db: ( Id: 1418 AegisName: "Gungnir_" Name: "Gungnir" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 120 @@ -11265,10 +11008,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 4 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bAtkEle,Ele_Wind; bonus bPerfectHitRate,25; @@ -11279,7 +11022,7 @@ item_db: ( Id: 1419 AegisName: "Pole_Axe_C" Name: "Pole Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Weight: 4800 Atk: 159 @@ -11289,11 +11032,11 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11314,7 +11057,7 @@ item_db: ( Id: 1420 AegisName: "Long_Horn" Name: "Long Horn" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 150 @@ -11325,11 +11068,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bAtkEle,Ele_Holy; bonus2 bAddEff,Eff_Bleeding,500; @@ -11341,7 +11084,7 @@ item_db: ( Id: 1421 AegisName: "Battle_Hook" Name: "Battle Hook" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 140 @@ -11352,11 +11095,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus2 bAddEff,Eff_Stun,500; bonus2 bAddRace,RC_DemiPlayer,20; @@ -11367,7 +11110,7 @@ item_db: ( Id: 1422 AegisName: "Hunting_Spear" Name: "Hunting Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 4200 Atk: 180 @@ -11378,11 +11121,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bIgnoreDefRace,RC_Brute; bonus3 bAddMonsterDropItem,517,RC_Brute,1000; @@ -11393,7 +11136,7 @@ item_db: ( Id: 1423 AegisName: "Pole_XO" Name: "Pole XO" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 3 @@ -11402,10 +11145,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11421,7 +11164,7 @@ item_db: ( Id: 1424 AegisName: "Skewer_C" Name: "Refined Brocca" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 149 Range: 3 @@ -11430,10 +11173,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bIgnoreDefRace,RC_NonBoss; bonus2 bAddSize,Size_Medium,20; @@ -11443,7 +11186,7 @@ item_db: ( Id: 1425 AegisName: "BF_Spear1" Name: "Assaulter Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 60 Range: 3 @@ -11452,10 +11195,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11476,7 +11219,7 @@ item_db: ( Id: 1426 AegisName: "Krieger_Onehand_Spear1" Name: "Glorious Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 3 @@ -11485,10 +11228,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11518,7 +11261,7 @@ item_db: ( Id: 1427 AegisName: "Spear_Of_Excellent" Name: "Spear Of Excellent" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 160 Range: 3 @@ -11527,10 +11270,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11550,7 +11293,7 @@ item_db: ( Id: 1428 AegisName: "Long_Horn_M" Name: "Long Horn" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 150 @@ -11561,11 +11304,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11586,7 +11329,7 @@ item_db: ( Id: 1429 AegisName: "Hunting_Spear_M" Name: "Hunting Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 4200 Atk: 180 @@ -11597,11 +11340,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11621,7 +11364,7 @@ item_db: ( Id: 1430 AegisName: "Pike_C" Name: "Pike" - Type: 4 + Type: "IT_WEAPON" Atk: 74 Range: 3 Job: { @@ -11629,11 +11372,11 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Trade: { nodrop: true notrade: true @@ -11654,7 +11397,7 @@ item_db: ( Id: 1431 AegisName: "F_Pole_Axe_C" Name: "Pole Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Weight: 4800 Atk: 195 @@ -11664,11 +11407,11 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bStr,1; bonus bInt,2; @@ -11679,7 +11422,7 @@ item_db: ( Id: 1432 AegisName: "E_Pole_Axe_C" Name: "Pole Axe" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Weight: 4800 Atk: 195 @@ -11689,11 +11432,11 @@ item_db: ( Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 4 + Subtype: "W_1HSPEAR" Script: <" bonus bStr,1; bonus bInt,2; @@ -11706,7 +11449,7 @@ item_db: ( Id: 1451 AegisName: "Guisarme" Name: "Guisarme" - Type: 4 + Type: "IT_WEAPON" Buy: 13000 Weight: 1000 Atk: 84 @@ -11717,16 +11460,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1452 AegisName: "Guisarme_" Name: "Guisarme" - Type: 4 + Type: "IT_WEAPON" Buy: 13000 Weight: 1000 Atk: 84 @@ -11737,16 +11480,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1453 AegisName: "Guisarme__" Name: "Guisarme" - Type: 4 + Type: "IT_WEAPON" Buy: 13000 Weight: 1000 Atk: 84 @@ -11756,16 +11499,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1454 AegisName: "Glaive" Name: "Glaive" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 1200 Atk: 104 @@ -11776,16 +11519,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1455 AegisName: "Glaive_" Name: "Glaive" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 1200 Atk: 104 @@ -11796,16 +11539,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1456 AegisName: "Glaive__" Name: "Glaive" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 1200 Atk: 104 @@ -11815,16 +11558,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1457 AegisName: "Partizan" Name: "Partizan" - Type: 4 + Type: "IT_WEAPON" Buy: 27000 Weight: 2000 Atk: 124 @@ -11835,16 +11578,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1458 AegisName: "Partizan_" Name: "Partizan" - Type: 4 + Type: "IT_WEAPON" Buy: 27000 Weight: 2000 Atk: 124 @@ -11855,16 +11598,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1459 AegisName: "Partizan__" Name: "Partizan" - Type: 4 + Type: "IT_WEAPON" Buy: 27000 Weight: 2000 Atk: 124 @@ -11874,16 +11617,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1460 AegisName: "Trident" Name: "Trident" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 1200 Atk: 150 @@ -11894,16 +11637,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1461 AegisName: "Trident_" Name: "Trident" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 1200 Atk: 150 @@ -11914,16 +11657,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1462 AegisName: "Trident__" Name: "Trident" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 1200 Atk: 150 @@ -11933,16 +11676,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1463 AegisName: "Halberd" Name: "Halberd" - Type: 4 + Type: "IT_WEAPON" Buy: 54000 Weight: 2500 Atk: 165 @@ -11953,16 +11696,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1464 AegisName: "Halberd_" Name: "Halberd" - Type: 4 + Type: "IT_WEAPON" Buy: 54000 Weight: 2500 Atk: 165 @@ -11973,16 +11716,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1465 AegisName: "Halberd__" Name: "Halberd" - Type: 4 + Type: "IT_WEAPON" Buy: 54000 Weight: 2500 Atk: 165 @@ -11992,16 +11735,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1466 AegisName: "Crescent_Scythe" Name: "Crescent Scythe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 180 @@ -12011,10 +11754,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bCritical,30; bonus bHit,10; @@ -12024,7 +11767,7 @@ item_db: ( Id: 1467 AegisName: "Bill_Guisarme" Name: "Bill Guisarme" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 183 @@ -12034,10 +11777,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_DemiPlayer,5; @@ -12047,7 +11790,7 @@ item_db: ( Id: 1468 AegisName: "Zephyrus" Name: "Zephyrus" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 170 @@ -12057,10 +11800,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Silence,200; @@ -12071,7 +11814,7 @@ item_db: ( Id: 1469 AegisName: "Longinuss_Spear" Name: "Longinus's Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 180 @@ -12081,10 +11824,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddRace,RC_DemiPlayer,10; @@ -12095,7 +11838,7 @@ item_db: ( Id: 1470 AegisName: "Brionac" Name: "Brionac" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3000 Atk: 190 @@ -12105,10 +11848,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAtkEle,Ele_Holy; skill AL_HEAL,5; @@ -12120,7 +11863,7 @@ item_db: ( Id: 1471 AegisName: "Hell_Fire" Name: "Hellfire" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3500 Atk: 200 @@ -12130,10 +11873,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAtkEle,Ele_Fire; bonus3 bAutoSpell,MG_FIREBALL,3,100; @@ -12146,7 +11889,7 @@ item_db: ( Id: 1472 AegisName: "Staff_Of_Soul" Name: "Soul Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 25 @@ -12157,10 +11900,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 73 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,5; bonus bAgi,2; @@ -12171,7 +11914,7 @@ item_db: ( Id: 1473 AegisName: "Wizardy_Staff" Name: "Wizardry Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2400 Atk: 120 @@ -12182,10 +11925,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 90 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,6; bonus bDex,2; @@ -12198,7 +11941,7 @@ item_db: ( Id: 1474 AegisName: "Gae_Bolg" Name: "Gae Bolg" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 160 @@ -12208,10 +11951,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 60 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Boss,10; @@ -12221,7 +11964,7 @@ item_db: ( Id: 1475 AegisName: "Horseback_Lance" Name: "Equestrian's Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3700 Atk: 200 @@ -12231,16 +11974,16 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1476 AegisName: "Crescent_Scythe_" Name: "Crescent Scythe" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 180 @@ -12251,10 +11994,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bCritical,30; bonus bHit,10; @@ -12264,7 +12007,7 @@ item_db: ( Id: 1477 AegisName: "Spectral_Spear" Name: "Spectral Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 170 @@ -12274,10 +12017,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; @@ -12293,7 +12036,7 @@ item_db: ( Id: 1478 AegisName: "Ahlspiess" Name: "Ahlspiess" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 120 @@ -12302,10 +12045,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 65 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bIgnoreDefRace, RC_All; bonus2 bAddRace,RC_DemiPlayer,10; @@ -12316,7 +12059,7 @@ item_db: ( Id: 1479 AegisName: "Spectral_Spear_" Name: "Spectral Spear" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 170 @@ -12327,10 +12070,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 75 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; @@ -12346,7 +12089,7 @@ item_db: ( Id: 1480 AegisName: "Gae_Bolg_" Name: "Gae Bolg" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 160 @@ -12357,10 +12100,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 60 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Boss,10; @@ -12370,7 +12113,7 @@ item_db: ( Id: 1481 AegisName: "Zephyrus_" Name: "Zephyrus" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 170 @@ -12381,10 +12124,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Silence,200; @@ -12395,7 +12138,7 @@ item_db: ( Id: 1482 AegisName: "BF_Lance1" Name: "Assaulter Lance" - Type: 4 + Type: "IT_WEAPON" Atk: 160 Range: 3 Job: { @@ -12403,10 +12146,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 5 + Subtype: "W_2HSPEAR" Trade: { nodrop: true notrade: true @@ -12426,7 +12169,7 @@ item_db: ( Id: 1483 AegisName: "Ivory_Lance" Name: "Ivory Lance" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 160 @@ -12437,11 +12180,11 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 50 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAgi,2; bonus bAspdRate,3; @@ -12454,7 +12197,7 @@ item_db: ( Id: 1484 AegisName: "Cardo" Name: "Cardo" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 5600 Atk: 150 @@ -12463,11 +12206,11 @@ item_db: ( Job: { Knight: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bAspdRate,-10; bonus bDef,getrefine()/2; @@ -12477,7 +12220,7 @@ item_db: ( Id: 1485 AegisName: "Battle_Fork" Name: "Battle Fork" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 112 @@ -12488,17 +12231,17 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 50 - View: 5 + Subtype: "W_2HSPEAR" }, { Id: 1486 AegisName: "Krieger_Twohand_Spear1" Name: "Glorious Lance" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 220 Range: 3 @@ -12507,10 +12250,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 5 + Subtype: "W_2HSPEAR" Trade: { nodrop: true notrade: true @@ -12539,7 +12282,7 @@ item_db: ( Id: 1487 AegisName: "Lance_C" Name: "Lance" - Type: 4 + Type: "IT_WEAPON" Atk: 220 Range: 3 Job: { @@ -12547,11 +12290,11 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 1 Refine: false - View: 5 + Subtype: "W_2HSPEAR" Trade: { nodrop: true notrade: true @@ -12572,7 +12315,7 @@ item_db: ( Id: 1488 AegisName: "Ahlspiess_C" Name: "Ahlspiess" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 135 Range: 3 @@ -12580,10 +12323,10 @@ item_db: ( Knight: true Crusader: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 - View: 5 + Subtype: "W_2HSPEAR" Script: <" bonus bIgnoreDefRace, RC_All; bonus2 bAddRace,RC_DemiPlayer,10; @@ -12596,7 +12339,7 @@ item_db: ( Id: 1501 AegisName: "Club" Name: "Club" - Type: 4 + Type: "IT_WEAPON" Buy: 120 Weight: 700 Atk: 23 @@ -12614,16 +12357,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 8 + Subtype: "W_MACE" }, { Id: 1502 AegisName: "Club_" Name: "Club" - Type: 4 + Type: "IT_WEAPON" Buy: 120 Weight: 700 Atk: 23 @@ -12641,16 +12384,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 8 + Subtype: "W_MACE" }, { Id: 1503 AegisName: "Club__" Name: "Club" - Type: 4 + Type: "IT_WEAPON" Buy: 120 Weight: 700 Atk: 23 @@ -12667,16 +12410,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 8 + Subtype: "W_MACE" }, { Id: 1504 AegisName: "Mace" Name: "Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 1600 Weight: 800 Atk: 37 @@ -12694,16 +12437,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 8 + Subtype: "W_MACE" }, { Id: 1505 AegisName: "Mace_" Name: "Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 1600 Weight: 800 Atk: 37 @@ -12721,16 +12464,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 8 + Subtype: "W_MACE" }, { Id: 1506 AegisName: "Mace__" Name: "Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 1600 Weight: 800 Atk: 37 @@ -12747,16 +12490,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 8 + Subtype: "W_MACE" }, { Id: 1507 AegisName: "Smasher" Name: "Smasher" - Type: 4 + Type: "IT_WEAPON" Buy: 9000 Weight: 1000 Atk: 54 @@ -12774,16 +12517,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1508 AegisName: "Smasher_" Name: "Smasher" - Type: 4 + Type: "IT_WEAPON" Buy: 9000 Weight: 1000 Atk: 54 @@ -12801,16 +12544,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1509 AegisName: "Smasher__" Name: "Smasher" - Type: 4 + Type: "IT_WEAPON" Buy: 9000 Weight: 1000 Atk: 54 @@ -12828,16 +12571,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1510 AegisName: "Flail" Name: "Flail" - Type: 4 + Type: "IT_WEAPON" Buy: 16000 Weight: 900 Atk: 69 @@ -12854,16 +12597,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1511 AegisName: "Flail_" Name: "Flail" - Type: 4 + Type: "IT_WEAPON" Buy: 16000 Weight: 900 Atk: 69 @@ -12880,16 +12623,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1512 AegisName: "Flail__" Name: "Flail" - Type: 4 + Type: "IT_WEAPON" Buy: 16000 Weight: 900 Atk: 69 @@ -12906,16 +12649,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1513 AegisName: "Morning_Star" Name: "Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 1500 Atk: 110 @@ -12932,16 +12675,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" }, { Id: 1514 AegisName: "Morning_Star_" Name: "Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 1500 Atk: 110 @@ -12958,16 +12701,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" }, { Id: 1515 AegisName: "Morning_Star__" Name: "Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 1500 Atk: 110 @@ -12984,16 +12727,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" }, { Id: 1516 AegisName: "Sword_Mace" Name: "Sword Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 50000 Weight: 1200 Atk: 130 @@ -13009,16 +12752,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" }, { Id: 1517 AegisName: "Sword_Mace_" Name: "Sword Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 50000 Weight: 1200 Atk: 130 @@ -13035,16 +12778,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" }, { Id: 1518 AegisName: "Sword_Mace__" Name: "Sword Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 50000 Weight: 1200 Atk: 130 @@ -13061,16 +12804,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" }, { Id: 1519 AegisName: "Chain" Name: "Chain" - Type: 4 + Type: "IT_WEAPON" Buy: 23000 Weight: 800 Atk: 84 @@ -13087,16 +12830,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1520 AegisName: "Chain_" Name: "Chain" - Type: 4 + Type: "IT_WEAPON" Buy: 23000 Weight: 800 Atk: 84 @@ -13113,16 +12856,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1521 AegisName: "Chain__" Name: "Chain" - Type: 4 + Type: "IT_WEAPON" Buy: 23000 Weight: 800 Atk: 84 @@ -13139,16 +12882,16 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 8 + Subtype: "W_MACE" }, { Id: 1522 AegisName: "Stunner" Name: "Stunner" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2000 Atk: 140 @@ -13158,17 +12901,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddEff,Eff_Stun,1000; "> }, { Id: 1523 AegisName: "Spike" Name: "Spike" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 85 @@ -13178,10 +12921,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus bCritical,40; bonus bDefRate,-67; @@ -13192,7 +12935,7 @@ item_db: ( Id: 1524 AegisName: "Golden_Mace" Name: "Golden Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 110 @@ -13203,10 +12946,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon,0; @@ -13216,7 +12959,7 @@ item_db: ( Id: 1525 AegisName: "Long_Mace" Name: "Long Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 135 @@ -13226,17 +12969,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus bLongAtkDef,10; "> }, { Id: 1526 AegisName: "Slash" Name: "Slash" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 145 @@ -13246,10 +12989,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddRace,RC_Undead,15; bonus2 bWeaponComaRace,RC_Undead,10; @@ -13260,7 +13003,7 @@ item_db: ( Id: 1527 AegisName: "Quadrille" Name: "Quadrille" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 165 @@ -13270,10 +13013,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_DemiPlayer,10; @@ -13284,7 +13027,7 @@ item_db: ( Id: 1528 AegisName: "Grand_Cross" Name: "Grand Cross" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 140 @@ -13294,10 +13037,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus bAtkEle,Ele_Holy; skill PR_TURNUNDEAD,3; @@ -13310,7 +13053,7 @@ item_db: ( Id: 1529 AegisName: "Iron_Driver" Name: "Iron Driver" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 3000 Atk: 155 @@ -13319,16 +13062,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 78 - View: 8 + Subtype: "W_MACE" }, { Id: 1530 AegisName: "Mjolnir" Name: "Mjolnir" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 6000 Atk: 250 @@ -13341,11 +13084,11 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 95 Refine: false - View: 8 + Subtype: "W_MACE" Script: <" bonus bAtkEle,Ele_Wind; bonus bDex,40; @@ -13358,7 +13101,7 @@ item_db: ( Id: 1531 AegisName: "Spanner" Name: "Wrench" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 115 @@ -13368,10 +13111,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 55 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Stun,100; @@ -13383,7 +13126,7 @@ item_db: ( Id: 1532 AegisName: "Stunner_" Name: "Stunner" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 2000 Atk: 140 @@ -13394,25 +13137,25 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddEff,Eff_Stun,1000; "> }, { Id: 1533 AegisName: "Warrior_Balmung" Name: "Warrior's Balmung" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 170 Range: 1 - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 48 - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13429,7 +13172,7 @@ item_db: ( Id: 1534 AegisName: "Spanner_C" Name: "Wrench" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 150 Range: 1 @@ -13438,10 +13181,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Stun,100; @@ -13453,7 +13196,7 @@ item_db: ( Id: 1535 AegisName: "Hollgrehenn_Hammer" Name: "Hollgrehenn's Hammer" - Type: 4 + Type: "IT_WEAPON" Buy: 4444 Weight: 44 Atk: 4 @@ -13470,10 +13213,10 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 44 - View: 8 + Subtype: "W_MACE" Script: <" bonus bBreakArmorRate,100; bonus bBreakWeaponRate,100; @@ -13487,7 +13230,7 @@ item_db: ( Id: 1536 AegisName: "Good_Morning_Star" Name: "Good Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -13502,10 +13245,10 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13521,7 +13264,7 @@ item_db: ( Id: 1537 AegisName: "Quadrille_C" Name: "Refined Quadrille" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 193 Range: 1 @@ -13530,10 +13273,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddRace,RC_DemiPlayer,30; bonus2 bAddRace,RC_Demon,40; @@ -13544,7 +13287,7 @@ item_db: ( Id: 1538 AegisName: "Spike_" Name: "Spike" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 85 @@ -13555,10 +13298,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus bCritical,40; bonus bDefRate,-67; @@ -13569,7 +13312,7 @@ item_db: ( Id: 1539 AegisName: "Golden_Mace_" Name: "Golden Mace" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 110 @@ -13580,10 +13323,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon,0; @@ -13593,7 +13336,7 @@ item_db: ( Id: 1540 AegisName: "Grand_Cross_" Name: "Grand Cross" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 140 @@ -13604,10 +13347,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 8 + Subtype: "W_MACE" Script: <" bonus bAtkEle,Ele_Holy; skill PR_TURNUNDEAD,3; @@ -13620,7 +13363,7 @@ item_db: ( Id: 1541 AegisName: "Nemesis" Name: "Nemesis" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 120 @@ -13630,10 +13373,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 8 + Subtype: "W_MACE" Script: <" bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Undead,10; @@ -13646,7 +13389,7 @@ item_db: ( Id: 1542 AegisName: "BF_Morning_Star1" Name: "Valorous Battlefield Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 105 Range: 1 @@ -13662,10 +13405,10 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13686,7 +13429,7 @@ item_db: ( Id: 1543 AegisName: "BF_Morning_Star2" Name: "Brave Battlefield Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 105 Range: 1 @@ -13702,10 +13445,10 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13726,7 +13469,7 @@ item_db: ( Id: 1544 AegisName: "Lunakaligo" Name: "Lunakaligo" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -13737,11 +13480,11 @@ item_db: ( Priest: true Monk: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 8 + Subtype: "W_MACE" Script: <" if(readparam(bStr)>=77) { bonus bAspdRate,4; @@ -13757,7 +13500,7 @@ item_db: ( Id: 1545 AegisName: "N_Mace" Name: "Novice Mace" - Type: 4 + Type: "IT_WEAPON" Atk: 57 Range: 1 Slots: 3 @@ -13773,11 +13516,11 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 Refine: false - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13792,7 +13535,7 @@ item_db: ( Id: 1546 AegisName: "Krieger_Onehand_Mace1" Name: "Glorious Morning Star" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 @@ -13808,10 +13551,10 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13841,7 +13584,7 @@ item_db: ( Id: 1547 AegisName: "Mace_Of_Madness" Name: "Mace Of Madness" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 150 Range: 1 @@ -13856,10 +13599,10 @@ item_db: ( Monk: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -13879,7 +13622,7 @@ item_db: ( Id: 1548 AegisName: "Veteran_Hammer" Name: "Veteran Hammer" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 1800 Atk: 160 @@ -13890,10 +13633,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 8 + Subtype: "W_MACE" Script: <" bonus bHealPower,getskilllv(AL_DP); bonus bCritical,getskilllv(PR_MACEMASTERY)*2; @@ -13905,7 +13648,7 @@ item_db: ( Id: 1549 AegisName: "Pilebuncker" Name: "Pile Bunker" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 3500 Atk: 450 @@ -13913,11 +13656,11 @@ item_db: ( Job: { Blacksmith: true } - Upper: 8 - Loc: 2 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 99 - View: 8 + Subtype: "W_MACE" }, //== Books ================================================= @@ -13925,7 +13668,7 @@ item_db: ( Id: 1550 AegisName: "Book" Name: "Book" - Type: 4 + Type: "IT_WEAPON" Buy: 30000 Weight: 600 Atk: 85 @@ -13936,16 +13679,16 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 15 + Subtype: "W_BOOK" }, { Id: 1551 AegisName: "Bible" Name: "Bible" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 1000 Atk: 115 @@ -13956,17 +13699,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bInt,2; "> }, { Id: 1552 AegisName: "Tablet" Name: "Tablet" - Type: 4 + Type: "IT_WEAPON" Buy: 51000 Weight: 800 Atk: 125 @@ -13977,16 +13720,16 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" }, { Id: 1553 AegisName: "Book_Of_Billows" Name: "Book of Billows" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -13996,17 +13739,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Water; "> }, { Id: 1554 AegisName: "Book_Of_Mother_Earth" Name: "Book of Mother Earth" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14016,17 +13759,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 1555 AegisName: "Book_Of_Blazing_Sun" Name: "Book of the Blazing Sun" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14036,17 +13779,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 1556 AegisName: "Book_Of_Gust_Of_Wind" Name: "Book of Gust of Wind" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14056,17 +13799,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1557 AegisName: "Book_Of_The_Apocalypse" Name: "Book of the Apocalypse" - Type: 4 + Type: "IT_WEAPON" Buy: 60000 Weight: 800 Atk: 120 @@ -14076,10 +13819,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Holy,5; @@ -14093,7 +13836,7 @@ item_db: ( Id: 1558 AegisName: "Girls_Diary" Name: "Girl's Diary" - Type: 4 + Type: "IT_WEAPON" Buy: 1500 Weight: 300 Atk: 60 @@ -14104,17 +13847,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 15 + Subtype: "W_BOOK" Script: <" bonus2 bAddDamageClass,1188,150; "> }, { Id: 1559 AegisName: "Legacy_Of_Dragon" Name: "Legacy of Dragon" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 130 @@ -14124,10 +13867,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bInt,3; bonus bIgnoreDefRace,RC_Dragon; @@ -14138,7 +13881,7 @@ item_db: ( Id: 1560 AegisName: "Diary_Of_Great_Sage" Name: "Sage's Diary" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1100 Atk: 100 @@ -14149,10 +13892,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 60 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bMatkRate,15; if(readparam(bStr)>=50) bonus bAspdRate,5; @@ -14163,7 +13906,7 @@ item_db: ( Id: 1561 AegisName: "Hardback" Name: "Hardcover Book" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 140 @@ -14174,10 +13917,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bStr,3; bonus bDex,2; @@ -14187,7 +13930,7 @@ item_db: ( Id: 1562 AegisName: "Bible_Of_Battlefield" Name: "Battlefield Textbook" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -14198,11 +13941,11 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 Refine: false - View: 15 + Subtype: "W_BOOK" Script: <" bonus bInt,3; bonus3 bAutoSpell,AL_BLESSING,3+(getskilllv(AL_BLESSING)>3)*(getskilllv(AL_BLESSING)-3),20; @@ -14212,7 +13955,7 @@ item_db: ( Id: 1563 AegisName: "Diary_Of_Great_Sage_C" Name: "Sage's Diary" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 135 Range: 1 @@ -14222,11 +13965,11 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14246,7 +13989,7 @@ item_db: ( Id: 1564 AegisName: "Encyclopedia" Name: "Encyclopedia" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 110 @@ -14257,10 +14000,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bMatkRate,15; bonus bInt,3; @@ -14272,7 +14015,7 @@ item_db: ( Id: 1565 AegisName: "Death_Note" Name: "Ledger of Death" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 137 @@ -14283,10 +14026,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 85 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bMatkRate,15; bonus bStr,3; @@ -14301,7 +14044,7 @@ item_db: ( Id: 1566 AegisName: "Diary_Of_Great_Basil" Name: "Diary Of Great Basil" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -14310,10 +14053,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14329,7 +14072,7 @@ item_db: ( Id: 1567 AegisName: "Hardback_C" Name: "Refined Hardcover Book" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 168 Range: 1 @@ -14338,10 +14081,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 15 + Subtype: "W_BOOK" Script: <" bonus bStr,5; bonus bDex,2; @@ -14352,7 +14095,7 @@ item_db: ( Id: 1568 AegisName: "Book_Of_Billows_" Name: "Book of Billows" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14363,17 +14106,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Water; "> }, { Id: 1569 AegisName: "Book_Of_Mother_Earth_" Name: "Book of Mother Earth" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14384,17 +14127,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 1570 AegisName: "Book_Of_Blazing_Sun_" Name: "Book of Blazing Sun" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14405,17 +14148,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 1571 AegisName: "Book_Of_Gust_Of_Wind_" Name: "Book of Gust of Wind" - Type: 4 + Type: "IT_WEAPON" Buy: 35000 Weight: 750 Atk: 90 @@ -14426,17 +14169,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1572 AegisName: "Principles_Of_Magic" Name: "Principles of Magic" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 300 Atk: 60 @@ -14447,10 +14190,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 60 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bMatkRate,20; bonus bInt,3; @@ -14461,7 +14204,7 @@ item_db: ( Id: 1573 AegisName: "Ancient_Magic" Name: "Ancient Magic" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 30 @@ -14472,17 +14215,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 15 + Subtype: "W_BOOK" Script: <" bonus bMatkRate,15; "> }, { Id: 1574 AegisName: "BF_Book1" Name: "Brave Battle Strategy Book" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 90 Range: 1 @@ -14491,10 +14234,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14516,7 +14259,7 @@ item_db: ( Id: 1575 AegisName: "BF_Book2" Name: "Valorous Battle Strategy Book" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 90 Range: 1 @@ -14525,10 +14268,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14549,7 +14292,7 @@ item_db: ( Id: 1576 AegisName: "Krieger_Book1" Name: "Glorious Tablet" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 90 Range: 1 @@ -14558,10 +14301,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14587,7 +14330,7 @@ item_db: ( Id: 1577 AegisName: "Krieger_Book2" Name: "Glorious Apocalypse" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 90 Range: 1 @@ -14596,10 +14339,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14627,7 +14370,7 @@ item_db: ( Id: 1578 AegisName: "Book_Of_Prayer" Name: "Book Of Prayer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 140 Range: 1 @@ -14636,10 +14379,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14660,7 +14403,7 @@ item_db: ( Id: 1579 AegisName: "Death_Note_M" Name: "Book of the Dead" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 137 @@ -14671,10 +14414,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 85 - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14698,7 +14441,7 @@ item_db: ( Id: 1580 AegisName: "Encyclopedia_C" Name: "Giant Encyclopedia" - Type: 4 + Type: "IT_WEAPON" Atk: 145 Range: 1 Job: { @@ -14706,10 +14449,10 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 15 + Subtype: "W_BOOK" Trade: { nodrop: true notrade: true @@ -14734,7 +14477,7 @@ item_db: ( Id: 1581 AegisName: "F_Diary_Of_Great_Sage_C" Name: "Diary Of Great Sage" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 135 Range: 1 @@ -14744,17 +14487,17 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 15 + Subtype: "W_BOOK" }, { Id: 1582 AegisName: "E_Diary_Of_Great_Sage_C" Name: "Diary Of Great Sage" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 135 Range: 1 @@ -14764,11 +14507,11 @@ item_db: ( Sage: true Star_Gladiator: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 15 + Subtype: "W_BOOK" }, //== GM Weapon ============================================= @@ -14776,15 +14519,15 @@ item_db: ( Id: 1599 AegisName: "Angra_Manyu" Name: "Angra Manyu" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Weight: 10 Atk: 200 Range: 2 - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 8 + Subtype: "W_MACE" Script: <" bonus bAllStats,50; bonus bBaseAtk,3800; @@ -14805,7 +14548,7 @@ item_db: ( Id: 1601 AegisName: "Rod" Name: "Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 15 @@ -14821,17 +14564,17 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; "> }, { Id: 1602 AegisName: "Rod_" Name: "Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 15 @@ -14847,17 +14590,17 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; "> }, { Id: 1603 AegisName: "Rod__" Name: "Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 15 @@ -14872,17 +14615,17 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; "> }, { Id: 1604 AegisName: "Wand" Name: "Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 400 Atk: 25 @@ -14898,10 +14641,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,1; bonus bMatkRate,15; @@ -14911,7 +14654,7 @@ item_db: ( Id: 1605 AegisName: "Wand_" Name: "Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 400 Atk: 25 @@ -14927,10 +14670,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,1; bonus bMatkRate,15; @@ -14940,7 +14683,7 @@ item_db: ( Id: 1606 AegisName: "Wand__" Name: "Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 400 Atk: 25 @@ -14955,10 +14698,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,1; bonus bMatkRate,15; @@ -14968,7 +14711,7 @@ item_db: ( Id: 1607 AegisName: "Staff" Name: "Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 9500 Weight: 400 Atk: 40 @@ -14983,10 +14726,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,2; bonus bMatkRate,15; @@ -14996,7 +14739,7 @@ item_db: ( Id: 1608 AegisName: "Staff_" Name: "Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 9500 Weight: 400 Atk: 40 @@ -15011,10 +14754,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,2; bonus bMatkRate,15; @@ -15024,7 +14767,7 @@ item_db: ( Id: 1609 AegisName: "Staff__" Name: "Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 9500 Weight: 400 Atk: 40 @@ -15038,10 +14781,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,2; bonus bMatkRate,15; @@ -15051,7 +14794,7 @@ item_db: ( Id: 1610 AegisName: "Arc_Wand" Name: "Arc Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 400 Atk: 60 @@ -15066,10 +14809,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,3; bonus bMatkRate,15; @@ -15079,7 +14822,7 @@ item_db: ( Id: 1611 AegisName: "Arc_Wand_" Name: "Arc Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 400 Atk: 60 @@ -15094,10 +14837,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,3; bonus bMatkRate,15; @@ -15107,7 +14850,7 @@ item_db: ( Id: 1612 AegisName: "Arc_Wand__" Name: "Arc Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 45000 Weight: 400 Atk: 60 @@ -15121,10 +14864,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,3; bonus bMatkRate,15; @@ -15134,7 +14877,7 @@ item_db: ( Id: 1613 AegisName: "Mighty_Staff" Name: "Mighty Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 130 @@ -15148,10 +14891,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bStr,10; bonus bMatkRate,15; @@ -15162,7 +14905,7 @@ item_db: ( Id: 1614 AegisName: "Blessed_Wand" Name: "Wand of Occult" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 75 @@ -15176,10 +14919,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,3; bonus bMatkRate,15; @@ -15189,7 +14932,7 @@ item_db: ( Id: 1615 AegisName: "Bone_Wand" Name: "Evil Bone Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 40 @@ -15203,10 +14946,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,4; bonus bAtkEle,Ele_Undead; @@ -15217,7 +14960,7 @@ item_db: ( Id: 1616 AegisName: "Staff_Of_Wing" Name: "Wing Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 60 @@ -15228,10 +14971,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; bonus bCastrate,-5; @@ -15241,7 +14984,7 @@ item_db: ( Id: 1617 AegisName: "Survival_Rod" Name: "Survivor's Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 85000 Weight: 1000 Atk: 50 @@ -15255,10 +14998,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bDex,2; bonus bMatkRate,15; @@ -15269,7 +15012,7 @@ item_db: ( Id: 1618 AegisName: "Survival_Rod_" Name: "Survivor's Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 85000 Weight: 1000 Atk: 50 @@ -15284,10 +15027,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bDex,3; bonus bMatkRate,15; @@ -15298,7 +15041,7 @@ item_db: ( Id: 1619 AegisName: "Survival_Rod2" Name: "Survivor's Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 85000 Weight: 1000 Atk: 50 @@ -15312,10 +15055,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,2; bonus bMatkRate,15; @@ -15326,7 +15069,7 @@ item_db: ( Id: 1620 AegisName: "Survival_Rod2_" Name: "Survivor's Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 85000 Weight: 1000 Atk: 50 @@ -15341,10 +15084,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,3; bonus bMatkRate,15; @@ -15355,7 +15098,7 @@ item_db: ( Id: 1621 AegisName: "Hypnotists_Staff" Name: "Hypnotist's Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 43000 Weight: 500 Atk: 70 @@ -15364,10 +15107,10 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,1; bonus bMatkRate,25; @@ -15377,7 +15120,7 @@ item_db: ( Id: 1622 AegisName: "Hypnotists_Staff_" Name: "Hypnotist's Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 70 @@ -15386,10 +15129,10 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,1; bonus bMatkRate,25; @@ -15399,7 +15142,7 @@ item_db: ( Id: 1623 AegisName: "Mighty_Staff_C" Name: "Mighty Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 165 Range: 1 @@ -15412,11 +15155,11 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15438,7 +15181,7 @@ item_db: ( Id: 1624 AegisName: "Lich_Bone_Wand" Name: "Lich's Bone Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 60 @@ -15452,11 +15195,11 @@ item_db: ( Monk: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,1; bonus bDex,1; @@ -15474,7 +15217,7 @@ item_db: ( Id: 1625 AegisName: "Healing_Staff" Name: "Healing Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 400 Atk: 10 @@ -15484,10 +15227,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 55 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; @@ -15498,7 +15241,7 @@ item_db: ( Id: 1626 AegisName: "Piercing_Staff" Name: "Piercing Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 80 @@ -15511,11 +15254,11 @@ item_db: ( Monk: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,4; bonus bMatkRate,15; @@ -15526,7 +15269,7 @@ item_db: ( Id: 1627 AegisName: "Staffy" Name: "Staffy" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 40 Range: 1 @@ -15539,10 +15282,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15561,7 +15304,7 @@ item_db: ( Id: 1628 AegisName: "Survival_Rod_C" Name: "Refined Survivor's Rod" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 71 Range: 1 @@ -15574,10 +15317,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 10 + Subtype: "W_STAFF" Script: <" bonus bDex,4; bonus bMatkRate,20; @@ -15588,7 +15331,7 @@ item_db: ( Id: 1629 AegisName: "Walking_Stick" Name: "Gentleman's Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 40 @@ -15603,10 +15346,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 50 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; bonus bDex,1; @@ -15616,7 +15359,7 @@ item_db: ( Id: 1630 AegisName: "Release_Of_Wish" Name: "Release of Wish" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 30 @@ -15627,10 +15370,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; bonus bInt,3; @@ -15642,7 +15385,7 @@ item_db: ( Id: 1631 AegisName: "Holy_Stick" Name: "Holy Stick" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 50 @@ -15652,10 +15395,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; @@ -15668,7 +15411,7 @@ item_db: ( Id: 1632 AegisName: "BF_Staff1" Name: "Warlock's Magic Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -15681,10 +15424,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15706,7 +15449,7 @@ item_db: ( Id: 1633 AegisName: "BF_Staff2" Name: "Warlock's Battle Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -15719,10 +15462,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15744,7 +15487,7 @@ item_db: ( Id: 1634 AegisName: "BF_Staff3" Name: "Strong Recovery Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -15757,10 +15500,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15780,7 +15523,7 @@ item_db: ( Id: 1635 AegisName: "BF_Staff4" Name: "Speedy Recovery Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -15793,10 +15536,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15818,7 +15561,7 @@ item_db: ( Id: 1636 AegisName: "Thorn_Staff" Name: "Thorn Staff of Darkness" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 60 @@ -15831,11 +15574,11 @@ item_db: ( Monk: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 75 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,3; bonus bDex,3; @@ -15848,7 +15591,7 @@ item_db: ( Id: 1637 AegisName: "Eraser" Name: "Eraser" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 80 @@ -15861,11 +15604,11 @@ item_db: ( Monk: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,20; bonus bInt,3; @@ -15879,7 +15622,7 @@ item_db: ( Id: 1638 AegisName: "Healing_Staff_C" Name: "Staff Of Healing" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 10 Range: 1 @@ -15888,11 +15631,11 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15913,7 +15656,7 @@ item_db: ( Id: 1639 AegisName: "N_Rod" Name: "Novice Rod" - Type: 4 + Type: "IT_WEAPON" Atk: 15 Range: 1 Slots: 3 @@ -15927,11 +15670,11 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15947,7 +15690,7 @@ item_db: ( Id: 1640 AegisName: "Krieger_Onehand_Staff1" Name: "Glorious Arc Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -15960,10 +15703,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -15989,7 +15732,7 @@ item_db: ( Id: 1641 AegisName: "Krieger_Onehand_Staff2" Name: "Glorious Cure Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -16002,10 +15745,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -16034,7 +15777,7 @@ item_db: ( Id: 1642 AegisName: "Staff_Of_Darkness" Name: "Staff Of Darkness" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 100 Range: 1 @@ -16047,10 +15790,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 Refine: false - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -16071,7 +15814,7 @@ item_db: ( Id: 1643 AegisName: "Dead_Tree_Cane" Name: "Dead Tree Cane" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 100 Atk: 100 @@ -16085,10 +15828,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatk,15; bonus bInt,4; @@ -16104,7 +15847,7 @@ item_db: ( Id: 1644 AegisName: "Piercing_Staff_M" Name: "Staff of Piercing" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 80 @@ -16117,11 +15860,11 @@ item_db: ( Monk: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -16141,7 +15884,7 @@ item_db: ( Id: 1645 AegisName: "Lich_Bone_Wand_M" Name: "Lich's Bone Wand" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 60 @@ -16155,11 +15898,11 @@ item_db: ( Monk: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 10 + Subtype: "W_STAFF" Trade: { nodrop: true notrade: true @@ -16186,7 +15929,7 @@ item_db: ( Id: 1646 AegisName: "Lacryma_Stick" Name: "La'cryma Stick" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 30 @@ -16197,11 +15940,11 @@ item_db: ( Wizard: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bInt,4; bonus bMatkRate,15; @@ -16214,7 +15957,7 @@ item_db: ( Id: 1647 AegisName: "Croce_Staff" Name: "Croce Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 30 @@ -16225,11 +15968,11 @@ item_db: ( Priest: true Monk: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; @@ -16241,7 +15984,7 @@ item_db: ( Id: 1648 AegisName: "Staff_Of_Bordeaux" Name: "Staff Of Bordeaux" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 30 @@ -16251,11 +15994,11 @@ item_db: ( Wizard: true Sage: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 50 - View: 10 + Subtype: "W_STAFF" Script: <" bonus bMatkRate,15; bonus bInt,2; @@ -16273,7 +16016,7 @@ item_db: ( Id: 1701 AegisName: "Bow" Name: "Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 1000 Weight: 500 Atk: 15 @@ -16286,16 +16029,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 11 + Subtype: "W_BOW" }, { Id: 1702 AegisName: "Bow_" Name: "Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 1000 Weight: 500 Atk: 15 @@ -16308,16 +16051,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 11 + Subtype: "W_BOW" }, { Id: 1703 AegisName: "Bow__" Name: "Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 1000 Atk: 15 Range: 5 @@ -16328,10 +16071,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -16353,7 +16096,7 @@ item_db: ( Id: 1704 AegisName: "Composite_Bow" Name: "Composite Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 600 Atk: 29 @@ -16366,16 +16109,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 11 + Subtype: "W_BOW" }, { Id: 1705 AegisName: "Composite_Bow_" Name: "Composite Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 600 Atk: 29 @@ -16388,16 +16131,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 11 + Subtype: "W_BOW" }, { Id: 1706 AegisName: "Composite_Bow__" Name: "Composite Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 600 Atk: 29 @@ -16409,16 +16152,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 - View: 11 + Subtype: "W_BOW" }, { Id: 1707 AegisName: "Great_Bow" Name: "Great Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 1000 Atk: 50 @@ -16431,16 +16174,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 11 + Subtype: "W_BOW" }, { Id: 1708 AegisName: "Great_Bow_" Name: "Great Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 1000 Atk: 50 @@ -16453,16 +16196,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 11 + Subtype: "W_BOW" }, { Id: 1709 AegisName: "Great_Bow__" Name: "Great Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 1000 Atk: 50 @@ -16474,16 +16217,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 11 + Subtype: "W_BOW" }, { Id: 1710 AegisName: "CrossBow" Name: "Crossbow" - Type: 4 + Type: "IT_WEAPON" Buy: 17000 Weight: 900 Atk: 65 @@ -16496,16 +16239,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 11 + Subtype: "W_BOW" }, { Id: 1711 AegisName: "CrossBow_" Name: "Crossbow" - Type: 4 + Type: "IT_WEAPON" Buy: 17000 Weight: 900 Atk: 65 @@ -16518,16 +16261,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 11 + Subtype: "W_BOW" }, { Id: 1712 AegisName: "CrossBow__" Name: "Crossbow" - Type: 4 + Type: "IT_WEAPON" Buy: 17000 Weight: 900 Atk: 65 @@ -16539,16 +16282,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 18 - View: 11 + Subtype: "W_BOW" }, { Id: 1713 AegisName: "Arbalest" Name: "Arbalest" - Type: 4 + Type: "IT_WEAPON" Buy: 48000 Weight: 1000 Atk: 90 @@ -16561,17 +16304,17 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 11 + Subtype: "W_BOW" Script: <" bonus bDex,2; "> }, { Id: 1714 AegisName: "Kakkung" Name: "Gakkung Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 42000 Weight: 1100 Atk: 100 @@ -16584,16 +16327,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 11 + Subtype: "W_BOW" }, { Id: 1715 AegisName: "Arbalest_" Name: "Arbalest" - Type: 4 + Type: "IT_WEAPON" Buy: 48000 Weight: 1000 Atk: 90 @@ -16606,17 +16349,17 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 11 + Subtype: "W_BOW" Script: <" bonus bDex,2; "> }, { Id: 1716 AegisName: "Kakkung_" Name: "Gakkung Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 42000 Weight: 1100 Atk: 100 @@ -16629,16 +16372,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 11 + Subtype: "W_BOW" }, { Id: 1718 AegisName: "Hunter_Bow" Name: "Hunter Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 64000 Weight: 1500 Atk: 125 @@ -16646,16 +16389,16 @@ item_db: ( Job: { Hunter: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 11 + Subtype: "W_BOW" }, { Id: 1719 AegisName: "Bow_Of_Roguemaster" Name: "Roguemaster's Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 75 @@ -16663,16 +16406,16 @@ item_db: ( Job: { Thief: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 11 + Subtype: "W_BOW" }, { Id: 1720 AegisName: "Bow_Of_Rudra" Name: "Rudra Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 150 @@ -16683,10 +16426,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 48 - View: 11 + Subtype: "W_BOW" Script: <" bonus bAtkEle,Ele_Holy; bonus bInt,5; @@ -16703,7 +16446,7 @@ item_db: ( Id: 1721 AegisName: "Repeting_CrossBow" Name: "Repeating Crossbow" - Type: 4 + Type: "IT_WEAPON" Buy: 89000 Weight: 2000 Atk: 95 @@ -16714,16 +16457,16 @@ item_db: ( Hunter: true Rogue: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 65 - View: 11 + Subtype: "W_BOW" }, { Id: 1722 AegisName: "Balistar" Name: "Ballista" - Type: 4 + Type: "IT_WEAPON" Buy: 124000 Weight: 3500 Atk: 145 @@ -16732,16 +16475,16 @@ item_db: ( Hunter: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 77 - View: 11 + Subtype: "W_BOW" }, { Id: 1723 AegisName: "Luna_Bow" Name: "Luna Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 100 @@ -16750,17 +16493,17 @@ item_db: ( Job: { Hunter: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 30 - View: 11 + Subtype: "W_BOW" Script: <" bonus bDef,2+3*(getrefine()>5)+2*(getrefine()>8); "> }, { Id: 1724 AegisName: "Dragon_Wing" Name: "Dragon Wing" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 100 @@ -16772,10 +16515,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 60 - View: 11 + Subtype: "W_BOW" Script: <" bonus3 bAddMonsterDropItem,1765,RC_Dragon,300; bonus bIgnoreDefRace,RC_Dragon; @@ -16785,7 +16528,7 @@ item_db: ( Id: 1725 AegisName: "Bow_Of_Minstrel" Name: "Minstrel Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1700 Atk: 120 @@ -16795,10 +16538,10 @@ item_db: ( Hunter: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 11 + Subtype: "W_BOW" Script: <" bonus bInt,2; bonus bSPrecovRate,10; @@ -16808,7 +16551,7 @@ item_db: ( Id: 1726 AegisName: "Hunter_Bow_" Name: "Hunter Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 64000 Weight: 1500 Atk: 125 @@ -16817,16 +16560,16 @@ item_db: ( Job: { Hunter: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 33 - View: 11 + Subtype: "W_BOW" }, { Id: 1727 AegisName: "Balistar_" Name: "Ballista" - Type: 4 + Type: "IT_WEAPON" Buy: 124000 Weight: 3500 Atk: 145 @@ -16836,16 +16579,16 @@ item_db: ( Hunter: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 77 - View: 11 + Subtype: "W_BOW" }, { Id: 1728 AegisName: "Balistar_C" Name: "Ballista" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 194 Range: 5 @@ -16853,11 +16596,11 @@ item_db: ( Hunter: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -16874,7 +16617,7 @@ item_db: ( Id: 1729 AegisName: "Bow_Of_Rudra_C" Name: "Rudra Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 185 Range: 5 @@ -16884,11 +16627,11 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 11 + Subtype: "W_BOW" Script: <" bonus bAtkEle,Ele_Holy; bonus bInt,5; @@ -16900,7 +16643,7 @@ item_db: ( Id: 1730 AegisName: "Burning_Bow" Name: "Burning Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 95 @@ -16912,17 +16655,17 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 11 + Subtype: "W_BOW" Script: <" bonus2 bSubEle,Ele_Fire,10; "> }, { Id: 1731 AegisName: "Frozen_Bow" Name: "Frozen Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 100 @@ -16934,17 +16677,17 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 11 + Subtype: "W_BOW" Script: <" bonus2 bAddEff,Eff_Freeze,1000; "> }, { Id: 1732 AegisName: "Earth_Bow" Name: "Earth Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 105 @@ -16956,16 +16699,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 11 + Subtype: "W_BOW" }, { Id: 1733 AegisName: "Gust_Bow" Name: "Gust Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1400 Atk: 95 @@ -16977,16 +16720,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 55 - View: 11 + Subtype: "W_BOW" }, { Id: 1734 AegisName: "Orc_Archer_Bow" Name: "Orc Archer Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1600 Atk: 120 @@ -16997,17 +16740,17 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 65 - View: 11 + Subtype: "W_BOW" Script: <" bonus2 bAddMonsterDropItem,1753,200; "> }, { Id: 1735 AegisName: "Kkakkung" Name: "Kkakkung" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 5 @@ -17018,11 +16761,11 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 1 Refine: false - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -17038,7 +16781,7 @@ item_db: ( Id: 1736 AegisName: "Double_Bound" Name: "Double Bound" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 70 @@ -17047,18 +16790,18 @@ item_db: ( Job: { Hunter: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 11 + Subtype: "W_BOW" Script: <" bonus3 bAutoSpell,AC_DOUBLE,getskilllv(AC_DOUBLE),10; "> }, { Id: 1737 AegisName: "Ixion_Wing" Name: "Ixion Wings" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 300 Atk: 135 @@ -17067,11 +16810,11 @@ item_db: ( Job: { Hunter: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 11 + Subtype: "W_BOW" Script: <" autobonus "{ bonus bAspdRate,7; }",10+(getrefine()*2),7000,BF_WEAPON,"{ specialeffect(EF_HASTEUP, AREA, playerattached()); }"; bonus2 bAddSkillBlow,AC_CHARGEARROW,3; @@ -17081,7 +16824,7 @@ item_db: ( Id: 1738 AegisName: "BF_Bow1" Name: "Valorous Battle CrossBow" - Type: 4 + Type: "IT_WEAPON" Atk: 100 Range: 5 Job: { @@ -17091,10 +16834,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -17114,7 +16857,7 @@ item_db: ( Id: 1739 AegisName: "BF_Bow2" Name: "Brave Battle CrossBow" - Type: 4 + Type: "IT_WEAPON" Atk: 100 Range: 5 Job: { @@ -17124,10 +16867,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -17147,7 +16890,7 @@ item_db: ( Id: 1740 AegisName: "Nepenthes_Bow" Name: "Nepenthes Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 105 @@ -17156,18 +16899,18 @@ item_db: ( Job: { Hunter: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 60 - View: 11 + Subtype: "W_BOW" Script: <" bonus4 bAutoSpellOnSkill,AC_DOUBLE,AC_CHARGEARROW,1,20; "> }, { Id: 1741 AegisName: "Cursed_Lyre" Name: "Cursed Lyre" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1250 Atk: 125 @@ -17178,11 +16921,11 @@ item_db: ( Hunter: true Bard: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 11 + Subtype: "W_BOW" Script: <" bonus bLuk,-2; bonus2 bAddEff,Eff_Curse,400; @@ -17192,7 +16935,7 @@ item_db: ( Id: 1742 AegisName: "N_Composite_Bow" Name: "Novice Composite Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 49 Range: 5 @@ -17204,11 +16947,11 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 4 Refine: false - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -17223,7 +16966,7 @@ item_db: ( Id: 1743 AegisName: "Krieger_Bow1" Name: "Glorious Hunter Bow" - Type: 4 + Type: "IT_WEAPON" Atk: 100 Range: 5 Job: { @@ -17233,10 +16976,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -17262,7 +17005,7 @@ item_db: ( Id: 1744 AegisName: "Bow_Of_Evil" Name: "Bow Of Evil" - Type: 4 + Type: "IT_WEAPON" Atk: 170 Range: 5 Job: { @@ -17272,11 +17015,11 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 11 + Subtype: "W_BOW" Trade: { nodrop: true notrade: true @@ -17296,7 +17039,7 @@ item_db: ( Id: 1745 AegisName: "Falken_Blitz" Name: "Falken Blitz" - Type: 4 + Type: "IT_WEAPON" Weight: 1000 Atk: 100 Range: 5 @@ -17306,11 +17049,11 @@ item_db: ( Hunter: true Bard: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 50 - View: 11 + Subtype: "W_BOW" Script: <" bonus2 bSkillAtk,SN_SHARPSHOOTING,10; bonus2 bSkillAtk,AC_DOUBLE,10; @@ -17323,7 +17066,7 @@ item_db: ( Id: 1750 AegisName: "Arrow" Name: "Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 1 Weight: 1 Atk: 25 @@ -17335,15 +17078,15 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" }, { Id: 1751 AegisName: "Silver_Arrow" Name: "Silver Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17355,16 +17098,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Holy; "> }, { Id: 1752 AegisName: "Fire_Arrow" Name: "Fire Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17376,16 +17119,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 1753 AegisName: "Steel_Arrow" Name: "Steel Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 4 Weight: 2 Atk: 40 @@ -17397,15 +17140,15 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" }, { Id: 1754 AegisName: "Crystal_Arrow" Name: "Crystal Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17417,16 +17160,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Water; "> }, { Id: 1755 AegisName: "Arrow_Of_Wind" Name: "Arrow of Wind" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17438,16 +17181,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1756 AegisName: "Stone_Arrow" Name: "Stone Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17459,16 +17202,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 1757 AegisName: "Immatrial_Arrow" Name: "Immaterial Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 1 Atk: 30 @@ -17480,16 +17223,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Ghost; "> }, { Id: 1758 AegisName: "Stun_Arrow" Name: "Stun Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17501,16 +17244,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Stun,1000; "> }, { Id: 1759 AegisName: "Freezing_Arrow" Name: "Frozen Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17522,9 +17265,9 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,1000; @@ -17534,7 +17277,7 @@ item_db: ( Id: 1760 AegisName: "Flash_Arrow" Name: "Flash Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17546,16 +17289,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Blind,1000; "> }, { Id: 1761 AegisName: "Curse_Arrow" Name: "Cursed Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17567,16 +17310,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Curse,1000; "> }, { Id: 1762 AegisName: "Rusty_Arrow" Name: "Rusty Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17588,16 +17331,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Poison; "> }, { Id: 1763 AegisName: "Poison_Arrow" Name: "Poison Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17609,9 +17352,9 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,2000; @@ -17621,7 +17364,7 @@ item_db: ( Id: 1764 AegisName: "Incisive_Arrow" Name: "Sharp Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 20 Weight: 3 Atk: 10 @@ -17633,16 +17376,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bCritical,20; "> }, { Id: 1765 AegisName: "Oridecon_Arrow" Name: "Oridecon Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 30 Weight: 3 Atk: 50 @@ -17654,15 +17397,15 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" }, { Id: 1766 AegisName: "Arrow_Of_Counter_Evil" Name: "Arrow of Counter Evil" - Type: 10 + Type: "IT_AMMO" Buy: 40 Weight: 3 Atk: 50 @@ -17674,16 +17417,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Holy; "> }, { Id: 1767 AegisName: "Arrow_Of_Shadow" Name: "Arrow of Shadow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 30 @@ -17695,16 +17438,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Dark; "> }, { Id: 1768 AegisName: "Sleep_Arrow" Name: "Sleep Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17716,16 +17459,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Sleep,2000; "> }, { Id: 1769 AegisName: "Silence_Arrow" Name: "Mute Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 3 Atk: 1 @@ -17737,16 +17480,16 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus2 bAddEff,Eff_Silence,1000; "> }, { Id: 1770 AegisName: "Iron_Arrow" Name: "Iron Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 2 Weight: 1 Atk: 30 @@ -17758,15 +17501,15 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" }, { Id: 1771 AegisName: "Venom_Knife" Name: "Venom Knife" - Type: 10 + Type: "IT_AMMO" Buy: 50 Weight: 5 Atk: 30 @@ -17778,15 +17521,15 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 2 + Subtype: "A_DAGGER" }, { Id: 1772 AegisName: "Holy_Arrow" Name: "Holy Arrow" - Type: 10 + Type: "IT_AMMO" Buy: 3 Weight: 2 Atk: 50 @@ -17798,9 +17541,9 @@ item_db: ( Rogue: true Bard: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 1 + Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Demon,5; @@ -17812,7 +17555,7 @@ item_db: ( Id: 1801 AegisName: "Waghnakh" Name: "Waghnak" - Type: 4 + Type: "IT_WEAPON" Buy: 8000 Weight: 400 Atk: 30 @@ -17822,16 +17565,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1802 AegisName: "Waghnakh_" Name: "Waghnak" - Type: 4 + Type: "IT_WEAPON" Buy: 8000 Weight: 400 Atk: 30 @@ -17841,16 +17584,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1803 AegisName: "Knuckle_Duster" Name: "Knuckle Dusters" - Type: 4 + Type: "IT_WEAPON" Buy: 25000 Weight: 450 Atk: 50 @@ -17860,16 +17603,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1804 AegisName: "Knuckle_Duster_" Name: "Knuckle Dusters" - Type: 4 + Type: "IT_WEAPON" Buy: 25000 Weight: 450 Atk: 50 @@ -17879,16 +17622,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1805 AegisName: "Hora" Name: "Studded Knuckles" - Type: 4 + Type: "IT_WEAPON" Buy: 32000 Weight: 450 Atk: 65 @@ -17898,16 +17641,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1806 AegisName: "Hora_" Name: "Studded Knuckles" - Type: 4 + Type: "IT_WEAPON" Buy: 32000 Weight: 450 Atk: 65 @@ -17917,16 +17660,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 12 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1807 AegisName: "Fist" Name: "Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 53000 Weight: 650 Atk: 115 @@ -17935,16 +17678,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1808 AegisName: "Fist_" Name: "Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 53000 Weight: 650 Atk: 115 @@ -17954,16 +17697,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1809 AegisName: "Claw" Name: "Claw" - Type: 4 + Type: "IT_WEAPON" Buy: 67000 Weight: 500 Atk: 86 @@ -17973,17 +17716,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus bStr,2; "> }, { Id: 1810 AegisName: "Claw_" Name: "Claw" - Type: 4 + Type: "IT_WEAPON" Buy: 67000 Weight: 500 Atk: 86 @@ -17993,17 +17736,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus bStr,2; "> }, { Id: 1811 AegisName: "Finger" Name: "Finger" - Type: 4 + Type: "IT_WEAPON" Buy: 58000 Weight: 500 Atk: 97 @@ -18013,16 +17756,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1812 AegisName: "Finger_" Name: "Finger" - Type: 4 + Type: "IT_WEAPON" Buy: 58000 Weight: 500 Atk: 97 @@ -18032,16 +17775,16 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 24 - View: 12 + Subtype: "W_KNUCKLE" }, { Id: 1813 AegisName: "Kaiser_Knuckle" Name: "Kaiser Knuckle" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 450 Atk: 110 @@ -18050,10 +17793,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus bAtkEle,Ele_Wind; bonus2 bAddRace,RC_Undead,5; @@ -18067,7 +17810,7 @@ item_db: ( Id: 1814 AegisName: "Berserk" Name: "Berserk" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 120 @@ -18076,17 +17819,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus bAspdRate,12; "> }, { Id: 1815 AegisName: "Claw_Of_Garm" Name: "Hatii Claw" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 550 Atk: 152 @@ -18096,10 +17839,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus bAtkEle,Ele_Dark; bonus bMaxHPrate,-2; @@ -18110,7 +17853,7 @@ item_db: ( Id: 1816 AegisName: "Berserk_" Name: "Berserk" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 120 @@ -18120,17 +17863,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus bAspdRate,12; "> }, { Id: 1817 AegisName: "Kaiser_Knuckle_C" Name: "Kaiser Knuckle" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 159 Range: 1 @@ -18138,11 +17881,11 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 1 Refine: false - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18167,7 +17910,7 @@ item_db: ( Id: 1818 AegisName: "Magma_Fist" Name: "Magma Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 650 Atk: 80 @@ -18177,17 +17920,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 75 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,5,10; "> }, { Id: 1819 AegisName: "Icicle_Fist" Name: "Icicle Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 650 Atk: 80 @@ -18197,17 +17940,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 75 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,5,10; "> }, { Id: 1820 AegisName: "Electric_Fist" Name: "Electric Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 650 Atk: 80 @@ -18217,17 +17960,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 75 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus3 bAutoSpell,SA_LIGHTNINGLOADER,5,10; "> }, { Id: 1821 AegisName: "Seismic_Fist" Name: "Seismic Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 650 Atk: 80 @@ -18237,17 +17980,17 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 75 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,5,10; "> }, { Id: 1822 AegisName: "Combo_Battle_Glove" Name: "Combo Battle Glove" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 30 @@ -18257,10 +18000,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 60 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus2 bSkillAtk,MO_TRIPLEATTACK,15; bonus2 bSkillAtk,MO_CHAINCOMBO,15; @@ -18271,7 +18014,7 @@ item_db: ( Id: 1823 AegisName: "BF_Knuckle1" Name: "Valorous Battle Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 30 Range: 1 @@ -18279,10 +18022,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18304,7 +18047,7 @@ item_db: ( Id: 1824 AegisName: "BF_Knuckle2" Name: "Brave Battle Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 30 Range: 1 @@ -18312,10 +18055,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18337,7 +18080,7 @@ item_db: ( Id: 1825 AegisName: "Horn_Of_Hilthrion" Name: "Horn of Hillslion" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 95 @@ -18346,11 +18089,11 @@ item_db: ( Job: { Monk: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 60 - View: 12 + Subtype: "W_KNUCKLE" Script: <" bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100; bonus4 bAutoSpellOnSkill,CH_PALMSTRIKE,MO_INVESTIGATE,1,100; @@ -18361,7 +18104,7 @@ item_db: ( Id: 1826 AegisName: "Krieger_Knuckle1" Name: "Glorious Claw" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 30 Range: 1 @@ -18369,10 +18112,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18401,7 +18144,7 @@ item_db: ( Id: 1827 AegisName: "Krieger_Knuckle2" Name: "Glorious Fist" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 30 Range: 1 @@ -18409,10 +18152,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18441,7 +18184,7 @@ item_db: ( Id: 1828 AegisName: "Monk_Knuckle" Name: "Monk Knuckle" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 150 Range: 1 @@ -18449,10 +18192,10 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18472,18 +18215,18 @@ item_db: ( Id: 1829 AegisName: "Fist_C" Name: "Fist" - Type: 4 + Type: "IT_WEAPON" Atk: 150 Range: 1 Job: { Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 12 + Subtype: "W_KNUCKLE" Trade: { nodrop: true notrade: true @@ -18506,7 +18249,7 @@ item_db: ( Id: 1901 AegisName: "Violin" Name: "Violin" - Type: 4 + Type: "IT_WEAPON" Buy: 4000 Weight: 700 Atk: 50 @@ -18515,17 +18258,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1902 AegisName: "Violin_" Name: "Violin" - Type: 4 + Type: "IT_WEAPON" Buy: 4000 Weight: 700 Atk: 50 @@ -18534,17 +18277,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1903 AegisName: "Mandolin" Name: "Mandolin" - Type: 4 + Type: "IT_WEAPON" Buy: 18000 Weight: 400 Atk: 90 @@ -18553,17 +18296,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1904 AegisName: "Mandolin_" Name: "Mandolin" - Type: 4 + Type: "IT_WEAPON" Buy: 18000 Weight: 400 Atk: 90 @@ -18572,17 +18315,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1905 AegisName: "Lute" Name: "Lute" - Type: 4 + Type: "IT_WEAPON" Buy: 24500 Weight: 500 Atk: 105 @@ -18591,17 +18334,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1906 AegisName: "Lute_" Name: "Lute" - Type: 4 + Type: "IT_WEAPON" Buy: 24500 Weight: 500 Atk: 105 @@ -18610,17 +18353,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 14 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1907 AegisName: "Guitar" Name: "Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 47000 Weight: 900 Atk: 142 @@ -18628,17 +18371,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1908 AegisName: "Guitar_" Name: "Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 47000 Weight: 900 Atk: 142 @@ -18647,17 +18390,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1909 AegisName: "Harp" Name: "Harp" - Type: 4 + Type: "IT_WEAPON" Buy: 62000 Weight: 900 Atk: 114 @@ -18666,18 +18409,18 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bInt,2; "> }, { Id: 1910 AegisName: "Harp_" Name: "Harp" - Type: 4 + Type: "IT_WEAPON" Buy: 62000 Weight: 900 Atk: 114 @@ -18686,18 +18429,18 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bInt,2; "> }, { Id: 1911 AegisName: "Guh_Moon_Goh" Name: "Gumoongoh" - Type: 4 + Type: "IT_WEAPON" Buy: 54000 Weight: 1300 Atk: 126 @@ -18706,17 +18449,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1912 AegisName: "Guh_Moon_Goh_" Name: "Gumoongoh" - Type: 4 + Type: "IT_WEAPON" Buy: 54000 Weight: 1300 Atk: 126 @@ -18725,17 +18468,17 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" }, { Id: 1913 AegisName: "Electronic_Guitar" Name: "Electric Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1800 Atk: 110 @@ -18743,11 +18486,11 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 13 + Subtype: "W_MUSICAL" Script: <" skill WZ_JUPITEL,1; bonus3 bAutoSpell,WZ_JUPITEL,1,100; @@ -18761,7 +18504,7 @@ item_db: ( Id: 1914 AegisName: "Guitar_Of_Passion" Name: "Burning Passion Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 110 @@ -18769,18 +18512,18 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 1915 AegisName: "Guitar_Of_Blue_Solo" Name: "Loner's Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 110 @@ -18788,18 +18531,18 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bAtkEle,Ele_Water; "> }, { Id: 1916 AegisName: "Guitar_Of_Vast_Land" Name: "Green Acre Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 110 @@ -18807,18 +18550,18 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 1917 AegisName: "Guitar_Of_Gentle_Breeze" Name: "Gentle Breeze Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 110 @@ -18826,18 +18569,18 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 27 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1918 AegisName: "Oriental_Lute" Name: "Oriental Lute" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 150 @@ -18845,11 +18588,11 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10; @@ -18859,7 +18602,7 @@ item_db: ( Id: 1919 AegisName: "Base_Guitar" Name: "Bass Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 130 @@ -18868,12 +18611,12 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Gender: 1 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bSPGainValue,3; bonus4 bAutoSpellWhenHit,WZ_HEAVENDRIVE,3,30,1; @@ -18884,7 +18627,7 @@ item_db: ( Id: 1920 AegisName: "Berserk_Guitar" Name: "Berserk Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1800 Atk: 10 @@ -18892,12 +18635,12 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Gender: 1 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bAspdRate,100; bonus bHPrecovRate,-100; @@ -18909,18 +18652,18 @@ item_db: ( Id: 1921 AegisName: "Guh_Moon_Gom" Name: "Gun Moon Gom" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 13 + Subtype: "W_MUSICAL" Trade: { nodrop: true notrade: true @@ -18936,7 +18679,7 @@ item_db: ( Id: 1922 AegisName: "Oriental_Lute_" Name: "Oriental Lute" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 150 @@ -18945,11 +18688,11 @@ item_db: ( Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10; @@ -18959,18 +18702,18 @@ item_db: ( Id: 1923 AegisName: "BF_Instrument1" Name: "Valorous Battlefield Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 50 Range: 1 Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 13 + Subtype: "W_MUSICAL" Trade: { nodrop: true notrade: true @@ -18990,18 +18733,18 @@ item_db: ( Id: 1924 AegisName: "BF_Instrument2" Name: "Brave Battlefield Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 50 Range: 1 Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 13 + Subtype: "W_MUSICAL" Trade: { nodrop: true notrade: true @@ -19021,7 +18764,7 @@ item_db: ( Id: 1925 AegisName: "Cello" Name: "Cello" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -19030,12 +18773,12 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Gender: 1 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bAgi,2; bonus bDex,3; @@ -19047,7 +18790,7 @@ item_db: ( Id: 1926 AegisName: "Harp_Of_Nepenthes" Name: "Harp of Nepenthes" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 120 @@ -19056,12 +18799,12 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Gender: 1 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 13 + Subtype: "W_MUSICAL" Script: <" bonus bInt,2; if( getrefine()>9 ) { @@ -19077,18 +18820,18 @@ item_db: ( Id: 1927 AegisName: "Krieger_Instrument1" Name: "Glorious Guitar" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 50 Range: 1 Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 13 + Subtype: "W_MUSICAL" Trade: { nodrop: true notrade: true @@ -19113,18 +18856,18 @@ item_db: ( Id: 1928 AegisName: "Berserk_Guitar_I" Name: "Spirited Guitar" - Type: 4 + Type: "IT_WEAPON" Atk: 40 Range: 1 Job: { Bard: true } - Upper: 2 - Gender: 1 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 13 + Subtype: "W_MUSICAL" Trade: { nodrop: true notrade: true @@ -19146,18 +18889,18 @@ item_db: ( Id: 1929 AegisName: "Guitar_C" Name: "Guitar" - Type: 4 + Type: "IT_WEAPON" Atk: 177 Range: 1 Job: { Bard: true } - Gender: 1 - Loc: 2 + Gender: "SEX_MALE" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 13 + Subtype: "W_MUSICAL" Trade: { nodrop: true notrade: true @@ -19180,7 +18923,7 @@ item_db: ( Id: 1950 AegisName: "Rope" Name: "Rope" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 400 Atk: 45 @@ -19189,16 +18932,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 3 - View: 14 + Subtype: "W_WHIP" }, { Id: 1951 AegisName: "Rope_" Name: "Rope" - Type: 4 + Type: "IT_WEAPON" Buy: 2500 Weight: 400 Atk: 45 @@ -19207,16 +18950,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 3 - View: 14 + Subtype: "W_WHIP" }, { Id: 1952 AegisName: "Line" Name: "Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 12000 Weight: 300 Atk: 80 @@ -19225,16 +18968,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 16 - View: 14 + Subtype: "W_WHIP" }, { Id: 1953 AegisName: "Line_" Name: "Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 12000 Weight: 300 Atk: 80 @@ -19243,16 +18986,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 16 - View: 14 + Subtype: "W_WHIP" }, { Id: 1954 AegisName: "Wire" Name: "Wire Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 17500 Weight: 1000 Atk: 95 @@ -19261,16 +19004,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 16 - View: 14 + Subtype: "W_WHIP" }, { Id: 1955 AegisName: "Wire_" Name: "Wire Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 17500 Weight: 1000 Atk: 95 @@ -19279,16 +19022,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 16 - View: 14 + Subtype: "W_WHIP" }, { Id: 1956 AegisName: "Rante" Name: "Rante Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 32000 Weight: 900 Atk: 135 @@ -19296,16 +19039,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" }, { Id: 1957 AegisName: "Rante_" Name: "Rante Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 32000 Weight: 900 Atk: 135 @@ -19314,16 +19057,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" }, { Id: 1958 AegisName: "Tail" Name: "Tail Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 700 Atk: 105 @@ -19332,17 +19075,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bLuk,3; "> }, { Id: 1959 AegisName: "Tail_" Name: "Tail Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 41000 Weight: 700 Atk: 105 @@ -19351,17 +19094,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bLuk,3; "> }, { Id: 1960 AegisName: "Whip" Name: "Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 38000 Weight: 700 Atk: 120 @@ -19370,16 +19113,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" }, { Id: 1961 AegisName: "Whip_" Name: "Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 38000 Weight: 700 Atk: 120 @@ -19388,16 +19131,16 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" }, { Id: 1962 AegisName: "Lariat" Name: "Lariat Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 400 Atk: 100 @@ -19405,10 +19148,10 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 44 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bDex,5; bonus bAgi,1; @@ -19418,7 +19161,7 @@ item_db: ( Id: 1963 AegisName: "Rapture_Rose" Name: "Rapture Rose" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 300 Atk: 115 @@ -19426,10 +19169,10 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 44 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,5000; @@ -19439,7 +19182,7 @@ item_db: ( Id: 1964 AegisName: "Chemeti" Name: "Chemeti Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 135 @@ -19447,10 +19190,10 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 44 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bCritical,5; bonus bFlee,10; @@ -19461,7 +19204,7 @@ item_db: ( Id: 1965 AegisName: "Whip_Of_Red_Flame" Name: "Red Flame Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -19469,17 +19212,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 1966 AegisName: "Whip_Of_Ice_Piece" Name: "Icicle Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -19487,17 +19230,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAtkEle,Ele_Water; "> }, { Id: 1967 AegisName: "Whip_Of_Earth" Name: "Gaia Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -19505,17 +19248,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 1968 AegisName: "Jump_Rope" Name: "Skipping Rope" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 400 Atk: 120 @@ -19523,17 +19266,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bCritical,20; "> }, { Id: 1969 AegisName: "Bladed_Whip" Name: "Blade Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 140 @@ -19541,17 +19284,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus2 bAddEff,Eff_Bleeding,300; "> }, { Id: 1970 AegisName: "Queens_Whip" Name: "Queen's Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1100 Atk: 150 @@ -19559,10 +19302,10 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 14 + Subtype: "W_WHIP" Script: <" bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,DC_THROWARROW,10; @@ -19572,7 +19315,7 @@ item_db: ( Id: 1971 AegisName: "Electric_Wire" Name: "Electric Wire" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -19580,17 +19323,17 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 30 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 1972 AegisName: "Electric_Eel" Name: "Electric Eel" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2000 Atk: 100 @@ -19599,11 +19342,11 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAtkEle,Ele_Wind; bonus bInt,2; @@ -19616,7 +19359,7 @@ item_db: ( Id: 1973 AegisName: "Sea_Witch_Foot" Name: "Sea Witch's Foot" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 110 @@ -19625,11 +19368,11 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bSPGainValue,5; bonus4 bAutoSpellWhenHit,WZ_FROSTNOVA,3,50,1; @@ -19640,7 +19383,7 @@ item_db: ( Id: 1974 AegisName: "Carrot_Whip" Name: "Carrot Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1300 Atk: 185 @@ -19648,28 +19391,28 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 14 + Subtype: "W_WHIP" Script: <" if(getrefine()>0) bonus3 bAutoSpell,AL_INCAGI,getrefine(),10; "> }, { Id: 1975 AegisName: "Queen_Is_Whip" Name: "Queen Is Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 2 Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 14 + Subtype: "W_WHIP" Trade: { nodrop: true notrade: true @@ -19685,7 +19428,7 @@ item_db: ( Id: 1976 AegisName: "Queens_Whip_" Name: "Queen's Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1100 Atk: 150 @@ -19694,10 +19437,10 @@ item_db: ( Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 65 - View: 14 + Subtype: "W_WHIP" Script: <" bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,DC_THROWARROW,10; @@ -19707,17 +19450,17 @@ item_db: ( Id: 1977 AegisName: "BF_Whip1" Name: "Valorous Battle Lariat" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 50 Range: 2 Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 14 + Subtype: "W_WHIP" Trade: { nodrop: true notrade: true @@ -19737,17 +19480,17 @@ item_db: ( Id: 1978 AegisName: "BF_Whip2" Name: "Brave Battle Lariat" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 50 Range: 2 Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 14 + Subtype: "W_WHIP" Trade: { nodrop: true notrade: true @@ -19767,7 +19510,7 @@ item_db: ( Id: 1979 AegisName: "Stem_Of_Nepenthes" Name: "Stem of Nepenthes" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 120 @@ -19776,11 +19519,11 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bInt,2; if( getrefine()>=9 ) { @@ -19796,7 +19539,7 @@ item_db: ( Id: 1980 AegisName: "Whip_Of_Balance" Name: "Whip of Balance" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 110 @@ -19805,11 +19548,11 @@ item_db: ( Job: { Bard: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 14 + Subtype: "W_WHIP" Script: <" bonus bAgi,2; bonus bDex,3; @@ -19821,17 +19564,17 @@ item_db: ( Id: 1981 AegisName: "Krieger_Whip1" Name: "Glorious Lariat" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 50 Range: 2 Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 14 + Subtype: "W_WHIP" Trade: { nodrop: true notrade: true @@ -19856,17 +19599,17 @@ item_db: ( Id: 1982 AegisName: "Phenomena_Whip" Name: "Phenomena Whip" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 160 Range: 2 Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 14 + Subtype: "W_WHIP" Trade: { nodrop: true notrade: true @@ -19886,17 +19629,17 @@ item_db: ( Id: 1983 AegisName: "Rante_C" Name: "Rante Whip" - Type: 4 + Type: "IT_WEAPON" Atk: 170 Range: 2 Job: { Bard: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 14 + Subtype: "W_WHIP" Trade: { nodrop: true notrade: true @@ -19919,7 +19662,7 @@ item_db: ( Id: 2000 AegisName: "Destruction_Rod" Name: "Staff of Destruction" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 130 @@ -19928,11 +19671,11 @@ item_db: ( Job: { Wizard: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 23 + Subtype: "W_2HSTAFF" Script: <" bonus bMatkRate,25+getrefine()/2; bonus bInt,3; @@ -19946,7 +19689,7 @@ item_db: ( Id: 2001 AegisName: "Divine_Cross" Name: "Divine Cross" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 120 @@ -19955,10 +19698,10 @@ item_db: ( Priest: true Monk: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 23 + Subtype: "W_2HSTAFF" Script: <" bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; @@ -19971,7 +19714,7 @@ item_db: ( Id: 2002 AegisName: "Krieger_Twohand_Staff1" Name: "Glorious Destruction Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 70 Range: 1 @@ -19983,10 +19726,10 @@ item_db: ( Monk: true Sage: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 23 + Subtype: "W_2HSTAFF" Trade: { nodrop: true notrade: true @@ -20017,7 +19760,7 @@ item_db: ( Id: 2003 AegisName: "Destruction_Rod_M" Name: "Staff of Destruction" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 2500 Atk: 130 @@ -20026,11 +19769,11 @@ item_db: ( Job: { Wizard: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 23 + Subtype: "W_2HSTAFF" Trade: { nodrop: true notrade: true @@ -20053,7 +19796,7 @@ item_db: ( Id: 2004 AegisName: "Kronos" Name: "Kronos" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 30 @@ -20063,11 +19806,11 @@ item_db: ( Wizard: true Sage: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 50 - View: 23 + Subtype: "W_2HSTAFF" Script: <" bonus bMatkRate,20; bonus bInt,3+(getrefine()/2); @@ -20079,7 +19822,7 @@ item_db: ( Id: 2005 AegisName: "Dea_Staff" Name: "Dea Staff" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 30 @@ -20090,11 +19833,11 @@ item_db: ( Priest: true Monk: true } - Upper: 2 - Loc: 34 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 50 - View: 23 + Subtype: "W_2HSTAFF" Script: <" bonus bAtkEle,Ele_Holy; bonus bMatkRate,15+getrefine()/2; @@ -20107,7 +19850,7 @@ item_db: ( Id: 2006 AegisName: "G_Staff_Of_Light" Name: "Staff Of Light" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1900 Atk: 80 @@ -20118,10 +19861,10 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 60 - View: 23 + Subtype: "W_2HSTAFF" Script: <" //bonus bMatk,150; bonus bAtkEle,Ele_Holy; @@ -20134,30 +19877,30 @@ item_db: ( Id: 2101 AegisName: "Guard" Name: "Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 300 Def: 3 - Loc: 32 - View: 1 + Loc: "EQP_SHIELD" + ViewSprite: 1 }, { Id: 2102 AegisName: "Guard_" Name: "Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 300 Def: 3 Slots: 1 - Loc: 32 - View: 1 + Loc: "EQP_SHIELD" + ViewSprite: 1 }, { Id: 2103 AegisName: "Buckler" Name: "Buckler" - Type: 5 + Type: "IT_ARMOR" Buy: 14000 Weight: 600 Def: 4 @@ -20176,14 +19919,14 @@ item_db: ( Alchemist: true Bard: true } - Loc: 32 - View: 2 + Loc: "EQP_SHIELD" + ViewSprite: 2 }, { Id: 2104 AegisName: "Buckler_" Name: "Buckler" - Type: 5 + Type: "IT_ARMOR" Buy: 14000 Weight: 600 Def: 4 @@ -20203,14 +19946,14 @@ item_db: ( Alchemist: true Bard: true } - Loc: 32 - View: 2 + Loc: "EQP_SHIELD" + ViewSprite: 2 }, { Id: 2105 AegisName: "Shield" Name: "Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 56000 Weight: 1300 Def: 6 @@ -20219,14 +19962,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 32 - View: 3 + Loc: "EQP_SHIELD" + ViewSprite: 3 }, { Id: 2106 AegisName: "Shield_" Name: "Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 56000 Weight: 1300 Def: 6 @@ -20236,14 +19979,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 32 - View: 3 + Loc: "EQP_SHIELD" + ViewSprite: 3 }, { Id: 2107 AegisName: "Mirror_Shield" Name: "Mirror Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 60000 Weight: 1000 Def: 4 @@ -20253,15 +19996,15 @@ item_db: ( Crusader: true Star_Gladiator: true } - Loc: 32 - View: 4 + Loc: "EQP_SHIELD" + ViewSprite: 4 Script: <" bonus bMdef,5; "> }, { Id: 2108 AegisName: "Mirror_Shield_" Name: "Mirror Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 60000 Weight: 1000 Def: 4 @@ -20272,15 +20015,15 @@ item_db: ( Crusader: true Star_Gladiator: true } - Loc: 32 - View: 4 + Loc: "EQP_SHIELD" + ViewSprite: 4 Script: <" bonus bMdef,5; "> }, { Id: 2109 AegisName: "Memorize_Book" Name: "Memory Book" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 @@ -20290,8 +20033,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 32 - View: 5 + Loc: "EQP_SHIELD" + ViewSprite: 5 Script: <" bonus bInt,1; bonus bMdef,2; @@ -20301,17 +20044,17 @@ item_db: ( Id: 2110 AegisName: "Holy_Guard" Name: "Holy Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 85000 Weight: 1400 Def: 5 Job: { Crusader: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 68 Refine: false - View: 4 + ViewSprite: 4 Script: <" bonus bVit,2; bonus bMdef,2; @@ -20321,16 +20064,16 @@ item_db: ( Id: 2111 AegisName: "Herald_Of_GOD" Name: "Sacred Mission" - Type: 5 + Type: "IT_ARMOR" Buy: 128000 Weight: 1600 Def: 5 Job: { Crusader: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 83 - View: 4 + ViewSprite: 4 Script: <" bonus bVit,3; bonus bInt,2; @@ -20342,22 +20085,22 @@ item_db: ( Id: 2112 AegisName: "Novice_Guard" Name: "Novice Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 1 Def: 3 Job: { Novice: true } - Loc: 32 + Loc: "EQP_SHIELD" Refine: false - View: 1 + ViewSprite: 1 }, { Id: 2113 AegisName: "Novice_Shield" Name: "Novice Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 1000 Def: 3 @@ -20365,9 +20108,9 @@ item_db: ( Job: { Novice: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 40 - View: 3 + ViewSprite: 3 Script: <" bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; @@ -20382,7 +20125,7 @@ item_db: ( Id: 2114 AegisName: "Stone_Buckler" Name: "Stone Buckler" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 1500 Def: 3 @@ -20391,16 +20134,16 @@ item_db: ( All: true Novice: false } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 65 - View: 2 + ViewSprite: 2 Script: <" bonus2 bSubSize,Size_Large,5; "> }, { Id: 2115 AegisName: "Valkyrjas_Shield" Name: "Valkyrja's Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 3 @@ -20409,9 +20152,9 @@ item_db: ( All: true Novice: false } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 65 - View: 4 + ViewSprite: 4 Script: <" bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; @@ -20424,7 +20167,7 @@ item_db: ( Id: 2116 AegisName: "Angels_Safeguard" Name: "Angelic Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 400 Def: 3 @@ -20432,31 +20175,31 @@ item_db: ( Job: { Novice: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 20 - View: 1 + ViewSprite: 1 Script: <" bonus2 bSubRace,RC_Demon,5; "> }, { Id: 2117 AegisName: "Arm_Guard" Name: "Arm Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 150 Def: 5 Job: { Ninja: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 20 - View: 1 + ViewSprite: 1 }, { Id: 2118 AegisName: "Arm_Guard_" Name: "Arm Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 150 Def: 5 @@ -20464,31 +20207,31 @@ item_db: ( Job: { Ninja: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 20 - View: 1 + ViewSprite: 1 }, { Id: 2119 AegisName: "Improved_Arm_Guard" Name: "Advanced Arm Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 40000 Weight: 150 Def: 4 Job: { Ninja: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 50 - View: 1 + ViewSprite: 1 Script: <" bonus bMdef,5; "> }, { Id: 2120 AegisName: "Improved_Arm_Guard_" Name: "Advanced Arm Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 40000 Weight: 150 Def: 4 @@ -20496,16 +20239,16 @@ item_db: ( Job: { Ninja: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 50 - View: 1 + ViewSprite: 1 Script: <" bonus bMdef,5; "> }, { Id: 2121 AegisName: "Memorize_Book_" Name: "Memory Book" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 @@ -20516,8 +20259,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 32 - View: 5 + Loc: "EQP_SHIELD" + ViewSprite: 5 Script: <" bonus bInt,1; bonus bMdef,2; @@ -20527,7 +20270,7 @@ item_db: ( Id: 2122 AegisName: "Platinum_Shield" Name: "Platinum Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1200 Def: 5 @@ -20535,10 +20278,10 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 68 - View: 4 + ViewSprite: 4 Script: <" bonus bMdef,5; bonus2 bSubSize,Size_Medium,15; @@ -20551,7 +20294,7 @@ item_db: ( Id: 2123 AegisName: "Orleans_Server" Name: "Orleans's Server" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 @@ -20560,10 +20303,10 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 55 - View: 4 + ViewSprite: 4 Script: <" bonus bMdef,2; bonus bMagicDamageReturn,5; @@ -20573,7 +20316,7 @@ item_db: ( Id: 2124 AegisName: "Thorny_Buckler" Name: "Thorny Buckler" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 @@ -20582,17 +20325,17 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 55 - View: 2 + ViewSprite: 2 Script: <" bonus bMdef,2; "> }, { Id: 2125 AegisName: "Strong_Shield" Name: "Strong Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Def: 4 @@ -20608,10 +20351,10 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 75 - View: 4 + ViewSprite: 4 Script: <" bonus bNoKnockback,0; bonus2 bSubEle,Ele_Neutral,-20; @@ -20628,7 +20371,7 @@ item_db: ( Id: 2126 AegisName: "Guyak_Shield" Name: "Guyak Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 3 @@ -20636,21 +20379,21 @@ item_db: ( All: true Novice: false } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 75 - View: 2 + ViewSprite: 2 Script: <" bonus bMdef,3; "> }, { Id: 2127 AegisName: "Secular_Mission" Name: "Secular Mission" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 10 - Loc: 32 + Loc: "EQP_SHIELD" Refine: false - View: 4 + ViewSprite: 4 Trade: { nodrop: true notrade: true @@ -20666,7 +20409,7 @@ item_db: ( Id: 2128 AegisName: "Herald_Of_GOD_" Name: "Sacred Mission" - Type: 5 + Type: "IT_ARMOR" Buy: 128000 Weight: 1600 Def: 5 @@ -20674,9 +20417,9 @@ item_db: ( Job: { Crusader: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 83 - View: 4 + ViewSprite: 4 Script: <" bonus bVit,3; bonus bInt,2; @@ -20688,7 +20431,7 @@ item_db: ( Id: 2129 AegisName: "Exorcism_Bible" Name: "Exorcism Bible" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 5 @@ -20696,9 +20439,9 @@ item_db: ( Priest: true Monk: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 50 - View: 5 + ViewSprite: 5 Script: <" bonus bHPrecovRate,3; bonus bSPrecovRate,3; @@ -20709,7 +20452,7 @@ item_db: ( Id: 2130 AegisName: "Cross_Shield" Name: "Cross Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2000 Def: 6 @@ -20717,9 +20460,9 @@ item_db: ( Job: { Crusader: true } - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 80 - View: 4 + ViewSprite: 4 Script: <" bonus bStr,1; bonus2 bSkillAtk,PA_SHIELDCHAIN,30; @@ -20731,7 +20474,7 @@ item_db: ( Id: 2131 AegisName: "Magic_Study_Vol1" Name: "Magic Bible Vol1" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 2 @@ -20742,10 +20485,10 @@ item_db: ( Sage: true Soul_Linker: true } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 70 - View: 5 + ViewSprite: 5 Script: <" bonus bMdef,3; bonus bInt,2; @@ -20756,13 +20499,13 @@ item_db: ( Id: 2132 AegisName: "Shelter_Resistance" Name: "Shell Of Resistance" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 9 - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" Refine: false - View: 2 + ViewSprite: 2 Trade: { nodrop: true notrade: true @@ -20791,7 +20534,7 @@ item_db: ( Id: 2133 AegisName: "Tournament_Shield" Name: "Tournament Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 @@ -20801,10 +20544,10 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 50 - View: 4 + ViewSprite: 4 Script: <" bonus2 bAddRace, RC_All, 1; if (Class == Job_Lord_Knight) @@ -20815,7 +20558,7 @@ item_db: ( Id: 2134 AegisName: "Shield_Of_Naga" Name: "Shield of Naga" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -20836,10 +20579,10 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 70 - View: 2 + ViewSprite: 2 Script: <" bonus bMdef,3; autobonus2 "{ bonus bShortWeaponDamageReturn,(getrefine()*3); }",10,5000,BF_WEAPON,"{ specialeffect(EF_GUARD, AREA, playerattached()); }"; @@ -20849,7 +20592,7 @@ item_db: ( Id: 2135 AegisName: "Shadow_Guard" Name: "Shadow Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 4 @@ -20857,20 +20600,20 @@ item_db: ( Job: { Rogue: true } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 70 - View: 2 + ViewSprite: 2 }, { Id: 2136 AegisName: "Cracked_Buckler" Name: "Cracked Buckler" - Type: 5 + Type: "IT_ARMOR" Def: 5 - Loc: 32 + Loc: "EQP_SHIELD" Refine: false - View: 2 + ViewSprite: 2 Script: <" bonus bAgi,2; bonus2 bAddEle,Ele_Neutral,-10; @@ -20882,17 +20625,17 @@ item_db: ( Id: 2137 AegisName: "Valkyrjas_Shield_C" Name: "Neo Valkyrja's Shield" - Type: 5 + Type: "IT_ARMOR" Def: 5 Job: { All: true Novice: false } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 95 Refine: false - View: 4 + ViewSprite: 4 Script: <" bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; @@ -20905,7 +20648,7 @@ item_db: ( Id: 2138 AegisName: "Bradium_Shield" Name: "Bradium Shield" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1800 Def: 5 @@ -20926,10 +20669,10 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 32 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHIELD" EquipLv: 65 - View: 3 + ViewSprite: 3 Script: <" bonus2 bSkillAtk,CR_SHIELDBOOMERANG,60; bonus bAgi,-1; @@ -20940,18 +20683,18 @@ item_db: ( Id: 2139 AegisName: "Flame_Thrower" Name: "Flame Thrower" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 2000 Def: 60 Job: { Blacksmith: true } - Upper: 8 - Loc: 32 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_SHIELD" EquipLv: 99 Refine: false - View: 1 + ViewSprite: 1 }, //== GM Shield ============================================= @@ -20959,11 +20702,11 @@ item_db: ( Id: 2199 AegisName: "Ahura_Mazda" Name: "Ahura Mazdah" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 10 Def: 100 - Loc: 32 + Loc: "EQP_SHIELD" EquipLv: 1 Script: <" bonus bAllStats,50; @@ -20987,182 +20730,182 @@ item_db: ( Id: 2201 AegisName: "Sunglasses" Name: "Sunglasses" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 12 + ViewSprite: 12 Script: <" bonus2 bResEff,Eff_Blind,500; "> }, { Id: 2202 AegisName: "Sunglasses_" Name: "Sunglasses" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 100 Slots: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 12 + ViewSprite: 12 Script: <" bonus2 bResEff,Eff_Blind,500; "> }, { Id: 2203 AegisName: "Glasses" Name: "Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 4000 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 3 + ViewSprite: 3 }, { Id: 2204 AegisName: "Glasses_" Name: "Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 4000 Weight: 100 Slots: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 3 + ViewSprite: 3 }, { Id: 2205 AegisName: "Divers_Goggles" Name: "Diver Goggles" - Type: 5 + Type: "IT_ARMOR" Buy: 3500 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 10 + ViewSprite: 10 }, { Id: 2206 AegisName: "Wedding_Veil" Name: "Wedding Veil" - Type: 5 + Type: "IT_ARMOR" Buy: 23000 Weight: 100 - Loc: 256 - View: 44 + Loc: "EQP_HEAD_TOP" + ViewSprite: 44 Script: <" bonus bMdef,5; "> }, { Id: 2207 AegisName: "Fancy_Flower" Name: "Fancy Flower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 4 + ViewSprite: 4 Script: <" bonus2 bSubRace,RC_Plant,10; "> }, { Id: 2208 AegisName: "Ribbon" Name: "Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 - Loc: 256 - View: 17 + Loc: "EQP_HEAD_TOP" + ViewSprite: 17 Script: <" bonus bMdef,3; "> }, { Id: 2209 AegisName: "Ribbon_" Name: "Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 17 + Loc: "EQP_HEAD_TOP" + ViewSprite: 17 Script: <" bonus bMdef,3; "> }, { Id: 2210 AegisName: "Hair_Band" Name: "Hair Band" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 9 + ViewSprite: 9 }, { Id: 2211 AegisName: "Bandana" Name: "Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 400 Weight: 100 Def: 1 - Loc: 256 - View: 6 + Loc: "EQP_HEAD_TOP" + ViewSprite: 6 }, { Id: 2212 AegisName: "Eye_Bandage" Name: "Eye Patch" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 13 + ViewSprite: 13 }, { Id: 2213 AegisName: "Cat_Hairband" Name: "Kitty Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 2 + Loc: "EQP_HEAD_TOP" + ViewSprite: 2 }, { Id: 2214 AegisName: "Bunny_Band" Name: "Bunny Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 15 + Loc: "EQP_HEAD_TOP" + ViewSprite: 15 Script: <" bonus bLuk,2; "> }, { Id: 2215 AegisName: "Flower_Hairband" Name: "Flower Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 5 + Loc: "EQP_HEAD_TOP" + ViewSprite: 5 }, { Id: 2216 AegisName: "Biretta" Name: "Biretta" - Type: 5 + Type: "IT_ARMOR" Buy: 9000 Weight: 100 Def: 4 @@ -21171,14 +20914,14 @@ item_db: ( Priest: true Monk: true } - Loc: 256 - View: 11 + Loc: "EQP_HEAD_TOP" + ViewSprite: 11 }, { Id: 2217 AegisName: "Biretta_" Name: "Biretta" - Type: 5 + Type: "IT_ARMOR" Buy: 9000 Weight: 100 Def: 4 @@ -21188,61 +20931,61 @@ item_db: ( Priest: true Monk: true } - Loc: 256 - View: 11 + Loc: "EQP_HEAD_TOP" + ViewSprite: 11 }, { Id: 2218 AegisName: "Flu_Mask" Name: "Flu Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 300 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 8 + ViewSprite: 8 Script: <" bonus2 bResEff,Eff_Silence,1000; "> }, { Id: 2219 AegisName: "Flu_Mask_" Name: "Flu Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 300 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 8 + ViewSprite: 8 Script: <" bonus2 bResEff,Eff_Silence,1000; "> }, { Id: 2220 AegisName: "Hat" Name: "Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 200 Def: 2 - Loc: 256 - View: 16 + Loc: "EQP_HEAD_TOP" + ViewSprite: 16 }, { Id: 2221 AegisName: "Hat_" Name: "Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 200 Def: 2 Slots: 1 - Loc: 256 - View: 16 + Loc: "EQP_HEAD_TOP" + ViewSprite: 16 }, { Id: 2222 AegisName: "Turban" Name: "Turban" - Type: 5 + Type: "IT_ARMOR" Buy: 4500 Weight: 300 Def: 3 @@ -21250,14 +20993,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 7 + Loc: "EQP_HEAD_TOP" + ViewSprite: 7 }, { Id: 2223 AegisName: "Turban_" Name: "Turban" - Type: 5 + Type: "IT_ARMOR" Buy: 4500 Weight: 300 Def: 3 @@ -21266,14 +21009,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 7 + Loc: "EQP_HEAD_TOP" + ViewSprite: 7 }, { Id: 2224 AegisName: "Goggle" Name: "Goggles" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 @@ -21291,14 +21034,14 @@ item_db: ( Alchemist: true Bard: true } - Loc: 768 - View: 1 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 1 }, { Id: 2225 AegisName: "Goggle_" Name: "Goggles" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 @@ -21317,14 +21060,14 @@ item_db: ( Alchemist: true Bard: true } - Loc: 768 - View: 1 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 1 }, { Id: 2226 AegisName: "Cap" Name: "Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 12000 Weight: 400 Def: 4 @@ -21342,14 +21085,14 @@ item_db: ( Alchemist: true Bard: true } - Loc: 256 - View: 14 + Loc: "EQP_HEAD_TOP" + ViewSprite: 14 }, { Id: 2227 AegisName: "Cap_" Name: "Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 12000 Weight: 400 Def: 4 @@ -21368,14 +21111,14 @@ item_db: ( Alchemist: true Bard: true } - Loc: 256 - View: 14 + Loc: "EQP_HEAD_TOP" + ViewSprite: 14 }, { Id: 2228 AegisName: "Helm" Name: "Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 44000 Weight: 600 Def: 6 @@ -21384,14 +21127,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 256 - View: 40 + Loc: "EQP_HEAD_TOP" + ViewSprite: 40 }, { Id: 2229 AegisName: "Helm_" Name: "Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 44000 Weight: 600 Def: 6 @@ -21401,14 +21144,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 256 - View: 40 + Loc: "EQP_HEAD_TOP" + ViewSprite: 40 }, { Id: 2230 AegisName: "Gemmed_Sallet" Name: "Gemmed Sallet" - Type: 5 + Type: "IT_ARMOR" Buy: 50000 Weight: 500 Def: 4 @@ -21423,14 +21166,14 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" Script: <" bonus bMdef,3; "> }, { Id: 2231 AegisName: "Gemmed_Sallet_" Name: "Gemmed Sallet" - Type: 5 + Type: "IT_ARMOR" Buy: 50000 Weight: 500 Def: 4 @@ -21446,14 +21189,14 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" Script: <" bonus bMdef,3; "> }, { Id: 2232 AegisName: "Circlet" Name: "Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 7500 Weight: 300 Def: 3 @@ -21466,15 +21209,15 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 18 + Loc: "EQP_HEAD_TOP" + ViewSprite: 18 Script: <" bonus bMdef,3; "> }, { Id: 2233 AegisName: "Circlet_" Name: "Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 7500 Weight: 300 Def: 3 @@ -21488,15 +21231,15 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 18 + Loc: "EQP_HEAD_TOP" + ViewSprite: 18 Script: <" bonus bMdef,3; "> }, { Id: 2234 AegisName: "Tiara" Name: "Tiara" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 @@ -21504,16 +21247,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 19 + ViewSprite: 19 Script: <" bonus bInt,2; "> }, { Id: 2235 AegisName: "Crown" Name: "Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 @@ -21521,22 +21264,22 @@ item_db: ( All: true Novice: false } - Gender: 1 - Loc: 256 + Gender: "SEX_MALE" + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 45 + ViewSprite: 45 Script: <" bonus bInt,2; "> }, { Id: 2236 AegisName: "Santas_Hat" Name: "Santa Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 20 + Loc: "EQP_HEAD_TOP" + ViewSprite: 20 Script: <" bonus bMdef,1; bonus bLuk,1; @@ -21546,91 +21289,91 @@ item_db: ( Id: 2237 AegisName: "Weird_Goatee" Name: "Bandit Beard" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 21 + ViewSprite: 21 }, /* { Id: 2238 AegisName: "Weird_Moustache" Name: "Moustache" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 22 + ViewSprite: 22 }, */ { Id: 2239 AegisName: "One_Eyed_Glass" Name: "Monocle" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 23 + ViewSprite: 23 }, { Id: 2240 AegisName: "Beard" Name: "Beard" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 24 + ViewSprite: 24 Sprite: 2241 }, { Id: 2241 AegisName: "Granpa_Beard" Name: "Grampa Beard" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 25 + ViewSprite: 25 }, { Id: 2242 AegisName: "Luxury_Sunglasses" Name: "Purple Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 24000 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 26 + ViewSprite: 26 Script: <" bonus2 bResEff,Eff_Blind,1000; "> }, { Id: 2243 AegisName: "Spinning_Eyes" Name: "Geek Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 27 + ViewSprite: 27 Script: <" bonus2 bResEff,Eff_Blind,1500; "> }, { Id: 2244 AegisName: "Big_Sis_Ribbon" Name: "Big Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 200 Def: 2 @@ -21638,15 +21381,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 28 + Loc: "EQP_HEAD_TOP" + ViewSprite: 28 Script: <" bonus bMdef,3; "> }, { Id: 2245 AegisName: "Sweet_Gents" Name: "Sweet Gent" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 400 Def: 3 @@ -21654,14 +21397,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 29 + Loc: "EQP_HEAD_TOP" + ViewSprite: 29 }, { Id: 2246 AegisName: "Golden_Gear" Name: "Golden Gear" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 900 Def: 5 @@ -21669,16 +21412,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 30 + ViewSprite: 30 Script: <" bonus bUnbreakableHelm,0; "> }, { Id: 2247 AegisName: "Oldmans_Romance" Name: "Romantic Gent" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 400 Def: 3 @@ -21686,14 +21429,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 31 + Loc: "EQP_HEAD_TOP" + ViewSprite: 31 }, { Id: 2248 AegisName: "Western_Grace" Name: "Western Grace" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 400 Def: 3 @@ -21701,14 +21444,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 32 + Loc: "EQP_HEAD_TOP" + ViewSprite: 32 }, { Id: 2249 AegisName: "Coronet" Name: "Coronet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 @@ -21716,15 +21459,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 33 + Loc: "EQP_HEAD_TOP" + ViewSprite: 33 Script: <" bonus bInt,1; "> }, { Id: 2250 AegisName: "Fillet" Name: "Cute Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 100 Def: 1 @@ -21732,16 +21475,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 34 + ViewSprite: 34 Script: <" bonus bMaxSP,20; "> }, { Id: 2251 AegisName: "Holy_Bonnet" Name: "Monk Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Def: 5 @@ -21750,15 +21493,15 @@ item_db: ( Priest: true Monk: true } - Loc: 256 - View: 35 + Loc: "EQP_HEAD_TOP" + ViewSprite: 35 Script: <" bonus bMdef,3; "> }, { Id: 2252 AegisName: "Star_Sparkling" Name: "Wizard Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 @@ -21768,28 +21511,28 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 36 + Loc: "EQP_HEAD_TOP" + ViewSprite: 36 Script: <" bonus bMaxSP,100; "> }, { Id: 2253 AegisName: "Sunflower" Name: "Sunflower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 37 + ViewSprite: 37 Script: <" bonus2 bSubRace,RC_Insect,10; "> }, { Id: 2254 AegisName: "Angelic_Chain" Name: "Angel Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -21797,8 +21540,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 38 + Loc: "EQP_HEAD_TOP" + ViewSprite: 38 Script: <" bonus bMdef,3; bonus bAgi,1; @@ -21810,7 +21553,7 @@ item_db: ( Id: 2255 AegisName: "Satanic_Chain" Name: "Evil Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 @@ -21818,8 +21561,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 39 + Loc: "EQP_HEAD_TOP" + ViewSprite: 39 Script: <" bonus bMdef,2; bonus bStr,1; @@ -21830,7 +21573,7 @@ item_db: ( Id: 2256 AegisName: "Magestic_Goat" Name: "Majestic Goat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 @@ -21844,26 +21587,26 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 - View: 41 + Loc: "EQP_HEAD_TOP" + ViewSprite: 41 Script: <" bonus bStr,1; "> }, { Id: 2257 AegisName: "Snowy_Horn" Name: "Unicorn Horn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 42 + Loc: "EQP_HEAD_TOP" + ViewSprite: 42 }, { Id: 2258 AegisName: "Sharp_Gear" Name: "Spiky Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 6 @@ -21883,26 +21626,26 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 43 + ViewSprite: 43 }, { Id: 2259 AegisName: "Mini_Propeller" Name: "Mini Propeller" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 46 + Loc: "EQP_HEAD_TOP" + ViewSprite: 46 }, { Id: 2260 AegisName: "Mini_Glasses" Name: "Mini Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 28000 Weight: 100 Def: 1 @@ -21910,15 +21653,15 @@ item_db: ( All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 47 + ViewSprite: 47 }, { Id: 2261 AegisName: "Prontera_Army_Cap" Name: "Army Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 @@ -21933,65 +21676,65 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 - View: 48 + Loc: "EQP_HEAD_TOP" + ViewSprite: 48 }, { Id: 2262 AegisName: "Pierrot_Nose" Name: "Clown Nose" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 49 + ViewSprite: 49 }, { Id: 2263 AegisName: "Gangster_Patch" Name: "Zorro Masque" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 50 + ViewSprite: 50 }, { Id: 2264 AegisName: "Munak_Turban" Name: "Munak Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 51 + ViewSprite: 51 Script: <" bonus2 bSubRace,RC_Undead,10; "> }, { Id: 2265 AegisName: "Ganster_Mask" Name: "Gangster Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 52 + ViewSprite: 52 Script: <" bonus2 bResEff,Eff_Silence,1500; "> }, { Id: 2266 AegisName: "Iron_Cane" Name: "Iron Cain" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -22000,80 +21743,80 @@ item_db: ( Knight: true Crusader: true } - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 50 Refine: false - View: 53 + ViewSprite: 53 }, { Id: 2267 AegisName: "Cigar" Name: "Cigarette" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 54 + ViewSprite: 54 Script: <" bonus2 bSubRace,RC_Insect,3; "> }, { Id: 2268 AegisName: "Smoking_Pipe" Name: "Pipe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 55 + ViewSprite: 55 Script: <" bonus2 bSubRace,RC_Insect,3; "> }, { Id: 2269 AegisName: "Centimental_Flower" Name: "Romantic Flower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 56 + ViewSprite: 56 Script: <" bonus2 bSubRace,RC_Plant,3; "> }, { Id: 2270 AegisName: "Centimental_Leaf" Name: "Romantic Leaf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 57 + ViewSprite: 57 Script: <" bonus2 bSubRace,RC_Plant,3; "> }, { Id: 2271 AegisName: "Jack_A_Dandy" Name: "Jack be Dandy" - Type: 5 + Type: "IT_ARMOR" Buy: 45000 Weight: 100 Def: 1 @@ -22081,26 +21824,26 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 58 + ViewSprite: 58 }, { Id: 2272 AegisName: "Stop_Post" Name: "Stop Post" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 - Loc: 256 - View: 59 + Loc: "EQP_HEAD_TOP" + ViewSprite: 59 }, { Id: 2273 AegisName: "Doctor_Cap" Name: "Doctor Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 @@ -22108,23 +21851,23 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 60 + Loc: "EQP_HEAD_TOP" + ViewSprite: 60 Script: <" bonus bInt,1; "> }, { Id: 2274 AegisName: "Ghost_Bandana" Name: "Ghost Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 256 - View: 61 + Loc: "EQP_HEAD_TOP" + ViewSprite: 61 Script: <" bonus bAgi,2; bonus2 bSubEle,Ele_Ghost,10; @@ -22134,30 +21877,30 @@ item_db: ( Id: 2275 AegisName: "Red_Bandana" Name: "Red Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 62 + Loc: "EQP_HEAD_TOP" + ViewSprite: 62 }, { Id: 2276 AegisName: "Eagle_Eyes" Name: "Angled Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 63 + ViewSprite: 63 }, { Id: 2277 AegisName: "Nurse_Cap" Name: "Nurse Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -22166,51 +21909,51 @@ item_db: ( Priest: true Monk: true } - Loc: 256 - View: 64 + Loc: "EQP_HEAD_TOP" + ViewSprite: 64 Script: <" bonus bInt,1; "> }, { Id: 2278 AegisName: "Mr_Smile" Name: "Mr. Smile" - Type: 5 + Type: "IT_ARMOR" Buy: 60 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 65 + ViewSprite: 65 }, { Id: 2279 AegisName: "Bomb_Wick" Name: "Bomb Wick" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 66 + ViewSprite: 66 }, { Id: 2280 AegisName: "Sahkkat" Name: "Sakkat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 - View: 67 + Loc: "EQP_HEAD_TOP" + ViewSprite: 67 Script: <" bonus bAgi,1; "> }, { Id: 2281 AegisName: "Phantom_Of_Opera" Name: "Opera Masque" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 @@ -22218,39 +21961,39 @@ item_db: ( All: true Novice: false } - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 68 + ViewSprite: 68 }, { Id: 2282 AegisName: "Spirit_Chain" Name: "Halo" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 69 + ViewSprite: 69 Script: <" bonus2 bSubEle,Ele_Holy,15; "> }, { Id: 2283 AegisName: "Ear_Mufs" Name: "Ear Muffs" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 - Loc: 256 - View: 70 + Loc: "EQP_HEAD_TOP" + ViewSprite: 70 Script: <" bonus2 bResEff,Eff_Curse,1000; "> }, { Id: 2284 AegisName: "Antler" Name: "Antlers" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -22258,46 +22001,46 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 71 + Loc: "EQP_HEAD_TOP" + ViewSprite: 71 }, { Id: 2285 AegisName: "Apple_Of_Archer" Name: "Apple of Archer" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 72 + ViewSprite: 72 Script: <" bonus bDex,3; "> }, { Id: 2286 AegisName: "Elven_Ears" Name: "Elven Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 73 + ViewSprite: 73 }, { Id: 2287 AegisName: "Pirate_Bandana" Name: "Pirate Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 @@ -22305,15 +22048,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 74 + Loc: "EQP_HEAD_TOP" + ViewSprite: 74 Script: <" bonus bStr,1; "> }, { Id: 2288 AegisName: "Mr_Scream" Name: "Mr. Scream" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -22321,55 +22064,55 @@ item_db: ( All: true Novice: false } - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 75 + ViewSprite: 75 }, { Id: 2289 AegisName: "Poo_Poo_Hat" Name: "Poo Poo Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 76 + ViewSprite: 76 Script: <" bonus2 bSubRace,RC_DemiPlayer,10; "> }, { Id: 2290 AegisName: "Funeral_Costume" Name: "Funeral Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 3000 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 77 + ViewSprite: 77 }, { Id: 2291 AegisName: "Masquerade" Name: "Masquerade" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 78 + ViewSprite: 78 Script: <" bonus2 bAddRace,RC_DemiPlayer,3; "> }, { Id: 2292 AegisName: "Welding_Mask" Name: "Welding Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 @@ -22378,56 +22121,56 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 79 + ViewSprite: 79 Script: <" bonus2 bSubEle,Ele_Fire,10; "> }, { Id: 2293 AegisName: "Pretend_Murdered" Name: "Pretend Murdered" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 80 + ViewSprite: 80 }, { Id: 2294 AegisName: "Star_Dust" Name: "Stellar" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 81 + Loc: "EQP_HEAD_TOP" + ViewSprite: 81 }, { Id: 2295 AegisName: "Blinker" Name: "Blinker" - Type: 5 + Type: "IT_ARMOR" Buy: 1500 Weight: 100 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 82 + ViewSprite: 82 Script: <" bonus2 bResEff,Eff_Blind,10000; "> }, { Id: 2296 AegisName: "Binoculars" Name: "Binoculars" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -22436,17 +22179,17 @@ item_db: ( Hunter: true Bard: true } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 50 Refine: false - View: 83 + ViewSprite: 83 Script: <" bonus bDex,1; "> }, { Id: 2297 AegisName: "Goblini_Mask" Name: "Goblin Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -22454,27 +22197,27 @@ item_db: ( All: true Novice: false } - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 84 + ViewSprite: 84 }, { Id: 2298 AegisName: "Green_Feeler" Name: "Green Feeler" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 85 + ViewSprite: 85 }, { Id: 2299 AegisName: "Viking_Helm" Name: "Orc Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 5 @@ -22489,8 +22232,8 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 - View: 86 + Loc: "EQP_HEAD_TOP" + ViewSprite: 86 }, //== Armors ================================================ @@ -22498,70 +22241,70 @@ item_db: ( Id: 2301 AegisName: "Cotton_Shirt" Name: "Cotton Shirt" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Def: 1 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2302 AegisName: "Cotton_Shirt_" Name: "Cotton Shirt" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Def: 1 Slots: 1 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2303 AegisName: "Leather_Jacket" Name: "Jacket" - Type: 5 + Type: "IT_ARMOR" Buy: 200 Weight: 200 Def: 2 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2304 AegisName: "Leather_Jacket_" Name: "Jacket" - Type: 5 + Type: "IT_ARMOR" Buy: 200 Weight: 200 Def: 2 Slots: 1 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2305 AegisName: "Adventure_Suit" Name: "Adventurer's Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 300 Def: 3 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2306 AegisName: "Adventureres_Suit_" Name: "Adventurer's Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 300 Def: 3 Slots: 1 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2307 AegisName: "Mantle" Name: "Mantle" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 600 Def: 4 @@ -22569,13 +22312,13 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2308 AegisName: "Mantle_" Name: "Mantle" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 600 Def: 4 @@ -22584,13 +22327,13 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2309 AegisName: "Coat" Name: "Coat" - Type: 5 + Type: "IT_ARMOR" Buy: 22000 Weight: 1200 Def: 5 @@ -22598,13 +22341,13 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2310 AegisName: "Coat_" Name: "Coat" - Type: 5 + Type: "IT_ARMOR" Buy: 22000 Weight: 1200 Def: 5 @@ -22613,13 +22356,13 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2311 AegisName: "Mink_Coat" Name: "Mink Coat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2300 Def: 6 @@ -22628,14 +22371,14 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 30 }, { Id: 2312 AegisName: "Padded_Armor" Name: "Padded Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 48000 Weight: 2800 Def: 7 @@ -22650,13 +22393,13 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2313 AegisName: "Padded_Armor_" Name: "Padded Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 48000 Weight: 2800 Def: 7 @@ -22672,13 +22415,13 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2314 AegisName: "Chain_Mail" Name: "Chain Mail" - Type: 5 + Type: "IT_ARMOR" Buy: 65000 Weight: 3300 Def: 8 @@ -22693,13 +22436,13 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2315 AegisName: "Chain_Mail_" Name: "Chain Mail" - Type: 5 + Type: "IT_ARMOR" Buy: 65000 Weight: 3300 Def: 8 @@ -22715,13 +22458,13 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2316 AegisName: "Plate_Armor" Name: "Full Plate" - Type: 5 + Type: "IT_ARMOR" Buy: 80000 Weight: 4500 Def: 10 @@ -22730,14 +22473,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 40 }, { Id: 2317 AegisName: "Plate_Armor_" Name: "Full Plate" - Type: 5 + Type: "IT_ARMOR" Buy: 80000 Weight: 4500 Def: 10 @@ -22747,14 +22490,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 40 }, { Id: 2318 AegisName: "Clothes_Of_The_Lord" Name: "Lord's Clothes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Def: 8 @@ -22764,7 +22507,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 70 Script: <" bonus bMdef,5; @@ -22775,7 +22518,7 @@ item_db: ( Id: 2319 AegisName: "Glittering_Clothes" Name: "Glittering Jacket" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Def: 7 @@ -22784,7 +22527,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 60 Script: <" bonus bMdef,5; @@ -22795,7 +22538,7 @@ item_db: ( Id: 2320 AegisName: "Formal_Suit" Name: "Formal Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 @@ -22804,13 +22547,13 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2321 AegisName: "Silk_Robe" Name: "Silk Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 8000 Weight: 400 Def: 3 @@ -22829,14 +22572,14 @@ item_db: ( Alchemist: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMdef,10; "> }, { Id: 2322 AegisName: "Silk_Robe_" Name: "Silk Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 8000 Weight: 400 Def: 3 @@ -22856,14 +22599,14 @@ item_db: ( Alchemist: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMdef,10; "> }, { Id: 2323 AegisName: "Scapulare" Name: "Scapulare" - Type: 5 + Type: "IT_ARMOR" Buy: 6500 Weight: 400 Def: 4 @@ -22872,13 +22615,13 @@ item_db: ( Priest: true Monk: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2324 AegisName: "Scapulare_" Name: "Scapulare" - Type: 5 + Type: "IT_ARMOR" Buy: 6500 Weight: 400 Def: 4 @@ -22888,13 +22631,13 @@ item_db: ( Priest: true Monk: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2325 AegisName: "Saint_Robe" Name: "Saint's Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 54000 Weight: 600 Def: 6 @@ -22906,14 +22649,14 @@ item_db: ( Monk: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMdef,5; "> }, { Id: 2326 AegisName: "Saint_Robe_" Name: "Saint's Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 54000 Weight: 600 Def: 6 @@ -22926,14 +22669,14 @@ item_db: ( Monk: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMdef,5; "> }, { Id: 2327 AegisName: "Holy_Robe" Name: "Holy Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1700 Def: 7 @@ -22942,7 +22685,7 @@ item_db: ( Priest: true Monk: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 60 Script: <" bonus bMdef,5; @@ -22954,7 +22697,7 @@ item_db: ( Id: 2328 AegisName: "Wooden_Mail" Name: "Wooden Mail" - Type: 5 + Type: "IT_ARMOR" Buy: 5500 Weight: 1000 Def: 4 @@ -22966,13 +22709,13 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2329 AegisName: "Wooden_Mail_" Name: "Wooden Mail" - Type: 5 + Type: "IT_ARMOR" Buy: 5500 Weight: 1000 Def: 4 @@ -22985,13 +22728,13 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2330 AegisName: "Tights" Name: "Tights" - Type: 5 + Type: "IT_ARMOR" Buy: 71000 Weight: 500 Def: 6 @@ -23000,7 +22743,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDex,1; "> }, @@ -23008,7 +22751,7 @@ item_db: ( Id: 2331 AegisName: "Tights_" Name: "Tights" - Type: 5 + Type: "IT_ARMOR" Buy: 71000 Weight: 500 Def: 6 @@ -23018,7 +22761,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDex,1; "> }, @@ -23026,7 +22769,7 @@ item_db: ( Id: 2332 AegisName: "Silver_Robe" Name: "Silver Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 7000 Weight: 700 Def: 4 @@ -23036,13 +22779,13 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2333 AegisName: "Silver_Robe_" Name: "Silver Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 7000 Weight: 700 Def: 4 @@ -23053,13 +22796,13 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2334 AegisName: "Mage_Coat" Name: "Mage Coat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 5 @@ -23069,7 +22812,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 50 Script: <" bonus bMdef,5; @@ -23080,7 +22823,7 @@ item_db: ( Id: 2335 AegisName: "Thief_Clothes" Name: "Thief Clothes" - Type: 5 + Type: "IT_ARMOR" Buy: 74000 Weight: 100 Def: 6 @@ -23090,14 +22833,14 @@ item_db: ( Rogue: true Ninja: true } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bAgi,1; "> }, { Id: 2336 AegisName: "Thief_Clothes_" Name: "Thief Clothes" - Type: 5 + Type: "IT_ARMOR" Buy: 74000 Weight: 100 Def: 6 @@ -23108,14 +22851,14 @@ item_db: ( Rogue: true Ninja: true } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bAgi,1; "> }, { Id: 2337 AegisName: "Ninja_Suit" Name: "Ninja Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1500 Def: 7 @@ -23125,7 +22868,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 50 Script: <" bonus bAgi,1; @@ -23136,31 +22879,31 @@ item_db: ( Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" - Type: 5 + Type: "IT_ARMOR" Buy: 43000 Weight: 500 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMdef,15; "> }, { Id: 2339 AegisName: "G_Strings" Name: "Pantie" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 100 Def: 4 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2340 AegisName: "Novice_Breast" Name: "Novice Breastplate" - Type: 5 + Type: "IT_ARMOR" Buy: 89000 Weight: 500 Def: 4 @@ -23168,28 +22911,28 @@ item_db: ( Job: { Novice: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 10 }, { Id: 2341 AegisName: "Full_Plate_Armor" Name: "Legion Plate Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 94000 Weight: 5500 Def: 11 Job: { Crusader: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 70 }, { Id: 2342 AegisName: "Full_Plate_Armor_" Name: "Legion Plate Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 102500 Weight: 5500 Def: 11 @@ -23197,14 +22940,14 @@ item_db: ( Job: { Crusader: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 70 }, { Id: 2343 AegisName: "Robe_Of_Casting" Name: "Robe of Cast" - Type: 5 + Type: "IT_ARMOR" Buy: 124800 Weight: 1100 Def: 5 @@ -23213,7 +22956,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 75 Script: <" bonus bCastrate,-3; @@ -23224,7 +22967,7 @@ item_db: ( Id: 2344 AegisName: "Flame_Sprits_Armor" Name: "Lucius's Fierce Armor of Volcano" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23236,7 +22979,7 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Fire; "> }, @@ -23244,7 +22987,7 @@ item_db: ( Id: 2345 AegisName: "Flame_Sprits_Armor_" Name: "Lucius's Fierce Armor of Volcano" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23253,7 +22996,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Fire; "> }, @@ -23261,7 +23004,7 @@ item_db: ( Id: 2346 AegisName: "Water_Sprits_Armor" Name: "Saphien's Armor of Ocean" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23273,7 +23016,7 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Water; "> }, @@ -23281,7 +23024,7 @@ item_db: ( Id: 2347 AegisName: "Water_Sprits_Armor_" Name: "Saphien's Armor of Ocean" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23290,7 +23033,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Water; "> }, @@ -23298,7 +23041,7 @@ item_db: ( Id: 2348 AegisName: "Wind_Sprits_Armor" Name: "Aebecee's Raging Typhoon Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23310,7 +23053,7 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Wind; "> }, @@ -23318,7 +23061,7 @@ item_db: ( Id: 2349 AegisName: "Wind_Sprits_Armor_" Name: "Aebecee's Raging Typhoon Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23327,7 +23070,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Wind; "> }, @@ -23335,7 +23078,7 @@ item_db: ( Id: 2350 AegisName: "Earth_Sprits_Armor" Name: "Claytos Cracking Earth Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23347,7 +23090,7 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Earth; "> }, @@ -23355,7 +23098,7 @@ item_db: ( Id: 2351 AegisName: "Earth_Sprits_Armor_" Name: "Claytos Cracking Earth Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 136000 Weight: 2200 Def: 4 @@ -23364,7 +23107,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 45 Script: <" bonus bDefEle,Ele_Earth; "> }, @@ -23372,21 +23115,21 @@ item_db: ( Id: 2352 AegisName: "Novice_Plate" Name: "Tattered Novice Ninja Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 1 Def: 4 Job: { Novice: true } - Loc: 16 + Loc: "EQP_ARMOR" Refine: false }, { Id: 2353 AegisName: "Odins_Blessing" Name: "Odin's Blessing" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 2500 Def: 6 @@ -23395,14 +23138,14 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 65 }, { Id: 2354 AegisName: "Goibnes_Armor" Name: "Goibne's Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 50000 Weight: 3500 Def: 7 @@ -23410,7 +23153,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 54 Script: <" bonus bVit,2; @@ -23421,7 +23164,7 @@ item_db: ( Id: 2355 AegisName: "Angels_Protection" Name: "Angelic Protection" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 600 Def: 4 @@ -23429,7 +23172,7 @@ item_db: ( Job: { Novice: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 40 Script: <" bonus bMdef,20; "> }, @@ -23437,7 +23180,7 @@ item_db: ( Id: 2356 AegisName: "Vestment_Of_Grace" Name: "Blessed Holy Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Def: 5 @@ -23446,7 +23189,7 @@ item_db: ( Priest: true Monk: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 70 Script: <" bonus bMdef,5; @@ -23457,7 +23200,7 @@ item_db: ( Id: 2357 AegisName: "Valkyrie_Armor" Name: "Valkyrian Armor" - Type: 5 + Type: "IT_ARMOR" Weight: 2800 Def: 6 Slots: 1 @@ -23465,8 +23208,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 1 Script: <" bonus bAllStats,1; @@ -23479,11 +23222,11 @@ item_db: ( Id: 2358 AegisName: "Dress_Of_Angel" Name: "Angel's Dress" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 1 Refine: false Trade: { @@ -23497,7 +23240,7 @@ item_db: ( Id: 2359 AegisName: "Ninja_Suit_" Name: "Ninja Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1500 Def: 7 @@ -23508,7 +23251,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 50 Script: <" bonus bAgi,1; @@ -23519,7 +23262,7 @@ item_db: ( Id: 2360 AegisName: "Robe_Of_Casting_" Name: "Robe of Cast" - Type: 5 + Type: "IT_ARMOR" Buy: 124800 Weight: 1100 Def: 5 @@ -23529,7 +23272,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 75 Script: <" bonus bCastrate,-3; @@ -23541,14 +23284,14 @@ item_db: ( Id: 2361 AegisName: "Blue_Aodai" Name: "Blue Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 1 Script: <" bonus bAllStats,3; @@ -23561,14 +23304,14 @@ item_db: ( Id: 2362 AegisName: "Red_Aodai" Name: "Red Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 1 Script: <" bonus bAllStats,3; @@ -23581,13 +23324,13 @@ item_db: ( Id: 2363 AegisName: "White_Aodai" Name: "White Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Job: { Novice: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 1 Script: <" bonus bAllStats,3; @@ -23599,7 +23342,7 @@ item_db: ( Id: 2364 AegisName: "Meteo_Plate_Armor" Name: "Meteo Plate Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 10 @@ -23612,8 +23355,8 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 55 Script: <" bonus2 bResEff,Eff_Stun,3000; @@ -23624,7 +23367,7 @@ item_db: ( Id: 2365 AegisName: "Orleans_Gown" Name: "Orleans's Gown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 @@ -23633,8 +23376,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 55 Script: <" bonus bCastrate,15; @@ -23645,7 +23388,7 @@ item_db: ( Id: 2366 AegisName: "Divine_Cloth" Name: "Divine Cloth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1500 Def: 6 @@ -23654,8 +23397,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 55 Script: <" bonus2 bResEff,Eff_Curse,500; @@ -23669,7 +23412,7 @@ item_db: ( Id: 2367 AegisName: "Sniping_Suit" Name: "Sniping Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 750 Def: 5 @@ -23677,8 +23420,8 @@ item_db: ( Job: { Hunter: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 50 Script: <" bonus bMdef,5; @@ -23690,11 +23433,11 @@ item_db: ( Id: 2368 AegisName: "Golden_Armor" Name: "Golden Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2000 Def: 4 - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -23710,14 +23453,14 @@ item_db: ( Id: 2369 AegisName: "Freyja_Overcoat" Name: "Freyja Overcoat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 12 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -23738,9 +23481,9 @@ item_db: ( Id: 2370 AegisName: "Used_Mage_Coat" Name: "Used Mage Coat" - Type: 5 + Type: "IT_ARMOR" Def: 15 - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -23762,18 +23505,18 @@ item_db: ( Id: 2371 AegisName: "G_Strings_" Name: "Pantie" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 100 Def: 4 Slots: 1 - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2372 AegisName: "Mage_Coat_" Name: "Mage Coat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 5 @@ -23784,7 +23527,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 50 Script: <" bonus bMdef,5; @@ -23795,7 +23538,7 @@ item_db: ( Id: 2373 AegisName: "Holy_Robe_" Name: "Holy Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1700 Def: 7 @@ -23805,7 +23548,7 @@ item_db: ( Priest: true Monk: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 60 Script: <" bonus bMdef,5; @@ -23817,7 +23560,7 @@ item_db: ( Id: 2374 AegisName: "Diabolus_Robe" Name: "Diabolus Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 6 @@ -23833,8 +23576,8 @@ item_db: ( Sage: true Bard: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 55 Script: <" bonus bMaxSP,150; @@ -23847,7 +23590,7 @@ item_db: ( Id: 2375 AegisName: "Diabolus_Armor" Name: "Diabolus Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 7 @@ -23863,8 +23606,8 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 55 Script: <" bonus bStr,2; @@ -23878,7 +23621,7 @@ item_db: ( Id: 2376 AegisName: "Assaulter_Plate" Name: "Assaulter Plate" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 7 Slots: 1 @@ -23892,7 +23635,7 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -23912,7 +23655,7 @@ item_db: ( Id: 2377 AegisName: "Elite_Engineer_Armor" Name: "Elite Engineer Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 7 Slots: 1 @@ -23921,7 +23664,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -23941,7 +23684,7 @@ item_db: ( Id: 2378 AegisName: "Assassin_Robe" Name: "Assassin Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 7 Slots: 1 @@ -23951,7 +23694,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -23971,7 +23714,7 @@ item_db: ( Id: 2379 AegisName: "Warlock_Battle_Robe" Name: "Warlock's Battle Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 @@ -23981,7 +23724,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -24001,7 +23744,7 @@ item_db: ( Id: 2380 AegisName: "Medic_Robe" Name: "Medic's Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 @@ -24010,7 +23753,7 @@ item_db: ( Priest: true Monk: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -24030,7 +23773,7 @@ item_db: ( Id: 2381 AegisName: "Elite_Archer_Suit" Name: "Elite Archer Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 @@ -24039,7 +23782,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -24059,14 +23802,14 @@ item_db: ( Id: 2382 AegisName: "Elite_Shooter_Suit" Name: "Elite Shooter Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 Job: { Gunslinger: true } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 80 Trade: { nodrop: true @@ -24086,11 +23829,11 @@ item_db: ( Id: 2383 AegisName: "Brynhild" Name: "Brynhild" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 10 - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 94 Refine: false Script: <" @@ -24107,10 +23850,10 @@ item_db: ( Id: 2384 AegisName: "Spritual_Tunic" Name: "Spiritual Tunic" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 10 - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -24139,10 +23882,10 @@ item_db: ( Id: 2385 AegisName: "Recuperative_Armor" Name: "Recuperative Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 12 - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -24168,7 +23911,7 @@ item_db: ( Id: 2386 AegisName: "Chameleon_Armor" Name: "Chameleon Armor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1700 Def: 5 @@ -24188,8 +23931,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 70 Script: <" bonus bMaxHP,(BaseLevel*7); @@ -24203,7 +23946,7 @@ item_db: ( Id: 2387 AegisName: "Sprint_Mail" Name: "Sprint Mail" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 @@ -24224,8 +23967,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 70 Script: <" bonus bVit,1; @@ -24238,7 +23981,7 @@ item_db: ( Id: 2388 AegisName: "Kandura" Name: "Kandura" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 @@ -24246,8 +23989,8 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 70 Script: <" bonus bAgi,1; @@ -24259,7 +24002,7 @@ item_db: ( Id: 2389 AegisName: "Armor_Of_Naga" Name: "Armor of Naga" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 @@ -24280,8 +24023,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 70 Script: <" bonus bMdef,2; @@ -24292,7 +24035,7 @@ item_db: ( Id: 2390 AegisName: "Improved_Tights" Name: "Improved Tights" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 6 @@ -24302,8 +24045,8 @@ item_db: ( Hunter: true Bard: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 75 Script: <" bonus bMdef,2; @@ -24314,7 +24057,7 @@ item_db: ( Id: 2391 AegisName: "Life_Link" Name: "Life Link" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3500 Def: 9 @@ -24324,8 +24067,8 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 82 Script: <" bonus bVit,2; @@ -24337,9 +24080,9 @@ item_db: ( Id: 2392 AegisName: "Old_Pant" Name: "Old Green Pantie" - Type: 5 + Type: "IT_ARMOR" Def: 10 - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Script: <" bonus bStr,2; @@ -24353,10 +24096,10 @@ item_db: ( Id: 2393 AegisName: "N_Adventurers_Suit" Name: "Novice Adventurer's Suit" - Type: 5 + Type: "IT_ARMOR" Def: 8 Slots: 1 - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -24372,13 +24115,13 @@ item_db: ( Id: 2394 AegisName: "Krieger_Suit1" Name: "Glorious Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 81 Trade: { nodrop: true @@ -24398,13 +24141,13 @@ item_db: ( Id: 2395 AegisName: "Krieger_Suit2" Name: "Glorious Popularized Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" EquipLv: 61 Trade: { nodrop: true @@ -24424,13 +24167,13 @@ item_db: ( Id: 2396 AegisName: "Krieger_Suit3" Name: "Glorious Mass-Production Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" Trade: { nodrop: true notrade: true @@ -24446,7 +24189,7 @@ item_db: ( Id: 2397 AegisName: "Incredible_Coat" Name: "Incredible Event Resignation Coat" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 900 Def: 2 @@ -24454,13 +24197,13 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" }, { Id: 2398 AegisName: "Sniping_Suit_M" Name: "Sniping Suit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 750 Def: 5 @@ -24468,8 +24211,8 @@ item_db: ( Job: { Hunter: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 50 Trade: { nodrop: true @@ -24490,7 +24233,7 @@ item_db: ( Id: 2399 AegisName: "Dragon_Vest" Name: "Dragon Vest" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -24499,8 +24242,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" Script: <" bonus bMdef,3; "> }, @@ -24509,28 +24252,28 @@ item_db: ( Id: 2401 AegisName: "Sandals" Name: "Sandals" - Type: 5 + Type: "IT_ARMOR" Buy: 400 Weight: 200 Def: 1 - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2402 AegisName: "Sandals_" Name: "Sandals" - Type: 5 + Type: "IT_ARMOR" Buy: 400 Weight: 200 Def: 1 Slots: 1 - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2403 AegisName: "Shoes" Name: "Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 3500 Weight: 400 Def: 2 @@ -24538,13 +24281,13 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2404 AegisName: "Shoes_" Name: "Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 3500 Weight: 400 Def: 2 @@ -24553,13 +24296,13 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2405 AegisName: "Boots" Name: "Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 18000 Weight: 600 Def: 4 @@ -24580,13 +24323,13 @@ item_db: ( Star_Gladiator: true Gunslinger: true } - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2406 AegisName: "Boots_" Name: "Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 18000 Weight: 600 Def: 4 @@ -24608,20 +24351,20 @@ item_db: ( Star_Gladiator: true Gunslinger: true } - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2407 AegisName: "Chrystal_Pumps" Name: "Crystal Pumps" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMdef,10; bonus bLuk,5; @@ -24631,17 +24374,17 @@ item_db: ( Id: 2408 AegisName: "Cuffs" Name: "Shackles" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 3000 Def: 3 - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2409 AegisName: "Spiky_Heel" Name: "High Heels" - Type: 5 + Type: "IT_ARMOR" Buy: 8500 Weight: 600 Def: 2 @@ -24649,18 +24392,18 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMdef,5; "> }, { Id: 2410 AegisName: "Sleipnir" Name: "Sleipnir" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3500 Def: 5 - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 94 Refine: false Script: <" @@ -24675,7 +24418,7 @@ item_db: ( Id: 2411 AegisName: "Grave" Name: "Greaves" - Type: 5 + Type: "IT_ARMOR" Buy: 48000 Weight: 750 Def: 5 @@ -24683,14 +24426,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 65 }, { Id: 2412 AegisName: "Grave_" Name: "Greaves" - Type: 5 + Type: "IT_ARMOR" Buy: 54000 Weight: 750 Def: 5 @@ -24699,14 +24442,14 @@ item_db: ( Knight: true Crusader: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 65 }, { Id: 2413 AegisName: "Safty_Boots" Name: "Safety Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 34000 Weight: 350 Def: 6 @@ -24715,7 +24458,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 30 Refine: false }, @@ -24723,21 +24466,21 @@ item_db: ( Id: 2414 AegisName: "Novice_Boots" Name: "Novice Slippers" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 1 Def: 2 Job: { Novice: true } - Loc: 64 + Loc: "EQP_SHOES" Refine: false }, { Id: 2415 AegisName: "Slipper" Name: "Bunny Slipper" - Type: 5 + Type: "IT_ARMOR" Buy: 34000 Weight: 300 Def: 3 @@ -24746,7 +24489,7 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 30 Script: <" bonus bLuk,3; @@ -24757,7 +24500,7 @@ item_db: ( Id: 2416 AegisName: "Novice_Shoes" Name: "Novice Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 35000 Weight: 500 Def: 2 @@ -24765,7 +24508,7 @@ item_db: ( Job: { Novice: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 40 Script: <" bonus bMaxHPrate,5; "> }, @@ -24773,7 +24516,7 @@ item_db: ( Id: 2417 AegisName: "Fricco_Shoes" Name: "Fricco's Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 3 @@ -24781,7 +24524,7 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 65 Script: <" bonus bAgi,2; @@ -24795,7 +24538,7 @@ item_db: ( Id: 2418 AegisName: "Vidars_Boots" Name: "Vidar's Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 650 Def: 4 @@ -24803,7 +24546,7 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 65 Script: <" bonus bMaxHPrate,9; @@ -24814,7 +24557,7 @@ item_db: ( Id: 2419 AegisName: "Goibnes_Combat_Boots" Name: "Goibne's Greaves" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 700 Def: 4 @@ -24822,7 +24565,7 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 54 Script: <" bonus bMdef,3; @@ -24834,7 +24577,7 @@ item_db: ( Id: 2420 AegisName: "Angels_Arrival" Name: "Angel's Reincarnation" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 300 Def: 2 @@ -24842,7 +24585,7 @@ item_db: ( Job: { Novice: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 25 Script: <" bonus bMaxHP,100; "> }, @@ -24850,7 +24593,7 @@ item_db: ( Id: 2421 AegisName: "Valkyrie_Shoes" Name: "Valkyrian Shoes" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 4 Slots: 1 @@ -24858,8 +24601,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 1 Script: <" bonus bUnbreakableShoes,0; @@ -24871,7 +24614,7 @@ item_db: ( Id: 2422 AegisName: "High_Fashion_Sandals" Name: "High Fashion Sandals" - Type: 5 + Type: "IT_ARMOR" Buy: 24000 Weight: 200 Def: 2 @@ -24885,7 +24628,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 40 Script: <" bonus bMdef,10; "> }, @@ -24893,7 +24636,7 @@ item_db: ( Id: 2423 AegisName: "Variant_Shoes" Name: "Variant Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -24901,8 +24644,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 85 Script: <" bonus bMaxHPrate,20-getrefine(); @@ -24914,7 +24657,7 @@ item_db: ( Id: 2424 AegisName: "Tidal_Shoes" Name: "Tidal Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 @@ -24923,8 +24666,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 55 Script: <" bonus2 bSubEle,Ele_Water,5; "> }, @@ -24932,7 +24675,7 @@ item_db: ( Id: 2425 AegisName: "Black_Leather_Boots" Name: "Black Leather Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -24940,8 +24683,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 55 Script: <" bonus bAgi,1; @@ -24952,15 +24695,15 @@ item_db: ( Id: 2426 AegisName: "Shadow_Walk" Name: "Shadow Walk" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2000 Job: { All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 75 Script: <" bonus bMdef,10; @@ -24974,11 +24717,11 @@ item_db: ( Id: 2427 AegisName: "Golden_Shoes" Name: "Golden Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 - Loc: 64 + Loc: "EQP_SHOES" Refine: false Trade: { nodrop: true @@ -24995,14 +24738,14 @@ item_db: ( Id: 2428 AegisName: "Freyja_Boots" Name: "Freyja Boots" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Def: 10 Job: { All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" Refine: false Script: <" bonus2 bSubRace,RC_DemiPlayer,5; "> }, @@ -25011,7 +24754,7 @@ item_db: ( Id: 2429 AegisName: "Iron_Boots01" Name: "Iron Boots" - Type: 5 + Type: "IT_ARMOR" Weight: 1500 Def: 5 Job: { @@ -25028,7 +24771,7 @@ item_db: ( Alchemist: true Bard: true } - Loc: 64 + Loc: "EQP_SHOES" Trade: { nodrop: true notrade: true @@ -25043,10 +24786,10 @@ item_db: ( Id: 2430 AegisName: "Iron_Boots02" Name: "Iron Boots" - Type: 5 + Type: "IT_ARMOR" Weight: 800 Def: 5 - Loc: 64 + Loc: "EQP_SHOES" Trade: { nodrop: true notrade: true @@ -25061,10 +24804,10 @@ item_db: ( Id: 2431 AegisName: "Valley_Shoes" Name: "Valley Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 10 - Loc: 64 + Loc: "EQP_SHOES" Refine: false Trade: { nodrop: true @@ -25084,7 +24827,7 @@ item_db: ( Id: 2432 AegisName: "Spiky_Heel_" Name: "High Heels" - Type: 5 + Type: "IT_ARMOR" Buy: 8500 Weight: 600 Def: 2 @@ -25093,14 +24836,14 @@ item_db: ( All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMdef,5; "> }, { Id: 2433 AegisName: "Diabolus_Boots" Name: "Diabolus Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 4 @@ -25121,15 +24864,15 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" Script: <" bonus bMaxHP,(BaseLevel*10); "> }, { Id: 2434 AegisName: "Black_Leather_Boots_" Name: "Black Leather Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -25138,8 +24881,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 55 Script: <" bonus bAgi,1; @@ -25150,7 +24893,7 @@ item_db: ( Id: 2435 AegisName: "Battle_Greave" Name: "Battle Greaves" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 4 Slots: 1 @@ -25168,7 +24911,7 @@ item_db: ( Star_Gladiator: true Ninja: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 80 Trade: { nodrop: true @@ -25188,7 +24931,7 @@ item_db: ( Id: 2436 AegisName: "Combat_Boots" Name: "Combat Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 @@ -25204,7 +24947,7 @@ item_db: ( Bard: true Soul_Linker: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 80 Trade: { nodrop: true @@ -25224,14 +24967,14 @@ item_db: ( Id: 2437 AegisName: "Battle_Boots" Name: "Battle Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 Job: { Gunslinger: true } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 80 Trade: { nodrop: true @@ -25251,10 +24994,10 @@ item_db: ( Id: 2438 AegisName: "Paw_Of_Cat" Name: "Paw Of Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 300 - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 80 Trade: { nodrop: true @@ -25274,10 +25017,10 @@ item_db: ( Id: 2439 AegisName: "Refresh_Shoes" Name: "Refresh Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 9 - Loc: 64 + Loc: "EQP_SHOES" Refine: false Trade: { nodrop: true @@ -25300,7 +25043,7 @@ item_db: ( Id: 2440 AegisName: "Sprint_Shoes" Name: "Sprint Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 @@ -25321,8 +25064,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 70 Script: <" bonus bAgi,1; @@ -25333,10 +25076,10 @@ item_db: ( Id: 2441 AegisName: "Beach_Sandal" Name: "Beach Sandals" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bStr,1; bonus bInt,1; @@ -25348,9 +25091,9 @@ item_db: ( Id: 2442 AegisName: "Boots_Perforated" Name: "Red Stocking Boots" - Type: 5 + Type: "IT_ARMOR" Def: 7 - Loc: 64 + Loc: "EQP_SHOES" Refine: false Script: <" bonus bLuk,2; @@ -25364,23 +25107,23 @@ item_db: ( Id: 2443 AegisName: "Fish_Shoes" Name: "Fisher's Boots" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 250 - Loc: 64 + Loc: "EQP_SHOES" Refine: false }, { Id: 2444 AegisName: "Krieger_Shoes1" Name: "Glorious Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 81 Trade: { nodrop: true @@ -25401,13 +25144,13 @@ item_db: ( Id: 2445 AegisName: "Krieger_Shoes2" Name: "Glorious Popularized Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" EquipLv: 61 Trade: { nodrop: true @@ -25427,13 +25170,13 @@ item_db: ( Id: 2446 AegisName: "Krieger_Shoes3" Name: "Glorious Mass-Production Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" Trade: { nodrop: true notrade: true @@ -25449,30 +25192,30 @@ item_db: ( Id: 2447 AegisName: "Military_Boots" Name: "Army Boots" - Type: 5 + Type: "IT_ARMOR" Weight: 1000 Def: 5 Job: { All: true Novice: false } - Loc: 64 + Loc: "EQP_SHOES" }, { Id: 2448 AegisName: "Air_Boss" Name: "Air Boss" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 2 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bAgi,1; "> }, { Id: 2449 AegisName: "Variant_Shoes_M" Name: "Variant Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -25480,8 +25223,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 85 Trade: { nodrop: true @@ -25502,7 +25245,7 @@ item_db: ( Id: 2450 AegisName: "Vital_Tree_Shoes" Name: "Vital Tree Shoes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -25510,8 +25253,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 64 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_SHOES" EquipLv: 60 Script: <" bonus bMaxHPrate,10; @@ -25528,28 +25271,28 @@ item_db: ( Id: 2501 AegisName: "Hood" Name: "Hood" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 200 Def: 1 - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2502 AegisName: "Hood_" Name: "Hood" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 200 Def: 1 Slots: 1 - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2503 AegisName: "Muffler" Name: "Muffler" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 400 Def: 2 @@ -25557,13 +25300,13 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2504 AegisName: "Muffler_" Name: "Muffler" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 400 Def: 2 @@ -25572,13 +25315,13 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2505 AegisName: "Manteau" Name: "Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 32000 Weight: 600 Def: 4 @@ -25595,13 +25338,13 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2506 AegisName: "Manteau_" Name: "Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 32000 Weight: 600 Def: 4 @@ -25619,13 +25362,13 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2507 AegisName: "Cape_Of_Ancient_Lord" Name: "Ancient Cape" - Type: 5 + Type: "IT_ARMOR" Buy: 82000 Weight: 600 Def: 2 @@ -25633,7 +25376,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 40 Script: <" bonus bAgi,1; "> }, @@ -25641,7 +25384,7 @@ item_db: ( Id: 2508 AegisName: "Ragamuffin_Cape" Name: "Ragamuffin Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 56000 Weight: 500 Def: 1 @@ -25649,7 +25392,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bUnbreakableGarment,0; bonus bMdef,10; @@ -25659,7 +25402,7 @@ item_db: ( Id: 2509 AegisName: "Clack_Of_Servival" Name: "Survivor's Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 550 Job: { @@ -25668,7 +25411,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 75 Script: <" bonus bMdef,5; @@ -25679,14 +25422,14 @@ item_db: ( Id: 2510 AegisName: "Novice_Hood" Name: "Somber Novice Hood" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 1 Def: 2 Job: { Novice: true } - Loc: 4 + Loc: "EQP_GARMENT" Refine: false Script: <" bonus2 bSubEle,Ele_Neutral,20; "> }, @@ -25694,7 +25437,7 @@ item_db: ( Id: 2511 AegisName: "Skeletons_Cape" Name: "Skeleton Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 700 Def: 1 @@ -25702,7 +25445,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 75 Script: <" bonus bStr,2; @@ -25717,7 +25460,7 @@ item_db: ( Id: 2512 AegisName: "Novice_Manteau" Name: "Novice Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 50000 Weight: 500 Def: 2 @@ -25725,7 +25468,7 @@ item_db: ( Job: { Novice: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 40 Script: <" bonus2 bSubEle,Ele_Neutral,10; "> }, @@ -25733,7 +25476,7 @@ item_db: ( Id: 2513 AegisName: "Celestial_Robe" Name: "Heavenly Maiden Robe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -25742,14 +25485,14 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 80 }, { Id: 2514 AegisName: "Pauldron" Name: "Pauldron" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 @@ -25765,14 +25508,14 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 80 }, { Id: 2515 AegisName: "Wing_Of_Eagle" Name: "Eagle Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 300 Def: 1 @@ -25783,14 +25526,14 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 85 }, { Id: 2516 AegisName: "Falcon_Robe" Name: "Falcon Muffler" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 400 Def: 3 @@ -25798,7 +25541,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 65 Script: <" bonus bFlee,15; @@ -25809,7 +25552,7 @@ item_db: ( Id: 2517 AegisName: "Valis_Manteau" Name: "Vali's Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 600 Def: 4 @@ -25817,7 +25560,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 65 Script: <" bonus2 bSubEle,Ele_Neutral,15; "> }, @@ -25825,7 +25568,7 @@ item_db: ( Id: 2518 AegisName: "Morpheuss_Shawl" Name: "Morpheus's Shawl" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 600 Def: 3 @@ -25833,7 +25576,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 33 Script: <" bonus bMaxSPrate,10; @@ -25844,7 +25587,7 @@ item_db: ( Id: 2519 AegisName: "Morriganes_Manteau" Name: "Morrigane's Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 600 Def: 3 @@ -25852,7 +25595,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 61 Script: <" bonus bLuk,2; @@ -25863,7 +25606,7 @@ item_db: ( Id: 2520 AegisName: "Goibnes_Shoulder_Arms" Name: "Goibne's Spaulders" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 700 Def: 3 @@ -25871,7 +25614,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 54 Script: <" bonus bLongAtkDef,10; @@ -25883,7 +25626,7 @@ item_db: ( Id: 2521 AegisName: "Angels_Warmth" Name: "Angelic Cardigan" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 400 Def: 2 @@ -25891,7 +25634,7 @@ item_db: ( Job: { Novice: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 20 Script: <" bonus bHPrecovRate,5; "> }, @@ -25899,11 +25642,11 @@ item_db: ( Id: 2522 AegisName: "Undershirt" Name: "Undershirt" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 150 Def: 2 - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 1 Script: <" bonus bMdef,1; "> }, @@ -25911,12 +25654,12 @@ item_db: ( Id: 2523 AegisName: "Undershirt_" Name: "Undershirt" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 150 Def: 2 Slots: 1 - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 1 Script: <" bonus bMdef,1; "> }, @@ -25924,7 +25667,7 @@ item_db: ( Id: 2524 AegisName: "Valkyrie_Manteau" Name: "Valkyrian Manteau" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 3 Slots: 1 @@ -25932,8 +25675,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 1 Script: <" bonus bUnbreakableGarment,0; @@ -25945,7 +25688,7 @@ item_db: ( Id: 2525 AegisName: "Cape_Of_Ancient_Lord_" Name: "Ancient Cape" - Type: 5 + Type: "IT_ARMOR" Buy: 82000 Weight: 600 Def: 2 @@ -25954,7 +25697,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 40 Script: <" bonus bAgi,1; "> }, @@ -25962,18 +25705,18 @@ item_db: ( Id: 2526 AegisName: "Dragon_Scale_Coat" Name: "Coat of Dragon Scale" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 Def: 4 - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 50 }, { Id: 2527 AegisName: "Dragon_Breath" Name: "Dragon Breath" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 4 @@ -25982,8 +25725,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 48 Script: <" bonus2 bSubRace,RC_Dragon,15; "> }, @@ -25991,7 +25734,7 @@ item_db: ( Id: 2528 AegisName: "Wool_Scarf" Name: "Wool Scarf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -26000,8 +25743,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 55 Script: <" bonus bMdef,4; "> }, @@ -26009,7 +25752,7 @@ item_db: ( Id: 2529 AegisName: "Rider_Insignia" Name: "Rider Insignia" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -26017,8 +25760,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 55 Script: <" bonus bAgi,2; "> }, @@ -26026,7 +25769,7 @@ item_db: ( Id: 2530 AegisName: "Rider_Insignia_" Name: "Rider Insignia" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -26035,8 +25778,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 55 Script: <" bonus bAgi,2; "> }, @@ -26044,7 +25787,7 @@ item_db: ( Id: 2531 AegisName: "Ulfhedinn" Name: "Ulfhedinn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 3 @@ -26060,8 +25803,8 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 70 Script: <" bonus3 bAutoSpellWhenHit,NPC_STONESKIN,1,20; "> }, @@ -26069,7 +25812,7 @@ item_db: ( Id: 2532 AegisName: "Mithril_Magic_Cape" Name: "Mithril Magic Cape" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 @@ -26085,8 +25828,8 @@ item_db: ( Sage: true Bard: true } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 70 Script: <" bonus bMdef,3; @@ -26098,14 +25841,14 @@ item_db: ( Id: 2533 AegisName: "Freyja_Cape" Name: "Freyja Cape" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 10 Job: { All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" Refine: false Script: <" bonus2 bSubRace,RC_DemiPlayer,15; "> }, @@ -26114,10 +25857,10 @@ item_db: ( Id: 2534 AegisName: "Ruffler" Name: "Ruffler" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 10 - Loc: 4 + Loc: "EQP_GARMENT" Refine: false Trade: { nodrop: true @@ -26137,7 +25880,7 @@ item_db: ( Id: 2535 AegisName: "Cloak_Of_Survival_C" Name: "Cloak Of Survival" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 5 Job: { @@ -26146,7 +25889,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 4 + Loc: "EQP_GARMENT" Refine: false Script: <" bonus bVit,10; @@ -26157,7 +25900,7 @@ item_db: ( Id: 2536 AegisName: "Skin_Of_Ventus" Name: "Skin of Ventus" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 2 @@ -26166,7 +25909,7 @@ item_db: ( All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 60 Script: <" bonus bMdef,2; @@ -26178,7 +25921,7 @@ item_db: ( Id: 2537 AegisName: "Diabolus_Manteau" Name: "Diabolus Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 5 @@ -26199,8 +25942,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Neutral,5; bonus bMaxHP,100; @@ -26212,7 +25955,7 @@ item_db: ( Id: 2538 AegisName: "Commander_Manteau" Name: "Captain's Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 4 Slots: 1 @@ -26230,7 +25973,7 @@ item_db: ( Star_Gladiator: true Ninja: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 80 Trade: { nodrop: true @@ -26250,7 +25993,7 @@ item_db: ( Id: 2539 AegisName: "Commander_Manteau_" Name: "Commander's Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 @@ -26266,7 +26009,7 @@ item_db: ( Bard: true Soul_Linker: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 80 Trade: { nodrop: true @@ -26286,14 +26029,14 @@ item_db: ( Id: 2540 AegisName: "Sheriff_Manteau" Name: "Sheriff's Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Def: 3 Slots: 1 Job: { Gunslinger: true } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 80 Trade: { nodrop: true @@ -26313,11 +26056,11 @@ item_db: ( Id: 2541 AegisName: "Asprika" Name: "Asprika" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 5 - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 94 Refine: false Script: <" @@ -26341,7 +26084,7 @@ item_db: ( Id: 2542 AegisName: "Flame_Manteau" Name: "Flame Manteau of Naght Sieger" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 70 Def: 4 @@ -26350,8 +26093,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 70 Script: <" bonus bMaxHPrate,5; @@ -26364,10 +26107,10 @@ item_db: ( Id: 2543 AegisName: "Sylphid_Manteau" Name: "Sylphid Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 9 - Loc: 4 + Loc: "EQP_GARMENT" Refine: false Trade: { nodrop: true @@ -26389,7 +26132,7 @@ item_db: ( Id: 2544 AegisName: "Leather_Of_Tendrilion" Name: "Leather of Tendrilion" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 @@ -26410,8 +26153,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Earth,5; @@ -26423,7 +26166,7 @@ item_db: ( Id: 2545 AegisName: "Musika" Name: "Musika" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 @@ -26432,8 +26175,8 @@ item_db: ( Priest: true Monk: true } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 70 Script: <" bonus bMdef,3; @@ -26444,11 +26187,11 @@ item_db: ( Id: 2546 AegisName: "Beach_Manteau" Name: "Beach Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Slots: 1 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bStr,1; bonus bInt,1; @@ -26459,9 +26202,9 @@ item_db: ( Id: 2547 AegisName: "Cheap_Running_Shirts" Name: "Cheap Undershirt" - Type: 5 + Type: "IT_ARMOR" Def: 8 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bDex,2; bonus bFlee,10; @@ -26473,14 +26216,14 @@ item_db: ( Id: 2548 AegisName: "Muffler_C" Name: "Neo Muffler" - Type: 5 + Type: "IT_ARMOR" Def: 5 Job: { All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 95 Refine: false Script: <" @@ -26496,13 +26239,13 @@ item_db: ( Id: 2549 AegisName: "Krieger_Muffler1" Name: "Glorious Muffler" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 4 + Loc: "EQP_GARMENT" EquipLv: 81 Trade: { nodrop: true @@ -26522,16 +26265,16 @@ item_db: ( Id: 2550 AegisName: "Fishers_Muffler" Name: "Fisher's Muffler" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 4 + Loc: "EQP_GARMENT" }, { Id: 2551 AegisName: "Rider_Insignia_M" Name: "Crest of the Rider" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -26540,8 +26283,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 55 Trade: { nodrop: true @@ -26558,7 +26301,7 @@ item_db: ( Id: 2552 AegisName: "Mithril_Magic_Cape_M" Name: "Mithril Magic Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 @@ -26574,8 +26317,8 @@ item_db: ( Sage: true Bard: true } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 70 Trade: { nodrop: true @@ -26595,7 +26338,7 @@ item_db: ( Id: 2553 AegisName: "Dragon_Manteau" Name: "Dragon Manteau" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 @@ -26604,8 +26347,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" Script: <" bonus bAgi,1; bonus bMdef,5; @@ -26615,7 +26358,7 @@ item_db: ( Id: 2554 AegisName: "Piece_Of_Angent_Skin" Name: "Nydhorgg's Shadow Garb" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 5 @@ -26624,8 +26367,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 4 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_GARMENT" EquipLv: 90 Script: <" bonus2 bSubEle,Ele_Neutral,7; @@ -26649,14 +26392,14 @@ item_db: ( Id: 2601 AegisName: "Ring" Name: "Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus bStr,2; "> @@ -26665,14 +26408,14 @@ item_db: ( Id: 2602 AegisName: "Earring" Name: "Earring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus bInt,2; "> @@ -26681,14 +26424,14 @@ item_db: ( Id: 2603 AegisName: "Necklace" Name: "Necklace" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus bVit,2; "> @@ -26697,14 +26440,14 @@ item_db: ( Id: 2604 AegisName: "Glove" Name: "Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus bDex,2; "> @@ -26713,14 +26456,14 @@ item_db: ( Id: 2605 AegisName: "Brooch" Name: "Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus bAgi,2; "> @@ -26729,11 +26472,11 @@ item_db: ( Id: 2607 AegisName: "Clip" Name: "Clip" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bMaxSP,10; "> }, @@ -26741,14 +26484,14 @@ item_db: ( Id: 2608 AegisName: "Rosary" Name: "Rosary" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" @@ -26760,64 +26503,64 @@ item_db: ( Id: 2609 AegisName: "Skul_Ring" Name: "Skull Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2610 AegisName: "Gold_Ring" Name: "Gold Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2611 AegisName: "Silver_Ring" Name: "Silver Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2612 AegisName: "Flower_Ring" Name: "Flower Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 1500 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2613 AegisName: "Diamond_Ring" Name: "Diamond Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 45000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2614 AegisName: "An_Eye_Of_Dullahan" Name: "Eye of Dullahan" - Type: 5 + Type: "IT_ARMOR" Buy: 90000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 50 Refine: false Script: <" @@ -26830,7 +26573,7 @@ item_db: ( Id: 2615 AegisName: "Safety_Ring" Name: "Safety Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 75000 Weight: 100 Def: 3 @@ -26838,7 +26581,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 40 Refine: false Script: <" bonus bMdef,3; "> @@ -26847,14 +26590,14 @@ item_db: ( Id: 2616 AegisName: "Critical_Ring" Name: "Critical Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 75000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 40 Refine: false Script: <" bonus bCritical,5; "> @@ -26863,7 +26606,7 @@ item_db: ( Id: 2617 AegisName: "Mitten_Of_Presbyter" Name: "Celebrant's Mitten" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 Def: 1 @@ -26871,7 +26614,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 35 Refine: false Script: <" bonus bInt,1; "> @@ -26880,7 +26623,7 @@ item_db: ( Id: 2618 AegisName: "Matyrs_Flea_Guard" Name: "Matyr's Leash" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 Def: 1 @@ -26888,7 +26631,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 35 Refine: false Script: <" bonus bAgi,1; "> @@ -26897,7 +26640,7 @@ item_db: ( Id: 2619 AegisName: "Thimble_Of_Archer" Name: "Bow Thimble" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 Job: { @@ -26905,7 +26648,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 65 Refine: false Script: <" bonus bLongAtkRate,3; "> @@ -26914,7 +26657,7 @@ item_db: ( Id: 2620 AegisName: "Ring_Of_Rogue" Name: "Rogue's Treasure" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 Job: { @@ -26923,7 +26666,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -26942,7 +26685,7 @@ item_db: ( Id: 2621 AegisName: "Ring_" Name: "Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Slots: 1 @@ -26950,7 +26693,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" bonus bStr,1; "> @@ -26959,7 +26702,7 @@ item_db: ( Id: 2622 AegisName: "Earring_" Name: "Earring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Slots: 1 @@ -26967,7 +26710,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" bonus bInt,1; "> @@ -26976,7 +26719,7 @@ item_db: ( Id: 2623 AegisName: "Necklace_" Name: "Necklace" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Slots: 1 @@ -26984,7 +26727,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" bonus bVit,1; "> @@ -26993,7 +26736,7 @@ item_db: ( Id: 2624 AegisName: "Glove_" Name: "Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Slots: 1 @@ -27001,7 +26744,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" bonus bDex,1; "> @@ -27010,7 +26753,7 @@ item_db: ( Id: 2625 AegisName: "Brooch_" Name: "Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Slots: 1 @@ -27018,7 +26761,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" bonus bAgi,1; "> @@ -27027,7 +26770,7 @@ item_db: ( Id: 2626 AegisName: "Rosary_" Name: "Rosary" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 200 Slots: 1 @@ -27035,7 +26778,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" @@ -27047,11 +26790,11 @@ item_db: ( Id: 2627 AegisName: "Belt" Name: "Belt" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 1200 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 25 Refine: false }, @@ -27059,14 +26802,14 @@ item_db: ( Id: 2628 AegisName: "Novice_Armlet" Name: "Novice Armlet" - Type: 5 + Type: "IT_ARMOR" Buy: 400 Weight: 200 Slots: 1 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false }, @@ -27074,11 +26817,11 @@ item_db: ( Id: 2629 AegisName: "Magingiorde" Name: "Megingjard" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 8000 Def: 2 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 94 Refine: false Script: <" @@ -27090,11 +26833,11 @@ item_db: ( Id: 2630 AegisName: "Brysinggamen" Name: "Brisingamen" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1500 Def: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 94 Refine: false Script: <" @@ -27110,10 +26853,10 @@ item_db: ( Id: 2631 AegisName: "First_Age_Ring" Name: "Celebration Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false }, @@ -27122,7 +26865,7 @@ item_db: ( Id: 2632 AegisName: "Korean_Trinket" Name: "Korean Trinket" - Type: 5 + Type: "IT_ARMOR" Buy: 125000 Weight: 100 Def: 1 @@ -27130,7 +26873,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 65 Refine: false Script: <" @@ -27145,14 +26888,14 @@ item_db: ( Id: 2633 AegisName: "Jade_Ring" Name: "Jade Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 204000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Script: <" @@ -27165,9 +26908,9 @@ item_db: ( Id: 2634 AegisName: "Bridegroom_Ring" Name: "Wedding Ring" - Type: 5 - Gender: 1 - Loc: 136 + Type: "IT_ARMOR" + Gender: "SEX_MALE" + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -27189,8 +26932,8 @@ item_db: ( Id: 2635 AegisName: "Bride_Ring" Name: "Wedding Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -27212,10 +26955,10 @@ item_db: ( Id: 2636 AegisName: "Gold_Ring_" Name: "Gold Christmas Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bLuk,1; "> }, @@ -27223,10 +26966,10 @@ item_db: ( Id: 2637 AegisName: "Silver_Ring_" Name: "Silver Christmas Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bLuk,1; "> }, @@ -27234,10 +26977,10 @@ item_db: ( Id: 2638 AegisName: "Exorcize_Sachet" Name: "Sacred Incense" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bStr,1; @@ -27248,10 +26991,10 @@ item_db: ( Id: 2639 AegisName: "Purification_Sachet" Name: "Occult Incense" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bInt,1; @@ -27262,7 +27005,7 @@ item_db: ( Id: 2640 AegisName: "Kafra_Ring" Name: "Kafra Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 40000 Weight: 200 Def: 1 @@ -27270,7 +27013,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bStr,1; @@ -27284,7 +27027,7 @@ item_db: ( Id: 2641 AegisName: "Fashionable_Sack" Name: "Fashion Hip Sack" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Job: { @@ -27292,7 +27035,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 50 Refine: false Script: <" bonus bStr,2; "> @@ -27301,9 +27044,9 @@ item_db: ( Id: 2642 AegisName: "Serins_Gold_Ring" Name: "Serin's Gold Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -27320,19 +27063,19 @@ item_db: ( Id: 2643 AegisName: "Serins_Gold_Ring_" Name: "Serin's Gold Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 45000 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2644 AegisName: "The_Sign_" Name: "The Sign" - Type: 5 + Type: "IT_ARMOR" Buy: 2 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -27353,7 +27096,7 @@ item_db: ( Id: 2645 AegisName: "Moonlight_Ring" Name: "Moonlight Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 40000 Weight: 200 Job: { @@ -27362,7 +27105,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 60 Refine: false Script: <" bonus bMdef,2; "> @@ -27371,10 +27114,10 @@ item_db: ( Id: 2646 AegisName: "Bunch_Of_Carnation" Name: "Bunch of Carnations" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bAllStats,3; "> }, @@ -27382,11 +27125,11 @@ item_db: ( Id: 2647 AegisName: "Nile_Rose" Name: "Nile Rose" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -27404,14 +27147,14 @@ item_db: ( Id: 2648 AegisName: "Morpheuss_Ring" Name: "Morpheus's Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 33 Refine: false Script: <" @@ -27423,14 +27166,14 @@ item_db: ( Id: 2649 AegisName: "Morpheuss_Armlet" Name: "Morpheus's Bracelet" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 33 Refine: false Script: <" @@ -27442,14 +27185,14 @@ item_db: ( Id: 2650 AegisName: "Morriganes_Belt" Name: "Morrigane's Belt" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 61 Refine: false Script: <" @@ -27461,14 +27204,14 @@ item_db: ( Id: 2651 AegisName: "Morriganes_Pendant" Name: "Morrigane's Pendant" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 61 Refine: false Script: <" @@ -27480,10 +27223,10 @@ item_db: ( Id: 2652 AegisName: "Cursed_Lucky_Brooch" Name: "Goddess of Fortune's Cursed Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 40 Refine: false Script: <" @@ -27495,10 +27238,10 @@ item_db: ( Id: 2653 AegisName: "Sacrifice_Ring" Name: "Sacrifice Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 90 Refine: false }, @@ -27506,7 +27249,7 @@ item_db: ( Id: 2654 AegisName: "Shinobis_Sash" Name: "Shinobi Sash" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 300 Def: 1 @@ -27516,7 +27259,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 30 Refine: false Script: <" @@ -27529,14 +27272,14 @@ item_db: ( Id: 2655 AegisName: "Bloody_Iron_Ball" Name: "Bloodied Shackle Ball" - Type: 5 + Type: "IT_ARMOR" Buy: 50000 Weight: 4000 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false }, @@ -27544,7 +27287,7 @@ item_db: ( Id: 2656 AegisName: "Hyper_Changer" Name: "Armor Charm" - Type: 5 + Type: "IT_ARMOR" Buy: 20000 Weight: 1000 Def: 1 @@ -27559,7 +27302,7 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" bonus bMaxHP,50; "> @@ -27568,10 +27311,10 @@ item_db: ( Id: 2657 AegisName: "Lab_Passport" Name: "Laboratory Permit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false }, @@ -27579,11 +27322,11 @@ item_db: ( Id: 2658 AegisName: "Nile_Rose_" Name: "Nile Rose" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bMaxHP,10; "> }, @@ -27591,7 +27334,7 @@ item_db: ( Id: 2659 AegisName: "Vesper_Core01" Name: "Vesper Core 01" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -27611,8 +27354,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" @@ -27625,7 +27368,7 @@ item_db: ( Id: 2660 AegisName: "Vesper_Core02" Name: "Vesper Core 02" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -27645,8 +27388,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" @@ -27659,7 +27402,7 @@ item_db: ( Id: 2661 AegisName: "Vesper_Core03" Name: "Vesper Core 03" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -27679,8 +27422,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" @@ -27693,7 +27436,7 @@ item_db: ( Id: 2662 AegisName: "Vesper_Core04" Name: "Vesper Core 04" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -27713,8 +27456,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" @@ -27727,10 +27470,10 @@ item_db: ( Id: 2663 AegisName: "Gauntlet_Of_Accuracy" Name: "Gauntlet of Hit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 900 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 75 Refine: false Script: <" @@ -27742,14 +27485,14 @@ item_db: ( Id: 2664 AegisName: "Scarf_Belt" Name: "Belcarf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 75 Refine: false Script: <" @@ -27761,7 +27504,7 @@ item_db: ( Id: 2665 AegisName: "Ring_Of_Exorcism" Name: "Exorcising Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Job: { @@ -27769,7 +27512,7 @@ item_db: ( Priest: true Monk: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 60 Refine: false Script: <" @@ -27782,10 +27525,10 @@ item_db: ( Id: 2666 AegisName: "Lamp_Of_Hope" Name: "Lantern of Hope" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" @@ -27797,14 +27540,14 @@ item_db: ( Id: 2667 AegisName: "Glove_Of_Archer" Name: "Renown Archer's Gloves" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 60 Refine: false Script: <" @@ -27817,9 +27560,9 @@ item_db: ( Id: 2668 AegisName: "Womens_Glory" Name: "Woman Glory" - Type: 5 + Type: "IT_ARMOR" Weight: 500 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -27836,11 +27579,11 @@ item_db: ( Id: 2669 AegisName: "Golden_Necklace_" Name: "RJC Necklace" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bMaxSP,10; "> }, @@ -27848,11 +27591,11 @@ item_db: ( Id: 2670 AegisName: "Ring_Of_Longing" Name: "Ring of Longing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 30 Refine: false Trade: { @@ -27870,7 +27613,7 @@ item_db: ( Id: 2671 AegisName: "Thimble_Of_Archer_" Name: "Bow Thimble" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 Slots: 1 @@ -27879,7 +27622,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 65 Refine: false Script: <" bonus bLongAtkRate,3; "> @@ -27888,27 +27631,27 @@ item_db: ( Id: 2672 AegisName: "Anniversary_Ring" Name: "3rd Anniversary Celebration Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2673 AegisName: "Shining_Ring" Name: "Warrior's Shining Ring" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 48 Refine: false Trade: { @@ -27930,9 +27673,9 @@ item_db: ( Id: 2674 AegisName: "Honor_Ring" Name: "Ring of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -27950,9 +27693,9 @@ item_db: ( Id: 2675 AegisName: "Lord_Ring" Name: "Lord Ring" - Type: 5 + Type: "IT_ARMOR" Weight: 10 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" bonus bAllStats,3; "> @@ -27961,10 +27704,10 @@ item_db: ( Id: 2676 AegisName: "Hunter_Earring" Name: "Hunter's Earring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -27983,10 +27726,10 @@ item_db: ( Id: 2677 AegisName: "Spiritual_Ring" Name: "Spiritual Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bInt,2; @@ -27997,7 +27740,7 @@ item_db: ( Id: 2678 AegisName: "Ring_Of_Flame_Lord" Name: "Ring Of Flame Lord" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { @@ -28016,8 +27759,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" Refine: false Script: <" bonus bStr,2; @@ -28035,7 +27778,7 @@ item_db: ( Id: 2679 AegisName: "Ring_Of_Resonance" Name: "Ring Of Resonance" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -28055,8 +27798,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" Refine: false Script: <" bonus bAgi,2; @@ -28073,10 +27816,10 @@ item_db: ( Id: 2680 AegisName: "Lesser_Elemental_Ring" Name: "Lesser Elemental Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bAllStats,1; @@ -28094,10 +27837,10 @@ item_db: ( Id: 2681 AegisName: "Republic_Ring" Name: "Republic Anniversary Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bAllStats,3; "> }, @@ -28105,7 +27848,7 @@ item_db: ( Id: 2682 AegisName: "Ring_Of_Water" Name: "Ring of Water" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -28113,7 +27856,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus2 bSubEle,Ele_Water,5; "> @@ -28122,7 +27865,7 @@ item_db: ( Id: 2683 AegisName: "Ring_Of_Fire" Name: "Ring of Fire" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -28130,7 +27873,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus2 bSubEle,Ele_Fire,5; "> @@ -28139,7 +27882,7 @@ item_db: ( Id: 2684 AegisName: "Ring_Of_Wind" Name: "Ring of Wind" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -28147,7 +27890,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus2 bSubEle,Ele_Wind,5; "> @@ -28156,7 +27899,7 @@ item_db: ( Id: 2685 AegisName: "Ring_Of_Earth" Name: "Ring of Earth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -28164,7 +27907,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 20 Refine: false Script: <" bonus2 bSubEle,Ele_Earth,5; "> @@ -28173,17 +27916,17 @@ item_db: ( Id: 2686 AegisName: "Elven_Ears_C" Name: "Elven Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 2 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 73 + ViewSprite: 73 Trade: { nodrop: true notrade: true @@ -28200,17 +27943,17 @@ item_db: ( Id: 2687 AegisName: "Steel_Flower_C" Name: "Steel Flower" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 56 + ViewSprite: 56 Trade: { nodrop: true notrade: true @@ -28227,13 +27970,13 @@ item_db: ( Id: 2688 AegisName: "Critical_Ring_C" Name: "Critical Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28252,13 +27995,13 @@ item_db: ( Id: 2689 AegisName: "Earring_C" Name: "Earring" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28277,13 +28020,13 @@ item_db: ( Id: 2690 AegisName: "Ring_C" Name: "Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28302,13 +28045,13 @@ item_db: ( Id: 2691 AegisName: "Necklace_C" Name: "Necklace" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28327,13 +28070,13 @@ item_db: ( Id: 2692 AegisName: "Glove_C" Name: "Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28352,13 +28095,13 @@ item_db: ( Id: 2693 AegisName: "Brooch_C" Name: "Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28377,13 +28120,13 @@ item_db: ( Id: 2694 AegisName: "Rosary_C" Name: "Rosary" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28405,14 +28148,14 @@ item_db: ( Id: 2695 AegisName: "Safety_Ring_C" Name: "Safety Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 5 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28431,14 +28174,14 @@ item_db: ( Id: 2696 AegisName: "Vesper_Core01_C" Name: "Vesper Core 01" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28461,14 +28204,14 @@ item_db: ( Id: 2697 AegisName: "Vesper_Core02_C" Name: "Vesper Core 02" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28491,14 +28234,14 @@ item_db: ( Id: 2698 AegisName: "Vesper_Core03_C" Name: "Vesper Core 03" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28521,14 +28264,14 @@ item_db: ( Id: 2699 AegisName: "Vesper_Core04_C" Name: "Vesper Core 04" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -28551,7 +28294,7 @@ item_db: ( Id: 2700 AegisName: "Red_Silk_Seal" Name: "Red Silk Seal" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { @@ -28559,8 +28302,8 @@ item_db: ( Knight: true Crusader: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 60 Refine: false }, @@ -28568,7 +28311,7 @@ item_db: ( Id: 2701 AegisName: "Orleans_Glove" Name: "Orleans's Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 @@ -28576,8 +28319,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" @@ -28589,7 +28332,7 @@ item_db: ( Id: 2702 AegisName: "Bison_Horn" Name: "Bison Horn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 @@ -28597,8 +28340,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" bonus bAgi,2; "> @@ -28607,7 +28350,7 @@ item_db: ( Id: 2703 AegisName: "Expert_Ring" Name: "Expert Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Slots: 1 @@ -28615,8 +28358,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 50 Refine: false Script: <" @@ -28628,11 +28371,11 @@ item_db: ( Id: 2704 AegisName: "Golden_Accessory" Name: "Golden Accessories" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 4 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -28648,11 +28391,11 @@ item_db: ( Id: 2705 AegisName: "Golden_Accessory2" Name: "Golden Accessories" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 4 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -28668,27 +28411,27 @@ item_db: ( Id: 2706 AegisName: "Handcuff" Name: "Arrest Handcuffs" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false }, { Id: 2707 AegisName: "GUSLI" Name: "GUSLI" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2708 AegisName: "Chinese_Handicraft" Name: "Chinese Handicraft" - Type: 5 + Type: "IT_ARMOR" Weight: 50 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -28705,9 +28448,9 @@ item_db: ( Id: 2709 AegisName: "5_Anniversary_Coin" Name: "5th Anniversary Coin" - Type: 5 + Type: "IT_ARMOR" Buy: 2 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bAtkRate,5; @@ -28718,13 +28461,13 @@ item_db: ( Id: 2710 AegisName: "Bloody_Iron_Ball_C" Name: "Bloody Iron Ball" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bBaseAtk,30; "> }, @@ -28732,9 +28475,9 @@ item_db: ( Id: 2711 AegisName: "Spiritual_Ring_C" Name: "Spiritual Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bInt,2; @@ -28745,9 +28488,9 @@ item_db: ( Id: 2712 AegisName: "Ragnarok_Limited_Ed" Name: "Ragnarok Limited Edition" - Type: 5 + Type: "IT_ARMOR" Weight: 300 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 30 Refine: false Script: <" @@ -28760,8 +28503,8 @@ item_db: ( Id: 2713 AegisName: "Certificate_TW" Name: "Certificate" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -28778,21 +28521,21 @@ item_db: ( Id: 2714 AegisName: "Marvelous_Pandent" Name: "Marvelous Pendant" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2715 AegisName: "Skul_Ring_" Name: "Skull Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus2 bSubRace,RC_Undead,1; "> }, @@ -28800,7 +28543,7 @@ item_db: ( Id: 2716 AegisName: "Librarian_Glove" Name: "Librarian Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 @@ -28809,7 +28552,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Script: <" bonus bMaxSP,20; "> @@ -28818,7 +28561,7 @@ item_db: ( Id: 2717 AegisName: "Pocket_Watch_" Name: "Pocket Watch" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Job: { @@ -28827,7 +28570,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false }, @@ -28835,7 +28578,7 @@ item_db: ( Id: 2718 AegisName: "Lunatic_Brooch" Name: "Lunatic Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 @@ -28844,7 +28587,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 65 Refine: false }, @@ -28852,7 +28595,7 @@ item_db: ( Id: 2719 AegisName: "Iron_Wrist" Name: "Iron Wrist" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 1 @@ -28864,7 +28607,7 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 50 Refine: false Script: <" @@ -28876,7 +28619,7 @@ item_db: ( Id: 2720 AegisName: "Medal_Swordman" Name: "Medal of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { @@ -28885,7 +28628,7 @@ item_db: ( Crusader: true Star_Gladiator: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -28910,7 +28653,7 @@ item_db: ( Id: 2721 AegisName: "Medal_Thief" Name: "Medal of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { @@ -28919,7 +28662,7 @@ item_db: ( Rogue: true Ninja: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -28944,7 +28687,7 @@ item_db: ( Id: 2722 AegisName: "Medal_Acolyte" Name: "Medal of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { @@ -28952,7 +28695,7 @@ item_db: ( Priest: true Monk: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -28976,7 +28719,7 @@ item_db: ( Id: 2723 AegisName: "Medal_Mage" Name: "Medal of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { @@ -28985,7 +28728,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -29009,7 +28752,7 @@ item_db: ( Id: 2724 AegisName: "Medal_Archer" Name: "Medal of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { @@ -29017,7 +28760,7 @@ item_db: ( Hunter: true Bard: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -29042,7 +28785,7 @@ item_db: ( Id: 2725 AegisName: "Medal_Merchant" Name: "Medal of Honor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { @@ -29050,7 +28793,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -29075,14 +28818,14 @@ item_db: ( Id: 2726 AegisName: "Icarus_Wing" Name: "Icarus Wings" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { Hunter: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -29094,14 +28837,14 @@ item_db: ( Id: 2727 AegisName: "Bowman_Scarf" Name: "Bowman Scarf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Job: { Hunter: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -29113,7 +28856,7 @@ item_db: ( Id: 2728 AegisName: "Cursed_Hand" Name: "Cursed Hand" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Slots: 1 @@ -29121,7 +28864,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Script: <" @@ -29134,7 +28877,7 @@ item_db: ( Id: 2729 AegisName: "Diabolus_Ring" Name: "Diabolus Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Slots: 1 @@ -29154,8 +28897,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" Refine: false Script: <" bonus bMaxHP,100; @@ -29169,7 +28912,7 @@ item_db: ( Id: 2730 AegisName: "Morroc_Seal" Name: "Seal of Continental Guard" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Slots: 1 @@ -29177,7 +28920,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Trade: { @@ -29197,7 +28940,7 @@ item_db: ( Id: 2731 AegisName: "Morroc_Charm_Stone" Name: "Rune Spellstone" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Slots: 1 @@ -29205,7 +28948,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Trade: { @@ -29225,7 +28968,7 @@ item_db: ( Id: 2732 AegisName: "Morroc_Ring" Name: "Death Loop" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Slots: 1 @@ -29233,7 +28976,7 @@ item_db: ( All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Trade: { @@ -29250,13 +28993,13 @@ item_db: ( Id: 2733 AegisName: "Medal_Gunner" Name: "Sheriff Badge" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Job: { Gunslinger: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Trade: { @@ -29280,12 +29023,12 @@ item_db: ( Id: 2734 AegisName: "Directive_A" Name: "Directive" - Type: 5 + Type: "IT_ARMOR" Def: 1 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29301,12 +29044,12 @@ item_db: ( Id: 2735 AegisName: "Directive_B" Name: "Directive" - Type: 5 + Type: "IT_ARMOR" Def: 1 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29322,14 +29065,14 @@ item_db: ( Id: 2736 AegisName: "Navel_Ring" Name: "Navel Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 75 Refine: false Script: <" @@ -29342,14 +29085,14 @@ item_db: ( Id: 2737 AegisName: "Foot_Ring" Name: "Foot Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 75 Refine: false Script: <" @@ -29361,8 +29104,8 @@ item_db: ( Id: 2738 AegisName: "Shiny_Coin" Name: "Shiny Coin" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29383,8 +29126,8 @@ item_db: ( Id: 2739 AegisName: "Ordinary_Coin" Name: "Ordinary Coin" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29405,8 +29148,8 @@ item_db: ( Id: 2740 AegisName: "Rusty_Coin" Name: "Rusty Coin" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29427,9 +29170,9 @@ item_db: ( Id: 2741 AegisName: "All_In_One_Ring" Name: "All In One Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29454,8 +29197,8 @@ item_db: ( Id: 2742 AegisName: "Lucky_Clip" Name: "Lucky Clip" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false }, */ @@ -29463,7 +29206,7 @@ item_db: ( Id: 2743 AegisName: "Angelic_Ring" Name: "Angelic Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { @@ -29482,8 +29225,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -29499,7 +29242,7 @@ item_db: ( Id: 2744 AegisName: "Sprint_Ring" Name: "Sprint Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { @@ -29518,8 +29261,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -29531,7 +29274,7 @@ item_db: ( Id: 2745 AegisName: "Pinguicula_Corsage" Name: "Pinguicula Corsage" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 @@ -29551,8 +29294,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -29564,15 +29307,15 @@ item_db: ( Id: 2746 AegisName: "Cold_Heart" Name: "Cold Heart" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Job: { Assassin: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 80 Refine: false Script: <" bonus bAgi,3; "> @@ -29581,15 +29324,15 @@ item_db: ( Id: 2747 AegisName: "Black_Cat" Name: "Black Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Job: { Rogue: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 80 Refine: false Script: <" bonus bDex,3; "> @@ -29598,7 +29341,7 @@ item_db: ( Id: 2748 AegisName: "Cursed_Star" Name: "Cursed Star" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Job: { @@ -29606,8 +29349,8 @@ item_db: ( Hunter: true Bard: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 84 Refine: false Script: <" @@ -29623,7 +29366,7 @@ item_db: ( Id: 2749 AegisName: "Linen_Glove" Name: "Linen Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 120 Def: 1 @@ -29644,8 +29387,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 90 Refine: false Script: <" @@ -29659,9 +29402,9 @@ item_db: ( Id: 2750 AegisName: "Summer_Night_Dream" Name: "Summer Night Dream" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" skill ALL_DREAM_SUMMERNIGHT,1; "> }, @@ -29670,9 +29413,9 @@ item_db: ( Id: 2751 AegisName: "Academy_Badge" Name: "Academy Of Badge" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -29694,9 +29437,9 @@ item_db: ( Id: 2752 AegisName: "Praxinus_C" Name: "Praccsinos" - Type: 5 + Type: "IT_ARMOR" Buy: 2 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29718,8 +29461,8 @@ item_db: ( Id: 2753 AegisName: "Beholder_Ring" Name: "Beholder Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29738,8 +29481,8 @@ item_db: ( Id: 2754 AegisName: "Hallow_Ring" Name: "Hallow Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29758,8 +29501,8 @@ item_db: ( Id: 2755 AegisName: "Clamorous_Ring" Name: "Clamorous Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29778,8 +29521,8 @@ item_db: ( Id: 2756 AegisName: "Chemical_Ring" Name: "Chemical Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29798,8 +29541,8 @@ item_db: ( Id: 2757 AegisName: "Insecticide_Ring" Name: "Insecticide Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29818,8 +29561,8 @@ item_db: ( Id: 2758 AegisName: "Fisher_Ring" Name: "Fischer Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29838,8 +29581,8 @@ item_db: ( Id: 2759 AegisName: "Decussate_Ring" Name: "Decussate Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29858,8 +29601,8 @@ item_db: ( Id: 2760 AegisName: "Bloody_Ring" Name: "Bloody Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29878,8 +29621,8 @@ item_db: ( Id: 2761 AegisName: "Satanic_Ring" Name: "Satanic Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29898,8 +29641,8 @@ item_db: ( Id: 2762 AegisName: "Dragoon_Ring" Name: "Dragon Ring" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -29918,13 +29661,13 @@ item_db: ( Id: 2763 AegisName: "Skul_Ring_C" Name: "Neo Skull Ring" - Type: 5 + Type: "IT_ARMOR" Job: { All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 95 Refine: false Script: <" @@ -29939,19 +29682,19 @@ item_db: ( Id: 2764 AegisName: "Small_Fishing_Rod" Name: "Small Fishing Rod" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 250 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2765 AegisName: "Novice_Figure" Name: "Novice Figure" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bMaxHP,70; @@ -29962,8 +29705,8 @@ item_db: ( Id: 2766 AegisName: "Swordman_Figure" Name: "Swordman Figure" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Script: <" bonus bVit,1; @@ -29974,8 +29717,8 @@ item_db: ( Id: 2767 AegisName: "Acolyte_Figure" Name: "Acolyte Figure" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Script: <" bonus bInt,1; @@ -29986,8 +29729,8 @@ item_db: ( Id: 2768 AegisName: "Mage_Figure" Name: "Mage Figure" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Script: <" bonus bInt,1; @@ -29998,8 +29741,8 @@ item_db: ( Id: 2769 AegisName: "Archer_Figure" Name: "Archer Figure" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Script: <" bonus bDex,1; @@ -30010,8 +29753,8 @@ item_db: ( Id: 2770 AegisName: "Thief_Figure" Name: "Thief Figure" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Script: <" bonus bAgi,1; @@ -30022,8 +29765,8 @@ item_db: ( Id: 2771 AegisName: "Merchant_Figure" Name: "Merchant Figure" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" Refine: false Script: <" bonus bStr,1; @@ -30034,13 +29777,13 @@ item_db: ( Id: 2772 AegisName: "Krieger_Ring1" Name: "Glorious Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 81 Refine: false Trade: { @@ -30067,13 +29810,13 @@ item_db: ( Id: 2773 AegisName: "Krieger_Ring2" Name: "Glorious Mass-Production Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 61 Refine: false Trade: { @@ -30091,13 +29834,13 @@ item_db: ( Id: 2774 AegisName: "Krieger_Ring3" Name: "Glorious Popularized Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -30114,20 +29857,20 @@ item_db: ( Id: 2775 AegisName: "Lure" Name: "Lure" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false }, { Id: 2776 AegisName: "Cool_Towel" Name: "Adventurer's Trusty Towel" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false OnEquipScript: <" sc_start SC_SUMMER,-1,0; "> OnUnequipScript: <" sc_end SC_SUMMER; "> @@ -30136,11 +29879,11 @@ item_db: ( Id: 2777 AegisName: "Shaman_Ring" Name: "Shaman Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 30 Refine: false Trade: { @@ -30153,10 +29896,10 @@ item_db: ( Id: 2778 AegisName: "Shaman_Earing" Name: "Shaman Earrings" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 30 Refine: false Trade: { @@ -30169,11 +29912,11 @@ item_db: ( Id: 2779 AegisName: "Dark_Knight_Belt" Name: "Dark Knight Belt" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 30 Refine: false Trade: { @@ -30189,11 +29932,11 @@ item_db: ( Id: 2780 AegisName: "Dark_Knight_Glove" Name: "Dark Knight Glove" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 80 Refine: false Trade: { @@ -30206,11 +29949,11 @@ item_db: ( Id: 2781 AegisName: "Aumduras_Grace" Name: "Aumdura's Benefit" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 1 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30226,10 +29969,10 @@ item_db: ( Id: 2782 AegisName: "Ring_Of_Wise_King" Name: "Ring of the Ancient Wise King" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -30249,11 +29992,11 @@ item_db: ( Id: 2783 AegisName: "Eyes_Stone_Ring" Name: "Eye Stone Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 70 Refine: false Script: <" @@ -30265,10 +30008,10 @@ item_db: ( Id: 2784 AegisName: "Oh_Holy_Night" Name: "Christmas Musicbox" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" skill ALL_WEWISH,1; "> @@ -30277,7 +30020,7 @@ item_db: ( Id: 2785 AegisName: "Orleans_Glove_M" Name: "Orlean's Gloves" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 @@ -30285,8 +30028,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 90 Refine: false Trade: { @@ -30307,10 +30050,10 @@ item_db: ( Id: 2786 AegisName: "Spiritual_Ring_M" Name: "Spiritual Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bInt,2; @@ -30321,7 +30064,7 @@ item_db: ( Id: 2787 AegisName: "Waterdrop_Brooch" Name: "Waterdrop Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 @@ -30329,8 +30072,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 75 Refine: false Script: <" @@ -30343,7 +30086,7 @@ item_db: ( Id: 2788 AegisName: "Bradium_Earing" Name: "Bradium Earring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 @@ -30351,8 +30094,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 60 Refine: false Script: <" @@ -30365,7 +30108,7 @@ item_db: ( Id: 2789 AegisName: "Bradium_Ring" Name: "Bradium Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 @@ -30373,8 +30116,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 60 Refine: false Script: <" @@ -30387,7 +30130,7 @@ item_db: ( Id: 2790 AegisName: "Bradium_Brooch" Name: "Bradium Brooch" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 @@ -30395,8 +30138,8 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" EquipLv: 60 Refine: false Script: <" @@ -30409,11 +30152,11 @@ item_db: ( Id: 2791 AegisName: "Just_Got_Fish" Name: "Fresh Fish" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" bonus bHit,3; "> @@ -30423,7 +30166,7 @@ item_db: ( Id: 2792 AegisName: "Ring_Of_Flame_Lord_I" Name: "Ring of Flame Lord" - Type: 5 + Type: "IT_ARMOR" Job: { Knight: true Priest: true @@ -30440,8 +30183,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" Refine: false Script: <" bonus bStr,2; @@ -30461,7 +30204,7 @@ item_db: ( Id: 2793 AegisName: "Ring_Of_Resonance_I" Name: "Ring of Resonance" - Type: 5 + Type: "IT_ARMOR" Def: 2 Job: { Knight: true @@ -30479,8 +30222,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 136 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ACC" Refine: false Script: <" bonus bAgi,2; @@ -30498,14 +30241,14 @@ item_db: ( Id: 2794 AegisName: "Magic_Stone_Ring" Name: "Magic Stone Ring" - Type: 5 + Type: "IT_ARMOR" Slots: 1 Job: { Swordsman: true Knight: true Crusader: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 99 Refine: false Trade: { @@ -30524,12 +30267,12 @@ item_db: ( Id: 2795 AegisName: "Green_Apple_Ring" Name: "Green Apple Ring" - Type: 5 + Type: "IT_ARMOR" Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 99 Refine: false Trade: { @@ -30553,7 +30296,7 @@ item_db: ( Id: 2796 AegisName: "Magical_Stone" Name: "Rocks" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Job: { Magician: true @@ -30561,7 +30304,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 99 Refine: false Trade: { @@ -30584,7 +30327,7 @@ item_db: ( Id: 2797 AegisName: "Magical_Stone_" Name: "Rocks" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Job: { Magician: true @@ -30592,7 +30335,7 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 99 Refine: false Trade: { @@ -30615,13 +30358,13 @@ item_db: ( Id: 2798 AegisName: "Will_Of_Exhausted_Angel" Name: "Will Of Exhausted Angel" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Job: { Priest: true Monk: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 99 Refine: false Trade: { @@ -30645,10 +30388,10 @@ item_db: ( Id: 2799 AegisName: "Kuirpenring" Name: "Kuirpenring" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Slots: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bMdef,1; "> }, @@ -30656,15 +30399,15 @@ item_db: ( Id: 2800 AegisName: "Accelerator" Name: "Accelerator" - Type: 5 + Type: "IT_ARMOR" Buy: 100000 Weight: 100 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bAgi,2; "> @@ -30673,15 +30416,15 @@ item_db: ( Id: 2801 AegisName: "Hovering_Booster" Name: "Hovering Booster" - Type: 5 + Type: "IT_ARMOR" Buy: 100000 Weight: 2000 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bAgi,1; "> @@ -30690,15 +30433,15 @@ item_db: ( Id: 2802 AegisName: "Suicidal_Device" Name: "Suicidal Device" - Type: 5 + Type: "IT_ARMOR" Buy: 500000 Weight: 1000 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false }, @@ -30706,15 +30449,15 @@ item_db: ( Id: 2803 AegisName: "Shape_Shifter" Name: "Shape Shifter" - Type: 5 + Type: "IT_ARMOR" Buy: 100000 Weight: 500 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bInt,3; "> @@ -30723,15 +30466,15 @@ item_db: ( Id: 2804 AegisName: "Cooling_Device" Name: "Cooling Device" - Type: 5 + Type: "IT_ARMOR" Buy: 100000 Weight: 2500 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bDex,1; "> @@ -30740,15 +30483,15 @@ item_db: ( Id: 2805 AegisName: "Mag_Field_Generator" Name: "Magnetic Field Generator" - Type: 5 + Type: "IT_ARMOR" Buy: 100000 Weight: 6000 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bDex,1; "> @@ -30757,7 +30500,7 @@ item_db: ( Id: 2806 AegisName: "Barrier_Builder" Name: "Barrier Builder" - Type: 5 + Type: "IT_ARMOR" Buy: 150000 Weight: 8000 Def: 3 @@ -30765,8 +30508,8 @@ item_db: ( Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bDex,1; "> @@ -30775,15 +30518,15 @@ item_db: ( Id: 2807 AegisName: "Repair_Kit" Name: "Repair Kit" - Type: 5 + Type: "IT_ARMOR" Buy: 200000 Weight: 400 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false }, @@ -30791,15 +30534,15 @@ item_db: ( Id: 2808 AegisName: "Camouflage_Generator" Name: "Camouflage Generator" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 1000 Slots: 1 Job: { Blacksmith: true } - Upper: 8 - Loc: 136 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_ACC" EquipLv: 99 Refine: false Script: <" bonus bAgi,3; "> @@ -30808,12 +30551,12 @@ item_db: ( Id: 2819 AegisName: "Swordman_Manual" Name: "Swordsman Manual" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30836,12 +30579,12 @@ item_db: ( Id: 2820 AegisName: "Thief_Manual" Name: "Thief Manual" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30866,12 +30609,12 @@ item_db: ( Id: 2821 AegisName: "Acolyte_Manual" Name: "Acolyte Manual" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30894,12 +30637,12 @@ item_db: ( Id: 2822 AegisName: "Archer_Manual" Name: "Archer Manual" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30921,12 +30664,12 @@ item_db: ( Id: 2823 AegisName: "Merchant_Manual" Name: "Merchant Manual" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30950,12 +30693,12 @@ item_db: ( Id: 2824 AegisName: "Mage_Manual" Name: "Mage Manual" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Job: { Novice: true } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Trade: { @@ -30981,10 +30724,10 @@ item_db: ( Id: 4001 AegisName: "Poring_Card" Name: "Poring Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bLuk,2; bonus bFlee2,1; @@ -30994,10 +30737,10 @@ item_db: ( Id: 4002 AegisName: "Fabre_Card" Name: "Fabre Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bVit,1; bonus bMaxHP,100; @@ -31007,20 +30750,20 @@ item_db: ( Id: 4003 AegisName: "Pupa_Card" Name: "Pupa Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMaxHP,700; "> }, { Id: 4004 AegisName: "Drops_Card" Name: "Drops Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bDex,1; bonus bHit,3; @@ -31030,20 +30773,20 @@ item_db: ( Id: 4005 AegisName: "Poring__Card" Name: "Santa Poring Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Dark,20; "> }, { Id: 4006 AegisName: "Lunatic_Card" Name: "Lunatic Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bLuk,1; bonus bCritical,1; @@ -31054,20 +30797,20 @@ item_db: ( Id: 4007 AegisName: "Pecopeco_Egg_Card" Name: "Peco Peco Egg Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Formless,20; "> }, { Id: 4008 AegisName: "Picky_Card" Name: "Picky Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bStr,1; bonus bBaseAtk,10; @@ -31077,10 +30820,10 @@ item_db: ( Id: 4009 AegisName: "Chonchon_Card" Name: "Chonchon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bAgi,1; bonus bFlee,2; @@ -31090,20 +30833,20 @@ item_db: ( Id: 4010 AegisName: "Wilow_Card" Name: "Willow Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bMaxSP,80; "> }, { Id: 4011 AegisName: "Picky__Card" Name: "Picky Egg Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,1; bonus bMaxHP,100; @@ -31113,30 +30856,30 @@ item_db: ( Id: 4012 AegisName: "Thief_Bug_Egg_Card" Name: "Thief Bug Egg Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bMaxHP,400; "> }, { Id: 4013 AegisName: "Andre_Egg_Card" Name: "Andre Egg Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bMaxHPrate,5; "> }, { Id: 4014 AegisName: "Roda_Frog_Card" Name: "Roda Frog Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMaxHP,400; bonus bMaxSP,50; @@ -31146,40 +30889,40 @@ item_db: ( Id: 4015 AegisName: "Condor_Card" Name: "Condor Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee,10; "> }, { Id: 4016 AegisName: "Thief_Bug_Card" Name: "Thief Bug Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bAgi,1; "> }, { Id: 4017 AegisName: "Savage_Babe_Card" Name: "Savage Babe Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Stun,500; "> }, { Id: 4018 AegisName: "Andre_Larva_Card" Name: "Andre Larva Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bInt,1; bonus bMaxSP,10; @@ -31189,10 +30932,10 @@ item_db: ( Id: 4019 AegisName: "Hornet_Card" Name: "Hornet Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bStr,1; bonus bBaseAtk,3; @@ -31202,10 +30945,10 @@ item_db: ( Id: 4020 AegisName: "Farmiliar_Card" Name: "Familiar Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Blind,500; bonus bBaseAtk,5; @@ -31215,10 +30958,10 @@ item_db: ( Id: 4021 AegisName: "Rocker_Card" Name: "Rocker Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDex,1; bonus bBaseAtk,5; @@ -31228,30 +30971,30 @@ item_db: ( Id: 4022 AegisName: "Spore_Card" Name: "Spore Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bVit,2; "> }, { Id: 4023 AegisName: "Desert_Wolf_Babe_Card" Name: "Baby Desert Wolf Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bInt,1; "> }, { Id: 4024 AegisName: "Plankton_Card" Name: "Plankton Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Sleep,500; bonus bBaseAtk,5; @@ -31261,10 +31004,10 @@ item_db: ( Id: 4025 AegisName: "Skeleton_Card" Name: "Skeleton Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,10; bonus2 bAddEff,Eff_Stun,200; @@ -31274,10 +31017,10 @@ item_db: ( Id: 4026 AegisName: "Thief_Bug_Female_Card" Name: "Female Thief Bug Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bAgi,1; bonus bFlee,1; @@ -31287,30 +31030,30 @@ item_db: ( Id: 4027 AegisName: "Kukre_Card" Name: "Kukre Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bAgi,2; "> }, { Id: 4028 AegisName: "Tarou_Card" Name: "Tarou Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bStr,2; "> }, { Id: 4029 AegisName: "Wolf_Card" Name: "Wolf Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,15; bonus bCritical,1; @@ -31320,80 +31063,80 @@ item_db: ( Id: 4030 AegisName: "Mandragora_Card" Name: "Mandragora Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Wind,20; "> }, { Id: 4031 AegisName: "Pecopeco_Card" Name: "Peco Peco Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMaxHPrate,10; "> }, { Id: 4032 AegisName: "Ambernite_Card" Name: "Ambernite Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bDef,2; "> }, { Id: 4033 AegisName: "Poporing_Card" Name: "Poporing Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill TF_DETOXIFY,1; "> }, { Id: 4034 AegisName: "Worm_Tail_Card" Name: "Wormtail Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bDex,2; "> }, { Id: 4035 AegisName: "Hydra_Card" Name: "Hydra Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_DemiPlayer,20; "> }, { Id: 4036 AegisName: "Muka_Card" Name: "Muka Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bHPrecovRate,10; "> }, { Id: 4037 AegisName: "Snake_Card" Name: "Snake Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Poison,500; bonus bBaseAtk,5; @@ -31403,20 +31146,20 @@ item_db: ( Id: 4038 AegisName: "Zombie_Card" Name: "Zombie Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bHPrecovRate,20; "> }, { Id: 4039 AegisName: "Stainer_Card" Name: "Stainer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Silence,2000; bonus bDef,1; @@ -31426,20 +31169,20 @@ item_db: ( Id: 4040 AegisName: "Creamy_Card" Name: "Creamy Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill AL_TELEPORT,1; "> }, { Id: 4041 AegisName: "Coco_Card" Name: "Coco Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Sleep,2000; bonus bDef,1; @@ -31449,10 +31192,10 @@ item_db: ( Id: 4042 AegisName: "Steel_Chonchon_Card" Name: "Steel Chonchon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bSubEle,Ele_Wind,10; bonus bDef,2; @@ -31462,20 +31205,20 @@ item_db: ( Id: 4043 AegisName: "Andre_Card" Name: "Andre Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,20; "> }, { Id: 4044 AegisName: "Smokie_Card" Name: "Smokie Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill TF_HIDING,1; "> OnUnequipScript: <" sc_end SC_HIDING; "> }, @@ -31483,20 +31226,20 @@ item_db: ( Id: 4045 AegisName: "Horn_Card" Name: "Horn Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bLongAtkDef,35; "> }, { Id: 4046 AegisName: "Martin_Card" Name: "Martin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Blind,2000; bonus bDef,1; @@ -31506,10 +31249,10 @@ item_db: ( Id: 4047 AegisName: "Ghostring_Card" Name: "Ghostring Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25; @@ -31519,40 +31262,40 @@ item_db: ( Id: 4048 AegisName: "Poison_Spore_Card" Name: "Poison Spore Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill TF_POISON,3; "> }, { Id: 4049 AegisName: "Vadon_Card" Name: "Vadon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Fire,20; "> }, { Id: 4050 AegisName: "Thief_Bug_Male_Card" Name: "Male Thief Bug Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bAgi,2; "> }, { Id: 4051 AegisName: "Yoyo_Card" Name: "Yoyo Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bFlee2,5; bonus bAgi,1; @@ -31562,20 +31305,20 @@ item_db: ( Id: 4052 AegisName: "Elder_Wilow_Card" Name: "Elder Willow Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,2; "> }, { Id: 4053 AegisName: "Vitata_Card" Name: "Vitata Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill AL_HEAL,1; bonus bUseSPrate,25; @@ -31585,20 +31328,20 @@ item_db: ( Id: 4054 AegisName: "Angeling_Card" Name: "Angeling Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Holy; "> }, { Id: 4055 AegisName: "Marina_Card" Name: "Marina Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Freeze,500; bonus bBaseAtk,5; @@ -31608,10 +31351,10 @@ item_db: ( Id: 4056 AegisName: "Dustiness_Card" Name: "Dustiness Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Wind,30; bonus bFlee,5; @@ -31621,10 +31364,10 @@ item_db: ( Id: 4057 AegisName: "Metaller_Card" Name: "Metaller Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Silence,500; bonus bBaseAtk,5; @@ -31634,40 +31377,40 @@ item_db: ( Id: 4058 AegisName: "Thara_Frog_Card" Name: "Thara Frog Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_DemiPlayer,30; "> }, { Id: 4059 AegisName: "Soldier_Andre_Card" Name: "Soldier Andre Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Plant,30; "> }, { Id: 4060 AegisName: "Goblin_Card" Name: "Goblin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Brute,20; "> }, { Id: 4061 AegisName: "Cornutus_Card" Name: "Cornutus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bUnbreakableArmor,0; bonus bDef,1; @@ -31677,60 +31420,60 @@ item_db: ( Id: 4062 AegisName: "Anacondaq_Card" Name: "Anacondaq Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Poison,20; "> }, { Id: 4063 AegisName: "Caramel_Card" Name: "Caramel Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Insect,20; "> }, { Id: 4064 AegisName: "Zerom_Card" Name: "Zerom Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bDex,3; "> }, { Id: 4065 AegisName: "Kaho_Card" Name: "Kaho Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Earth,20; "> }, { Id: 4066 AegisName: "Orc_Warrior_Card" Name: "Orc Warrior Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Brute,30; "> }, { Id: 4067 AegisName: "Megalodon_Card" Name: "Megalodon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bResEff,Eff_Freeze,2000; bonus bDef,1; @@ -31740,40 +31483,40 @@ item_db: ( Id: 4068 AegisName: "Scorpion_Card" Name: "Scorpion Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Plant,20; "> }, { Id: 4069 AegisName: "Drainliar_Card" Name: "Drainliar Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Water,20; "> }, { Id: 4070 AegisName: "Eggyra_Card" Name: "Eggyra Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bSPrecovRate,15; "> }, { Id: 4071 AegisName: "Orc_Zombie_Card" Name: "Orc Zombie Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Undead,30; bonus bFlee,5; @@ -31783,10 +31526,10 @@ item_db: ( Id: 4072 AegisName: "Golem_Card" Name: "Golem Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bUnbreakableWeapon,0; bonus bBaseAtk,5; @@ -31796,30 +31539,30 @@ item_db: ( Id: 4073 AegisName: "Pirate_Skel_Card" Name: "Pirate Skeleton Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill MC_DISCOUNT,5; "> }, { Id: 4074 AegisName: "BigFoot_Card" Name: "Bigfoot Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Insect,30; "> }, { Id: 4075 AegisName: "Argos_Card" Name: "Argos Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bResEff,Eff_Stone,2000; bonus bDef,1; @@ -31829,10 +31572,10 @@ item_db: ( Id: 4076 AegisName: "Magnolia_Card" Name: "Magnolia Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Curse,500; bonus bBaseAtk,5; @@ -31842,10 +31585,10 @@ item_db: ( Id: 4077 AegisName: "Phen_Card" Name: "Phen Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bNoCastCancel,0; bonus bCastrate,25; @@ -31855,40 +31598,40 @@ item_db: ( Id: 4078 AegisName: "Savage_Card" Name: "Savage Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,3; "> }, { Id: 4079 AegisName: "Mantis_Card" Name: "Mantis Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bStr,3; "> }, { Id: 4080 AegisName: "Flora_Card" Name: "Flora Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Fish,20; "> }, { Id: 4081 AegisName: "Hode_Card" Name: "Hode Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Earth,30; bonus bFlee,5; @@ -31898,10 +31641,10 @@ item_db: ( Id: 4082 AegisName: "Desert_Wolf_Card" Name: "Desert Wolf Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddSize,Size_Small,15; bonus bBaseAtk,5; @@ -31911,50 +31654,50 @@ item_db: ( Id: 4083 AegisName: "Rafflesia_Card" Name: "Rafflesia Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Fish,30; "> }, { Id: 4084 AegisName: "Marine_Sphere_Card" Name: "Marine Sphere Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill SM_MAGNUM,3; "> }, { Id: 4085 AegisName: "Orc_Skeleton_Card" Name: "Orc Skeleton Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Holy,20; "> }, { Id: 4086 AegisName: "Soldier_Skeleton_Card" Name: "Soldier Skeleton Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritical,9; "> }, { Id: 4087 AegisName: "Giearth_Card" Name: "Giearth Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Confusion,10000; bonus2 bSubEle,Ele_Earth,15; @@ -31964,10 +31707,10 @@ item_db: ( Id: 4088 AegisName: "Frilldora_Card" Name: "Frilldora Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" skill AS_CLOAKING,1; "> OnUnequipScript: <" sc_end SC_CLOAKING; "> }, @@ -31975,10 +31718,10 @@ item_db: ( Id: 4089 AegisName: "Sword_Fish_Card" Name: "Swordfish Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Water; bonus bDef,1; @@ -31988,10 +31731,10 @@ item_db: ( Id: 4090 AegisName: "Munak_Card" Name: "Munak Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bResEff,Eff_Stone,1500; bonus2 bSubEle,Ele_Earth,5; @@ -32002,10 +31745,10 @@ item_db: ( Id: 4091 AegisName: "Kobold_Card" Name: "Kobold Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bStr,1; bonus bCritical,4; @@ -32015,10 +31758,10 @@ item_db: ( Id: 4092 AegisName: "Skel_Worker_Card" Name: "Skeleton Worker Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddSize,Size_Medium,15; bonus bBaseAtk,5; @@ -32028,30 +31771,30 @@ item_db: ( Id: 4093 AegisName: "Obeaune_Card" Name: "Obeaune Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill AL_CURE,1; "> }, { Id: 4094 AegisName: "Archer_Skeleton_Card" Name: "Archer Skeleton Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bLongAtkRate,10; "> }, { Id: 4095 AegisName: "Marse_Card" Name: "Marse Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Water,30; bonus bFlee,5; @@ -32061,10 +31804,10 @@ item_db: ( Id: 4096 AegisName: "Zenorc_Card" Name: "Zenorc Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Poison,400; bonus bBaseAtk,10; @@ -32074,10 +31817,10 @@ item_db: ( Id: 4097 AegisName: "Matyr_Card" Name: "Matyr Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxHPrate,10; bonus bAgi,1; @@ -32087,10 +31830,10 @@ item_db: ( Id: 4098 AegisName: "Dokebi_Card" Name: "Dokebi Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Wind; bonus bDef,1; @@ -32100,10 +31843,10 @@ item_db: ( Id: 4099 AegisName: "Pasana_Card" Name: "Pasana Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Fire; bonus bDef,1; @@ -32113,10 +31856,10 @@ item_db: ( Id: 4100 AegisName: "Sohee_Card" Name: "Sohee Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxSPrate,15; bonus bSPrecovRate,3; @@ -32126,10 +31869,10 @@ item_db: ( Id: 4101 AegisName: "Sand_Man_Card" Name: "Sandman Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Earth; bonus bDef,1; @@ -32139,10 +31882,10 @@ item_db: ( Id: 4102 AegisName: "Whisper_Card" Name: "Whisper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee,20; bonus2 bSubEle,Ele_Ghost,-50; @@ -32152,10 +31895,10 @@ item_db: ( Id: 4103 AegisName: "Horong_Card" Name: "Horong Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill MG_SIGHT,1; "> OnUnequipScript: <" sc_end SC_SIGHT; "> }, @@ -32163,20 +31906,20 @@ item_db: ( Id: 4104 AegisName: "Requiem_Card" Name: "Requiem Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEff,Eff_Confusion,500; "> }, { Id: 4105 AegisName: "Marc_Card" Name: "Marc Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bSubEle,Ele_Water,5; bonus2 bResEff,Eff_Freeze,10000; @@ -32186,20 +31929,20 @@ item_db: ( Id: 4106 AegisName: "Mummy_Card" Name: "Mummy Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bHit,20; "> }, { Id: 4107 AegisName: "Verit_Card" Name: "Verit Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxHPrate,8; bonus bMaxSPrate,8; @@ -32209,10 +31952,10 @@ item_db: ( Id: 4108 AegisName: "Myst_Card" Name: "Myst Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Poison,30; bonus bFlee,5; @@ -32222,10 +31965,10 @@ item_db: ( Id: 4109 AegisName: "Jakk_Card" Name: "Jakk Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Fire,30; bonus bFlee,5; @@ -32235,10 +31978,10 @@ item_db: ( Id: 4110 AegisName: "Ghoul_Card" Name: "Ghoul Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Poison,2000; bonus bDef,1; @@ -32248,30 +31991,30 @@ item_db: ( Id: 4111 AegisName: "Strouf_Card" Name: "Strouf Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Demon,20; "> }, { Id: 4112 AegisName: "Marduk_Card" Name: "Marduk Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Silence,10000; "> }, { Id: 4113 AegisName: "Marionette_Card" Name: "Marionette Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Ghost,30; bonus bFlee,5; @@ -32281,10 +32024,10 @@ item_db: ( Id: 4114 AegisName: "Argiope_Card" Name: "Argiope Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Poison; bonus bDef,1; @@ -32294,20 +32037,20 @@ item_db: ( Id: 4115 AegisName: "Hunter_Fly_Card" Name: "Hunter Fly Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bHPDrainRate,30,15; "> }, { Id: 4116 AegisName: "Isis_Card" Name: "Isis Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Dark,30; bonus bFlee,5; @@ -32317,10 +32060,10 @@ item_db: ( Id: 4117 AegisName: "Side_Winder_Card" Name: "Sidewinder Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" skill TF_DOUBLE,1; bonus bDoubleRate,5; @@ -32330,50 +32073,50 @@ item_db: ( Id: 4118 AegisName: "Petit_Card" Name: "Earth Petite Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Dragon,20; "> }, { Id: 4119 AegisName: "Bathory_Card" Name: "Bathory Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Dark; "> }, { Id: 4120 AegisName: "Petit__Card" Name: "Sky Petite Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Dragon,30; "> }, { Id: 4121 AegisName: "Phreeoni_Card" Name: "Phreeoni Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bHit,100; "> }, { Id: 4122 AegisName: "Deviruchi_Card" Name: "Deviruchi Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bStr,1; bonus2 bResEff,Eff_Blind,10000; @@ -32383,10 +32126,10 @@ item_db: ( Id: 4123 AegisName: "Eddga_Card" Name: "Eddga Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxHPrate,-25; "> OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; "> OnUnequipScript: <" sc_end SC_ENDURE; "> @@ -32395,10 +32138,10 @@ item_db: ( Id: 4124 AegisName: "Medusa_Card" Name: "Medusa Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Demon,15; bonus2 bResEff,Eff_Stone,10000; @@ -32408,10 +32151,10 @@ item_db: ( Id: 4125 AegisName: "Deviace_Card" Name: "Deviace Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_DemiPlayer,7; bonus2 bAddRace,RC_Brute,7; @@ -32423,10 +32166,10 @@ item_db: ( Id: 4126 AegisName: "Minorous_Card" Name: "Minorous Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddSize,Size_Large,15; bonus bBaseAtk,5; @@ -32436,10 +32179,10 @@ item_db: ( Id: 4127 AegisName: "Nightmare_Card" Name: "Nightmare Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bResEff,Eff_Sleep,10000; bonus bAgi,1; @@ -32449,10 +32192,10 @@ item_db: ( Id: 4128 AegisName: "Golden_Bug_Card" Name: "Golden Thief Bug Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bNoMagicDamage,100; bonus bUseSPrate,100; @@ -32462,10 +32205,10 @@ item_db: ( Id: 4129 AegisName: "Baphomet__Card" Name: "Bapho Jr. Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bAgi,3; bonus bCritical,1; @@ -32475,30 +32218,30 @@ item_db: ( Id: 4130 AegisName: "Scorpion_King_Card" Name: "Scorpion King Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Undead,20; "> }, { Id: 4131 AegisName: "Moonlight_Flower_Card" Name: "Moonlight Flower Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bSpeedRate,25; "> }, { Id: 4132 AegisName: "Mistress_Card" Name: "Mistress Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bNoGemStone,0; bonus bUseSPrate,25; @@ -32508,90 +32251,90 @@ item_db: ( Id: 4133 AegisName: "Daydric_Card" Name: "Raydric Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Neutral,20; "> }, { Id: 4134 AegisName: "Dracula_Card" Name: "Dracula Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPDrainRate,100,5; "> }, { Id: 4135 AegisName: "Orc_Load_Card" Name: "Orc Lord Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bShortWeaponDamageReturn,30; "> }, { Id: 4136 AegisName: "Khalitzburg_Card" Name: "Khalitzburg Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Demon,30; "> }, { Id: 4137 AegisName: "Drake_Card" Name: "Drake Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bNoSizeFix,0; "> }, { Id: 4138 AegisName: "Anubis_Card" Name: "Anubis Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Angel,30; "> }, { Id: 4139 AegisName: "Joker_Card" Name: "Joker Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill TF_STEAL,1; "> }, { Id: 4140 AegisName: "Knight_Of_Abyss_Card" Name: "Abysmal Knight Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace,RC_Boss,25; "> }, { Id: 4141 AegisName: "Evil_Druid_Card" Name: "Evil Druid Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDefEle,Ele_Undead; bonus bInt,1; @@ -32602,20 +32345,20 @@ item_db: ( Id: 4142 AegisName: "Doppelganger_Card" Name: "Doppelganger Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bAspdRate,10; "> }, { Id: 4143 AegisName: "Orc_Hero_Card" Name: "Orc Hero Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bVit,3; bonus2 bResEff,Eff_Stun,10000; @@ -32625,40 +32368,40 @@ item_db: ( Id: 4144 AegisName: "Osiris_Card" Name: "Osiris Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bRestartFullRecover,0; "> }, { Id: 4145 AegisName: "Berzebub_Card" Name: "Berzebub Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bCastrate,-30; "> }, { Id: 4146 AegisName: "Maya_Card" Name: "Maya Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bMagicDamageReturn,50; "> }, { Id: 4147 AegisName: "Baphomet_Card" Name: "Baphomet Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bHit,-10; bonus bSplashRange,1; @@ -32668,30 +32411,30 @@ item_db: ( Id: 4148 AegisName: "Pharaoh_Card" Name: "Pharaoh Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bUseSPrate,-30; "> }, { Id: 4149 AegisName: "Gargoyle_Card" Name: "Gargoyle Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12028,RC_Insect,100; "> }, { Id: 4150 AegisName: "Goat_Card" Name: "Goat Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" if(getrefine()<6) { bonus bDef,2; @@ -32704,10 +32447,10 @@ item_db: ( Id: 4151 AegisName: "Gajomart_Card" Name: "Gajomart Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Plant,-20; bonus2 bExpAddRace,RC_Plant,10; @@ -32717,10 +32460,10 @@ item_db: ( Id: 4152 AegisName: "Galapago_Card" Name: "Galapago Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddItemHealRate,Apple_Juice,50; bonus2 bAddItemHealRate,Banana_Juice,50; @@ -32734,10 +32477,10 @@ item_db: ( Id: 4153 AegisName: "Crab_Card" Name: "Crab Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,5; bonus2 bAddDamageClass,1266,30; @@ -32747,10 +32490,10 @@ item_db: ( Id: 4154 AegisName: "Rice_Cake_Boy_Card" Name: "Dumpling Child Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddItemHealRate,Candy,50; bonus2 bAddItemHealRate,Candy_Striper,50; @@ -32762,20 +32505,20 @@ item_db: ( Id: 4155 AegisName: "Goblin_Leader_Card" Name: "Goblin Leader Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace2,RC2_Goblin,30; "> }, { Id: 4156 AegisName: "Steam_Goblin_Card" Name: "Goblin Steamrider Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Formless,7; @@ -32785,10 +32528,10 @@ item_db: ( Id: 4157 AegisName: "Goblin_Archer_Card" Name: "Goblin Archer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Undead,7; @@ -32798,10 +32541,10 @@ item_db: ( Id: 4158 AegisName: "Flying_Deleter_Card" Name: "Sky Deleter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bHPrecovRate,-100; bonus bHPGainValue,100; @@ -32811,10 +32554,10 @@ item_db: ( Id: 4159 AegisName: "Nine_Tail_Card" Name: "Nine Tail Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bAgi,2; if(getrefine()>8) bonus bFlee,20; @@ -32824,10 +32567,10 @@ item_db: ( Id: 4160 AegisName: "Antique_Firelock_Card" Name: "Firelock Soldier Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bStr,2; if(getrefine()>8) { @@ -32841,30 +32584,30 @@ item_db: ( Id: 4161 AegisName: "Grand_Peco_Card" Name: "Grand Peco Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus3 bAutoSpellWhenHit,PR_GLORIA,1,50; "> }, { Id: 4162 AegisName: "Grizzly_Card" Name: "Grizzly Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Blind,300; "> }, { Id: 4163 AegisName: "Gryphon_Card" Name: "Gryphon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bFlee,2; bonus bCritical,7; @@ -32875,10 +32618,10 @@ item_db: ( Id: 4164 AegisName: "Gullinbursti_Card" Name: "Gullinbursti Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Fish,-20; bonus2 bExpAddRace,RC_Fish,10; @@ -32888,10 +32631,10 @@ item_db: ( Id: 4165 AegisName: "Gig_Card" Name: "Gig Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Insect,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -32899,20 +32642,20 @@ item_db: ( Id: 4166 AegisName: "Nightmare_Terror_Card" Name: "Nightmare Terror Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Curse,300; "> }, { Id: 4167 AegisName: "Neraid_Card" Name: "Nereid Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Brute,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -32920,20 +32663,20 @@ item_db: ( Id: 4168 AegisName: "Dark_Lord_Card" Name: "Dark Lord Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus3 bAutoSpellWhenHit,WZ_METEOR,5,100; "> }, { Id: 4169 AegisName: "Dark_Illusion_Card" Name: "Dark Illusion Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bMaxHPrate,-10; bonus bMaxSPrate,-10; @@ -32944,20 +32687,20 @@ item_db: ( Id: 4170 AegisName: "Dark_Frame_Card" Name: "Dark Frame Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Stone,600; "> }, { Id: 4171 AegisName: "Dark_Priest_Card" Name: "Dark Priest Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPVanishRate, 50, 10; if (BaseJob == Job_Sage) bonus bSPDrainValue, 1; @@ -32967,10 +32710,10 @@ item_db: ( Id: 4172 AegisName: "The_Paper_Card" Name: "The Paper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,20; bonus2 bSPDrainValue,-1,0; @@ -32980,20 +32723,20 @@ item_db: ( Id: 4173 AegisName: "Demon_Pungus_Card" Name: "Demon Pungus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,600; "> }, { Id: 4174 AegisName: "Deviling_Card" Name: "Deviling Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Neutral,50; bonus2 bSubEle,Ele_Water,-50; @@ -33011,10 +32754,10 @@ item_db: ( Id: 4175 AegisName: "Poison_Toad_Card" Name: "Poisonous Toad Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,TF_POISON,1,20; bonus2 bAddSkillBlow,52,5; @@ -33024,10 +32767,10 @@ item_db: ( Id: 4176 AegisName: "Dullahan_Card" Name: "Dullahan Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Dragon,7; @@ -33037,10 +32780,10 @@ item_db: ( Id: 4177 AegisName: "Dryad_Card" Name: "Dryad Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus3 bAddMonsterDropItem,993,RC_Plant,100; bonus2 bSubEle,Ele_Earth,10; @@ -33050,10 +32793,10 @@ item_db: ( Id: 4178 AegisName: "Dragon_Tail_Card" Name: "Dragon Tail Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bAgi,1; bonus bFlee,10; @@ -33065,20 +32808,20 @@ item_db: ( Id: 4179 AegisName: "Dragon_Fly_Card" Name: "Dragon Fly Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bAgi,1; "> }, { Id: 4180 AegisName: "Driller_Card" Name: "Driller Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Dragon,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -33086,20 +32829,20 @@ item_db: ( Id: 4181 AegisName: "Disguise_Card" Name: "Disguise Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77); "> }, { Id: 4182 AegisName: "Diabolic_Card" Name: "Diabolic Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Demon,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -33107,30 +32850,30 @@ item_db: ( Id: 4183 AegisName: "Vagabond_Wolf_Card" Name: "Vagabond Wolf Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bStr,1; "> }, { Id: 4184 AegisName: "Lava_Golem_Card" Name: "Lava Golem Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace2,RC2_Golem,30; "> }, { Id: 4185 AegisName: "Rideword_Card" Name: "Rideword Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,1; if(BaseClass==Job_Acolyte) { @@ -33144,10 +32887,10 @@ item_db: ( Id: 4186 AegisName: "Raggler_Card" Name: "Raggler Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bStr,1; bonus bVit,1; @@ -33157,20 +32900,20 @@ item_db: ( Id: 4187 AegisName: "Raydric_Archer_Card" Name: "Raydric Archer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12030,RC_Demon,100; "> }, { Id: 4188 AegisName: "Leib_Olmai_Card" Name: "Leib Olmai Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bSubEle,Ele_Fire,10; bonus3 bAddMonsterDropItem,990,RC_Brute,100; @@ -33180,40 +32923,40 @@ item_db: ( Id: 4189 AegisName: "Wraith_Dead_Card" Name: "Wraith Dead Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Curse,600; "> }, { Id: 4190 AegisName: "Wraith_Card" Name: "Wraith Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12027,RC_Undead,100; "> }, { Id: 4191 AegisName: "Loli_Ruri_Card" Name: "Loli Ruri Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAutoSpellWhenHit,AL_HEAL,3,50; "> }, { Id: 4192 AegisName: "Rotar_Zairo_Card" Name: "Rotar Zairo Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Fish,7; @@ -33223,30 +32966,30 @@ item_db: ( Id: 4193 AegisName: "Lude_Card" Name: "Lude Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,SM_ENDURE,1,200; "> }, { Id: 4194 AegisName: "Rybio_Card" Name: "Rybio Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77); "> }, { Id: 4195 AegisName: "Leaf_Cat_Card" Name: "Leaf Cat Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bSubEle,Ele_Water,10; bonus3 bAddMonsterDropItem,991,RC_Fish,100; @@ -33256,10 +32999,10 @@ item_db: ( Id: 4196 AegisName: "Marin_Card" Name: "Marin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddMonsterDropItem,909,2000; bonus2 bAddMonsterDropItem,7126,10; @@ -33269,30 +33012,30 @@ item_db: ( Id: 4197 AegisName: "Mastering_Card" Name: "Mastering Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bLuk,1; "> }, { Id: 4198 AegisName: "Maya_Puple_Card" Name: "Maya Purple Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bIntravision,0; "> }, { Id: 4199 AegisName: "Merman_Card" Name: "Merman Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bHPrecovRate,10; bonus bSPrecovRate,10; @@ -33302,40 +33045,40 @@ item_db: ( Id: 4200 AegisName: "Megalith_Card" Name: "Megalith Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" if(getrefine()<6) bonus bMdef,7; "> }, { Id: 4201 AegisName: "Majoruros_Card" Name: "Majoruros Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Stun,600; "> }, { Id: 4202 AegisName: "Civil_Servant_Card" Name: "Mao Guai Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddEle,Ele_Ghost,20; "> }, { Id: 4203 AegisName: "Mutant_Dragon_Card" Name: "Mutant Dragonoid Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,15; bonus3 bAutoSpell,MG_FIREBALL,3+2*(getskilllv(MG_FIREBALL)==10),50; @@ -33345,10 +33088,10 @@ item_db: ( Id: 4204 AegisName: "Mini_Demon_Card" Name: "Mini Demon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Brute,-20; bonus2 bExpAddRace,RC_Brute,10; @@ -33358,30 +33101,30 @@ item_db: ( Id: 4205 AegisName: "Mimic_Card" Name: "Mimic Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddMonsterDropItem,603,10; "> }, { Id: 4206 AegisName: "Mystcase_Card" Name: "Myst Case Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bAddMonsterDropItem,644,30; "> }, { Id: 4207 AegisName: "Mysteltainn_Card" Name: "Mysteltainn Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubSize,Size_Small,25; bonus bDef,1; @@ -33391,10 +33134,10 @@ item_db: ( Id: 4208 AegisName: "Miyabi_Ningyo_Card" Name: "Miyabi Doll Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxSPrate,10; bonus2 bSkillAtk,MG_FROSTDIVER,5; @@ -33404,20 +33147,20 @@ item_db: ( Id: 4209 AegisName: "Violy_Card" Name: "Violy Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,BA_FROSTJOKER,1+4*(getskilllv(BA_FROSTJOKER)==5),20; "> }, { Id: 4210 AegisName: "Wander_Man_Card" Name: "Wanderer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,RG_INTIMIDATE,1,20; if(BaseClass==Job_Thief) bonus bFlee,20; @@ -33427,20 +33170,20 @@ item_db: ( Id: 4211 AegisName: "Vocal_Card" Name: "Vocal Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bMdef,3; "> }, { Id: 4212 AegisName: "Bon_Gun_Card" Name: "Bongun Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,SM_BASH,1,20; bonus2 bAddSkillBlow,SM_BASH,5; @@ -33451,20 +33194,20 @@ item_db: ( Id: 4213 AegisName: "Brilight_Card" Name: "Brilight Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Silence,600; "> }, { Id: 4214 AegisName: "Bloody_Murderer_Card" Name: "Bloody Murderer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Insect,7; @@ -33474,40 +33217,40 @@ item_db: ( Id: 4215 AegisName: "Blazzer_Card" Name: "Blazer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_FOOD; "> }, { Id: 4216 AegisName: "Sasquatch_Card" Name: "Sasquatch Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,600; "> }, { Id: 4217 AegisName: "Live_Peach_Tree_Card" Name: "Enchanted Peach Tree Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus3 bAutoSpell,AL_HEAL,1+9*(getskilllv(AL_HEAL)==10),20; "> }, { Id: 4218 AegisName: "Succubus_Card" Name: "Succubus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,-3; bonus bHPrecovRate,-20; @@ -33518,10 +33261,10 @@ item_db: ( Id: 4219 AegisName: "Sageworm_Card" Name: "Sage Worm Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddMonsterDropItem,715,30; bonus2 bAddMonsterDropItem,716,30; @@ -33532,10 +33275,10 @@ item_db: ( Id: 4220 AegisName: "Solider_Card" Name: "Solider Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDef,2; bonus bMdef,2; @@ -33545,10 +33288,10 @@ item_db: ( Id: 4221 AegisName: "Skeleton_General_Card" Name: "Skeleton General Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Insect,-20; bonus2 bExpAddRace,RC_Insect,10; @@ -33558,20 +33301,20 @@ item_db: ( Id: 4222 AegisName: "Skel_Prisoner_Card" Name: "Skeleton Prisoner Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,300; "> }, { Id: 4223 AegisName: "Stalactic_Golem_Card" Name: "Stalactic Golem Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bDef,1; bonus2 bResEff,Eff_Stun,2000; @@ -33581,20 +33324,20 @@ item_db: ( Id: 4224 AegisName: "Stem_Worm_Card" Name: "Stem Worm Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12032,RC_Brute,100; "> }, { Id: 4225 AegisName: "Stone_Shooter_Card" Name: "Stone Shooter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,10; bonus bHit,10; @@ -33604,10 +33347,10 @@ item_db: ( Id: 4226 AegisName: "Sting_Card" Name: "Sting Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bDef,2; if(getrefine()>8) bonus bMdef,5; @@ -33617,10 +33360,10 @@ item_db: ( Id: 4227 AegisName: "Spring_Rabbit_Card" Name: "Spring Rabbit Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddItemHealRate,Meat,50; bonus2 bAddItemHealRate,528,50; @@ -33632,20 +33375,20 @@ item_db: ( Id: 4228 AegisName: "Sleeper_Card" Name: "Sleeper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12031,RC_Fish,100; "> }, { Id: 4229 AegisName: "C_Tower_Manager_Card" Name: "Tower Keeper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,1; bonus bCastrate,-5; @@ -33655,10 +33398,10 @@ item_db: ( Id: 4230 AegisName: "Shinobi_Card" Name: "Shinobi Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bAgi,1; bonus3 bAutoSpellWhenHit,AS_CLOAKING,5,100; @@ -33668,20 +33411,20 @@ item_db: ( Id: 4231 AegisName: "Increase_Soil_Card" Name: "Mi Gao Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace2,RC2_Guardian,50; "> }, { Id: 4232 AegisName: "Wild_Ginseng_Card" Name: "Hermit Plant Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddItemHealRate,Red_Herb,50; bonus2 bAddItemHealRate,Yellow_Herb,50; @@ -33695,10 +33438,10 @@ item_db: ( Id: 4233 AegisName: "Baby_Leopard_Card" Name: "Baby Leopard Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bLuk,3; if(BaseClass==Job_Merchant) bonus bUnbreakableArmor,0; @@ -33708,20 +33451,20 @@ item_db: ( Id: 4234 AegisName: "Anolian_Card" Name: "Anolian Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAutoSpellWhenHit,AC_CONCENTRATION,1+9*(getskilllv(AC_CONCENTRATION)==10),30; "> }, { Id: 4235 AegisName: "Cookie_XMAS_Card" Name: "Christmas Cookie Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Angel,-20; bonus2 bExpAddRace,RC_Angel,10; @@ -33731,10 +33474,10 @@ item_db: ( Id: 4236 AegisName: "Amon_Ra_Card" Name: "Amon Ra Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bAllStats,1; bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99)); @@ -33744,30 +33487,30 @@ item_db: ( Id: 4237 AegisName: "Owl_Duke_Card" Name: "Owl Duke Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,PR_IMPOSITIO,3,3; "> }, { Id: 4238 AegisName: "Owl_Baron_Card" Name: "Owl Baron Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,PR_LEXAETERNA,1,30; "> }, { Id: 4239 AegisName: "Iron_Fist_Card" Name: "Iron Fist Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Formless,-20; bonus2 bExpAddRace,RC_Formless,10; @@ -33777,10 +33520,10 @@ item_db: ( Id: 4240 AegisName: "Arclouse_Card" Name: "Arclouze Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" if(getrefine()<6) { bonus bDef,2; @@ -33793,10 +33536,10 @@ item_db: ( Id: 4241 AegisName: "Archangeling_Card" Name: "Arc Angeling Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bMaxHP,300; if(readparam(bLuk)>=77) { @@ -33810,10 +33553,10 @@ item_db: ( Id: 4242 AegisName: "Apocalips_Card" Name: "Apocalipse Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,2; if(getrefine()>8) bonus bMaxHP,800; @@ -33823,20 +33566,20 @@ item_db: ( Id: 4243 AegisName: "Antonio_Card" Name: "Antonio Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAutoSpellWhenHit,AL_TELEPORT,1,500; "> }, { Id: 4244 AegisName: "Alarm_Card" Name: "Alarm Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus3 bAutoSpellWhenHit,MG_SIGHT,1,200; bonus bMaxHP,300; @@ -33847,10 +33590,10 @@ item_db: ( Id: 4245 AegisName: "Am_Mut_Card" Name: "Am Mut Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_DemiPlayer,-20; bonus2 bExpAddRace,RC_DemiPlayer,10; @@ -33860,10 +33603,10 @@ item_db: ( Id: 4246 AegisName: "Assulter_Card" Name: "Assaulter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_DemiPlayer,7; @@ -33873,10 +33616,10 @@ item_db: ( Id: 4247 AegisName: "Aster_Card" Name: "Aster Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,5; bonus2 bAddDamageClass,1074,30; @@ -33886,20 +33629,20 @@ item_db: ( Id: 4248 AegisName: "Ancient_Mummy_Card" Name: "Ancient Mummy Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus3 bAutoSpellWhenHit,AL_CRUCIS,5,30; "> }, { Id: 4249 AegisName: "Ancient_Worm_Card" Name: "Ancient Worm Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Demon,-20; bonus2 bExpAddRace,RC_Demon,10; @@ -33909,10 +33652,10 @@ item_db: ( Id: 4250 AegisName: "Executioner_Card" Name: "Executioner Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubSize,Size_Large,25; bonus bDef,1; @@ -33922,30 +33665,30 @@ item_db: ( Id: 4251 AegisName: "Elder_Card" Name: "Elder Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace2,RC2_Guardian,40; "> }, { Id: 4252 AegisName: "Alligator_Card" Name: "Alligator Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bLongAtkDef,5; "> }, { Id: 4253 AegisName: "Alice_Card" Name: "Alice Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Boss,40; bonus2 bSubRace,RC_NonBoss,-40; @@ -33955,10 +33698,10 @@ item_db: ( Id: 4254 AegisName: "Tirfing_Card" Name: "Ogretooth Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubSize,Size_Medium,25; bonus bDef,1; @@ -33968,30 +33711,30 @@ item_db: ( Id: 4255 AegisName: "Orc_Lady_Card" Name: "Orc Lady Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace2,RC2_Orc,30; "> }, { Id: 4256 AegisName: "Orc_Archer_Card" Name: "Orc Archer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12034,RC_DemiPlayer,100; "> }, { Id: 4257 AegisName: "Wild_Rose_Card" Name: "Wild Rose Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bAgi,1; if(BaseClass==Job_Thief) bonus bFlee2,5; @@ -34001,10 +33744,10 @@ item_db: ( Id: 4258 AegisName: "Wicked_Nymph_Card" Name: "Evil Nymph Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,1; bonus bMaxSP,50; @@ -34014,10 +33757,10 @@ item_db: ( Id: 4259 AegisName: "Wooden_Golem_Card" Name: "Wooden Golem Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDef,1; bonus bHPrecovRate,30; @@ -34027,10 +33770,10 @@ item_db: ( Id: 4260 AegisName: "Wootan_Shooter_Card" Name: "Wootan Shooter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bDef,1; bonus2 bResEff,Eff_Confusion,2000; @@ -34040,10 +33783,10 @@ item_db: ( Id: 4261 AegisName: "Wootan_Fighter_Card" Name: "Wootan Fighter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bDef,1; bonus2 bResEff,Eff_Bleeding,2000; @@ -34053,20 +33796,20 @@ item_db: ( Id: 4262 AegisName: "Evil_Cloud_Hermit_Card" Name: "Cloud Hermit Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12029,RC_Plant,100; "> }, { Id: 4263 AegisName: "Incant_Samurai_Card" Name: "Samurai Spector Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; @@ -34086,40 +33829,40 @@ item_db: ( Id: 4264 AegisName: "Wind_Ghost_Card" Name: "Wind Ghost Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,WZ_JUPITEL,3+7*(getskilllv(WZ_JUPITEL)==10),20; "> }, { Id: 4265 AegisName: "Li_Me_Mang_Ryang_Card" Name: "Jing Guai Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12033,RC_Angel,100; "> }, { Id: 4266 AegisName: "Eclipse_Card" Name: "Eclipse Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bVit,1; "> }, { Id: 4267 AegisName: "Explosion_Card" Name: "Explosion Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Dragon,-20; bonus2 bExpAddRace,RC_Dragon,10; @@ -34129,20 +33872,20 @@ item_db: ( Id: 4268 AegisName: "Injustice_Card" Name: "Injustice Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus3 bAutoSpell,AS_SONICBLOW,1,50; "> }, { Id: 4269 AegisName: "Incubus_Card" Name: "Incubus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,-3; bonus bSPrecovRate,-20; @@ -34153,20 +33896,20 @@ item_db: ( Id: 4270 AegisName: "Giant_Spider_Card" Name: "Giant Spider Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Poison,600; "> }, { Id: 4271 AegisName: "Giant_Honet_Card" Name: "Giant Hornet Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bSubEle,Ele_Wind,10; bonus3 bAddMonsterDropItem,992,RC_Insect,100; @@ -34176,10 +33919,10 @@ item_db: ( Id: 4272 AegisName: "Dancing_Dragon_Card" Name: "Zhu Po Long Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bAgi,1; bonus bCritical,3; @@ -34189,10 +33932,10 @@ item_db: ( Id: 4273 AegisName: "Shellfish_Card" Name: "Shell Fish Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,5; bonus2 bAddDamageClass,1073,30; @@ -34202,10 +33945,10 @@ item_db: ( Id: 4274 AegisName: "Zombie_Master_Card" Name: "Zombie Master Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Undead,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -34213,10 +33956,10 @@ item_db: ( Id: 4275 AegisName: "Zombie_Prisoner_Card" Name: "Zombie Prisoner Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bSubRace,RC_Undead,-20; bonus2 bExpAddRace,RC_Undead,10; @@ -34226,10 +33969,10 @@ item_db: ( Id: 4276 AegisName: "Lord_Of_Death_Card" Name: "Lord of The Dead Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; @@ -34243,10 +33986,10 @@ item_db: ( Id: 4277 AegisName: "Zherlthsh_Card" Name: "Zealotus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bLuk,2; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10; @@ -34257,20 +34000,20 @@ item_db: ( Id: 4278 AegisName: "Gibbet_Card" Name: "Gibbet Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" if(getrefine()<6) bonus bMdef,5; "> }, { Id: 4279 AegisName: "Deleter_Card" Name: "Earth Deleter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bSPrecovRate,-100; bonus bSPGainValue,10; @@ -34281,20 +34024,20 @@ item_db: ( Id: 4280 AegisName: "Geographer_Card" Name: "Geographer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAutoSpellWhenHit,AL_BLESSING,2+8*(getskilllv(AL_BLESSING)==10),30; "> }, { Id: 4281 AegisName: "Zipper_Bear_Card" Name: "Zipper Bear Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,30; bonus2 bSPDrainValue,-1,0; @@ -34305,40 +34048,40 @@ item_db: ( Id: 4282 AegisName: "Tengu_Card" Name: "Tengu Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_HEAL; "> }, { Id: 4283 AegisName: "Greatest_General_Card" Name: "Greatest General Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,MO_CALLSPIRITS,5,2+18*(BaseClass==Job_Acolyte); "> }, { Id: 4284 AegisName: "Chepet_Card" Name: "Chepet Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus4 bAutoSpell,AL_HEAL,5,50,1; "> }, { Id: 4285 AegisName: "Choco_Card" Name: "Choco Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee2,5; bonus bFlee,10; @@ -34348,30 +34091,30 @@ item_db: ( Id: 4286 AegisName: "Karakasa_Card" Name: "Karakasa Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77); "> }, { Id: 4287 AegisName: "Kapha_Card" Name: "Kapha Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" if(getrefine()<6) bonus bMdef,8; "> }, { Id: 4288 AegisName: "Carat_Card" Name: "Carat Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,2; if(getrefine()>8) bonus bMaxSP,150; @@ -34381,10 +34124,10 @@ item_db: ( Id: 4289 AegisName: "Caterpillar_Card" Name: "Caterpillar Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Plant,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -34392,10 +34135,10 @@ item_db: ( Id: 4290 AegisName: "Cat_O_Nine_Tail_Card" Name: "Cat O' Nine Tails Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMdef,3; bonus bMagicDamageReturn,5; @@ -34405,20 +34148,20 @@ item_db: ( Id: 4291 AegisName: "Kobold_Leader_Card" Name: "Kobold Leader Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace2,RC2_Kobold,30; "> }, { Id: 4292 AegisName: "Kobold_Archer_Card" Name: "Kobold Archer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Plant,7; @@ -34428,10 +34171,10 @@ item_db: ( Id: 4293 AegisName: "Cookie_Card" Name: "Cookie Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bLuk,2; bonus2 bSkillAtk,AL_HOLYLIGHT,10; @@ -34441,40 +34184,40 @@ item_db: ( Id: 4294 AegisName: "Quve_Card" Name: "Quve Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100; "> }, { Id: 4295 AegisName: "Kraben_Card" Name: "Kraben Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Blind,600; "> }, { Id: 4296 AegisName: "Cramp_Card" Name: "Cramp Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bGetZenyNum,500,1; "> }, { Id: 4297 AegisName: "Cruiser_Card" Name: "Cruiser Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Brute,7; @@ -34484,20 +34227,20 @@ item_db: ( Id: 4298 AegisName: "Cremy_Fear_Card" Name: "Creamy Fear Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,600; "> }, { Id: 4299 AegisName: "Clock_Card" Name: "Clock Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAutoSpellWhenHit,CR_AUTOGUARD,3+7*(getskilllv(CR_AUTOGUARD)==10),30; "> OnUnequipScript: <" sc_end SC_AUTOGUARD; "> }, @@ -34505,30 +34248,30 @@ item_db: ( Id: 4300 AegisName: "Chimera_Card" Name: "Chimera Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob==Job_Assassin); "> }, { Id: 4301 AegisName: "Killer_Mantis_Card" Name: "Killer Mantis Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Bleeding,600; "> }, { Id: 4302 AegisName: "Tao_Gunka_Card" Name: "Tao Gunka Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMaxHPrate,100; bonus bDef,-50; @@ -34539,10 +34282,10 @@ item_db: ( Id: 4303 AegisName: "Whisper_Boss_Card" Name: "Giant Whisper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee,10; if(readparam(bStr)>=80) bonus bBaseAtk,20; @@ -34554,10 +34297,10 @@ item_db: ( Id: 4304 AegisName: "Tamruan_Card" Name: "Tamruan Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bDef,2; bonus2 bSkillAtk,CR_SHIELDCHARGE,10; @@ -34568,10 +34311,10 @@ item_db: ( Id: 4305 AegisName: "Turtle_General_Card" Name: "Turtle General Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bAddRace, RC_All, 20; bonus3 bAutoSpell,SM_MAGNUM,10,30; @@ -34581,20 +34324,20 @@ item_db: ( Id: 4306 AegisName: "Toad_Card" Name: "Toad Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee2,1; "> }, { Id: 4307 AegisName: "Kind_Of_Beetle_Card" Name: "Beetle King Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Fish,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -34602,10 +34345,10 @@ item_db: ( Id: 4308 AegisName: "Tri_Joint_Card" Name: "Tri Joint Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Formless,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -34613,10 +34356,10 @@ item_db: ( Id: 4309 AegisName: "Parasite_Card" Name: "Parasite Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bDef,1; bonus2 bSubEle,Ele_Neutral,5; @@ -34626,10 +34369,10 @@ item_db: ( Id: 4310 AegisName: "Panzer_Goblin_Card" Name: "Panzer Goblin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Demon,7; @@ -34639,10 +34382,10 @@ item_db: ( Id: 4311 AegisName: "Permeter_Card" Name: "Permeter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bSubEle,Ele_Dark,15; bonus2 bSubEle,Ele_Undead,15; @@ -34652,10 +34395,10 @@ item_db: ( Id: 4312 AegisName: "Fur_Seal_Card" Name: "Seal Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bFlee,3; bonus bHit,10; @@ -34670,40 +34413,40 @@ item_db: ( Id: 4313 AegisName: "Punk_Card" Name: "Punk Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1+4*(getskilllv(WZ_QUAGMIRE)==5),50,0; "> }, { Id: 4314 AegisName: "Penomena_Card" Name: "Penomena Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Formless,30; "> }, { Id: 4315 AegisName: "Pest_Card" Name: "Pest Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77); "> }, { Id: 4316 AegisName: "Fake_Angel_Card" Name: "False Angel Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_Angel,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -34711,10 +34454,10 @@ item_db: ( Id: 4317 AegisName: "Mobster_Card" Name: "Mobster Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bCritAtkRate,15; if(BaseClass==Job_Thief) bonus bCritical,4; @@ -34724,10 +34467,10 @@ item_db: ( Id: 4318 AegisName: "Knight_Windstorm_Card" Name: "Stormy Knight Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus3 bAutoSpell,WZ_STORMGUST,2,20; bonus2 bAddEff,Eff_Freeze,2000; @@ -34737,10 +34480,10 @@ item_db: ( Id: 4319 AegisName: "Freezer_Card" Name: "Freezer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxHP,300; if(getrefine()>=9) bonus2 bSkillAtk,SM_BASH,10; @@ -34750,30 +34493,30 @@ item_db: ( Id: 4320 AegisName: "Bloody_Knight_Card" Name: "Bloody Knight Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus3 bAutoSpell,WZ_METEOR,1,20; "> }, { Id: 4321 AegisName: "Hylozoist_Card" Name: "Hylozoist Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bClassChange,100; "> }, { Id: 4322 AegisName: "High_Orc_Card" Name: "High Orc Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bDef,1; bonus bShortWeaponDamageReturn,5; @@ -34783,30 +34526,30 @@ item_db: ( Id: 4323 AegisName: "Garm_Baby_Card" Name: "Hatii Babe Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus3 bAutoSpell,MG_FROSTDIVER,3,50; "> }, { Id: 4324 AegisName: "Garm_Card" Name: "Hatii Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,5000; "> }, { Id: 4325 AegisName: "Harpy_Card" Name: "Harpy Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSubEle,Ele_Neutral,15; bonus2 bSkillAtk,MG_NAPALMBEAT,5; @@ -34816,10 +34559,10 @@ item_db: ( Id: 4326 AegisName: "See_Otter_Card" Name: "Sea-Otter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddItemHealRate,Sushi,50; bonus2 bAddItemHealRate,Fish_Slice,50; @@ -34831,10 +34574,10 @@ item_db: ( Id: 4327 AegisName: "Blood_Butterfly_Card" Name: "Bloody Butterfly Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bCastrate,30; bonus bNoCastCancel,0; @@ -34845,10 +34588,10 @@ item_db: ( Id: 4328 AegisName: "Hyegun_Card" Name: "Yao Jun Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee,15; bonus bCritical,1; @@ -34858,10 +34601,10 @@ item_db: ( Id: 4329 AegisName: "Phendark_Card" Name: "Phendark Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSPGainRace,RC_DemiPlayer,5; "> OnUnequipScript: <" heal 0,-5; "> }, @@ -34869,10 +34612,10 @@ item_db: ( Id: 4330 AegisName: "Dark_Snake_Lord_Card" Name: "Evil Snake Lord Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,3; bonus2 bResEff,Eff_Blind,10000; @@ -34883,10 +34626,10 @@ item_db: ( Id: 4331 AegisName: "Heater_Card" Name: "Heater Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bCritical,3; if(BaseClass==Job_Swordman) bonus bFlee2,3; @@ -34896,10 +34639,10 @@ item_db: ( Id: 4332 AegisName: "Waste_Stove_Card" Name: "Waste Stove Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bBaseAtk,5; bonus bInt,1; @@ -34909,20 +34652,20 @@ item_db: ( Id: 4333 AegisName: "Venomous_Card" Name: "Venomous Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF; "> }, { Id: 4334 AegisName: "Noxious_Card" Name: "Noxious Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bLongAtkDef,10; bonus2 bSubEle,Ele_Neutral,10; @@ -34932,10 +34675,10 @@ item_db: ( Id: 4335 AegisName: "Pitman_Card" Name: "Pitman Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSkillAtk,WZ_EARTHSPIKE,5; bonus2 bSkillAtk,WZ_HEAVENDRIVE,5; @@ -34946,10 +34689,10 @@ item_db: ( Id: 4336 AegisName: "Ungoliant_Card" Name: "Ungoliant Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bHPrecovRate,10; bonus2 bResEff,Eff_Bleeding,10000; @@ -34959,10 +34702,10 @@ item_db: ( Id: 4337 AegisName: "Porcellio_Card" Name: "Porcellio Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bBaseAtk,25; bonus bDef,-5; @@ -34972,20 +34715,20 @@ item_db: ( Id: 4338 AegisName: "Obsidian_Card" Name: "Obsidian Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,readparam(bDex)/18; "> }, { Id: 4339 AegisName: "Mineral_Card" Name: "Mineral Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bBaseAtk,-25; bonus bDef,3; @@ -34995,30 +34738,30 @@ item_db: ( Id: 4340 AegisName: "Teddy_Bear_Card" Name: "Teddy Bear Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubRace,RC_Undead,30; "> }, { Id: 4341 AegisName: "Metaling_Card" Name: "Metaling Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus3 bAutoSpell,RG_STRIPWEAPON,1,50; "> }, { Id: 4342 AegisName: "Rsx_0806_Card" Name: "RSX-0806 Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,3; bonus bUnbreakableArmor,0; @@ -35029,30 +34772,30 @@ item_db: ( Id: 4343 AegisName: "Mole_Card" Name: "Holden Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bLuk,2; "> }, { Id: 4344 AegisName: "Anopheles_Card" Name: "Anopheles Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12058,RC_Insect,50; "> }, { Id: 4345 AegisName: "Hill_Wind_Card" Name: "Hill Wind Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSkillAtk,MG_THUNDERSTORM,5; bonus2 bSkillAtk,WZ_JUPITEL,5; @@ -35064,50 +34807,50 @@ item_db: ( Id: 4346 AegisName: "Ygnizem_Card" Name: "Egnigem Cenia Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bStr,readparam(bInt)/18; "> }, { Id: 4347 AegisName: "Armaia_Card" Name: "Armeyer Dinze Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12053,RC_Fish,50; "> }, { Id: 4348 AegisName: "Whikebain_Card" Name: "Wickebine Tres Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,RG_STRIPARMOR,1,50; "> }, { Id: 4349 AegisName: "Erend_Card" Name: "Errende Ebecee Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus4 bAutoSpellWhenHit,AL_PNEUMA,1,50,0; "> }, { Id: 4350 AegisName: "Rawrel_Card" Name: "Laurell Weinder Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSkillAtk,WZ_FROSTNOVA,3; bonus2 bSkillAtk,WZ_STORMGUST,3; @@ -35118,10 +34861,10 @@ item_db: ( Id: 4351 AegisName: "Kavac_Card" Name: "Kavach Icarus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" if(getrefine()<=4) { bonus bFlee,20; @@ -35137,10 +34880,10 @@ item_db: ( Id: 4352 AegisName: "B_Ygnizem_Card" Name: "General Egnigem Cenia Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxHPrate,10; bonus bMaxSPrate,10; @@ -35152,10 +34895,10 @@ item_db: ( Id: 4353 AegisName: "Removal_Card" Name: "Remover Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMaxHP,800-40*getrefine(); bonus bHPrecovRate,10; @@ -35165,10 +34908,10 @@ item_db: ( Id: 4354 AegisName: "Gemini_Card" Name: "Gemini-S58 Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" if(readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; @@ -35185,30 +34928,30 @@ item_db: ( Id: 4355 AegisName: "Gremlin_Card" Name: "Gremlin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12043,RC_Brute,50; "> }, { Id: 4356 AegisName: "Beholder_Card" Name: "Beholder Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill SA_CASTCANCEL,1; "> }, { Id: 4357 AegisName: "B_Seyren_Card" Name: "Lord Knight Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" skill LK_BERSERK,1; bonus bMaxHPrate,-50; @@ -35218,20 +34961,20 @@ item_db: ( Id: 4358 AegisName: "Seyren_Card" Name: "Seyren Windsor Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bStr,getrefine()-6; "> }, { Id: 4359 AegisName: "B_Eremes_Card" Name: "Assassin Cross Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" skill AS_CLOAKING,3; "> OnUnequipScript: <" sc_end SC_CLOAKING; "> }, @@ -35239,20 +34982,20 @@ item_db: ( Id: 4360 AegisName: "Eremes_Card" Name: "Eremes Guile Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bCriticalAddRace,RC_DemiPlayer,10; "> }, { Id: 4361 AegisName: "B_Harword_Card" Name: "MasterSmith Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700; @@ -35262,10 +35005,10 @@ item_db: ( Id: 4362 AegisName: "Harword_Card" Name: "Howard Alt-Eisen Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bAspdRate,-5; bonus bHit,30; @@ -35275,20 +35018,20 @@ item_db: ( Id: 4363 AegisName: "B_Magaleta_Card" Name: "High Priest Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,50,BF_WEAPON|BF_MAGIC,0; "> }, { Id: 4364 AegisName: "Magaleta_Card" Name: "Margaretha Sorin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,1; bonus5 bAutoSpellWhenHit,PR_LEXDIVINA,5,150,BF_MAGIC,1; @@ -35298,10 +35041,10 @@ item_db: ( Id: 4365 AegisName: "B_Katrinn_Card" Name: "High Wizard Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bIgnoreMdefRace,RC_NonBoss; bonus bCastrate,100; @@ -35313,10 +35056,10 @@ item_db: ( Id: 4366 AegisName: "Katrinn_Card" Name: "Kathryne Keyron Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bCastrate,getrefine()*-1; if(getrefine()>=9) { @@ -35329,10 +35072,10 @@ item_db: ( Id: 4367 AegisName: "B_Shecil_Card" Name: "Sniper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bHPDrainRate,50,20; bonus bHPrecovRate,-10; @@ -35342,10 +35085,10 @@ item_db: ( Id: 4368 AegisName: "Shecil_Card" Name: "Cecil Damon Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bAspdRate,5; bonus bHit,-30; @@ -35355,30 +35098,30 @@ item_db: ( Id: 4369 AegisName: "Venatu_Card" Name: "Venatu Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bLuk,readparam(bAgi)/18; "> }, { Id: 4370 AegisName: "Dimik_Card" Name: "Dimik Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bVit,getrefine()-5; "> }, { Id: 4371 AegisName: "Archdam_Card" Name: "Archdam Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bBaseAtk,10; bonus bCastrate,20; @@ -35388,10 +35131,10 @@ item_db: ( Id: 4372 AegisName: "Bacsojin_Card" Name: "White Lady Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bHealPower,30; bonus bUseSPrate,15; @@ -35401,10 +35144,10 @@ item_db: ( Id: 4373 AegisName: "Chung_E_Card" Name: "Green Maiden Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bLuk,getrefine()-5; bonus bCritical,getrefine(); @@ -35414,10 +35157,10 @@ item_db: ( Id: 4374 AegisName: "Apocalips_H_Card" Name: "Vesper Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,30; @@ -35427,10 +35170,10 @@ item_db: ( Id: 4375 AegisName: "Orc_Baby_Card_Card" Name: "Orc Baby Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" if(getrefine()>=9) { bonus2 bSubEle,Ele_Neutral,15; @@ -35447,10 +35190,10 @@ item_db: ( Id: 4376 AegisName: "Lady_Tanee_Card" Name: "Lady Tanee Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMaxHPrate,-40; bonus bMaxSPrate,50; @@ -35462,20 +35205,20 @@ item_db: ( Id: 4377 AegisName: "Green_Iguana_Card" Name: "Grove Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12063,RC_Formless,50; "> }, { Id: 4378 AegisName: "Acidus_Card" Name: "Gold Acidus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" if(getrefine()<=4) { bonus bMaxHPrate,8; @@ -35494,10 +35237,10 @@ item_db: ( Id: 4379 AegisName: "Acidus__Card" Name: "Blue Acidus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" if(getrefine()<=4) { bonus bSPrecovRate,5; @@ -35513,10 +35256,10 @@ item_db: ( Id: 4380 AegisName: "Ferus_Card" Name: "Red Ferus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSkillAtk,WZ_FIREPILLAR,5; bonus2 bSkillAtk,WZ_METEOR,5; @@ -35527,10 +35270,10 @@ item_db: ( Id: 4381 AegisName: "Ferus__Card" Name: "Green Ferus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bVit,1; bonus bMaxHPrate,10; @@ -35540,10 +35283,10 @@ item_db: ( Id: 4382 AegisName: "Novus__Card" Name: "Yellow Novus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMaxHP,500; bonus bHPrecovRate,10; @@ -35553,40 +35296,40 @@ item_db: ( Id: 4383 AegisName: "Novus_Card" Name: "Red Novus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF; "> }, { Id: 4384 AegisName: "Hydro_Card" Name: "Hydrolancer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,SA_SPELLBREAKER,1,100; "> }, { Id: 4385 AegisName: "Dragon_Egg_Card" Name: "Dragon Egg Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12048,RC_Dragon,50; "> }, { Id: 4386 AegisName: "Detale_Card" Name: "Detardeurus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMdef,-20; bonus2 bResEff,Eff_Freeze,10000; @@ -35597,20 +35340,20 @@ item_db: ( Id: 4387 AegisName: "Ancient_Mimic_Card" Name: "Ancient Mimic Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bAgi,readparam(bLuk)/18; "> }, { Id: 4388 AegisName: "Deathword_Card" Name: "Death Word Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bSkillAtk,MG_NAPALMBEAT,5; bonus2 bSkillAtk,MG_SOULSTRIKE,5; @@ -35622,10 +35365,10 @@ item_db: ( Id: 4389 AegisName: "Plasma_Card" Name: "Plasma Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddMonsterDropItem,12118,50; bonus2 bAddMonsterDropItem,12119,50; @@ -35637,10 +35380,10 @@ item_db: ( Id: 4390 AegisName: "Breeze_Card" Name: "Breeze Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,5; bonus2 bAddEff,Eff_Bleeding,500; @@ -35650,50 +35393,50 @@ item_db: ( Id: 4391 AegisName: "Retribution_Card" Name: "Baroness of Retribution Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAddMonsterDropItem,12068,RC_Angel,50; "> }, { Id: 4392 AegisName: "Observation_Card" Name: "Dame of Sentinel Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bDex,readparam(bVit)/18; "> }, { Id: 4393 AegisName: "Shelter_Card" Name: "Mistress of Shelter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bInt,readparam(bStr)/18; "> }, { Id: 4394 AegisName: "Solace_Card" Name: "Lady Solace Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" if(BaseJob==Job_Priest) bonus3 bAutoSpell,CR_GRANDCROSS,5,20; "> }, { Id: 4395 AegisName: "Tha_Maero_Card" Name: "Maero of Thanatos Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,5; bonus3 bAutoSpell,AL_DECAGI,3,50; @@ -35703,40 +35446,40 @@ item_db: ( Id: 4396 AegisName: "Tha_Odium_Card" Name: "Odium of Thanatos Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bAgi,getrefine()-5; "> }, { Id: 4397 AegisName: "Tha_Despero_Card" Name: "Despero of Thanatos Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus bInt,getrefine()-6; "> }, { Id: 4398 AegisName: "Tha_Dolor_Card" Name: "Dolor of Thanatos Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bMagicAddRace,RC_Angel,10; "> }, { Id: 4399 AegisName: "Thanatos_Card" Name: "Memory of Thanatos Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bDefRatioAtkRace, RC_All; bonus bSPDrainValue,-1; @@ -35748,20 +35491,20 @@ item_db: ( Id: 4400 AegisName: "Aliza_Card" Name: "Aliza Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50+50*(BaseJob==Job_Dancer); "> }, { Id: 4401 AegisName: "Alicel_Card" Name: "Alicel Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bFlee,10; bonus bDef,-5; @@ -35771,10 +35514,10 @@ item_db: ( Id: 4402 AegisName: "Aliot_Card" Name: "Aliot Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { bonus bStr,2; @@ -35791,30 +35534,30 @@ item_db: ( Id: 4403 AegisName: "Kiel_Card" Name: "Kiel-D-01 Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bDelayrate,-30; "> }, { Id: 4404 AegisName: "Skogul_Card" Name: "Skogul Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF; "> }, { Id: 4405 AegisName: "Frus_Card" Name: "Frus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMagicDamageReturn,getrefine()*2; if(BaseClass==Job_Mage) bonus bMdef,3; @@ -35824,20 +35567,20 @@ item_db: ( Id: 4406 AegisName: "Skeggiold_Card" Name: "Skeggiold Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus2 bMagicAddRace,RC_Demon,2; "> }, { Id: 4407 AegisName: "Randgris_Card" Name: "Randgris Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bUnbreakableWeapon,0; bonus2 bAddRace, RC_All, 10; @@ -35848,10 +35591,10 @@ item_db: ( Id: 4408 AegisName: "Gloom_Under_Night_Card" Name: "Gloom Under Night Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEle,Ele_Holy,40; bonus2 bAddEle,Ele_Dark,40; @@ -35863,10 +35606,10 @@ item_db: ( Id: 4409 AegisName: "Agav_Card" Name: "Agav Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMatkRate,5; bonus bDef,-10; @@ -35877,10 +35620,10 @@ item_db: ( Id: 4410 AegisName: "Echio_Card" Name: "Echio Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bBaseAtk,15; if(BaseClass==Job_Swordman) bonus bMaxHP,500; @@ -35890,10 +35633,10 @@ item_db: ( Id: 4411 AegisName: "Vanberk_Card" Name: "Vanberk Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; @@ -35903,10 +35646,10 @@ item_db: ( Id: 4412 AegisName: "Isilla_Card" Name: "Isilla Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus bInt,2; autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }"; @@ -35916,10 +35659,10 @@ item_db: ( Id: 4413 AegisName: "Hodremlin_Card" Name: "Hodremlin Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubSize,Size_Small,15; bonus2 bSubSize,Size_Medium,15; @@ -35931,10 +35674,10 @@ item_db: ( Id: 4414 AegisName: "Seeker_Card" Name: "Seeker Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" skill MG_STONECURSE,1; bonus2 bResEff,Eff_Stone,3000; @@ -35945,10 +35688,10 @@ item_db: ( Id: 4415 AegisName: "Snowier_Card" Name: "Snowier Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bAddMonsterDropItem,536,2000; bonus2 bAddItemHealRate,536,100; @@ -35958,10 +35701,10 @@ item_db: ( Id: 4416 AegisName: "Siroma_Card" Name: "Siroma Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bSkillAtk,MG_COLDBOLT,25; bonus2 bCastrate,MG_COLDBOLT,-25; @@ -35971,10 +35714,10 @@ item_db: ( Id: 4417 AegisName: "Ice_Titan_Card" Name: "Ice Titan Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bVit,2; autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect(EF_FREEZED, AREA, playerattached()); }"; @@ -35984,20 +35727,20 @@ item_db: ( Id: 4418 AegisName: "Gazeti_Card" Name: "Gazeti Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus3 bAutoSpell,MG_COLDBOLT,2,100; "> }, { Id: 4419 AegisName: "Ktullanux_Card" Name: "Ktullanux Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus2 bAddEle,Ele_Fire,50; bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,20,BF_WEAPON|BF_MAGIC,0; @@ -36007,10 +35750,10 @@ item_db: ( Id: 4420 AegisName: "Muscipular_Card" Name: "Muscipular Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus3 bAutoSpellWhenHit,AL_HEAL,1,100; bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100; @@ -36020,20 +35763,20 @@ item_db: ( Id: 4421 AegisName: "Drosera_Card" Name: "Drosera Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" if(getiteminfo(getequipid(EQI_HAND_R),9)>3) bonus bCritical,15; "> }, { Id: 4422 AegisName: "Roween_Card" Name: "Roween Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bFlee,5; bonus bFlee2,3; @@ -36045,10 +35788,10 @@ item_db: ( Id: 4423 AegisName: "Galion_Card" Name: "Galion Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bHit,5; bonus2 bAddEle,Ele_Water,5; @@ -36058,10 +35801,10 @@ item_db: ( Id: 4424 AegisName: "Stapo_Card" Name: "Stapo Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" skill TF_PICKSTONE,1; skill TF_THROWSTONE,1; @@ -36071,10 +35814,10 @@ item_db: ( Id: 4425 AegisName: "Atroce_Card" Name: "Atroce Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,25; autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; @@ -36084,10 +35827,10 @@ item_db: ( Id: 4426 AegisName: "Byorgue_Card" Name: "Byorgue Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" if (BaseJob == Job_Rogue) { bonus bMatkRate,10; @@ -36099,10 +35842,10 @@ item_db: ( Id: 4427 AegisName: "Sword_Guardian_Card" Name: "Sword Guardian Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) { bonus bHit,5; @@ -36116,10 +35859,10 @@ item_db: ( Id: 4428 AegisName: "Bow_Guardian_Card" Name: "Bow Guardian Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { bonus bHit,5; @@ -36133,10 +35876,10 @@ item_db: ( Id: 4429 AegisName: "Salamander_Card" Name: "Salamander Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus2 bSkillAtk,WZ_FIREPILLAR,40; bonus2 bSkillAtk,WZ_METEOR,40; @@ -36146,10 +35889,10 @@ item_db: ( Id: 4430 AegisName: "Ifrit_Card" Name: "Ifrit Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bBaseAtk,(JobLevel/10); bonus bCritical,(JobLevel/10); @@ -36161,10 +35904,10 @@ item_db: ( Id: 4431 AegisName: "Kasa_Card" Name: "Kasa Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus3 bAutoSpell,MG_FIREBALL,5,20; bonus3 bAutoSpell,MG_FIREBOLT,5,20; @@ -36174,10 +35917,10 @@ item_db: ( Id: 4432 AegisName: "Magmaring_Card" Name: "Magmaring Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 4 + Loc: "EQP_GARMENT" Script: <" bonus bBaseAtk,5; bonus2 bAddEle,Ele_Earth,10; @@ -36188,10 +35931,10 @@ item_db: ( Id: 4433 AegisName: "Imp_Card" Name: "Imp Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bSkillAtk,MG_FIREBOLT,25; bonus2 bCastrate,MG_FIREBOLT,-25; @@ -36201,10 +35944,10 @@ item_db: ( Id: 4434 AegisName: "Knocker_Card" Name: "Knocker Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" bonus2 bAddRace,RC_Formless,5; bonus3 bAddMonsterDropItem,756,RC_Formless,10; @@ -36215,10 +35958,10 @@ item_db: ( Id: 4435 AegisName: "Zombie_Slaughter_Card" Name: "Zombie Slaughter Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus2 bAddRace,RC_DemiPlayer,1; bonus2 bMagicAddRace,RC_DemiPlayer,1; @@ -36229,10 +35972,10 @@ item_db: ( Id: 4436 AegisName: "Ragged_Zombie_Card" Name: "Ragged Zombie Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus2 bCriticalAddRace,RC_DemiPlayer,5; bonus2 bAddRace,RC_DemiPlayer,1; @@ -36244,10 +35987,10 @@ item_db: ( Id: 4437 AegisName: "Hell_Poodle_Card" Name: "Hell Poodle Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 136 + Loc: "EQP_ACC" Script: <" bonus bHit,1; bonus2 bAddItemHealRate,517,100; @@ -36258,10 +36001,10 @@ item_db: ( Id: 4438 AegisName: "Banshee_Card" Name: "Banshee Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Script: <" if(BaseClass==Job_Mage) { bonus bMaxSP,100; @@ -36277,10 +36020,10 @@ item_db: ( Id: 4439 AegisName: "Flame_Skull_Card" Name: "Flame Skull Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bResEff,Eff_Blind,3000; bonus2 bResEff,Eff_Stun,3000; @@ -36296,10 +36039,10 @@ item_db: ( Id: 4440 AegisName: "Necromancer_Card" Name: "Necromancer Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" .@i = getiteminfo(getequipid(EQI_HAND_R),11); if (.@i == 10 || .@i == 23) { @@ -36313,10 +36056,10 @@ item_db: ( Id: 4441 AegisName: "Fallen_Bishop_Card" Name: "Fallen Bishop Hibram Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 64 + Loc: "EQP_SHOES" Script: <" bonus bMatkRate,10; bonus bMaxSPrate,-50; @@ -36328,10 +36071,10 @@ item_db: ( Id: 4442 AegisName: "Tatacho_Card" Name: "Tatacho Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5; @@ -36341,10 +36084,10 @@ item_db: ( Id: 4443 AegisName: "Aqua_Elemental_Card" Name: "Aqua Elemental Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Water,20; bonus2 bAddEle,Ele_Water,5; @@ -36354,10 +36097,10 @@ item_db: ( Id: 4444 AegisName: "Draco_Card" Name: "Draco Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Earth,20; bonus2 bAddEle,Ele_Earth,5; @@ -36367,10 +36110,10 @@ item_db: ( Id: 4445 AegisName: "Luciola_Vespa_Card" Name: "Luciola Vespa Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Wind,20; bonus2 bAddEle,Ele_Wind,5; @@ -36380,10 +36123,10 @@ item_db: ( Id: 4447 AegisName: "Centipede_Card" Name: "Centipede Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Poison,20; bonus2 bAddEle,Ele_Poison,5; @@ -36393,10 +36136,10 @@ item_db: ( Id: 4448 AegisName: "Cornus_Card" Name: "Cornus Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Holy,20; bonus2 bAddEle,Ele_Holy,5; @@ -36406,10 +36149,10 @@ item_db: ( Id: 4449 AegisName: "Dark_Shadow_Card" Name: "Dark Shadow Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 32 + Loc: "EQP_SHIELD" Script: <" bonus2 bSubEle,Ele_Dark,20; bonus2 bAddEle,Ele_Dark,5; @@ -36419,10 +36162,10 @@ item_db: ( Id: 4450 AegisName: "Banshee_Master_Card" Name: "Banshee Master Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bInt,1; bonus bMatk,10; @@ -36432,20 +36175,20 @@ item_db: ( Id: 4451 AegisName: "Ant_Buyanne_Card" Name: "Entweihen Crothen Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 16 + Loc: "EQP_ARMOR" Script: <" bonus bMatk,100; "> }, { Id: 4452 AegisName: "Centipede_Larva_Card" Name: "Centipede Larva Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bInt,1; bonus bMatk,3; @@ -36455,10 +36198,10 @@ item_db: ( Id: 4453 AegisName: "Hilsrion_Card" Name: "Hillsrion Card" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 2 + Loc: "EQP_WEAPON" Script: <" bonus bBaseAtk,25; "> }, @@ -36467,843 +36210,843 @@ item_db: ( Id: 4700 AegisName: "Strength1" Name: "STR+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,1; "> }, { Id: 4701 AegisName: "Strength2" Name: "STR+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,2; "> }, { Id: 4702 AegisName: "Strength3" Name: "STR+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,3; "> }, { Id: 4703 AegisName: "Strength4" Name: "STR+4" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,4; "> }, { Id: 4704 AegisName: "Strength5" Name: "STR+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,5; "> }, { Id: 4705 AegisName: "Strength6" Name: "STR+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,6; "> }, { Id: 4706 AegisName: "Strength7" Name: "STR+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,7; "> }, { Id: 4707 AegisName: "Strength8" Name: "STR+8" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,8; "> }, { Id: 4708 AegisName: "Strength9" Name: "STR+9" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,9; "> }, { Id: 4709 AegisName: "Strength10" Name: "STR+10" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bStr,10; "> }, { Id: 4710 AegisName: "Inteligence1" Name: "INT+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,1; "> }, { Id: 4711 AegisName: "Inteligence2" Name: "INT+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,2; "> }, { Id: 4712 AegisName: "Inteligence3" Name: "INT+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,3; "> }, { Id: 4713 AegisName: "Inteligence4" Name: "INT+4" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,4; "> }, { Id: 4714 AegisName: "Inteligence5" Name: "INT+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,5; "> }, { Id: 4715 AegisName: "Inteligence6" Name: "INT+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,6; "> }, { Id: 4716 AegisName: "Inteligence7" Name: "INT+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,7; "> }, { Id: 4717 AegisName: "Inteligence8" Name: "INT+8" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,8; "> }, { Id: 4718 AegisName: "Inteligence9" Name: "INT+9" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,9; "> }, { Id: 4719 AegisName: "Inteligence10" Name: "INT+10" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bInt,10; "> }, { Id: 4720 AegisName: "Dexterity1" Name: "DEX+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,1; "> }, { Id: 4721 AegisName: "Dexterity2" Name: "DEX+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,2; "> }, { Id: 4722 AegisName: "Dexterity3" Name: "DEX+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,3; "> }, { Id: 4723 AegisName: "Dexterity4" Name: "DEX+4" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,4; "> }, { Id: 4724 AegisName: "Dexterity5" Name: "DEX+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,5; "> }, { Id: 4725 AegisName: "Dexterity6" Name: "DEX+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,6; "> }, { Id: 4726 AegisName: "Dexterity7" Name: "DEX+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,7; "> }, { Id: 4727 AegisName: "Dexterity8" Name: "DEX+8" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,8; "> }, { Id: 4728 AegisName: "Dexterity9" Name: "DEX+9" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,9; "> }, { Id: 4729 AegisName: "Dexterity10" Name: "DEX+10" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bDex,10; "> }, { Id: 4730 AegisName: "Agility1" Name: "AGI+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,1; "> }, { Id: 4731 AegisName: "Agility2" Name: "AGI+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,2; "> }, { Id: 4732 AegisName: "Agility3" Name: "AGI+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,3; "> }, { Id: 4733 AegisName: "Agility4" Name: "AGI+4" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,4; "> }, { Id: 4734 AegisName: "Agility5" Name: "AGI+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,5; "> }, { Id: 4735 AegisName: "Agility6" Name: "AGI+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,6; "> }, { Id: 4736 AegisName: "Agility7" Name: "AGI+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,7; "> }, { Id: 4737 AegisName: "Agility8" Name: "AGI+8" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,8; "> }, { Id: 4738 AegisName: "Agility9" Name: "AGI+9" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,9; "> }, { Id: 4739 AegisName: "Agility10" Name: "AGI+10" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bAgi,10; "> }, { Id: 4740 AegisName: "Vitality1" Name: "VIT+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,1; "> }, { Id: 4741 AegisName: "Vitality2" Name: "VIT+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,2; "> }, { Id: 4742 AegisName: "Vitality3" Name: "VIT+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,3; "> }, { Id: 4743 AegisName: "Vitality4" Name: "VIT+4" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,4; "> }, { Id: 4744 AegisName: "Vitality5" Name: "VIT+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,5; "> }, { Id: 4745 AegisName: "Vitality6" Name: "VIT+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,6; "> }, { Id: 4746 AegisName: "Vitality7" Name: "VIT+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,7; "> }, { Id: 4747 AegisName: "Vitality8" Name: "VIT+8" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,8; "> }, { Id: 4748 AegisName: "Vitality9" Name: "VIT+9" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,9; "> }, { Id: 4749 AegisName: "Vitality10" Name: "VIT+10" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bVit,10; "> }, { Id: 4750 AegisName: "Luck1" Name: "LUK+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,1; "> }, { Id: 4751 AegisName: "Luck2" Name: "LUK+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,2; "> }, { Id: 4752 AegisName: "Luck3" Name: "LUK+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,3; "> }, { Id: 4753 AegisName: "Luck4" Name: "LUK+4" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,4; "> }, { Id: 4754 AegisName: "Luck5" Name: "LUK+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,5; "> }, { Id: 4755 AegisName: "Luck6" Name: "LUK+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,6; "> }, { Id: 4756 AegisName: "Luck7" Name: "LUK+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,7; "> }, { Id: 4757 AegisName: "Luck8" Name: "LUK+8" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,8; "> }, { Id: 4758 AegisName: "Luck9" Name: "LUK+9" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,9; "> }, { Id: 4759 AegisName: "Luck10" Name: "LUK+10" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bLuk,10; "> }, { Id: 4760 AegisName: "Matk1" Name: "MATK+1%" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bMatkRate,1; "> }, { Id: 4761 AegisName: "Matk2" Name: "MATK+2%" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bMatkRate,2; "> }, { Id: 4762 AegisName: "Evasion6" Name: "FLEE+6" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bFlee,6; "> }, { Id: 4763 AegisName: "Evasion12" Name: "FLEE+12" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bFlee,12; "> }, { Id: 4764 AegisName: "Critical5" Name: "CRI+5" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bCritical,5; "> }, { Id: 4765 AegisName: "Critical7" Name: "CRI+7" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus bCritical,7; "> }, { Id: 4766 AegisName: "Atk2" Name: "ATK+2%" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus2 bAddRace, RC_All, 2; "> }, { Id: 4767 AegisName: "Atk3" Name: "ATK+3%" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] Script: <" bonus2 bAddRace, RC_All, 3; "> }, { Id: 4768 AegisName: "Str1_J" Name: "STR+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4769 AegisName: "Str2_J" Name: "STR+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4770 AegisName: "Str3_J" Name: "STR+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4771 AegisName: "Int1_J" Name: "INT+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4772 AegisName: "Int2_J" Name: "INT+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4773 AegisName: "Int3_J" Name: "INT+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4774 AegisName: "Vit1_J" Name: "VIT+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4775 AegisName: "Vit2_J" Name: "VIT+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4776 AegisName: "Vit3_J" Name: "VIT+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4777 AegisName: "Agi1_J" Name: "AGI+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4778 AegisName: "Agi2_J" Name: "AGI+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4779 AegisName: "Agi3_J" Name: "AGI+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4780 AegisName: "Dex1_J" Name: "DEX+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4781 AegisName: "Dex2_J" Name: "DEX+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4782 AegisName: "Dex3_J" Name: "DEX+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4783 AegisName: "Luk1_J" Name: "LUK+1" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4784 AegisName: "Luk2_J" Name: "LUK+2" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, { Id: 4785 AegisName: "Luk3_J" Name: "LUK+3" - Type: 6 + Type: "IT_CARD" Buy: 20 Weight: 10 - Loc: 1023 + Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"] }, //== More Headgears ======================================== @@ -37311,7 +37054,7 @@ item_db: ( Id: 5001 AegisName: "Headset" Name: "Headset" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 @@ -37319,16 +37062,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 87 + ViewSprite: 87 Script: <" bonus2 bResEff,Eff_Curse,1000; "> }, { Id: 5002 AegisName: "Gemmed_Crown" Name: "Jewel Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 4 @@ -37343,9 +37086,9 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 88 + ViewSprite: 88 Script: <" bonus bInt,2; bonus bLuk,1; @@ -37356,7 +37099,7 @@ item_db: ( Id: 5003 AegisName: "Joker_Jester" Name: "Joker Jester" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -37364,8 +37107,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 89 + Loc: "EQP_HEAD_TOP" + ViewSprite: 89 Script: <" bonus bLuk,2; bonus bMdef,5; @@ -37375,23 +37118,23 @@ item_db: ( Id: 5004 AegisName: "Oxygen_Mask" Name: "Oxygen Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 90 + ViewSprite: 90 Script: <" bonus2 bResEff,Eff_Poison,2000; "> }, { Id: 5005 AegisName: "Gas_Mask" Name: "Gas Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -37399,16 +37142,16 @@ item_db: ( All: true Novice: false } - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 91 + ViewSprite: 91 Script: <" bonus2 bResEff,Eff_Poison,3000; "> }, { Id: 5006 AegisName: "Machoman_Glasses" Name: "Machoman's Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 36000 Weight: 100 Def: 1 @@ -37416,15 +37159,15 @@ item_db: ( All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 92 + ViewSprite: 92 }, { Id: 5007 AegisName: "Loard_Circlet" Name: "Grand Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 @@ -37432,9 +37175,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 55 - View: 93 + ViewSprite: 93 Script: <" bonus bStr,1; bonus bInt,1; @@ -37446,7 +37189,7 @@ item_db: ( Id: 5008 AegisName: "Puppy_Love" Name: "Puppy Love" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -37454,15 +37197,15 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 94 + ViewSprite: 94 }, { Id: 5009 AegisName: "Safety_Helmet" Name: "Safety Helmet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -37470,8 +37213,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 95 + Loc: "EQP_HEAD_TOP" + ViewSprite: 95 Script: <" bonus bMdef,3; bonus bUnbreakableHelm,0; @@ -37481,29 +37224,29 @@ item_db: ( Id: 5010 AegisName: "Indian_Hair_Piece" Name: "Indian Fillet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 256 - View: 96 + Loc: "EQP_HEAD_TOP" + ViewSprite: 96 }, { Id: 5011 AegisName: "Antenna" Name: "Aerial" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 256 - View: 97 + Loc: "EQP_HEAD_TOP" + ViewSprite: 97 }, { Id: 5012 AegisName: "Ph_D_Hat" Name: "Ph.D Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 @@ -37511,19 +37254,19 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 98 + Loc: "EQP_HEAD_TOP" + ViewSprite: 98 }, { Id: 5013 AegisName: "Horn_Of_Lord_Kaho" Name: "Lord Kaho's Horn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 - View: 99 + Loc: "EQP_HEAD_TOP" + ViewSprite: 99 Script: <" bonus bMdef,10; bonus bStr,5; @@ -37537,7 +37280,7 @@ item_db: ( Id: 5014 AegisName: "Fin_Helm" Name: "Fin Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 @@ -37546,28 +37289,28 @@ item_db: ( Knight: true Crusader: true } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 65 Refine: false - View: 100 + ViewSprite: 100 }, { Id: 5015 AegisName: "Egg_Shell" Name: "Egg Shell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 101 + ViewSprite: 101 }, { Id: 5016 AegisName: "Boys_Cap" Name: "Boy's Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -37575,14 +37318,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 102 + Loc: "EQP_HEAD_TOP" + ViewSprite: 102 }, { Id: 5017 AegisName: "Bone_Helm" Name: "Bone Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 7 @@ -37594,16 +37337,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 103 + ViewSprite: 103 Script: <" bonus2 bSubEle,Ele_Dark,-15; "> }, { Id: 5018 AegisName: "Feather_Bonnet" Name: "Feather Bonnet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 @@ -37612,15 +37355,15 @@ item_db: ( Hunter: true Bard: true } - Loc: 256 - View: 104 + Loc: "EQP_HEAD_TOP" + ViewSprite: 104 Script: <" bonus bAgi,1; "> }, { Id: 5019 AegisName: "Corsair" Name: "Corsair" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 5 @@ -37628,27 +37371,27 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 105 + Loc: "EQP_HEAD_TOP" + ViewSprite: 105 Script: <" bonus bVit,1; "> }, { Id: 5020 AegisName: "Kafra_Band" Name: "Kafra Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 256 - View: 106 + Loc: "EQP_HEAD_TOP" + ViewSprite: 106 Script: <" bonus bMdef,3; "> }, { Id: 5021 AegisName: "Bankruptcy_Of_Heart" Name: "Grief for Greed" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1200 Def: 4 @@ -37657,9 +37400,9 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 38 - View: 107 + ViewSprite: 107 Script: <" bonus bInt,1; bonus bDex,1; @@ -37669,7 +37412,7 @@ item_db: ( Id: 5022 AegisName: "Helm_Of_Sun" Name: "Hat of the Sun God" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2400 Def: 4 @@ -37689,8 +37432,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Loc: 768 - View: 138 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 138 Script: <" bonus bStr,3; bonus bInt,2; @@ -37700,7 +37443,7 @@ item_db: ( Id: 5023 AegisName: "Hat_Of_Bundle" Name: "Parcel Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Job: { @@ -37708,25 +37451,25 @@ item_db: ( Blacksmith: true Alchemist: true } - Loc: 256 - View: 108 + Loc: "EQP_HEAD_TOP" + ViewSprite: 108 }, { Id: 5024 AegisName: "Hat_Of_Cake" Name: "Cake Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 1 - Loc: 256 - View: 109 + Loc: "EQP_HEAD_TOP" + ViewSprite: 109 }, { Id: 5025 AegisName: "Helm_Of_Angel" Name: "Helm of Angel" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1600 Def: 5 @@ -37746,9 +37489,9 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 74 - View: 110 + ViewSprite: 110 Script: <" bonus bAgi,1; bonus bLuk,1; @@ -37759,7 +37502,7 @@ item_db: ( Id: 5026 AegisName: "Hat_Of_Cook" Name: "Chef Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -37767,16 +37510,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 111 + ViewSprite: 111 Script: <" bonus bDex,1; "> }, { Id: 5027 AegisName: "Wizardry_Hat" Name: "Mage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -37786,8 +37529,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 112 + Loc: "EQP_HEAD_TOP" + ViewSprite: 112 Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -37797,17 +37540,17 @@ item_db: ( Id: 5028 AegisName: "Candle" Name: "Candle" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 - Loc: 256 - View: 113 + Loc: "EQP_HEAD_TOP" + ViewSprite: 113 }, { Id: 5029 AegisName: "Spore_Hat" Name: "Spore Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 900 Def: 3 @@ -37815,15 +37558,15 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 114 + ViewSprite: 114 }, { Id: 5030 AegisName: "Panda_Cap" Name: "Panda Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 @@ -37831,15 +37574,15 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 115 + ViewSprite: 115 }, { Id: 5031 AegisName: "Mine_Helm" Name: "Mine Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1500 Def: 4 @@ -37857,16 +37600,16 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 55 - View: 116 + ViewSprite: 116 Script: <" bonus bDex,2; "> }, { Id: 5032 AegisName: "Picnic_Hat" Name: "Sunday Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 1 @@ -37874,14 +37617,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 117 + Loc: "EQP_HEAD_TOP" + ViewSprite: 117 }, { Id: 5033 AegisName: "Smokie_Hat" Name: "Raccoon Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 900 Def: 3 @@ -37889,29 +37632,29 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 118 + ViewSprite: 118 }, { Id: 5034 AegisName: "Light_Bulb_Band" Name: "Bulb Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Job: { All: true Novice: false } - Loc: 256 - View: 119 + Loc: "EQP_HEAD_TOP" + ViewSprite: 119 }, { Id: 5035 AegisName: "Poring_Hat" Name: "Poring Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 @@ -37919,15 +37662,15 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 38 - View: 120 + ViewSprite: 120 }, { Id: 5036 AegisName: "Cross_Band" Name: "Cross Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 1 @@ -37935,28 +37678,28 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 121 + ViewSprite: 121 }, { Id: 5037 AegisName: "Fruit_Shell" Name: "Nut Shell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 5 Refine: false - View: 122 + ViewSprite: 122 }, { Id: 5038 AegisName: "Deviruchi_Cap" Name: "Deviruchi Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -37964,9 +37707,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 64 - View: 123 + ViewSprite: 123 Script: <" bonus bStr,1; bonus bInt,1; @@ -37976,56 +37719,56 @@ item_db: ( Id: 5039 AegisName: "Mottled_Egg_Shell" Name: "Rainbow Eggshell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 19 Refine: false - View: 124 + ViewSprite: 124 }, { Id: 5040 AegisName: "Blush" Name: "Blush" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 125 + ViewSprite: 125 }, { Id: 5041 AegisName: "Heart_Hair_Pin" Name: "Heart Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 126 + Loc: "EQP_HEAD_TOP" + ViewSprite: 126 }, { Id: 5042 AegisName: "Hair_Protector" Name: "Bao Bao" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 14 - View: 127 + ViewSprite: 127 }, { Id: 5043 AegisName: "Opera_Ghost_Mask" Name: "Opera Phantom Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 @@ -38033,32 +37776,32 @@ item_db: ( All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 20 Refine: false - View: 128 + ViewSprite: 128 }, { Id: 5044 AegisName: "Devils_Wing" Name: "Evil Wing Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 Job: { All: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 129 + ViewSprite: 129 Script: <" bonus bVit,1; "> }, { Id: 5045 AegisName: "Magician_Hat" Name: "Magician Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 @@ -38071,9 +37814,9 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 130 + ViewSprite: 130 Script: <" bonus bDex,1; bonus bAgi,1; @@ -38084,93 +37827,93 @@ item_db: ( Id: 5046 AegisName: "Bongun_Hat" Name: "Bongun Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 139 + ViewSprite: 139 }, { Id: 5047 AegisName: "Fashion_Sunglass" Name: "Fashionable Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 256 - View: 131 + Loc: "EQP_HEAD_TOP" + ViewSprite: 131 }, { Id: 5048 AegisName: "First_Moon_Hair_Pin" Name: "Cresent Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 132 + Loc: "EQP_HEAD_TOP" + ViewSprite: 132 }, { Id: 5049 AegisName: "Stripe_Band" Name: "Striped Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 133 + ViewSprite: 133 }, { Id: 5050 AegisName: "Mystery_Fruit_Shell" Name: "Wonder Nutshell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 134 + ViewSprite: 134 }, { Id: 5051 AegisName: "Kitty_Bell" Name: "Pussy Cat Bell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 135 + ViewSprite: 135 }, { Id: 5052 AegisName: "Blue_Hair_Band" Name: "Blue Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Def: 1 - Loc: 256 - View: 136 + Loc: "EQP_HEAD_TOP" + ViewSprite: 136 }, { Id: 5053 AegisName: "Spinx_Helm" Name: "Sphinx Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 5 @@ -38179,71 +37922,71 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 65 Refine: false - View: 137 + ViewSprite: 137 Script: <" bonus bStr,2; "> }, { Id: 5054 AegisName: "Assasin_Mask" Name: "Assassin Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { Priest: true Assassin: true } - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 70 Refine: false - View: 180 + ViewSprite: 180 }, { Id: 5055 AegisName: "Novice_Egg_Cap" Name: "Novice False Eggshell" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 1 Def: 3 Job: { Novice: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 101 + ViewSprite: 101 }, { Id: 5056 AegisName: "Love_Berry" Name: "Fruit of Love" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 140 + ViewSprite: 140 }, { Id: 5057 AegisName: "Ear_Of_Black_Cat" Name: "Black Cat Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 16000 Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 141 + ViewSprite: 141 }, { Id: 5058 AegisName: "Drooping_Kitty" Name: "Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -38251,8 +37994,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 142 + Loc: "EQP_HEAD_TOP" + ViewSprite: 142 Script: <" bonus bMdef,15; bonus2 bResEff,Eff_Curse,3000; @@ -38262,55 +38005,55 @@ item_db: ( Id: 5059 AegisName: "Brown_Bear_Cap" Name: "Teddybear Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 143 + ViewSprite: 143 }, { Id: 5060 AegisName: "Party_Hat" Name: "Party Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 - View: 144 + Loc: "EQP_HEAD_TOP" + ViewSprite: 144 Script: <" bonus bLuk,1; "> }, { Id: 5061 AegisName: "Flower_Hairpin" Name: "Flower Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 145 + Loc: "EQP_HEAD_TOP" + ViewSprite: 145 }, { Id: 5062 AegisName: "Straw_Hat" Name: "Straw Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 146 + ViewSprite: 146 Script: <" bonus bAgi,1; "> }, { Id: 5063 AegisName: "Plaster" Name: "Giant Band Aid" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -38318,38 +38061,38 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 147 + Loc: "EQP_HEAD_TOP" + ViewSprite: 147 }, { Id: 5064 AegisName: "Leaf_Headgear" Name: "Smokie Leaf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 148 + Loc: "EQP_HEAD_TOP" + ViewSprite: 148 }, { Id: 5065 AegisName: "Fish_On_Head" Name: "Blue Fish" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 149 + ViewSprite: 149 Script: <" bonus2 bAddRace,RC_Fish,10; "> }, { Id: 5066 AegisName: "Horn_Of_Succubus" Name: "Succubus Horn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 4 @@ -38357,9 +38100,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 150 + ViewSprite: 150 Script: <" bonus bInt,1; bonus bMdef,10; @@ -38369,7 +38112,7 @@ item_db: ( Id: 5067 AegisName: "Sombrero" Name: "Sombrero" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 4 @@ -38377,29 +38120,29 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 151 + Loc: "EQP_HEAD_TOP" + ViewSprite: 151 Script: <" bonus bAgi,1; "> }, { Id: 5068 AegisName: "Ear_Of_Devils_Wing" Name: "Evil Wing Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 152 + ViewSprite: 152 Script: <" bonus bStr,1; "> }, { Id: 5069 AegisName: "Mask_Of_Fox" Name: "Kitsune Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -38407,8 +38150,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 153 + Loc: "EQP_HEAD_TOP" + ViewSprite: 153 Script: <" bonus bAgi,1; bonus bLuk,1; @@ -38418,7 +38161,7 @@ item_db: ( Id: 5070 AegisName: "Headband_Of_Power" Name: "Hot-blooded Headband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -38426,15 +38169,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 154 + Loc: "EQP_HEAD_TOP" + ViewSprite: 154 Script: <" bonus bStr,2; "> }, { Id: 5071 AegisName: "Indian_Headband" Name: "Indian Headband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 @@ -38442,15 +38185,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 155 + Loc: "EQP_HEAD_TOP" + ViewSprite: 155 Script: <" bonus bDex,1; "> }, { Id: 5072 AegisName: "Inccubus_Horn" Name: "Incubus Horn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 4 @@ -38458,9 +38201,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 156 + ViewSprite: 156 Script: <" bonus bAgi,1; bonus bMdef,10; @@ -38470,7 +38213,7 @@ item_db: ( Id: 5073 AegisName: "Cap_Of_Concentration" Name: "Model Training Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 @@ -38478,108 +38221,108 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 157 + Loc: "EQP_HEAD_TOP" + ViewSprite: 157 Script: <" bonus bDex, 2; "> }, { Id: 5074 AegisName: "Ear_Of_Angels_Wing" Name: "Angel Wing Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 158 + ViewSprite: 158 Script: <" bonus bStr,1; "> }, { Id: 5075 AegisName: "Cowboy_Hat" Name: "Cowboy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 - Loc: 256 - View: 159 + Loc: "EQP_HEAD_TOP" + ViewSprite: 159 }, { Id: 5076 AegisName: "Fur_Hat" Name: "Beanie" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 - Loc: 256 - View: 160 + Loc: "EQP_HEAD_TOP" + ViewSprite: 160 Script: <" bonus bLuk,1; "> }, { Id: 5077 AegisName: "Tulip_Hairpin" Name: "Tulip Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 161 + Loc: "EQP_HEAD_TOP" + ViewSprite: 161 }, { Id: 5078 AegisName: "Sea_Otter_Cap" Name: "Sea-Otter Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 162 + ViewSprite: 162 Script: <" bonus bVit,1; "> }, { Id: 5079 AegisName: "Crossed_Hair_Band" Name: "X Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 163 + Loc: "EQP_HEAD_TOP" + ViewSprite: 163 }, { Id: 5080 AegisName: "Headgear_Of_Queen" Name: "Crown of Ancient Queen" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 164 + ViewSprite: 164 }, { Id: 5081 AegisName: "Mistress_Crown" Name: "Crown of Mistress" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 75 - View: 165 + ViewSprite: 165 Script: <" bonus bMaxSP,100; bonus bInt,2; @@ -38590,31 +38333,31 @@ item_db: ( Id: 5082 AegisName: "Mushroom_Band" Name: "Decorative Mushroom" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 166 + Loc: "EQP_HEAD_TOP" + ViewSprite: 166 }, { Id: 5083 AegisName: "Red_Tailed_Ribbon" Name: "Red Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 167 + ViewSprite: 167 Script: <" bonus bMdef,10; "> }, { Id: 5084 AegisName: "Lazy_Raccoon" Name: "Lazy Smokie" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 @@ -38622,28 +38365,28 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 168 + Loc: "EQP_HEAD_TOP" + ViewSprite: 168 Script: <" bonus2 bResEff,Eff_Sleep,2000; "> }, { Id: 5085 AegisName: "Pair_Of_Red_Ribbon" Name: "Small Ribbons" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 45 Refine: false - View: 169 + ViewSprite: 169 }, { Id: 5086 AegisName: "Alarm_Mask" Name: "Alarm Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -38651,64 +38394,64 @@ item_db: ( All: true Novice: false } - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 170 + ViewSprite: 170 Script: <" bonus2 bResEff,Eff_Blind,5000; "> }, { Id: 5087 AegisName: "Goblin_Mask_01" Name: "Poker Face" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 171 + ViewSprite: 171 }, { Id: 5088 AegisName: "Goblin_Mask_02" Name: "Surprised Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 172 + ViewSprite: 172 }, { Id: 5089 AegisName: "Goblin_Mask_03" Name: "Annoyed Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 173 + ViewSprite: 173 }, { Id: 5090 AegisName: "Goblin_Mask_04" Name: "Goblin Leader Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 174 + ViewSprite: 174 }, { Id: 5091 AegisName: "Big_Golden_Bell" Name: "Decorative Golden Bell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 @@ -38716,15 +38459,15 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 35 - View: 175 + ViewSprite: 175 }, { Id: 5092 AegisName: "Blue_Coif" Name: "Coif" - Type: 5 + Type: "IT_ARMOR" Buy: 150000 Weight: 300 Def: 5 @@ -38732,15 +38475,15 @@ item_db: ( Priest: true Assassin: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 65 - View: 176 + ViewSprite: 176 }, { Id: 5093 AegisName: "Blue_Coif_" Name: "Coif" - Type: 5 + Type: "IT_ARMOR" Buy: 150000 Weight: 300 Def: 5 @@ -38749,16 +38492,16 @@ item_db: ( Priest: true Assassin: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 65 - View: 177 + ViewSprite: 177 Script: <" bonus bMaxSP,100; "> }, { Id: 5094 AegisName: "Orc_Hero_Helm" Name: "Helmet of Orc Hero" - Type: 5 + Type: "IT_ARMOR" Buy: 500000 Weight: 900 Def: 5 @@ -38766,9 +38509,9 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 55 - View: 178 + ViewSprite: 178 Script: <" bonus bStr,2; bonus bVit,1; @@ -38779,7 +38522,7 @@ item_db: ( Id: 5095 AegisName: "Orc_Hero_Helm_" Name: "Helmet of Orc Hero" - Type: 5 + Type: "IT_ARMOR" Buy: 800000 Weight: 1000 Def: 5 @@ -38788,9 +38531,9 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 55 - View: 179 + ViewSprite: 179 Script: <" bonus bStr,2; bonus bVit,1; @@ -38801,39 +38544,39 @@ item_db: ( Id: 5096 AegisName: "Assassin_Mask_" Name: "Assassin Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { Priest: true Assassin: true } - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 70 Refine: false - View: 180 + ViewSprite: 180 }, { Id: 5097 AegisName: "Cone_Hat_" Name: "Holiday Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 400 - Loc: 256 - View: 144 + Loc: "EQP_HEAD_TOP" + ViewSprite: 144 }, { Id: 5098 AegisName: "Tiger_Mask" Name: "Tiger Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 181 + ViewSprite: 181 Trade: { nodrop: true noselltonpc: true @@ -38848,12 +38591,12 @@ item_db: ( Id: 5099 AegisName: "Cat_Hat" Name: "Neko Mimi" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 - View: 182 + Loc: "EQP_HEAD_TOP" + ViewSprite: 182 Script: <" bonus bLuk,2; bonus bMdef,10; @@ -38864,12 +38607,12 @@ item_db: ( Id: 5100 AegisName: "Sales_Signboard" Name: "Sales Banner" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 75 - View: 183 + ViewSprite: 183 Trade: { nodrop: true noselltonpc: true @@ -38885,29 +38628,29 @@ item_db: ( Id: 5101 AegisName: "Takius_Blindfold" Name: "Takius's Blindfold" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 184 + ViewSprite: 184 }, { Id: 5102 AegisName: "Round_Eyes" Name: "Blank Eyes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 185 + ViewSprite: 185 }, { Id: 5103 AegisName: "Sunflower_Hairpin" Name: "Sunflower Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 1 @@ -38915,10 +38658,10 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 186 + ViewSprite: 186 Trade: { nodrop: true noselltonpc: true @@ -38933,16 +38676,16 @@ item_db: ( Id: 5104 AegisName: "Dark_Blindfold" Name: "Dark Blinder" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 187 + ViewSprite: 187 Script: <" bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,200; @@ -38952,13 +38695,13 @@ item_db: ( Id: 5105 AegisName: "Hat_Of_Cake_" Name: "2nd Anniversary Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 24 - View: 109 + ViewSprite: 109 Script: <" bonus bDex,1; bonus bMaxSP,80; @@ -38969,163 +38712,163 @@ item_db: ( Id: 5106 AegisName: "Cone_Hat_INA" Name: "2nd Anniversary Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 144 + ViewSprite: 144 Script: <" bonus bLuk,1; "> }, { Id: 5107 AegisName: "Well_Baked_Toast" Name: "Crunch Toast" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 188 + ViewSprite: 188 }, { Id: 5108 AegisName: "Detective_Hat" Name: "Renown Detective's Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 3 Slots: 1 - Loc: 256 - View: 189 + Loc: "EQP_HEAD_TOP" + ViewSprite: 189 }, { Id: 5109 AegisName: "Red_Bonnet" Name: "Red Bonnet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 2 - Loc: 256 - View: 190 + Loc: "EQP_HEAD_TOP" + ViewSprite: 190 }, { Id: 5110 AegisName: "Baby_Pacifier" Name: "Baby Pacifier" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 191 + ViewSprite: 191 }, { Id: 5111 AegisName: "Galapago_Cap" Name: "Galapago Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 55 - View: 192 + ViewSprite: 192 Script: <" bonus2 bAddMonsterDropItem,605,100; "> }, { Id: 5112 AegisName: "Super_Novice_Hat" Name: "Super Novice Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 8500 Weight: 400 Def: 4 Job: { Novice: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 193 + ViewSprite: 193 Script: <" bonus bAllStats,1; "> }, { Id: 5113 AegisName: "Angry_Mouth" Name: "Angry Snarl" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 194 + ViewSprite: 194 }, { Id: 5114 AegisName: "Fedora" Name: "Bucket Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 6000 Weight: 300 Def: 3 - Loc: 256 - View: 195 + Loc: "EQP_HEAD_TOP" + ViewSprite: 195 }, { Id: 5115 AegisName: "Winter_Hat" Name: "Winter Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 256 - View: 196 + Loc: "EQP_HEAD_TOP" + ViewSprite: 196 Script: <" bonus2 bResEff,Eff_Freeze,1000; "> }, { Id: 5116 AegisName: "Banana_Hat" Name: "Banana Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 256 - View: 197 + Loc: "EQP_HEAD_TOP" + ViewSprite: 197 Script: <" bonus3 bAutoSpell,SM_PROVOKE,3,30; "> }, { Id: 5117 AegisName: "Mistic_Rose" Name: "Mystic Rose" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 198 + Loc: "EQP_HEAD_TOP" + ViewSprite: 198 Script: <" bonus2 bSubRace,RC_Plant,2; "> }, { Id: 5118 AegisName: "Ear_Of_Puppy" Name: "Puppy Headband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 199 + Loc: "EQP_HEAD_TOP" + ViewSprite: 199 }, { Id: 5119 AegisName: "Super_Novice_Hat_" Name: "Super Novice Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 8500 Weight: 400 Def: 4 @@ -39133,28 +38876,28 @@ item_db: ( Job: { Novice: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 193 + ViewSprite: 193 Script: <" bonus bAllStats,1; "> }, { Id: 5120 AegisName: "Fedora_" Name: "Bucket Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 6000 Weight: 300 Def: 3 Slots: 1 - Loc: 256 - View: 195 + Loc: "EQP_HEAD_TOP" + ViewSprite: 195 }, { Id: 5121 AegisName: "Zherlthsh_Mask" Name: "Zealotus Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 @@ -39162,9 +38905,9 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 70 - View: 200 + ViewSprite: 200 Script: <" bonus2 bAddRace,RC_DemiPlayer,5; bonus2 bSubRace,RC_DemiPlayer,5; @@ -39174,7 +38917,7 @@ item_db: ( Id: 5122 AegisName: "Magni_Cap" Name: "Magni's Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 1000 Def: 5 @@ -39182,16 +38925,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 65 - View: 250 + ViewSprite: 250 Script: <" bonus bStr,2; "> }, { Id: 5123 AegisName: "Ulle_Cap" Name: "Ulle's Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 3 @@ -39200,9 +38943,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 65 - View: 254 + ViewSprite: 254 Script: <" bonus bDex,2; bonus bAgi,1; @@ -39212,7 +38955,7 @@ item_db: ( Id: 5124 AegisName: "Fricca_Circlet" Name: "Fricca's Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 300 Def: 3 @@ -39220,9 +38963,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 65 - View: 251 + ViewSprite: 251 Script: <" bonus bMdef,10; bonus bInt,2; @@ -39233,7 +38976,7 @@ item_db: ( Id: 5125 AegisName: "Kiss_Of_Angel" Name: "Angel's Kiss" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 300 Def: 3 @@ -39241,16 +38984,16 @@ item_db: ( Job: { Novice: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 255 + ViewSprite: 255 Script: <" bonus bSPrecovRate,5; "> }, { Id: 5126 AegisName: "Morpheuss_Hood" Name: "Morpheus's Hood" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 200 Def: 1 @@ -39258,16 +39001,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 33 - View: 256 + ViewSprite: 256 Script: <" bonus bInt,2; "> }, { Id: 5127 AegisName: "Morriganes_Helm" Name: "Morrigane's Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 4 @@ -39275,9 +39018,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 61 - View: 257 + ViewSprite: 257 Script: <" bonus bLuk,2; bonus bBaseAtk,3; @@ -39287,7 +39030,7 @@ item_db: ( Id: 5128 AegisName: "Goibnes_Helmet" Name: "Goibne's Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 5 @@ -39295,9 +39038,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 54 - View: 258 + ViewSprite: 258 Script: <" bonus bVit,3; bonus bMdef,3; @@ -39307,14 +39050,14 @@ item_db: ( Id: 5129 AegisName: "Bird_Nest" Name: "Bird Nest" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: false - View: 201 + ViewSprite: 201 Script: <" bonus bAgi,2; bonus2 bSubRace,RC_Brute,10; @@ -39324,7 +39067,7 @@ item_db: ( Id: 5130 AegisName: "Lion_Mask" Name: "Lion Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Job: { @@ -39343,9 +39086,9 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 75 - View: 202 + ViewSprite: 202 Script: <" bonus2 bAddEffWhenHit,Eff_Silence,500; bonus bMdef,1; @@ -39355,7 +39098,7 @@ item_db: ( Id: 5131 AegisName: "Close_Helmet" Name: "Close Helmet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1200 Def: 8 @@ -39364,9 +39107,9 @@ item_db: ( Knight: true Crusader: true } - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 75 - View: 203 + ViewSprite: 203 Script: <" bonus bVit,3; bonus bMaxHPrate,3; @@ -39376,13 +39119,13 @@ item_db: ( Id: 5132 AegisName: "Angeling_Hat" Name: "Angeling Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 204 + ViewSprite: 204 Trade: { noselltonpc: true nocart: true @@ -39396,7 +39139,7 @@ item_db: ( Id: 5133 AegisName: "Sheep_Hat" Name: "Sheep Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Def: 1 @@ -39405,9 +39148,9 @@ item_db: ( Priest: true Monk: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 205 + ViewSprite: 205 Trade: { nodrop: true noselltonpc: true @@ -39419,46 +39162,46 @@ item_db: ( Id: 5134 AegisName: "Pumpkin_Hat" Name: "Pumpkin-Head" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 206 + Loc: "EQP_HEAD_TOP" + ViewSprite: 206 Script: <" bonus2 bSubRace,RC_Demon,5; "> }, { Id: 5135 AegisName: "Cyclops_Visor" Name: "Cyclop's Eye" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 75 Refine: false - View: 207 + ViewSprite: 207 Script: <" bonus bMaxSP,50; "> }, { Id: 5136 AegisName: "Santas_Hat_" Name: "Antonio's Santa Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 256 - View: 20 + Loc: "EQP_HEAD_TOP" + ViewSprite: 20 }, { Id: 5137 AegisName: "Alice_Doll" Name: "Alice Doll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Slots: 1 @@ -39466,10 +39209,10 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 208 + ViewSprite: 208 Script: <" bonus bStr,1; bonus2 bAddRace,RC_DemiPlayer,10; @@ -39480,7 +39223,7 @@ item_db: ( Id: 5138 AegisName: "Magic_Eyes" Name: "Magic Eyes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -39490,9 +39233,9 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 209 + ViewSprite: 209 Script: <" bonus bMdef,5; bonus bCastrate,-10; @@ -39503,13 +39246,13 @@ item_db: ( Id: 5139 AegisName: "Hibiscus" Name: "Hibiscus" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 210 + ViewSprite: 210 Script: <" bonus bDex,1; bonus bInt,1; @@ -39520,14 +39263,14 @@ item_db: ( Id: 5140 AegisName: "Charming_Ribbon" Name: "Charming Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 211 + ViewSprite: 211 Script: <" bonus2 bSubRace,RC_Undead,5; bonus2 bSubRace,RC_Demon,5; @@ -39537,7 +39280,7 @@ item_db: ( Id: 5141 AegisName: "Marionette_Doll" Name: "Marionette Doll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Slots: 1 @@ -39545,16 +39288,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 212 + ViewSprite: 212 Script: <" bonus bStr,1; "> }, { Id: 5142 AegisName: "Crescent_Helm" Name: "Crescent Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 8 @@ -39566,9 +39309,9 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 213 + ViewSprite: 213 Script: <" bonus bVit,1; bonus2 bSubRace,RC_DemiPlayer,5; @@ -39578,7 +39321,7 @@ item_db: ( Id: 5143 AegisName: "Kabuki_Mask" Name: "Kabuki Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 @@ -39587,42 +39330,42 @@ item_db: ( All: true Novice: false } - Gender: 1 - Loc: 769 + Gender: "SEX_MALE" + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 30 - View: 214 + ViewSprite: 214 Script: <" bonus2 bResEff,Eff_Silence,3000; "> }, { Id: 5144 AegisName: "Gambler_Hat" Name: "Gambler Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 16 + Loc: "EQP_HEAD_TOP" + ViewSprite: 16 Script: <" bonus bLuk,5; "> }, { Id: 5145 AegisName: "Carnival_Joker_Jester" Name: "Carnival Joker Jester" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 - Loc: 256 - View: 89 + Loc: "EQP_HEAD_TOP" + ViewSprite: 89 }, { Id: 5146 AegisName: "Elephant_Hat" Name: "Elephant Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 - Loc: 256 - View: 215 + Loc: "EQP_HEAD_TOP" + ViewSprite: 215 Script: <" bonus bVit,1; bonus2 bSubRace,RC_Brute,7; @@ -39633,57 +39376,57 @@ item_db: ( Id: 5147 AegisName: "Baseball_Cap" Name: "Baseball Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 3 Slots: 1 - Loc: 256 - View: 216 + Loc: "EQP_HEAD_TOP" + ViewSprite: 216 }, { Id: 5148 AegisName: "Phrygian_Cap" Name: "Phrygian Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 500 - Loc: 256 - View: 217 + Loc: "EQP_HEAD_TOP" + ViewSprite: 217 Script: <" bonus bInt,2; "> }, { Id: 5149 AegisName: "Silver_Tiara" Name: "Silver Tiara" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 256 - View: 218 + Loc: "EQP_HEAD_TOP" + ViewSprite: 218 Script: <" bonus bInt,2; "> }, { Id: 5150 AegisName: "Joker_Jester_" Name: "Joker Jester" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 219 + ViewSprite: 219 Script: <" bonus bSpeedRate,25; "> }, { Id: 5151 AegisName: "Headset_OST" Name: "Note Headphones" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 4 Slots: 1 - Loc: 768 - View: 220 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 220 Script: <" bonus bMdef,3; bonus2 bResEff,Eff_Stun,1000; @@ -39694,13 +39437,13 @@ item_db: ( Id: 5152 AegisName: "Chinese_Crown" Name: "Chinese Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2000 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 221 + ViewSprite: 221 Script: <" bonus2 bResEff,Eff_Stun,1000; bonus bInt,1; @@ -39710,25 +39453,25 @@ item_db: ( Id: 5153 AegisName: "Angeling_Hairpin" Name: "Angeling Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 3 - Loc: 256 - View: 222 + Loc: "EQP_HEAD_TOP" + ViewSprite: 222 Script: <" bonus bFlee,5; "> }, { Id: 5154 AegisName: "Sunglasses_F" Name: "Father's Sunglasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 12 + ViewSprite: 12 Trade: { nodrop: true notrade: true @@ -39743,12 +39486,12 @@ item_db: ( Id: 5155 AegisName: "Granpa_Beard_F" Name: "Father's White Moustache" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 25 + ViewSprite: 25 Trade: { nodrop: true notrade: true @@ -39764,12 +39507,12 @@ item_db: ( Id: 5156 AegisName: "Flu_Mask_F" Name: "Father's Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 8 + ViewSprite: 8 Trade: { nodrop: true notrade: true @@ -39785,7 +39528,7 @@ item_db: ( Id: 5157 AegisName: "Viking_Helm_" Name: "Orc Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 5 @@ -39801,14 +39544,14 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 - View: 86 + Loc: "EQP_HEAD_TOP" + ViewSprite: 86 }, { Id: 5158 AegisName: "Holy_Bonnet_" Name: "Monk Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Def: 5 @@ -39818,15 +39561,15 @@ item_db: ( Priest: true Monk: true } - Loc: 256 - View: 35 + Loc: "EQP_HEAD_TOP" + ViewSprite: 35 Script: <" bonus bMdef,3; "> }, { Id: 5159 AegisName: "Golden_Gear_" Name: "Golden Gear" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 900 Def: 5 @@ -39835,16 +39578,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 30 + ViewSprite: 30 Script: <" bonus bUnbreakableHelm,0; "> }, { Id: 5160 AegisName: "Magestic_Goat_" Name: "Majestic Goat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 @@ -39859,15 +39602,15 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 - View: 41 + Loc: "EQP_HEAD_TOP" + ViewSprite: 41 Script: <" bonus bStr,1; "> }, { Id: 5161 AegisName: "Sharp_Gear_" Name: "Spiky Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 6 @@ -39888,15 +39631,15 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 43 + ViewSprite: 43 }, { Id: 5162 AegisName: "Bone_Helm_" Name: "Bone Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 7 @@ -39909,16 +39652,16 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 103 + ViewSprite: 103 Script: <" bonus2 bSubEle,Ele_Dark,-15; "> }, { Id: 5163 AegisName: "Corsair_" Name: "Corsair" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 5 @@ -39927,15 +39670,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 105 + Loc: "EQP_HEAD_TOP" + ViewSprite: 105 Script: <" bonus bVit,1; "> }, { Id: 5164 AegisName: "Tiara_" Name: "Tiara" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 @@ -39944,16 +39687,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 19 + ViewSprite: 19 Script: <" bonus bInt,1; "> }, { Id: 5165 AegisName: "Crown_" Name: "Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 @@ -39962,17 +39705,17 @@ item_db: ( All: true Novice: false } - Gender: 1 - Loc: 256 + Gender: "SEX_MALE" + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 45 + ViewSprite: 45 Script: <" bonus bInt,1; "> }, { Id: 5166 AegisName: "Spinx_Helm_" Name: "Sphinx Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 5 @@ -39982,51 +39725,51 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 65 Refine: false - View: 137 + ViewSprite: 137 Script: <" bonus bStr,2; "> }, { Id: 5167 AegisName: "Munak_Turban_" Name: "Munak Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 51 + ViewSprite: 51 Script: <" bonus2 bSubRace,RC_Undead,10; "> }, { Id: 5168 AegisName: "Bongun_Hat_" Name: "Bongun Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 139 + ViewSprite: 139 }, { Id: 5169 AegisName: "Bride_Mask" Name: "Bride Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 4 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 40 - View: 223 + ViewSprite: 223 Script: <" if(BaseClass==Job_Taekwon) { bonus bLuk,2; @@ -40039,7 +39782,7 @@ item_db: ( Id: 5170 AegisName: "Feather_Beret" Name: "Feather Beret" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 600 Def: 1 @@ -40047,8 +39790,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 224 + Loc: "EQP_HEAD_TOP" + ViewSprite: 224 Script: <" bonus bMdef,1; bonus2 bSubRace,RC_DemiPlayer,10; @@ -40058,7 +39801,7 @@ item_db: ( Id: 5171 AegisName: "Valkyrie_Helm" Name: "Valkyrie Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 100000 Weight: 1000 Def: 5 @@ -40067,35 +39810,35 @@ item_db: ( All: true Novice: false } - Upper: 2 - Loc: 256 - View: 225 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_HEAD_TOP" + ViewSprite: 225 Script: <" bonus bMdef,5; "> }, { Id: 5172 AegisName: "Beret" Name: "Beret" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 700 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 226 + ViewSprite: 226 Script: <" bonus2 bSubRace,RC_DemiPlayer,10; "> }, { Id: 5173 AegisName: "Satto_Hat" Name: "Magistrate Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 400 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 227 + ViewSprite: 227 Script: <" if(BaseClass==Job_Taekwon) { bonus bAgi,1; @@ -40108,14 +39851,14 @@ item_db: ( Id: 5174 AegisName: "Ayam" Name: "Ayam" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 400 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 228 + ViewSprite: 228 Script: <" if(BaseClass==Job_Taekwon) { bonus bInt,1; @@ -40128,12 +39871,12 @@ item_db: ( Id: 5175 AegisName: "Censor_Bar" Name: "Censor Bar" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 229 + ViewSprite: 229 Script: <" bonus2 bResEff,Eff_Curse,500; bonus bMdef,1; @@ -40144,14 +39887,14 @@ item_db: ( Id: 5176 AegisName: "Hahoe_Mask" Name: "Hahoe Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 100 Def: 2 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 30 Refine: false - View: 230 + ViewSprite: 230 Script: <" if(BaseClass==Job_Taekwon) { bonus bLuk,1; @@ -40164,14 +39907,14 @@ item_db: ( Id: 5177 AegisName: "Guardian_Lion_Mask" Name: "Mythical Lion Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Weight: 500 Def: 5 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 40 - View: 231 + ViewSprite: 231 Script: <" if(BaseClass==Job_Taekwon) { bonus bDex,2; @@ -40185,40 +39928,40 @@ item_db: ( Id: 5178 AegisName: "Candle_" Name: "Candle" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 - Loc: 256 - View: 113 + Loc: "EQP_HEAD_TOP" + ViewSprite: 113 Script: <" bonus bAllStats,1; "> }, { Id: 5179 AegisName: "Gold_Tiara" Name: "Golden Tiara" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 256 - View: 232 + Loc: "EQP_HEAD_TOP" + ViewSprite: 232 Script: <" bonus bInt,2; "> }, { Id: 5180 AegisName: "Phrygian_Cap_" Name: "France Holiday Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 217 + Loc: "EQP_HEAD_TOP" + ViewSprite: 217 Script: <" bonus bVit,1; "> }, { Id: 5181 AegisName: "Helm_Of_Darkness" Name: "Helm of Darkness" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2000 Def: 3 @@ -40234,23 +39977,23 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 233 + ViewSprite: 233 Script: <" bonus bStr,2; "> }, { Id: 5182 AegisName: "Puppy_Hat" Name: "Puppy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 234 + ViewSprite: 234 Script: <" bonus bAgi,1; bonus3 bAutoSpell,PR_GLORIA,1,10+20*(readparam(bAgi)>=77); @@ -40260,13 +40003,13 @@ item_db: ( Id: 5183 AegisName: "Bird_Nest_Hat" Name: "Bird Nest Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 235 + ViewSprite: 235 Script: <" bonus bDex,1; bonus bAgi,1; @@ -40277,7 +40020,7 @@ item_db: ( Id: 5184 AegisName: "Captain_Hat" Name: "Captain's Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -40285,23 +40028,23 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 236 + ViewSprite: 236 Script: <" bonus2 bSubEle,Ele_Water,5; "> }, { Id: 5185 AegisName: "Laurel_Wreath" Name: "Laurel Wreath" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 237 + ViewSprite: 237 Script: <" bonus bLuk,3; bonus2 bResEff,Eff_Blind,500; @@ -40312,14 +40055,14 @@ item_db: ( Id: 5186 AegisName: "Geographer_Band" Name: "Geographer Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 238 + ViewSprite: 238 Script: <" bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,50; @@ -40329,13 +40072,13 @@ item_db: ( Id: 5187 AegisName: "Twin_Ribbon" Name: "Twin Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 239 + ViewSprite: 239 Script: <" bonus bMaxSP,30; bonus bMdef,3; @@ -40347,13 +40090,13 @@ item_db: ( Id: 5188 AegisName: "Minstrel_Hat" Name: "Wandering Minstrel Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 240 + ViewSprite: 240 Script: <" bonus bInt,1; bonus bDex,1; @@ -40363,11 +40106,11 @@ item_db: ( Id: 5189 AegisName: "Fallen_Leaves" Name: "Autumn Leaves" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 241 + Loc: "EQP_HEAD_TOP" + ViewSprite: 241 Script: <" bonus bMaxHP,40; bonus bMaxSP,40; @@ -40377,25 +40120,25 @@ item_db: ( Id: 5190 AegisName: "Baseball_Cap_" Name: "Independence Memorial Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 20 Def: 3 Slots: 1 - Loc: 256 - View: 216 + Loc: "EQP_HEAD_TOP" + ViewSprite: 216 }, { Id: 5191 AegisName: "Ribbon_Black" Name: "Black Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 242 + Loc: "EQP_HEAD_TOP" + ViewSprite: 242 Script: <" bonus bInt,1; bonus bMdef,3; @@ -40405,90 +40148,90 @@ item_db: ( Id: 5192 AegisName: "Ribbon_Yellow" Name: "Yellow Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 243 + Loc: "EQP_HEAD_TOP" + ViewSprite: 243 Script: <" bonus bMdef,3; "> }, { Id: 5193 AegisName: "Ribbon_Green" Name: "Green Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 244 + Loc: "EQP_HEAD_TOP" + ViewSprite: 244 Script: <" bonus bMdef,3; "> }, { Id: 5194 AegisName: "Ribbon_Pink" Name: "Pink Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 245 + Loc: "EQP_HEAD_TOP" + ViewSprite: 245 Script: <" bonus bMdef,3; "> }, { Id: 5195 AegisName: "Ribbon_Red" Name: "Red Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 246 + Loc: "EQP_HEAD_TOP" + ViewSprite: 246 Script: <" bonus bMdef,3; "> }, { Id: 5196 AegisName: "Ribbon_Orange" Name: "Orange Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 247 + Loc: "EQP_HEAD_TOP" + ViewSprite: 247 Script: <" bonus bMdef,3; "> }, { Id: 5197 AegisName: "Ribbon_White" Name: "White Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 248 + Loc: "EQP_HEAD_TOP" + ViewSprite: 248 Script: <" bonus bMdef,3; "> }, { Id: 5198 AegisName: "Drooping_Bunny" Name: "Drooping Bunny" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Def: 1 - Loc: 256 - View: 249 + Loc: "EQP_HEAD_TOP" + ViewSprite: 249 Script: <" bonus bDex,1; bonus bFlee,2; @@ -40498,32 +40241,32 @@ item_db: ( Id: 5199 AegisName: "Baseball_Cap_I" Name: "Baseball Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 3 - Loc: 256 - View: 216 + Loc: "EQP_HEAD_TOP" + ViewSprite: 216 }, { Id: 5200 AegisName: "Coppola" Name: "Coppola" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 300 - Loc: 256 - View: 252 + Loc: "EQP_HEAD_TOP" + ViewSprite: 252 }, { Id: 5201 AegisName: "Party_Hat_B" Name: "Party Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 - View: 144 + Loc: "EQP_HEAD_TOP" + ViewSprite: 144 Trade: { nodrop: true notrade: true @@ -40538,37 +40281,37 @@ item_db: ( Id: 5202 AegisName: "Pumpkin_Hat_" Name: "Fantastic Pumpkin-Head" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 206 + Loc: "EQP_HEAD_TOP" + ViewSprite: 206 Script: <" bonus2 bSubRace,RC_Demon,5; "> }, { Id: 5203 AegisName: "Tongue_Mask" Name: "Smiling Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 253 + ViewSprite: 253 Script: <" bonus bSpeedRate,25; "> }, { Id: 5204 AegisName: "Event_Pierrot_Nose" Name: "Rudolph's Nose" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 49 + ViewSprite: 49 Script: <" bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30; @@ -40578,12 +40321,12 @@ item_db: ( Id: 5205 AegisName: "Wreath" Name: "Emperor's Laurel Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 - Loc: 768 - View: 261 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 261 Script: <" bonus bAllStats,1; bonus bMdef,3; @@ -40593,16 +40336,16 @@ item_db: ( Id: 5206 AegisName: "Romantic_White_Flower" Name: "Romantic White Flower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 259 + ViewSprite: 259 Trade: { nodrop: true noselltonpc: true @@ -40614,12 +40357,12 @@ item_db: ( Id: 5207 AegisName: "Gold_Spirit_Chain" Name: "Angel Blessing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 260 + ViewSprite: 260 Script: <" bonus bLuk,1; bonus2 bSubEle,Ele_Holy,5; @@ -40629,7 +40372,7 @@ item_db: ( Id: 5208 AegisName: "Rideword_Hat" Name: "Rideword Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 @@ -40638,9 +40381,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 262 + ViewSprite: 262 Script: <" bonus2 bHPDrainRate,50,8; bonus2 bSPDrainRate,10,4; @@ -40651,24 +40394,24 @@ item_db: ( Id: 5209 AegisName: "Yellow_Baseball_Cap" Name: "Love Dad Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 256 - View: 263 + Loc: "EQP_HEAD_TOP" + ViewSprite: 263 }, { Id: 5210 AegisName: "Flying_Angel" Name: "Flapping Angel Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 264 + ViewSprite: 264 Trade: { nodrop: true noselltonpc: true @@ -40685,13 +40428,13 @@ item_db: ( Id: 5211 AegisName: "Dress_Hat" Name: "Dress Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 265 + ViewSprite: 265 Script: <" bonus bMdef,7; bonus bStr,1; @@ -40711,13 +40454,13 @@ item_db: ( Id: 5212 AegisName: "Satellite_Hairband" Name: "Satellite Hairband" - Type: 5 + Type: "IT_ARMOR" Weight: 1000 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 266 + ViewSprite: 266 Script: <" bonus bMaxHP,50; bonus bMaxSP,10; @@ -40729,12 +40472,12 @@ item_db: ( Id: 5213 AegisName: "Black_Bunny_Band" Name: "Sheila Hairnet" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 267 + ViewSprite: 267 Script: <" bonus bAgi,2; bonus bMdef,3; @@ -40744,12 +40487,12 @@ item_db: ( Id: 5214 AegisName: "Moonlight_Flower_Hat" Name: "Moonlight Flower Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 3 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 268 + ViewSprite: 268 Script: <" bonus bDex,2; bonus3 bAutoSpell,AL_INCAGI,1,50; @@ -40759,7 +40502,7 @@ item_db: ( Id: 5215 AegisName: "Angelic_Chain_" Name: "Evolved Angel Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -40767,8 +40510,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 38 + Loc: "EQP_HEAD_TOP" + ViewSprite: 38 Trade: { nodrop: true noselltonpc: true @@ -40785,7 +40528,7 @@ item_db: ( Id: 5216 AegisName: "Satanic_Chain_" Name: "Evolved Evil Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 @@ -40793,8 +40536,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 39 + Loc: "EQP_HEAD_TOP" + ViewSprite: 39 Trade: { nodrop: true noselltonpc: true @@ -40811,7 +40554,7 @@ item_db: ( Id: 5217 AegisName: "Magestic_Goat_TW" Name: "Evolved Majestic Goat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 @@ -40825,8 +40568,8 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 - View: 41 + Loc: "EQP_HEAD_TOP" + ViewSprite: 41 Trade: { nodrop: true noselltonpc: true @@ -40838,12 +40581,12 @@ item_db: ( Id: 5218 AegisName: "Bunny_Band_" Name: "Evolved Bunny Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 15 + Loc: "EQP_HEAD_TOP" + ViewSprite: 15 Trade: { nodrop: true noselltonpc: true @@ -40855,7 +40598,7 @@ item_db: ( Id: 5219 AegisName: "Drooping_Kitty_" Name: "Evolved Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -40863,8 +40606,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 142 + Loc: "EQP_HEAD_TOP" + ViewSprite: 142 Trade: { nodrop: true noselltonpc: true @@ -40879,16 +40622,16 @@ item_db: ( Id: 5220 AegisName: "Smoking_Pipe_" Name: "Evolved Pipe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 55 + ViewSprite: 55 Trade: { nodrop: true noselltonpc: true @@ -40903,14 +40646,14 @@ item_db: ( Id: 5221 AegisName: "Pair_Of_Red_Ribbon_" Name: "Evolved Pair of Red Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 45 Refine: false - View: 169 + ViewSprite: 169 Trade: { nodrop: true noselltonpc: true @@ -40922,13 +40665,13 @@ item_db: ( Id: 5222 AegisName: "Fish_On_Head_" Name: "Evolved Blue Fish" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 149 + ViewSprite: 149 Trade: { nodrop: true noselltonpc: true @@ -40943,7 +40686,7 @@ item_db: ( Id: 5223 AegisName: "Big_Golden_Bell_" Name: "Evolved Big Golden Bell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 @@ -40951,9 +40694,9 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 35 - View: 175 + ViewSprite: 175 Trade: { nodrop: true noselltonpc: true @@ -40965,7 +40708,7 @@ item_db: ( Id: 5224 AegisName: "Orc_Hero_Helm_TW" Name: "Evolved Orc Hero Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 500000 Weight: 900 Def: 5 @@ -40973,9 +40716,9 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 55 - View: 178 + ViewSprite: 178 Trade: { nodrop: true noselltonpc: true @@ -40991,14 +40734,14 @@ item_db: ( Id: 5225 AegisName: "Marcher_Hat" Name: "Parade Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 269 + ViewSprite: 269 Script: <" bonus bMdef,2; bonus bStr,2; @@ -41012,12 +40755,12 @@ item_db: ( Id: 5226 AegisName: "Mini_Propeller_" Name: "Mini Propeller" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 270 + Loc: "EQP_HEAD_TOP" + ViewSprite: 270 Trade: { nodrop: true noselltonpc: true @@ -41034,7 +40777,7 @@ item_db: ( Id: 5227 AegisName: "Red_Deviruchi_Cap" Name: "Red Deviruchi Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -41042,9 +40785,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 64 - View: 271 + ViewSprite: 271 Trade: { nodrop: true notrade: true @@ -41063,7 +40806,7 @@ item_db: ( Id: 5228 AegisName: "White_Deviruchi_Cap" Name: "Gray Deviruchi Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -41071,9 +40814,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 64 - View: 272 + ViewSprite: 272 Trade: { nodrop: true notrade: true @@ -41092,7 +40835,7 @@ item_db: ( Id: 5229 AegisName: "Gray_Deviruchi_Cap" Name: "Brown Deviruchi Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -41100,9 +40843,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 64 - View: 273 + ViewSprite: 273 Trade: { nodrop: true notrade: true @@ -41121,7 +40864,7 @@ item_db: ( Id: 5230 AegisName: "White_Drooping_Kitty" Name: "Gray Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -41129,8 +40872,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 274 + Loc: "EQP_HEAD_TOP" + ViewSprite: 274 Trade: { nodrop: true notrade: true @@ -41149,7 +40892,7 @@ item_db: ( Id: 5231 AegisName: "Gray_Drooping_Kitty" Name: "Brown Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -41157,8 +40900,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 275 + Loc: "EQP_HEAD_TOP" + ViewSprite: 275 Trade: { nodrop: true notrade: true @@ -41177,7 +40920,7 @@ item_db: ( Id: 5232 AegisName: "Pink_Drooping_Kitty" Name: "Pink Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -41185,8 +40928,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 276 + Loc: "EQP_HEAD_TOP" + ViewSprite: 276 Trade: { nodrop: true notrade: true @@ -41205,7 +40948,7 @@ item_db: ( Id: 5233 AegisName: "Blue_Drooping_Kitty" Name: "Blue Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -41213,8 +40956,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 277 + Loc: "EQP_HEAD_TOP" + ViewSprite: 277 Trade: { nodrop: true notrade: true @@ -41233,7 +40976,7 @@ item_db: ( Id: 5234 AegisName: "Yellow_Drooping_Kitty" Name: "Yellow Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -41241,8 +40984,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 278 + Loc: "EQP_HEAD_TOP" + ViewSprite: 278 Trade: { nodrop: true notrade: true @@ -41261,12 +41004,12 @@ item_db: ( Id: 5235 AegisName: "Gray_Fur_Hat" Name: "Brown Beanie" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 - Loc: 256 - View: 279 + Loc: "EQP_HEAD_TOP" + ViewSprite: 279 Trade: { nodrop: true notrade: true @@ -41282,12 +41025,12 @@ item_db: ( Id: 5236 AegisName: "Blue_Fur_Hat" Name: "Blue Beanie" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 - Loc: 256 - View: 280 + Loc: "EQP_HEAD_TOP" + ViewSprite: 280 Trade: { nodrop: true notrade: true @@ -41303,12 +41046,12 @@ item_db: ( Id: 5237 AegisName: "Pink_Fur_Hat" Name: "Pink Beanie" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 - Loc: 256 - View: 281 + Loc: "EQP_HEAD_TOP" + ViewSprite: 281 Trade: { nodrop: true notrade: true @@ -41324,7 +41067,7 @@ item_db: ( Id: 5238 AegisName: "Red_Wizardry_Hat" Name: "Red Mage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -41334,8 +41077,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 282 + Loc: "EQP_HEAD_TOP" + ViewSprite: 282 Trade: { nodrop: true notrade: true @@ -41354,7 +41097,7 @@ item_db: ( Id: 5239 AegisName: "White_Wizardry_Hat" Name: "Gray Mage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -41364,8 +41107,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 283 + Loc: "EQP_HEAD_TOP" + ViewSprite: 283 Trade: { nodrop: true notrade: true @@ -41384,7 +41127,7 @@ item_db: ( Id: 5240 AegisName: "Gray_Wizardry_Hat" Name: "Brown Mage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -41394,8 +41137,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 284 + Loc: "EQP_HEAD_TOP" + ViewSprite: 284 Trade: { nodrop: true notrade: true @@ -41414,7 +41157,7 @@ item_db: ( Id: 5241 AegisName: "Blue_Wizardry_Hat" Name: "Blue Mage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -41424,8 +41167,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 285 + Loc: "EQP_HEAD_TOP" + ViewSprite: 285 Trade: { nodrop: true notrade: true @@ -41444,7 +41187,7 @@ item_db: ( Id: 5242 AegisName: "Yellow_Wizardry_Hat" Name: "Yellow Mage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -41454,8 +41197,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 286 + Loc: "EQP_HEAD_TOP" + ViewSprite: 286 Trade: { nodrop: true notrade: true @@ -41474,13 +41217,13 @@ item_db: ( Id: 5243 AegisName: "Chullos" Name: "Shafka" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 Slots: 1 - Loc: 768 - View: 287 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 287 Trade: { nodrop: true noselltonpc: true @@ -41492,38 +41235,38 @@ item_db: ( Id: 5244 AegisName: "Elven_Blindfold" Name: "Elven Blindfold" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 288 + ViewSprite: 288 Script: <" bonus2 bResEff,Eff_Blind,10000; "> }, { Id: 5245 AegisName: "Elven_Sunglasses" Name: "Elven Sunglasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 289 + ViewSprite: 289 Script: <" bonus2 bResEff,Eff_Blind,500; "> }, { Id: 5246 AegisName: "Angelic_Helm" Name: "Angelic Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 3 - Loc: 256 - View: 290 + Loc: "EQP_HEAD_TOP" + ViewSprite: 290 Script: <" bonus bAgi,1; bonus bLuk,1; @@ -41535,12 +41278,12 @@ item_db: ( Id: 5247 AegisName: "Satanic_Helm" Name: "Satanic Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 4 - Loc: 256 - View: 291 + Loc: "EQP_HEAD_TOP" + ViewSprite: 291 Script: <" bonus bAgi,1; bonus bLuk,1; @@ -41552,61 +41295,61 @@ item_db: ( Id: 5248 AegisName: "Robotic_Blindfold" Name: "Robotic Blindfold" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 292 + ViewSprite: 292 Script: <" bonus2 bResEff,Eff_Blind,10000; "> }, { Id: 5249 AegisName: "Human_Blindfold" Name: "Human Blindfold" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 293 + ViewSprite: 293 Script: <" bonus2 bResEff,Eff_Blind,10000; "> }, { Id: 5250 AegisName: "Robotic_Ears" Name: "Robotic Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 294 + ViewSprite: 294 }, { Id: 5251 AegisName: "Round_Ears" Name: "Round Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 295 + ViewSprite: 295 }, { Id: 5252 AegisName: "Drooping_Nine_Tail" Name: "Drooping Ninetail" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 296 + ViewSprite: 296 Script: <" bonus bAgi,1; bonus bDex,1; @@ -41617,14 +41360,14 @@ item_db: ( Id: 5253 AegisName: "Lif_Doll_Hat" Name: "Lif Doll Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 297 + ViewSprite: 297 Script: <" bonus bInt,1; bonus bMdef,getrefine(); @@ -41635,14 +41378,14 @@ item_db: ( Id: 5254 AegisName: "Deviling_Hat" Name: "Deviling Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 298 + ViewSprite: 298 Script: <" bonus bStr,1; bonus bCritical,3; @@ -41657,14 +41400,14 @@ item_db: ( Id: 5255 AegisName: "Triple_Poring_Hat" Name: "Triple Poring Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 299 + ViewSprite: 299 Script: <" bonus bLuk,3; bonus3 bAutoSpell,BS_GREED,1,50; @@ -41674,14 +41417,14 @@ item_db: ( Id: 5256 AegisName: "Valkyrie_Feather_Band" Name: "Valkyrie Feather Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 300 + ViewSprite: 300 Trade: { nodrop: true noselltonpc: true @@ -41696,7 +41439,7 @@ item_db: ( Id: 5257 AegisName: "Soulless_Wing" Name: "Soul Ring" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 @@ -41704,9 +41447,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 301 + ViewSprite: 301 Trade: { nodrop: true noselltonpc: true @@ -41721,13 +41464,13 @@ item_db: ( Id: 5258 AegisName: "Afro_Wig" Name: "Afro Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 10 - View: 302 + ViewSprite: 302 Script: <" bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,300; bonus2 bSubEle,Ele_Neutral,1; @@ -41737,12 +41480,12 @@ item_db: ( Id: 5259 AegisName: "Elephant_Hat_" Name: "Elephant Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 256 - View: 215 + Loc: "EQP_HEAD_TOP" + ViewSprite: 215 Script: <" bonus bVit,1; bonus3 bAutoSpell,WZ_WATERBALL,3,10; @@ -41753,12 +41496,12 @@ item_db: ( Id: 5260 AegisName: "Cookie_Hat" Name: "Cookie Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 - View: 217 + Loc: "EQP_HEAD_TOP" + ViewSprite: 217 Script: <" bonus bAgi,1; bonus bFlee2,5; @@ -41769,12 +41512,12 @@ item_db: ( Id: 5261 AegisName: "Silver_Tiara_" Name: "Silver Tiara" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 - View: 218 + Loc: "EQP_HEAD_TOP" + ViewSprite: 218 Script: <" bonus bInt,2; if(BaseClass==Job_Mage) bonus bMatkRate,(JobLevel/20); @@ -41786,12 +41529,12 @@ item_db: ( Id: 5262 AegisName: "Gold_Tiara_" Name: "Golden Tiara" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 - View: 232 + Loc: "EQP_HEAD_TOP" + ViewSprite: 232 Script: <" bonus bStr,2; bonus bUnbreakableHelm,0; @@ -41802,7 +41545,7 @@ item_db: ( Id: 5263 AegisName: "Ati_Atihan_Hat" Name: "Pagdayaw" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -41810,9 +41553,9 @@ item_db: ( All: true Novice: false } - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 20 - View: 303 + ViewSprite: 303 Trade: { nodrop: true noselltonpc: true @@ -41830,29 +41573,29 @@ item_db: ( Id: 5264 AegisName: "Aussie_Flag_Hat" Name: "Australian Flag Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 - Loc: 256 - View: 304 + Loc: "EQP_HEAD_TOP" + ViewSprite: 304 Script: <" bonus bAllStats,2; "> }, { Id: 5265 AegisName: "Apple_Of_Archer_C" Name: "Apple of Archer" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 7 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 72 + ViewSprite: 72 Trade: { nodrop: true notrade: true @@ -41869,13 +41612,13 @@ item_db: ( Id: 5266 AegisName: "Bunny_Band_C" Name: "Bunny Band" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 9 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 15 + ViewSprite: 15 Trade: { nodrop: true notrade: true @@ -41895,12 +41638,12 @@ item_db: ( Id: 5267 AegisName: "Sahkkat_C" Name: "Sakkat" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 67 + ViewSprite: 67 Trade: { nodrop: true notrade: true @@ -41917,17 +41660,17 @@ item_db: ( Id: 5268 AegisName: "Lord_Circlet_C" Name: "Grand Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 10 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 93 + ViewSprite: 93 Trade: { nodrop: true notrade: true @@ -41949,13 +41692,13 @@ item_db: ( Id: 5269 AegisName: "Flying_Angel_" Name: "Flapping Angel Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 264 + ViewSprite: 264 Script: <" bonus bInt,1; bonus bAgi,1; @@ -41967,26 +41710,26 @@ item_db: ( Id: 5270 AegisName: "Fallen_Leaves_" Name: "Autumn Leaves" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 241 + Loc: "EQP_HEAD_TOP" + ViewSprite: 241 Script: <" bonus bFlee2,5; "> }, { Id: 5271 AegisName: "Chinese_Crown_" Name: "Phoenix Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 Slots: 1 - Loc: 768 - View: 221 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 221 Script: <" bonus bMdef,3; bonus2 bSubRace,RC_Boss,getrefine(); @@ -41996,25 +41739,25 @@ item_db: ( Id: 5272 AegisName: "Tongue_Mask_" Name: "Tongue Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 253 + ViewSprite: 253 Script: <" bonus3 bAutoSpell,SM_PROVOKE,5,50; "> }, { Id: 5273 AegisName: "Happy_Wig" Name: "Happy Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 768 - View: 305 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 305 Script: <" bonus bSpeedRate,25; bonus bDef,4; @@ -42026,12 +41769,12 @@ item_db: ( Id: 5274 AegisName: "Shiny_Wig" Name: "Shiny Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 768 - View: 306 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 306 Script: <" bonus bSpeedRate,25; bonus bDef,4; @@ -42043,12 +41786,12 @@ item_db: ( Id: 5275 AegisName: "Marvelous_Wig" Name: "Marvelous Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 768 - View: 307 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 307 Script: <" bonus bSpeedRate,25; bonus bDef,4; @@ -42060,12 +41803,12 @@ item_db: ( Id: 5276 AegisName: "Fantastic_Wig" Name: "Fantastic Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 768 - View: 308 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 308 Script: <" bonus bSpeedRate,25; bonus bDef,4; @@ -42077,7 +41820,7 @@ item_db: ( Id: 5277 AegisName: "Yellow_Bandana" Name: "Yellow Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -42085,9 +41828,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 309 + ViewSprite: 309 Trade: { nodrop: true noselltonpc: true @@ -42103,7 +41846,7 @@ item_db: ( Id: 5278 AegisName: "Yellow_Ribbon" Name: "Yellow Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -42111,9 +41854,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 310 + ViewSprite: 310 Trade: { nodrop: true noselltonpc: true @@ -42129,16 +41872,16 @@ item_db: ( Id: 5279 AegisName: "Drooping_Kitty_C" Name: "Refined Drooping Cat" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Def: 1 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 142 + ViewSprite: 142 Script: <" bonus bMdef,15; bonus2 bResEff,Eff_Curse,3000; @@ -42148,28 +41891,28 @@ item_db: ( Id: 5280 AegisName: "Magestic_Goat_C" Name: "Baphomet Horns" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 41 + ViewSprite: 41 Script: <" bonus bStr,1; "> }, { Id: 5281 AegisName: "Deviruchi_Cap_C" Name: "Refined Deviruchi Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Def: 2 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 123 + ViewSprite: 123 Script: <" bonus bStr,1; bonus bInt,1; @@ -42179,25 +41922,25 @@ item_db: ( Id: 5282 AegisName: "euRO_Baseball_Cap" Name: "Europe Baseball Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 3 Slots: 1 - Loc: 256 - View: 216 + Loc: "EQP_HEAD_TOP" + ViewSprite: 216 }, { Id: 5283 AegisName: "Chick_Hat" Name: "Chick Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 311 + ViewSprite: 311 Trade: { nodrop: true noselltonpc: true @@ -42216,14 +41959,14 @@ item_db: ( Id: 5284 AegisName: "Water_Lily_Crown" Name: "Water Lily Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 312 + ViewSprite: 312 Trade: { nodrop: true noselltonpc: true @@ -42240,15 +41983,15 @@ item_db: ( Id: 5285 AegisName: "Vane_Hairpin" Name: "Vane Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 313 + ViewSprite: 313 Trade: { nodrop: true noselltonpc: true @@ -42260,13 +42003,13 @@ item_db: ( Id: 5286 AegisName: "Pecopeco_Hairband" Name: "Pecopeco Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: false - View: 314 + ViewSprite: 314 Trade: { nodrop: true noselltonpc: true @@ -42282,15 +42025,15 @@ item_db: ( Id: 5287 AegisName: "Vacation_Hat" Name: "Vacation Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 315 + ViewSprite: 315 Trade: { nodrop: true noselltonpc: true @@ -42302,12 +42045,12 @@ item_db: ( Id: 5288 AegisName: "Red_Glasses" Name: "Red Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 316 + ViewSprite: 316 Trade: { nodrop: true noselltonpc: true @@ -42319,13 +42062,13 @@ item_db: ( Id: 5289 AegisName: "Vanilmirth_Hat" Name: "Vanilmirth Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 317 + ViewSprite: 317 Trade: { nodrop: true noselltonpc: true @@ -42343,12 +42086,12 @@ item_db: ( Id: 5290 AegisName: "Drooping_Bunny_" Name: "Drooping Bunny" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 249 + Loc: "EQP_HEAD_TOP" + ViewSprite: 249 Script: <" bonus bDex,1; bonus bFlee,2; @@ -42358,13 +42101,13 @@ item_db: ( Id: 5291 AegisName: "Kettle_Hat" Name: "Kettle Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 318 + ViewSprite: 318 Trade: { nodrop: true noselltonpc: true @@ -42379,13 +42122,13 @@ item_db: ( Id: 5292 AegisName: "Dragon_Skull" Name: "Dragon Skull" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 319 + ViewSprite: 319 Trade: { nodrop: true noselltonpc: true @@ -42397,12 +42140,12 @@ item_db: ( Id: 5293 AegisName: "Ramen_Hat" Name: "Ramen Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 320 + ViewSprite: 320 Trade: { nodrop: true noselltonpc: true @@ -42417,11 +42160,11 @@ item_db: ( Id: 5294 AegisName: "Whisper_Mask" Name: "Whisper Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 321 + ViewSprite: 321 Trade: { nodrop: true noselltonpc: true @@ -42436,13 +42179,13 @@ item_db: ( Id: 5295 AegisName: "Golden_Bandana" Name: "Golden Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2400 Def: 4 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 138 + ViewSprite: 138 Trade: { nodrop: true notrade: true @@ -42457,13 +42200,13 @@ item_db: ( Id: 5296 AegisName: "Drooping_Nine_Tail_" Name: "Drooping Nine Tail" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 Slots: 1 - Loc: 256 - View: 296 + Loc: "EQP_HEAD_TOP" + ViewSprite: 296 Script: <" bonus bAgi,1; bonus bCritical,1; @@ -42473,13 +42216,13 @@ item_db: ( Id: 5297 AegisName: "Soulless_Wing_" Name: "Soul Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 Slots: 1 - Loc: 256 - View: 301 + Loc: "EQP_HEAD_TOP" + ViewSprite: 301 Script: <" bonus bAllStats,1; bonus2 bSPRegenRate,2,10000; @@ -42489,13 +42232,13 @@ item_db: ( Id: 5298 AegisName: "Marvelous_Wig_" Name: "Dokebi's Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 768 - View: 307 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 307 Script: <" bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubEle,Ele_Fire,-5; @@ -42506,21 +42249,21 @@ item_db: ( Id: 5299 AegisName: "Ati_Atihan_Hat_" Name: "Pagdayaw" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 303 + ViewSprite: 303 Script: <" bonus3 bAutoSpell,DC_SCREAM,1,50; "> }, { Id: 5300 AegisName: "Bullock_Helm" Name: "Bullock Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -42528,9 +42271,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 322 + ViewSprite: 322 Trade: { nodrop: true noselltonpc: true @@ -42542,32 +42285,32 @@ item_db: ( Id: 5301 AegisName: "Russian_Ribbon" Name: "Victory Hairband" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 256 - View: 323 + Loc: "EQP_HEAD_TOP" + ViewSprite: 323 }, { Id: 5302 AegisName: "Lotus_Flower_Hat" Name: "Flower Lily" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 324 + ViewSprite: 324 }, { Id: 5303 AegisName: "Flower_Coronet" Name: "Flower Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 - View: 325 + Loc: "EQP_HEAD_TOP" + ViewSprite: 325 Script: <" bonus bMdef,3; bonus bMaxHP,50; @@ -42577,14 +42320,14 @@ item_db: ( Id: 5304 AegisName: "Cap_Of_Blindness" Name: "Cap Of Blindness" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 4 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 326 + ViewSprite: 326 Trade: { nodrop: true noselltonpc: true @@ -42599,12 +42342,12 @@ item_db: ( Id: 5305 AegisName: "Pirate_Dagger" Name: "Pirate Dagger" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 327 + ViewSprite: 327 Trade: { nodrop: true notrade: true @@ -42620,16 +42363,16 @@ item_db: ( Id: 5306 AegisName: "Freyja_Crown" Name: "Freya's Crown" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 12 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 328 + ViewSprite: 328 Trade: { nodrop: true notrade: true @@ -42646,12 +42389,12 @@ item_db: ( Id: 5307 AegisName: "Carmen_Mirandas_Hat" Name: "Carmen Miranda's Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 - Loc: 256 - View: 329 + Loc: "EQP_HEAD_TOP" + ViewSprite: 329 Trade: { nodrop: true noselltonpc: true @@ -42666,13 +42409,13 @@ item_db: ( Id: 5308 AegisName: "Brazilian_Flag_Hat" Name: "Brazil National Flag Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 - View: 330 + Loc: "EQP_HEAD_TOP" + ViewSprite: 330 Trade: { nodrop: true noselltonpc: true @@ -42684,25 +42427,25 @@ item_db: ( Id: 5309 AegisName: "Mahican" Name: "Wool Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 769 - View: 331 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 331 Script: <" skill RG_GRAFFITI,1; "> }, { Id: 5310 AegisName: "Bulb_Hairband" Name: "Shining Electric Bulb Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 - View: 332 + Loc: "EQP_HEAD_TOP" + ViewSprite: 332 Trade: { nodrop: true noselltonpc: true @@ -42718,13 +42461,13 @@ item_db: ( Id: 5311 AegisName: "Large_Hibiscus" Name: "Large Hisbiscus" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 333 + Loc: "EQP_HEAD_TOP" + ViewSprite: 333 Trade: { nodrop: true noselltonpc: true @@ -42736,7 +42479,7 @@ item_db: ( Id: 5312 AegisName: "Ayothaya_Hat" Name: "Ayothaya King's Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 @@ -42752,8 +42495,8 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 - View: 334 + Loc: "EQP_HEAD_TOP" + ViewSprite: 334 Trade: { nodrop: true noselltonpc: true @@ -42768,13 +42511,13 @@ item_db: ( Id: 5313 AegisName: "Diadem" Name: "Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 768 - View: 335 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 335 Trade: { nodrop: true noselltonpc: true @@ -42790,14 +42533,14 @@ item_db: ( Id: 5314 AegisName: "Hockey_Mask" Name: "Hockey Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 336 + ViewSprite: 336 Trade: { nodrop: true noselltonpc: true @@ -42809,14 +42552,14 @@ item_db: ( Id: 5315 AegisName: "Observer" Name: "Observer" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 35 Refine: false - View: 337 + ViewSprite: 337 Trade: { nodrop: true noselltonpc: true @@ -42828,37 +42571,37 @@ item_db: ( Id: 5316 AegisName: "Umbrella_Hat" Name: "Umbrella Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 338 + ViewSprite: 338 Script: <" bonus2 bSubEle,Ele_Water,3; "> }, { Id: 5317 AegisName: "Fisherman_Hat" Name: "Fisherman's Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 339 + ViewSprite: 339 Script: <" bonus3 bAutoSpell,WZ_WATERBALL,3,50; "> }, { Id: 5318 AegisName: "Poring_Party_Hat" Name: "Poring Party Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 2 - Loc: 256 - View: 340 + Loc: "EQP_HEAD_TOP" + ViewSprite: 340 Trade: { nodrop: true notrade: true @@ -42873,7 +42616,7 @@ item_db: ( Id: 5319 AegisName: "Hellomother_Hat" Name: "Hello Mother Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 @@ -42881,16 +42624,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 341 + ViewSprite: 341 Script: <" bonus bLuk,3; "> }, { Id: 5320 AegisName: "Champion_Wreath" Name: "Champion Wreath" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -42898,8 +42641,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 261 + Loc: "EQP_HEAD_TOP" + ViewSprite: 261 Trade: { nodrop: true notrade: true @@ -42918,24 +42661,24 @@ item_db: ( Id: 5321 AegisName: "Indonesian_Bandana" Name: "Bandana Merah Putih" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 - View: 342 + Loc: "EQP_HEAD_TOP" + ViewSprite: 342 }, { Id: 5322 AegisName: "Scarf" Name: "Kerchief" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 24 - View: 343 + ViewSprite: 343 Trade: { nodrop: true notrade: true @@ -42954,12 +42697,12 @@ item_db: ( Id: 5323 AegisName: "Misstrance_Crown" Name: "Misstrance Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 165 + ViewSprite: 165 Trade: { nodrop: true notrade: true @@ -42975,13 +42718,13 @@ item_db: ( Id: 5324 AegisName: "Little_Angel_Doll" Name: "Little Angel Doll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 344 + ViewSprite: 344 Trade: { nodrop: true noselltonpc: true @@ -42996,14 +42739,14 @@ item_db: ( Id: 5325 AegisName: "Robo_Eye" Name: "Robo Eye" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 10 Refine: false - View: 345 + ViewSprite: 345 Script: <" bonus2 bAddRace, RC_All, 2; bonus bMatkRate,2; @@ -43014,28 +42757,28 @@ item_db: ( Id: 5326 AegisName: "Masquerade_C" Name: "Masquerade C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 78 + ViewSprite: 78 Script: <" bonus2 bAddRace,RC_DemiPlayer,7; "> }, { Id: 5327 AegisName: "Orc_Hero_Helm_C" Name: "Refined Helmet of Orc Hero" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 10 Job: { All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 178 + ViewSprite: 178 Script: <" bonus bStr,5; bonus bVit,3; @@ -43045,24 +42788,24 @@ item_db: ( Id: 5328 AegisName: "Evil_Wing_Ears_C" Name: "Evil Wing Ears C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 152 + ViewSprite: 152 Script: <" bonus bStr,1; "> }, { Id: 5329 AegisName: "Dark_Blindfold_C" Name: "Dark Blindfold C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 187 + ViewSprite: 187 Script: <" bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,500; @@ -43072,16 +42815,16 @@ item_db: ( Id: 5330 AegisName: "kRO_Drooping_Kitty_C" Name: "kRO Drooping Kitty C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 6 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 142 + ViewSprite: 142 Script: <" bonus bMdef,15; bonus2 bResEff,Eff_Curse,4000; @@ -43092,16 +42835,16 @@ item_db: ( Id: 5331 AegisName: "Corsair_C" Name: "Corsair C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 10 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 105 + ViewSprite: 105 Script: <" bonus bVit,3; bonus bInt,3; @@ -43111,24 +42854,24 @@ item_db: ( Id: 5332 AegisName: "Loki_Mask" Name: "Loki Mask" - Type: 5 + Type: "IT_ARMOR" Weight: 200 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 20 Refine: false - View: 346 + ViewSprite: 346 Script: <" bonus bFlee2,3; "> }, { Id: 5333 AegisName: "Radio_Antenna" Name: "Radio Antenna" - Type: 5 + Type: "IT_ARMOR" Weight: 1500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 347 + ViewSprite: 347 Trade: { nodrop: true noselltonpc: true @@ -43148,12 +42891,12 @@ item_db: ( Id: 5334 AegisName: "Angeling_Wanna_Fly" Name: "Flapping Angeling" - Type: 5 + Type: "IT_ARMOR" Weight: 700 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 38 Refine: false - View: 348 + ViewSprite: 348 Script: <" bonus bLuk,2; bonus bMdef,2; @@ -43163,12 +42906,12 @@ item_db: ( Id: 5335 AegisName: "Jumping_Poring" Name: "Jumping Poring" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 349 + ViewSprite: 349 Script: <" bonus bLuk,1; bonus bUnbreakableHelm,0; @@ -43178,11 +42921,11 @@ item_db: ( Id: 5336 AegisName: "Guildsman_Recruiter" Name: "Guildsman Recruiter Hat" - Type: 5 + Type: "IT_ARMOR" Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 350 + ViewSprite: 350 Trade: { nodrop: true noselltonpc: true @@ -43193,11 +42936,11 @@ item_db: ( Id: 5337 AegisName: "Party_Recruiter_Hat" Name: "Party Recruiter Hat" - Type: 5 + Type: "IT_ARMOR" Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 351 + ViewSprite: 351 Trade: { nodrop: true noselltonpc: true @@ -43208,11 +42951,11 @@ item_db: ( Id: 5338 AegisName: "Bf_Recruiter_Hat" Name: "Bf Recruiter Hat" - Type: 5 + Type: "IT_ARMOR" Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 352 + ViewSprite: 352 Trade: { nodrop: true notrade: true @@ -43228,11 +42971,11 @@ item_db: ( Id: 5339 AegisName: "Friend_Recruiter_Hat" Name: "Friend Recruiter Hat" - Type: 5 + Type: "IT_ARMOR" Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 353 + ViewSprite: 353 Trade: { nodrop: true notrade: true @@ -43248,13 +42991,13 @@ item_db: ( Id: 5340 AegisName: "Deprotai_Doll_Hat" Name: "Defolty Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 354 + ViewSprite: 354 Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus bStr,2; @@ -43265,13 +43008,13 @@ item_db: ( Id: 5341 AegisName: "Claris_Doll_Hat" Name: "Glaris Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 355 + ViewSprite: 355 Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus bInt,2; @@ -43282,13 +43025,13 @@ item_db: ( Id: 5342 AegisName: "Sorin_Doll_Hat" Name: "Sorin Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 356 + ViewSprite: 356 Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus bDex,2; @@ -43299,13 +43042,13 @@ item_db: ( Id: 5343 AegisName: "Tayelin_Doll_Hat" Name: "Telling Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 357 + ViewSprite: 357 Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus bAgi,2; @@ -43317,13 +43060,13 @@ item_db: ( Id: 5344 AegisName: "Binit_Doll_Hat" Name: "Bennit Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 358 + ViewSprite: 358 Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus bVit,2; @@ -43334,13 +43077,13 @@ item_db: ( Id: 5345 AegisName: "Debril_Doll_Hat" Name: "W Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 359 + ViewSprite: 359 Script: <" bonus2 bSubRace,RC_DemiPlayer,5; bonus bLuk,2; @@ -43353,11 +43096,11 @@ item_db: ( Id: 5346 AegisName: "Gf_Recruiter_Hat" Name: "Gf Recruiter Hat" - Type: 5 + Type: "IT_ARMOR" Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 360 + ViewSprite: 360 Trade: { nodrop: true notrade: true @@ -43373,7 +43116,7 @@ item_db: ( Id: 5347 AegisName: "Ph_D_Hat_" Name: "Ph.D Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 @@ -43382,14 +43125,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 98 + Loc: "EQP_HEAD_TOP" + ViewSprite: 98 }, { Id: 5348 AegisName: "Big_Sis_Ribbon_" Name: "Big Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 15000 Weight: 200 Def: 2 @@ -43398,15 +43141,15 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 28 + Loc: "EQP_HEAD_TOP" + ViewSprite: 28 Script: <" bonus bMdef,3; "> }, { Id: 5349 AegisName: "Boys_Cap_" Name: "Boy's Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 @@ -43415,14 +43158,14 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 102 + Loc: "EQP_HEAD_TOP" + ViewSprite: 102 }, { Id: 5350 AegisName: "Pirate_Bandana_" Name: "Pirate Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 @@ -43431,29 +43174,29 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 74 + Loc: "EQP_HEAD_TOP" + ViewSprite: 74 Script: <" bonus bStr,1; "> }, { Id: 5351 AegisName: "Sunflower_" Name: "Sunflower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 37 + ViewSprite: 37 Script: <" bonus2 bSubRace,RC_Insect,10; "> }, { Id: 5352 AegisName: "Poporing_Cap" Name: "Poporing Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 @@ -43461,9 +43204,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 38 - View: 361 + ViewSprite: 361 Trade: { nodrop: true noselltonpc: true @@ -43474,7 +43217,7 @@ item_db: ( Id: 5353 AegisName: "Helm_Of_Sun_" Name: "Hat of the Sun God" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2400 Def: 4 @@ -43495,8 +43238,8 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Loc: 768 - View: 138 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 138 Script: <" bonus bStr,3; bonus bInt,2; @@ -43506,37 +43249,37 @@ item_db: ( Id: 5354 AegisName: "Muslim_Hat_M" Name: "Muslim Hat M" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 2 - Gender: 1 - Loc: 256 + Gender: "SEX_MALE" + Loc: "EQP_HEAD_TOP" Refine: false - View: 362 + ViewSprite: 362 Script: <" bonus bCastrate,-5; "> }, { Id: 5355 AegisName: "Muslim_Hat_F" Name: "Selendang" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 363 + ViewSprite: 363 Script: <" bonus bCastrate,-5; "> }, { Id: 5356 AegisName: "Pumpkin_Hat_H" Name: "Festival Pumpkin Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 206 + Loc: "EQP_HEAD_TOP" + ViewSprite: 206 Trade: { nomail: true noauction: true @@ -43550,13 +43293,13 @@ item_db: ( Id: 5357 AegisName: "Wings_Of_Victory" Name: "Wings Of Victory" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 10 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 365 + ViewSprite: 365 Trade: { nodrop: true notrade: true @@ -43575,14 +43318,14 @@ item_db: ( Id: 5358 AegisName: "Pecopeco_Wing_Ears" Name: "Peco Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 366 + ViewSprite: 366 Trade: { nodrop: true noselltonpc: true @@ -43598,14 +43341,14 @@ item_db: ( Id: 5359 AegisName: "J_Captain_Hat" Name: "Ship Captain Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 367 + ViewSprite: 367 Trade: { nodrop: true noselltonpc: true @@ -43621,13 +43364,13 @@ item_db: ( Id: 5360 AegisName: "Whikebain_Ears" Name: "Hyuke's Black Cat Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 368 + ViewSprite: 368 Trade: { nodrop: true noselltonpc: true @@ -43645,13 +43388,13 @@ item_db: ( Id: 5361 AegisName: "Gang_Scarf" Name: "Gangster Scarf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 60 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true noselltonpc: true @@ -43666,13 +43409,13 @@ item_db: ( Id: 5362 AegisName: "Ninja_Scroll" Name: "Ninja Scroll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 60 Refine: false - View: 370 + ViewSprite: 370 Trade: { nodrop: true noselltonpc: true @@ -43684,7 +43427,7 @@ item_db: ( Id: 5363 AegisName: "Helm_Of_Abyss" Name: "Helm Of Abyss" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 2 @@ -43700,9 +43443,9 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 371 + ViewSprite: 371 Script: <" bonus2 bSubRace,RC_DemiPlayer,-10; bonus2 bSubRace,RC_Boss,10; @@ -43712,14 +43455,14 @@ item_db: ( Id: 5364 AegisName: "Dark_Snake_Lord_Hat" Name: "Evil Snake Lord Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 372 + ViewSprite: 372 Script: <" bonus bStr,1; bonus bInt,1; @@ -43730,15 +43473,15 @@ item_db: ( Id: 5365 AegisName: "Fried_Egg" Name: "Magnolia Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 373 + ViewSprite: 373 Script: <" bonus bBaseAtk, 5; bonus5 bAutoSpellWhenHit, BS_GREED, 1, 10, BF_SHORT, 0; @@ -43748,27 +43491,27 @@ item_db: ( Id: 5366 AegisName: "Hat_0f_King" Name: "Love Dad Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 - Loc: 256 - View: 374 + Loc: "EQP_HEAD_TOP" + ViewSprite: 374 Script: <" bonus bAllStats,5; "> }, { Id: 5367 AegisName: "Hyegun_Hat" Name: "Hyegun Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 10 Refine: false - View: 375 + ViewSprite: 375 Trade: { nodrop: true noselltonpc: true @@ -43783,12 +43526,12 @@ item_db: ( Id: 5368 AegisName: "White_Wing" Name: "White Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 38 + Loc: "EQP_HEAD_TOP" + ViewSprite: 38 Trade: { nodrop: true notrade: true @@ -43804,12 +43547,12 @@ item_db: ( Id: 5369 AegisName: "Dark_Wing" Name: "Dark Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 39 + Loc: "EQP_HEAD_TOP" + ViewSprite: 39 Trade: { nodrop: true notrade: true @@ -43825,24 +43568,24 @@ item_db: ( Id: 5370 AegisName: "Orchid_Hairband" Name: "Orchid Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 256 - View: 376 + Loc: "EQP_HEAD_TOP" + ViewSprite: 376 Script: <" bonus bInt,1; "> }, { Id: 5371 AegisName: "Hat_Of_Judge" Name: "Judge Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 768 - View: 377 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 377 Trade: { nodrop: true noselltonpc: true @@ -43857,12 +43600,12 @@ item_db: ( Id: 5372 AegisName: "Drooping_White_Kitty" Name: "Koneko Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 - Loc: 256 - View: 378 + Loc: "EQP_HEAD_TOP" + ViewSprite: 378 Trade: { nodrop: true noselltonpc: true @@ -43880,13 +43623,13 @@ item_db: ( Id: 5373 AegisName: "Darkness_Helm" Name: "Dark Randgris Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 Slots: 1 - Loc: 768 - View: 379 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 379 Trade: { nodrop: true noselltonpc: true @@ -43901,12 +43644,12 @@ item_db: ( Id: 5374 AegisName: "L_Magestic_Goat" Name: "Gigantic Majestic Goat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 - Loc: 256 - View: 380 + Loc: "EQP_HEAD_TOP" + ViewSprite: 380 Trade: { nodrop: true noselltonpc: true @@ -43921,13 +43664,13 @@ item_db: ( Id: 5375 AegisName: "L_Orc_Hero_Helm" Name: "Orc Hero Headdress" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 900 Def: 5 Slots: 1 - Loc: 768 - View: 381 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 381 Trade: { nodrop: true noselltonpc: true @@ -43942,13 +43685,13 @@ item_db: ( Id: 5376 AegisName: "Satanic_Chain_P" Name: "Flying Evil Wing" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 - View: 382 + Loc: "EQP_HEAD_TOP" + ViewSprite: 382 Trade: { nodrop: true noselltonpc: true @@ -43963,12 +43706,12 @@ item_db: ( Id: 5377 AegisName: "Antique_Pipe" Name: "Gentleman's Pipe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 383 + ViewSprite: 383 Trade: { nodrop: true noselltonpc: true @@ -43980,11 +43723,11 @@ item_db: ( Id: 5378 AegisName: "Rabbit_Ear_Hat" Name: "Bunny Top Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 - Loc: 256 - View: 384 + Loc: "EQP_HEAD_TOP" + ViewSprite: 384 Trade: { nodrop: true noselltonpc: true @@ -43999,13 +43742,13 @@ item_db: ( Id: 5379 AegisName: "Balloon_Hat" Name: "Tam" - Type: 5 + Type: "IT_ARMOR" Weight: 800 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 385 + ViewSprite: 385 Script: <" bonus bMdef,2; bonus bMatkRate,2+(getrefine()/2); @@ -44015,12 +43758,12 @@ item_db: ( Id: 5380 AegisName: "Fish_Head_Hat" Name: "Fish Head Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 - Loc: 256 - View: 386 + Loc: "EQP_HEAD_TOP" + ViewSprite: 386 Trade: { nodrop: true noselltonpc: true @@ -44032,14 +43775,14 @@ item_db: ( Id: 5381 AegisName: "Santa_Poring_Hat" Name: "Santa Poring Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 387 + ViewSprite: 387 Trade: { nodrop: true noselltonpc: true @@ -44055,13 +43798,13 @@ item_db: ( Id: 5382 AegisName: "Bell_Ribbon" Name: "Bell Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 Slots: 1 - Loc: 256 - View: 388 + Loc: "EQP_HEAD_TOP" + ViewSprite: 388 Trade: { nodrop: true noselltonpc: true @@ -44077,7 +43820,7 @@ item_db: ( Id: 5383 AegisName: "Hunting_Cap" Name: "Hunter's Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 3 @@ -44086,9 +43829,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 389 + ViewSprite: 389 Trade: { nodrop: true noselltonpc: true @@ -44104,14 +43847,14 @@ item_db: ( Id: 5384 AegisName: "Santa_Hat_1" Name: "Twin Pompom By JB" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 390 + ViewSprite: 390 Script: <" bonus bLuk,3; skill WZ_ESTIMATION,1; @@ -44122,13 +43865,13 @@ item_db: ( Id: 5385 AegisName: "Yoyo_Hat" Name: "Yoyo Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 391 + ViewSprite: 391 Trade: { nodrop: true noselltonpc: true @@ -44143,13 +43886,13 @@ item_db: ( Id: 5386 AegisName: "Ayam_" Name: "Ayam" - Type: 5 + Type: "IT_ARMOR" Weight: 70 Def: 7 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 228 + ViewSprite: 228 Trade: { nomail: true noauction: true @@ -44164,14 +43907,14 @@ item_db: ( Id: 5387 AegisName: "Neko_Mimi_Kafra" Name: "Neko Mimi Kafra" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 392 + ViewSprite: 392 Trade: { nodrop: true noselltonpc: true @@ -44183,14 +43926,14 @@ item_db: ( Id: 5388 AegisName: "Snake_Head" Name: "Snake Head Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 393 + ViewSprite: 393 Trade: { nodrop: true noselltonpc: true @@ -44205,13 +43948,13 @@ item_db: ( Id: 5389 AegisName: "Angel_Spirit" Name: "Angel Spirit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 30 Refine: false - View: 394 + ViewSprite: 394 Trade: { nodrop: true noselltonpc: true @@ -44226,23 +43969,23 @@ item_db: ( Id: 5390 AegisName: "Santa_Hat_2" Name: "Frozen Twin Pompom" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 395 + Loc: "EQP_HEAD_TOP" + ViewSprite: 395 Script: <" bonus2 bResEff, Eff_Freeze, 3000; "> }, { Id: 5391 AegisName: "Toast_C" Name: "Toast" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 188 + ViewSprite: 188 Trade: { nodrop: true notrade: true @@ -44262,26 +44005,26 @@ item_db: ( Id: 5392 AegisName: "Louyang_Cap" Name: "Louyang NewYear Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 - View: 396 + Loc: "EQP_HEAD_TOP" + ViewSprite: 396 Script: <" bonus bLuk,2; "> }, { Id: 5393 AegisName: "Valentine_Hat" Name: "Love Valentine's Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 397 + ViewSprite: 397 Script: <" bonus bMaxSPrate, 7; bonus bMaxHPrate, 7; @@ -44291,8 +44034,8 @@ item_db: ( Id: 5394 AegisName: "Bubblegum_Lower" Name: "Bubblegum" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" Refine: false Trade: { nodrop: true @@ -44309,14 +44052,14 @@ item_db: ( Id: 5395 AegisName: "Tiraya_Bonnet" Name: "Striped Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 398 + ViewSprite: 398 Trade: { nodrop: true noselltonpc: true @@ -44331,13 +44074,13 @@ item_db: ( Id: 5396 AegisName: "Jasper_Crest" Name: "Jasper Crest" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 Slots: 1 - Loc: 256 - View: 399 + Loc: "EQP_HEAD_TOP" + ViewSprite: 399 Script: <" bonus bDex,3; bonus bVit,1; @@ -44347,12 +44090,12 @@ item_db: ( Id: 5397 AegisName: "Scuba_Mask" Name: "Scuba Gear" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 400 + ViewSprite: 400 Trade: { nodrop: true noselltonpc: true @@ -44367,7 +44110,7 @@ item_db: ( Id: 5398 AegisName: "Bone_Head" Name: "Bone Head" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1200 Def: 5 @@ -44380,10 +44123,10 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 256 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_HEAD_TOP" EquipLv: 85 - View: 401 + ViewSprite: 401 Script: <" bonus bStr,2; bonus bMdef,5; @@ -44395,7 +44138,7 @@ item_db: ( Id: 5399 AegisName: "Mandragora_Cap" Name: "Mandragora Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -44416,11 +44159,11 @@ item_db: ( Star_Gladiator: true Soul_Linker: true } - Upper: 2 - Loc: 256 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_HEAD_TOP" EquipLv: 85 Refine: false - View: 402 + ViewSprite: 402 Script: <" bonus bVit,3; bonus3 bAutoSpellWhenHit,DC_SCREAM,5,30; @@ -44430,26 +44173,26 @@ item_db: ( Id: 5400 AegisName: "Fox_Hat" Name: "Fox Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 403 + ViewSprite: 403 Script: <" bonus bLuk,1; "> }, { Id: 5401 AegisName: "Black_Glasses" Name: "Black Frame Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 404 + ViewSprite: 404 Trade: { nodrop: true noselltonpc: true @@ -44465,14 +44208,14 @@ item_db: ( Id: 5402 AegisName: "Mischievous_Fairy" Name: "Mischievous Fairy" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 405 + ViewSprite: 405 Trade: { nodrop: true noselltonpc: true @@ -44487,13 +44230,13 @@ item_db: ( Id: 5403 AegisName: "Fish_In_Mouth" Name: "Fish In Mouth" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 200 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 30 Refine: false - View: 406 + ViewSprite: 406 Trade: { nodrop: true noselltonpc: true @@ -44508,14 +44251,14 @@ item_db: ( Id: 5404 AegisName: "Blue_Ribbon" Name: "Blue Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 - View: 407 + ViewSprite: 407 Trade: { nodrop: true noselltonpc: true @@ -44527,13 +44270,13 @@ item_db: ( Id: 5405 AegisName: "Filir_Hat" Name: "Filir Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 200 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 80 Refine: false - View: 408 + ViewSprite: 408 Trade: { nodrop: true noselltonpc: true @@ -44545,11 +44288,11 @@ item_db: ( Id: 5406 AegisName: "Academy_Freshman_Hat" Name: "Academy Freshman Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 2 - Loc: 256 - View: 409 + Loc: "EQP_HEAD_TOP" + ViewSprite: 409 Trade: { nodrop: true notrade: true @@ -44567,12 +44310,12 @@ item_db: ( Id: 5407 AegisName: "Academy_Graduating_Cap" Name: "Academy Completion Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 2 Slots: 1 - Loc: 256 - View: 410 + Loc: "EQP_HEAD_TOP" + ViewSprite: 410 Trade: { nodrop: true notrade: true @@ -44587,11 +44330,11 @@ item_db: ( Id: 5408 AegisName: "Old_Bandanna" Name: "Old Bandana" - Type: 5 + Type: "IT_ARMOR" Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 6 + ViewSprite: 6 Script: <" bonus bInt,2; bonus bMaxSP,50; @@ -44602,13 +44345,13 @@ item_db: ( Id: 5409 AegisName: "New_Cowboy_Hat" Name: "Purple Cowboy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 Slots: 1 - Loc: 256 - View: 411 + Loc: "EQP_HEAD_TOP" + ViewSprite: 411 Script: <" bonus bInt,2; bonus bVit,2; @@ -44619,13 +44362,13 @@ item_db: ( Id: 5410 AegisName: "Bread_Bag2" Name: "Brown Paperbag Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 6 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 412 + ViewSprite: 412 Script: <" bonus bMaxHP,100; bonus2 bResEff, Eff_Stun, 400; @@ -44636,51 +44379,51 @@ item_db: ( Id: 5411 AegisName: "White_Snake_Hat" Name: "White Snake Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 - View: 413 + Loc: "EQP_HEAD_TOP" + ViewSprite: 413 Script: <" bonus bDex,2; "> }, { Id: 5412 AegisName: "Sweet_Candy" Name: "Sweet Candy" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 414 + ViewSprite: 414 Script: <" bonus bUnbreakableHelm, 0; "> }, { Id: 5413 AegisName: "Popcorn_Hat" Name: "Pop Corn Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 415 + ViewSprite: 415 Script: <" bonus2 bSubEle,Ele_Wind, 10; "> }, { Id: 5414 AegisName: "Campfire_Hat" Name: "Camp Fire Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 416 + ViewSprite: 416 Script: <" bonus2 bSubEle,Ele_Fire, 10; bonus4 bAutoSpellWhenHit, MG_FIREBALL, 5, 100, 1; @@ -44690,13 +44433,13 @@ item_db: ( Id: 5415 AegisName: "Poring_Cake_Cap" Name: "Poring Cake Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 417 + ViewSprite: 417 Script: <" bonus bMdef,5; bonus bCritical,5; @@ -44711,7 +44454,7 @@ item_db: ( Id: 5416 AegisName: "Beer_Cap" Name: "Beer Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 @@ -44719,9 +44462,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 18 - View: 418 + ViewSprite: 418 Script: <" bonus bFlee2,5; skill SM_RECOVERY,3; @@ -44732,14 +44475,14 @@ item_db: ( Id: 5417 AegisName: "Crown_Parrot" Name: "Crown Parrots" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 419 + ViewSprite: 419 Script: <" bonus bInt,1; bonus2 bResEff,Eff_Silence,10000; @@ -44750,13 +44493,13 @@ item_db: ( Id: 5418 AegisName: "Soldier_Hat" Name: "Legionnaire Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 Slots: 1 - Loc: 256 - View: 420 + Loc: "EQP_HEAD_TOP" + ViewSprite: 420 Script: <" bonus bStr,1; bonus2 bAddRace, RC_All, 3; @@ -44767,12 +44510,12 @@ item_db: ( Id: 5419 AegisName: "Evolved_Leaf" Name: "Leaves Of Grass" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 57 + ViewSprite: 57 Script: <" bonus bVit,1; bonus2 bSubRace,RC_Plant,5; @@ -44782,16 +44525,16 @@ item_db: ( Id: 5420 AegisName: "Mask_Of_Ifrit" Name: "Mask Of Ifrit" - Type: 5 + Type: "IT_ARMOR" Def: 8 Job: { All: true Novice: false } - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 70 Refine: false - View: 421 + ViewSprite: 421 Trade: { nodrop: true noselltonpc: true @@ -44813,16 +44556,16 @@ item_db: ( Id: 5421 AegisName: "Ifrits_Ear" Name: "Ears Of Ifrit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 422 + ViewSprite: 422 Trade: { nodrop: true noselltonpc: true @@ -44845,11 +44588,11 @@ item_db: ( Id: 5422 AegisName: "Linguistic_Book_Cap" Name: "Linguistic Book Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 70 - Loc: 256 - View: 423 + Loc: "EQP_HEAD_TOP" + ViewSprite: 423 Script: <" bonus bInt,1; bonus bMdef,2; @@ -44859,13 +44602,13 @@ item_db: ( Id: 5423 AegisName: "Lovecap_China" Name: "I Love China" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 424 + ViewSprite: 424 Trade: { nodrop: true noselltonpc: true @@ -44880,60 +44623,60 @@ item_db: ( Id: 5424 AegisName: "Fanta_Orange_Can" Name: "Fanta Orange Can Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 - View: 425 + Loc: "EQP_HEAD_TOP" + ViewSprite: 425 }, { Id: 5425 AegisName: "Fanta_Grape_Can" Name: "Fanta Grape Can Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 - View: 426 + Loc: "EQP_HEAD_TOP" + ViewSprite: 426 }, { Id: 5426 AegisName: "Karada_Meguri_Tea_Hat" Name: "Karada Meguricha Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 - View: 427 + Loc: "EQP_HEAD_TOP" + ViewSprite: 427 Script: <" bonus bLuk,1; "> }, { Id: 5427 AegisName: "Royal_Milk_Tea_Hat" Name: "Black Tea Kochakaden Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 - View: 428 + Loc: "EQP_HEAD_TOP" + ViewSprite: 428 Script: <" bonus bAgi,1; "> }, { Id: 5428 AegisName: "Bread_Bag1" Name: "RWC Anniversary Bread Envelope" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 769 - View: 429 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 429 Trade: { nodrop: true notrade: true @@ -44949,13 +44692,13 @@ item_db: ( Id: 5429 AegisName: "Bogy_Cap" Name: "Bogy Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 - View: 430 + Loc: "EQP_HEAD_TOP" + ViewSprite: 430 Trade: { nodrop: true noselltonpc: true @@ -44970,12 +44713,12 @@ item_db: ( Id: 5430 AegisName: "Sacred_Torch_Coronet" Name: "Torch Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 431 + ViewSprite: 431 Trade: { nodrop: true nogstorage: true @@ -44989,13 +44732,13 @@ item_db: ( Id: 5431 AegisName: "Chicken_Hat" Name: "Chicken Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 432 + ViewSprite: 432 Script: <" bonus3 bAutoSpell,MC_LOUD,1,30; bonus bAspdRate,5; @@ -45005,11 +44748,11 @@ item_db: ( Id: 5432 AegisName: "Brazil_Baseball_Cap" Name: "bRO 4th Anniversary Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 433 + Loc: "EQP_HEAD_TOP" + ViewSprite: 433 Script: <" if (gettime(GETTIME_MONTH) == SEPTEMBER && gettime(GETTIME_DAYOFMONTH) >= 10 && gettime(GETTIME_DAYOFMONTH) <= 24) bonus bAllStats, 4; @@ -45019,38 +44762,38 @@ item_db: ( Id: 5433 AegisName: "Golden_Wreath" Name: "Golden Laurel" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 434 + Loc: "EQP_HEAD_TOP" + ViewSprite: 434 }, /* { Id: 5434 AegisName: "Cola_Can" Name: "Cola Can" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 - View: 435 + Loc: "EQP_HEAD_TOP" + ViewSprite: 435 }, */ { Id: 5435 AegisName: "Coke_Hat" Name: "Red Minstrel Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 436 + ViewSprite: 436 Script: <" bonus bInt,1; bonus bMaxSP,80; @@ -45066,12 +44809,12 @@ item_db: ( Id: 5436 AegisName: "Brides_Corolla" Name: "Bride's Corolla" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 256 - View: 437 + Loc: "EQP_HEAD_TOP" + ViewSprite: 437 Script: <" bonus bLuk,3; bonus bMdef,2; @@ -45081,13 +44824,13 @@ item_db: ( Id: 5437 AegisName: "Flower_Of_Fairy" Name: "Fairy Flower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 - View: 438 + Loc: "EQP_HEAD_TOP" + ViewSprite: 438 Script: <" bonus bInt,1; bonus bMdef,1; @@ -45098,7 +44841,7 @@ item_db: ( Id: 5438 AegisName: "Fillet_Green" Name: "Cute Green Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 100 Def: 1 @@ -45106,16 +44849,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 439 + ViewSprite: 439 Script: <" bonus bMaxSP,20; "> }, { Id: 5439 AegisName: "Fillet_Red" Name: "Cute Red Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 100 Def: 1 @@ -45123,16 +44866,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 440 + ViewSprite: 440 Script: <" bonus bMaxSP,20; "> }, { Id: 5440 AegisName: "Fillet_Blue" Name: "Cute Blue Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 100 Def: 1 @@ -45140,16 +44883,16 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 441 + ViewSprite: 441 Script: <" bonus bMaxSP,20; "> }, { Id: 5441 AegisName: "Fillet_White" Name: "Cute White Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 100 Def: 1 @@ -45157,23 +44900,23 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 442 + ViewSprite: 442 Script: <" bonus bMaxSP,20; "> }, { Id: 5442 AegisName: "Necktie" Name: "Necktie" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 443 + ViewSprite: 443 Script: <" bonus bVit,1; bonus bHit,-5; @@ -45184,14 +44927,14 @@ item_db: ( Id: 5443 AegisName: "Status_Of_Baby_Angel" Name: "Statue Of Baby Angel" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 444 + ViewSprite: 444 Script: <" bonus bMdef,2; bonus4 bAutoSpellWhenHit,PR_STRECOVERY,1,20,0; @@ -45201,35 +44944,35 @@ item_db: ( Id: 5444 AegisName: "Hair_Brush" Name: "Hair Brush" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 445 + Loc: "EQP_HEAD_TOP" + ViewSprite: 445 Script: <" bonus bCritical,6; "> }, { Id: 5445 AegisName: "Candy_Cane_In_The_Mouth" Name: "Candy Cane In Mouth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 446 + ViewSprite: 446 Script: <" bonus bMaxSP,5; "> }, { Id: 5446 AegisName: "Cat_Foot_Hairpin" Name: "Catfoot Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 - View: 447 + Loc: "EQP_HEAD_TOP" + ViewSprite: 447 Script: <" bonus bFlee,5; bonus bFlee2,3; @@ -45239,13 +44982,13 @@ item_db: ( Id: 5447 AegisName: "Frog_Cap" Name: "Frog Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 448 + ViewSprite: 448 Script: <" bonus bMdef,1; bonus2 bAddRace,RC_Insect,12; @@ -45256,36 +44999,36 @@ item_db: ( Id: 5448 AegisName: "Solo_Play_Box1" Name: "Soloplay Box1" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Slots: 1 - Loc: 769 - View: 449 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 449 }, { Id: 5449 AegisName: "Solo_Play_Box2" Name: "Soloplay Box2" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Slots: 1 - Loc: 769 - View: 450 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 450 }, { Id: 5450 AegisName: "Sun_Cap" Name: "Solar Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 451 + ViewSprite: 451 Trade: { nodrop: true notrade: true @@ -45300,15 +45043,15 @@ item_db: ( Id: 5451 AegisName: "Dragonhelm_Gold" Name: "RWC 2008 Dragon Helm Gold" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Def: 7 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 452 + ViewSprite: 452 Trade: { nodrop: true notrade: true @@ -45328,15 +45071,15 @@ item_db: ( Id: 5452 AegisName: "Dragonhelm_Silver" Name: "RWC 2008 Dragon Helm Silver" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Def: 5 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 453 + ViewSprite: 453 Trade: { nodrop: true notrade: true @@ -45356,14 +45099,14 @@ item_db: ( Id: 5453 AegisName: "Dragonhelm_Copper" Name: "RWC 2008 Dragon Helm Copper" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 454 + ViewSprite: 454 Trade: { nodrop: true notrade: true @@ -45383,13 +45126,13 @@ item_db: ( Id: 5454 AegisName: "Dog_Cap_" Name: "Puppy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 Slots: 1 - Loc: 256 - View: 234 + Loc: "EQP_HEAD_TOP" + ViewSprite: 234 Script: <" bonus bStr,1; bonus bInt,1; @@ -45401,13 +45144,13 @@ item_db: ( Id: 5455 AegisName: "Geographer_Band_" Name: "Decorative Geographer" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 Slots: 1 - Loc: 256 - View: 238 + Loc: "EQP_HEAD_TOP" + ViewSprite: 238 Script: <" bonus bInt,1; bonus3 bAutoSpell,AL_HEAL,5,50; @@ -45418,12 +45161,12 @@ item_db: ( Id: 5456 AegisName: "Vacation_Hat_" Name: "Summer Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 - View: 315 + Loc: "EQP_HEAD_TOP" + ViewSprite: 315 Script: <" bonus bVit,5; bonus bHPrecovRate,20; @@ -45434,14 +45177,14 @@ item_db: ( Id: 5457 AegisName: "Spring_Rabbit_Hat" Name: "Moon Rabbit Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 455 + ViewSprite: 455 Trade: { nodrop: true noselltonpc: true @@ -45462,12 +45205,12 @@ item_db: ( Id: 5458 AegisName: "Pinwheel_Cap" Name: "Pinwheel Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 456 + Loc: "EQP_HEAD_TOP" + ViewSprite: 456 Script: <" bonus bHPrecovRate, 5; bonus bHPrecovRate, 5; @@ -45477,11 +45220,11 @@ item_db: ( Id: 5459 AegisName: "Drooping_Bunny_Chusuk" Name: "Drooping Bunny" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 1 - Loc: 256 - View: 249 + Loc: "EQP_HEAD_TOP" + ViewSprite: 249 Script: <" bonus bDex,1; bonus bFlee,2; @@ -45491,13 +45234,13 @@ item_db: ( Id: 5460 AegisName: "Adv_Dragon_Skull" Name: "Evolved Dragon Skull Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 7 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 457 + ViewSprite: 457 Trade: { nodrop: true notrade: true @@ -45516,13 +45259,13 @@ item_db: ( Id: 5461 AegisName: "Adv_Whisper_Mask" Name: "Evolved Whisper Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 458 + ViewSprite: 458 Trade: { nodrop: true notrade: true @@ -45541,14 +45284,14 @@ item_db: ( Id: 5462 AegisName: "Spiked_Scarf" Name: "Spiked Scarf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 90 Refine: false - View: 459 + ViewSprite: 459 Trade: { nodrop: true noselltonpc: true @@ -45566,14 +45309,14 @@ item_db: ( Id: 5463 AegisName: "Rainbow_Scarf" Name: "Rainbow Scarf" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 90 Refine: false - View: 460 + ViewSprite: 460 Trade: { nodrop: true noselltonpc: true @@ -45591,13 +45334,13 @@ item_db: ( Id: 5464 AegisName: "Zaha_Doll_Hat" Name: "Zaha Doll Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 461 + ViewSprite: 461 Trade: { nodrop: true notrade: true @@ -45618,14 +45361,14 @@ item_db: ( Id: 5465 AegisName: "Celestial_Hat" Name: "Hat Of Fortune" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 462 + ViewSprite: 462 Script: <" bonus bLuk,2; bonus bMdef,5; @@ -45638,14 +45381,14 @@ item_db: ( Id: 5466 AegisName: "Wind_Milestone" Name: "Wind Milestone" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 463 + ViewSprite: 463 Script: <" bonus bAgi,2; skill AL_TELEPORT,1; @@ -45657,13 +45400,13 @@ item_db: ( Id: 5467 AegisName: "Helm_Of_Dragoon" Name: "Helm Of Dragon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 2000 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 464 + ViewSprite: 464 Script: <" bonus2 bAddRace,RC_Dragon,20; bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30; @@ -45675,13 +45418,13 @@ item_db: ( Id: 5468 AegisName: "Parade_Cap" Name: "Parade Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 Slots: 1 - Loc: 256 - View: 465 + Loc: "EQP_HEAD_TOP" + ViewSprite: 465 Script: <" bonus bDelayrate,-5; bonus bMdef,2; @@ -45694,13 +45437,13 @@ item_db: ( Id: 5469 AegisName: "Noble_Hat" Name: "Musketeer Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 466 + ViewSprite: 466 Script: <" bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_ADRENALINE,1,7; @@ -45712,14 +45455,14 @@ item_db: ( Id: 5470 AegisName: "Eyes_Of_Darkness" Name: "Eye Of Darkness" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 50 Refine: false - View: 467 + ViewSprite: 467 Script: <" bonus bDex,1; bonus2 bResEff,Eff_Blind,10000; @@ -45730,14 +45473,14 @@ item_db: ( Id: 5471 AegisName: "Hairband_Of_Reginleif" Name: "Hairband Of Reginleif" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 50 Refine: false - View: 468 + ViewSprite: 468 Script: <" bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Fire,3; @@ -45750,11 +45493,11 @@ item_db: ( Id: 5472 AegisName: "Red_White_Hat" Name: "Red Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 469 + Loc: "EQP_HEAD_TOP" + ViewSprite: 469 Script: <" bonus3 bAddMonsterDropItem,550,RC_DemiPlayer,3; "> }, */ @@ -45763,13 +45506,13 @@ item_db: ( Id: 5473 AegisName: "Forceps_Hairpin" Name: "Nipper Crab Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 470 + ViewSprite: 470 Script: <" bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,100; bonus3 bAddMonsterDropItem,991,RC_Fish,3; @@ -45781,14 +45524,14 @@ item_db: ( Id: 5474 AegisName: "Notice_Board" Name: "AFK Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 471 + ViewSprite: 471 }, */ /* @@ -45796,26 +45539,26 @@ item_db: ( Id: 5475 AegisName: "Cube_Mask" Name: "Mask Cube" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] Refine: false - View: 472 + ViewSprite: 472 }, */ { Id: 5476 AegisName: "Hairband_Of_Grandpeco" Name: "Grand Peco Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 30 - View: 473 + ViewSprite: 473 Trade: { nodrop: true noselltonpc: true @@ -45831,26 +45574,26 @@ item_db: ( Id: 5477 AegisName: "Bro_Flag" Name: "Brazilian Flag Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 474 + ViewSprite: 474 Script: <" skill SM_BASH, 1; "> }, { Id: 5478 AegisName: "Classic_Hat" Name: "Classic Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 256 - View: 475 + Loc: "EQP_HEAD_TOP" + ViewSprite: 475 Trade: { nodrop: true noselltonpc: true @@ -45867,13 +45610,13 @@ item_db: ( Id: 5479 AegisName: "Shamans_Hair_Ornament" Name: "Shaman's Hair Decoration" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 476 + ViewSprite: 476 Trade: { nodrop: true nogstorage: true @@ -45888,13 +45631,13 @@ item_db: ( Id: 5480 AegisName: "Bizofnil_Wing_Deco" Name: "Bijofnil Wings" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 477 + ViewSprite: 477 Trade: { nodrop: true nogstorage: true @@ -45908,14 +45651,14 @@ item_db: ( Id: 5481 AegisName: "Hermose_Cap" Name: "Hermode Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 478 + ViewSprite: 478 Trade: { nodrop: true nogstorage: true @@ -45930,12 +45673,12 @@ item_db: ( Id: 5482 AegisName: "Dark_Knight_Mask" Name: "Dark Knight Mask" - Type: 5 + Type: "IT_ARMOR" Weight: 3000 Def: 5 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 80 - View: 479 + ViewSprite: 479 Trade: { nodrop: true nogstorage: true @@ -45946,14 +45689,14 @@ item_db: ( Id: 5483 AegisName: "Odin_Mask" Name: "Odin Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 480 + ViewSprite: 480 Trade: { nodrop: true nogstorage: true @@ -45967,13 +45710,13 @@ item_db: ( Id: 5485 AegisName: "Tiger_Face" Name: "Tiger Face" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 60 - View: 483 + ViewSprite: 483 Script: <" bonus2 bSubRace,RC_Brute,5; bonus2 bAddRace,RC_Brute,5; @@ -45984,36 +45727,36 @@ item_db: ( Id: 5486 AegisName: "J_Anniversary_Hat" Name: "Anniversary Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 - View: 395 + Loc: "EQP_HEAD_TOP" + ViewSprite: 395 Script: <" bonus bAllStats, 2; "> }, { Id: 5487 AegisName: "J_Poringcake_Hat" Name: "Poring Cake Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 - Loc: 256 - View: 417 + Loc: "EQP_HEAD_TOP" + ViewSprite: 417 Script: <" bonus bLuk,2; "> }, { Id: 5488 AegisName: "J_Twin_Santahat" Name: "Twin Santa Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 390 + Loc: "EQP_HEAD_TOP" + ViewSprite: 390 Script: <" bonus bLuk,1; bonus bMdef,1; @@ -46023,24 +45766,24 @@ item_db: ( Id: 5489 AegisName: "Love_Daddy" Name: "Love Daddy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 - View: 484 + Loc: "EQP_HEAD_TOP" + ViewSprite: 484 Script: <" bonus bDex,2; "> }, { Id: 5490 AegisName: "Anubis_Helm" Name: "Anubis Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: false - View: 485 + ViewSprite: 485 Trade: { nodrop: true noselltonpc: true @@ -46059,13 +45802,13 @@ item_db: ( Id: 5491 AegisName: "Hat_Of_Outlaw" Name: "Bandit Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 Slots: 1 - Loc: 256 - View: 486 + Loc: "EQP_HEAD_TOP" + ViewSprite: 486 Trade: { nodrop: true noselltonpc: true @@ -46082,15 +45825,15 @@ item_db: ( Id: 5492 AegisName: "Boys_Cap_I" Name: "Student Cap" - Type: 5 + Type: "IT_ARMOR" Def: 5 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 102 + ViewSprite: 102 Trade: { nodrop: true notrade: true @@ -46110,15 +45853,15 @@ item_db: ( Id: 5493 AegisName: "Ulle_Cap_I" Name: "Ulle's Cap" - Type: 5 + Type: "IT_ARMOR" Def: 3 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 254 + ViewSprite: 254 Trade: { nodrop: true notrade: true @@ -46138,16 +45881,16 @@ item_db: ( Id: 5494 AegisName: "Spinx_Helm_I" Name: "Sphinx Hat" - Type: 5 + Type: "IT_ARMOR" Def: 5 Job: { Swordsman: true Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] Refine: false - View: 137 + ViewSprite: 137 Trade: { nodrop: true notrade: true @@ -46164,14 +45907,14 @@ item_db: ( Id: 5495 AegisName: "Power_Of_Thor" Name: "Power Of Thor" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 6 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 75 - View: 493 + ViewSprite: 493 Trade: { nodrop: true noselltonpc: true @@ -46188,14 +45931,14 @@ item_db: ( Id: 5496 AegisName: "Dice_Hat" Name: "Dice Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 Refine: false - View: 494 + ViewSprite: 494 Trade: { nodrop: true noselltonpc: true @@ -46209,7 +45952,7 @@ item_db: ( Id: 5497 AegisName: "King_Tiger_Doll_Hat" Name: "King Tiger Doll Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 @@ -46218,9 +45961,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 495 + ViewSprite: 495 Trade: { nodrop: true noselltonpc: true @@ -46234,7 +45977,7 @@ item_db: ( Id: 5498 AegisName: "Wondering_Wolf_Helm" Name: "Wandering Wolf Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 5 @@ -46242,10 +45985,10 @@ item_db: ( All: true Novice: false } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 490 + ViewSprite: 490 Trade: { nodrop: true noselltonpc: true @@ -46260,12 +46003,12 @@ item_db: ( Id: 5499 AegisName: "Pizza_Hat" Name: "Pizza Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 487 + ViewSprite: 487 Trade: { nodrop: true noselltonpc: true @@ -46277,12 +46020,12 @@ item_db: ( Id: 5500 AegisName: "Icecream_Hat" Name: "Icecream Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 488 + ViewSprite: 488 Trade: { nodrop: true noselltonpc: true @@ -46297,13 +46040,13 @@ item_db: ( Id: 5501 AegisName: "Pirates_Pride" Name: "Pirate's Pride" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 496 + ViewSprite: 496 Trade: { nodrop: true noselltonpc: true @@ -46320,12 +46063,12 @@ item_db: ( Id: 5502 AegisName: "Necromencers_Hood" Name: "Necromancer's Hood" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 491 + ViewSprite: 491 Trade: { nodrop: true noselltonpc: true @@ -46339,11 +46082,11 @@ item_db: ( Id: 5503 AegisName: "Rabbit_Magic_Hat" Name: "Magic Rabit Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 800 Def: 2 - Loc: 256 - View: 497 + Loc: "EQP_HEAD_TOP" + ViewSprite: 497 Trade: { nodrop: true noselltonpc: true @@ -46363,13 +46106,13 @@ item_db: ( Id: 5504 AegisName: "China_Wedding_Veil" Name: "Wedding Weil" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 5 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 70 - View: 489 + ViewSprite: 489 Trade: { nodrop: true noselltonpc: true @@ -46381,12 +46124,12 @@ item_db: ( Id: 5505 AegisName: "Asara_Fairy_Hat" Name: "Asara Fairy Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 492 + ViewSprite: 492 Trade: { nodrop: true noselltonpc: true @@ -46402,11 +46145,11 @@ item_db: ( Id: 5506 AegisName: "Blue_Pajamas_Hat" Name: "Blue Night Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 4 - Loc: 256 - View: 501 + Loc: "EQP_HEAD_TOP" + ViewSprite: 501 Script: <" bonus bBaseAtk,5; bonus bMatkRate,5; @@ -46416,11 +46159,11 @@ item_db: ( Id: 5507 AegisName: "Pink_Pajamas_Hat" Name: "Pink Night Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 4 - Loc: 256 - View: 502 + Loc: "EQP_HEAD_TOP" + ViewSprite: 502 Script: <" bonus bBaseAtk,5; bonus bMatkRate,5; @@ -46430,12 +46173,12 @@ item_db: ( Id: 5508 AegisName: "Shark_Hat" Name: "Shark Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 256 - View: 503 + Loc: "EQP_HEAD_TOP" + ViewSprite: 503 Trade: { nodrop: true noselltonpc: true @@ -46453,12 +46196,12 @@ item_db: ( Id: 5509 AegisName: "Sting_Hat" Name: "Sting hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 5 - Loc: 256 - View: 504 + Loc: "EQP_HEAD_TOP" + ViewSprite: 504 Trade: { nodrop: true noselltonpc: true @@ -46477,11 +46220,11 @@ item_db: ( Id: 5510 AegisName: "Shower_Cap" Name: "Shower Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 4 - Loc: 256 - View: 507 + Loc: "EQP_HEAD_TOP" + ViewSprite: 507 Script: <" bonus bMdef,3; bonus bFlee,3; @@ -46493,14 +46236,14 @@ item_db: ( Id: 5511 AegisName: "Samambaia" Name: "Samambaia" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 5 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 30 - View: 508 + ViewSprite: 508 Trade: { nodrop: true noselltonpc: true @@ -46512,13 +46255,13 @@ item_db: ( Id: 5512 AegisName: "Aquarius_Diadem" Name: "Aquarius Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 509 + ViewSprite: 509 Script: <" bonus bStr,2; bonus bFlee,10; @@ -46534,13 +46277,13 @@ item_db: ( Id: 5513 AegisName: "Aquarius_Crown" Name: "Aquarius Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 510 + ViewSprite: 510 Script: <" bonus bStr,2; bonus bFlee,10; @@ -46556,13 +46299,13 @@ item_db: ( Id: 5514 AegisName: "Pisces_Diadem" Name: "Pisces Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 511 + ViewSprite: 511 Script: <" bonus bInt,2; bonus bMdef,5; @@ -46578,13 +46321,13 @@ item_db: ( Id: 5515 AegisName: "Pisces_Crown" Name: "Pisces Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 512 + ViewSprite: 512 Script: <" bonus bInt,2; bonus bMdef,5; @@ -46600,24 +46343,24 @@ item_db: ( Id: 5516 AegisName: "Hawk_Eyes01" Name: "hawk Eyes" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Job: { Hunter: true } - Upper: 2 - Loc: 512 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_HEAD_MID" EquipLv: 60 Refine: false - View: 23 + ViewSprite: 23 Script: <" bonus bDex,1; "> }, { Id: 5517 AegisName: "Hawk_Eyes02" Name: "Hawk Eyes" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Job: { @@ -46625,23 +46368,23 @@ item_db: ( Hunter: true Bard: true } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 60 Refine: false - View: 23 + ViewSprite: 23 Script: <" bonus bDex,1; "> }, { Id: 5518 AegisName: "L_Magestic_Goat2" Name: "Gigantic Majestic Goat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 513 + ViewSprite: 513 Script: <" bonus2 bSubRace,RC_DemiPlayer,12; bonus bBaseAtk,(JobLevel*2)/7; @@ -46651,14 +46394,14 @@ item_db: ( Id: 5519 AegisName: "Peacock_Feather" Name: "Peacock Feather" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 4 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 514 + ViewSprite: 514 Trade: { nodrop: true noselltonpc: true @@ -46670,12 +46413,12 @@ item_db: ( Id: 5520 AegisName: "Rabbit_Earplug" Name: "Rabbit Earplugs" - Type: 5 + Type: "IT_ARMOR" Weight: 400 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 515 + ViewSprite: 515 Script: <" bonus2 bAddRace, RC_All, 4; bonus bMatkRate,4; @@ -46685,10 +46428,10 @@ item_db: ( Id: 5521 AegisName: "Angry_Mouth_C" Name: "Angry Mouth" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" Refine: false - View: 194 + ViewSprite: 194 Trade: { nodrop: true notrade: true @@ -46705,51 +46448,51 @@ item_db: ( Id: 5522 AegisName: "Fanta_Zero_Lemon_Hat" Name: "Fanta Zero Lemon Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 4 Slots: 1 - Loc: 256 - View: 516 + Loc: "EQP_HEAD_TOP" + ViewSprite: 516 }, { Id: 5523 AegisName: "Sakura_Mist_Hat" Name: "Sakura Mist Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 4 Slots: 1 - Loc: 256 - View: 517 + Loc: "EQP_HEAD_TOP" + ViewSprite: 517 Script: <" bonus bDex,1; "> }, { Id: 5524 AegisName: "Sakura_Milk_Tea_Hat" Name: "Sakura Milk Tea Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 4 Slots: 1 - Loc: 256 - View: 518 + Loc: "EQP_HEAD_TOP" + ViewSprite: 518 Script: <" bonus bVit,1; "> }, { Id: 5525 AegisName: "First_Leaf_Tea_Hat" Name: "Flower Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 4 Slots: 1 - Loc: 256 - View: 519 + Loc: "EQP_HEAD_TOP" + ViewSprite: 519 Script: <" bonus bMaxHP,80; bonus bMaxSP,20; @@ -46759,14 +46502,14 @@ item_db: ( Id: 5526 AegisName: "Lady_Tanee_Doll" Name: "Tanigumi Girl Doll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 520 + ViewSprite: 520 Trade: { nodrop: true noselltonpc: true @@ -46783,13 +46526,13 @@ item_db: ( Id: 5527 AegisName: "Lunatic_Hat" Name: "Lunatic Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 521 + ViewSprite: 521 Trade: { nodrop: true noselltonpc: true @@ -46806,7 +46549,7 @@ item_db: ( Id: 5528 AegisName: "King_Frog_Hat" Name: "Frog King Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 @@ -46815,10 +46558,10 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 522 + ViewSprite: 522 Trade: { nodrop: true noselltonpc: true @@ -46832,14 +46575,14 @@ item_db: ( Id: 5529 AegisName: "Evils_Bone_Hat" Name: "Satanic Bone Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 6 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 70 - View: 523 + ViewSprite: 523 Trade: { nodrop: true noselltonpc: true @@ -46857,14 +46600,14 @@ item_db: ( Id: 5530 AegisName: "Raven_Cap" Name: "Raven Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 6 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 524 + ViewSprite: 524 Trade: { nodrop: true noselltonpc: true @@ -46876,24 +46619,24 @@ item_db: ( Id: 5531 AegisName: "B_Dragon_Hat" Name: "Baby Dragon Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 - View: 525 + Loc: "EQP_HEAD_TOP" + ViewSprite: 525 }, */ { Id: 5532 AegisName: "Pirate_Dagger_J" Name: "Pirate Dagger" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 - View: 327 + Loc: "EQP_HEAD_LOW" + ViewSprite: 327 Trade: { nodrop: true noselltonpc: true @@ -46905,14 +46648,14 @@ item_db: ( Id: 5533 AegisName: "Emperor_Wreath_J" Name: "Emperor Wreath" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 80 - View: 261 + ViewSprite: 261 Script: <" bonus bAllStats,1; "> }, /* @@ -46920,14 +46663,14 @@ item_db: ( Id: 5534 AegisName: "Fox_Hat_J" Name: "Fox Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 70 Refine: false - View: 403 + ViewSprite: 403 Script: <" bonus bAgi,1; bonus bFlee2,2; @@ -46938,11 +46681,11 @@ item_db: ( Id: 5535 AegisName: "Side_Cap" Name: "Side Cap" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 3 - Loc: 256 - View: 529 + Loc: "EQP_HEAD_TOP" + ViewSprite: 529 Script: <" bonus bVit,1; bonus bDex,1; @@ -46955,14 +46698,14 @@ item_db: ( Id: 5536 AegisName: "Spare_Card" Name: "Spare Card" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 526 + ViewSprite: 526 Trade: { nodrop: true notrade: true @@ -46979,15 +46722,15 @@ item_db: ( Id: 5537 AegisName: "Quati_Hat" Name: "Kwati Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 45 Refine: false - View: 527 + ViewSprite: 527 Trade: { nodrop: true noselltonpc: true @@ -46999,15 +46742,15 @@ item_db: ( Id: 5538 AegisName: "Tucan_Hat" Name: "Tucan Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 45 Refine: false - View: 528 + ViewSprite: 528 Trade: { nodrop: true noselltonpc: true @@ -47019,14 +46762,14 @@ item_db: ( Id: 5539 AegisName: "Jaguar_Hat" Name: "Jaguar Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 4 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 25 - View: 530 + ViewSprite: 530 Trade: { nodrop: true noselltonpc: true @@ -47041,14 +46784,14 @@ item_db: ( Id: 5540 AegisName: "Freyja_SCirclet7" Name: "Freyja SCirclet7" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 8 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 18 + ViewSprite: 18 Script: <" bonus bStr,1; bonus bInt,1; @@ -47059,14 +46802,14 @@ item_db: ( Id: 5541 AegisName: "Freyja_SCirclet30" Name: "Freyja SCirclet30" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 8 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 18 + ViewSprite: 18 Script: <" bonus bStr,1; bonus bInt,1; @@ -47077,14 +46820,14 @@ item_db: ( Id: 5542 AegisName: "Freyja_SCirclet60" Name: "Freyja SCirclet60" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 8 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 18 + ViewSprite: 18 Script: <" bonus bStr,1; bonus bInt,1; @@ -47095,14 +46838,14 @@ item_db: ( Id: 5543 AegisName: "Freyja_SCirclet90" Name: "Freyja SCirclet90" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 700 Def: 8 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 18 + ViewSprite: 18 Script: <" bonus bStr,1; bonus bInt,1; @@ -47113,12 +46856,12 @@ item_db: ( Id: 5544 AegisName: "Time_Keeper_Hat" Name: "Time Keeper Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 30000 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 240 + ViewSprite: 240 Trade: { nodrop: true notrade: true @@ -47136,13 +46879,13 @@ item_db: ( Id: 5545 AegisName: "Aries_Diadem" Name: "Aries Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 531 + ViewSprite: 531 Trade: { nodrop: true noselltonpc: true @@ -47162,13 +46905,13 @@ item_db: ( Id: 5546 AegisName: "Aries_Crown" Name: "Aries Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 532 + ViewSprite: 532 Trade: { nodrop: true noselltonpc: true @@ -47188,13 +46931,13 @@ item_db: ( Id: 5547 AegisName: "RJC_Katusa" Name: "RJC Katusa Flower" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 - View: 533 + Loc: "EQP_HEAD_TOP" + ViewSprite: 533 Trade: { nodrop: true noselltonpc: true @@ -47212,12 +46955,12 @@ item_db: ( Id: 5548 AegisName: "Scarlet_Rose" Name: "Scarlet Rose" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 50 - View: 534 + ViewSprite: 534 Trade: { nodrop: true noselltonpc: true @@ -47229,13 +46972,13 @@ item_db: ( Id: 5549 AegisName: "Taurus_Diadem" Name: "Taurus Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 535 + ViewSprite: 535 Trade: { nodrop: true noselltonpc: true @@ -47256,13 +46999,13 @@ item_db: ( Id: 5550 AegisName: "Taurus_Crown" Name: "Taurus Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 536 + ViewSprite: 536 Trade: { nodrop: true noselltonpc: true @@ -47284,22 +47027,22 @@ item_db: ( Id: 5551 AegisName: "Holy_Egg_Hat" Name: "Holy Egg Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 256 - View: 537 + Loc: "EQP_HEAD_TOP" + ViewSprite: 537 }, */ { Id: 5552 AegisName: "Fest_Lord_Circlet" Name: "Festival Grand Circlet" - Type: 5 + Type: "IT_ARMOR" Def: 8 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 93 + ViewSprite: 93 Script: <" bonus bStr,3; bonus bInt,3; @@ -47310,11 +47053,11 @@ item_db: ( Id: 5553 AegisName: "Fest_Bunny_Band" Name: "Festival Bunny Band" - Type: 5 + Type: "IT_ARMOR" Def: 7 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 15 + ViewSprite: 15 Script: <" bonus bMdef,4; bonus2 bSubRace,RC_DemiPlayer,9; @@ -47324,13 +47067,13 @@ item_db: ( Id: 5554 AegisName: "Octopus_Hat" Name: "Octopus Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 538 + ViewSprite: 538 Trade: { nodrop: true noselltonpc: true @@ -47345,12 +47088,12 @@ item_db: ( Id: 5555 AegisName: "Leaf_Cat_Hat" Name: "Leaf Cat Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 256 - View: 539 + Loc: "EQP_HEAD_TOP" + ViewSprite: 539 Trade: { nodrop: true noselltonpc: true @@ -47365,13 +47108,13 @@ item_db: ( Id: 5556 AegisName: "Fur_Seal_Hat" Name: "Seal Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 55 - View: 540 + ViewSprite: 540 Script: <" bonus bInt,1; bonus3 bAutoSpell,WZ_FROSTNOVA,1,30; @@ -47381,7 +47124,7 @@ item_db: ( Id: 5557 AegisName: "Wild_Rose_Hat" Name: "Wild Rose Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 6 @@ -47390,9 +47133,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 541 + ViewSprite: 541 Trade: { nodrop: true noselltonpc: true @@ -47404,36 +47147,36 @@ item_db: ( Id: 5558 AegisName: "Saci_Hat" Name: "Luxury Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 6 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 542 + ViewSprite: 542 Script: <" bonus3 bAddMonsterDropItem,510,RC_Plant,500; "> }, { Id: 5559 AegisName: "Piece_Of_White_Cloth_E" Name: "Piece Of White Cloth" - Type: 5 + Type: "IT_ARMOR" Def: 1 - Loc: 256 - View: 543 + Loc: "EQP_HEAD_TOP" + ViewSprite: 543 }, { Id: 5560 AegisName: "Bullock_Helm_J" Name: "Bullock Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 75 - View: 322 + ViewSprite: 322 Script: <" bonus bMaxHP,100; bonus bNoKnockback,0; @@ -47451,11 +47194,11 @@ item_db: ( Id: 5561 AegisName: "Rabbit_Magic_Hat_J" Name: "Magic Rabbit Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 800 Def: 1 - Loc: 256 - View: 497 + Loc: "EQP_HEAD_TOP" + ViewSprite: 497 Script: <" bonus bInt,1; bonus bMaxSP,50; @@ -47469,13 +47212,13 @@ item_db: ( Id: 5562 AegisName: "Good_Wedding_Veil_J" Name: "Luxurious Wedding Veil" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 45 Refine: false - View: 489 + ViewSprite: 489 Script: <" bonus bMdef,10; bonus bCastrate,-3; @@ -47487,28 +47230,28 @@ item_db: ( Id: 5563 AegisName: "Dolor_Hat" Name: "Dolor Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 547 + ViewSprite: 547 }, */ { Id: 5564 AegisName: "Crown_Of_Deceit" Name: "Crown of Deceit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 85 - View: 544 + ViewSprite: 544 Trade: { nodrop: true noselltonpc: true @@ -47523,12 +47266,12 @@ item_db: ( Id: 5565 AegisName: "Dragon_Arhat_Mask" Name: "Dragon Arhat Mask" - Type: 5 + Type: "IT_ARMOR" Def: 5 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 1 Refine: false - View: 545 + ViewSprite: 545 Trade: { nodrop: true notrade: true @@ -47545,12 +47288,12 @@ item_db: ( Id: 5566 AegisName: "Tiger_Arhat_Mask" Name: "Tiger Arhat Mask" - Type: 5 + Type: "IT_ARMOR" Def: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 1 Refine: false - View: 546 + ViewSprite: 546 Trade: { nodrop: true notrade: true @@ -47567,14 +47310,14 @@ item_db: ( Id: 5567 AegisName: "Bright_Fury" Name: "Bright Fury" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 548 + ViewSprite: 548 Trade: { nodrop: true noselltonpc: true @@ -47590,26 +47333,26 @@ item_db: ( Id: 5568 AegisName: "Rabbit_Bonnet" Name: "Rabbit Bonnet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 1 Slots: 1 - Loc: 768 - View: 549 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 549 Script: <" bonus bInt,2; "> }, { Id: 5569 AegisName: "Gemini_Diadem" Name: "Gemini Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 550 + ViewSprite: 550 Trade: { nodrop: true noselltonpc: true @@ -47630,13 +47373,13 @@ item_db: ( Id: 5570 AegisName: "Gemini_Crown" Name: "Gemini Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 551 + ViewSprite: 551 Trade: { nodrop: true noselltonpc: true @@ -47660,12 +47403,12 @@ item_db: ( Id: 5571 AegisName: "Rasta_Wig" Name: "Rasta_Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 552 + Loc: "EQP_HEAD_TOP" + ViewSprite: 552 Script: <" bonus bStr,1; "> }, */ @@ -47673,39 +47416,39 @@ item_db: ( Id: 5572 AegisName: "Savage_Baby_Hat" Name: "Savage Babe Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 553 + ViewSprite: 553 Script: <" bonus bVit,2; "> }, { Id: 5573 AegisName: "Bogy_Horn" Name: "Dokebi Horn" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 - View: 554 + Loc: "EQP_HEAD_TOP" + ViewSprite: 554 }, { Id: 5574 AegisName: "Pencil_In_Mouth" Name: "Well-Chewed Pencil" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 10 Refine: false - View: 555 + ViewSprite: 555 Trade: { nodrop: true noselltonpc: true @@ -47720,40 +47463,40 @@ item_db: ( Id: 5575 AegisName: "Onigiri_Hat" Name: "Rice Ball Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 6 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 556 + ViewSprite: 556 }, /* { Id: 5576 AegisName: "Japan_Winecup" Name: "Wine Cup" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 557 + ViewSprite: 557 }, */ { Id: 5577 AegisName: "Dark_Knight_MaskB" Name: "Dark Knight Mask" - Type: 5 + Type: "IT_ARMOR" Weight: 3000 Def: 5 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 80 - View: 479 + ViewSprite: 479 Trade: { nodrop: true nogstorage: true @@ -47764,26 +47507,26 @@ item_db: ( Id: 5578 AegisName: "Voyage_Hat" Name: "Voyage_Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 200 Weight: 10 Def: 1 - Loc: 256 - View: 236 + Loc: "EQP_HEAD_TOP" + ViewSprite: 236 Script: <" bonus bAgi,2; "> }, { Id: 5579 AegisName: "Wanderers_Sakkat" Name: "Wanderer's Sakkat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 70 - View: 558 + ViewSprite: 558 Trade: { nodrop: true noselltonpc: true @@ -47796,13 +47539,13 @@ item_db: ( Id: 5580 AegisName: "Red_Beret" Name: "Red Beret" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 559 + ViewSprite: 559 Script: <" bonus bAllStats,3; bonus bMdef,3; @@ -47813,13 +47556,13 @@ item_db: ( Id: 5581 AegisName: "Cancer_Diadem" Name: "Cancer Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 560 + ViewSprite: 560 Trade: { nodrop: true noselltonpc: true @@ -47840,13 +47583,13 @@ item_db: ( Id: 5582 AegisName: "Cancer_Crown" Name: "Cancer Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 561 + ViewSprite: 561 Trade: { nodrop: true noselltonpc: true @@ -47867,11 +47610,11 @@ item_db: ( Id: 5583 AegisName: "Para_Team_Hat" Name: "Eden Team Hat" - Type: 5 + Type: "IT_ARMOR" Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 12 - View: 465 + ViewSprite: 465 Trade: { nodrop: true notrade: true @@ -47886,12 +47629,12 @@ item_db: ( Id: 5584 AegisName: "Majestic_Evil_Horn" Name: "Majestic Evil Horns" - Type: 5 + Type: "IT_ARMOR" Weight: 400 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 562 + ViewSprite: 562 Trade: { nodrop: true noselltonpc: true @@ -47907,38 +47650,38 @@ item_db: ( Id: 5585 AegisName: "Rune_Hairband" Name: "Rune Cloth Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 564 + ViewSprite: 564 }, { Id: 5586 AegisName: "Mosquito_Coil" Name: "Mosquito Coil" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 563 + ViewSprite: 563 }, { Id: 5587 AegisName: "Mosquito_Coil_1Use" Name: "Mosquito Coil" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 563 + ViewSprite: 563 Trade: { nodrop: true notrade: true @@ -47954,13 +47697,13 @@ item_db: ( Id: 5588 AegisName: "Leo_Crown" Name: "Leo Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 565 + ViewSprite: 565 Script: <" bonus bStr,2; bonus2 bSubEle,Ele_Fire,5; @@ -47978,13 +47721,13 @@ item_db: ( Id: 5589 AegisName: "Leo_Diadem" Name: "Leo Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 566 + ViewSprite: 566 Script: <" bonus bDex,2; bonus2 bSubEle,Ele_Fire,5; @@ -48001,41 +47744,41 @@ item_db: ( Id: 5590 AegisName: "K_Poring_Cake_Cap" Name: "Poring Cake Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 256 - View: 417 + Loc: "EQP_HEAD_TOP" + ViewSprite: 417 }, /* { Id: 5591 AegisName: "Desert_Prince" Name: "Desert Prince" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 567 + ViewSprite: 567 }, */ { Id: 5592 AegisName: "Sigruns_Wing" Name: "Sigrun's Wings" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 80 Refine: false - View: 568 + ViewSprite: 568 Script: <" if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bStr,1; else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) bonus bInt,1; @@ -48051,41 +47794,41 @@ item_db: ( Id: 5593 AegisName: "K_Rabbit_Bonnet" Name: "Rabbit Bonnet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 549 + ViewSprite: 549 }, { Id: 5594 AegisName: "Donut_In_Mouth" Name: "Donut In Mouth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 569 + ViewSprite: 569 }, /* { Id: 5595 AegisName: "Eye_Of_Juno" Name: "Eye Of Juno" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 570 + ViewSprite: 570 Script: <" bonus bMdef,2; "> }, */ @@ -48093,13 +47836,13 @@ item_db: ( Id: 5596 AegisName: "4Leaf_Clover_In_Mouth" Name: "4Leaf Clover In Mouth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 2 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 571 + ViewSprite: 571 Trade: { nodrop: true notrade: true @@ -48116,13 +47859,13 @@ item_db: ( Id: 5597 AegisName: "Bubble_Gum_In_Mouth" Name: "Bubble Gum In Mouth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 2 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 572 + ViewSprite: 572 Trade: { nodrop: true notrade: true @@ -48140,14 +47883,14 @@ item_db: ( Id: 5598 AegisName: "Virgo_Crown" Name: "Virgo Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 573 + ViewSprite: 573 Script: <" bonus bDex,2; bonus bAspdRate,1; @@ -48164,14 +47907,14 @@ item_db: ( Id: 5599 AegisName: "Virgo_Diadem" Name: "Virgo Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 574 + ViewSprite: 574 Script: <" bonus bAspdRate,3; bonus2 bSubEle,Ele_Earth,5; @@ -48183,13 +47926,13 @@ item_db: ( Id: 5600 AegisName: "Br_Twin_Ribbon" Name: "Brazil Twin Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 575 + ViewSprite: 575 Script: <" bonus bAllStats,3; bonus bMdef,1; @@ -48200,13 +47943,13 @@ item_db: ( Id: 5601 AegisName: "Br_Beret" Name: "Brazil Beret" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 576 + ViewSprite: 576 Script: <" bonus bAllStats,3; bonus bMdef,1; @@ -48218,27 +47961,27 @@ item_db: ( Id: 5602 AegisName: "Jaguar_Hat_J" Name: "Jaguar Hat J" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Slots: 1 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 530 + ViewSprite: 530 }, */ { Id: 5603 AegisName: "RTC_Winner_Only" Name: "RTC First Place" - Type: 5 + Type: "IT_ARMOR" Weight: 250 Def: 8 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 577 + ViewSprite: 577 Trade: { nodrop: true notrade: true @@ -48254,13 +47997,13 @@ item_db: ( Id: 5604 AegisName: "RTC_Second_Best" Name: "RTC Second Place" - Type: 5 + Type: "IT_ARMOR" Weight: 250 Def: 6 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 578 + ViewSprite: 578 Trade: { nodrop: true notrade: true @@ -48276,13 +48019,13 @@ item_db: ( Id: 5605 AegisName: "RTC_Third_Best" Name: "RTC Third Place" - Type: 5 + Type: "IT_ARMOR" Weight: 250 Def: 4 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 579 + ViewSprite: 579 Trade: { nodrop: true notrade: true @@ -48299,14 +48042,14 @@ item_db: ( Id: 5606 AegisName: "Campume_Hat" Name: "Champune Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 500 Weight: 1200 Def: 4 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 3 - View: 580 + ViewSprite: 580 Script: <" bonus bAllStats,1; "> }, */ @@ -48315,13 +48058,13 @@ item_db: ( Id: 5607 AegisName: "Lyria_Doll_Hat" Name: "Lyria Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 581 + ViewSprite: 581 }, */ /* @@ -48329,13 +48072,13 @@ item_db: ( Id: 5608 AegisName: "Dorothy_Doll_Hat" Name: "Dorothy Doll Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 582 + ViewSprite: 582 }, */ /* @@ -48343,14 +48086,14 @@ item_db: ( Id: 5609 AegisName: "Chung_Hairband" Name: "Chung Hairband" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 5 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 Refine: false - View: 583 + ViewSprite: 583 Script: <" bonus bLuk,3; bonus bMdef,4; @@ -48362,12 +48105,12 @@ item_db: ( Id: 5610 AegisName: "Ice_Wing_Ear" Name: "Ice Wing Ear" - Type: 5 + Type: "IT_ARMOR" Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 10 Refine: false - View: 584 + ViewSprite: 584 Script: <" bonus bLuk,1; "> }, */ @@ -48375,11 +48118,11 @@ item_db: ( Id: 5611 AegisName: "Turtle_Hat" Name: "Turtle_Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 300 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 585 + ViewSprite: 585 Script: <" bonus bAgi,1; "> }, /* @@ -48387,7 +48130,7 @@ item_db: ( Id: 5612 AegisName: "F_Blue_Drooping_Kitty" Name: "F Blue Drooping Kitty" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 @@ -48395,8 +48138,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 277 + Loc: "EQP_HEAD_TOP" + ViewSprite: 277 Script: <" bonus bMdef,15; "> }, */ @@ -48405,13 +48148,13 @@ item_db: ( Id: 5613 AegisName: "F_Flying_Angel" Name: "F Flying Angel" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 264 + ViewSprite: 264 Script: <" bonus bInt,1; bonus bAgi,1; @@ -48423,16 +48166,16 @@ item_db: ( Id: 5614 AegisName: "F_Smoking_Pipe_" Name: "F Smoking Pipe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 55 + ViewSprite: 55 Script: <" bonus bVit,1; "> }, */ @@ -48441,14 +48184,14 @@ item_db: ( Id: 5615 AegisName: "F_Pair_Of_Red_Ribbon_" Name: "F Pair Of Red Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 45 Refine: false - View: 169 + ViewSprite: 169 }, */ /* @@ -48456,13 +48199,13 @@ item_db: ( Id: 5616 AegisName: "F_Fish_On_Head_" Name: "F Fish On Head" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 149 + ViewSprite: 149 Script: <" bonus bDex,1; bonus bAgi,1; @@ -48474,13 +48217,13 @@ item_db: ( Id: 5617 AegisName: "F_Hibiscus" Name: "F Hibiscus" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 210 + ViewSprite: 210 Script: <" bonus bInt,1; bonus bDex,1; @@ -48493,12 +48236,12 @@ item_db: ( Id: 5618 AegisName: "F_Cat_Hat" Name: "F Cat Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 - View: 182 + Loc: "EQP_HEAD_TOP" + ViewSprite: 182 Script: <" bonus bLuk,2; bonus bMdef,10; @@ -48510,12 +48253,12 @@ item_db: ( Id: 5619 AegisName: "F_Bunny_Band_" Name: "F Bunny Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 15 + Loc: "EQP_HEAD_TOP" + ViewSprite: 15 Script: <" bonus bInt,2; "> }, */ @@ -48524,7 +48267,7 @@ item_db: ( Id: 5620 AegisName: "F_Magestic_Goat_TW" Name: "F Magestic Goat TW" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 @@ -48538,8 +48281,8 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 - View: 41 + Loc: "EQP_HEAD_TOP" + ViewSprite: 41 Script: <" bonus bStr,2; "> }, */ @@ -48548,7 +48291,7 @@ item_db: ( Id: 5621 AegisName: "F_Sheep_Hat" Name: "F Sheep Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Def: 1 @@ -48557,9 +48300,9 @@ item_db: ( Priest: true Monk: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 205 + ViewSprite: 205 }, */ /* @@ -48567,12 +48310,12 @@ item_db: ( Id: 5622 AegisName: "F_Mini_Propeller_" Name: "F Mini Propeller" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 270 + Loc: "EQP_HEAD_TOP" + ViewSprite: 270 Script: <" bonus bDex,1; bonus bAgi,2; @@ -48584,7 +48327,7 @@ item_db: ( Id: 5623 AegisName: "F_Alice_Doll" Name: "F Alice Doll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Slots: 1 @@ -48592,10 +48335,10 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 208 + ViewSprite: 208 Script: <" bonus bStr,1; "> }, */ @@ -48604,12 +48347,12 @@ item_db: ( Id: 5624 AegisName: "F_Red_Glasses" Name: "F Red Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 316 + ViewSprite: 316 Script: <" bonus bInt,1; "> }, */ @@ -48618,14 +48361,14 @@ item_db: ( Id: 5625 AegisName: "F_Chick_Hat" Name: "F Chick Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 311 + ViewSprite: 311 Script: <" bonus bLuk,2; "> }, */ @@ -48634,7 +48377,7 @@ item_db: ( Id: 5626 AegisName: "F_White_Deviruchi_Cap" Name: "F White Deviruchi Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -48642,9 +48385,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 64 - View: 272 + ViewSprite: 272 Script: <" bonus bStr,1; bonus bInt,1; @@ -48656,15 +48399,15 @@ item_db: ( Id: 5627 AegisName: "F_Vane_Hairpin" Name: "F Vane Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 313 + ViewSprite: 313 Script: <" bonus bAgi,2; "> }, */ @@ -48673,12 +48416,12 @@ item_db: ( Id: 5628 AegisName: "F_Pecopeco_Hairband" Name: "F Pecopeco Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 314 + ViewSprite: 314 }, */ /* @@ -48686,15 +48429,15 @@ item_db: ( Id: 5629 AegisName: "F_Vacation_Hat" Name: "F Vacation Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 315 + ViewSprite: 315 Script: <" bonus bVit,1; "> }, */ @@ -48703,14 +48446,14 @@ item_db: ( Id: 5630 AegisName: "F_Charming_Ribbon" Name: "F Charming Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 211 + ViewSprite: 211 }, */ /* @@ -48718,14 +48461,14 @@ item_db: ( Id: 5631 AegisName: "F_Water_Lily_Crown" Name: "F Water Lily Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 312 + ViewSprite: 312 Script: <" bonus bDex,1; bonus bAgi,1; @@ -48738,13 +48481,13 @@ item_db: ( Id: 5632 AegisName: "F_Vanilmirth_Hat" Name: "F Vanilmirth Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 317 + ViewSprite: 317 Script: <" bonus bMdef,5; "> }, */ @@ -48753,12 +48496,12 @@ item_db: ( Id: 5633 AegisName: "F_Drooping_Bunny_" Name: "F Drooping Bunny" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 249 + Loc: "EQP_HEAD_TOP" + ViewSprite: 249 Script: <" bonus bDex,1; "> }, */ @@ -48767,13 +48510,13 @@ item_db: ( Id: 5634 AegisName: "F_Kettle_Hat" Name: "F Kettle Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 318 + ViewSprite: 318 }, */ /* @@ -48781,13 +48524,13 @@ item_db: ( Id: 5635 AegisName: "F_Dragon_Skull" Name: "F Dragon Skull" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 319 + ViewSprite: 319 }, */ /* @@ -48795,12 +48538,12 @@ item_db: ( Id: 5636 AegisName: "F_Ramen_Hat" Name: "F Ramen Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 320 + ViewSprite: 320 Script: <" bonus bDex,4; "> }, */ @@ -48809,12 +48552,12 @@ item_db: ( Id: 5637 AegisName: "F_Pink_Fur_Hat" Name: "F Pink Fur Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 - Loc: 256 - View: 281 + Loc: "EQP_HEAD_TOP" + ViewSprite: 281 Script: <" bonus bLuk,1; "> }, */ @@ -48823,14 +48566,14 @@ item_db: ( Id: 5638 AegisName: "F_Puppy_Hat" Name: "F Puppy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 234 + ViewSprite: 234 Script: <" bonus bAgi,1; "> }, */ @@ -48839,7 +48582,7 @@ item_db: ( Id: 5639 AegisName: "F_Magic_Eyes" Name: "F Magic Eyes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -48849,9 +48592,9 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 209 + ViewSprite: 209 Script: <" bonus bMdef,5; "> }, */ @@ -48860,12 +48603,12 @@ item_db: ( Id: 5640 AegisName: "F_Jumping_Poring" Name: "F Jumping Poring" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 349 + ViewSprite: 349 Script: <" bonus bLuk,1; "> }, */ @@ -48874,14 +48617,14 @@ item_db: ( Id: 5641 AegisName: "F_Robo_Eye" Name: "F Robo Eye" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 10 Refine: false - View: 345 + ViewSprite: 345 Script: <" bonus bDex,1; "> }, */ @@ -48890,7 +48633,7 @@ item_db: ( Id: 5642 AegisName: "F_Yellow_Wizardry_Hat" Name: "F Yellow Wizardry Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -48900,8 +48643,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 286 + Loc: "EQP_HEAD_TOP" + ViewSprite: 286 Script: <" bonus bInt,2; "> }, */ @@ -48910,7 +48653,7 @@ item_db: ( Id: 5643 AegisName: "F_Crescent_Helm" Name: "F Crescent Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 8 @@ -48922,9 +48665,9 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 213 + ViewSprite: 213 Script: <" bonus bVit,1; "> }, */ @@ -48933,14 +48676,14 @@ item_db: ( Id: 5644 AegisName: "F_Tiger_Mask" Name: "F Tiger Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 181 + ViewSprite: 181 Script: <" bonus bStr,3; "> }, */ @@ -48949,12 +48692,12 @@ item_db: ( Id: 5645 AegisName: "F_Fantastic_Wig" Name: "F Fantastic Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 768 - View: 308 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 308 }, */ /* @@ -48962,11 +48705,11 @@ item_db: ( Id: 5646 AegisName: "F_Whisper_Mask" Name: "F Whisper Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 321 + ViewSprite: 321 Script: <" bonus bAgi,3; "> }, */ @@ -48975,13 +48718,13 @@ item_db: ( Id: 5647 AegisName: "F_Bunny_Band_C" Name: "F Bunny Band C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 9 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 15 + ViewSprite: 15 Script: <" bonus bMdef,5; "> }, */ @@ -48990,17 +48733,17 @@ item_db: ( Id: 5648 AegisName: "F_Centimental_Flower_C" Name: "F Centimental Flower C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 56 + ViewSprite: 56 }, */ /* @@ -49008,17 +48751,17 @@ item_db: ( Id: 5649 AegisName: "F_Apple_Of_Archer_C" Name: "F Apple Of Archer C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 7 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 72 + ViewSprite: 72 Script: <" bonus bDex,4; "> }, */ @@ -49027,17 +48770,17 @@ item_db: ( Id: 5650 AegisName: "F_Elven_Ears_C" Name: "F Elven Ears C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 2 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 73 + ViewSprite: 73 Script: <" bonus bInt,1; "> }, */ @@ -49046,13 +48789,13 @@ item_db: ( Id: 5651 AegisName: "F_Brooch_C" Name: "F Brooch C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" bonus bAgi,4; "> @@ -49063,16 +48806,16 @@ item_db: ( Id: 5652 AegisName: "F_Magestic_Goat_C" Name: "F Magestic Goat C" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Def: 5 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 41 + ViewSprite: 41 Script: <" bonus bStr,1; "> }, */ @@ -49080,27 +48823,27 @@ item_db: ( Id: 5653 AegisName: "Darkness_Helm_J" Name: "Darkness Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 586 + ViewSprite: 586 }, { Id: 5654 AegisName: "Holy_Marching_Hat_J" Name: "Holy Marching Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 587 + ViewSprite: 587 Trade: { nodrop: true noselltonpc: true @@ -49116,13 +48859,13 @@ item_db: ( Id: 5655 AegisName: "Dark_Snake_Lord_Hat_J" Name: "Evil Snake Lord Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 372 + ViewSprite: 372 Script: <" bonus bInt,2; bonus bAgi,2; @@ -49136,14 +48879,14 @@ item_db: ( Id: 5656 AegisName: "Scooter_Hat_J" Name: "Scooter Helmet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 7 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 588 + ViewSprite: 588 Script: <" bonus bUnbreakableHelm,0; "> }, */ @@ -49152,52 +48895,52 @@ item_db: ( Id: 5657 AegisName: "Antique_Pipe_J" Name: "Captain's Pipe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 30 Refine: false - View: 383 + ViewSprite: 383 }, */ { Id: 5658 AegisName: "Imp_Hat" Name: "Imp Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 589 + ViewSprite: 589 Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,10; "> }, { Id: 5659 AegisName: "Sleepr_Hat" Name: "Sleeper Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 590 + ViewSprite: 590 Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,1,10; "> }, { Id: 5660 AegisName: "Gryphon_Hat" Name: "Gryphon Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 591 + ViewSprite: 591 Script: <" bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,10; "> }, /* @@ -49205,11 +48948,11 @@ item_db: ( Id: 5661 AegisName: "Red_Pirate_Bandana" Name: "Red Pirate Banada" - Type: 5 + Type: "IT_ARMOR" Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 592 + ViewSprite: 592 Script: <" bonus bStr,1; bonus bDex,1; @@ -49223,13 +48966,13 @@ item_db: ( Id: 5662 AegisName: "Libra_Crown" Name: "Libra Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 593 + ViewSprite: 593 Script: <" bonus bDex,3; "> }, */ @@ -49238,13 +48981,13 @@ item_db: ( Id: 5663 AegisName: "Libra_Diadem" Name: "Libra Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 594 + ViewSprite: 594 Script: <" bonus bDex,3; "> }, */ @@ -49252,14 +48995,14 @@ item_db: ( Id: 5664 AegisName: "Filir_Wing" Name: "Filir's Pinions" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 595 + ViewSprite: 595 Script: <" bonus bAspdRate,2; bonus bCastrate,-2; @@ -49269,14 +49012,14 @@ item_db: ( Id: 5665 AegisName: "Shaman_Hat" Name: "Shaman Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 596 + ViewSprite: 596 Script: <" bonus2 bSubEle,Ele_Neutral,3; bonus2 bSubEle,Ele_Water,3; @@ -49294,14 +49037,14 @@ item_db: ( Id: 5666 AegisName: "Golden_Crown" Name: "Golden Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 8 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 597 + ViewSprite: 597 Script: <" bonus bInt,1; bonus bDex,1; @@ -49312,14 +49055,14 @@ item_db: ( Id: 5667 AegisName: "Skull_Hood" Name: "Skull Hood" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 30 - View: 598 + ViewSprite: 598 Trade: { nodrop: true noselltonpc: true @@ -49330,12 +49073,12 @@ item_db: ( Id: 5668 AegisName: "Weird_Pumpkin_Hat" Name: "Weird Pumpkin Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 206 + ViewSprite: 206 Trade: { nodrop: true notrade: true @@ -49352,13 +49095,13 @@ item_db: ( Id: 5669 AegisName: "Poring_Party_Hat_J" Name: "Poring Party Hat J" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 340 + ViewSprite: 340 }, */ /* @@ -49366,40 +49109,40 @@ item_db: ( Id: 5670 AegisName: "Aniv_Star_Hat" Name: "Aniv Star Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 599 + ViewSprite: 599 }, */ { Id: 5671 AegisName: "Drooping_Morocc_Minion" Name: "Drooping Morocc Minion" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: false - View: 600 + ViewSprite: 600 }, /* { Id: 5672 AegisName: "Southern_Cross" Name: "Southern Cross" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 601 + ViewSprite: 601 Script: <" bonus bInt,1; "> }, */ @@ -49408,14 +49151,14 @@ item_db: ( Id: 5673 AegisName: "Home_Cherry_Blossom" Name: "Home Cherry Blossom" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 602 + ViewSprite: 602 }, */ /* @@ -49423,14 +49166,14 @@ item_db: ( Id: 5674 AegisName: "Pig_Moneybox" Name: "Pig Moneybox" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 603 + ViewSprite: 603 }, */ /* @@ -49438,13 +49181,13 @@ item_db: ( Id: 5675 AegisName: "Poring_Letter" Name: "Poring Letter" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 10 Refine: false - View: 604 + ViewSprite: 604 }, */ /* @@ -49452,13 +49195,13 @@ item_db: ( Id: 5676 AegisName: "Scorpio_Crown" Name: "Scorpio Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 605 + ViewSprite: 605 }, */ /* @@ -49466,14 +49209,14 @@ item_db: ( Id: 5677 AegisName: "Scorpio_Diadem" Name: "Scorpio Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 606 + ViewSprite: 606 Script: <" bonus bDex,2; "> }, */ @@ -49482,13 +49225,13 @@ item_db: ( Id: 5678 AegisName: "Notation_Hairband" Name: "Notation Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 200 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 607 + ViewSprite: 607 }, */ /* @@ -49496,14 +49239,14 @@ item_db: ( Id: 5679 AegisName: "Engineer_Cap" Name: "Engineer Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 608 + ViewSprite: 608 }, */ /* @@ -49511,113 +49254,113 @@ item_db: ( Id: 5680 AegisName: "Hawkeyes" Name: "Hawkeyes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 10 Refine: false - View: 609 + ViewSprite: 609 }, */ { Id: 5681 AegisName: "F_Ribbon_Green" Name: "Green Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 - Loc: 256 - View: 244 + Loc: "EQP_HEAD_TOP" + ViewSprite: 244 Script: <" bonus bMdef,3; "> }, { Id: 5682 AegisName: "Triangle_Rune_Cap" Name: "Triangle Rune Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 610 + ViewSprite: 610 Script: <" bonus bInt,1; "> }, { Id: 5683 AegisName: "Majestic_Goat_Repl" Name: "Baphomet Horns" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 41 + ViewSprite: 41 }, { Id: 5684 AegisName: "Jewel_Crown_Repl" Name: "Ornate Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 88 + ViewSprite: 88 }, { Id: 5685 AegisName: "Prontera_Army_Cap_Repl" Name: "Army Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 48 + ViewSprite: 48 }, { Id: 5686 AegisName: "Feather_Bonnet_Repl" Name: "Nice Hat Feather" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 104 + ViewSprite: 104 }, { Id: 5687 AegisName: "Viking_Helm_Repl" Name: "Orc Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 86 + ViewSprite: 86 }, /* { Id: 5688 AegisName: "2009Love_Daddy" Name: "2009 Love Dad" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 611 + ViewSprite: 611 Script: <" bonus bVit,2; "> }, */ @@ -49626,28 +49369,28 @@ item_db: ( Id: 5689 AegisName: "Queen_Ant_Diadem" Name: "Queen Ant Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 75 - View: 612 + ViewSprite: 612 }, */ { Id: 5690 AegisName: "Red_Wing_Hat" Name: "Red Wing Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 613 + ViewSprite: 613 Script: <" if (getrefine() > 6) { bonus2 bAddRace, RC_All, 2; @@ -49664,13 +49407,13 @@ item_db: ( Id: 5691 AegisName: "Catain_Bandanna" Name: "Sailor's Bandana" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 542 + ViewSprite: 542 Script: <" bonus bDex,1; bonus2 bSubEle,Ele_Poison,20; @@ -49680,13 +49423,13 @@ item_db: ( Id: 5692 AegisName: "Sea_Cat_Hat" Name: "Sea Cat Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 539 + ViewSprite: 539 Script: <" bonus bDex,1; "> }, /* @@ -49694,12 +49437,12 @@ item_db: ( Id: 5693 AegisName: "No_Fear_Underware" Name: "No Fear Underwear" - Type: 5 + Type: "IT_ARMOR" Def: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 30 + ViewSprite: 30 Script: <" bonus bStr,1; bonus bInt,1; @@ -49712,17 +49455,17 @@ item_db: ( Id: 5694 AegisName: "No_Fear_P_Headgear" Name: "No Fear P Headgear" - Type: 5 + Type: "IT_ARMOR" Def: 1 Slots: 1 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 Refine: false - View: 614 + ViewSprite: 614 Script: <" bonus bVit,1; "> }, */ @@ -49731,12 +49474,12 @@ item_db: ( Id: 5695 AegisName: "E_Blue_Drooping_Kitty" Name: "E Blue Drooping Kitty" - Type: 5 + Type: "IT_ARMOR" Buy: 250000 Weight: 500 Def: 1 - Loc: 256 - View: 277 + Loc: "EQP_HEAD_TOP" + ViewSprite: 277 Script: <" bonus bMdef,15; "> }, */ @@ -49745,13 +49488,13 @@ item_db: ( Id: 5696 AegisName: "E_Flying_Angel" Name: "E Flying Angel" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 264 + ViewSprite: 264 Script: <" bonus bInt,1; bonus bAgi,1; @@ -49763,12 +49506,12 @@ item_db: ( Id: 5697 AegisName: "E_Smoking_Pipe_" Name: "E Smoking Pipe" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 55 + ViewSprite: 55 Script: <" bonus bVit,1; "> }, */ @@ -49777,14 +49520,14 @@ item_db: ( Id: 5698 AegisName: "E_Pair_OE_Red_Ribbon_" Name: "E Pair OE Red Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 45 Refine: false - View: 169 + ViewSprite: 169 }, */ /* @@ -49792,13 +49535,13 @@ item_db: ( Id: 5699 AegisName: "E_Fish_On_Head_" Name: "E Fish On Head" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 149 + ViewSprite: 149 Script: <" bonus bDex,1; bonus bAgi,1; @@ -49810,13 +49553,13 @@ item_db: ( Id: 5700 AegisName: "E_Hibiscus" Name: "E Hibiscus" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 210 + ViewSprite: 210 Script: <" bonus bInt,1; bonus bDex,1; @@ -49829,12 +49572,12 @@ item_db: ( Id: 5701 AegisName: "E_Cat_Hat" Name: "E Cat Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 - View: 182 + Loc: "EQP_HEAD_TOP" + ViewSprite: 182 Script: <" bonus bLuk,2; bonus bMdef,10; @@ -49846,12 +49589,12 @@ item_db: ( Id: 5702 AegisName: "E_Bunny_Band_" Name: "E Bunny Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 15 + Loc: "EQP_HEAD_TOP" + ViewSprite: 15 Script: <" bonus bInt,2; "> }, */ @@ -49860,7 +49603,7 @@ item_db: ( Id: 5703 AegisName: "E_Magestic_Goat_TW" Name: "E Magestic Goat TW" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 @@ -49874,8 +49617,8 @@ item_db: ( Taekwon: true Star_Gladiator: true } - Loc: 256 - View: 41 + Loc: "EQP_HEAD_TOP" + ViewSprite: 41 Script: <" bonus bStr,2; "> }, */ @@ -49884,7 +49627,7 @@ item_db: ( Id: 5704 AegisName: "E_Sheep_Hat" Name: "E Sheep Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 150 Def: 1 @@ -49893,9 +49636,9 @@ item_db: ( Priest: true Monk: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 205 + ViewSprite: 205 }, */ /* @@ -49903,12 +49646,12 @@ item_db: ( Id: 5705 AegisName: "E_Mini_Propeller_" Name: "E Mini Propeller" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 - Loc: 256 - View: 270 + Loc: "EQP_HEAD_TOP" + ViewSprite: 270 Script: <" bonus bDex,1; bonus bAgi,2; @@ -49920,7 +49663,7 @@ item_db: ( Id: 5706 AegisName: "E_Alice_Doll" Name: "E Alice Doll" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Slots: 1 @@ -49928,10 +49671,10 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 208 + ViewSprite: 208 Script: <" bonus bStr,1; "> }, */ @@ -49940,12 +49683,12 @@ item_db: ( Id: 5707 AegisName: "E_Red_Glasses" Name: "E Red Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 316 + ViewSprite: 316 Script: <" bonus bInt,1; "> }, */ @@ -49954,14 +49697,14 @@ item_db: ( Id: 5708 AegisName: "E_Chick_Hat" Name: "E Chick Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 Refine: false - View: 311 + ViewSprite: 311 Script: <" bonus bLuk,2; "> }, */ @@ -49970,7 +49713,7 @@ item_db: ( Id: 5709 AegisName: "E_White_Deviruchi_Cap" Name: "E White Deviruchi Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 @@ -49978,9 +49721,9 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 64 - View: 272 + ViewSprite: 272 Script: <" bonus bStr,1; bonus bInt,1; @@ -49992,15 +49735,15 @@ item_db: ( Id: 5710 AegisName: "E_Vane_Hairpin" Name: "E Vane Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 313 + ViewSprite: 313 Script: <" bonus bAgi,2; "> }, */ @@ -50009,12 +49752,12 @@ item_db: ( Id: 5711 AegisName: "E_Pecopeco_Hairband" Name: "E Pecopeco Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 314 + ViewSprite: 314 }, */ /* @@ -50022,15 +49765,15 @@ item_db: ( Id: 5712 AegisName: "E_Vacation_Hat" Name: "E Vacation Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 315 + ViewSprite: 315 Script: <" bonus bVit,1; "> }, */ @@ -50039,14 +49782,14 @@ item_db: ( Id: 5713 AegisName: "E_Charming_Ribbon" Name: "E Charming Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 211 + ViewSprite: 211 }, */ /* @@ -50054,14 +49797,14 @@ item_db: ( Id: 5714 AegisName: "E_Water_Lily_Crown" Name: "E Water Lily Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 312 + ViewSprite: 312 Script: <" bonus bDex,1; bonus bAgi,1; @@ -50074,13 +49817,13 @@ item_db: ( Id: 5715 AegisName: "E_Vanilmirth_Hat" Name: "E Vanilmirth Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 317 + ViewSprite: 317 Script: <" bonus bMdef,5; "> }, */ @@ -50089,12 +49832,12 @@ item_db: ( Id: 5716 AegisName: "E_Drooping_Bunny_" Name: "E Drooping Bunny" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 - View: 249 + Loc: "EQP_HEAD_TOP" + ViewSprite: 249 Script: <" bonus bDex,1; "> }, */ @@ -50103,13 +49846,13 @@ item_db: ( Id: 5717 AegisName: "E_Kettle_Hat" Name: "E Kettle Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 318 + ViewSprite: 318 }, */ /* @@ -50117,13 +49860,13 @@ item_db: ( Id: 5718 AegisName: "E_Dragon_Skull" Name: "E Dragon Skull" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 319 + ViewSprite: 319 }, */ /* @@ -50131,12 +49874,12 @@ item_db: ( Id: 5719 AegisName: "E_Ramen_Hat" Name: "E Ramen Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 320 + ViewSprite: 320 Script: <" bonus bDex,4; "> }, */ @@ -50145,12 +49888,12 @@ item_db: ( Id: 5720 AegisName: "E_Pink_Fur_Hat" Name: "E Pink Fur Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 350 Def: 2 - Loc: 256 - View: 281 + Loc: "EQP_HEAD_TOP" + ViewSprite: 281 Script: <" bonus bLuk,1; "> }, */ @@ -50159,14 +49902,14 @@ item_db: ( Id: 5721 AegisName: "E_Puppy_Hat" Name: "E Puppy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 234 + ViewSprite: 234 Script: <" bonus bAgi,1; "> }, */ @@ -50175,7 +49918,7 @@ item_db: ( Id: 5722 AegisName: "E_Magic_Eyes" Name: "E Magic Eyes" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -50185,9 +49928,9 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 209 + ViewSprite: 209 Script: <" bonus bMdef,5; "> }, */ @@ -50196,12 +49939,12 @@ item_db: ( Id: 5723 AegisName: "E_Jumping_Poring" Name: "E Jumping Poring" - Type: 5 + Type: "IT_ARMOR" Weight: 300 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 349 + ViewSprite: 349 Script: <" bonus bLuk,1; "> }, */ @@ -50210,14 +49953,14 @@ item_db: ( Id: 5724 AegisName: "E_Robo_Eye" Name: "E Robo Eye" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 10 Refine: false - View: 345 + ViewSprite: 345 Script: <" bonus bDex,1; "> }, */ @@ -50226,7 +49969,7 @@ item_db: ( Id: 5725 AegisName: "E_Yellow_Wizardry_Hat" Name: "E Yellow Wizardry Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 @@ -50236,8 +49979,8 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 256 - View: 286 + Loc: "EQP_HEAD_TOP" + ViewSprite: 286 Script: <" bonus bInt,2; "> }, */ @@ -50246,7 +49989,7 @@ item_db: ( Id: 5726 AegisName: "E_Crescent_Helm" Name: "E Crescent Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 3000 Def: 8 @@ -50258,9 +50001,9 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 - View: 213 + ViewSprite: 213 Script: <" bonus bVit,1; "> }, */ @@ -50269,14 +50012,14 @@ item_db: ( Id: 5727 AegisName: "E_Tiger_Mask" Name: "E Tiger Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 2 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 50 Refine: false - View: 181 + ViewSprite: 181 Script: <" bonus bStr,3; "> }, */ @@ -50285,12 +50028,12 @@ item_db: ( Id: 5728 AegisName: "E_Fantastic_Wig" Name: "E Fantastic Wig" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 768 - View: 308 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 308 }, */ /* @@ -50298,13 +50041,13 @@ item_db: ( Id: 5729 AegisName: "E_Bunny_Band_C" Name: "E Bunny Band C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 9 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 15 + ViewSprite: 15 Script: <" bonus bMdef,5; "> }, */ @@ -50313,17 +50056,17 @@ item_db: ( Id: 5730 AegisName: "E_Centimental_Flower_C" Name: "E Centimental Flower C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 1 Job: { All: true Novice: false } - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 56 + ViewSprite: 56 }, */ /* @@ -50331,17 +50074,17 @@ item_db: ( Id: 5731 AegisName: "E_Apple_OE_Archer_C" Name: "E Apple OE Archer C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 7 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 72 + ViewSprite: 72 Script: <" bonus bDex,4; "> }, */ @@ -50350,17 +50093,17 @@ item_db: ( Id: 5732 AegisName: "E_Elven_Ears_C" Name: "E Elven Ears C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Def: 2 Job: { All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 73 + ViewSprite: 73 Script: <" bonus bInt,1; "> }, */ @@ -50369,13 +50112,13 @@ item_db: ( Id: 5733 AegisName: "E_Brooch_C" Name: "E Brooch C" - Type: 5 + Type: "IT_ARMOR" Buy: 1 Job: { All: true Novice: false } - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Refine: false Script: <" bonus bAgi,4; "> @@ -50386,16 +50129,16 @@ item_db: ( Id: 5734 AegisName: "E_Magestic_Goat_C" Name: "E Magestic Goat C" - Type: 5 + Type: "IT_ARMOR" Buy: 2 Def: 5 Job: { All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 41 + ViewSprite: 41 Script: <" bonus bStr,1; "> }, */ @@ -50404,12 +50147,12 @@ item_db: ( Id: 5735 AegisName: "E_Ribbon_Green" Name: "Green Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 800 Weight: 100 Def: 1 - Loc: 256 - View: 244 + Loc: "EQP_HEAD_TOP" + ViewSprite: 244 Script: <" bonus bMdef,3; "> }, */ @@ -50418,11 +50161,11 @@ item_db: ( Id: 5736 AegisName: "EF_Whisper_Mask" Name: "Whisper Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] Refine: false - View: 321 + ViewSprite: 321 Script: <" bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,-10; @@ -50434,28 +50177,28 @@ item_db: ( Id: 5737 AegisName: "Cactus_Hat" Name: "Cactus Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 615 + ViewSprite: 615 }, */ { Id: 5738 AegisName: "Snowman_Hat" Name: "Snowman Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 4 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 616 + ViewSprite: 616 Trade: { nodrop: true noselltonpc: true @@ -50482,13 +50225,13 @@ item_db: ( Id: 5739 AegisName: "Sagittarius_Crown" Name: "Sagittarius Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 617 + ViewSprite: 617 Script: <" bonus bDex,2; "> }, */ @@ -50497,13 +50240,13 @@ item_db: ( Id: 5740 AegisName: "Sagittarius_Diadem" Name: "Sagittarius Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 618 + ViewSprite: 618 Script: <" bonus bDex,2; bonus bMdef,3; @@ -50514,12 +50257,12 @@ item_db: ( Id: 5741 AegisName: "Im_Egg_Shell_Hat" Name: "Eternal Egg Shell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 101 + ViewSprite: 101 Trade: { nodrop: true notrade: true @@ -50534,13 +50277,13 @@ item_db: ( Id: 5742 AegisName: "Rudolf_Santa_Hat" Name: "Rudolph Santa Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 400 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 619 + ViewSprite: 619 Script: <" bonus bLuk,1; "> }, /* @@ -50548,16 +50291,16 @@ item_db: ( Id: 5743 AegisName: "Orange_Stem_Hat" Name: "Orange Stem Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Job: { All: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 620 + ViewSprite: 620 Script: <" bonus bLuk,3; "> }, */ @@ -50566,14 +50309,14 @@ item_db: ( Id: 5744 AegisName: "Capricorn_Crown" Name: "Capricon Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 621 + ViewSprite: 621 Script: <" bonus bVit,2; bonus bDex,2; @@ -50585,13 +50328,13 @@ item_db: ( Id: 5745 AegisName: "Capricorn_Diadem" Name: "Capricon Diadem" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 622 + ViewSprite: 622 Script: <" bonus bDex,2; bonus bMdef,5; @@ -50603,7 +50346,7 @@ item_db: ( Id: 5746 AegisName: "Rune_Circlet" Name: "Rune Circlet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50611,10 +50354,10 @@ item_db: ( Job: { Knight: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 623 + ViewSprite: 623 Script: <" bonus bStr,1; bonus bInt,1; @@ -50632,7 +50375,7 @@ item_db: ( Id: 5747 AegisName: "Mitra" Name: "Mitra" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50640,10 +50383,10 @@ item_db: ( Job: { Priest: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 624 + ViewSprite: 624 Script: <" bonus bVit,1; bonus bInt,1; @@ -50661,7 +50404,7 @@ item_db: ( Id: 5748 AegisName: "Sniper_Goggle" Name: "Sniper Goggles" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50669,10 +50412,10 @@ item_db: ( Job: { Hunter: true } - Upper: 8 - Loc: 768 + Upper: "ITEMUPPER_THIRD" + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 100 - View: 625 + ViewSprite: 625 Script: <" bonus bAgi,1; bonus bDex,1; @@ -50690,7 +50433,7 @@ item_db: ( Id: 5749 AegisName: "Driver_Band" Name: "Driver Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50698,11 +50441,11 @@ item_db: ( Job: { Blacksmith: true } - Upper: 8 - Gender: 1 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Gender: "SEX_MALE" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 626 + ViewSprite: 626 Script: <" bonus bStr,1; bonus bDex,1; @@ -50720,7 +50463,7 @@ item_db: ( Id: 5750 AegisName: "Shadow_Handicraft" Name: "Shadow Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50728,10 +50471,10 @@ item_db: ( Job: { Rogue: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 627 + ViewSprite: 627 Script: <" bonus bAgi,1; bonus bInt,1; @@ -50749,7 +50492,7 @@ item_db: ( Id: 5751 AegisName: "Minstrel_Song_Hat" Name: "Minstrel Song Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50757,11 +50500,11 @@ item_db: ( Job: { Bard: true } - Upper: 8 - Gender: 1 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Gender: "SEX_MALE" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 628 + ViewSprite: 628 Script: <" bonus bInt,1; bonus bLuk,1; @@ -50776,7 +50519,7 @@ item_db: ( Id: 5752 AegisName: "Midas_Whispers" Name: "Midas Whispers" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50784,10 +50527,10 @@ item_db: ( Job: { Alchemist: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 629 + ViewSprite: 629 Script: <" bonus bStr,1; bonus bDex,1; @@ -50805,7 +50548,7 @@ item_db: ( Id: 5753 AegisName: "Magic_Stone_Hat" Name: "Magic Stone Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50813,10 +50556,10 @@ item_db: ( Job: { Wizard: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 630 + ViewSprite: 630 Script: <" bonus bInt,1; bonus bDex,1; @@ -50834,7 +50577,7 @@ item_db: ( Id: 5754 AegisName: "Blazing_Soul" Name: "Burning Spirit" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50842,10 +50585,10 @@ item_db: ( Job: { Monk: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 631 + ViewSprite: 631 Script: <" bonus bStr,1; bonus bVit,1; @@ -50863,17 +50606,17 @@ item_db: ( Id: 5755 AegisName: "Silent_Enforcer" Name: "Silent Enforcer" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 Job: { Assassin: true } - Upper: 8 - Loc: 513 + Upper: "ITEMUPPER_THIRD" + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 100 - View: 632 + ViewSprite: 632 Script: <" bonus bAgi,1; bonus bMdef,5; @@ -50890,7 +50633,7 @@ item_db: ( Id: 5756 AegisName: "Wind_Whisper" Name: "Wispers of Wind" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50898,10 +50641,10 @@ item_db: ( Job: { Sage: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 633 + ViewSprite: 633 Script: <" bonus bInt,1; bonus bDex,1; @@ -50919,7 +50662,7 @@ item_db: ( Id: 5757 AegisName: "Schmidt_Helm" Name: "Reissue Schmitz Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50927,10 +50670,10 @@ item_db: ( Job: { Crusader: true } - Upper: 8 - Loc: 768 + Upper: "ITEMUPPER_THIRD" + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 100 - View: 634 + ViewSprite: 634 Script: <" bonus bVit,2; bonus bInt,1; @@ -50947,7 +50690,7 @@ item_db: ( Id: 5758 AegisName: "Dying_Swan" Name: "Resting Swan" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 17 @@ -50955,10 +50698,10 @@ item_db: ( Job: { Bard: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 635 + ViewSprite: 635 Script: <" bonus bInt,1; bonus bLuk,1; @@ -50972,14 +50715,14 @@ item_db: ( Id: 5759 AegisName: "Noah_Hat" Name: "Noah Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 636 + ViewSprite: 636 Script: <" bonus bMdef,3; "> }, */ @@ -50988,7 +50731,7 @@ item_db: ( Id: 5760 AegisName: "Driver_Band_F" Name: "Driver Band" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 12 @@ -50996,10 +50739,10 @@ item_db: ( Job: { Blacksmith: true } - Upper: 8 - Loc: 256 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_HEAD_TOP" EquipLv: 100 - View: 637 + ViewSprite: 637 Script: <" bonus bStr,1; bonus bDex,1; @@ -51017,14 +50760,14 @@ item_db: ( Id: 5761 AegisName: "Sloth_Hat" Name: "Sloth Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 638 + ViewSprite: 638 Script: <" bonus bAgi,2; "> }, */ @@ -51033,13 +50776,13 @@ item_db: ( Id: 5762 AegisName: "Duneyrr_Helm" Name: "Duneyrr Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 639 + ViewSprite: 639 Script: <" bonus bAllStats,1; bonus bMdef,5; @@ -51051,12 +50794,12 @@ item_db: ( Id: 5763 AegisName: "Red_Bunny_Band" Name: "Red Bunny Band" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 640 + ViewSprite: 640 Script: <" bonus bAgi,2; bonus bMdef,3; @@ -51068,13 +50811,13 @@ item_db: ( Id: 5765 AegisName: "Black_Tail_Ribbon" Name: "Black Tail Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 642 + ViewSprite: 642 Script: <" bonus bMdef,5; "> }, */ @@ -51082,13 +50825,13 @@ item_db: ( Id: 5766 AegisName: "Amistr_Cap" Name: "Amistr Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 643 + ViewSprite: 643 Script: <" bonus bVit,5; "> }, /* @@ -51096,14 +50839,14 @@ item_db: ( Id: 5767 AegisName: "Samurai_Mask" Name: "Samurai Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 50 Refine: false - View: 644 + ViewSprite: 644 }, */ /* @@ -51111,14 +50854,14 @@ item_db: ( Id: 5768 AegisName: "Sakura_Coronet" Name: "Sakura Coronet" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 645 + ViewSprite: 645 Script: <" bonus bMdef,3; "> }, */ @@ -51127,27 +50870,27 @@ item_db: ( Id: 5769 AegisName: "Gold_Angel_Sculpture" Name: "Gold Angel Sculpture" - Type: 5 + Type: "IT_ARMOR" Buy: 100 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: false - View: 646 + ViewSprite: 646 }, */ { Id: 5770 AegisName: "Splash_Hat" Name: "Splash Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 349 + ViewSprite: 349 Trade: { nodrop: true noselltonpc: true @@ -51159,14 +50902,14 @@ item_db: ( Id: 5771 AegisName: "Family_Hat" Name: "Family Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 109 + ViewSprite: 109 Script: <" bonus bDex,1; bonus bMdef,1; @@ -51177,13 +50920,13 @@ item_db: ( Id: 5772 AegisName: "Red_Navy_Hat" Name: "Red Navy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 3000 Weight: 500 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 95 - View: 651 + ViewSprite: 651 }, */ /* @@ -51191,13 +50934,13 @@ item_db: ( Id: 5773 AegisName: "Navy_Beret" Name: "Navy Beret" - Type: 5 + Type: "IT_ARMOR" Buy: 3000 Weight: 500 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 95 - View: 652 + ViewSprite: 652 }, */ /* @@ -51205,38 +50948,38 @@ item_db: ( Id: 5774 AegisName: "Red_Pirate_Hat" Name: "Red Pirate Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 3000 Weight: 500 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 95 - View: 496 + ViewSprite: 496 }, */ { Id: 5775 AegisName: "Choco_Donut_In_Mouth" Name: "Choco Donut In Mouth" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 653 + ViewSprite: 653 }, /* { Id: 5776 AegisName: "Blazing_Sun" Name: "Blazing Sun" - Type: 5 + Type: "IT_ARMOR" Weight: 500 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 654 + ViewSprite: 654 }, */ /* @@ -51244,14 +50987,14 @@ item_db: ( Id: 5777 AegisName: "Remover_Hat" Name: "Remover Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 800 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 655 + ViewSprite: 655 Script: <" bonus bMdef,1; "> }, */ @@ -51260,14 +51003,14 @@ item_db: ( Id: 5778 AegisName: "Blue_Arara_Hat" Name: "Blue Arara Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 656 + ViewSprite: 656 Script: <" bonus bStr,2; "> }, */ @@ -51276,14 +51019,14 @@ item_db: ( Id: 5779 AegisName: "Drooping_Boto" Name: "Drooping Boto" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 657 + ViewSprite: 657 Script: <" bonus bInt,2; "> }, */ @@ -51292,38 +51035,38 @@ item_db: ( Id: 5780 AegisName: "Tendrilion_Hat" Name: "Tendrilion Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 658 + ViewSprite: 658 }, */ { Id: 5781 AegisName: "Persika" Name: "Persika" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 659 + ViewSprite: 659 }, /* { Id: 5783 AegisName: "YellowBunny_Hairband" Name: "YellowBunny Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 662 + ViewSprite: 662 Script: <" bonus bStr,1; bonus bInt,1; @@ -51336,13 +51079,13 @@ item_db: ( Id: 5784 AegisName: "PinkBunny_Hairband" Name: "PinkBunny Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 663 + ViewSprite: 663 Script: <" bonus bStr,1; bonus bInt,2; @@ -51355,13 +51098,13 @@ item_db: ( Id: 5785 AegisName: "Green_Bunny_Hairband" Name: "Green Bunny Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 664 + ViewSprite: 664 Script: <" bonus bStr,2; bonus bInt,1; @@ -51373,14 +51116,14 @@ item_db: ( Id: 5786 AegisName: "Ancient_Elven_Ear" Name: "Ancient Elven Ear" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 200 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 665 + ViewSprite: 665 Trade: { nodrop: true notrade: true @@ -51397,13 +51140,13 @@ item_db: ( Id: 5787 AegisName: "Tha_Maero_Mask" Name: "Tha Maero Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 30 Refine: false - View: 666 + ViewSprite: 666 Script: <" bonus bMdef,2; "> }, */ @@ -51411,28 +51154,28 @@ item_db: ( Id: 5788 AegisName: "3D_Glasses" Name: "3D Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 661 + ViewSprite: 661 }, /* { Id: 5789 AegisName: "Thanatos_Mal_Mask" Name: "Thanatos Mal Mask" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 513 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"] EquipLv: 30 Refine: false - View: 667 + ViewSprite: 667 Script: <" bonus bVit,1; "> }, */ @@ -51441,13 +51184,13 @@ item_db: ( Id: 5790 AegisName: "Holy_Mom_Love" Name: "TM" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Slots: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 45 - View: 610 + ViewSprite: 610 }, */ /* @@ -51455,14 +51198,14 @@ item_db: ( Id: 5791 AegisName: "Tenkaippin_Ramen" Name: "Tenkaippin Ramen" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - View: 668 + ViewSprite: 668 Script: <" bonus bInt,-1; bonus bDex,4; @@ -51473,25 +51216,25 @@ item_db: ( Id: 5792 AegisName: "Fish_Pin" Name: "Fish Pin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 669 + ViewSprite: 669 }, { Id: 5793 AegisName: "Ribbon_Of_Life" Name: "Ribbon Of Life" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 575 + ViewSprite: 575 Script: <" bonus bInt,1; bonus bMdef,2; @@ -51501,24 +51244,24 @@ item_db: ( Id: 5794 AegisName: "3D_Glasses_" Name: "3D Glasses" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 661 + ViewSprite: 661 }, /* { Id: 5795 AegisName: "Red_Dress_Hat" Name: "Red Dress Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 670 + ViewSprite: 670 Script: <" bonus bMdef,7; "> }, */ @@ -51526,11 +51269,11 @@ item_db: ( Id: 5796 AegisName: "Cheer_Scarf" Name: "Cheer Scarf" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -51546,11 +51289,11 @@ item_db: ( Id: 5797 AegisName: "Cheer_Scarf2" Name: "Cheer Scarf2" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -51566,11 +51309,11 @@ item_db: ( Id: 5798 AegisName: "Cheer_Scarf3" Name: "Cheer Scarf3" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -51586,11 +51329,11 @@ item_db: ( Id: 5799 AegisName: "Cheer_Scarf4" Name: "Cheer Scarf4" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -51606,24 +51349,24 @@ item_db: ( Id: 5800 AegisName: "Blush_Of_Groom" Name: "Blush of Groom" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 50 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 125 + ViewSprite: 125 Script: <" bonus2 bSubRace,RC_DemiPlayer,3; "> }, { Id: 5801 AegisName: "Ribbon_Of_Bride" Name: "Red Tailed Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 - View: 167 + Loc: "EQP_HEAD_TOP" + ViewSprite: 167 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_DemiPlayer,10; @@ -51640,47 +51383,47 @@ item_db: ( Id: 5802 AegisName: "Upgrade_Elephant_Hat" Name: "Upgraded Elephant Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 500 Def: 3 Slots: 1 - Loc: 256 - View: 215 + Loc: "EQP_HEAD_TOP" + ViewSprite: 215 }, { Id: 5803 AegisName: "Flower_Love_Hat" Name: "Love Flower Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 256 - View: 5 + Loc: "EQP_HEAD_TOP" + ViewSprite: 5 Script: <" bonus2 bAddMonsterDropItem,608,100; "> }, { Id: 5804 AegisName: "Pirate_Eyepatch" Name: "Pirate Eye Bandage" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 100 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 13 + ViewSprite: 13 }, { Id: 5805 AegisName: "Victorious_Coronet" Name: "Victorious Coronet" - Type: 5 + Type: "IT_ARMOR" Weight: 150 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 Refine: false - View: 43 + ViewSprite: 43 Trade: { nodrop: true notrade: true @@ -51699,13 +51442,13 @@ item_db: ( Id: 5806 AegisName: "Poem_Natalia_Hat" Name: "Poet Natalie's Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 67 + ViewSprite: 67 Trade: { nodrop: true notrade: true @@ -51720,7 +51463,7 @@ item_db: ( Id: 5807 AegisName: "October_Fest_Cap" Name: "October Fest Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 @@ -51728,15 +51471,15 @@ item_db: ( All: true Novice: false } - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 104 + ViewSprite: 104 }, { Id: 5808 AegisName: "Diabolus_Helmet" Name: "Dark Bacilium" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 250 Def: 5 @@ -51755,9 +51498,9 @@ item_db: ( Alchemist: true Bard: true } - Upper: 2 - Loc: 769 - View: 364 + Upper: "ITEMUPPER_UPPER" + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] + ViewSprite: 364 Script: <" bonus2 bResEff,Eff_Stone,2000+(getrefine()*200); bonus2 bResEff,Eff_Freeze,2000+(getrefine()*200); @@ -51768,19 +51511,19 @@ item_db: ( Id: 5809 AegisName: "Boom_Boom_Hat" Name: "Boom Boom Hat" - Type: 5 + Type: "IT_ARMOR" Weight: 100 Def: 6 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 216 + ViewSprite: 216 Script: <" bonus bAllStats,5; "> }, { Id: 5810 AegisName: "Ph_D_Hat_V" Name: "Ph.D Hat V" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 3 @@ -51788,8 +51531,8 @@ item_db: ( All: true Novice: false } - Loc: 256 - View: 98 + Loc: "EQP_HEAD_TOP" + ViewSprite: 98 Script: <" bonus bInt,5; bonus bVit,3; @@ -51800,22 +51543,22 @@ item_db: ( Id: 5811 AegisName: "Santa_Beard" Name: "Santa's Beard" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 1 + Loc: "EQP_HEAD_LOW" Refine: false - View: 25 + ViewSprite: 25 }, { Id: 5812 AegisName: "Hat_Of_Expert" Name: "Hat Of Expert" - Type: 5 + Type: "IT_ARMOR" Def: 2 - Loc: 256 - View: 16 + Loc: "EQP_HEAD_TOP" + ViewSprite: 16 Trade: { nodrop: true notrade: true @@ -51832,11 +51575,11 @@ item_db: ( Id: 5813 AegisName: "Red_Ph_D_Hat" Name: "Red Ph.D Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 1000 Weight: 500 - Loc: 256 - View: 481 + Loc: "EQP_HEAD_TOP" + ViewSprite: 481 Script: <" bonus bInt,1; "> }, */ @@ -51850,12 +51593,12 @@ item_db: ( Id: 5815 AegisName: "Cowboy_Hat_J" Name: "Purple Cowboy Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 2 - Loc: 256 - View: 475 + Loc: "EQP_HEAD_TOP" + ViewSprite: 475 Script: <" bonus bStr,1; bonus2 bSubSize, 0, 5; @@ -51867,20 +51610,20 @@ item_db: ( Id: 5816 AegisName: "Classic_Hat_J" Name: "Classic Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 - Loc: 256 - View: 411 + Loc: "EQP_HEAD_TOP" + ViewSprite: 411 }, { Id: 5817 AegisName: "Valentine_Pledge" Name: "Valentine Pledge" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 3 - Loc: 136 + Loc: "EQP_ACC" Refine: false Trade: { nodrop: true @@ -51901,10 +51644,10 @@ item_db: ( Id: 5818 AegisName: "Carnival_Hat" Name: "Carnival Hat" - Type: 5 + Type: "IT_ARMOR" Def: 6 - Loc: 256 - View: 505 + Loc: "EQP_HEAD_TOP" + ViewSprite: 505 Trade: { nodrop: true notrade: true @@ -51921,10 +51664,10 @@ item_db: ( Id: 5819 AegisName: "Carnival_Circlet" Name: "Carnival Circlet" - Type: 5 + Type: "IT_ARMOR" Def: 6 - Loc: 256 - View: 506 + Loc: "EQP_HEAD_TOP" + ViewSprite: 506 Trade: { nodrop: true notrade: true @@ -51942,25 +51685,25 @@ item_db: ( Id: 5820 AegisName: "Black_Elven_Ears" Name: "Black Elven Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" Refine: false - View: 498 + ViewSprite: 498 }, */ { Id: 5821 AegisName: "Gold_Tulip_Hairpin" Name: "Gold Tulip Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 10 Weight: 100 Def: 2 - Loc: 256 - View: 499 + Loc: "EQP_HEAD_TOP" + ViewSprite: 499 Trade: { nodrop: true notrade: true @@ -51977,12 +51720,12 @@ item_db: ( Id: 5822 AegisName: "Love_Chick_Hat" Name: "Love Chick Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 10000 Weight: 100 Def: 4 - Loc: 256 - View: 500 + Loc: "EQP_HEAD_TOP" + ViewSprite: 500 Trade: { nodrop: true notrade: true @@ -52005,11 +51748,11 @@ item_db: ( Id: 5823 AegisName: "Love_Arrow" Name: "Love Arrow" - Type: 5 + Type: "IT_ARMOR" Buy: 5000 Weight: 100 Def: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bDex,5; @@ -52021,23 +51764,23 @@ item_db: ( Id: 5824 AegisName: "Fools_Day_Hat" Name: "Fools Day Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 6 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 265 + ViewSprite: 265 }, /* { Id: 5825 AegisName: "Badge_Of_Order_Grace" Name: "Badge Of Order Grace" - Type: 5 + Type: "IT_ARMOR" Def: 1 - Loc: 136 + Loc: "EQP_ACC" Refine: false Script: <" bonus bMdef,1; "> }, @@ -52046,11 +51789,11 @@ item_db: ( Id: 5826 AegisName: "Valkyrie_Helmet" Name: "Valkyrie Helmet" - Type: 5 + Type: "IT_ARMOR" Def: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 225 + ViewSprite: 225 Script: <" bonus bStr,2; bonus bInt,2; @@ -52063,21 +51806,21 @@ item_db: ( Id: 5827 AegisName: "Book_File_Hat" Name: "Book File Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 423 + ViewSprite: 423 }, { Id: 5828 AegisName: "Honor_Gold_Ring" Name: "Honor Gold Ring" - Type: 5 + Type: "IT_ARMOR" Weight: 50 - Loc: 136 + Loc: "EQP_ACC" EquipLv: 1 Script: <" bonus bAllStats,1; @@ -52089,8 +51832,8 @@ item_db: ( Id: 5829 AegisName: "Ordinary_Armor" Name: "Ordinary Armor" - Type: 5 - Loc: 16 + Type: "IT_ARMOR" + Loc: "EQP_ARMOR" EquipLv: 30 }, */ @@ -52099,12 +51842,12 @@ item_db: ( Id: 5830 AegisName: "Woe_Sahkkat" Name: "Woe Sahkkat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 67 + ViewSprite: 67 }, */ /* @@ -52112,12 +51855,12 @@ item_db: ( Id: 5831 AegisName: "Woe_Big_Sis_Ribbon" Name: "Woe Big Sis Ribbon" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 28 + ViewSprite: 28 }, */ /* @@ -52125,12 +51868,12 @@ item_db: ( Id: 5832 AegisName: "Woe_Vane_Hairpin" Name: "Woe Vane Hairpin" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 313 + ViewSprite: 313 }, */ /* @@ -52138,12 +51881,12 @@ item_db: ( Id: 5833 AegisName: "Woe_Picnic_Hat" Name: "Woe Picnic Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 117 + ViewSprite: 117 }, */ /* @@ -52151,12 +51894,12 @@ item_db: ( Id: 5834 AegisName: "Woe_Crown" Name: "Woe Crown" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 45 + ViewSprite: 45 }, */ /* @@ -52164,12 +51907,12 @@ item_db: ( Id: 5835 AegisName: "Woe_Tiara" Name: "Woe Tiara" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 19 + ViewSprite: 19 }, */ /* @@ -52177,12 +51920,12 @@ item_db: ( Id: 5836 AegisName: "Woe_Boys_Cap" Name: "Woe Boys Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 60 - View: 102 + ViewSprite: 102 }, */ /* @@ -52190,13 +51933,13 @@ item_db: ( Id: 5837 AegisName: "Woe_Sunglass" Name: "Woe Sunglass" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 12 + ViewSprite: 12 }, */ /* @@ -52204,13 +51947,13 @@ item_db: ( Id: 5838 AegisName: "Woe_Fin_Helm" Name: "Woe Fin Helm" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 100 + ViewSprite: 100 }, */ /* @@ -52218,13 +51961,13 @@ item_db: ( Id: 5839 AegisName: "Woe_Blush" Name: "Woe Blush" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 125 + ViewSprite: 125 }, */ /* @@ -52232,13 +51975,13 @@ item_db: ( Id: 5840 AegisName: "Woe_Elven_Ears" Name: "Woe Elven Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 10 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 73 + ViewSprite: 73 }, */ /* @@ -52246,14 +51989,14 @@ item_db: ( Id: 5841 AegisName: "Shaman_Hat_" Name: "Shaman_Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 30 - View: 596 + ViewSprite: 596 Script: <" bonus bLuk,2; "> }, */ @@ -52262,8 +52005,8 @@ item_db: ( Id: 5842 AegisName: "Loyal_Ring1" Name: "Loyal Ring1" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 }, */ @@ -52272,8 +52015,8 @@ item_db: ( Id: 5843 AegisName: "Loyal_Ring2" Name: "Loyal Ring2" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Script: <" bonus bAllStats,2; "> }, @@ -52282,8 +52025,8 @@ item_db: ( Id: 5844 AegisName: "Loyal_Ring3" Name: "Loyal Ring3" - Type: 5 - Loc: 136 + Type: "IT_ARMOR" + Loc: "EQP_ACC" EquipLv: 1 Script: <" bonus bAllStats,3; "> }, @@ -52292,26 +52035,26 @@ item_db: ( Id: 5845 AegisName: "Buzzy_Ball_Board" Name: "Buzzy Ball Board" - Type: 5 + Type: "IT_ARMOR" Buy: 50 Weight: 400 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 641 + ViewSprite: 641 }, */ { Id: 5846 AegisName: "Buzzy_Ball_Gum" Name: "Buzzy Ball Gum" - Type: 5 + Type: "IT_ARMOR" Buy: 50 Weight: 100 Def: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 572 + ViewSprite: 572 Script: <" bonus bMdef,5; "> }, /* @@ -52319,11 +52062,11 @@ item_db: ( Id: 5847 AegisName: "Fools_Day_Helmet" Name: "Fools Day Helmet" - Type: 5 - Loc: 256 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 647 + ViewSprite: 647 Script: <" bonus bInt,5; bonus bVit,-3; @@ -52335,12 +52078,12 @@ item_db: ( Id: 5848 AegisName: "Robin_Eyepatch" Name: "Robin Eyepatch" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 50 + ViewSprite: 50 }, */ /* @@ -52348,12 +52091,12 @@ item_db: ( Id: 5849 AegisName: "Doctor_Hairband" Name: "Doctor Hairband" - Type: 5 + Type: "IT_ARMOR" Buy: 20 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 Refine: false - View: 60 + ViewSprite: 60 }, */ /* @@ -52361,39 +52104,39 @@ item_db: ( Id: 5850 AegisName: "Golden_Savage_Hat" Name: "Golden Savage Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 648 + ViewSprite: 648 }, */ { Id: 5851 AegisName: "Summer_Knight" Name: "Summer Knight" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Def: 1 - Loc: 768 + Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 60 Refine: false - View: 138 + ViewSprite: 138 }, /* { Id: 5852 AegisName: "Easter_Egg_Shell" Name: "Resurrect Egg Shell" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 500 Def: -7 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 40 - View: 537 + ViewSprite: 537 Script: <" bonus bMdef,-7; "> }, */ @@ -52401,14 +52144,14 @@ item_db: ( Id: 5856 AegisName: "Passion_FB_Hat" Name: "Passion FB Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 671 + ViewSprite: 671 Trade: { nodrop: true notrade: true @@ -52428,14 +52171,14 @@ item_db: ( Id: 5857 AegisName: "Cool_FB_Hat" Name: "Cool FB Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 672 + ViewSprite: 672 Trade: { nodrop: true notrade: true @@ -52455,14 +52198,14 @@ item_db: ( Id: 5858 AegisName: "Victory_FB_Hat" Name: "Victory FB Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 673 + ViewSprite: 673 Trade: { nodrop: true notrade: true @@ -52482,14 +52225,14 @@ item_db: ( Id: 5859 AegisName: "Glory_FB_Hat" Name: "Glory FB Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 600 Def: 2 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 1 - View: 674 + ViewSprite: 674 Trade: { nodrop: true notrade: true @@ -52508,7 +52251,6 @@ item_db: ( Id: 6000 AegisName: "Dark_Ashes" Name: "Ashes of Darkness" - Type: 3 Trade: { nodrop: true notrade: true @@ -52523,7 +52265,6 @@ item_db: ( Id: 6001 AegisName: "Essence_Of_Fire" Name: "Essence of Fire" - Type: 3 Weight: 10 BuyingStore: true }, @@ -52531,7 +52272,6 @@ item_db: ( Id: 6002 AegisName: "Token_Of_Apostle" Name: "Token of Apostle" - Type: 3 Weight: 10 BuyingStore: true }, @@ -52539,7 +52279,6 @@ item_db: ( Id: 6003 AegisName: "Soul_Pendant" Name: "Pendant of Spirit" - Type: 3 Weight: 10 BuyingStore: true }, @@ -52547,7 +52286,6 @@ item_db: ( Id: 6004 AegisName: "Bapho_Doll" Name: "Cursed Baphomet Doll" - Type: 3 Weight: 10 BuyingStore: true }, @@ -52555,7 +52293,6 @@ item_db: ( Id: 6005 AegisName: "New_Year_Rice_Cake" Name: "New Year Rice Cake" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -52570,7 +52307,6 @@ item_db: ( Id: 6006 AegisName: "Rice_Cake_Delivery_Box" Name: "Rice Cake Delivery Box" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -52586,7 +52322,6 @@ item_db: ( Id: 6007 AegisName: "New_Year_Rice_Cake_Soup" Name: "New Year Rice Cake Soup" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -52602,7 +52337,6 @@ item_db: ( Id: 6008 AegisName: "Wood" Name: "Wood" - Type: 3 Weight: 10 BuyingStore: true }, @@ -52610,7 +52344,6 @@ item_db: ( Id: 6009 AegisName: "Large_Magical_Fan" Name: "Big Fan Of Magic" - Type: 3 Trade: { nodrop: true notrade: true @@ -52625,7 +52358,6 @@ item_db: ( Id: 6010 AegisName: "Pickaxe" Name: "Hoe" - Type: 3 Weight: 10 BuyingStore: true }, @@ -52633,63 +52365,54 @@ item_db: ( Id: 6011 AegisName: "Blue_Card_B" Name: "Blue B Card" - Type: 3 Weight: 10 }, { Id: 6012 AegisName: "Blue_Card_C" Name: "Blue C Card" - Type: 3 Weight: 10 }, { Id: 6013 AegisName: "Blue_Card_J" Name: "Blue J Card" - Type: 3 Weight: 10 }, { Id: 6015 AegisName: "Blue_Card_M" Name: "Blue M Card" - Type: 3 Weight: 10 }, { Id: 6016 AegisName: "Blue_Card_Q" Name: "Blue Q Card" - Type: 3 Weight: 10 }, { Id: 6017 AegisName: "Blue_Card_T" Name: "Blue T Card" - Type: 3 Weight: 10 }, { Id: 6018 AegisName: "Blue_Card_V" Name: "Blue V Card" - Type: 3 Weight: 10 }, { Id: 6019 AegisName: "Blue_Card_Z" Name: "Blue Z Card" - Type: 3 Weight: 10 }, { Id: 6020 AegisName: "Fur" Name: "Fur" - Type: 3 Buy: 704 Weight: 10 BuyingStore: true @@ -52698,7 +52421,6 @@ item_db: ( Id: 6021 AegisName: "Peaked_Hat" Name: "Peaked Hat" - Type: 3 Buy: 433 Weight: 10 BuyingStore: true @@ -52707,7 +52429,6 @@ item_db: ( Id: 6022 AegisName: "Hard_Skin" Name: "Hard Skin" - Type: 3 Buy: 884 Weight: 10 BuyingStore: true @@ -52716,7 +52437,6 @@ item_db: ( Id: 6023 AegisName: "Mystic_Horn" Name: "Mystic Horn" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -52725,59 +52445,50 @@ item_db: ( Id: 6024 AegisName: "17Carat_Dia" Name: "17Carat Diamond" - Type: 3 Weight: 10 }, { Id: 6025 AegisName: "Towel_Of_Memory" Name: "Towel of Memory" - Type: 3 }, { Id: 6026 AegisName: "Marriage_Covenant" Name: "Written Oath Of Marriage" - Type: 3 Weight: 10 }, { Id: 6027 AegisName: "Crystal_Of_Feardoom" Name: "Crystal Of Feardom" - Type: 3 }, { Id: 6028 AegisName: "Seal_Scroll" Name: "Sealed Scroll" - Type: 3 }, { Id: 6029 AegisName: "Morocc_Tracing_Log" Name: "Morroc Tracing Log" - Type: 3 }, { Id: 6030 AegisName: "Glitering_PaperA" Name: "Glittering Paper" - Type: 3 Weight: 10 }, { Id: 6031 AegisName: "Glitering_PaperB" Name: "Glittering Paper" - Type: 3 Weight: 10 }, { Id: 6032 AegisName: "Horn_Of_Hilsrion" Name: "Horn of Hillslion" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -52786,7 +52497,6 @@ item_db: ( Id: 6033 AegisName: "Horn_Of_Tendrilion" Name: "Horn of Tendrilion" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -52795,39 +52505,33 @@ item_db: ( Id: 6034 AegisName: "Weird_Part" Name: "Weird Part" - Type: 3 }, { Id: 6035 AegisName: "Decaying_Stem" Name: "Decaying Stem" - Type: 3 }, { Id: 6036 AegisName: "Invite_To_Meeting" Name: "Meeting Invitation" - Type: 3 Weight: 10 }, { Id: 6037 AegisName: "Rough_File" Name: "Messy File" - Type: 3 }, { Id: 6038 AegisName: "Neat_Report" Name: "Neat Report" - Type: 3 Weight: 10 }, { Id: 6039 AegisName: "Piece_Of_Fish" Name: "Piece of Fish" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -52844,13 +52548,11 @@ item_db: ( Id: 6040 AegisName: "Some_Of_Report" Name: "Part of a Report" - Type: 3 }, { Id: 6041 AegisName: "Strong_Bine" Name: "Strong Vine" - Type: 3 Buy: 30 Weight: 50 }, @@ -52858,34 +52560,30 @@ item_db: ( Id: 6042 AegisName: "Ordinary_Branch" Name: "Ordinary Branch" - Type: 3 Weight: 10 }, { Id: 6043 AegisName: "Letter_From_Lugen" Name: "Letter from Lugen" - Type: 3 Weight: 10 }, { Id: 6044 AegisName: "Letter_From_Otto" Name: "Letter from Otto" - Type: 3 Weight: 10 }, { Id: 6045 AegisName: "Supply_Box" Name: "Supply Box" - Type: 3 }, { Id: 6046 AegisName: "Clothing_Dye_Coupon" Name: "Clothing Dye Coupon" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -52902,7 +52600,7 @@ item_db: ( Id: 6047 AegisName: "Clothing_Dye_Coupon2" Name: "Clothing Dye Coupon II" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -52919,7 +52617,6 @@ item_db: ( Id: 6048 AegisName: "Unidentified_Mineral" Name: "Unidentified Mineral" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -52936,21 +52633,18 @@ item_db: ( Id: 6049 AegisName: "Marlin" Name: "Marlin" - Type: 3 Weight: 10 }, { Id: 6050 AegisName: "Mercenary_Contract" Name: "Mercenary Contract" - Type: 3 Weight: 10 }, { Id: 6051 AegisName: "Gray_Hollow" Name: "Gray Hollow" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -52966,7 +52660,6 @@ item_db: ( Id: 6052 AegisName: "Ornamental_Hairpin" Name: "Ornament Hairpin" - Type: 3 Buy: 1 Trade: { nodrop: true @@ -52983,7 +52676,6 @@ item_db: ( Id: 6053 AegisName: "Yuanbao" Name: "Circle Step" - Type: 3 Buy: 100 Weight: 100 }, @@ -52991,49 +52683,42 @@ item_db: ( Id: 6054 AegisName: "Blue_Card_6" Name: "Number 6 Card" - Type: 3 Weight: 10 }, { Id: 6055 AegisName: "Blue_Card_Annyver" Name: "Character Week Card" - Type: 3 Weight: 10 }, { Id: 6056 AegisName: "Blue_Card_Sary" Name: "Character Year Card" - Type: 3 Weight: 10 }, { Id: 6057 AegisName: "Blue_Card_E" Name: "Character Lee Card" - Type: 3 Weight: 10 }, { Id: 6058 AegisName: "Blue_Card_Ven" Name: "Character Ben Card" - Type: 3 Weight: 10 }, { Id: 6059 AegisName: "Blue_Card_Nt" Name: "Character Project Card" - Type: 3 Weight: 10 }, { Id: 6060 AegisName: "Moon_Admin_Ticket" Name: "Month Viewing Ticket" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -53050,7 +52735,6 @@ item_db: ( Id: 6061 AegisName: "Plantain" Name: "Blood Beginner" - Type: 3 Buy: 100 Weight: 50 }, @@ -53058,7 +52742,6 @@ item_db: ( Id: 6062 AegisName: "Moon_Cake15" Name: "Letter Moon Cake" - Type: 3 Buy: 10 Weight: 10 }, @@ -53066,7 +52749,6 @@ item_db: ( Id: 6063 AegisName: "Moon_Cake16" Name: "Letter Moon Cake" - Type: 3 Buy: 10 Weight: 10 }, @@ -53074,7 +52756,6 @@ item_db: ( Id: 6064 AegisName: "Moon_Cake17" Name: "Letter Moon Cake" - Type: 3 Buy: 10 Weight: 10 }, @@ -53082,7 +52763,6 @@ item_db: ( Id: 6065 AegisName: "Moon_Cake18" Name: "Letter Moon Cake" - Type: 3 Buy: 10 Weight: 10 }, @@ -53090,7 +52770,6 @@ item_db: ( Id: 6066 AegisName: "Moon_Cake19" Name: "Letter Moon Cake" - Type: 3 Buy: 10 Weight: 10 }, @@ -53098,7 +52777,6 @@ item_db: ( Id: 6067 AegisName: "Moon_Cake20" Name: "Letter Moon Cake" - Type: 3 Buy: 10 Weight: 10 }, @@ -53106,7 +52784,6 @@ item_db: ( Id: 6068 AegisName: "Rabbit_Skin" Name: "Leather Rabbit" - Type: 3 Buy: 10 Weight: 10 }, @@ -53114,7 +52791,6 @@ item_db: ( Id: 6069 AegisName: "ABUNDANCE" Name: "Abundance" - Type: 3 Buy: 10 Weight: 10 }, @@ -53122,7 +52798,6 @@ item_db: ( Id: 6070 AegisName: "Shamans_Old_Paper" Name: "Shaman's Document" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -53138,7 +52813,6 @@ item_db: ( Id: 6071 AegisName: "Broken_Sword" Name: "Broken Sword" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -53154,7 +52828,6 @@ item_db: ( Id: 6072 AegisName: "Wing_Of_Bizofnil" Name: "Bijofnil Feather" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -53170,7 +52843,6 @@ item_db: ( Id: 6073 AegisName: "Dragons_Mane" Name: "Dragon's Mane" - Type: 3 BuyingStore: true Trade: { nodrop: true @@ -53186,7 +52858,6 @@ item_db: ( Id: 6074 AegisName: "Bazetts_Order" Name: "Bazett's Order" - Type: 3 Trade: { nodrop: true notrade: true @@ -53201,7 +52872,6 @@ item_db: ( Id: 6075 AegisName: "Crystalized_Teardrop" Name: "Crystalized Teardrop" - Type: 3 BuyingStore: true Trade: { nodrop: true @@ -53218,7 +52888,6 @@ item_db: ( Id: 6076 AegisName: "Portable_Toolbox" Name: "Portable Toolbox" - Type: 3 Trade: { nodrop: true notrade: true @@ -53234,7 +52903,6 @@ item_db: ( Id: 6077 AegisName: "Rough_Mineral" Name: "Rough Mineral" - Type: 3 Trade: { nodrop: true notrade: true @@ -53250,7 +52918,6 @@ item_db: ( Id: 6078 AegisName: "Stone_Fragments" Name: "Stone Fragment" - Type: 3 Trade: { nodrop: true notrade: true @@ -53266,7 +52933,6 @@ item_db: ( Id: 6079 AegisName: "Flower_Of_Alfheim" Name: "Flower Of Alfheim" - Type: 3 Trade: { nodrop: true notrade: true @@ -53282,7 +52948,6 @@ item_db: ( Id: 6080 AegisName: "Manuk_Coin" Name: "Manuk Coin" - Type: 3 Trade: { nodrop: true notrade: true @@ -53298,7 +52963,6 @@ item_db: ( Id: 6081 AegisName: "Splendide_Coin" Name: "Splendide Coin" - Type: 3 Trade: { nodrop: true notrade: true @@ -53314,7 +52978,6 @@ item_db: ( Id: 6082 AegisName: "Spirit_Of_Alfheim" Name: "Spirit Of Alfheim" - Type: 3 Trade: { nodrop: true notrade: true @@ -53330,14 +52993,12 @@ item_db: ( Id: 6083 AegisName: "Dolly_Capsule" Name: "Capsule Dolls" - Type: 3 Weight: 10 }, { Id: 6084 AegisName: "Bradium_Fragments" Name: "Bradium Fragments" - Type: 3 Trade: { nodrop: true notrade: true @@ -53353,7 +53014,6 @@ item_db: ( Id: 6085 AegisName: "Shaggy_Muffler" Name: "Shaggy Muffler" - Type: 3 Trade: { nodrop: true notrade: true @@ -53369,7 +53029,6 @@ item_db: ( Id: 6086 AegisName: "Withered_Flower" Name: "Withered Flower" - Type: 3 Buy: 890 Weight: 10 BuyingStore: true @@ -53378,7 +53037,6 @@ item_db: ( Id: 6087 AegisName: "Crystal_Of_Soul_01" Name: "Spiritual Crystal" - Type: 3 Buy: 1050 Weight: 10 BuyingStore: true @@ -53387,7 +53045,6 @@ item_db: ( Id: 6088 AegisName: "Crystal_Of_Soul_02" Name: "Spiritual Crystal" - Type: 3 Buy: 1050 Weight: 10 BuyingStore: true @@ -53396,7 +53053,6 @@ item_db: ( Id: 6089 AegisName: "Piece_Of_Darkness" Name: "Dark Piece" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53405,7 +53061,6 @@ item_db: ( Id: 6090 AegisName: "Purified_Bradium" Name: "Refined Bradium" - Type: 3 Buy: 1100 Weight: 50 BuyingStore: true @@ -53414,7 +53069,6 @@ item_db: ( Id: 6091 AegisName: "Dark_Red_Scale" Name: "Dark Red Scale" - Type: 3 Buy: 200000 Weight: 10 BuyingStore: true @@ -53423,14 +53077,12 @@ item_db: ( Id: 6092 AegisName: "Singing_Crystal_Piece" Name: "Piece Of Singing Crystal" - Type: 3 Weight: 10 }, { Id: 6093 AegisName: "Egg_Of_Draco" Name: "Draco's Egg" - Type: 3 Trade: { nodrop: true notrade: true @@ -53445,7 +53097,6 @@ item_db: ( Id: 6094 AegisName: "Traditional_Cookie" Name: "Traditional Sweets" - Type: 3 Buy: 20 Weight: 10 }, @@ -53453,7 +53104,6 @@ item_db: ( Id: 6095 AegisName: "Flavored_Alcohol" Name: "Flavored Alcohol" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53462,7 +53112,6 @@ item_db: ( Id: 6096 AegisName: "Fish_With_Blue_Back" Name: "Fish With Blue Back" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53471,7 +53120,6 @@ item_db: ( Id: 6097 AegisName: "Pumpkin_Pie_" Name: "Pumpkin Pie" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53480,7 +53128,6 @@ item_db: ( Id: 6098 AegisName: "Small_Snow_Flower" Name: "Small Snow Flower" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53489,7 +53136,6 @@ item_db: ( Id: 6099 AegisName: "Grilled_Rice_Cake" Name: "Grilled Rice Cake" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53498,7 +53144,6 @@ item_db: ( Id: 6100 AegisName: "Damp_Darkness" Name: "Damp Darkness" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53507,7 +53152,6 @@ item_db: ( Id: 6101 AegisName: "Attendance_Card" Name: "Attendance Card" - Type: 3 Trade: { nodrop: true notrade: true @@ -53522,7 +53166,6 @@ item_db: ( Id: 6102 AegisName: "Report_On_Splendide" Name: "Report On Splendide" - Type: 3 Trade: { nodrop: true notrade: true @@ -53538,7 +53181,6 @@ item_db: ( Id: 6103 AegisName: "Report_On_Manuk" Name: "Report On Manuk" - Type: 3 Trade: { nodrop: true notrade: true @@ -53554,7 +53196,6 @@ item_db: ( Id: 6104 AegisName: "Big_Cell" Name: "Big Cell" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53563,7 +53204,6 @@ item_db: ( Id: 6105 AegisName: "Morning_Dew" Name: "Morning Dew" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53572,7 +53212,6 @@ item_db: ( Id: 6106 AegisName: "Well_Ripened_Berry" Name: "Well Ripened Berry" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53581,7 +53220,6 @@ item_db: ( Id: 6107 AegisName: "Sunset_On_The_Rock" Name: "Sunset On The Rock" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53590,7 +53228,6 @@ item_db: ( Id: 6108 AegisName: "Apple_Pudding" Name: "Apple Pudding" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53599,7 +53236,6 @@ item_db: ( Id: 6109 AegisName: "Plant_Neutrient" Name: "Plant Neutrient" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -53608,7 +53244,6 @@ item_db: ( Id: 6110 AegisName: "Vital_Flower" Name: "Vital Flower" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53617,7 +53252,6 @@ item_db: ( Id: 6111 AegisName: "Mystic_Stone" Name: "Mystic Stone" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53626,7 +53260,6 @@ item_db: ( Id: 6112 AegisName: "Fresh_Plant" Name: "Fresh Plant" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53635,7 +53268,6 @@ item_db: ( Id: 6113 AegisName: "Vital_Flower_" Name: "Vital Flower" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53644,7 +53276,6 @@ item_db: ( Id: 6114 AegisName: "Flame_Gemstone" Name: "Flame Gemstone" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53653,7 +53284,6 @@ item_db: ( Id: 6115 AegisName: "Bun_" Name: "Bun" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -53662,7 +53292,6 @@ item_db: ( Id: 6116 AegisName: "Succu_Pet_Coupon" Name: "Succubus Pet Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53678,7 +53307,6 @@ item_db: ( Id: 6117 AegisName: "Imp_Pet_Coupon" Name: "Imp Pet Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53694,7 +53322,6 @@ item_db: ( Id: 6118 AegisName: "Chung_E_Pet_Coupon" Name: "Chung E Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53710,13 +53337,11 @@ item_db: ( Id: 6119 AegisName: "Natural_Leather" Name: "Cow Leather" - Type: 3 }, { Id: 6120 AegisName: "Face_Paint" Name: "Face Paint" - Type: 3 Buy: 120 Weight: 20 BuyingStore: true @@ -53725,7 +53350,6 @@ item_db: ( Id: 6121 AegisName: "Makeover_Brush" Name: "Makeover Brush" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -53742,7 +53366,6 @@ item_db: ( Id: 6122 AegisName: "Paint_Brush" Name: "Paint Brush" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -53759,7 +53382,6 @@ item_db: ( Id: 6123 AegisName: "Surface_Paint" Name: "Surface Paint" - Type: 3 Buy: 200 Weight: 30 BuyingStore: true @@ -53768,7 +53390,6 @@ item_db: ( Id: 6124 AegisName: "Wolfs_Flute" Name: "Wolf Flute" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -53785,7 +53406,6 @@ item_db: ( Id: 6125 AegisName: "Lucky_Box" Name: "Spring Time Box" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -53802,7 +53422,6 @@ item_db: ( Id: 6126 AegisName: "Happy_Box" Name: "Summer Happy Box" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -53819,7 +53438,6 @@ item_db: ( Id: 6127 AegisName: "Purification_Stone" Name: "Purification Stone" - Type: 3 Trade: { nodrop: true notrade: true @@ -53835,14 +53453,12 @@ item_db: ( Id: 6128 AegisName: "Guillotine_Antidote" Name: "Antidote" - Type: 3 BuyingStore: true }, { Id: 6129 AegisName: "Ticket_Nightmare" Name: "Nightmare Terror Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53858,7 +53474,6 @@ item_db: ( Id: 6130 AegisName: "Ticket_Loli_Ruri" Name: "Loli Ruri Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53874,7 +53489,6 @@ item_db: ( Id: 6131 AegisName: "Ticket_Goblin_Leader" Name: "Goblin Leader Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53890,7 +53504,6 @@ item_db: ( Id: 6132 AegisName: "Ticket_Incubus" Name: "Incubus Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53906,7 +53519,6 @@ item_db: ( Id: 6133 AegisName: "Ticket_Miyabi_Ningyo" Name: "Miyabi Ningyo Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53922,7 +53534,6 @@ item_db: ( Id: 6134 AegisName: "Ticket_Whisper" Name: "Giant Whisper Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53938,7 +53549,6 @@ item_db: ( Id: 6135 AegisName: "Ticket_Wicked_Nymph" Name: "Evil Nymph Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53954,7 +53564,6 @@ item_db: ( Id: 6136 AegisName: "Ticket_Medusa" Name: "Medusa Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53970,7 +53579,6 @@ item_db: ( Id: 6137 AegisName: "Ticket_Stoneshooter" Name: "Stone Shooter Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -53986,7 +53594,6 @@ item_db: ( Id: 6138 AegisName: "Ticket_Marionette" Name: "Marionette Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -54002,7 +53609,6 @@ item_db: ( Id: 6139 AegisName: "Ticket_Leafcat" Name: "Leaf Cat Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -54018,7 +53624,6 @@ item_db: ( Id: 6140 AegisName: "Ticket_Dullahan" Name: "Dullahan Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -54034,7 +53639,6 @@ item_db: ( Id: 6141 AegisName: "Ticket_Shinobi" Name: "Shinobi Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -54050,7 +53654,6 @@ item_db: ( Id: 6142 AegisName: "Ticket_Golem" Name: "Golem Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -54066,7 +53669,6 @@ item_db: ( Id: 6143 AegisName: "Ticket_Civil_Servant" Name: "Civil Servant Exchange Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -54082,7 +53684,6 @@ item_db: ( Id: 6144 AegisName: "Heartbroken_Tears" Name: "Regrettable Tears" - Type: 3 Buy: 1000 Weight: 2 BuyingStore: true @@ -54091,7 +53692,6 @@ item_db: ( Id: 6145 AegisName: "Vulcan_Bullet" Name: "Vulcan Bullet" - Type: 3 Buy: 10 Weight: 2 BuyingStore: true @@ -54100,7 +53700,6 @@ item_db: ( Id: 6146 AegisName: "Magic_Gear_Fuel" Name: "Magic Gear Fuel" - Type: 3 Buy: 300 Weight: 30 BuyingStore: true @@ -54109,7 +53708,6 @@ item_db: ( Id: 6147 AegisName: "Liquid_Condensed_Bullet" Name: "Liquid Condensed Bullet" - Type: 3 Buy: 100 Weight: 3 BuyingStore: true @@ -54118,7 +53716,6 @@ item_db: ( Id: 6148 AegisName: "Chocolate_Of_Eternity" Name: "Eternity Of Chocolate" - Type: 3 Trade: { nodrop: true notrade: true @@ -54133,7 +53730,6 @@ item_db: ( Id: 6149 AegisName: "Plain_Chocolate" Name: "Simple Chocolate" - Type: 3 Trade: { nodrop: true notrade: true @@ -54148,7 +53744,6 @@ item_db: ( Id: 6150 AegisName: "Key_Of_The_Mansion" Name: "Key of The Mansion" - Type: 3 Trade: { nodrop: true notrade: true @@ -54164,7 +53759,6 @@ item_db: ( Id: 6151 AegisName: "Peice_Of_Great_Bradium" Name: "Giant Bradium Fragment" - Type: 3 Trade: { nodrop: true notrade: true @@ -54179,7 +53773,6 @@ item_db: ( Id: 6152 AegisName: "Glittering_Crystal" Name: "Glittering Crystal" - Type: 3 Trade: { nodrop: true notrade: true @@ -54194,7 +53787,6 @@ item_db: ( Id: 6153 AegisName: "Special_Exchange_Coupon" Name: "Special Exchange Ticket" - Type: 3 Trade: { nodrop: true notrade: true @@ -54210,7 +53802,6 @@ item_db: ( Id: 6154 AegisName: "Broken_Horn_Pipe" Name: "Broken Horn Pipe" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -54226,13 +53817,11 @@ item_db: ( Id: 6155 AegisName: "Coke_Membership_Card" Name: "Member Card" - Type: 3 }, { Id: 6156 AegisName: "Approval_Report" Name: "Approval Report" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -54248,181 +53837,151 @@ item_db: ( Id: 6157 AegisName: "Poring_Ticket" Name: "Poring Exchange Ticket" - Type: 3 }, { Id: 6158 AegisName: "Drops_Ticket" Name: "Drops Exchange Ticket" - Type: 3 }, { Id: 6159 AegisName: "Poporing_Ticket" Name: "Poporing Exchange Ticket" - Type: 3 }, { Id: 6160 AegisName: "Lunatic_Ticket" Name: "Lunatic Exchange Ticket" - Type: 3 }, { Id: 6161 AegisName: "Picky_Ticket" Name: "Picky Exchange Ticket" - Type: 3 }, { Id: 6162 AegisName: "Pecopeco_Ticket" Name: "Peco Peco Exchange Ticket" - Type: 3 }, { Id: 6163 AegisName: "Savage_Baby_Ticket" Name: "Savage Babe Exchange Ticket" - Type: 3 }, { Id: 6164 AegisName: "Spore_Ticket" Name: "Spore Exchange Ticket" - Type: 3 }, { Id: 6165 AegisName: "Poison_Spore_Ticket" Name: "Poison Spore Exchange Ticket" - Type: 3 }, { Id: 6166 AegisName: "Chonchon_Ticket" Name: "Chonchon Exchange Ticket" - Type: 3 }, { Id: 6167 AegisName: "Steel_Chonchon_Ticket" Name: "Steel Chonchon Exchange Ticket" - Type: 3 }, { Id: 6168 AegisName: "Petit_Ticket" Name: "Sky Petite Exchange Ticket" - Type: 3 }, { Id: 6169 AegisName: "Deviruchi_Ticket" Name: "Deviruchi Exchange Ticket" - Type: 3 }, { Id: 6170 AegisName: "Isis_Ticket" Name: "Isis Exchange Ticket" - Type: 3 }, { Id: 6171 AegisName: "Smokie_Ticket" Name: "Smokie Exchange Ticket" - Type: 3 }, { Id: 6172 AegisName: "Dokebi_Ticket" Name: "Dokebi Exchange Ticket" - Type: 3 }, { Id: 6173 AegisName: "Desert_Wolf_B_Ticket" Name: "Baby Desert Wolf Exchange Ticket" - Type: 3 }, { Id: 6174 AegisName: "Yoyo_Ticket" Name: "Yoyo Exchange Ticket" - Type: 3 }, { Id: 6175 AegisName: "Sohee_Ticket" Name: "Sohee Exchange Ticket" - Type: 3 }, { Id: 6176 AegisName: "Rocker_Ticket" Name: "Rocker Exchange Ticket" - Type: 3 }, { Id: 6177 AegisName: "Hunter_Fly_Ticket" Name: "Hunter Fly Exchange Ticket" - Type: 3 }, { Id: 6178 AegisName: "Orc_Warrior_Ticket" Name: "Orc Warrior Exchange Ticket" - Type: 3 }, { Id: 6179 AegisName: "Bapho_Jr_Ticket" Name: "Bapho Jr. Exchange Ticket" - Type: 3 }, { Id: 6180 AegisName: "Munak_Ticket" Name: "Munak Exchange Ticket" - Type: 3 }, { Id: 6181 AegisName: "Bongun_Ticket" Name: "Bongun Exchange Ticket" - Type: 3 }, { Id: 6182 AegisName: "Goblin_Ticket" Name: "Christmas Goblin Exchange Ticket" - Type: 3 }, { Id: 6183 AegisName: "Hardtack_Ticket" Name: "Rice Cake Exchange Ticket" - Type: 3 }, { Id: 6184 AegisName: "Zherlthsh_Ticket" Name: "Zherlthsh Exchange Ticket" - Type: 3 }, { Id: 6185 AegisName: "Alice_Ticket" Name: "Alice Exchange Ticket" - Type: 3 }, { Id: 6186 AegisName: "Monkey_Wrench" Name: "Monkey Wrench" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -54431,7 +53990,6 @@ item_db: ( Id: 6187 AegisName: "Blank_Card" Name: "Blank Card" - Type: 3 Buy: 20 Weight: 10 }, @@ -54439,7 +53997,6 @@ item_db: ( Id: 6188 AegisName: "Slot_Coupon" Name: "Slotting Advertisement" - Type: 3 Buy: 20 Weight: 10 }, @@ -54447,126 +54004,108 @@ item_db: ( Id: 6189 AegisName: "Magic_Book_FB" Name: "Spell Book (Fire Bolt)" - Type: 3 BuyingStore: true }, { Id: 6190 AegisName: "Magic_Book_CB" Name: "Spell Book (Cold Bolt)" - Type: 3 BuyingStore: true }, { Id: 6191 AegisName: "Magic_Book_LB" Name: "Spell Book (Lightening Bolt)" - Type: 3 BuyingStore: true }, { Id: 6192 AegisName: "Magic_Book_SG" Name: "Spell Book (Storm Gust)" - Type: 3 BuyingStore: true }, { Id: 6193 AegisName: "Magic_Book_LOV" Name: "Spell Book (Lord Of Vermilion)" - Type: 3 BuyingStore: true }, { Id: 6194 AegisName: "Magic_Book_MS" Name: "Spell Book (Meteor Storm)" - Type: 3 BuyingStore: true }, { Id: 6195 AegisName: "Magic_Book_CM" Name: "Spell Book (Comet)" - Type: 3 BuyingStore: true }, { Id: 6196 AegisName: "Magic_Book_TV" Name: "Spell Book (Tetra Vortex)" - Type: 3 BuyingStore: true }, { Id: 6197 AegisName: "Magic_Book_TS" Name: "Spell Book (Thunder Storm)" - Type: 3 BuyingStore: true }, { Id: 6198 AegisName: "Magic_Book_JT" Name: "Spell Book (Jupitel Thunder)" - Type: 3 BuyingStore: true }, { Id: 6199 AegisName: "Magic_Book_WB" Name: "Spell Book (Water Ball)" - Type: 3 BuyingStore: true }, { Id: 6200 AegisName: "Magic_Book_HD" Name: "Spell Book (Heaven's Drive)" - Type: 3 BuyingStore: true }, { Id: 6201 AegisName: "Magic_Book_ES" Name: "Spell Book (Earth Spike)" - Type: 3 BuyingStore: true }, { Id: 6202 AegisName: "Magic_Book_ES_" Name: "Spell Book (Earth Strain)" - Type: 3 BuyingStore: true }, { Id: 6203 AegisName: "Magic_Book_CL" Name: "Spell Book (Chain Lightning)" - Type: 3 BuyingStore: true }, { Id: 6204 AegisName: "Magic_Book_CR" Name: "Spell Book (Crimson Rock)" - Type: 3 BuyingStore: true }, { Id: 6205 AegisName: "Magic_Book_DL" Name: "Spell Book (Drain Life)" - Type: 3 BuyingStore: true }, { Id: 6206 AegisName: "I_Love_You" Name: "I Love You" - Type: 3 Trade: { nodrop: true notrade: true @@ -54581,7 +54120,6 @@ item_db: ( Id: 6207 AegisName: "Thank_You" Name: "Thank You" - Type: 3 Trade: { nodrop: true notrade: true @@ -54596,7 +54134,6 @@ item_db: ( Id: 6208 AegisName: "I_Respect_You" Name: "I Respect You" - Type: 3 Trade: { nodrop: true notrade: true @@ -54611,13 +54148,11 @@ item_db: ( Id: 6209 AegisName: "Glory_Of_Knights" Name: "Knight's Honor" - Type: 3 }, { Id: 6210 AegisName: "Seed_Of_Horny_Plant" Name: "Seed Of Thorny Plant" - Type: 3 Buy: 600 Weight: 1 BuyingStore: true @@ -54626,7 +54161,6 @@ item_db: ( Id: 6211 AegisName: "Bloodsuck_Plant_Seed" Name: "Bloodsuck Plant Seed" - Type: 3 Buy: 800 Weight: 1 BuyingStore: true @@ -54635,7 +54169,6 @@ item_db: ( Id: 6212 AegisName: "Bomb_Mushroom_Spore" Name: "Bomb Mushroom Spore" - Type: 3 Buy: 1000 Weight: 1 BuyingStore: true @@ -54644,7 +54177,6 @@ item_db: ( Id: 6213 AegisName: "Explosive_Powder" Name: "Explosive Powder" - Type: 3 Buy: 500 Weight: 1 BuyingStore: true @@ -54653,7 +54185,6 @@ item_db: ( Id: 6214 AegisName: "Smoke_Powder" Name: "Smoke Powder" - Type: 3 Buy: 500 Weight: 1 BuyingStore: true @@ -54662,7 +54193,6 @@ item_db: ( Id: 6215 AegisName: "Tear_Gas" Name: "Tear Gas" - Type: 3 Buy: 500 Weight: 1 BuyingStore: true @@ -54671,7 +54201,6 @@ item_db: ( Id: 6216 AegisName: "Oil_Bottle" Name: "Oil Bottle" - Type: 3 Buy: 1000 Weight: 1 BuyingStore: true @@ -54680,7 +54209,6 @@ item_db: ( Id: 6217 AegisName: "Mandragora_Flowerpot" Name: "Mandragora Flowerpot" - Type: 3 Buy: 2000 Weight: 1 BuyingStore: true @@ -54689,7 +54217,6 @@ item_db: ( Id: 6218 AegisName: "Disin_Delivery_Box" Name: "Delivery_Daishin_Box" - Type: 3 Trade: { nodrop: true notrade: true @@ -54705,7 +54232,6 @@ item_db: ( Id: 6219 AegisName: "Para_Team_Mark" Name: "Eden Group Mark" - Type: 3 Trade: { nodrop: true notrade: true @@ -54721,27 +54247,23 @@ item_db: ( Id: 6220 AegisName: "Mysterious_Dyestuff" Name: "Mysterious Dyestuff" - Type: 3 Weight: 10 }, { Id: 6221 AegisName: "Mystic_Leaf_Cat_Ball" Name: "Mystic Leaf Cat Ball" - Type: 3 }, { Id: 6222 AegisName: "Shining_Beads" Name: "Shining Beads" - Type: 3 Buy: 20 }, { Id: 6223 AegisName: "Carnium" Name: "Carnium" - Type: 3 Buy: 2000 Weight: 150 BuyingStore: true @@ -54750,7 +54272,6 @@ item_db: ( Id: 6224 AegisName: "Bradium" Name: "Bradium" - Type: 3 Buy: 2000 Weight: 150 BuyingStore: true @@ -54759,7 +54280,6 @@ item_db: ( Id: 6225 AegisName: "HD_Carnium" Name: "HD Carnium" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -54775,7 +54295,6 @@ item_db: ( Id: 6226 AegisName: "HD_Bradium" Name: "HD Bradium" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -54791,7 +54310,6 @@ item_db: ( Id: 6228 AegisName: "Guarantee_Weapon_9Up" Name: "Guarantee Weapon 9Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54806,7 +54324,6 @@ item_db: ( Id: 6229 AegisName: "Guarantee_Weapon_8Up" Name: "Guarantee Weapon 8Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54821,7 +54338,6 @@ item_db: ( Id: 6230 AegisName: "Guarantee_Weapon_7Up" Name: "Guarantee Weapon 7Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54836,7 +54352,6 @@ item_db: ( Id: 6231 AegisName: "Guarantee_Weapon_6Up" Name: "Guarantee Weapon 6Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54851,7 +54366,6 @@ item_db: ( Id: 6232 AegisName: "Guarantee_Armor_9Up" Name: "Guarantee Armor 9Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54866,7 +54380,6 @@ item_db: ( Id: 6233 AegisName: "Guarantee_Armor_8Up" Name: "Guarantee Armor 8Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54881,7 +54394,6 @@ item_db: ( Id: 6234 AegisName: "Guarantee_Armor_7Up" Name: "Guarantee Armor 7Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54896,7 +54408,6 @@ item_db: ( Id: 6235 AegisName: "Guarantee_Armor_6Up" Name: "Guarantee Armor 6Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54911,7 +54422,6 @@ item_db: ( Id: 6236 AegisName: "Blue_Card_7" Name: "Blue Card 7" - Type: 3 Trade: { nodrop: true notrade: true @@ -54926,7 +54436,6 @@ item_db: ( Id: 6237 AegisName: "Guarana_Fruit" Name: "Guarana Fruit" - Type: 3 Trade: { nodrop: true notrade: true @@ -54942,7 +54451,6 @@ item_db: ( Id: 6238 AegisName: "Guarantee_Weapon_11Up" Name: "Guarantee Weapon 11Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54957,7 +54465,6 @@ item_db: ( Id: 6239 AegisName: "Guarantee_Armor_11Up" Name: "Guarantee Armor 11Up" - Type: 3 Trade: { nodrop: true notrade: true @@ -54972,7 +54479,6 @@ item_db: ( Id: 6240 AegisName: "HD_Oridecon" Name: "Purified Oridecon" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -54989,7 +54495,6 @@ item_db: ( Id: 6241 AegisName: "HD_Elunium" Name: "Purified Elunium" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -55006,7 +54511,6 @@ item_db: ( Id: 6242 AegisName: "Midgard_Coin" Name: "Midgard Coin" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -55021,13 +54525,11 @@ item_db: ( Id: 6243 AegisName: "Exchange_Coupon" Name: "Exchange Coupon" - Type: 3 }, { Id: 6244 AegisName: "Gun_Powder" Name: "Gun Powder" - Type: 3 Buy: 10 Weight: 1 BuyingStore: true @@ -55036,7 +54538,6 @@ item_db: ( Id: 6245 AegisName: "Black_Powder" Name: "Black Powder" - Type: 3 Buy: 100 Weight: 1 BuyingStore: true @@ -55045,7 +54546,6 @@ item_db: ( Id: 6246 AegisName: "Yellow_Powder" Name: "Yellow Powder" - Type: 3 Buy: 100 Weight: 1 BuyingStore: true @@ -55054,7 +54554,6 @@ item_db: ( Id: 6247 AegisName: "White_Powder" Name: "White Powder" - Type: 3 Buy: 100 Weight: 1 BuyingStore: true @@ -55063,7 +54562,6 @@ item_db: ( Id: 6248 AegisName: "Melange_Pot" Name: "Melange Pot" - Type: 3 Buy: 600 Weight: 10 BuyingStore: true @@ -55072,7 +54570,6 @@ item_db: ( Id: 6249 AegisName: "Savage_Meat" Name: "Savage Meat" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55081,7 +54578,6 @@ item_db: ( Id: 6250 AegisName: "Cooking_Skewer" Name: "Cooking Skewer" - Type: 3 Buy: 300 Weight: 10 BuyingStore: true @@ -55090,7 +54586,6 @@ item_db: ( Id: 6251 AegisName: "Black_Charcoal" Name: "Black Charcoal" - Type: 3 Buy: 300 Weight: 10 BuyingStore: true @@ -55099,7 +54594,6 @@ item_db: ( Id: 6252 AegisName: "Wolf_Blood" Name: "Blood Of Wolf" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55108,7 +54602,6 @@ item_db: ( Id: 6253 AegisName: "Cold_Ice" Name: "Cold Ice" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55117,7 +54610,6 @@ item_db: ( Id: 6254 AegisName: "Beef_Head_Meat" Name: "Beef Head" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55126,7 +54618,6 @@ item_db: ( Id: 6255 AegisName: "Large_Cookpot" Name: "Large Cookpot" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -55135,7 +54626,6 @@ item_db: ( Id: 6256 AegisName: "Ice_Fragment" Name: "Ice Piece" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55144,7 +54634,6 @@ item_db: ( Id: 6257 AegisName: "Ice_Crystal" Name: "Ice Crystal" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55153,7 +54642,6 @@ item_db: ( Id: 6258 AegisName: "Comodo_Tropic_Fruit" Name: "Comodo Tropical Fruit" - Type: 3 Buy: 800 Weight: 10 BuyingStore: true @@ -55162,7 +54650,6 @@ item_db: ( Id: 6259 AegisName: "Drocera_Tentacle" Name: "Drosera Tentacle" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55171,7 +54658,6 @@ item_db: ( Id: 6260 AegisName: "Petti_Tail" Name: "Petite's Tail" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55180,7 +54666,6 @@ item_db: ( Id: 6261 AegisName: "Fine_Noodle" Name: "Fine Noodles" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -55189,7 +54674,6 @@ item_db: ( Id: 6262 AegisName: "Cool_Gravy" Name: "Cool Gravy" - Type: 3 Buy: 400 Weight: 10 BuyingStore: true @@ -55198,7 +54682,6 @@ item_db: ( Id: 6263 AegisName: "Coconut_Fruit" Name: "Coconut Fruit" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55207,7 +54690,6 @@ item_db: ( Id: 6264 AegisName: "Melon" Name: "Melon" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55216,7 +54698,6 @@ item_db: ( Id: 6265 AegisName: "Pineapple" Name: "Pineapple" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -55225,7 +54706,6 @@ item_db: ( Id: 6266 AegisName: "Cheat_Key" Name: "Key Of Deception" - Type: 3 Trade: { nodrop: true notrade: true @@ -55241,7 +54721,6 @@ item_db: ( Id: 6267 AegisName: "Virtual_Key" Name: "Key Of Illusion" - Type: 3 Trade: { nodrop: true notrade: true @@ -55257,7 +54736,6 @@ item_db: ( Id: 6268 AegisName: "Mirth_Key" Name: "Key Of Gaiety" - Type: 3 Trade: { nodrop: true notrade: true @@ -55273,7 +54751,6 @@ item_db: ( Id: 6269 AegisName: "Master_Brush" Name: "A Master's Blush" - Type: 3 Trade: { nodrop: true notrade: true @@ -55289,7 +54766,6 @@ item_db: ( Id: 6270 AegisName: "Mins_Picture" Name: "A Picture Of Minstrel Song" - Type: 3 Trade: { nodrop: true notrade: true @@ -55304,7 +54780,6 @@ item_db: ( Id: 6271 AegisName: "Mins_Receipt" Name: "Receipt" - Type: 3 Trade: { nodrop: true notrade: true @@ -55319,7 +54794,6 @@ item_db: ( Id: 6272 AegisName: "Experiment_Seed" Name: "Experiment Seed" - Type: 3 Trade: { nodrop: true notrade: true @@ -55335,7 +54809,6 @@ item_db: ( Id: 6273 AegisName: "Altered_Seed" Name: "Seed For Experiment" - Type: 3 Trade: { nodrop: true notrade: true @@ -55351,7 +54824,6 @@ item_db: ( Id: 6274 AegisName: "Saint_Cloth_Piece" Name: "A Piece Of Cloth Of A Saint" - Type: 3 Trade: { nodrop: true notrade: true @@ -55367,7 +54839,6 @@ item_db: ( Id: 6275 AegisName: "King_Shield" Name: "Shield Of King" - Type: 3 Trade: { nodrop: true notrade: true @@ -55383,7 +54854,6 @@ item_db: ( Id: 6276 AegisName: "Clear_Reagent" Name: "Clear Reagent" - Type: 3 Trade: { nodrop: true notrade: true @@ -55399,7 +54869,6 @@ item_db: ( Id: 6277 AegisName: "Red_Reagent" Name: "Red Reagent" - Type: 3 Trade: { nodrop: true notrade: true @@ -55415,7 +54884,6 @@ item_db: ( Id: 6278 AegisName: "Black_Reagent" Name: "Black Reagent" - Type: 3 Trade: { nodrop: true notrade: true @@ -55431,7 +54899,6 @@ item_db: ( Id: 6279 AegisName: "Apple_Bomb_CB" Name: "Apple Bomb Guidebook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55440,7 +54907,6 @@ item_db: ( Id: 6280 AegisName: "Pinepple_Bomb_CB" Name: "Pineapple Bomb Guidebook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55449,7 +54915,6 @@ item_db: ( Id: 6281 AegisName: "Coconut_Bomb_CB" Name: "Coconut Fruit Bomb Guidebook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55458,7 +54923,6 @@ item_db: ( Id: 6282 AegisName: "Melon_Bomb_CB" Name: "Melon Bomb Guidebook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55467,7 +54931,6 @@ item_db: ( Id: 6283 AegisName: "Banana_Bomb_CB" Name: "Banana Bomb Guidebook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55476,7 +54939,6 @@ item_db: ( Id: 6284 AegisName: "Plant_Genetic_Grow" Name: "How To Grow Plant Genes" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55485,7 +54947,6 @@ item_db: ( Id: 6285 AegisName: "Quality_Potion_Book" Name: "Manual: How To Make High Quality Potion" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -55494,41 +54955,35 @@ item_db: ( Id: 6286 AegisName: "F_Max_Weight_Up_Scroll" Name: "F Max Weight Up Scroll" - Type: 3 Weight: 10 }, { Id: 6287 AegisName: "F_Clothing_Dye_Coupon" Name: "F Clothing Dye Coupon" - Type: 3 }, { Id: 6288 AegisName: "F_Happy_Box" Name: "F Happy Box" - Type: 3 Buy: 10 }, { Id: 6289 AegisName: "F_Mysterious_Dyestuff" Name: "F Mysterious Dyestuff" - Type: 3 Weight: 10 }, { Id: 6290 AegisName: "F_New_Style_Coupon" Name: "F New Style Coupon" - Type: 3 Weight: 10 }, { Id: 6291 AegisName: "F_Enriched_Elunium" Name: "F Enriched Elunium" - Type: 3 Buy: 2 Weight: 10 }, @@ -55536,7 +54991,6 @@ item_db: ( Id: 6292 AegisName: "F_Enriched_Oridecon" Name: "F Enriched Oridecon" - Type: 3 Buy: 2 Weight: 10 }, @@ -55544,7 +54998,6 @@ item_db: ( Id: 6293 AegisName: "F_Token_Of_Siegfried" Name: "F Token Of Siegfried" - Type: 3 Buy: 2 Weight: 10 }, @@ -55552,20 +55005,17 @@ item_db: ( Id: 6294 AegisName: "F_Marriage_Covenant" Name: "F Marriage Covenant" - Type: 3 Weight: 10 }, { Id: 6295 AegisName: "F_Clothing_Dye_Coupon2" Name: "F Clothing Dye Coupon2" - Type: 3 }, { Id: 6296 AegisName: "RF_Taining_Notice" Name: "Training Notice" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -55582,7 +55032,6 @@ item_db: ( Id: 6297 AegisName: "Bottle_To_Throw" Name: "Throwing Bottle" - Type: 3 Buy: 300 Weight: 10 BuyingStore: true @@ -55591,7 +55040,6 @@ item_db: ( Id: 6298 AegisName: "Pumpkin_Head_Crushed" Name: "Pumpkin Head Crushed" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -55607,7 +55055,6 @@ item_db: ( Id: 6299 AegisName: "Worn_Cloth_Piece" Name: "Worn Cloth Piece" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -55623,7 +55070,6 @@ item_db: ( Id: 6300 AegisName: "J_7Draw" Name: "event" - Type: 3 Buy: 20 Weight: 10 }, @@ -55631,7 +55077,6 @@ item_db: ( Id: 6301 AegisName: "J_Semi_Draw" Name: "event" - Type: 3 Buy: 20 Weight: 10 }, @@ -55639,84 +55084,71 @@ item_db: ( Id: 6302 AegisName: "GM_Handwriting" Name: "GM Handwriting" - Type: 3 Buy: 20004 }, { Id: 6303 AegisName: "Changed_Hydra_Ball" Name: "Changed Hydra Ball" - Type: 3 }, { Id: 6304 AegisName: "Sapa_Feat_Cert" Name: "Proof Of Sapha's Honor" - Type: 3 }, { Id: 6305 AegisName: "Frozen_Skin_Piece" Name: "Frozen Piece Of Skin" - Type: 3 }, { Id: 6306 AegisName: "Solid_Bloodstain" Name: "Hard Bloodstain" - Type: 3 }, { Id: 6307 AegisName: "Suspicious_Magic_Stone" Name: "Cursed Magical Stone" - Type: 3 }, { Id: 6308 AegisName: "Unidentified_Relic" Name: "Unidentified Relic" - Type: 3 }, { Id: 6309 AegisName: "E_Max_Weight_Up_Scroll" Name: "E Max Weight Up Scroll" - Type: 3 Weight: 10 }, { Id: 6310 AegisName: "E_Cloth_Dye_Coupon" Name: "E Cloth Dye Coupon" - Type: 3 }, { Id: 6311 AegisName: "E_Happy_Box" Name: "E Happy Box" - Type: 3 Buy: 10 }, { Id: 6312 AegisName: "E_Mysterious_Dyestuff" Name: "E Mysterious Dyestuff" - Type: 3 Weight: 10 }, { Id: 6313 AegisName: "E_New_Style_Coupon" Name: "E New Style Coupon" - Type: 3 Weight: 10 }, { Id: 6314 AegisName: "E_Enriched_Elunium" Name: "E Enriched Elunium" - Type: 3 Buy: 2 Weight: 10 }, @@ -55724,7 +55156,6 @@ item_db: ( Id: 6315 AegisName: "E_Enriched_Oridecon" Name: "E Enriched Oridecon" - Type: 3 Buy: 2 Weight: 10 }, @@ -55732,7 +55163,6 @@ item_db: ( Id: 6316 AegisName: "E_Token_Of_Siegfried" Name: "E Token Of Siegfried" - Type: 3 Buy: 2 Weight: 10 }, @@ -55740,20 +55170,17 @@ item_db: ( Id: 6317 AegisName: "E_Marriage_Covenant" Name: "E Marriage Covenant" - Type: 3 Weight: 10 }, { Id: 6318 AegisName: "E_Cloth_Dye_Coupon2" Name: "E Cloth Dye Coupon2" - Type: 3 }, { Id: 6319 AegisName: "Small_Bradium" Name: "Small Bradium" - Type: 3 Buy: 324 Weight: 10 }, @@ -55761,7 +55188,6 @@ item_db: ( Id: 6320 AegisName: "Premium_Reset_Stone" Name: "Premium Reset Stone" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -55778,7 +55204,6 @@ item_db: ( Id: 6321 AegisName: "Rakehorn_Helm" Name: "Rakehorn Helm" - Type: 3 Buy: 822 Weight: 10 BuyingStore: true @@ -55787,7 +55212,6 @@ item_db: ( Id: 6322 AegisName: "Antler_Helm" Name: "Antler Helmet" - Type: 3 Buy: 800 Weight: 10 BuyingStore: true @@ -55796,7 +55220,6 @@ item_db: ( Id: 6323 AegisName: "Twinhorn_Helm" Name: "Two-Horned Helmet" - Type: 3 Buy: 728 Weight: 10 BuyingStore: true @@ -55805,7 +55228,6 @@ item_db: ( Id: 6324 AegisName: "Singlehorn_Helm" Name: "Single Horned Helmet" - Type: 3 Buy: 702 Weight: 10 BuyingStore: true @@ -55814,7 +55236,6 @@ item_db: ( Id: 6325 AegisName: "White_Spider_Limb" Name: "White Spider Limb" - Type: 3 Buy: 1004 Weight: 10 BuyingStore: true @@ -55823,7 +55244,6 @@ item_db: ( Id: 6326 AegisName: "Queen_Wing_Piece" Name: "Queen Wing Piece" - Type: 3 Buy: 1630 Weight: 10 BuyingStore: true @@ -55832,125 +55252,107 @@ item_db: ( Id: 6328 AegisName: "Calender_January" Name: "Calender January" - Type: 3 Buy: 20 }, { Id: 6329 AegisName: "Calender_February" Name: "Calender February" - Type: 3 Buy: 20 }, { Id: 6330 AegisName: "Calender_March" Name: "Calender March" - Type: 3 Buy: 20 }, { Id: 6331 AegisName: "Calender_April" Name: "Calender April" - Type: 3 Buy: 20 }, { Id: 6332 AegisName: "Calender_May" Name: "Calender May" - Type: 3 Buy: 20 }, { Id: 6333 AegisName: "Calender_June" Name: "Calender June" - Type: 3 Buy: 20 }, { Id: 6334 AegisName: "Calender_July" Name: "Calender July" - Type: 3 Buy: 20 }, { Id: 6335 AegisName: "Calender_August" Name: "Calender August" - Type: 3 Buy: 20 }, { Id: 6336 AegisName: "Calender_September" Name: "Calender September" - Type: 3 Buy: 20 }, { Id: 6337 AegisName: "Calender_October" Name: "Calender October" - Type: 3 Buy: 20 }, { Id: 6338 AegisName: "Calender_November" Name: "Calender November" - Type: 3 Buy: 20 }, { Id: 6339 AegisName: "Calender_December" Name: "Calender December" - Type: 3 Buy: 20 }, { Id: 6340 AegisName: "Fade_Notation_Green" Name: "Fade Notation Green" - Type: 3 Weight: 10 }, { Id: 6341 AegisName: "Fade_Notation_Red" Name: "Fade Notation Red" - Type: 3 Weight: 10 }, { Id: 6342 AegisName: "Fade_Notation_Purple" Name: "Fade Notation Purple" - Type: 3 Weight: 10 }, { Id: 6343 AegisName: "Fade_Notation_Blue" Name: "Fade Notation Blue" - Type: 3 Weight: 10 }, { Id: 6344 AegisName: "Muscle_Story" Name: "Muscle Story" - Type: 3 }, { Id: 6345 AegisName: "Love_Ball" Name: "Love Ball" - Type: 3 Trade: { nodrop: true notrade: true @@ -55965,13 +55367,11 @@ item_db: ( Id: 6346 AegisName: "Seagate_Mark" Name: "Seagate Mark" - Type: 3 }, { Id: 6347 AegisName: "Bless_Word_Paper1" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -55987,7 +55387,6 @@ item_db: ( Id: 6348 AegisName: "Bless_Word_Paper2" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56003,7 +55402,6 @@ item_db: ( Id: 6349 AegisName: "Bless_Word_Paper3" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56019,7 +55417,6 @@ item_db: ( Id: 6350 AegisName: "Bless_Word_Paper4" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56035,7 +55432,6 @@ item_db: ( Id: 6351 AegisName: "Bless_Word_Paper5" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56051,7 +55447,6 @@ item_db: ( Id: 6352 AegisName: "Bless_Word_Paper6" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56067,7 +55462,6 @@ item_db: ( Id: 6353 AegisName: "Bless_Word_Paper7" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56083,7 +55477,6 @@ item_db: ( Id: 6354 AegisName: "Bless_Word_Paper8" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56099,7 +55492,6 @@ item_db: ( Id: 6355 AegisName: "Bless_Word_Paper9" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56115,7 +55507,6 @@ item_db: ( Id: 6356 AegisName: "Bless_Word_Paper10" Name: "Bless Word Paper" - Type: 3 Buy: 4020 Trade: { nodrop: true @@ -56131,7 +55522,6 @@ item_db: ( Id: 6357 AegisName: "Fortune_Cookie_Fail" Name: "Fortune Cookie Fail" - Type: 3 Buy: 4020 Weight: 10 Trade: { @@ -56148,7 +55538,6 @@ item_db: ( Id: 6358 AegisName: "Free_Cash_Coupon" Name: "Free Cash Coupon" - Type: 3 Trade: { nodrop: true notrade: true @@ -56164,7 +55553,6 @@ item_db: ( Id: 6359 AegisName: "Guidebook_Exchange" Name: "Guidebook Exchange" - Type: 3 Trade: { nodrop: true notrade: true @@ -56180,7 +55568,6 @@ item_db: ( Id: 6360 AegisName: "Scarlet_Pts" Name: "Scarlet Point" - Type: 3 Buy: 100 Weight: 5 BuyingStore: true @@ -56189,7 +55576,6 @@ item_db: ( Id: 6361 AegisName: "Indigo_Pts" Name: "Indigo Point" - Type: 3 Buy: 100 Weight: 5 BuyingStore: true @@ -56198,7 +55584,6 @@ item_db: ( Id: 6362 AegisName: "Yellow_Wish_Pts" Name: "Yellow Wish Point" - Type: 3 Buy: 100 Weight: 5 BuyingStore: true @@ -56207,7 +55592,6 @@ item_db: ( Id: 6363 AegisName: "Lime_Green_Pts" Name: "Lime Green Point" - Type: 3 Buy: 100 Weight: 5 BuyingStore: true @@ -56216,55 +55600,46 @@ item_db: ( Id: 6369 AegisName: "Amatsu_Bead_A" Name: "Amatsu Bead A" - Type: 3 }, { Id: 6370 AegisName: "Amatsu_Bead_Ma" Name: "Amatsu Bead Ma" - Type: 3 }, { Id: 6371 AegisName: "Amatsu_Bead_Tsu" Name: "Amatsu Bead Tsu" - Type: 3 }, { Id: 6372 AegisName: "Amatsu_Bead_Jam" Name: "Amatsu Bead Jam" - Type: 3 }, { Id: 6373 AegisName: "Amatsu_Bead_Bo" Name: "Amatsu Bead Bo" - Type: 3 }, { Id: 6374 AegisName: "Amatsu_Bead_Ree" Name: "Amatsu Bead Ree" - Type: 3 }, { Id: 6375 AegisName: "Amatsu_Bead_" Name: "Amatsu Bead !" - Type: 3 }, { Id: 6376 AegisName: "KVM_Badge" Name: "KVM Badge" - Type: 3 }, { Id: 6377 AegisName: "Buy_Market_Permit" Name: "Buy Market Permit" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -56280,13 +55655,11 @@ item_db: ( Id: 6378 AegisName: "Winning_Mark" Name: "Winning Mark" - Type: 3 }, { Id: 6379 AegisName: "Card_Coin" Name: "7Star Board" - Type: 3 Buy: 20 Weight: 10 }, @@ -56294,14 +55667,12 @@ item_db: ( Id: 6380 AegisName: "Mora_Coin" Name: "Mora Coin" - Type: 3 Buy: 20 }, { Id: 6381 AegisName: "Field_Shovel" Name: "Field Shovel" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -56310,7 +55681,6 @@ item_db: ( Id: 6382 AegisName: "Urn" Name: "Urn" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -56319,7 +55689,6 @@ item_db: ( Id: 6383 AegisName: "Clue_Of_Lope" Name: "Ropewa Clues" - Type: 3 Buy: 20 Weight: 10 }, @@ -56327,54 +55696,46 @@ item_db: ( Id: 6384 AegisName: "Ring_Of_Lope" Name: "Ring Of Lope" - Type: 3 }, { Id: 6385 AegisName: "Research_Tool_Bag" Name: "Research Tool Bag" - Type: 3 }, { Id: 6386 AegisName: "Bathtub_R_Sample" Name: "Bathtub R Sample" - Type: 3 Buy: 20 }, { Id: 6387 AegisName: "Teeth_Sample" Name: "Teeth Sample" - Type: 3 Buy: 20 }, { Id: 6388 AegisName: "Scale_Sample" Name: "Scale Sample" - Type: 3 Buy: 20 }, { Id: 6389 AegisName: "Puddle_R_Sample" Name: "Pool Sample" - Type: 3 Buy: 20 }, { Id: 6390 AegisName: "Small_Pocket" Name: "Small Pocket" - Type: 3 Buy: 20 }, { Id: 6391 AegisName: "Splendid_Supply_Kit" Name: "Splendid Supply Kit" - Type: 3 Buy: 20 Weight: 2000 }, @@ -56382,7 +55743,6 @@ item_db: ( Id: 6392 AegisName: "Bradium_Box" Name: "Bradium Box" - Type: 3 Buy: 20 Weight: 10 }, @@ -56390,7 +55750,6 @@ item_db: ( Id: 6393 AegisName: "Round_Feather" Name: "Round Feather" - Type: 3 Buy: 700 Weight: 10 BuyingStore: true @@ -56399,7 +55758,6 @@ item_db: ( Id: 6394 AegisName: "Golden_Feather" Name: "Golden Feather" - Type: 3 Buy: 650 Weight: 10 BuyingStore: true @@ -56408,7 +55766,6 @@ item_db: ( Id: 6395 AegisName: "Angel_Magic_Power" Name: "Angel Magic Power" - Type: 3 Buy: 820 Weight: 10 BuyingStore: true @@ -56417,7 +55774,6 @@ item_db: ( Id: 6396 AegisName: "Auger_Of_Spirit" Name: "Auger Of Spirit" - Type: 3 Weight: 10 }, { @@ -56446,7 +55802,6 @@ item_db: ( Id: 6512 AegisName: "Charm_Fire" Name: "Charm Fire" - Type: 3 Buy: 100 Weight: 1 }, @@ -56454,7 +55809,6 @@ item_db: ( Id: 6513 AegisName: "Charm_Ice" Name: "Charm Ice" - Type: 3 Buy: 100 Weight: 1 }, @@ -56462,7 +55816,6 @@ item_db: ( Id: 6514 AegisName: "Charm_Wind" Name: "Charm Wind" - Type: 3 Buy: 100 Weight: 1 }, @@ -56470,7 +55823,6 @@ item_db: ( Id: 6515 AegisName: "Charm_Earth" Name: "Charm Earth" - Type: 3 Buy: 100 Weight: 1 }, @@ -56478,7 +55830,6 @@ item_db: ( Id: 7001 AegisName: "Mould_Powder" Name: "Mould Powder" - Type: 3 Buy: 466 Weight: 10 BuyingStore: true @@ -56487,7 +55838,6 @@ item_db: ( Id: 7002 AegisName: "Ogre_Tooth" Name: "Ogre Tooth" - Type: 3 Buy: 658 Weight: 10 BuyingStore: true @@ -56496,7 +55846,6 @@ item_db: ( Id: 7003 AegisName: "Anolian_Skin" Name: "Anolian Skin" - Type: 3 Buy: 968 Weight: 10 BuyingStore: true @@ -56505,7 +55854,6 @@ item_db: ( Id: 7004 AegisName: "Mud_Lump" Name: "Mud Lump" - Type: 3 Buy: 876 Weight: 10 BuyingStore: true @@ -56514,7 +55862,6 @@ item_db: ( Id: 7005 AegisName: "Skull" Name: "Skull" - Type: 3 Buy: 1044 Weight: 10 BuyingStore: true @@ -56523,7 +55870,6 @@ item_db: ( Id: 7006 AegisName: "Wing_Of_Red_Bat" Name: "Wing of Red Bat" - Type: 3 Buy: 168 Weight: 10 BuyingStore: true @@ -56532,7 +55878,6 @@ item_db: ( Id: 7007 AegisName: "Claw_Of_Rat" Name: "Claw of Rat" - Type: 3 Buy: 748 Weight: 10 BuyingStore: true @@ -56541,7 +55886,6 @@ item_db: ( Id: 7008 AegisName: "Stiff_Horn" Name: "Stiff Horn" - Type: 3 Buy: 636 Weight: 10 BuyingStore: true @@ -56550,7 +55894,6 @@ item_db: ( Id: 7009 AegisName: "Glitter_Shell" Name: "Glitter Shell" - Type: 3 Buy: 528 Weight: 10 BuyingStore: true @@ -56559,7 +55902,6 @@ item_db: ( Id: 7010 AegisName: "Tail_Of_Steel_Scorpion" Name: "Tail of Steel Scorpion" - Type: 3 Buy: 548 Weight: 10 BuyingStore: true @@ -56568,7 +55910,6 @@ item_db: ( Id: 7011 AegisName: "Claw_Of_Monkey" Name: "Claw of Monkey" - Type: 3 Buy: 466 Weight: 10 BuyingStore: true @@ -56577,7 +55918,6 @@ item_db: ( Id: 7012 AegisName: "Tough_Scalelike_Stem" Name: "Tough Scalelike Stem" - Type: 3 Buy: 412 Weight: 10 BuyingStore: true @@ -56586,7 +55926,6 @@ item_db: ( Id: 7013 AegisName: "Coral_Reef" Name: "Coral Reef" - Type: 3 Buy: 772 Weight: 10 BuyingStore: true @@ -56595,7 +55934,6 @@ item_db: ( Id: 7014 AegisName: "Old_Portrait" Name: "Old Portrait" - Type: 3 Buy: 1500 Weight: 100 BuyingStore: true @@ -56604,7 +55942,6 @@ item_db: ( Id: 7015 AegisName: "Bookclip_In_Memory" Name: "Bookclip in Memory" - Type: 3 Buy: 3000 Weight: 20 BuyingStore: true @@ -56613,7 +55950,6 @@ item_db: ( Id: 7016 AegisName: "Spoon_Stub" Name: "Spoon Stub" - Type: 3 Buy: 2500 Weight: 20 BuyingStore: true @@ -56622,7 +55958,6 @@ item_db: ( Id: 7017 AegisName: "Executioners_Mitten" Name: "Executioner's Mitten" - Type: 3 Buy: 4500 Weight: 30 BuyingStore: true @@ -56631,7 +55966,6 @@ item_db: ( Id: 7018 AegisName: "Young_Twig" Name: "Young Twig" - Type: 3 Buy: 50 Weight: 10 BuyingStore: true @@ -56640,7 +55974,6 @@ item_db: ( Id: 7019 AegisName: "Lokis_Whispers" Name: "Loki's Whispers" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -56649,7 +55982,6 @@ item_db: ( Id: 7020 AegisName: "Mothers_Nightmare" Name: "Mother's Nightmare" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -56658,7 +55990,6 @@ item_db: ( Id: 7021 AegisName: "Foolishness_Of_Blind" Name: "Foolishness of the Blind" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -56667,7 +55998,6 @@ item_db: ( Id: 7022 AegisName: "Old_Hilt" Name: "Old Hilt" - Type: 3 Buy: 150 Weight: 30 BuyingStore: true @@ -56676,7 +56006,6 @@ item_db: ( Id: 7023 AegisName: "Blade_Lost_In_Darkness" Name: "Blade Lost in Darkness" - Type: 3 Buy: 12000 Weight: 40 BuyingStore: true @@ -56685,7 +56014,6 @@ item_db: ( Id: 7024 AegisName: "Bloody_Edge" Name: "Bloody Edge" - Type: 3 Buy: 10000 Weight: 40 BuyingStore: true @@ -56694,7 +56022,6 @@ item_db: ( Id: 7025 AegisName: "Lucifers_Lament" Name: "Lucifer's Lament" - Type: 3 Buy: 30000 Weight: 50 Trade: { @@ -56711,7 +56038,6 @@ item_db: ( Id: 7026 AegisName: "Key_Of_Clock_Tower" Name: "Key of Clock Tower" - Type: 3 Buy: 100 Weight: 30 BuyingStore: true @@ -56720,7 +56046,6 @@ item_db: ( Id: 7027 AegisName: "Underground_Key" Name: "Key of Underground" - Type: 3 Buy: 100 Weight: 30 BuyingStore: true @@ -56729,19 +56054,16 @@ item_db: ( Id: 7028 AegisName: "Invite_For_Duel" Name: "Invite for Duel" - Type: 3 }, { Id: 7029 AegisName: "Admission_For_Duel" Name: "Admission for Duel" - Type: 3 }, { Id: 7030 AegisName: "Claw_Of_Desert_Wolf" Name: "Claw of Desert Wolf" - Type: 3 Buy: 208 Weight: 10 BuyingStore: true @@ -56750,7 +56072,6 @@ item_db: ( Id: 7031 AegisName: "Old_Frying_Pan" Name: "Old Frying Pan" - Type: 3 Buy: 196 Weight: 10 BuyingStore: true @@ -56759,7 +56080,6 @@ item_db: ( Id: 7032 AegisName: "Piece_Of_Egg_Shell" Name: "Piece of Egg Shell" - Type: 3 Buy: 168 Weight: 10 BuyingStore: true @@ -56768,7 +56088,6 @@ item_db: ( Id: 7033 AegisName: "Poison_Spore" Name: "Poison Spore" - Type: 3 Buy: 114 Weight: 10 BuyingStore: true @@ -56777,7 +56096,6 @@ item_db: ( Id: 7034 AegisName: "Red_Socks_With_Holes" Name: "Red Stocking" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -56786,7 +56104,6 @@ item_db: ( Id: 7035 AegisName: "Matchstick" Name: "Matchstick" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -56795,7 +56112,6 @@ item_db: ( Id: 7036 AegisName: "Fang_Of_Garm" Name: "Fang of Hatii" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -56804,7 +56120,6 @@ item_db: ( Id: 7037 AegisName: "Trade_Coupon" Name: "Coupon" - Type: 3 Buy: 100 Weight: 10 }, @@ -56812,7 +56127,6 @@ item_db: ( Id: 7038 AegisName: "Yarn" Name: "Yarn" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -56821,14 +56135,12 @@ item_db: ( Id: 7039 AegisName: "Novice_Nametag" Name: "Newbie Tag" - Type: 3 Weight: 10 }, { Id: 7040 AegisName: "Megaphone" Name: "Megaphone" - Type: 3 Buy: 1 Weight: 10 }, @@ -56836,7 +56148,6 @@ item_db: ( Id: 7041 AegisName: "Fine_Grit" Name: "Fine Grit" - Type: 3 Buy: 120 Weight: 10 BuyingStore: true @@ -56845,7 +56156,6 @@ item_db: ( Id: 7042 AegisName: "Leather_Bag_Of_Infinity" Name: "Leather Bag of Infinity" - Type: 3 Buy: 1 Weight: 10 }, @@ -56853,7 +56163,6 @@ item_db: ( Id: 7043 AegisName: "Fine_Sand" Name: "Fine Sand" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -56862,7 +56171,6 @@ item_db: ( Id: 7044 AegisName: "Vigorgra" Name: "Vigorgra" - Type: 3 Buy: 1 Weight: 10 }, @@ -56870,7 +56178,6 @@ item_db: ( Id: 7045 AegisName: "Magic_Paint" Name: "Magic Paint" - Type: 3 Buy: 1 Weight: 10 }, @@ -56878,7 +56185,6 @@ item_db: ( Id: 7046 AegisName: "Cart_Parts" Name: "Cart Parts" - Type: 3 Buy: 1 Weight: 10 }, @@ -56886,7 +56192,6 @@ item_db: ( Id: 7047 AegisName: "Alices_Apron" Name: "Alice's Apron" - Type: 3 Buy: 2424 Weight: 10 BuyingStore: true @@ -56895,7 +56200,6 @@ item_db: ( Id: 7048 AegisName: "Talon_Of_Griffin" Name: "Talon of Griffon" - Type: 3 Buy: 5418 Weight: 10 BuyingStore: true @@ -56904,7 +56208,6 @@ item_db: ( Id: 7049 AegisName: "Stone" Name: "Stone" - Type: 3 Weight: 30 BuyingStore: true }, @@ -56912,7 +56215,6 @@ item_db: ( Id: 7050 AegisName: "Cotton_Mat" Name: "Cotton Mat" - Type: 3 Buy: 100 Weight: 10 }, @@ -56920,7 +56222,6 @@ item_db: ( Id: 7051 AegisName: "Silk_Mat" Name: "Silk Mat" - Type: 3 Buy: 100 Weight: 10 }, @@ -56928,7 +56229,6 @@ item_db: ( Id: 7052 AegisName: "Old_Magazine" Name: "Old Papers" - Type: 3 Buy: 100 Weight: 10 }, @@ -56936,7 +56236,6 @@ item_db: ( Id: 7053 AegisName: "Cyfar" Name: "Cyfar" - Type: 3 Buy: 772 Weight: 10 BuyingStore: true @@ -56945,7 +56244,6 @@ item_db: ( Id: 7054 AegisName: "Brigan" Name: "Brigan" - Type: 3 Buy: 746 Weight: 10 BuyingStore: true @@ -56954,7 +56252,6 @@ item_db: ( Id: 7055 AegisName: "Animal_Pooopoo" Name: "Animal Poop" - Type: 3 Buy: 100 Weight: 50 BuyingStore: true @@ -56963,7 +56260,6 @@ item_db: ( Id: 7056 AegisName: "Payroll_Of_Kafra" Name: "Payment Statement for Kafra Employee" - Type: 3 Buy: 1 Weight: 50 BuyingStore: true @@ -56972,7 +56268,6 @@ item_db: ( Id: 7057 AegisName: "Gallar_Horn" Name: "Gjallar" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -56981,7 +56276,6 @@ item_db: ( Id: 7058 AegisName: "Gullraifnir" Name: "Gleipnir" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -56990,28 +56284,24 @@ item_db: ( Id: 7059 AegisName: "Cargo_Free_Ticket" Name: "Free Ticket for Kafra Storage" - Type: 3 Buy: 1 }, { Id: 7060 AegisName: "Warp_Free_Ticket" Name: "Free Ticket for Kafra Transportation" - Type: 3 Buy: 1 }, { Id: 7061 AegisName: "Cart_Free_Ticket" Name: "Free Ticket for the Cart Service" - Type: 3 Buy: 1 }, { Id: 7062 AegisName: "Turtle_Shell_" Name: "Broken Turtle Shell" - Type: 3 Buy: 280 Weight: 10 }, @@ -57019,7 +56309,6 @@ item_db: ( Id: 7063 AegisName: "Soft_Feather" Name: "Soft Feather" - Type: 3 Buy: 280 Weight: 10 BuyingStore: true @@ -57028,7 +56317,6 @@ item_db: ( Id: 7064 AegisName: "Dragon_Fly_Wing" Name: "Wing of Dragonfly" - Type: 3 Buy: 520 Weight: 10 BuyingStore: true @@ -57037,7 +56325,6 @@ item_db: ( Id: 7065 AegisName: "Sea_Otter_Leather" Name: "Sea-Otter Fur" - Type: 3 Buy: 820 Weight: 10 BuyingStore: true @@ -57046,7 +56333,6 @@ item_db: ( Id: 7066 AegisName: "Ice_Piece" Name: "Ice Cubic" - Type: 3 Buy: 660 Weight: 10 BuyingStore: true @@ -57055,7 +56341,6 @@ item_db: ( Id: 7067 AegisName: "Stone_Piece" Name: "Stone Fragment" - Type: 3 Buy: 640 Weight: 10 BuyingStore: true @@ -57064,7 +56349,6 @@ item_db: ( Id: 7068 AegisName: "Burn_Tree" Name: "Burnt Tree" - Type: 3 Buy: 722 Weight: 10 BuyingStore: true @@ -57073,7 +56357,6 @@ item_db: ( Id: 7069 AegisName: "Broken_Armor_Piece" Name: "Destroyed Armor" - Type: 3 Buy: 1042 Weight: 10 BuyingStore: true @@ -57082,7 +56365,6 @@ item_db: ( Id: 7070 AegisName: "Broken_Shell" Name: "Broken Shell" - Type: 3 Buy: 900 Weight: 10 BuyingStore: true @@ -57091,7 +56373,6 @@ item_db: ( Id: 7071 AegisName: "Tatters_Clothes" Name: "Tattered Clothes" - Type: 3 Buy: 1280 Weight: 10 BuyingStore: true @@ -57100,7 +56381,6 @@ item_db: ( Id: 7072 AegisName: "Rust_Suriken" Name: "Old Shuriken" - Type: 3 Buy: 1780 Weight: 10 BuyingStore: true @@ -57109,7 +56389,6 @@ item_db: ( Id: 7073 AegisName: "Jewel_Of_Prayer" Name: "Freya's Jewel" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57118,7 +56397,6 @@ item_db: ( Id: 7074 AegisName: "Iron_Glove" Name: "Thor's Gauntlets" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57127,7 +56405,6 @@ item_db: ( Id: 7075 AegisName: "Iron_Maiden" Name: "Iron Maiden" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57136,7 +56413,6 @@ item_db: ( Id: 7076 AegisName: "Mystery_Wheel" Name: "Wheel of the Unknown" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57145,7 +56421,6 @@ item_db: ( Id: 7077 AegisName: "Silver_Fancy" Name: "Silver Ornament" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57154,7 +56429,6 @@ item_db: ( Id: 7078 AegisName: "Anger_Of_Valkurye" Name: "Wrath of Valkyrie" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57163,7 +56437,6 @@ item_db: ( Id: 7079 AegisName: "Feather_Of_Angel" Name: "Feather of Angel Wing" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57172,7 +56445,6 @@ item_db: ( Id: 7080 AegisName: "Foot_Step_Of_Cat" Name: "Cat Tread" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57181,7 +56453,6 @@ item_db: ( Id: 7081 AegisName: "Beard_Of_Women" Name: "Woman's Moustache" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57190,7 +56461,6 @@ item_db: ( Id: 7082 AegisName: "Root_Of_Stone" Name: "Root of Stone" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57199,7 +56469,6 @@ item_db: ( Id: 7083 AegisName: "Soul_Of_Fish" Name: "Spirit of Fish" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57208,7 +56477,6 @@ item_db: ( Id: 7084 AegisName: "Saliva_Of_Bird" Name: "Sputum of Bird" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57217,7 +56485,6 @@ item_db: ( Id: 7085 AegisName: "Tendon_Of_Bear" Name: "Sinew of Bear" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57226,7 +56493,6 @@ item_db: ( Id: 7086 AegisName: "Symbol_Of_Sun" Name: "Emblem of the Sun God" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57235,7 +56501,6 @@ item_db: ( Id: 7087 AegisName: "Breath_Of_Soul" Name: "Breath of Spirit" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57244,7 +56509,6 @@ item_db: ( Id: 7088 AegisName: "Crystal_Of_Snow" Name: "Snow Crystal" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57253,7 +56517,6 @@ item_db: ( Id: 7089 AegisName: "Indication_Of_Tempest" Name: "Omen of Tempest" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57262,7 +56525,6 @@ item_db: ( Id: 7090 AegisName: "Slilince_Wave" Name: "Ripple" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57271,7 +56533,6 @@ item_db: ( Id: 7091 AegisName: "Rough_Billows" Name: "Billow" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57280,7 +56541,6 @@ item_db: ( Id: 7092 AegisName: "Air_Stream" Name: "Drifting Air" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -57289,7 +56549,6 @@ item_db: ( Id: 7093 AegisName: "Wheel" Name: "Cogwheel" - Type: 3 Buy: 1512 Weight: 10 BuyingStore: true @@ -57298,7 +56557,6 @@ item_db: ( Id: 7094 AegisName: "Mystery_Piece" Name: "Fragment" - Type: 3 Buy: 1344 Weight: 10 BuyingStore: true @@ -57307,7 +56565,6 @@ item_db: ( Id: 7095 AegisName: "Broken_Steel_Piece" Name: "Metal Fragment" - Type: 3 Buy: 1075 Weight: 10 BuyingStore: true @@ -57316,7 +56573,6 @@ item_db: ( Id: 7096 AegisName: "Cold_Magma" Name: "Lava" - Type: 3 Buy: 1109 Weight: 10 BuyingStore: true @@ -57325,7 +56581,6 @@ item_db: ( Id: 7097 AegisName: "Burning_Heart" Name: "Burning Heart" - Type: 3 Buy: 924 Weight: 10 BuyingStore: true @@ -57334,7 +56589,6 @@ item_db: ( Id: 7098 AegisName: "Live_Coal" Name: "Live Coal" - Type: 3 Buy: 638 Weight: 10 BuyingStore: true @@ -57343,7 +56597,6 @@ item_db: ( Id: 7099 AegisName: "Old_Magic_Circle" Name: "Worn-out Magic Scroll" - Type: 3 Buy: 773 Weight: 10 BuyingStore: true @@ -57352,7 +56605,6 @@ item_db: ( Id: 7100 AegisName: "Sharp_Leaf" Name: "Sharp Leaf" - Type: 3 Buy: 806 Weight: 10 BuyingStore: true @@ -57361,7 +56613,6 @@ item_db: ( Id: 7101 AegisName: "Peco_Wing_Feather" Name: "Peco Peco Feather" - Type: 3 Buy: 454 Weight: 10 BuyingStore: true @@ -57370,7 +56621,6 @@ item_db: ( Id: 7102 AegisName: "Hideous_Dream" Name: "Nightmare" - Type: 3 Buy: 1075 Weight: 10 BuyingStore: true @@ -57379,7 +56629,6 @@ item_db: ( Id: 7103 AegisName: "Unknown_Liquid_Bottle" Name: "Unknown Liquid Bottle" - Type: 3 Buy: 10 Weight: 10 BuyingStore: true @@ -57388,7 +56637,6 @@ item_db: ( Id: 7104 AegisName: "Fake_Angel_Wing" Name: "False Angel Wing" - Type: 3 Buy: 756 Weight: 10 BuyingStore: true @@ -57397,7 +56645,6 @@ item_db: ( Id: 7105 AegisName: "Fake_Angel_Loop" Name: "False Heaven Ring" - Type: 3 Buy: 924 Weight: 10 BuyingStore: true @@ -57406,7 +56653,6 @@ item_db: ( Id: 7106 AegisName: "Goats_Horn" Name: "Antelope Horn" - Type: 3 Buy: 672 Weight: 10 BuyingStore: true @@ -57415,7 +56661,6 @@ item_db: ( Id: 7107 AegisName: "Gaoats_Skin" Name: "Antelope Skin" - Type: 3 Buy: 756 Weight: 10 BuyingStore: true @@ -57424,7 +56669,6 @@ item_db: ( Id: 7108 AegisName: "Boroken_Shiled_Piece" Name: "Piece of Shield" - Type: 3 Buy: 1680 Weight: 10 BuyingStore: true @@ -57433,7 +56677,6 @@ item_db: ( Id: 7109 AegisName: "Shine_Spear_Blade" Name: "Shining Spear Blade" - Type: 3 Buy: 840 Weight: 10 BuyingStore: true @@ -57442,7 +56685,6 @@ item_db: ( Id: 7110 AegisName: "Vroken_Sword" Name: "Broken Sword" - Type: 3 Buy: 588 Weight: 10 BuyingStore: true @@ -57451,7 +56693,6 @@ item_db: ( Id: 7111 AegisName: "Smooth_Paper" Name: "Slick Paper" - Type: 3 Buy: 706 Weight: 10 BuyingStore: true @@ -57460,7 +56701,6 @@ item_db: ( Id: 7112 AegisName: "Fright_Paper_Blade" Name: "Sharp Paper" - Type: 3 Buy: 907 Weight: 10 BuyingStore: true @@ -57469,7 +56709,6 @@ item_db: ( Id: 7113 AegisName: "Broken_Pharaoh_Symbol" Name: "Broken Pharaoh Emblem" - Type: 3 Buy: 2016 Weight: 10 BuyingStore: true @@ -57478,7 +56717,6 @@ item_db: ( Id: 7114 AegisName: "Tutankhamens_Mask" Name: "Masque of Tutankhamen" - Type: 3 Buy: 10 Weight: 10 BuyingStore: true @@ -57487,7 +56725,6 @@ item_db: ( Id: 7115 AegisName: "Harpys_Feather" Name: "Harpy Feather" - Type: 3 Buy: 1142 Weight: 10 BuyingStore: true @@ -57496,7 +56733,6 @@ item_db: ( Id: 7116 AegisName: "Harpys_Claw" Name: "Harpy Talon" - Type: 3 Buy: 1210 Weight: 10 BuyingStore: true @@ -57505,7 +56741,6 @@ item_db: ( Id: 7117 AegisName: "Rent_Spell_Book" Name: "Torn Magic Book" - Type: 3 Buy: 1142 Weight: 10 BuyingStore: true @@ -57514,7 +56749,6 @@ item_db: ( Id: 7118 AegisName: "Rent_Scroll" Name: "Torn Scroll" - Type: 3 Buy: 1361 Weight: 10 BuyingStore: true @@ -57523,7 +56757,6 @@ item_db: ( Id: 7119 AegisName: "Spawns" Name: "Bacillus" - Type: 3 Buy: 1025 Weight: 10 BuyingStore: true @@ -57532,7 +56765,6 @@ item_db: ( Id: 7120 AegisName: "Burning_Horse_Shoe" Name: "Burning Horseshoe" - Type: 3 Buy: 823 Weight: 10 BuyingStore: true @@ -57541,7 +56773,6 @@ item_db: ( Id: 7121 AegisName: "Honey_Jar" Name: "Honey Pot" - Type: 3 Buy: 622 Weight: 10 BuyingStore: true @@ -57550,7 +56781,6 @@ item_db: ( Id: 7122 AegisName: "Hot_Hair" Name: "Burning Hair" - Type: 3 Buy: 974 Weight: 10 BuyingStore: true @@ -57559,7 +56789,6 @@ item_db: ( Id: 7123 AegisName: "Dragons_Skin" Name: "Dragon Skin" - Type: 3 Buy: 1025 Weight: 10 BuyingStore: true @@ -57568,7 +56797,6 @@ item_db: ( Id: 7124 AegisName: "Sand_Lump" Name: "Sand Clump" - Type: 3 Buy: 706 Weight: 10 BuyingStore: true @@ -57577,7 +56805,6 @@ item_db: ( Id: 7125 AegisName: "Scropions_Nipper" Name: "Scorpion Claw" - Type: 3 Buy: 706 Weight: 10 BuyingStore: true @@ -57586,7 +56813,6 @@ item_db: ( Id: 7126 AegisName: "Large_Jellopy" Name: "Large Jellopy" - Type: 3 Buy: 840 Weight: 10 BuyingStore: true @@ -57595,7 +56821,6 @@ item_db: ( Id: 7127 AegisName: "Alcol_Create_Book" Name: "Alcohol Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57604,7 +56829,6 @@ item_db: ( Id: 7128 AegisName: "FireBottle_Create_Book" Name: "Bottle Grenade Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57613,7 +56837,6 @@ item_db: ( Id: 7129 AegisName: "Acid_Create_Book" Name: "Acid Bottle Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57622,7 +56845,6 @@ item_db: ( Id: 7130 AegisName: "Plant_Create_Book" Name: "Plant Bottle Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57631,7 +56853,6 @@ item_db: ( Id: 7131 AegisName: "Mine_Create_Book" Name: "Marine Sphere Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57640,7 +56861,6 @@ item_db: ( Id: 7132 AegisName: "Coating_Create_Book" Name: "Glistening Coat Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57649,7 +56869,6 @@ item_db: ( Id: 7133 AegisName: "Slim_Potion_Create_Book" Name: "Condensed Potion Creation Guide" - Type: 3 Buy: 240000 Weight: 10 BuyingStore: true @@ -57658,7 +56877,6 @@ item_db: ( Id: 7134 AegisName: "Medicine_Bowl" Name: "Medicine Bowl" - Type: 3 Buy: 8 Weight: 10 BuyingStore: true @@ -57667,7 +56885,6 @@ item_db: ( Id: 7135 AegisName: "Fire_Bottle" Name: "Bottle Grenade" - Type: 3 Buy: 200 Weight: 10 }, @@ -57675,7 +56892,6 @@ item_db: ( Id: 7136 AegisName: "Acid_Bottle" Name: "Acid Bottle" - Type: 3 Buy: 200 Weight: 10 }, @@ -57683,7 +56899,6 @@ item_db: ( Id: 7137 AegisName: "MenEater_Plant_Bottle" Name: "Plant Bottle" - Type: 3 Buy: 200 Weight: 10 }, @@ -57691,7 +56906,6 @@ item_db: ( Id: 7138 AegisName: "Mini_Bottle" Name: "Marine Sphere Bottle" - Type: 3 Buy: 200 Weight: 10 }, @@ -57699,7 +56913,6 @@ item_db: ( Id: 7139 AegisName: "Coating_Bottle" Name: "Glistening Coat" - Type: 3 Buy: 200 Weight: 10 }, @@ -57707,7 +56920,6 @@ item_db: ( Id: 7140 AegisName: "Seed_Of_Life" Name: "Seed of Life" - Type: 3 Buy: 60000 Weight: 10 BuyingStore: true @@ -57716,7 +56928,6 @@ item_db: ( Id: 7141 AegisName: "Yggdrasilberry_Dew" Name: "Morning Dew of Yggdrasil" - Type: 3 Buy: 20000 Weight: 10 BuyingStore: true @@ -57725,7 +56936,6 @@ item_db: ( Id: 7142 AegisName: "Germination_Breed" Name: "Embryo" - Type: 3 Buy: 10 Weight: 10 }, @@ -57733,7 +56943,6 @@ item_db: ( Id: 7143 AegisName: "Life_Force_Pot" Name: "Glass Tube" - Type: 3 Buy: 5000 Weight: 10 BuyingStore: true @@ -57742,7 +56951,6 @@ item_db: ( Id: 7144 AegisName: "Normal_Potion_Book" Name: "Potion Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -57751,7 +56959,6 @@ item_db: ( Id: 7145 AegisName: "Rag_T_Shirts" Name: "Ragnarok T-shirt" - Type: 3 Buy: 1 Weight: 10 }, @@ -57759,7 +56966,6 @@ item_db: ( Id: 7146 AegisName: "Vacance_Ticket" Name: "Vacation Ticket" - Type: 3 Buy: 1 Weight: 10 }, @@ -57767,7 +56973,6 @@ item_db: ( Id: 7147 AegisName: "Jasmin" Name: "Jasmine" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -57776,7 +56981,6 @@ item_db: ( Id: 7148 AegisName: "Mother_Letter" Name: "Mother's Letter" - Type: 3 Buy: 1 Weight: 10 }, @@ -57784,7 +56988,6 @@ item_db: ( Id: 7149 AegisName: "Yellow_Plate" Name: "Yellow Plate" - Type: 3 Buy: 220 Weight: 10 BuyingStore: true @@ -57793,7 +56996,6 @@ item_db: ( Id: 7150 AegisName: "Bamboo_Cut" Name: "Piece of Bamboo" - Type: 3 Buy: 310 Weight: 10 BuyingStore: true @@ -57802,7 +57004,6 @@ item_db: ( Id: 7151 AegisName: "Oil_Paper" Name: "Oil Paper" - Type: 3 Buy: 210 Weight: 10 BuyingStore: true @@ -57811,7 +57012,6 @@ item_db: ( Id: 7152 AegisName: "Glossy_Hair" Name: "Glossy Hair" - Type: 3 Buy: 340 Weight: 10 BuyingStore: true @@ -57820,7 +57020,6 @@ item_db: ( Id: 7153 AegisName: "Old_Japaness_Clothes" Name: "Worn-out Kimono" - Type: 3 Buy: 590 Weight: 10 BuyingStore: true @@ -57829,7 +57028,6 @@ item_db: ( Id: 7154 AegisName: "Poison_Powder" Name: "Poisonous Powder" - Type: 3 Buy: 160 Weight: 10 BuyingStore: true @@ -57838,7 +57036,6 @@ item_db: ( Id: 7155 AegisName: "Poison_Toads_Skin" Name: "Poisonous Toad Skin" - Type: 3 Buy: 280 Weight: 10 BuyingStore: true @@ -57847,7 +57044,6 @@ item_db: ( Id: 7156 AegisName: "Broken_Shuriken" Name: "Broken Shuriken" - Type: 3 Buy: 470 Weight: 10 BuyingStore: true @@ -57856,7 +57052,6 @@ item_db: ( Id: 7157 AegisName: "Black_Mask" Name: "Dark Mask" - Type: 3 Buy: 315 Weight: 10 BuyingStore: true @@ -57865,7 +57060,6 @@ item_db: ( Id: 7158 AegisName: "Broken_Wine_Vessel" Name: "Broken Liquor Jar" - Type: 3 Buy: 160 Weight: 10 BuyingStore: true @@ -57874,7 +57068,6 @@ item_db: ( Id: 7159 AegisName: "Tengus_Nose" Name: "Tengu Nose" - Type: 3 Buy: 400 Weight: 10 BuyingStore: true @@ -57883,7 +57076,6 @@ item_db: ( Id: 7160 AegisName: "Lords_Passable_Ticket" Name: "Feudal Lord Permit" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -57892,7 +57084,6 @@ item_db: ( Id: 7161 AegisName: "Black_Bears_Skin" Name: "Black Bear Skin" - Type: 3 Buy: 384 Weight: 10 BuyingStore: true @@ -57901,7 +57092,6 @@ item_db: ( Id: 7162 AegisName: "Cloud_Piece" Name: "Cloud Crumb" - Type: 3 Buy: 390 Weight: 10 BuyingStore: true @@ -57910,7 +57100,6 @@ item_db: ( Id: 7163 AegisName: "Sharp_Feeler" Name: "Hard Feeler" - Type: 3 Buy: 570 Weight: 10 BuyingStore: true @@ -57919,7 +57108,6 @@ item_db: ( Id: 7164 AegisName: "Hard_Peach" Name: "Solid Peach" - Type: 3 Buy: 400 Weight: 10 BuyingStore: true @@ -57928,7 +57116,6 @@ item_db: ( Id: 7165 AegisName: "Limpid_Celestial_Robe" Name: "Transparent Celestial Robe" - Type: 3 Buy: 650 Weight: 10 BuyingStore: true @@ -57937,7 +57124,6 @@ item_db: ( Id: 7166 AegisName: "Soft_Silk_Cloth" Name: "Soft Silk" - Type: 3 Buy: 1200 Weight: 10 BuyingStore: true @@ -57946,7 +57132,6 @@ item_db: ( Id: 7167 AegisName: "Mystery_Iron_Bit" Name: "Strange Steel Piece" - Type: 3 Buy: 430 Weight: 10 BuyingStore: true @@ -57955,7 +57140,6 @@ item_db: ( Id: 7168 AegisName: "Great_Wing" Name: "Giant Butterfly Wing" - Type: 3 Buy: 614 Weight: 10 BuyingStore: true @@ -57964,7 +57148,6 @@ item_db: ( Id: 7169 AegisName: "Taegeuk_Plate" Name: "Ba Gua" - Type: 3 Buy: 2800 Weight: 10 BuyingStore: true @@ -57973,7 +57156,6 @@ item_db: ( Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" - Type: 3 Buy: 43000 Weight: 10 BuyingStore: true @@ -57982,7 +57164,6 @@ item_db: ( Id: 7171 AegisName: "Leopard_Skin" Name: "Leopard Skin" - Type: 3 Buy: 282 Weight: 10 BuyingStore: true @@ -57991,7 +57172,6 @@ item_db: ( Id: 7172 AegisName: "Leopard_Talon" Name: "Leopard Claw" - Type: 3 Buy: 290 Weight: 10 BuyingStore: true @@ -58000,14 +57180,12 @@ item_db: ( Id: 7173 AegisName: "BurnBuster_Bag" Name: "iROGM02's Backpack" - Type: 3 Weight: 10 }, { Id: 7174 AegisName: "Packing_Ribbon" Name: "Wrapping Lace" - Type: 3 Weight: 10 BuyingStore: true }, @@ -58015,7 +57193,6 @@ item_db: ( Id: 7175 AegisName: "Packing_Paper" Name: "Wrapping Paper" - Type: 3 Weight: 10 BuyingStore: true }, @@ -58023,14 +57200,12 @@ item_db: ( Id: 7176 AegisName: "XMAS_Coupon" Name: "Royal Certificate" - Type: 3 Weight: 10 }, { Id: 7177 AegisName: "Part_Of_Stars_Sob" Name: "Crumb of Sobbing Starlight" - Type: 3 Trade: { nodrop: true notrade: true @@ -58046,7 +57221,6 @@ item_db: ( Id: 7178 AegisName: "Stars_Sob" Name: "Sobbing Starlight" - Type: 3 Trade: { nodrop: true notrade: true @@ -58062,28 +57236,24 @@ item_db: ( Id: 7179 AegisName: "Donation_Card" Name: "Proof of Donation" - Type: 3 Weight: 10 }, { Id: 7180 AegisName: "Introduction_Of_Mr_Han" Name: "Hahn Sukbong's Recommendation" - Type: 3 Weight: 10 }, { Id: 7181 AegisName: "Receipt_01" Name: "Receipt" - Type: 3 Weight: 10 }, { Id: 7182 AegisName: "Cacao" Name: "Cacao" - Type: 3 Buy: 200 Weight: 20 BuyingStore: true @@ -58092,28 +57262,24 @@ item_db: ( Id: 7183 AegisName: "Sister_Letter" Name: "Letter from Sister" - Type: 3 Weight: 10 }, { Id: 7184 AegisName: "Piano_Keyboard" Name: "Piano Key" - Type: 3 Weight: 10 }, { Id: 7185 AegisName: "Quiz_Ticket" Name: "Quiz Entry" - Type: 3 Weight: 10 }, { Id: 7186 AegisName: "Thin_Stem" Name: "Thin Trunk" - Type: 3 Buy: 380 Weight: 10 BuyingStore: true @@ -58122,7 +57288,6 @@ item_db: ( Id: 7187 AegisName: "Festival_Mask" Name: "Festival Mask" - Type: 3 Buy: 100 Weight: 10 BuyingStore: true @@ -58131,7 +57296,6 @@ item_db: ( Id: 7188 AegisName: "Browny_Root" Name: "Brown Root" - Type: 3 Buy: 560 Weight: 10 BuyingStore: true @@ -58140,7 +57304,6 @@ item_db: ( Id: 7189 AegisName: "Heart_Of_Tree" Name: "Wooden Heart" - Type: 3 Buy: 680 Weight: 10 BuyingStore: true @@ -58149,7 +57312,6 @@ item_db: ( Id: 7190 AegisName: "Solid_Peeling" Name: "Solid Husk" - Type: 3 Buy: 140 Weight: 10 BuyingStore: true @@ -58158,7 +57320,6 @@ item_db: ( Id: 7191 AegisName: "Lamplight" Name: "Lamp" - Type: 3 Weight: 10 BuyingStore: true }, @@ -58166,7 +57327,6 @@ item_db: ( Id: 7192 AegisName: "Blade_Of_Pinwheel" Name: "Vane" - Type: 3 Buy: 160 Weight: 10 BuyingStore: true @@ -58175,7 +57335,6 @@ item_db: ( Id: 7193 AegisName: "Germinating_Sprout" Name: "Sprout" - Type: 3 Buy: 230 Weight: 10 BuyingStore: true @@ -58184,7 +57343,6 @@ item_db: ( Id: 7194 AegisName: "Soft_Leaf" Name: "Soft Blade of Grass" - Type: 3 Buy: 400 Weight: 10 BuyingStore: true @@ -58193,7 +57351,6 @@ item_db: ( Id: 7195 AegisName: "Air_Rifle" Name: "Slingshot" - Type: 3 Buy: 210 Weight: 10 BuyingStore: true @@ -58202,7 +57359,6 @@ item_db: ( Id: 7196 AegisName: "Shoulder_Protection" Name: "Shoulder Protector" - Type: 3 Buy: 230 Weight: 10 BuyingStore: true @@ -58211,7 +57367,6 @@ item_db: ( Id: 7197 AegisName: "Tough_Vines" Name: "Tough Vines" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -58220,7 +57375,6 @@ item_db: ( Id: 7198 AegisName: "Great_Leaf" Name: "Huge Leaf" - Type: 3 Buy: 610 Weight: 10 BuyingStore: true @@ -58229,7 +57383,6 @@ item_db: ( Id: 7199 AegisName: "Coupon" Name: "Coupon" - Type: 3 Weight: 10 BuyingStore: true }, @@ -58237,7 +57390,6 @@ item_db: ( Id: 7200 AegisName: "Flexible_String" Name: "Elastic Band" - Type: 3 Buy: 380 Weight: 10 BuyingStore: true @@ -58246,7 +57398,6 @@ item_db: ( Id: 7201 AegisName: "Log" Name: "Log" - Type: 3 Buy: 250 Weight: 10 BuyingStore: true @@ -58255,7 +57406,6 @@ item_db: ( Id: 7202 AegisName: "Beetle_Nipper" Name: "Pincher of Beetle" - Type: 3 Buy: 290 Weight: 10 BuyingStore: true @@ -58264,7 +57414,6 @@ item_db: ( Id: 7203 AegisName: "Solid_Twig" Name: "Strong Branch" - Type: 3 Buy: 190 Weight: 10 BuyingStore: true @@ -58273,7 +57422,6 @@ item_db: ( Id: 7204 AegisName: "Gunpowder" Name: "Gunpowder" - Type: 3 Buy: 320 Weight: 10 BuyingStore: true @@ -58282,7 +57430,6 @@ item_db: ( Id: 7205 AegisName: "Piece_Of_Black_Cloth" Name: "Piece of Black Cloth" - Type: 3 Buy: 526 Weight: 10 BuyingStore: true @@ -58291,7 +57438,6 @@ item_db: ( Id: 7206 AegisName: "Black_Kitty_Doll" Name: "Black Cat Doll" - Type: 3 Buy: 1440 Weight: 10 BuyingStore: true @@ -58300,7 +57446,6 @@ item_db: ( Id: 7207 AegisName: "Old_Manteau" Name: "Old Manteau" - Type: 3 Buy: 1050 Weight: 10 BuyingStore: true @@ -58309,7 +57454,6 @@ item_db: ( Id: 7208 AegisName: "Rusty_Cleaver" Name: "Rusty Kitchen Knife" - Type: 3 Buy: 1780 Weight: 10 BuyingStore: true @@ -58318,7 +57462,6 @@ item_db: ( Id: 7209 AegisName: "Dullahans_Helm" Name: "Helm of Dullahan" - Type: 3 Buy: 1350 Weight: 10 BuyingStore: true @@ -58327,7 +57470,6 @@ item_db: ( Id: 7210 AegisName: "Dullahan_Armor" Name: "Armor Piece of Dullahan" - Type: 3 Buy: 790 Weight: 10 BuyingStore: true @@ -58336,7 +57478,6 @@ item_db: ( Id: 7211 AegisName: "Rojerta_Piece" Name: "Fragment of Rossata Stone" - Type: 3 Buy: 2600 Weight: 10 BuyingStore: true @@ -58345,7 +57486,6 @@ item_db: ( Id: 7212 AegisName: "Hanging_Doll" Name: "Hung Doll" - Type: 3 Buy: 1020 Weight: 10 BuyingStore: true @@ -58354,7 +57494,6 @@ item_db: ( Id: 7213 AegisName: "Needle_Pouch" Name: "Needle Packet" - Type: 3 Buy: 832 Weight: 10 BuyingStore: true @@ -58363,7 +57502,6 @@ item_db: ( Id: 7214 AegisName: "Bat_Cage" Name: "Bat Cage" - Type: 3 Buy: 880 Weight: 10 BuyingStore: true @@ -58372,7 +57510,6 @@ item_db: ( Id: 7215 AegisName: "Broken_Needle" Name: "Broken Needle" - Type: 3 Buy: 690 Weight: 10 BuyingStore: true @@ -58381,7 +57518,6 @@ item_db: ( Id: 7216 AegisName: "Red_Scarf" Name: "Red Muffler" - Type: 3 Buy: 660 Weight: 10 BuyingStore: true @@ -58390,7 +57526,6 @@ item_db: ( Id: 7217 AegisName: "Spool" Name: "Spool" - Type: 3 Buy: 424 Weight: 10 BuyingStore: true @@ -58399,7 +57534,6 @@ item_db: ( Id: 7218 AegisName: "Rotten_Rope" Name: "Decomposed Rope" - Type: 3 Buy: 390 Weight: 10 BuyingStore: true @@ -58408,7 +57542,6 @@ item_db: ( Id: 7219 AegisName: "Striped_Socks" Name: "Striped Sock" - Type: 3 Buy: 920 Weight: 10 BuyingStore: true @@ -58417,7 +57550,6 @@ item_db: ( Id: 7220 AegisName: "Ectoplasm" Name: "Ectoplasm" - Type: 3 Buy: 322 Weight: 10 BuyingStore: true @@ -58426,7 +57558,6 @@ item_db: ( Id: 7221 AegisName: "Tangled_Chain" Name: "Tangled Chains" - Type: 3 Buy: 740 Weight: 10 BuyingStore: true @@ -58435,7 +57566,6 @@ item_db: ( Id: 7222 AegisName: "Tree_Knot" Name: "Wooden Gnarl" - Type: 3 Buy: 468 Weight: 10 BuyingStore: true @@ -58444,7 +57574,6 @@ item_db: ( Id: 7223 AegisName: "Distorted_Portrait" Name: "Contorted Self-Portrait" - Type: 3 Buy: 2032 Weight: 10 BuyingStore: true @@ -58453,14 +57582,12 @@ item_db: ( Id: 7224 AegisName: "Stone_Of_Intelligence" Name: "Stone of Sage" - Type: 3 Weight: 10 }, { Id: 7225 AegisName: "Pumpkin_Bucket" Name: "Pumpkin Lantern" - Type: 3 Buy: 486 Weight: 10 BuyingStore: true @@ -58469,7 +57596,6 @@ item_db: ( Id: 7226 AegisName: "Pill" Name: "Pellet" - Type: 3 Buy: 2 Weight: 10 BuyingStore: true @@ -58478,14 +57604,12 @@ item_db: ( Id: 7227 AegisName: "TCG_Card" Name: "TCG Card" - Type: 3 Weight: 10 }, { Id: 7228 AegisName: "Gold_Bullion" Name: "Gold Bullion" - Type: 3 Buy: 100000 Weight: 300 }, @@ -58493,7 +57617,6 @@ item_db: ( Id: 7229 AegisName: "Silver_Bullion" Name: "Silver Bullion" - Type: 3 Buy: 50000 Weight: 300 }, @@ -58501,7 +57624,6 @@ item_db: ( Id: 7230 AegisName: "White_Gold_Bullion" Name: "Platinum Bullion" - Type: 3 Buy: 200000 Weight: 300 }, @@ -58509,7 +57631,6 @@ item_db: ( Id: 7231 AegisName: "Gold_Ore" Name: "Gold Ore" - Type: 3 Buy: 20 Weight: 150 }, @@ -58517,7 +57638,6 @@ item_db: ( Id: 7232 AegisName: "Silver_Ore" Name: "Silver Ore" - Type: 3 Buy: 20 Weight: 150 }, @@ -58525,7 +57645,6 @@ item_db: ( Id: 7233 AegisName: "Mithril_Ore" Name: "Mithril Ore" - Type: 3 Buy: 20 Weight: 150 }, @@ -58533,203 +57652,174 @@ item_db: ( Id: 7234 AegisName: "Soul_Of_Guild" Name: "Spirit of Guild" - Type: 3 Weight: 10 }, { Id: 7235 AegisName: "Soul_Of_Courage" Name: "Spirit of Charge" - Type: 3 Weight: 10 }, { Id: 7236 AegisName: "Soul_Of_Guard" Name: "Spirit of Protection" - Type: 3 Weight: 10 }, { Id: 7237 AegisName: "Soul_Of_Partnership" Name: "Spirit of Association" - Type: 3 Weight: 10 }, { Id: 7238 AegisName: "Soul_Of_Correspondence" Name: "Spirit of Coordination" - Type: 3 Weight: 10 }, { Id: 7239 AegisName: "Soul_Of_Proceeding" Name: "Spirit of Advance" - Type: 3 Weight: 10 }, { Id: 7240 AegisName: "Soul_Of_Confidence" Name: "Spirit of Trust" - Type: 3 Weight: 10 }, { Id: 7241 AegisName: "Soul_Of_Agreement" Name: "Spirit of Union" - Type: 3 Weight: 10 }, { Id: 7242 AegisName: "Soul_Of_Harmony" Name: "Spirit of Combination" - Type: 3 Weight: 10 }, { Id: 7243 AegisName: "Soul_Of_Cooperate" Name: "Spirit of Cooperation" - Type: 3 Weight: 10 }, { Id: 7244 AegisName: "Soul_Of_Unity" Name: "Spirit of Solidarity" - Type: 3 Weight: 10 }, { Id: 7245 AegisName: "Soul_Of_Friendship" Name: "Spirit of Friendship" - Type: 3 Weight: 10 }, { Id: 7246 AegisName: "Soul_Of_Peace" Name: "Spirit of Peace" - Type: 3 Weight: 10 }, { Id: 7247 AegisName: "Soul_Of_Spirit" Name: "Spirit of Determination" - Type: 3 Weight: 10 }, { Id: 7248 AegisName: "Soul_Of_Honor" Name: "Spirit of Honor" - Type: 3 Weight: 10 }, { Id: 7249 AegisName: "Soul_Of_Service" Name: "Spirit of Service" - Type: 3 Weight: 10 }, { Id: 7250 AegisName: "Soul_Of_Glory" Name: "Spirit of Glory" - Type: 3 Weight: 10 }, { Id: 7251 AegisName: "Soul_Of_Victory" Name: "Spirit of Victory" - Type: 3 Weight: 10 }, { Id: 7252 AegisName: "Herb_Medicine" Name: "Herbal Medicine" - Type: 3 Weight: 10 }, { Id: 7253 AegisName: "Taeguk_Flag" Name: "Golden Korean Flag" - Type: 3 Weight: 10 }, { Id: 7254 AegisName: "Digital_Print_Ticket" Name: "Digital Picture Printing Coupon" - Type: 3 Weight: 10 }, { Id: 7255 AegisName: "China_Marble01" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7256 AegisName: "China_Marble02" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7257 AegisName: "China_Marble03" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7258 AegisName: "China_Marble04" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7259 AegisName: "China_Marble05" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7260 AegisName: "China_Marble06" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7261 AegisName: "China_Marble07" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7262 AegisName: "Fan" Name: "Folding Fan of Cat Ghost" - Type: 3 Buy: 466 Weight: 10 BuyingStore: true @@ -58738,7 +57828,6 @@ item_db: ( Id: 7263 AegisName: "Cat_Eyed_Stone" Name: "Cat's Eye" - Type: 3 Buy: 954 Weight: 10 BuyingStore: true @@ -58747,7 +57836,6 @@ item_db: ( Id: 7264 AegisName: "Dried_Sand" Name: "Dry Sand" - Type: 3 Buy: 322 Weight: 10 BuyingStore: true @@ -58756,7 +57844,6 @@ item_db: ( Id: 7265 AegisName: "Dragon_Horn" Name: "Dragon Horn" - Type: 3 Buy: 544 Weight: 10 BuyingStore: true @@ -58765,7 +57852,6 @@ item_db: ( Id: 7266 AegisName: "Dragon_Fang" Name: "Denture from Dragon Mask" - Type: 3 Buy: 436 Weight: 10 BuyingStore: true @@ -58774,7 +57860,6 @@ item_db: ( Id: 7267 AegisName: "Tiger_Skin_Panties" Name: "Tiger Panty" - Type: 3 Buy: 298 Weight: 10 BuyingStore: true @@ -58783,7 +57868,6 @@ item_db: ( Id: 7268 AegisName: "Little_Blacky_Ghost" Name: "Little Ghost Doll" - Type: 3 Buy: 1210 Weight: 10 BuyingStore: true @@ -58792,7 +57876,6 @@ item_db: ( Id: 7269 AegisName: "Bib" Name: "Pinafore" - Type: 3 Buy: 960 Weight: 10 BuyingStore: true @@ -58801,7 +57884,6 @@ item_db: ( Id: 7270 AegisName: "Milk_Bottle" Name: "Nursing Bottle" - Type: 3 Buy: 1100 Weight: 10 BuyingStore: true @@ -58810,7 +57892,6 @@ item_db: ( Id: 7271 AegisName: "Figure" Name: "Novice Figure" - Type: 3 Buy: 10000 Weight: 10 }, @@ -58818,7 +57899,6 @@ item_db: ( Id: 7272 AegisName: "Meat_Dumpling_Doll" Name: "Rice Ball Doll" - Type: 3 Buy: 500 Weight: 10 }, @@ -58826,7 +57906,6 @@ item_db: ( Id: 7273 AegisName: "Golden_Necklace" Name: "RWC Necklace" - Type: 3 Buy: 2 Weight: 10 }, @@ -58834,14 +57913,12 @@ item_db: ( Id: 7274 AegisName: "Ancient_Translator" Name: "Translated Ancient Language" - Type: 3 Weight: 10 }, { Id: 7275 AegisName: "Ancient_Document" Name: "Record of Ancient Language" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -58858,7 +57935,6 @@ item_db: ( Id: 7276 AegisName: "Picture_Letter" Name: "Doodled Message" - Type: 3 Trade: { nodrop: true notrade: true @@ -58874,7 +57950,6 @@ item_db: ( Id: 7277 AegisName: "Munak_Doll" Name: "Munak Doll" - Type: 3 Buy: 8900 Weight: 10 BuyingStore: true @@ -58883,14 +57958,12 @@ item_db: ( Id: 7278 AegisName: "Wellbeing_Letter" Name: "Letter to Wife" - Type: 3 Weight: 10 }, { Id: 7279 AegisName: "Vita500_Lid" Name: "Vita500 Lid" - Type: 3 Buy: 10 Weight: 10 }, @@ -58898,42 +57971,36 @@ item_db: ( Id: 7280 AegisName: "Quiz_Ticket01" Name: "1st Quiz Entry" - Type: 3 Weight: 10 }, { Id: 7281 AegisName: "Quiz_Ticket02" Name: "2nd Quiz Entry" - Type: 3 Weight: 10 }, { Id: 7282 AegisName: "Quiz_Ticket03" Name: "3rd Quiz Entry" - Type: 3 Weight: 10 }, { Id: 7283 AegisName: "Quiz_Ticket04" Name: "4th Quiz Entry" - Type: 3 Weight: 10 }, { Id: 7284 AegisName: "Quiz_Ticket05" Name: "5th Quiz Entry" - Type: 3 Weight: 10 }, { Id: 7285 AegisName: "Thread_Skein" Name: "Holy Threads" - Type: 3 Buy: 2 Weight: 10 }, @@ -58941,7 +58008,6 @@ item_db: ( Id: 7286 AegisName: "Chilli" Name: "Red Chile" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -58950,7 +58016,6 @@ item_db: ( Id: 7287 AegisName: "Thread_Skein_" Name: "Holier Threads" - Type: 3 Buy: 2 Weight: 10 }, @@ -58958,7 +58023,6 @@ item_db: ( Id: 7288 AegisName: "Thai_Ring" Name: "Engagement Ring" - Type: 3 Buy: 2 Weight: 10 }, @@ -58966,7 +58030,6 @@ item_db: ( Id: 7289 AegisName: "Olivine" Name: "Peridot" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -58975,7 +58038,6 @@ item_db: ( Id: 7290 AegisName: "Phlogopite" Name: "Phlogopite" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -58984,7 +58046,6 @@ item_db: ( Id: 7291 AegisName: "Agate" Name: "Agate" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -58993,7 +58054,6 @@ item_db: ( Id: 7292 AegisName: "Muscovite" Name: "Muscovite" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -59002,7 +58062,6 @@ item_db: ( Id: 7293 AegisName: "Rose_Quartz" Name: "Rose Quartz" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -59011,7 +58070,6 @@ item_db: ( Id: 7294 AegisName: "Turquoise" Name: "Turquoise" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -59020,7 +58078,6 @@ item_db: ( Id: 7295 AegisName: "Citrine" Name: "Citrin" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -59029,7 +58086,6 @@ item_db: ( Id: 7296 AegisName: "Pyroxene" Name: "Pyroxene" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -59038,7 +58094,6 @@ item_db: ( Id: 7297 AegisName: "Biotite" Name: "Biotite" - Type: 3 Buy: 3000 Weight: 100 BuyingStore: true @@ -59047,7 +58102,6 @@ item_db: ( Id: 7298 AegisName: "Leaf_Clothes" Name: "Fig Leaf" - Type: 3 Buy: 538 Weight: 10 BuyingStore: true @@ -59056,7 +58110,6 @@ item_db: ( Id: 7299 AegisName: "Bamboo_Basket" Name: "Straw Basket" - Type: 3 Buy: 632 Weight: 10 BuyingStore: true @@ -59065,7 +58118,6 @@ item_db: ( Id: 7300 AegisName: "Gemstone" Name: "Gemstone" - Type: 3 Buy: 1420 Weight: 10 BuyingStore: true @@ -59074,7 +58126,6 @@ item_db: ( Id: 7301 AegisName: "Sword_Accessory" Name: "Tassel" - Type: 3 Buy: 798 Weight: 10 BuyingStore: true @@ -59083,7 +58134,6 @@ item_db: ( Id: 7302 AegisName: "KRATHONG" Name: "Krathong" - Type: 3 Buy: 2 Weight: 10 }, @@ -59091,7 +58141,6 @@ item_db: ( Id: 7303 AegisName: "Bag_Of_Rice" Name: "Straw Rice Bag" - Type: 3 Weight: 800 BuyingStore: true }, @@ -59099,7 +58148,6 @@ item_db: ( Id: 7304 AegisName: "Witchs_Spell_Book" Name: "Witch's Spell Scroll" - Type: 3 Trade: { nodrop: true notrade: true @@ -59115,7 +58163,6 @@ item_db: ( Id: 7305 AegisName: "Authority_Of_Nine_World" Name: "Symbol of the Nine Realms" - Type: 3 Trade: { nodrop: true notrade: true @@ -59131,7 +58178,6 @@ item_db: ( Id: 7306 AegisName: "Fragment_Of_Soul" Name: "Piece of Spirit" - Type: 3 Trade: { nodrop: true notrade: true @@ -59147,7 +58193,6 @@ item_db: ( Id: 7307 AegisName: "Whisper_Of_Soul" Name: "Spiritual Whispers" - Type: 3 Trade: { nodrop: true notrade: true @@ -59163,7 +58208,6 @@ item_db: ( Id: 7308 AegisName: "Witchs_Potion" Name: "Witch's Tonic" - Type: 3 Trade: { nodrop: true notrade: true @@ -59179,7 +58223,6 @@ item_db: ( Id: 7309 AegisName: "Wing_Of_Crow" Name: "Crow Wing" - Type: 3 Trade: { nodrop: true notrade: true @@ -59195,7 +58238,6 @@ item_db: ( Id: 7310 AegisName: "Free_Peco_Ticket" Name: "Free Ticket for Peco Ride" - Type: 3 Buy: 20 Weight: 10 }, @@ -59203,7 +58245,6 @@ item_db: ( Id: 7311 AegisName: "Free_Flying_Ship_Ticket" Name: "Free Ticket for Flyship" - Type: 3 Buy: 20 Weight: 10 }, @@ -59211,7 +58252,6 @@ item_db: ( Id: 7312 AegisName: "Jubilee" Name: "Jubilee" - Type: 3 Buy: 32 Weight: 10 BuyingStore: true @@ -59220,14 +58260,12 @@ item_db: ( Id: 7313 AegisName: "Seal_Of_Witch" Name: "Witch's Medal" - Type: 3 Buy: 2 }, { Id: 7314 AegisName: "The_Sign" Name: "The Sign" - Type: 3 Buy: 2 Trade: { nodrop: true @@ -59244,7 +58282,6 @@ item_db: ( Id: 7315 AegisName: "Dark_Crystal_Fragment" Name: "Dark Crystal Fragment" - Type: 3 Buy: 422 Weight: 10 BuyingStore: true @@ -59253,7 +58290,6 @@ item_db: ( Id: 7316 AegisName: "Long_Limb" Name: "Insect Leg" - Type: 3 Buy: 658 Weight: 10 BuyingStore: true @@ -59262,7 +58298,6 @@ item_db: ( Id: 7317 AegisName: "Screw" Name: "Rusty Screw" - Type: 3 Buy: 534 Weight: 10 BuyingStore: true @@ -59271,7 +58306,6 @@ item_db: ( Id: 7318 AegisName: "Old_Pick" Name: "Old Pick" - Type: 3 Buy: 512 Weight: 10 BuyingStore: true @@ -59280,7 +58314,6 @@ item_db: ( Id: 7319 AegisName: "Old_Steel_Plate" Name: "Used Iron Plate" - Type: 3 Buy: 1024 Weight: 10 BuyingStore: true @@ -59289,7 +58322,6 @@ item_db: ( Id: 7320 AegisName: "Air_Pollutant" Name: "Dust Pollutant" - Type: 3 Buy: 256 Weight: 10 BuyingStore: true @@ -59298,7 +58330,6 @@ item_db: ( Id: 7321 AegisName: "Fragment_Of_Crystal" Name: "Crystal Fragment" - Type: 3 Buy: 552 Weight: 10 BuyingStore: true @@ -59307,7 +58338,6 @@ item_db: ( Id: 7322 AegisName: "Poisonous_Gas" Name: "Toxic Gas" - Type: 3 Buy: 666 Weight: 10 BuyingStore: true @@ -59316,7 +58346,6 @@ item_db: ( Id: 7323 AegisName: "Battered_Kettle" Name: "Battered Kettle" - Type: 3 Buy: 256 Weight: 10 BuyingStore: true @@ -59325,7 +58354,6 @@ item_db: ( Id: 7325 AegisName: "Tube" Name: "Flexible Tube" - Type: 3 Buy: 102 Weight: 10 BuyingStore: true @@ -59334,7 +58362,6 @@ item_db: ( Id: 7326 AegisName: "Fluorescent_Liquid" Name: "Fluorescent Liquid" - Type: 3 Buy: 712 Weight: 10 BuyingStore: true @@ -59343,7 +58370,6 @@ item_db: ( Id: 7327 AegisName: "Headlamp" Name: "Flashlight" - Type: 3 Buy: 1024 Weight: 10 BuyingStore: true @@ -59352,28 +58378,24 @@ item_db: ( Id: 7328 AegisName: "Legendary_Scroll" Name: "Legend of Songkran" - Type: 3 Weight: 10 }, { Id: 7329 AegisName: "Old_Copper_Key" Name: "Old Bronze Key" - Type: 3 Weight: 10 }, { Id: 7330 AegisName: "2anny" Name: "Mystic Orb" - Type: 3 Weight: 100 }, { Id: 7331 AegisName: "Flower_Of_Heaven" Name: "Heaven Flower" - Type: 3 Buy: 500 Weight: 10 }, @@ -59381,7 +58403,6 @@ item_db: ( Id: 7332 AegisName: "Slate" Name: "Complete Tablet" - Type: 3 Trade: { nodrop: true notrade: true @@ -59397,7 +58418,6 @@ item_db: ( Id: 7333 AegisName: "Piece_Of_Slate_1" Name: "Prontera Tablet" - Type: 3 Trade: { nodrop: true notrade: true @@ -59413,7 +58433,6 @@ item_db: ( Id: 7334 AegisName: "Piece_Of_Slate_2" Name: "Payon Tablet" - Type: 3 Trade: { nodrop: true notrade: true @@ -59429,7 +58448,6 @@ item_db: ( Id: 7335 AegisName: "Piece_Of_Slate_3" Name: "Morroc Tablet" - Type: 3 Trade: { nodrop: true notrade: true @@ -59445,7 +58463,6 @@ item_db: ( Id: 7336 AegisName: "Piece_Of_Slate_4" Name: "Geffen Tablet" - Type: 3 Trade: { nodrop: true notrade: true @@ -59461,19 +58478,16 @@ item_db: ( Id: 7337 AegisName: "Eye_Of_Hellion" Name: "Eye of Hellion" - Type: 3 }, { Id: 7338 AegisName: "RO_Transportation_Card" Name: "One-way Ticket" - Type: 3 }, { Id: 7339 AegisName: "RO_Transportation_Card_" Name: "Commemorative Travel Card" - Type: 3 Trade: { nodrop: true notrade: true @@ -59489,7 +58503,6 @@ item_db: ( Id: 7340 AegisName: "Will_Of_Darkness" Name: "Will of the Darkness" - Type: 3 Buy: 734 Weight: 50 BuyingStore: true @@ -59498,7 +58511,6 @@ item_db: ( Id: 7341 AegisName: "Worn_Out_Pendant" Name: "Old Pendant" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59515,7 +58527,6 @@ item_db: ( Id: 7342 AegisName: "File01" Name: "File Folder" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59532,7 +58543,6 @@ item_db: ( Id: 7343 AegisName: "File02" Name: "Sealed File Folder" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59549,7 +58559,6 @@ item_db: ( Id: 7344 AegisName: "File03" Name: "Shinokas Case File" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59566,7 +58575,6 @@ item_db: ( Id: 7345 AegisName: "Armlet_Of_Prisoner" Name: "Handcuffs" - Type: 3 Buy: 724 Weight: 10 BuyingStore: true @@ -59575,7 +58583,6 @@ item_db: ( Id: 7346 AegisName: "Pile_Of_Ymir_Heart" Name: "Ymir's Heart Piece" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59592,7 +58599,6 @@ item_db: ( Id: 7347 AegisName: "Lab_Staff_Record" Name: "Research Chart" - Type: 3 Buy: 840 Weight: 10 BuyingStore: true @@ -59601,7 +58607,6 @@ item_db: ( Id: 7348 AegisName: "Indication_Of_Member01" Name: "Membership Card" - Type: 3 Buy: 20 Weight: 10 }, @@ -59609,7 +58614,6 @@ item_db: ( Id: 7349 AegisName: "Indication_Of_Member02" Name: "Archive Permit" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59626,7 +58630,6 @@ item_db: ( Id: 7350 AegisName: "Pass" Name: "Pass" - Type: 3 Buy: 20 Weight: 10 }, @@ -59634,7 +58637,6 @@ item_db: ( Id: 7351 AegisName: "Friends_Diary" Name: "Friend's Diary" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -59651,7 +58653,6 @@ item_db: ( Id: 7352 AegisName: "Transparent_Plate01" Name: "Transparent Plate" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -59660,7 +58661,6 @@ item_db: ( Id: 7353 AegisName: "Transparent_Plate02" Name: "Transparent Plate" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -59669,7 +58669,6 @@ item_db: ( Id: 7354 AegisName: "Transparent_Plate03" Name: "Transparent Plate" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -59678,7 +58677,6 @@ item_db: ( Id: 7355 AegisName: "Transparent_Plate04" Name: "Transparent Plate" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -59687,7 +58685,6 @@ item_db: ( Id: 7356 AegisName: "Piece_Of_Crest1" Name: "Crest Piece" - Type: 3 Buy: 5000 Weight: 10 BuyingStore: true @@ -59696,7 +58693,6 @@ item_db: ( Id: 7357 AegisName: "Piece_Of_Crest2" Name: "Crest Piece" - Type: 3 Buy: 5000 Weight: 10 BuyingStore: true @@ -59705,7 +58701,6 @@ item_db: ( Id: 7358 AegisName: "Piece_Of_Crest3" Name: "Crest Piece" - Type: 3 Buy: 5000 Weight: 10 BuyingStore: true @@ -59714,7 +58709,6 @@ item_db: ( Id: 7359 AegisName: "Piece_Of_Crest4" Name: "Crest Piece" - Type: 3 Buy: 5000 Weight: 10 BuyingStore: true @@ -59723,280 +58717,240 @@ item_db: ( Id: 7360 AegisName: "RO_Festival_Ticket" Name: "RO Festival Invitation" - Type: 3 Weight: 10 }, { Id: 7361 AegisName: "Lotto01" Name: "Lotto Ball 01" - Type: 3 Weight: 10 }, { Id: 7362 AegisName: "Lotto02" Name: "Lotto Ball 02" - Type: 3 Weight: 10 }, { Id: 7363 AegisName: "Lotto03" Name: "Lotto Ball 03" - Type: 3 Weight: 10 }, { Id: 7364 AegisName: "Lotto04" Name: "Lotto Ball 04" - Type: 3 Weight: 10 }, { Id: 7365 AegisName: "Lotto05" Name: "Lotto Ball 05" - Type: 3 Weight: 10 }, { Id: 7366 AegisName: "Lotto06" Name: "Lotto Ball 06" - Type: 3 Weight: 10 }, { Id: 7367 AegisName: "Lotto07" Name: "Lotto Ball 07" - Type: 3 Weight: 10 }, { Id: 7368 AegisName: "Lotto08" Name: "Lotto Ball 08" - Type: 3 Weight: 10 }, { Id: 7369 AegisName: "Lotto09" Name: "Lotto Ball 09" - Type: 3 Weight: 10 }, { Id: 7370 AegisName: "Lotto10" Name: "Lotto Ball 10" - Type: 3 Weight: 10 }, { Id: 7371 AegisName: "Lotto11" Name: "Lotto Ball 11" - Type: 3 Weight: 10 }, { Id: 7372 AegisName: "Lotto12" Name: "Lotto Ball 12" - Type: 3 Weight: 10 }, { Id: 7373 AegisName: "Lotto13" Name: "Lotto Ball 13" - Type: 3 Weight: 10 }, { Id: 7374 AegisName: "Lotto14" Name: "Lotto Ball 14" - Type: 3 Weight: 10 }, { Id: 7375 AegisName: "Lotto15" Name: "Lotto Ball 15" - Type: 3 Weight: 10 }, { Id: 7376 AegisName: "Lotto16" Name: "Lotto Ball 16" - Type: 3 Weight: 10 }, { Id: 7377 AegisName: "Lotto17" Name: "Lotto Ball 17" - Type: 3 Weight: 10 }, { Id: 7378 AegisName: "Lotto18" Name: "Lotto Ball 18" - Type: 3 Weight: 10 }, { Id: 7379 AegisName: "Lotto19" Name: "Lotto Ball 19" - Type: 3 Weight: 10 }, { Id: 7380 AegisName: "Lotto20" Name: "Lotto Ball 20" - Type: 3 Weight: 10 }, { Id: 7381 AegisName: "Lotto21" Name: "Lotto Ball 21" - Type: 3 Weight: 10 }, { Id: 7382 AegisName: "Lotto22" Name: "Lotto Ball 22" - Type: 3 Weight: 10 }, { Id: 7383 AegisName: "Lotto23" Name: "Lotto Ball 23" - Type: 3 Weight: 10 }, { Id: 7384 AegisName: "Lotto24" Name: "Lotto Ball 24" - Type: 3 Weight: 10 }, { Id: 7385 AegisName: "Lotto25" Name: "Lotto Ball 25" - Type: 3 Weight: 10 }, { Id: 7386 AegisName: "Lotto26" Name: "Lotto Ball 26" - Type: 3 Weight: 10 }, { Id: 7387 AegisName: "Lotto27" Name: "Lotto Ball 27" - Type: 3 Weight: 10 }, { Id: 7388 AegisName: "Lotto28" Name: "Lotto Ball 28" - Type: 3 Weight: 10 }, { Id: 7389 AegisName: "Lotto29" Name: "Lotto Ball 29" - Type: 3 Weight: 10 }, { Id: 7390 AegisName: "Lotto30" Name: "Lotto Ball 30" - Type: 3 Weight: 10 }, { Id: 7391 AegisName: "Lotto31" Name: "Lotto Ball 31" - Type: 3 Weight: 10 }, { Id: 7392 AegisName: "Lotto32" Name: "Lotto Ball 32" - Type: 3 Weight: 10 }, { Id: 7393 AegisName: "Lotto33" Name: "Lotto Ball 33" - Type: 3 Weight: 10 }, { Id: 7394 AegisName: "Lotto34" Name: "Lotto Ball 34" - Type: 3 Weight: 10 }, { Id: 7395 AegisName: "Lotto35" Name: "Lotto Ball 35" - Type: 3 Weight: 10 }, { Id: 7396 AegisName: "Lotto36" Name: "Lotto Ball 36" - Type: 3 Weight: 10 }, { Id: 7397 AegisName: "Lotto37" Name: "Lotto Ball 37" - Type: 3 Weight: 10 }, { Id: 7398 AegisName: "Lotto38" Name: "Lotto Ball 38" - Type: 3 Weight: 10 }, { Id: 7399 AegisName: "Word_Card01" Name: "Selamat" - Type: 3 Buy: 2 Weight: 10 }, @@ -60004,7 +58958,6 @@ item_db: ( Id: 7400 AegisName: "Word_Card02" Name: "Hari" - Type: 3 Buy: 2 Weight: 10 }, @@ -60012,7 +58965,6 @@ item_db: ( Id: 7401 AegisName: "Word_Card03" Name: "Kemerdekaan" - Type: 3 Buy: 2 Weight: 10 }, @@ -60020,7 +58972,6 @@ item_db: ( Id: 7402 AegisName: "Word_Card04" Name: "Republik" - Type: 3 Buy: 2 Weight: 10 }, @@ -60028,7 +58979,6 @@ item_db: ( Id: 7403 AegisName: "Word_Card05" Name: "Indonesia" - Type: 3 Buy: 2 Weight: 10 }, @@ -60036,7 +58986,6 @@ item_db: ( Id: 7404 AegisName: "Word_Card06" Name: "Ke-60" - Type: 3 Buy: 2 Weight: 10 }, @@ -60044,7 +58993,6 @@ item_db: ( Id: 7405 AegisName: "Crushed_Can" Name: "Crushed Can" - Type: 3 Buy: 2 Weight: 10 }, @@ -60052,7 +59000,6 @@ item_db: ( Id: 7406 AegisName: "Moon_Cake1" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60060,7 +59007,6 @@ item_db: ( Id: 7407 AegisName: "Moon_Cake2" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60068,7 +59014,6 @@ item_db: ( Id: 7408 AegisName: "Moon_Cake3" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60076,7 +59021,6 @@ item_db: ( Id: 7409 AegisName: "Moon_Cake4" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60084,7 +59028,6 @@ item_db: ( Id: 7410 AegisName: "Moon_Cake5" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60092,7 +59035,6 @@ item_db: ( Id: 7411 AegisName: "Moon_Cake6" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60100,7 +59042,6 @@ item_db: ( Id: 7412 AegisName: "Moon_Cake7" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60108,7 +59049,6 @@ item_db: ( Id: 7413 AegisName: "Moon_Cake8" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60116,7 +59056,6 @@ item_db: ( Id: 7414 AegisName: "Moon_Cake9" Name: "Yuebing" - Type: 3 Buy: 2 Weight: 10 }, @@ -60124,7 +59063,6 @@ item_db: ( Id: 7415 AegisName: "Stone_Of_Summons" Name: "Summoning Stone" - Type: 3 Buy: 2 Weight: 10 }, @@ -60132,7 +59070,6 @@ item_db: ( Id: 7416 AegisName: "Letter_Of_Recommend" Name: "Letter of Recommendation" - Type: 3 Trade: { nodrop: true notrade: true @@ -60147,7 +59084,6 @@ item_db: ( Id: 7417 AegisName: "Mission_ScrollA" Name: "Written Request(A)" - Type: 3 Trade: { nodrop: true notrade: true @@ -60162,7 +59098,6 @@ item_db: ( Id: 7418 AegisName: "Mission_ScrollB" Name: "Written Request(B)" - Type: 3 Trade: { nodrop: true notrade: true @@ -60177,7 +59112,6 @@ item_db: ( Id: 7419 AegisName: "Embryo_HandBook" Name: "Embryo Creation Guide" - Type: 3 Buy: 48000 Weight: 10 BuyingStore: true @@ -60186,7 +59120,6 @@ item_db: ( Id: 7420 AegisName: "Skull_" Name: "Skull" - Type: 3 Trade: { nodrop: true notrade: true @@ -60201,7 +59134,6 @@ item_db: ( Id: 7421 AegisName: "Key_Red" Name: "Red Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60216,7 +59148,6 @@ item_db: ( Id: 7422 AegisName: "Key_Yellow" Name: "Yellow Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60231,7 +59162,6 @@ item_db: ( Id: 7423 AegisName: "Key_Blue" Name: "Blue Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60246,7 +59176,6 @@ item_db: ( Id: 7424 AegisName: "Key_Green" Name: "Green Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60261,7 +59190,6 @@ item_db: ( Id: 7425 AegisName: "Key_Black" Name: "Black Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60276,7 +59204,6 @@ item_db: ( Id: 7426 AegisName: "Magic_Gem_Red" Name: "Red Charm Stone" - Type: 3 Trade: { nodrop: true notrade: true @@ -60291,7 +59218,6 @@ item_db: ( Id: 7427 AegisName: "Magic_Gem_Yellow" Name: "Yellow Charm Stone" - Type: 3 Trade: { nodrop: true notrade: true @@ -60306,7 +59232,6 @@ item_db: ( Id: 7428 AegisName: "Magic_Gem_Blue" Name: "Blue Charm Stone" - Type: 3 Trade: { nodrop: true notrade: true @@ -60321,7 +59246,6 @@ item_db: ( Id: 7429 AegisName: "Magic_Gem_Green" Name: "Green Charm Stone" - Type: 3 Trade: { nodrop: true notrade: true @@ -60336,7 +59260,6 @@ item_db: ( Id: 7430 AegisName: "Magic_Gem_Black" Name: "Black Charm Stone" - Type: 3 Trade: { nodrop: true notrade: true @@ -60351,7 +59274,6 @@ item_db: ( Id: 7431 AegisName: "Several_Books" Name: "Pile of Books" - Type: 3 Trade: { nodrop: true notrade: true @@ -60366,7 +59288,6 @@ item_db: ( Id: 7432 AegisName: "Leather_Pouch" Name: "Leather Pouch" - Type: 3 Trade: { nodrop: true notrade: true @@ -60382,7 +59303,6 @@ item_db: ( Id: 7433 AegisName: "Scroll" Name: "Blank Scroll" - Type: 3 Buy: 4000 Weight: 10 BuyingStore: true @@ -60391,7 +59311,6 @@ item_db: ( Id: 7434 AegisName: "Elemental_Potion_Book" Name: "Elemental Potion Creation Guide" - Type: 3 Buy: 100000 Weight: 10 BuyingStore: true @@ -60400,7 +59319,6 @@ item_db: ( Id: 7435 AegisName: "Golden_Bracelet" Name: "Golden Ornament" - Type: 3 Buy: 1907 Weight: 10 BuyingStore: true @@ -60409,7 +59327,6 @@ item_db: ( Id: 7436 AegisName: "Piece_Of_Memory_Green" Name: "Fragment of Agony" - Type: 3 Buy: 1506 Weight: 10 BuyingStore: true @@ -60418,7 +59335,6 @@ item_db: ( Id: 7437 AegisName: "Piece_Of_Memory_Purple" Name: "Fragment of Misery" - Type: 3 Buy: 1506 Weight: 10 BuyingStore: true @@ -60427,7 +59343,6 @@ item_db: ( Id: 7438 AegisName: "Piece_Of_Memory_Blue" Name: "Fragment of Hatred" - Type: 3 Buy: 1506 Weight: 10 BuyingStore: true @@ -60436,7 +59351,6 @@ item_db: ( Id: 7439 AegisName: "Piece_Of_Memory_Red" Name: "Fragment of Despair" - Type: 3 Buy: 1506 Weight: 10 BuyingStore: true @@ -60445,7 +59359,6 @@ item_db: ( Id: 7440 AegisName: "Red_Feather" Name: "Red Feather" - Type: 3 Buy: 1335 Weight: 10 BuyingStore: true @@ -60454,7 +59367,6 @@ item_db: ( Id: 7441 AegisName: "Blue_Feather" Name: "Blue Feather" - Type: 3 Buy: 1408 Weight: 10 BuyingStore: true @@ -60463,7 +59375,6 @@ item_db: ( Id: 7442 AegisName: "Cursed_Seal" Name: "Cursed Seal" - Type: 3 Buy: 1332 Weight: 10 BuyingStore: true @@ -60472,7 +59383,6 @@ item_db: ( Id: 7443 AegisName: "Tri_Headed_Dragon_Head" Name: "Three-Headed Dragon's Head" - Type: 3 Buy: 956 Weight: 10 BuyingStore: true @@ -60481,7 +59391,6 @@ item_db: ( Id: 7444 AegisName: "Treasure_Box" Name: "Treasure Box" - Type: 3 Buy: 300000 Weight: 10 BuyingStore: true @@ -60490,7 +59399,6 @@ item_db: ( Id: 7445 AegisName: "Dragonball_Green" Name: "Green Bijou" - Type: 3 Buy: 887 Weight: 10 BuyingStore: true @@ -60499,7 +59407,6 @@ item_db: ( Id: 7446 AegisName: "Dragonball_Blue" Name: "Blue Bijou" - Type: 3 Buy: 887 Weight: 10 BuyingStore: true @@ -60508,7 +59415,6 @@ item_db: ( Id: 7447 AegisName: "Dragonball_Red" Name: "Red Bijou" - Type: 3 Buy: 887 Weight: 10 BuyingStore: true @@ -60517,7 +59423,6 @@ item_db: ( Id: 7448 AegisName: "Dragonball_Yellow" Name: "Yellow Bijou" - Type: 3 Buy: 887 Weight: 10 BuyingStore: true @@ -60526,7 +59431,6 @@ item_db: ( Id: 7449 AegisName: "Bloody_Page" Name: "Bloody Page" - Type: 3 Buy: 681 Weight: 10 BuyingStore: true @@ -60535,7 +59439,6 @@ item_db: ( Id: 7450 AegisName: "Piece_Of_Bone_Armor" Name: "Skeletal Armor Piece" - Type: 3 Buy: 2050 Weight: 10 BuyingStore: true @@ -60544,7 +59447,6 @@ item_db: ( Id: 7451 AegisName: "Scale_Of_Red_Dragon" Name: "Fire Dragon Scale" - Type: 3 Buy: 1852 Weight: 10 BuyingStore: true @@ -60553,7 +59455,6 @@ item_db: ( Id: 7452 AegisName: "Yellow_Spice" Name: "Yellow Spice" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60562,7 +59463,6 @@ item_db: ( Id: 7453 AegisName: "Sweet_Sauce" Name: "Sweet Sauce" - Type: 3 Buy: 700 Weight: 10 BuyingStore: true @@ -60571,7 +59471,6 @@ item_db: ( Id: 7454 AegisName: "Plain_Sauce" Name: "Savory Sauce" - Type: 3 Buy: 700 Weight: 10 BuyingStore: true @@ -60580,7 +59479,6 @@ item_db: ( Id: 7455 AegisName: "Hot_Sauce" Name: "Spicy Sauce" - Type: 3 Buy: 700 Weight: 10 BuyingStore: true @@ -60589,7 +59487,6 @@ item_db: ( Id: 7456 AegisName: "Red_Spice" Name: "Red Spice" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60598,7 +59495,6 @@ item_db: ( Id: 7457 AegisName: "Cooking_Oil" Name: "Cooking Oil" - Type: 3 Buy: 500 Weight: 10 BuyingStore: true @@ -60607,7 +59503,6 @@ item_db: ( Id: 7458 AegisName: "Baphomets_Horn" Name: "Fortune Horn" - Type: 3 Buy: 2 Weight: 10 }, @@ -60615,7 +59510,6 @@ item_db: ( Id: 7459 AegisName: "RAMADAN_" Name: "Idul Fitri Card" - Type: 3 Buy: 2 Weight: 10 }, @@ -60623,7 +59517,6 @@ item_db: ( Id: 7460 AegisName: "Niflheim_Ticket" Name: "Niflheim Express Ticket" - Type: 3 Buy: 2 Weight: 10 }, @@ -60631,84 +59524,72 @@ item_db: ( Id: 7461 AegisName: "BlueCard_A" Name: "Blue A Card" - Type: 3 Weight: 10 }, { Id: 7462 AegisName: "BlueCard_E" Name: "Blue E Card" - Type: 3 Weight: 10 }, { Id: 7463 AegisName: "BlueCard_F" Name: "Blue F Card" - Type: 3 Weight: 10 }, { Id: 7464 AegisName: "BlueCard_H" Name: "Blue H Card" - Type: 3 Weight: 10 }, { Id: 7465 AegisName: "BlueCard_L" Name: "Blue L Card" - Type: 3 Weight: 10 }, { Id: 7466 AegisName: "BlueCard_N" Name: "Blue N Card" - Type: 3 Weight: 10 }, { Id: 7467 AegisName: "BlueCard_O" Name: "Blue O Card" - Type: 3 Weight: 10 }, { Id: 7468 AegisName: "BlueCard_P" Name: "Blue P Card" - Type: 3 Weight: 10 }, { Id: 7469 AegisName: "BlueCard_U" Name: "Blue U Card" - Type: 3 Weight: 10 }, { Id: 7470 AegisName: "BlueCard_W" Name: "Blue W Card" - Type: 3 Weight: 10 }, { Id: 7471 AegisName: "BlueCard_Y" Name: "Blue Y Card" - Type: 3 Weight: 10 }, { Id: 7472 AegisName: "Cookbook01" Name: "Level 1 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60717,7 +59598,6 @@ item_db: ( Id: 7473 AegisName: "Cookbook02" Name: "Level 2 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60726,7 +59606,6 @@ item_db: ( Id: 7474 AegisName: "Cookbook03" Name: "Level 3 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60735,7 +59614,6 @@ item_db: ( Id: 7475 AegisName: "Cookbook04" Name: "Level 4 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60744,7 +59622,6 @@ item_db: ( Id: 7476 AegisName: "Cookbook05" Name: "Level 5 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60753,7 +59630,6 @@ item_db: ( Id: 7477 AegisName: "Cookbook06" Name: "Level 6 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60762,7 +59638,6 @@ item_db: ( Id: 7478 AegisName: "Cookbook07" Name: "Level 7 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60771,7 +59646,6 @@ item_db: ( Id: 7479 AegisName: "Cookbook08" Name: "Level 8 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60780,7 +59654,6 @@ item_db: ( Id: 7480 AegisName: "Cookbook09" Name: "Level 9 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60789,7 +59662,6 @@ item_db: ( Id: 7481 AegisName: "Cookbook10" Name: "Level 10 Cookbook" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -60798,7 +59670,6 @@ item_db: ( Id: 7482 AegisName: "Pot" Name: "Pot" - Type: 3 Buy: 200 Weight: 10 BuyingStore: true @@ -60807,13 +59678,11 @@ item_db: ( Id: 7483 AegisName: "Key_Of_Seal" Name: "Key of the Seal" - Type: 3 }, { Id: 7484 AegisName: "Warrior_Symbol" Name: "Symbol of a Brave Warrior" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -60830,7 +59699,6 @@ item_db: ( Id: 7485 AegisName: "2nd_Floor_Pass" Name: "Cloud General" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -60847,7 +59715,6 @@ item_db: ( Id: 7486 AegisName: "3rd_Floor_Pass" Name: "Wind General" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -60864,7 +59731,6 @@ item_db: ( Id: 7487 AegisName: "Tavern_Wine" Name: "Culinary Wine" - Type: 3 Trade: { nodrop: true notrade: true @@ -60880,7 +59746,6 @@ item_db: ( Id: 7488 AegisName: "Delivery_Box" Name: "Delivery Package" - Type: 3 Trade: { nodrop: true notrade: true @@ -60896,7 +59761,6 @@ item_db: ( Id: 7489 AegisName: "Villa_Spare_Key" Name: "Cottage Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60912,7 +59776,6 @@ item_db: ( Id: 7490 AegisName: "Kyll_Hire_Letter" Name: "Letter to Elly" - Type: 3 Trade: { nodrop: true notrade: true @@ -60928,7 +59791,6 @@ item_db: ( Id: 7491 AegisName: "Iron_Box" Name: "Steel Box" - Type: 3 Trade: { nodrop: true notrade: true @@ -60944,7 +59806,6 @@ item_db: ( Id: 7492 AegisName: "Yellow_Key_Card" Name: "Yellow Keycard" - Type: 3 Trade: { nodrop: true notrade: true @@ -60960,7 +59821,6 @@ item_db: ( Id: 7493 AegisName: "Golden_Key" Name: "Golden Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -60976,7 +59836,6 @@ item_db: ( Id: 7494 AegisName: "Kiel_Button" Name: "Luxurious Button" - Type: 3 Trade: { nodrop: true notrade: true @@ -60992,7 +59851,6 @@ item_db: ( Id: 7495 AegisName: "Blue_Key_Card" Name: "Blue Keycard" - Type: 3 Trade: { nodrop: true notrade: true @@ -61008,7 +59866,6 @@ item_db: ( Id: 7496 AegisName: "Red_Key_Card" Name: "Red Keycard" - Type: 3 Trade: { nodrop: true notrade: true @@ -61024,7 +59881,6 @@ item_db: ( Id: 7497 AegisName: "Steel_Piece" Name: "Metal Fragment" - Type: 3 Trade: { nodrop: true notrade: true @@ -61040,7 +59896,6 @@ item_db: ( Id: 7498 AegisName: "Rosimier_Key" Name: "Rosimier Mansion Keys" - Type: 3 Trade: { nodrop: true notrade: true @@ -61056,7 +59911,6 @@ item_db: ( Id: 7499 AegisName: "Family_Portrait" Name: "Family Portrait" - Type: 3 Trade: { nodrop: true notrade: true @@ -61072,7 +59926,6 @@ item_db: ( Id: 7500 AegisName: "Elysia_Portrait" Name: "Woman's Portrait" - Type: 3 Trade: { nodrop: true notrade: true @@ -61088,7 +59941,6 @@ item_db: ( Id: 7501 AegisName: "Kyll_Hire_Letter2" Name: "K.H's Letter" - Type: 3 Trade: { nodrop: true notrade: true @@ -61104,7 +59956,6 @@ item_db: ( Id: 7502 AegisName: "Piece_Memo_Of_James" Name: "James's Note" - Type: 3 Trade: { nodrop: true notrade: true @@ -61120,7 +59971,6 @@ item_db: ( Id: 7503 AegisName: "Man_Portrait" Name: "Man's Portrait" - Type: 3 Trade: { nodrop: true notrade: true @@ -61136,7 +59986,6 @@ item_db: ( Id: 7504 AegisName: "Toy_Motor" Name: "Power Device" - Type: 3 Trade: { nodrop: true notrade: true @@ -61152,7 +60001,6 @@ item_db: ( Id: 7505 AegisName: "Toy_Key" Name: "Toy Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -61168,7 +60016,6 @@ item_db: ( Id: 7506 AegisName: "Black_Key_Card" Name: "Black Keycard" - Type: 3 Trade: { nodrop: true notrade: true @@ -61183,7 +60030,6 @@ item_db: ( Id: 7507 AegisName: "Sturdy_Iron_Piece" Name: "Solid Iron Piece" - Type: 3 Buy: 842 Weight: 10 BuyingStore: true @@ -61192,7 +60038,6 @@ item_db: ( Id: 7508 AegisName: "Elysia_Ring" Name: "Allysia's Ring" - Type: 3 Trade: { nodrop: true notrade: true @@ -61208,7 +60053,6 @@ item_db: ( Id: 7509 AegisName: "Fancy_Key_Card" Name: "Luxurious Keycard" - Type: 3 Trade: { nodrop: true notrade: true @@ -61223,7 +60067,6 @@ item_db: ( Id: 7510 AegisName: "Valhalla_Flower" Name: "Valhalla's Flower" - Type: 3 Buy: 200000 Weight: 10 BuyingStore: true @@ -61232,7 +60075,6 @@ item_db: ( Id: 7511 AegisName: "Rune_Of_Darkness" Name: "Rune of Darkness" - Type: 3 Buy: 2526 Weight: 10 BuyingStore: true @@ -61241,7 +60083,6 @@ item_db: ( Id: 7512 AegisName: "Burnt_Parts" Name: "Burnt Part" - Type: 3 Buy: 1600 Weight: 10 BuyingStore: true @@ -61250,7 +60091,6 @@ item_db: ( Id: 7513 AegisName: "Pocket_Watch" Name: "Pocket Watch" - Type: 3 Buy: 3420 Weight: 10 BuyingStore: true @@ -61259,14 +60099,12 @@ item_db: ( Id: 7514 AegisName: "Monster_Ticket" Name: "Monster Ticket" - Type: 3 Buy: 2 }, { Id: 7515 AegisName: "Marvelous_Medal" Name: "Prize Medal" - Type: 3 Buy: 2 Trade: { nodrop: true @@ -61282,7 +60120,6 @@ item_db: ( Id: 7516 AegisName: "Green_Key_Card" Name: "Green Keycard" - Type: 3 Trade: { nodrop: true notrade: true @@ -61297,7 +60134,6 @@ item_db: ( Id: 7517 AegisName: "Gold_Coin_" Name: "Gold Coin" - Type: 3 Buy: 1000 Weight: 100 }, @@ -61305,7 +60141,6 @@ item_db: ( Id: 7518 AegisName: "Womens_Medal" Name: "Women's Medal" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -61321,21 +60156,18 @@ item_db: ( Id: 7519 AegisName: "Money_Envelope" Name: "Handsel" - Type: 3 Weight: 10 }, { Id: 7520 AegisName: "Chinese_Scroll" Name: "Please Be Rich" - Type: 3 Weight: 10 }, { Id: 7521 AegisName: "Flame_Stone" Name: "Flame Stone" - Type: 3 Buy: 150 Weight: 10 BuyingStore: true @@ -61344,7 +60176,6 @@ item_db: ( Id: 7522 AegisName: "Ice_Stone" Name: "Ice Stone" - Type: 3 Buy: 150 Weight: 10 BuyingStore: true @@ -61353,7 +60184,6 @@ item_db: ( Id: 7523 AegisName: "Wind_Stone" Name: "Wind Stone" - Type: 3 Buy: 150 Weight: 10 BuyingStore: true @@ -61362,7 +60192,6 @@ item_db: ( Id: 7524 AegisName: "Shadow_Orb" Name: "Shadow Orb" - Type: 3 Buy: 300 Weight: 20 BuyingStore: true @@ -61371,7 +60200,6 @@ item_db: ( Id: 7525 AegisName: "Summer_Feast_Ticket" Name: "Summer Festival Ticket" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -61388,14 +60216,12 @@ item_db: ( Id: 7526 AegisName: "Manuscript_Paper" Name: "Manuscript Paper" - Type: 3 Buy: 2 }, { Id: 7527 AegisName: "Life_Book" Name: "Book About True Life" - Type: 3 Weight: 100 Trade: { notrade: true @@ -61411,19 +60237,16 @@ item_db: ( Id: 7528 AegisName: "Id_Lottery_Ticket" Name: "Lottery Ticket" - Type: 3 }, { Id: 7529 AegisName: "Stolen_Sandals" Name: "Stolen Sandal" - Type: 3 }, { Id: 7530 AegisName: "Travel_Brochure_01" Name: "Travel Brochure [Amatsu]" - Type: 3 Trade: { nodrop: true notrade: true @@ -61439,7 +60262,6 @@ item_db: ( Id: 7531 AegisName: "Travel_Brochure_02" Name: "Travel Brochure [Kunlun]" - Type: 3 Trade: { nodrop: true notrade: true @@ -61455,7 +60277,6 @@ item_db: ( Id: 7532 AegisName: "Travel_Brochure_03" Name: "Travel Brochure [Louyang]" - Type: 3 Trade: { nodrop: true notrade: true @@ -61471,7 +60292,6 @@ item_db: ( Id: 7533 AegisName: "Travel_Brochure_04" Name: "Travel Brochure [Ayothaya]" - Type: 3 Trade: { nodrop: true notrade: true @@ -61487,7 +60307,6 @@ item_db: ( Id: 7534 AegisName: "Photo_Album_01" Name: "Amatsu Completed Photo Album" - Type: 3 Trade: { nodrop: true notrade: true @@ -61503,7 +60322,6 @@ item_db: ( Id: 7535 AegisName: "Photo_Album_02" Name: "Kunlun Completed Photo Album" - Type: 3 Trade: { nodrop: true notrade: true @@ -61519,7 +60337,6 @@ item_db: ( Id: 7536 AegisName: "Photo_Album_03" Name: "Louyang Completed Photo Album" - Type: 3 Trade: { nodrop: true notrade: true @@ -61535,7 +60352,6 @@ item_db: ( Id: 7537 AegisName: "Photo_Album_04" Name: "Ayothaya Completed Photo Album" - Type: 3 Trade: { nodrop: true notrade: true @@ -61551,7 +60367,6 @@ item_db: ( Id: 7538 AegisName: "Sifted_Sand" Name: "Sand for Work" - Type: 3 Trade: { nodrop: true notrade: true @@ -61566,7 +60381,6 @@ item_db: ( Id: 7539 AegisName: "Poring_Coin" Name: "Poring Coin" - Type: 3 Trade: { nodrop: true notrade: true @@ -61581,56 +60395,48 @@ item_db: ( Id: 7540 AegisName: "Lotto39" Name: "Lotto Ball 39" - Type: 3 Weight: 10 }, { Id: 7541 AegisName: "Lotto40" Name: "Lotto Ball 40" - Type: 3 Weight: 10 }, { Id: 7542 AegisName: "Lotto41" Name: "Lotto Ball 41" - Type: 3 Weight: 10 }, { Id: 7543 AegisName: "Lotto42" Name: "Lotto Ball 42" - Type: 3 Weight: 10 }, { Id: 7544 AegisName: "Lotto43" Name: "Lotto Ball 43" - Type: 3 Weight: 10 }, { Id: 7545 AegisName: "Lotto44" Name: "Lotto Ball 44" - Type: 3 Weight: 10 }, { Id: 7546 AegisName: "Lotto45" Name: "Lotto Ball 45" - Type: 3 Weight: 10 }, { Id: 7547 AegisName: "Soccer_Ball" Name: "Soccer Ball" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -61647,7 +60453,6 @@ item_db: ( Id: 7548 AegisName: "Soccer_Shoes" Name: "Soccer Shoes" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -61664,7 +60469,6 @@ item_db: ( Id: 7549 AegisName: "Brazilian_Flag" Name: "Brazilian Flag" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -61681,7 +60485,6 @@ item_db: ( Id: 7550 AegisName: "Ticket01" Name: "6.13 Ticket" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -61698,7 +60501,6 @@ item_db: ( Id: 7551 AegisName: "Ticket02" Name: "6.18 Ticket" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -61715,7 +60517,6 @@ item_db: ( Id: 7552 AegisName: "Ticket03" Name: "6.22 Ticket" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -61732,7 +60533,6 @@ item_db: ( Id: 7553 AegisName: "Lotus_Flower" Name: "Lotus Flower" - Type: 3 Trade: { nodrop: true notrade: true @@ -61747,7 +60547,6 @@ item_db: ( Id: 7554 AegisName: "Striped_Candle" Name: "Striped Candle" - Type: 3 Trade: { nodrop: true notrade: true @@ -61762,7 +60561,6 @@ item_db: ( Id: 7555 AegisName: "Green_Incense" Name: "Green Incense" - Type: 3 Trade: { nodrop: true notrade: true @@ -61777,7 +60575,6 @@ item_db: ( Id: 7556 AegisName: "Longing_Heart" Name: "Longing Heart" - Type: 3 Trade: { nodrop: true notrade: true @@ -61792,7 +60589,6 @@ item_db: ( Id: 7557 AegisName: "Invitation_Letter" Name: "Invitation Letter" - Type: 3 Trade: { nodrop: true notrade: true @@ -61807,7 +60603,6 @@ item_db: ( Id: 7558 AegisName: "Invitation_Ticket" Name: "Invitation Ticket" - Type: 3 Trade: { nodrop: true notrade: true @@ -61822,7 +60617,6 @@ item_db: ( Id: 7559 AegisName: "Key_Of_Flower_Garden" Name: "Key to the Secret Garden" - Type: 3 Trade: { nodrop: true notrade: true @@ -61837,13 +60631,11 @@ item_db: ( Id: 7560 AegisName: "Longing_Heart2" Name: "Longing Heart" - Type: 3 }, { Id: 7561 AegisName: "Ice_Heart" Name: "Glacial Heart" - Type: 3 Buy: 606 Weight: 10 BuyingStore: true @@ -61852,7 +60644,6 @@ item_db: ( Id: 7562 AegisName: "Ice_Scale" Name: "Ice Scale" - Type: 3 Buy: 3020 Weight: 10 BuyingStore: true @@ -61861,7 +60652,6 @@ item_db: ( Id: 7563 AegisName: "Bloody_Rune" Name: "Bloody Rune" - Type: 3 Buy: 2016 Weight: 10 BuyingStore: true @@ -61870,7 +60660,6 @@ item_db: ( Id: 7564 AegisName: "Rotten_Meat" Name: "Rotten Meat" - Type: 3 Buy: 102 Weight: 10 BuyingStore: true @@ -61879,7 +60668,6 @@ item_db: ( Id: 7565 AegisName: "Sticky_Poison" Name: "Sticky Poison" - Type: 3 Buy: 350 Weight: 10 BuyingStore: true @@ -61888,7 +60676,6 @@ item_db: ( Id: 7566 AegisName: "Will_Of_Darkness_" Name: "Will of Red Darkness" - Type: 3 Buy: 1530 Weight: 10 BuyingStore: true @@ -61897,7 +60684,6 @@ item_db: ( Id: 7567 AegisName: "Suspicious_Hat" Name: "Suspicious Hat" - Type: 3 Buy: 1290 Weight: 10 BuyingStore: true @@ -61906,7 +60692,6 @@ item_db: ( Id: 7568 AegisName: "White_Mask" Name: "White Mask" - Type: 3 Buy: 1060 Weight: 10 BuyingStore: true @@ -61915,7 +60700,6 @@ item_db: ( Id: 7569 AegisName: "Hammer_Of_Wind" Name: "Wind Hammer" - Type: 3 Trade: { nodrop: true notrade: true @@ -61930,20 +60714,17 @@ item_db: ( Id: 7570 AegisName: "Temple_Lottery_Ticket" Name: "Temple Lottery Ticket" - Type: 3 Weight: 10 }, { Id: 7571 AegisName: "Diary_Of_Blue" Name: "Bruspetti's Diary" - Type: 3 }, { Id: 7572 AegisName: "Magic_Necklace" Name: "Ashy Necklace" - Type: 3 Trade: { nodrop: true notrade: true @@ -61958,7 +60739,6 @@ item_db: ( Id: 7573 AegisName: "Magic_Necklace_" Name: "Sparkling Necklace" - Type: 3 Trade: { nodrop: true notrade: true @@ -61973,14 +60753,12 @@ item_db: ( Id: 7574 AegisName: "Ice_Particle" Name: "Freezing Snow Powder" - Type: 3 BuyingStore: true }, { Id: 7575 AegisName: "Red_Jewel_" Name: "Red Jewel" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -61997,7 +60775,6 @@ item_db: ( Id: 7576 AegisName: "Blue_Jewel_" Name: "Blue Jewel" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -62014,7 +60791,6 @@ item_db: ( Id: 7577 AegisName: "Golden_Jewel_" Name: "Yellow Jewel" - Type: 3 Buy: 20 Weight: 50 Trade: { @@ -62031,7 +60807,6 @@ item_db: ( Id: 7578 AegisName: "Anti_Spell_Bead" Name: "Countermagic Crystal" - Type: 3 Buy: 20 Weight: 10 }, @@ -62039,7 +60814,6 @@ item_db: ( Id: 7579 AegisName: "Silk_Handkerchief" Name: "Silk Handkerchief of Zhi Nu" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -62056,7 +60830,6 @@ item_db: ( Id: 7580 AegisName: "Black_Bead" Name: "Black Marble" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -62073,7 +60846,6 @@ item_db: ( Id: 7581 AegisName: "Anniversary_Ticket" Name: "Celebration Document" - Type: 3 Buy: 20 Weight: 10 }, @@ -62081,7 +60853,6 @@ item_db: ( Id: 7582 AegisName: "Gem_Of_Ruin" Name: "Jewel of Destruction" - Type: 3 Buy: 10 Weight: 10 }, @@ -62089,7 +60860,6 @@ item_db: ( Id: 7583 AegisName: "Evil_Mind" Name: "Evil Mind" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62106,7 +60876,6 @@ item_db: ( Id: 7584 AegisName: "Proof_Of_Guard1" Name: "Guard's First Proof" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62123,7 +60892,6 @@ item_db: ( Id: 7585 AegisName: "Proof_Of_Guard2" Name: "Guard's Second Proof" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62140,7 +60908,6 @@ item_db: ( Id: 7586 AegisName: "Proof_Of_Guard3" Name: "Guard's Third Proof" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62157,7 +60924,6 @@ item_db: ( Id: 7587 AegisName: "Proof_Of_Guard4" Name: "Guard's Fourth Proof" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62174,7 +60940,6 @@ item_db: ( Id: 7588 AegisName: "IPOD_Ticker" Name: "IPOD Coupon" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62191,7 +60956,6 @@ item_db: ( Id: 7589 AegisName: "Moon_Cake10" Name: "Lettered Moon Snack 01" - Type: 3 Buy: 20 Weight: 10 }, @@ -62199,7 +60963,6 @@ item_db: ( Id: 7590 AegisName: "Moon_Cake11" Name: "Lettered Moon Snack 02" - Type: 3 Buy: 20 Weight: 10 }, @@ -62207,7 +60970,6 @@ item_db: ( Id: 7591 AegisName: "Moon_Cake12" Name: "Lettered Moon Snack 03" - Type: 3 Buy: 20 Weight: 10 }, @@ -62215,7 +60977,6 @@ item_db: ( Id: 7592 AegisName: "Moon_Cake13" Name: "Lettered Moon Snack 04" - Type: 3 Buy: 20 Weight: 10 }, @@ -62223,7 +60984,6 @@ item_db: ( Id: 7593 AegisName: "Moon_Cake14" Name: "Lettered Moon Snack 05" - Type: 3 Buy: 20 Weight: 10 }, @@ -62231,7 +60991,6 @@ item_db: ( Id: 7594 AegisName: "Sonias_Letter" Name: "Sonia's Letter" - Type: 3 Buy: 20 Weight: 10 }, @@ -62239,7 +60998,6 @@ item_db: ( Id: 7595 AegisName: "Unique_Sword" Name: "Special Sword" - Type: 3 Buy: 20 Weight: 10 }, @@ -62247,7 +61005,6 @@ item_db: ( Id: 7596 AegisName: "Unique_Shield" Name: "Special Shield" - Type: 3 Buy: 20 Weight: 10 }, @@ -62255,7 +61012,6 @@ item_db: ( Id: 7597 AegisName: "Magic_Stone" Name: "Magic Stone" - Type: 3 Buy: 20 Weight: 10 }, @@ -62264,7 +61020,6 @@ item_db: ( Id: 7598 AegisName: "BlueCard_I" Name: "Blue I Card" - Type: 3 Weight: 10 }, */ @@ -62273,7 +61028,6 @@ item_db: ( Id: 7599 AegisName: "BlueCard_D" Name: "Blue D Card" - Type: 3 Weight: 10 }, */ @@ -62282,7 +61036,6 @@ item_db: ( Id: 7600 AegisName: "BlueCard_K" Name: "Blue K Card" - Type: 3 Weight: 10 }, */ @@ -62291,7 +61044,6 @@ item_db: ( Id: 7601 AegisName: "BlueCard_S" Name: "Blue S Card" - Type: 3 Weight: 10 }, */ @@ -62300,7 +61052,6 @@ item_db: ( Id: 7602 AegisName: "BlueCard_R" Name: "Blue R Card" - Type: 3 Weight: 10 }, */ @@ -62308,7 +61059,6 @@ item_db: ( Id: 7603 AegisName: "RO_Party_Ticket" Name: "RO Party Invitation Ticket" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -62324,28 +61074,24 @@ item_db: ( Id: 7604 AegisName: "Flour" Name: "Flour" - Type: 3 Weight: 10 }, { Id: 7605 AegisName: "Chicken_Egg" Name: "Chicken Egg" - Type: 3 Weight: 10 }, { Id: 7606 AegisName: "Coin" Name: "Token of the Ox" - Type: 3 Weight: 10 }, { Id: 7607 AegisName: "Evil_Dragon_Head" Name: "Neck of Demon Dragon" - Type: 3 Buy: 10 Weight: 10 }, @@ -62353,7 +61099,6 @@ item_db: ( Id: 7608 AegisName: "Premium_Ticket" Name: "Premium Ticket" - Type: 3 Buy: 20 Weight: 10 }, @@ -62361,14 +61106,12 @@ item_db: ( Id: 7609 AegisName: "Pumpkin_Mojo" Name: "Pumpkin Mojo" - Type: 3 Weight: 10 }, { Id: 7610 AegisName: "Food_Ticket" Name: "Food Exchange Ticket" - Type: 3 Buy: 1000 Weight: 10 }, @@ -62376,7 +61119,6 @@ item_db: ( Id: 7611 AegisName: "Fox_Symbol" Name: "Symbol of Fox" - Type: 3 Buy: 20 Weight: 10 }, @@ -62384,7 +61126,6 @@ item_db: ( Id: 7612 AegisName: "Heart_Of_Fox_Queen" Name: "Heart of Queen Fox" - Type: 3 Buy: 2 Weight: 10 }, @@ -62392,13 +61133,11 @@ item_db: ( Id: 7613 AegisName: "Small_Rice_Dough" Name: "Small Rice Cake Dough" - Type: 3 }, { Id: 7614 AegisName: "Special_Packing_Paper" Name: "Wrapping Paper" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -62415,7 +61154,6 @@ item_db: ( Id: 7615 AegisName: "MVP_Ticket" Name: "MVP Voucher" - Type: 3 Buy: 10 Weight: 10 }, @@ -62423,7 +61161,6 @@ item_db: ( Id: 7616 AegisName: "Mini_Boss_Ticket" Name: "Miniboss Voucher" - Type: 3 Buy: 10 Weight: 10 }, @@ -62431,7 +61168,6 @@ item_db: ( Id: 7617 AegisName: "Monster_Ticket_" Name: "Monster Voucher" - Type: 3 Buy: 10 Weight: 10 }, @@ -62439,7 +61175,6 @@ item_db: ( Id: 7618 AegisName: "Monster_Crystal" Name: "Monster Crystal" - Type: 3 Buy: 2 Weight: 100 Trade: { @@ -62456,7 +61191,6 @@ item_db: ( Id: 7619 AegisName: "Enriched_Elunium" Name: "Enriched Elunium" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -62473,7 +61207,6 @@ item_db: ( Id: 7620 AegisName: "Enriched_Oridecon" Name: "Enriched Oridecon" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -62490,7 +61223,6 @@ item_db: ( Id: 7621 AegisName: "Token_Of_Siegfried" Name: "Token Of Siegfried" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -62507,7 +61239,6 @@ item_db: ( Id: 7622 AegisName: "New_Style_Coupon" Name: "Hairstyle Coupon" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -62519,7 +61250,6 @@ item_db: ( Id: 7623 AegisName: "Name_Change_Coupon" Name: "Ticket Of Identification" - Type: 3 Buy: 2 Trade: { nodrop: true @@ -62536,7 +61266,6 @@ item_db: ( Id: 7624 AegisName: "Spring_Stanza23" Name: "Spring Stanza23" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -62553,13 +61282,11 @@ item_db: ( Id: 7625 AegisName: "Registration_Ticket" Name: "Registration Ticket" - Type: 3 }, { Id: 7626 AegisName: "Bubble_Gum_Token" Name: "Bubble Gum Token" - Type: 3 Buy: 10 Weight: 10 }, @@ -62567,19 +61294,16 @@ item_db: ( Id: 7627 AegisName: "Sage_Key" Name: "Sage Key" - Type: 3 }, { Id: 7628 AegisName: "Idiot_Key" Name: "Idiot Key" - Type: 3 }, { Id: 7629 AegisName: "Pink_Gift_Box" Name: "Pink Gift Box" - Type: 3 Trade: { nodrop: true notrade: true @@ -62594,26 +61318,22 @@ item_db: ( Id: 7630 AegisName: "Clean_Beach_Brush" Name: "Clean Beach Brush" - Type: 3 }, { Id: 7631 AegisName: "Trash_Debris" Name: "Trash Debris" - Type: 3 }, { Id: 7635 AegisName: "Perfume_Pouch" Name: "Sachet" - Type: 3 Buy: 100 }, { Id: 7701 AegisName: "Dragon_Spirit" Name: "Soul" - Type: 3 Buy: 2 Weight: 10 }, @@ -62621,7 +61341,6 @@ item_db: ( Id: 7702 AegisName: "Special_Cogwheel" Name: "Special Cogwheel" - Type: 3 Buy: 2 Weight: 10 }, @@ -62629,7 +61348,6 @@ item_db: ( Id: 7703 AegisName: "Piece_Of_Cogwheel" Name: "Piece of Cogwheel" - Type: 3 Buy: 2 Weight: 10 }, @@ -62637,21 +61355,18 @@ item_db: ( Id: 7704 AegisName: "Broken_Thermometer" Name: "Broken Thermometer" - Type: 3 Buy: 2 }, { Id: 7705 AegisName: "Note_Of_Geologist" Name: "Note of Geologist" - Type: 3 Buy: 2 }, { Id: 7706 AegisName: "Spoiled_Carrot_Juice" Name: "Broken Carrot Juice" - Type: 3 Buy: 20 Weight: 40 }, @@ -62659,7 +61374,6 @@ item_db: ( Id: 7707 AegisName: "Spoiled_Banana_Juice" Name: "Broken Banana Juice" - Type: 3 Buy: 20 Weight: 40 }, @@ -62667,7 +61381,6 @@ item_db: ( Id: 7708 AegisName: "Spoiled_Apple_Juice" Name: "Broken Apple Juice" - Type: 3 Buy: 20 Weight: 40 }, @@ -62675,7 +61388,6 @@ item_db: ( Id: 7709 AegisName: "Spoiled_Grape_Juice" Name: "Broken Grape Juice" - Type: 3 Buy: 20 Weight: 40 }, @@ -62683,7 +61395,6 @@ item_db: ( Id: 7710 AegisName: "Black_Gemstone" Name: "Black Gemstone" - Type: 3 Buy: 600 Weight: 30 }, @@ -62691,67 +61402,57 @@ item_db: ( Id: 7711 AegisName: "Update_Ticket" Name: "Event Ticket" - Type: 3 Weight: 10 }, { Id: 7712 AegisName: "Nokia5500" Name: "Nokia 5500" - Type: 3 Weight: 10 }, { Id: 7713 AegisName: "BlueCard_A_" Name: "Blue A(2) Card" - Type: 3 Weight: 10 }, { Id: 7714 AegisName: "BlueCard_R_" Name: "Blue R(2) Card" - Type: 3 Weight: 10 }, { Id: 7715 AegisName: "Handmade_Choco_Recipe" Name: "Handmade Chocolate Recipe" - Type: 3 }, { Id: 7716 AegisName: "Strawberry_Choco_Recipe" Name: "Chocolate Strawberry Recipe" - Type: 3 }, { Id: 7717 AegisName: "Choco_Tart_Recipe" Name: "Chocolate Tart Recipe" - Type: 3 }, { Id: 7718 AegisName: "Cacao_Bean" Name: "Cacao Bean" - Type: 3 Weight: 10 }, { Id: 7719 AegisName: "BlueCard_G" Name: "Blue G Card" - Type: 3 Weight: 10 }, { Id: 7720 AegisName: "Gold_Coin_US" Name: "Gold Coin" - Type: 3 Buy: 100 Weight: 10 }, @@ -62759,7 +61460,6 @@ item_db: ( Id: 7721 AegisName: "Treasure_Box_" Name: "Treasure Box" - Type: 3 Buy: 100 Weight: 500 }, @@ -62767,54 +61467,46 @@ item_db: ( Id: 7722 AegisName: "Debt_Note" Name: "Debt Note" - Type: 3 Buy: 20 }, { Id: 7723 AegisName: "Diamond_Of_Ruin" Name: "Diamond of Ruin" - Type: 3 Buy: 20 }, { Id: 7724 AegisName: "Forbidden_Secret_Art" Name: "Forbidden Secret Art" - Type: 3 Buy: 20 }, { Id: 7725 AegisName: "Unlucky_Emerald" Name: "Unlucky Emerald" - Type: 3 Buy: 20 }, { Id: 7726 AegisName: "Token_Of_King" Name: "Token of King" - Type: 3 Buy: 20 }, { Id: 7727 AegisName: "HP_Doctor_Ticket" Name: "HP Doctor Ticket" - Type: 3 }, { Id: 7728 AegisName: "SP_Doctor_Ticket" Name: "SP Doctor Ticket" - Type: 3 }, { Id: 7729 AegisName: "Rok_Star_Badge" Name: "Rok Star Badge" - Type: 3 Buy: 20 Weight: 100 }, @@ -62822,91 +61514,78 @@ item_db: ( Id: 7730 AegisName: "Mission_Certificate1" Name: "Mission Ticket 1" - Type: 3 Weight: 10 }, { Id: 7731 AegisName: "Mission_Certificate2" Name: "Mission Ticket 2" - Type: 3 Weight: 10 }, { Id: 7732 AegisName: "Mission_Certificate3" Name: "Mission Ticket 3" - Type: 3 Weight: 10 }, { Id: 7733 AegisName: "Mission_Certificate4" Name: "Mission Ticket 4" - Type: 3 Weight: 10 }, { Id: 7734 AegisName: "Mission_Certificate5" Name: "Mission Ticket 5" - Type: 3 Weight: 10 }, { Id: 7735 AegisName: "Mission_Certificate6" Name: "Mission Ticket 6" - Type: 3 Weight: 10 }, { Id: 7736 AegisName: "Mission_Certificate7" Name: "Mission Ticket 7" - Type: 3 Weight: 10 }, { Id: 7737 AegisName: "Mission_Certificate8" Name: "Mission Ticket 8" - Type: 3 Weight: 10 }, { Id: 7738 AegisName: "Mission_Certificate9" Name: "Mission Ticket 9" - Type: 3 Weight: 10 }, { Id: 7739 AegisName: "Mission_Certificate10" Name: "Mission Ticket 10" - Type: 3 Weight: 10 }, { Id: 7740 AegisName: "Mission_Certificate11" Name: "Mission Ticket 11" - Type: 3 Weight: 10 }, { Id: 7741 AegisName: "Mission_Certificate12" Name: "Mission Ticket 12" - Type: 3 Weight: 10 }, { Id: 7742 AegisName: "Kaong" Name: "Kaong" - Type: 3 Buy: 2 Weight: 10 }, @@ -62914,7 +61593,6 @@ item_db: ( Id: 7743 AegisName: "Gulaman" Name: "Gulaman" - Type: 3 Buy: 2 Weight: 10 }, @@ -62922,7 +61600,6 @@ item_db: ( Id: 7744 AegisName: "Leche_Flan" Name: "Leche Flan" - Type: 3 Buy: 2 Weight: 10 }, @@ -62930,7 +61607,6 @@ item_db: ( Id: 7745 AegisName: "Ube_Jam" Name: "Ube Jam" - Type: 3 Buy: 2 Weight: 10 }, @@ -62938,7 +61614,6 @@ item_db: ( Id: 7746 AegisName: "Sago" Name: "Sago" - Type: 3 Buy: 2 Weight: 10 }, @@ -62946,7 +61621,6 @@ item_db: ( Id: 7747 AegisName: "Langka" Name: "Langka" - Type: 3 Buy: 2 Weight: 10 }, @@ -62954,7 +61628,6 @@ item_db: ( Id: 7748 AegisName: "Sweet_Bean" Name: "Sweet Beans" - Type: 3 Buy: 2 Weight: 10 }, @@ -62962,7 +61635,6 @@ item_db: ( Id: 7749 AegisName: "Sweet_Banana" Name: "Sweet Bananas" - Type: 3 Buy: 2 Weight: 10 }, @@ -62970,7 +61642,6 @@ item_db: ( Id: 7750 AegisName: "Macapuno" Name: "Macapuno" - Type: 3 Buy: 2 Weight: 10 }, @@ -62978,7 +61649,6 @@ item_db: ( Id: 7751 AegisName: "Old_White_Cloth" Name: "Old White Cloth" - Type: 3 Buy: 550 Weight: 10 BuyingStore: true @@ -62987,7 +61657,6 @@ item_db: ( Id: 7752 AegisName: "Clattering_Skull" Name: "Clattering Skull" - Type: 3 Buy: 840 Weight: 10 BuyingStore: true @@ -62996,7 +61665,6 @@ item_db: ( Id: 7753 AegisName: "Broken_Farming_Utensil" Name: "Broken Farming Utensil" - Type: 3 Buy: 330 Weight: 10 BuyingStore: true @@ -63005,7 +61673,6 @@ item_db: ( Id: 7754 AegisName: "Broken_Crown" Name: "Broken Crown" - Type: 3 Buy: 3000 Weight: 10 BuyingStore: true @@ -63014,14 +61681,12 @@ item_db: ( Id: 7755 AegisName: "Research_Note" Name: "Research Note" - Type: 3 Buy: 20 }, { Id: 7756 AegisName: "Sealed_Book" Name: "Sealed Book" - Type: 3 Buy: 2000 Weight: 10 }, @@ -63029,7 +61694,6 @@ item_db: ( Id: 7757 AegisName: "Mithril" Name: "Mithril" - Type: 3 Buy: 20 Weight: 100 }, @@ -63037,7 +61701,6 @@ item_db: ( Id: 7758 AegisName: "Star_Crystal" Name: "Star Crystal" - Type: 3 Buy: 20 Weight: 100 }, @@ -63045,7 +61708,6 @@ item_db: ( Id: 7759 AegisName: "Geology_Report" Name: "Geologist's Report" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -63062,7 +61724,6 @@ item_db: ( Id: 7760 AegisName: "Yaga_Magic_Book" Name: "Yaga's Magic Book" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -63071,7 +61732,6 @@ item_db: ( Id: 7761 AegisName: "Magic_Gourd_Bottle" Name: "Magic Gourd Bottle" - Type: 3 Buy: 20 Weight: 10 }, @@ -63079,7 +61739,6 @@ item_db: ( Id: 7762 AegisName: "Yaga_Pestle" Name: "Yaga's Pestle" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -63088,7 +61747,6 @@ item_db: ( Id: 7763 AegisName: "Sticky_Herb" Name: "Sticky Herb" - Type: 3 Buy: 20 Weight: 10 }, @@ -63096,7 +61754,6 @@ item_db: ( Id: 7764 AegisName: "High_Strength_Adhesive" Name: "High Strength Adhesive" - Type: 3 Buy: 20 Weight: 10 }, @@ -63104,7 +61761,6 @@ item_db: ( Id: 7765 AegisName: "Yaga_Secret_Medicine" Name: "Baba Yaga's Secret Medicine" - Type: 3 Buy: 20 Weight: 10 }, @@ -63112,7 +61768,6 @@ item_db: ( Id: 7766 AegisName: "Bok_Choy" Name: "Bok Choy" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -63129,7 +61784,6 @@ item_db: ( Id: 7767 AegisName: "Chung_E_Cake" Name: "Green Maiden's Cake" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -63146,42 +61800,36 @@ item_db: ( Id: 7768 AegisName: "Squid" Name: "Squid" - Type: 3 Weight: 10 }, { Id: 7769 AegisName: "Egg_Yolk" Name: "Egg Yolk" - Type: 3 Weight: 10 }, { Id: 7770 AegisName: "Sweet_Rice" Name: "Sweet Rice" - Type: 3 Weight: 10 }, { Id: 7771 AegisName: "Lotus_Leaf" Name: "Lotus Leaf" - Type: 3 Weight: 10 }, { Id: 7772 AegisName: "String" Name: "String" - Type: 3 Weight: 10 }, { Id: 7773 AegisName: "War_Badge" Name: "Wat Badge" - Type: 3 Trade: { nodrop: true notrade: true @@ -63196,21 +61844,18 @@ item_db: ( Id: 7774 AegisName: "Chung_E_Ticket" Name: "Green Maiden Ticket" - Type: 3 Weight: 10 }, { Id: 7775 AegisName: "Spring_Rabbit_Ticket" Name: "Spring Rabbit Ticket" - Type: 3 Weight: 10 }, { Id: 7776 AegisName: "Max_Weight_Up_Scroll" Name: "Gym Pass" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63226,42 +61871,36 @@ item_db: ( Id: 7777 AegisName: "Gold_Box" Name: "Sealed Golden Box" - Type: 3 Weight: 10 }, { Id: 7778 AegisName: "Silver_Box" Name: "Sealed Silver Box" - Type: 3 Weight: 10 }, { Id: 7779 AegisName: "Gold_Key_TW" Name: "Golden Key" - Type: 3 Weight: 10 }, { Id: 7780 AegisName: "Silver_Key" Name: "Silver Key" - Type: 3 Weight: 10 }, { Id: 7781 AegisName: "Heart_Box" Name: "Engrave Treasure Box" - Type: 3 Weight: 10 }, { Id: 7782 AegisName: "Gold_Key77" Name: "Episode 13.1 Poporing Key" - Type: 3 Weight: 10 DropAnnounce: true }, @@ -63269,7 +61908,6 @@ item_db: ( Id: 7783 AegisName: "Silver_Key77" Name: "Episode 13.2 Poring Key" - Type: 3 Weight: 10 DropAnnounce: true }, @@ -63277,7 +61915,6 @@ item_db: ( Id: 7784 AegisName: "Fawner_Coupon1" Name: "Free Coupon 1" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63293,7 +61930,6 @@ item_db: ( Id: 7785 AegisName: "Fawner_Coupon2" Name: "Free Coupon 2" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63309,7 +61945,6 @@ item_db: ( Id: 7786 AegisName: "Fawner_Coupon3" Name: "Free Coupon 3" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63325,7 +61960,6 @@ item_db: ( Id: 7787 AegisName: "Fawner_Coupon4" Name: "Free Coupon 4" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63341,7 +61975,6 @@ item_db: ( Id: 7788 AegisName: "Fawner_Coupon5" Name: "Free Coupon 5" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63357,7 +61990,6 @@ item_db: ( Id: 7789 AegisName: "Fawner_Coupon6" Name: "Free Coupon 6" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63373,7 +62005,6 @@ item_db: ( Id: 7790 AegisName: "Fawner_Coupon7" Name: "Free Coupon 7" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63389,7 +62020,6 @@ item_db: ( Id: 7791 AegisName: "Fawner_Coupon8" Name: "Free Coupon 8" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -63405,14 +62035,12 @@ item_db: ( Id: 7792 AegisName: "Guyak" Name: "Guyak" - Type: 3 Weight: 10 }, { Id: 7793 AegisName: "Golden_Apple" Name: "Golden Apple" - Type: 3 Trade: { nodrop: true notrade: true @@ -63427,7 +62055,6 @@ item_db: ( Id: 7794 AegisName: "Fate_Of_Crow" Name: "The Crow of Destiny" - Type: 3 Trade: { nodrop: true notrade: true @@ -63442,7 +62069,6 @@ item_db: ( Id: 7795 AegisName: "Mami_Photo_Album" Name: "Mammi's Photo Album" - Type: 3 Buy: 2 Weight: 10 }, @@ -63450,7 +62076,6 @@ item_db: ( Id: 7796 AegisName: "Author_Autograph" Name: "Author's Autograph" - Type: 3 Buy: 2 Weight: 10 }, @@ -63458,7 +62083,6 @@ item_db: ( Id: 7797 AegisName: "Author_Memo" Name: "Author's Memo" - Type: 3 Buy: 2 Weight: 10 }, @@ -63466,7 +62090,6 @@ item_db: ( Id: 7798 AegisName: "Dark_Debris" Name: "Fragment of Darkness" - Type: 3 Buy: 500 Weight: 10 }, @@ -63474,7 +62097,6 @@ item_db: ( Id: 7799 AegisName: "Dark_Crystal" Name: "Crystal of Darkness" - Type: 3 Buy: 10 Weight: 10 }, @@ -63482,7 +62104,6 @@ item_db: ( Id: 7800 AegisName: "Golden_Apple_" Name: "Golden Charm Apple" - Type: 3 Trade: { nodrop: true notrade: true @@ -63497,7 +62118,6 @@ item_db: ( Id: 7801 AegisName: "Girl_Fan_Letter" Name: "Girl's Letter" - Type: 3 Trade: { nodrop: true notrade: true @@ -63512,7 +62132,6 @@ item_db: ( Id: 7802 AegisName: "Autograph_Book" Name: "Signature Notebook" - Type: 3 Trade: { nodrop: true notrade: true @@ -63527,7 +62146,6 @@ item_db: ( Id: 7803 AegisName: "Battle_Manual_TW" Name: "Beginner's Field Manual" - Type: 3 Weight: 10 }, /* @@ -63535,7 +62153,6 @@ item_db: ( Id: 7804 AegisName: "????_???" Name: "????_???" - Type: 3 Weight: 10 }, */ @@ -63543,112 +62160,96 @@ item_db: ( Id: 7805 AegisName: "Brown_Ring" Name: "Brown Jenoss's Family Ring" - Type: 3 Weight: 10 }, { Id: 7806 AegisName: "Black_Anvil" Name: "God Anvil" - Type: 3 Weight: 10 }, { Id: 7807 AegisName: "Ore" Name: "God Mineral" - Type: 3 Weight: 10 }, { Id: 7808 AegisName: "Gold_Hammer" Name: "God Hammer" - Type: 3 Weight: 10 }, { Id: 7809 AegisName: "Gold_Furnace" Name: "God Furnace" - Type: 3 Weight: 10 }, { Id: 7810 AegisName: "Yellow_Cat_Eyed_Stone" Name: "Symbol of Richness" - Type: 3 Weight: 10 }, { Id: 7811 AegisName: "Gold_Anvil" Name: "Anvil" - Type: 3 Weight: 10 }, { Id: 7812 AegisName: "Red_Cat_Eyed_Stone" Name: "Symbol of Bravery" - Type: 3 Weight: 10 }, { Id: 7813 AegisName: "Th_Red_Ring" Name: "Red Jenoss's Family Ring" - Type: 3 Weight: 10 }, { Id: 7814 AegisName: "Green_Ring" Name: "Green Jenoss's Family Ring" - Type: 3 Weight: 10 }, { Id: 7815 AegisName: "Blue_Ring" Name: "Blue Jenoss's Family Ring" - Type: 3 Weight: 10 }, { Id: 7816 AegisName: "Blue_Cat_Eyed_Stone" Name: "Symbol of Faith" - Type: 3 Weight: 10 }, { Id: 7817 AegisName: "White_Cat_Eyed_Stone" Name: "Symbol of Peace" - Type: 3 Weight: 10 }, { Id: 7818 AegisName: "RJC_Golden_Necklace" Name: "Jessur's Necklace" - Type: 3 Weight: 10 }, { Id: 7819 AegisName: "Nokia5300" Name: "Nokia 5300" - Type: 3 Weight: 10 }, { Id: 7820 AegisName: "Morroc_Skin" Name: "Piece of Morocc Skin" - Type: 3 Trade: { nodrop: true notrade: true @@ -63664,7 +62265,6 @@ item_db: ( Id: 7821 AegisName: "Green_Apple" Name: "Green Apple" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -63681,7 +62281,6 @@ item_db: ( Id: 7822 AegisName: "Whole_Barbecue" Name: "Whole Barbecue" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -63698,7 +62297,6 @@ item_db: ( Id: 7823 AegisName: "Meat_Veg_Skewer" Name: "Meat Veg Skewer" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -63715,7 +62313,6 @@ item_db: ( Id: 7824 AegisName: "Spirit_Liquor" Name: "Spirit Liquor" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -63733,7 +62330,6 @@ item_db: ( Id: 7825 AegisName: "Heroic_Stone" Name: "Heroic Stone" - Type: 3 Buy: 20 Weight: 10 }, @@ -63741,7 +62337,6 @@ item_db: ( Id: 7826 AegisName: "Continental_Guard_Paper" Name: "Continental Guard Paper" - Type: 3 Trade: { nodrop: true notrade: true @@ -63757,13 +62352,11 @@ item_db: ( Id: 7827 AegisName: "Mineral_Report" Name: "Mineral Evals" - Type: 3 }, { Id: 7828 AegisName: "BF_Badge1" Name: "Bravery Badge" - Type: 3 Trade: { nodrop: true notrade: true @@ -63777,7 +62370,6 @@ item_db: ( Id: 7829 AegisName: "BF_Badge2" Name: "Valor Badge" - Type: 3 Trade: { nodrop: true notrade: true @@ -63791,7 +62383,6 @@ item_db: ( Id: 7830 AegisName: "Goddess_Tear" Name: "Goddess Tear" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63800,7 +62391,6 @@ item_db: ( Id: 7831 AegisName: "Valkyrie_Token" Name: "Valkyrie's Token" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63809,7 +62399,6 @@ item_db: ( Id: 7832 AegisName: "Brynhild_Armor_Piece" Name: "Brynhild Armor Piece" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63818,7 +62407,6 @@ item_db: ( Id: 7833 AegisName: "Hero_Remains" Name: "Hero's Remains" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63827,7 +62415,6 @@ item_db: ( Id: 7834 AegisName: "Andvari_Ring" Name: "Andvari's Ring" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63836,7 +62423,6 @@ item_db: ( Id: 7835 AegisName: "Dusk_Glow" Name: "Dusk Glow" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63845,7 +62431,6 @@ item_db: ( Id: 7836 AegisName: "Dawn_Essence" Name: "Dawn Essence" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63854,7 +62439,6 @@ item_db: ( Id: 7837 AegisName: "Cold_Moonlight" Name: "Cold Moonlight" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63863,7 +62447,6 @@ item_db: ( Id: 7838 AegisName: "Hazy_Starlight" Name: "Hazy Starlight" - Type: 3 Buy: 1 Weight: 500 BuyingStore: true @@ -63872,7 +62455,6 @@ item_db: ( Id: 7839 AegisName: "Crystal_Key" Name: "Crystal Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -63887,7 +62469,6 @@ item_db: ( Id: 7840 AegisName: "Valkyrie_Gift" Name: "Valkyrie's Gift" - Type: 3 Trade: { nodrop: true notrade: true @@ -63903,7 +62484,6 @@ item_db: ( Id: 7841 AegisName: "Spotted_Paper" Name: "Stained Piece Of Paper" - Type: 3 Trade: { nodrop: true notrade: true @@ -63918,7 +62498,6 @@ item_db: ( Id: 7842 AegisName: "Torn_Paper" Name: "Torn Piece Of Paper" - Type: 3 Trade: { nodrop: true notrade: true @@ -63933,7 +62512,6 @@ item_db: ( Id: 7843 AegisName: "Old_Paper" Name: "Old Piece Of Paper" - Type: 3 Trade: { nodrop: true notrade: true @@ -63948,7 +62526,6 @@ item_db: ( Id: 7844 AegisName: "Burnt_Paper" Name: "Burnt Pieces Of Paper" - Type: 3 Trade: { nodrop: true notrade: true @@ -63963,42 +62540,36 @@ item_db: ( Id: 7845 AegisName: "Copy_Of_Spotted_Paper" Name: "Copy Of Spotted Paper" - Type: 3 Weight: 10 }, { Id: 7846 AegisName: "Copy_Of_Torn_Paper" Name: "Copy Of Torn Paper" - Type: 3 Weight: 10 }, { Id: 7847 AegisName: "Copy_Of_Old_Paper" Name: "Copy Of Old Paper" - Type: 3 Weight: 10 }, { Id: 7848 AegisName: "Copy_Of_Burnt_Paper" Name: "Copy Of Burnt Paper" - Type: 3 Weight: 10 }, { Id: 7849 AegisName: "Soul_Crystal" Name: "Soul Crystal" - Type: 3 Weight: 10 }, { Id: 7850 AegisName: "Wooden_Block_" Name: "Wooden Block" - Type: 3 Buy: 20 Weight: 100 }, @@ -64006,7 +62577,6 @@ item_db: ( Id: 7851 AegisName: "Pass_F1" Name: "Wii Raffle Ticket" - Type: 3 Buy: 20 Weight: 10 }, @@ -64014,7 +62584,6 @@ item_db: ( Id: 7852 AegisName: "Pass_F2" Name: "Divx Player Raffle Ticket" - Type: 3 Buy: 20 Weight: 10 }, @@ -64022,7 +62591,6 @@ item_db: ( Id: 7853 AegisName: "Pass_F3" Name: "iPod nano Raffle Ticket" - Type: 3 Buy: 20 Weight: 10 }, @@ -64030,7 +62598,6 @@ item_db: ( Id: 7854 AegisName: "Pass_CF" Name: "Comodo Festival Ticket" - Type: 3 Buy: 20 Weight: 10 }, @@ -64038,7 +62605,6 @@ item_db: ( Id: 7855 AegisName: "Heart" Name: "Heart" - Type: 3 Buy: 20 Weight: 10 }, @@ -64046,7 +62612,6 @@ item_db: ( Id: 7856 AegisName: "Girl_Bunch_Of_Flower_" Name: "Girl's Bouquet" - Type: 3 Buy: 20 Weight: 50 }, @@ -64054,7 +62619,6 @@ item_db: ( Id: 7857 AegisName: "Handmade_Kitty_Doll" Name: "Hand-made Kitty Doll" - Type: 3 Buy: 20 Weight: 30 }, @@ -64062,7 +62626,6 @@ item_db: ( Id: 7858 AegisName: "Dragonball_Yellow_" Name: "Dragonball Yellow" - Type: 3 Buy: 20 Weight: 10 }, @@ -64070,7 +62633,6 @@ item_db: ( Id: 7859 AegisName: "Game_Ticket" Name: "Game Ticket" - Type: 3 Buy: 20 Weight: 100 }, @@ -64078,28 +62640,24 @@ item_db: ( Id: 7860 AegisName: "Peeps" Name: "Peeps" - Type: 3 Weight: 50 }, { Id: 7861 AegisName: "Jelly_Bean" Name: "Jelly Bean" - Type: 3 Weight: 50 }, { Id: 7862 AegisName: "Marshmallow" Name: "Marshmallow" - Type: 3 Weight: 50 }, { Id: 7863 AegisName: "GOLD_ID4" Name: "Special Gold" - Type: 3 Buy: 20 Weight: 200 Trade: { @@ -64115,7 +62673,6 @@ item_db: ( Id: 7864 AegisName: "Love_Flower" Name: "Love Flower" - Type: 3 Buy: 20 Weight: 10 }, @@ -64123,7 +62680,6 @@ item_db: ( Id: 7865 AegisName: "Gold_Pouch" Name: "Gold Pouch" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -64139,7 +62695,6 @@ item_db: ( Id: 7866 AegisName: "Certificate" Name: "Certificate" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -64155,7 +62710,6 @@ item_db: ( Id: 7867 AegisName: "SesamePouch" Name: "Sesame Bag" - Type: 3 Buy: 10 Weight: 100 }, @@ -64163,7 +62717,6 @@ item_db: ( Id: 7868 AegisName: "Water" Name: "Fresh Water" - Type: 3 Buy: 10 Weight: 100 }, @@ -64171,7 +62724,6 @@ item_db: ( Id: 7869 AegisName: "RicePouch" Name: "Rice Pouch" - Type: 3 Buy: 10 Weight: 100 }, @@ -64179,7 +62731,6 @@ item_db: ( Id: 7870 AegisName: "Corn" Name: "Corn" - Type: 3 Buy: 5 Weight: 20 }, @@ -64187,7 +62738,6 @@ item_db: ( Id: 7871 AegisName: "BeanPouch" Name: "Bean Bag" - Type: 3 Buy: 10 Weight: 20 }, @@ -64195,7 +62745,6 @@ item_db: ( Id: 7872 AegisName: "Grass" Name: "Herb" - Type: 3 Buy: 10 Weight: 30 }, @@ -64203,7 +62752,6 @@ item_db: ( Id: 7873 AegisName: "MVP_Monster_Scroll" Name: "MVP Monster Scroll" - Type: 3 Buy: 10 Weight: 10 }, @@ -64211,7 +62759,6 @@ item_db: ( Id: 7874 AegisName: "Monster_Scroll" Name: "Create Monster Scroll" - Type: 3 Buy: 10 Weight: 10 }, @@ -64219,7 +62766,6 @@ item_db: ( Id: 7875 AegisName: "Pirate_Box" Name: "Pirate Treasure" - Type: 3 Buy: 300000 Trade: { nodrop: true @@ -64234,7 +62780,6 @@ item_db: ( Id: 7876 AegisName: "Gold_Key" Name: "Golden Key" - Type: 3 Weight: 50 Trade: { nodrop: true @@ -64250,7 +62795,6 @@ item_db: ( Id: 7877 AegisName: "Red_Ring" Name: "Red Ring" - Type: 3 Weight: 100 Trade: { nodrop: true @@ -64266,7 +62810,6 @@ item_db: ( Id: 7878 AegisName: "Lusalka_Hair" Name: "Lusalka's Hair" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -64282,7 +62825,6 @@ item_db: ( Id: 7879 AegisName: "Golden_Thread" Name: "Golden Thread" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -64298,7 +62840,6 @@ item_db: ( Id: 7880 AegisName: "Babayaga_Silver_Spoon" Name: "Baba Yaga's Silver Spoon" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -64314,7 +62855,6 @@ item_db: ( Id: 7881 AegisName: "Book_Of_Magic" Name: "Mystery Magic Book" - Type: 3 Weight: 50 Trade: { nodrop: true @@ -64330,7 +62870,6 @@ item_db: ( Id: 7882 AegisName: "Pointed_Branch" Name: "Sharp Branch" - Type: 3 Trade: { nodrop: true notrade: true @@ -64345,7 +62884,6 @@ item_db: ( Id: 7883 AegisName: "Pointed_Wooden_Flute" Name: "Wooden Flute" - Type: 3 Trade: { nodrop: true notrade: true @@ -64360,7 +62898,6 @@ item_db: ( Id: 7884 AegisName: "Jade_Plate" Name: "Jade Plate" - Type: 3 Trade: { nodrop: true notrade: true @@ -64375,7 +62912,6 @@ item_db: ( Id: 7885 AegisName: "Sacred_Arrow" Name: "Sacred Arrow" - Type: 3 Trade: { nodrop: true notrade: true @@ -64390,35 +62926,30 @@ item_db: ( Id: 7886 AegisName: "Bean_Paste" Name: "Bean Paste" - Type: 3 Weight: 10 }, { Id: 7887 AegisName: "Dried_Fruit_Box" Name: "Dried Fruit Box" - Type: 3 Weight: 30 }, { Id: 7888 AegisName: "Bag_Of_Nuts" Name: "Bag of Nuts" - Type: 3 Weight: 30 }, { Id: 7889 AegisName: "Chicken_Feed" Name: "Chicken Feed" - Type: 3 Weight: 20 }, { Id: 7891 AegisName: "Mug" Name: "Mug" - Type: 3 Buy: 2 Weight: 100 }, @@ -64426,7 +62957,6 @@ item_db: ( Id: 7892 AegisName: "Charcoal" Name: "Charcoal" - Type: 3 Buy: 10 Weight: 10 }, @@ -64434,7 +62964,6 @@ item_db: ( Id: 7893 AegisName: "Sulfur" Name: "Sulphur" - Type: 3 Buy: 10 Weight: 10 }, @@ -64442,7 +62971,6 @@ item_db: ( Id: 7894 AegisName: "Nitrate" Name: "Nitrogen Acid" - Type: 3 Buy: 10 Weight: 10 }, @@ -64450,7 +62978,6 @@ item_db: ( Id: 7895 AegisName: "TRO_Memory_Book01" Name: "Rama5 Book" - Type: 3 Trade: { nodrop: true notrade: true @@ -64465,7 +62992,6 @@ item_db: ( Id: 7896 AegisName: "TRO_Memory_Book02" Name: "Loykrathong Book" - Type: 3 Trade: { nodrop: true notrade: true @@ -64480,7 +63006,6 @@ item_db: ( Id: 7897 AegisName: "TRO_Memory_Book03" Name: "Constitution Book" - Type: 3 Trade: { nodrop: true notrade: true @@ -64495,7 +63020,6 @@ item_db: ( Id: 7898 AegisName: "VVS_Balmung" Name: "VV Strong Balmung" - Type: 3 Trade: { nodrop: true notrade: true @@ -64510,7 +63034,6 @@ item_db: ( Id: 7899 AegisName: "Spiritualist_Dagger" Name: "Dagger Of Psychic" - Type: 3 Trade: { nodrop: true notrade: true @@ -64525,7 +63048,6 @@ item_db: ( Id: 7900 AegisName: "Jenoss_Ring1" Name: "Jonathan Family Ring" - Type: 3 Trade: { nodrop: true notrade: true @@ -64541,7 +63063,6 @@ item_db: ( Id: 7901 AegisName: "Jenoss_Ring2" Name: "Jillberriel Family Ring" - Type: 3 Trade: { nodrop: true notrade: true @@ -64557,7 +63078,6 @@ item_db: ( Id: 7902 AegisName: "Jenoss_Ring3" Name: "Jessur Family Ring" - Type: 3 Trade: { nodrop: true notrade: true @@ -64573,7 +63093,6 @@ item_db: ( Id: 7903 AegisName: "Jenoss_Ring4" Name: "Jenoss Family Ring" - Type: 3 Trade: { nodrop: true notrade: true @@ -64589,7 +63108,6 @@ item_db: ( Id: 7904 AegisName: "Piano_Key" Name: "Piano Key" - Type: 3 Trade: { nodrop: true notrade: true @@ -64605,7 +63123,6 @@ item_db: ( Id: 7905 AegisName: "Rok_Star_Badge_" Name: "Rok Star Badge" - Type: 3 Buy: 20 Weight: 100 }, @@ -64613,7 +63130,6 @@ item_db: ( Id: 7906 AegisName: "Poppy_Wreath" Name: "Poppy Wreath" - Type: 3 Trade: { nodrop: true notrade: true @@ -64629,7 +63145,6 @@ item_db: ( Id: 7907 AegisName: "Bobbin_Of_Goddess" Name: "Bobbin Of Goddess" - Type: 3 Buy: 20 Weight: 10 Trade: { @@ -64646,35 +63161,30 @@ item_db: ( Id: 7908 AegisName: "Louis_Hair_Coupon" Name: "Louise's Beauty Coupon" - Type: 3 Weight: 10 }, { Id: 7909 AegisName: "Stolen_Cookie" Name: "Stolen Cookie" - Type: 3 Weight: 10 }, { Id: 7910 AegisName: "Stolen_Candy" Name: "Stolen Candy" - Type: 3 Weight: 10 }, { Id: 7911 AegisName: "Yulia_Hat" Name: "Yulia's Hat" - Type: 3 Weight: 10 }, { Id: 7912 AegisName: "Portable_Snowman" Name: "Portable Snowman Machine" - Type: 3 Trade: { nodrop: true notrade: true @@ -64690,7 +63200,6 @@ item_db: ( Id: 7913 AegisName: "Test_Certificate" Name: "Battle Test Certificate" - Type: 3 Trade: { nodrop: true notrade: true @@ -64706,7 +63215,6 @@ item_db: ( Id: 7914 AegisName: "Ancient_Document_TW" Name: "Ancient Language Document" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -64723,25 +63231,21 @@ item_db: ( Id: 7915 AegisName: "Copper_Coin_" Name: "Bronze Coin" - Type: 3 }, { Id: 7916 AegisName: "Silver_Coin_" Name: "Silver Coin" - Type: 3 }, { Id: 7917 AegisName: "Magic_Potion" Name: "Magic Potion" - Type: 3 }, { Id: 7918 AegisName: "Particle_Of_Memory" Name: "Fragment Of Memory" - Type: 3 Buy: 2000 Weight: 100 }, @@ -64749,7 +63253,6 @@ item_db: ( Id: 7919 AegisName: "Festival_Ticket" Name: "Festival Ticket" - Type: 3 Buy: 10 Weight: 10 }, @@ -64757,13 +63260,11 @@ item_db: ( Id: 7920 AegisName: "Heros_Arsenal" Name: "He's Arsenal" - Type: 3 }, { Id: 7921 AegisName: "Essence_Of_Dragon" Name: "Essence Of Dragon" - Type: 3 Buy: 1000 Weight: 10 }, @@ -64771,7 +63272,6 @@ item_db: ( Id: 7922 AegisName: "RWC_Ticket" Name: "RWC Voucher Items" - Type: 3 Buy: 2 Weight: 10 }, @@ -64779,7 +63279,6 @@ item_db: ( Id: 7923 AegisName: "KRATHONG_" Name: "Krathong" - Type: 3 Trade: { nodrop: true notrade: true @@ -64794,7 +63293,6 @@ item_db: ( Id: 7928 AegisName: "Brazilian_Flag_" Name: "Brazil National Flag" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -64812,7 +63310,6 @@ item_db: ( Id: 7929 AegisName: "Golden_Coin_" Name: "Gold Coin" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -64830,7 +63327,6 @@ item_db: ( Id: 7930 AegisName: "Cowkings_Nose_Ring" Name: "Devil's Cattle Ring" - Type: 3 Weight: 1000 Trade: { nodrop: true @@ -64847,7 +63343,6 @@ item_db: ( Id: 7931 AegisName: "Poison_Kit" Name: "Poison Kit" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64856,7 +63351,6 @@ item_db: ( Id: 7932 AegisName: "Poison_Herb_Nerium" Name: "Poison Herb Nerium" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64865,7 +63359,6 @@ item_db: ( Id: 7933 AegisName: "Poison_Herb_Rantana" Name: "Poison Herb Rantana" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64874,7 +63367,6 @@ item_db: ( Id: 7934 AegisName: "Poison_Herb_Makulata" Name: "Poison Herb Makulata" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64883,7 +63375,6 @@ item_db: ( Id: 7935 AegisName: "Poison_Herb_Seratum" Name: "Poison Herb Seratum" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64892,7 +63383,6 @@ item_db: ( Id: 7936 AegisName: "Poison_Herb_Scopolia" Name: "Poison Herb Scoporia" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64901,7 +63391,6 @@ item_db: ( Id: 7937 AegisName: "Poison_Herb_Amoena" Name: "Poison Herb Amoena" - Type: 3 Buy: 1 Weight: 10 BuyingStore: true @@ -64910,7 +63399,6 @@ item_db: ( Id: 7938 AegisName: "Light_Granule" Name: "Light Granule" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -64919,7 +63407,6 @@ item_db: ( Id: 7939 AegisName: "Elder_Branch" Name: "Elder Branch" - Type: 3 Buy: 1000 Weight: 10 BuyingStore: true @@ -64928,7 +63415,6 @@ item_db: ( Id: 7940 AegisName: "Special_Alloy_Trap" Name: "Special Alloy Trap" - Type: 3 Buy: 200 Weight: 2 BuyingStore: true @@ -64937,26 +63423,22 @@ item_db: ( Id: 7941 AegisName: "Halloween_Ticket" Name: "Halloween Ticket" - Type: 3 Buy: 10 }, { Id: 7942 AegisName: "Letter_From_Chico" Name: "Chico Cesar Letter" - Type: 3 }, { Id: 7943 AegisName: "Caskinya" Name: "Caskinya" - Type: 3 }, { Id: 7944 AegisName: "Box_Of_Seal" Name: "Sealed Box" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -64969,7 +63451,6 @@ item_db: ( Id: 7945 AegisName: "Almighty_Charm" Name: "Universal Amulet" - Type: 3 Weight: 10 Trade: { nodrop: true @@ -64981,21 +63462,18 @@ item_db: ( Id: 7946 AegisName: "Valentine_Gold_Ring" Name: "Gold Ring Of Valentine" - Type: 3 Buy: 10 }, { Id: 7947 AegisName: "Valentine_Silver_Ring" Name: "Silver Ring Of Valentine" - Type: 3 Buy: 10 }, { Id: 7948 AegisName: "Box" Name: "Box" - Type: 3 Buy: 10 Weight: 10 }, @@ -65003,7 +63481,6 @@ item_db: ( Id: 7949 AegisName: "Woven_Wool" Name: "Woven Wool" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65019,7 +63496,6 @@ item_db: ( Id: 7950 AegisName: "Ayothaya_Ticket" Name: "Ayothaya Fest Ticket" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65035,7 +63511,6 @@ item_db: ( Id: 7951 AegisName: "Gold_Tulip" Name: "Golden Tulip Flower" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65052,7 +63527,6 @@ item_db: ( Id: 7952 AegisName: "Gift_From_Romiros" Name: "Gift Of Lomi Ross" - Type: 3 Trade: { nodrop: true notrade: true @@ -65068,7 +63542,6 @@ item_db: ( Id: 7953 AegisName: "Gift_From_Juliedge" Name: "Gift Of Juliet" - Type: 3 Trade: { nodrop: true notrade: true @@ -65084,7 +63557,6 @@ item_db: ( Id: 7954 AegisName: "Festival_Ticket_" Name: "Summer Festival Ticket" - Type: 3 Buy: 10 Weight: 10 Trade: { @@ -65101,35 +63573,30 @@ item_db: ( Id: 7955 AegisName: "Lost_Card1" Name: "Lost Card1" - Type: 3 Buy: 10 }, { Id: 7956 AegisName: "Lost_Card2" Name: "Lost Card2" - Type: 3 Buy: 10 }, { Id: 7957 AegisName: "Lost_Card3" Name: "Lost Card3" - Type: 3 Buy: 10 }, { Id: 7958 AegisName: "Lost_Card4" Name: "Lost Card4" - Type: 3 Buy: 10 }, { Id: 7959 AegisName: "Ancient_Gold_Coin" Name: "Ancient Gold Coin" - Type: 3 Trade: { nodrop: true nogstorage: true @@ -65139,7 +63606,6 @@ item_db: ( Id: 7960 AegisName: "Ancient_Silver_Coin" Name: "Ancient Silver Coin" - Type: 3 Trade: { nodrop: true nogstorage: true @@ -65149,7 +63615,6 @@ item_db: ( Id: 7961 AegisName: "Weapon_Exchange" Name: "Weapon Exchange" - Type: 3 Trade: { nodrop: true notrade: true @@ -65164,7 +63629,6 @@ item_db: ( Id: 7962 AegisName: "Treasure_Map1" Name: "Treasure Map1" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65180,7 +63644,6 @@ item_db: ( Id: 7963 AegisName: "Treasure_Map2" Name: "Treasure Map2" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65196,7 +63659,6 @@ item_db: ( Id: 7964 AegisName: "Treasure_Map3" Name: "Treasure Map3" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65212,7 +63674,6 @@ item_db: ( Id: 7965 AegisName: "Treasure_Map4" Name: "Treasure Map4" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65228,7 +63689,6 @@ item_db: ( Id: 7966 AegisName: "Weird_Parchment1" Name: "Weird Parchment1" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65244,7 +63704,6 @@ item_db: ( Id: 7967 AegisName: "Weird_Parchment2" Name: "Weird Parchment2" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65260,7 +63719,6 @@ item_db: ( Id: 7968 AegisName: "Weird_Parchment3" Name: "Weird Parchment3" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65276,7 +63734,6 @@ item_db: ( Id: 7969 AegisName: "Weird_Parchment4" Name: "Weird Parchment4" - Type: 3 Buy: 10 Trade: { nodrop: true @@ -65292,25 +63749,21 @@ item_db: ( Id: 7970 AegisName: "Unwritten_Letter1" Name: "Unwritten Letter1" - Type: 3 }, { Id: 7971 AegisName: "Unwritten_Letter2" Name: "Unwritten Letter2" - Type: 3 }, { Id: 7972 AegisName: "Oath_Day_Letter" Name: "Oath Day Letter" - Type: 3 }, { Id: 7973 AegisName: "Immortality_Egg" Name: "Immortality Egg" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -65326,7 +63779,6 @@ item_db: ( Id: 7974 AegisName: "Illusion_Piece" Name: "Illusion Piece" - Type: 3 Buy: 20 Trade: { nodrop: true @@ -65342,26 +63794,22 @@ item_db: ( Id: 7975 AegisName: "Cupid_Choco" Name: "Cupid Choco" - Type: 3 }, { Id: 7976 AegisName: "Gf_Magic_Coin" Name: "Gf Magic Coin" - Type: 3 Buy: 20 }, { Id: 7977 AegisName: "Hunting_Medal_Badge" Name: "Hunting Medal Badge" - Type: 3 }, { Id: 7978 AegisName: "Spring_Stanza1" Name: "Spring Stanza1" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65378,7 +63826,6 @@ item_db: ( Id: 7979 AegisName: "Spring_Stanza2" Name: "Spring Stanza2" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65395,7 +63842,6 @@ item_db: ( Id: 7980 AegisName: "Spring_Stanza3" Name: "Spring Stanza3" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65412,7 +63858,6 @@ item_db: ( Id: 7981 AegisName: "Spring_Stanza4" Name: "Spring Stanza4" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65429,7 +63874,6 @@ item_db: ( Id: 7982 AegisName: "Spring_Stanza5" Name: "Spring Stanza5" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65446,7 +63890,6 @@ item_db: ( Id: 7983 AegisName: "Spring_Stanza6" Name: "Spring Stanza6" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65463,7 +63906,6 @@ item_db: ( Id: 7984 AegisName: "Spring_Stanza7" Name: "Spring Stanza7" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65480,7 +63922,6 @@ item_db: ( Id: 7985 AegisName: "Spring_Stanza8" Name: "Spring Stanza8" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65497,7 +63938,6 @@ item_db: ( Id: 7986 AegisName: "Spring_Stanza9" Name: "Spring Stanza9" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65514,7 +63954,6 @@ item_db: ( Id: 7987 AegisName: "Spring_Stanza10" Name: "Spring Stanza10" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65531,7 +63970,6 @@ item_db: ( Id: 7988 AegisName: "Spring_Stanza11" Name: "Spring Stanza11" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65548,7 +63986,6 @@ item_db: ( Id: 7989 AegisName: "Spring_Stanza12" Name: "Spring Stanza12" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65565,7 +64002,6 @@ item_db: ( Id: 7990 AegisName: "Spring_Stanza13" Name: "Spring Stanza13" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65582,7 +64018,6 @@ item_db: ( Id: 7991 AegisName: "Spring_Stanza14" Name: "Spring Stanza14" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65599,7 +64034,6 @@ item_db: ( Id: 7992 AegisName: "Spring_Stanza15" Name: "Spring Stanza15" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65616,7 +64050,6 @@ item_db: ( Id: 7993 AegisName: "Spring_Stanza16" Name: "Spring Stanza16" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65633,7 +64066,6 @@ item_db: ( Id: 7994 AegisName: "Spring_Stanza17" Name: "Spring Stanza17" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65650,7 +64082,6 @@ item_db: ( Id: 7995 AegisName: "Spring_Stanza18" Name: "Spring Stanza18" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65667,7 +64098,6 @@ item_db: ( Id: 7996 AegisName: "Spring_Stanza19" Name: "Spring Stanza19" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65684,7 +64114,6 @@ item_db: ( Id: 7997 AegisName: "Spring_Stanza20" Name: "Spring Stanza20" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65701,7 +64130,6 @@ item_db: ( Id: 7998 AegisName: "Spring_Stanza21" Name: "Spring Stanza21" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65718,7 +64146,6 @@ item_db: ( Id: 7999 AegisName: "Spring_Stanza22" Name: "Spring Stanza22" - Type: 3 Buy: 2 Weight: 10 Trade: { @@ -65737,196 +64164,196 @@ item_db: ( Id: 9001 AegisName: "Poring_Egg" Name: "Poring Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9002 AegisName: "Drops_Egg" Name: "Drops Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9003 AegisName: "Poporing_Egg" Name: "Poporing Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9004 AegisName: "Lunatic_Egg" Name: "Lunatic Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9005 AegisName: "Picky_Egg" Name: "Picky Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9006 AegisName: "Chonchon_Egg" Name: "Chonchon Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9007 AegisName: "Steel_Chonchon_Egg" Name: "Steel Chonchon Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9008 AegisName: "Hunter_Fly_Egg" Name: "Hunter Fly Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9009 AegisName: "Savage_Bebe_Egg" Name: "Savage Babe Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9010 AegisName: "Baby_Desert_Wolf_Egg" Name: "Baby Desert Wolf Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9011 AegisName: "Rocker_Egg" Name: "Rocker Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9012 AegisName: "Spore_Egg" Name: "Spore Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9013 AegisName: "Poison_Spore_Egg" Name: "Poison Spore Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9014 AegisName: "PecoPeco_Egg" Name: "Peco Peco Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9015 AegisName: "Smokie_Egg" Name: "Smokie Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9016 AegisName: "Yoyo_Egg" Name: "Yoyo Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9017 AegisName: "Orc_Warrior_Egg" Name: "Orc Warrior Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9018 AegisName: "Munak_Egg" Name: "Munak Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9019 AegisName: "Dokkaebi_Egg" Name: "Dokebi Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9020 AegisName: "Sohee_Egg" Name: "Sohee Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9021 AegisName: "Isis_Egg" Name: "Isis Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9022 AegisName: "Green_Petite_Egg" Name: "Green Petite Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9023 AegisName: "Deviruchi_Egg" Name: "Deviruchi Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9024 AegisName: "Bapho_Jr_Egg" Name: "Bapho Jr. Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9025 AegisName: "Bongun_Egg" Name: "Bongun Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9026 AegisName: "Zherlthsh_Egg" Name: "Zealotus Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9027 AegisName: "Alice_Egg" Name: "Alice Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9028 AegisName: "Rice_Cake_Egg" Name: "Hard Rice Cake" - Type: 7 + Type: "IT_PETEGG" Buy: 20 Trade: { nodrop: true @@ -65940,196 +64367,196 @@ item_db: ( Id: 9029 AegisName: "Santa_Goblin_Egg" Name: "Christmas Goblin's Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9030 AegisName: "Chung_E_Egg" Name: "Green Maiden Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9031 AegisName: "Spring_Rabbit_Egg" Name: "Spring Rabbit Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9032 AegisName: "Knife_Goblin_Egg" Name: "Knife Goblin Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9033 AegisName: "Flail_Goblin_Egg" Name: "Flail Goblin Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9034 AegisName: "Hammer_Goblin_Egg" Name: "Hammer Goblin Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9035 AegisName: "Red_Deleter_Egg" Name: "Red Deleter Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9036 AegisName: "Diabolic_Egg" Name: "Diabolic Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9037 AegisName: "Wanderer_Egg" Name: "Wanderer Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9038 AegisName: "New_Year_Doll_Egg" Name: "New Year Doll Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9039 AegisName: "Bacsojin_Egg" Name: "Bacsojin Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9040 AegisName: "Civil_Servant_Egg" Name: "Civil Servant Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9041 AegisName: "Leaf_Cat_Egg" Name: "Leaf Cat Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9042 AegisName: "Loli_Ruri_Egg" Name: "Loli Ruri Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9043 AegisName: "Marionette_Egg" Name: "Marionette Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9044 AegisName: "Shinobi_Egg" Name: "Shinobi Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9045 AegisName: "Whisper_Egg" Name: "Whisper Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9046 AegisName: "Goblin_Leader_Egg" Name: "Goblin Leader Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9047 AegisName: "Wicked_Nymph_Egg" Name: "Wicked Nymph Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9048 AegisName: "Miyabi_Ningyo_Egg" Name: "Miyabi Ningyo Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9049 AegisName: "Dullahan_Egg" Name: "Dullahan Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9050 AegisName: "Medusa_Egg" Name: "Medusa Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9051 AegisName: "Stone_Shooter_Egg" Name: "Stone Shooter Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9052 AegisName: "Incubus_Egg" Name: "Incubus Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9053 AegisName: "Golem_Egg" Name: "Golem Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9054 AegisName: "Nightmare_Terror_Egg" Name: "Nightmare Terror Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9055 AegisName: "Succubus_Egg" Name: "Succubus Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, { Id: 9056 AegisName: "Imp_Egg" Name: "Imp Egg" - Type: 7 + Type: "IT_PETEGG" Buy: 20 }, @@ -66138,266 +64565,266 @@ item_db: ( Id: 10001 AegisName: "Skull_Helm" Name: "Skull Helm" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10002 AegisName: "Monster_Oxygen_Mask" Name: "Monster Oxygen Mask" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10003 AegisName: "Transparent_Headgear" Name: "Transparent Head Protector" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10004 AegisName: "Pacifier" Name: "Pacifier" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10005 AegisName: "Wig" Name: "Wig" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10006 AegisName: "Queens_Hair_Ornament" Name: "Queen's Hair Ornament" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10007 AegisName: "Silk_Ribbon" Name: "Silk Ribbon" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10008 AegisName: "Punisher" Name: "Punisher" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10009 AegisName: "Wild_Flower" Name: "Wild Flower" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10010 AegisName: "Battered_Pot" Name: "Battered Pot" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10011 AegisName: "Stellar_Hairpin" Name: "Stellar Hairpin" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10012 AegisName: "Tiny_Egg_Shell" Name: "Tiny Egg Shell" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10013 AegisName: "Backpack" Name: "Backpack" - Type: 8 + Type: "IT_PETARMOR" Buy: 1500 }, { Id: 10014 AegisName: "Rocker_Glasses" Name: "Rocker Glasses" - Type: 8 + Type: "IT_PETARMOR" Buy: 2000 }, { Id: 10015 AegisName: "Green_Lace" Name: "Green Lace" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10016 AegisName: "Golden_Bell" Name: "Golden Bell" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10017 AegisName: "Bark_Shorts" Name: "Bark Shorts" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10018 AegisName: "Monkey_Circlet" Name: "Monkey Circlet" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10019 AegisName: "Red_Muffler" Name: "Red Scarf" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10020 AegisName: "Sword_Of_Grave_Keeper" Name: "Grave Keeper's Sword" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10021 AegisName: "Round_Hair_Ornament" Name: "Circular Headgear" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10022 AegisName: "Golden_Earing" Name: "Gold Earring" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10023 AegisName: "Green_Lucky_Bag" Name: "Green Jewel Bag" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10024 AegisName: "Fashionable_Glasses" Name: "Fashion Glasses" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10025 AegisName: "Star_Hairband" Name: "Hairband Of Stars" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10026 AegisName: "Wine_On_Sleeve" Name: "Tassel for Durumagi" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10027 AegisName: "Spirit_Chain_" Name: "Pet Soul Ring" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10028 AegisName: "Nice_Badge" Name: "Beautiful Badges" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10029 AegisName: "Jade_Trinket" Name: "Jade Trinket" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10030 AegisName: "Summer_Fan" Name: "Summer Fan" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10031 AegisName: "Death_Coil" Name: "Ring Of Death" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10032 AegisName: "Queens_Coronet" Name: "Queen's Coronet" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10033 AegisName: "Apro_Hair" Name: "Afro" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10034 AegisName: "Ball_Mask" Name: "Masked Ball" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10035 AegisName: "Windup_Spring" Name: "Spring" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10036 AegisName: "Hell_Horn" Name: "Horn Of Hell" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10037 AegisName: "Black_Butterfly_Mask" Name: "Black Butterfly Mask" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, { Id: 10038 AegisName: "Horn_Protector" Name: "Horn Barrier" - Type: 8 + Type: "IT_PETARMOR" Buy: 20 }, @@ -66406,7 +64833,6 @@ item_db: ( Id: 11000 AegisName: "Prontera_Book_01" Name: "History book of Prontera" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66415,7 +64841,6 @@ item_db: ( Id: 11001 AegisName: "Adventure_Story01" Name: "Adventure Story Vol.1" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66424,7 +64849,6 @@ item_db: ( Id: 11002 AegisName: "Great_Chef_Orleans01" Name: "Chef King Orleans Vol.1" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66433,7 +64857,6 @@ item_db: ( Id: 11003 AegisName: "Legend_Of_Kafra01" Name: "Kafra Legend Vol.1" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66442,7 +64865,6 @@ item_db: ( Id: 11004 AegisName: "Mercenary_Rebellion" Name: "Old Book" - Type: 3 Buy: 10000 Weight: 10 BuyingStore: true @@ -66451,7 +64873,6 @@ item_db: ( Id: 11005 AegisName: "Tyrant_Schmidt" Name: "Rune Royal Family Book" - Type: 3 Buy: 10000 Weight: 10 BuyingStore: true @@ -66460,7 +64881,6 @@ item_db: ( Id: 11006 AegisName: "Blood_Flower01" Name: "Blood Flower Vol.1" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66469,7 +64889,6 @@ item_db: ( Id: 11007 AegisName: "Blood_Flower02" Name: "Blood Flower Vol.2" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66478,7 +64897,6 @@ item_db: ( Id: 11008 AegisName: "Barmund" Name: "Biographical Dictionary Copy Edition" - Type: 3 Buy: 10000 Weight: 10 BuyingStore: true @@ -66487,7 +64905,6 @@ item_db: ( Id: 11009 AegisName: "Adventure_Story02" Name: "Adventure Story Vol.2" - Type: 3 Buy: 8000 Weight: 10 BuyingStore: true @@ -66496,71 +64913,60 @@ item_db: ( Id: 11010 AegisName: "Reward_List_Book" Name: "Battlegrounds Catalog" - Type: 3 Weight: 10 }, { Id: 11011 AegisName: "Barmund_Note" Name: "Varmunt's Note" - Type: 3 }, { Id: 11012 AegisName: "Expedition_Report" Name: "Expedition Report" - Type: 3 }, { Id: 11013 AegisName: "Expedition_Report_Vol1" Name: "Expedition Report Vol1" - Type: 3 }, { Id: 11014 AegisName: "Expedition_Report_Vol2" Name: "Expedition Report Vol2" - Type: 3 }, { Id: 11015 AegisName: "Expedition_Report_Vol3" Name: "Expedition Report Vol3" - Type: 3 }, { Id: 11016 AegisName: "Expedition_Report_Vol4" Name: "Expedition Report Vol4" - Type: 3 }, { Id: 11017 AegisName: "Reward_List_Book2" Name: "KVM Reward Items Catalog" - Type: 3 Weight: 10 }, { Id: 11018 AegisName: "Splendide_Selling_Item" Name: "Splendide Selling Item" - Type: 3 Weight: 10 }, { Id: 11019 AegisName: "Manuk_Selling_Item" Name: "Manuk Selling Item" - Type: 3 Weight: 10 }, { Id: 11020 AegisName: "Japan_Book1" Name: "Japan Book1" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -66569,7 +64975,6 @@ item_db: ( Id: 11021 AegisName: "Japan_Book2" Name: "Japan Book2" - Type: 3 Buy: 20 Weight: 10 BuyingStore: true @@ -66578,7 +64983,6 @@ item_db: ( Id: 11022 AegisName: "Mix_Cook_Book" Name: "Mix Cook Book" - Type: 3 Buy: 10 Weight: 10 BuyingStore: true @@ -66587,7 +64991,6 @@ item_db: ( Id: 11023 AegisName: "Increase_Stamina_Study" Name: "Increase Stamina Study" - Type: 3 Buy: 10 Weight: 50 BuyingStore: true @@ -66596,7 +64999,6 @@ item_db: ( Id: 11024 AegisName: "Vital_Drink_CB" Name: "Vital Drink CB" - Type: 3 Buy: 10 Weight: 50 BuyingStore: true @@ -66605,7 +65007,6 @@ item_db: ( Id: 11025 AegisName: "Swordman_Book_Basic" Name: "Swordman Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66613,7 +65014,6 @@ item_db: ( Id: 11026 AegisName: "Swordman_Book_Practice" Name: "Swordman Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66621,7 +65021,6 @@ item_db: ( Id: 11027 AegisName: "Swrodman_Book_Misc" Name: "Swrodman Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66629,7 +65028,6 @@ item_db: ( Id: 11028 AegisName: "Thief_Book_Basic" Name: "Thief Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66637,7 +65035,6 @@ item_db: ( Id: 11029 AegisName: "Thief_Book_Practice" Name: "Thief Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66645,7 +65042,6 @@ item_db: ( Id: 11030 AegisName: "Thief_Book_Misc" Name: "Thief Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66653,7 +65049,6 @@ item_db: ( Id: 11031 AegisName: "Archer_Book_Basic" Name: "Archer Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66661,7 +65056,6 @@ item_db: ( Id: 11032 AegisName: "Archer_Book_Practice" Name: "Archer Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66669,7 +65063,6 @@ item_db: ( Id: 11033 AegisName: "Archer_Book_Misc" Name: "Archer Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66677,7 +65070,6 @@ item_db: ( Id: 11034 AegisName: "Acol_Book_Basic" Name: "Acol Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66685,7 +65077,6 @@ item_db: ( Id: 11035 AegisName: "Acol_Book_Practice" Name: "Acol Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66693,7 +65084,6 @@ item_db: ( Id: 11036 AegisName: "Acol_Book_Misc" Name: "Acol Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66701,7 +65091,6 @@ item_db: ( Id: 11037 AegisName: "Mage_Book_Basic" Name: "Mage Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66709,7 +65098,6 @@ item_db: ( Id: 11038 AegisName: "Mage_Book_Practice" Name: "Mage Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66717,7 +65105,6 @@ item_db: ( Id: 11039 AegisName: "Mage_Book_Misc" Name: "Mage Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66725,7 +65112,6 @@ item_db: ( Id: 11040 AegisName: "Mer_Book_Basic" Name: "Mer Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66733,7 +65119,6 @@ item_db: ( Id: 11041 AegisName: "Mer_Book_Practice" Name: "Mer Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66741,7 +65126,6 @@ item_db: ( Id: 11042 AegisName: "Mer_Book_Misc" Name: "Mer Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66749,7 +65133,6 @@ item_db: ( Id: 11043 AegisName: "TK_Book_Basic" Name: "TK Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66757,7 +65140,6 @@ item_db: ( Id: 11044 AegisName: "TK_Book_Practice" Name: "TK Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66765,7 +65147,6 @@ item_db: ( Id: 11045 AegisName: "TK_Book_Misc" Name: "TK Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66773,7 +65154,6 @@ item_db: ( Id: 11046 AegisName: "Ninja_Book_Basic" Name: "Ninja Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66781,7 +65161,6 @@ item_db: ( Id: 11047 AegisName: "Ninja_Book_Practice" Name: "Ninja Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66789,7 +65168,6 @@ item_db: ( Id: 11048 AegisName: "Ninja_Book_Misc" Name: "Ninja Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66797,7 +65175,6 @@ item_db: ( Id: 11049 AegisName: "Gun_Book_Basic" Name: "Gun Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66805,7 +65182,6 @@ item_db: ( Id: 11050 AegisName: "Gun_Book_Practice" Name: "Gun Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66813,7 +65189,6 @@ item_db: ( Id: 11051 AegisName: "Gun_Book_Misc" Name: "Gun Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66821,7 +65196,6 @@ item_db: ( Id: 11052 AegisName: "SN_Book_Basic" Name: "SN Book Basic" - Type: 3 Buy: 20 Weight: 10 }, @@ -66829,7 +65203,6 @@ item_db: ( Id: 11053 AegisName: "SN_Book_Practice" Name: "SN Book Practice" - Type: 3 Buy: 20 Weight: 10 }, @@ -66837,7 +65210,6 @@ item_db: ( Id: 11054 AegisName: "SN_Book_Misc" Name: "SN Book Misc" - Type: 3 Buy: 20 Weight: 10 }, @@ -66845,7 +65217,6 @@ item_db: ( Id: 11055 AegisName: "Basic_Adventure" Name: "Basic Adventure" - Type: 3 Buy: 20 Weight: 10 }, @@ -66853,7 +65224,6 @@ item_db: ( Id: 11056 AegisName: "Spiritualism_Guide" Name: "Elemental Spirit Guide" - Type: 3 Buy: 1000 Weight: 10 }, @@ -66863,7 +65233,7 @@ item_db: ( Id: 11500 AegisName: "Light_Yellow_Pot" Name: "Light Yellow Potion" - Type: 0 + Type: "IT_HEALING" Buy: 550 Weight: 10 Script: <" itemheal rand(175,235),0; "> @@ -66872,7 +65242,7 @@ item_db: ( Id: 11501 AegisName: "Light_White_Pot" Name: "Light White Potion" - Type: 0 + Type: "IT_HEALING" Buy: 1200 Weight: 10 Script: <" itemheal rand(325,405),0; "> @@ -66881,7 +65251,7 @@ item_db: ( Id: 11502 AegisName: "Light_Blue_Pot" Name: "Light Blue Potion" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 10 Script: <" itemheal 0,rand(40,60); "> @@ -66890,7 +65260,7 @@ item_db: ( Id: 11503 AegisName: "Siege_White_Potion" Name: "WoE White Potion" - Type: 0 + Type: "IT_HEALING" Weight: 100 Trade: { nodrop: true @@ -66907,7 +65277,7 @@ item_db: ( Id: 11504 AegisName: "Siege_Blue_Potion" Name: "WoE Blue Potion" - Type: 0 + Type: "IT_HEALING" Weight: 100 Trade: { nodrop: true @@ -66924,7 +65294,7 @@ item_db: ( Id: 11505 AegisName: "Iris" Name: "Iris" - Type: 0 + Type: "IT_HEALING" Weight: 30 Trade: { nodrop: true @@ -66942,7 +65312,7 @@ item_db: ( Id: 11506 AegisName: "Fanta_Orange" Name: "Fanta Orange" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -66951,7 +65321,7 @@ item_db: ( Id: 11507 AegisName: "Fanta_Grape" Name: "Fanta Grape" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -66960,7 +65330,7 @@ item_db: ( Id: 11508 AegisName: "Karada_Meguri_Tea" Name: "Karada Meguricha" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -66969,7 +65339,7 @@ item_db: ( Id: 11509 AegisName: "Royal_Milk_Tea" Name: "Black Tea Kochakaden" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -66978,7 +65348,7 @@ item_db: ( Id: 11510 AegisName: "Coke_Zero" Name: "Coca Cola Zero" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -66987,7 +65357,7 @@ item_db: ( Id: 11511 AegisName: "Coke_No_Cal" Name: "Diet Coca Cola" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -66996,7 +65366,7 @@ item_db: ( Id: 11512 AegisName: "Coca_Cola" Name: "Coca Cola" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -67005,7 +65375,7 @@ item_db: ( Id: 11513 AegisName: "Protect_Neck_Candy" Name: "Protect Neck Candy" - Type: 0 + Type: "IT_HEALING" Buy: 200 Weight: 1 BuyingStore: true @@ -67015,7 +65385,7 @@ item_db: ( Id: 11514 AegisName: "Enriched_Slim_Pot" Name: "Enriched Slim Pot" - Type: 0 + Type: "IT_HEALING" Weight: 50 Trade: { nodrop: true @@ -67032,7 +65402,7 @@ item_db: ( Id: 11515 AegisName: "Coconut" Name: "Coconut" - Type: 0 + Type: "IT_HEALING" Buy: 1500 Weight: 120 BuyingStore: true @@ -67042,7 +65412,7 @@ item_db: ( Id: 11516 AegisName: "Asai_Fruit" Name: "Asai Fruit" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 20 BuyingStore: true @@ -67052,7 +65422,7 @@ item_db: ( Id: 11517 AegisName: "Puri_Potion" Name: "Puri Potion" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 BuyingStore: true @@ -67062,7 +65432,7 @@ item_db: ( Id: 11518 AegisName: "N_Blue_Potion" Name: "Blue Potion" - Type: 0 + Type: "IT_HEALING" Weight: 50 Script: <" itemheal 0,5; "> }, @@ -67070,7 +65440,7 @@ item_db: ( Id: 11519 AegisName: "Beef_Toast" Name: "Beef Toast" - Type: 0 + Type: "IT_HEALING" Buy: 650 Weight: 40 BuyingStore: true @@ -67080,7 +65450,7 @@ item_db: ( Id: 11520 AegisName: "Mora_Mandarin" Name: "Mora Mandar" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 20 BuyingStore: true @@ -67090,7 +65460,7 @@ item_db: ( Id: 11521 AegisName: "Pingui_Berry_Juice" Name: "Pingui Berry Juice" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 50 BuyingStore: true @@ -67100,7 +65470,7 @@ item_db: ( Id: 11522 AegisName: "Red_Raffle_Sap" Name: "Red Raffle Sap" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 100 BuyingStore: true @@ -67111,7 +65481,7 @@ item_db: ( Id: 11523 AegisName: "Yellow_Raffle_Sap" Name: "Yellow Raffle Sap" - Type: 0 + Type: "IT_HEALING" Buy: 2400 Weight: 120 BuyingStore: true @@ -67122,7 +65492,7 @@ item_db: ( Id: 11524 AegisName: "White_Raffle_Sap" Name: "White Raffle Sap" - Type: 0 + Type: "IT_HEALING" Buy: 2800 Weight: 140 BuyingStore: true @@ -67133,7 +65503,7 @@ item_db: ( Id: 11525 AegisName: "Mora_Hip_Tea" Name: "Mora HIp Tea" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 150 BuyingStore: true @@ -67144,7 +65514,7 @@ item_db: ( Id: 11526 AegisName: "Rafflecino" Name: "Rafflecino" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 BuyingStore: true @@ -67154,7 +65524,7 @@ item_db: ( Id: 11527 AegisName: "Baklava" Name: "Baklava" - Type: 0 + Type: "IT_HEALING" Buy: 3500 Weight: 600 Script: <" itemheal 1200,440; "> @@ -67163,7 +65533,7 @@ item_db: ( Id: 11528 AegisName: "Kanafeh" Name: "Kanafeh" - Type: 0 + Type: "IT_HEALING" Buy: 1500 Weight: 200 Script: <" itemheal 300,240; "> @@ -67172,7 +65542,7 @@ item_db: ( Id: 11529 AegisName: "MAAMOUL_" Name: "Maamoul" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 100 Script: <" itemheal 120,60; "> @@ -67181,7 +65551,7 @@ item_db: ( Id: 11530 AegisName: "Jujube" Name: "Jujube" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 100 Script: <" itemheal 30,0; "> @@ -67190,7 +65560,7 @@ item_db: ( Id: 11531 AegisName: "Coffee" Name: "Coffee" - Type: 0 + Type: "IT_HEALING" Buy: 10 Weight: 100 Script: <" itemheal 0,10; "> @@ -67199,17 +65569,16 @@ item_db: ( Id: 11602 AegisName: "Catnip_Fruit" Name: "Catnip Fruit" - Type: 0 + Type: "IT_HEALING" Buy: 15 Weight: 1 - Upper: 63 Script: <" itemheal rand(10, 40), 0; "> }, { Id: 11701 AegisName: "Girl_Bunch_Of_Flower" Name: "Girl's Bouquet" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" itemheal rand(105,145),0; "> @@ -67218,7 +65587,7 @@ item_db: ( Id: 11702 AegisName: "Moon_Cookie" Name: "Moon Cookie" - Type: 0 + Type: "IT_HEALING" Weight: 300 Nouse: { sitting: true @@ -67228,7 +65597,7 @@ item_db: ( Id: 11703 AegisName: "Mysterious_Blood" Name: "Mystery Blood" - Type: 0 + Type: "IT_HEALING" Weight: 30 Script: <" itemheal 0,rand(25,35); "> }, @@ -67236,7 +65605,7 @@ item_db: ( Id: 11704 AegisName: "KETUPAT_F" Name: "Ketupat" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" itemheal rand(70,90),0; "> @@ -67245,7 +65614,7 @@ item_db: ( Id: 11705 AegisName: "Special_White_Potion" Name: "Children's Potion" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 10 Script: <" itemheal rand(425,425),0; "> @@ -67254,7 +65623,7 @@ item_db: ( Id: 11706 AegisName: "Steak" Name: "Steak" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 200 Script: <" itemheal rand(700,1000),0; "> @@ -67263,7 +65632,7 @@ item_db: ( Id: 11707 AegisName: "Roasted_Beef" Name: "Roast Beef" - Type: 0 + Type: "IT_HEALING" Buy: 1 Weight: 200 Script: <" itemheal 0,rand(100,200); "> @@ -67272,7 +65641,7 @@ item_db: ( Id: 11708 AegisName: "Fore_Flank_Sirloin" Name: "Fore Flank Sirloin" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 Script: <" itemheal rand(30,50),rand(1,5); "> @@ -67281,7 +65650,7 @@ item_db: ( Id: 11709 AegisName: "Fanta_Zero_Lemon" Name: "Fanta Zero Lemon" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -67290,7 +65659,7 @@ item_db: ( Id: 11710 AegisName: "Sakura_Mist" Name: "Sakura Mist" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -67299,7 +65668,7 @@ item_db: ( Id: 11711 AegisName: "Sakura_Milk_Tea" Name: "Sakura Milk Tea" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -67308,7 +65677,7 @@ item_db: ( Id: 11712 AegisName: "First_Leaf_Tea" Name: "Flower" - Type: 0 + Type: "IT_HEALING" Buy: 800 Weight: 100 Script: <" itemheal rand(50,70),rand(10,12); "> @@ -67317,7 +65686,7 @@ item_db: ( Id: 12000 AegisName: "Cold_Scroll_2_5" Name: "Level 5 Frost Diver" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -67330,7 +65699,7 @@ item_db: ( Id: 12001 AegisName: "Holy_Scroll_1_3" Name: "Level 3 Heal" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -67343,7 +65712,7 @@ item_db: ( Id: 12002 AegisName: "Holy_Scroll_1_5" Name: "Level 5 Heal" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2000 Weight: 10 BuyingStore: true @@ -67356,7 +65725,7 @@ item_db: ( Id: 12003 AegisName: "Holy_Scroll_2_1" Name: "Level 1 Teleport" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 10 BuyingStore: true @@ -67366,7 +65735,7 @@ item_db: ( Id: 12004 AegisName: "Arrow_Container" Name: "Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67376,7 +65745,7 @@ item_db: ( Id: 12005 AegisName: "Iron_Arrow_Container" Name: "Iron Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67386,7 +65755,7 @@ item_db: ( Id: 12006 AegisName: "Steel_Arrow_Container" Name: "Steel Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67396,7 +65765,7 @@ item_db: ( Id: 12007 AegisName: "Ori_Arrow_Container" Name: "Oridecon Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67406,7 +65775,7 @@ item_db: ( Id: 12008 AegisName: "Fire_Arrow_Container" Name: "Fire Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67416,7 +65785,7 @@ item_db: ( Id: 12009 AegisName: "Silver_Arrow_Container" Name: "Silver Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67426,7 +65795,7 @@ item_db: ( Id: 12010 AegisName: "Wind_Arrow_Container" Name: "Wind Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67436,7 +65805,7 @@ item_db: ( Id: 12011 AegisName: "Stone_Arrow_Container" Name: "Stone Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67446,7 +65815,7 @@ item_db: ( Id: 12012 AegisName: "Crystal_Arrow_Container" Name: "Crystal Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67456,7 +65825,7 @@ item_db: ( Id: 12013 AegisName: "Shadow_Arrow_Container" Name: "Shadow Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67466,7 +65835,7 @@ item_db: ( Id: 12014 AegisName: "Imma_Arrow_Container" Name: "Immaterial Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67476,7 +65845,7 @@ item_db: ( Id: 12015 AegisName: "Rusty_Arrow_Container" Name: "Rusty Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -67486,7 +65855,7 @@ item_db: ( Id: 12016 AegisName: "Speed_Up_Potion" Name: "Speed Potion" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 BuyingStore: true @@ -67496,7 +65865,7 @@ item_db: ( Id: 12017 AegisName: "Slow_Down_Potion" Name: "Slow Potion" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 BuyingStore: true @@ -67506,7 +65875,7 @@ item_db: ( Id: 12018 AegisName: "Fire_Cracker" Name: "Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 BuyingStore: true @@ -67516,7 +65885,7 @@ item_db: ( Id: 12019 AegisName: "Holy_Egg" Name: "Holy Egg" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 150 Script: <" itemskill ALL_RESURRECTION,2; "> @@ -67525,7 +65894,7 @@ item_db: ( Id: 12020 AegisName: "Water_Of_Darkness" Name: "Cursed Water" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 30 BuyingStore: true @@ -67535,7 +65904,7 @@ item_db: ( Id: 12021 AegisName: "Pork_Belly" Name: "Pork" - Type: 0 + Type: "IT_HEALING" Weight: 10 Script: <" itemheal rand(70,99),0; "> }, @@ -67543,7 +65912,7 @@ item_db: ( Id: 12022 AegisName: "Spareribs" Name: "Galbi" - Type: 0 + Type: "IT_HEALING" Weight: 10 Script: <" itemheal rand(70,99),0; "> }, @@ -67551,7 +65920,7 @@ item_db: ( Id: 12023 AegisName: "Giftbox_China" Name: "Wrapped Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 Script: <" getrandgroupitem 12023,1; "> @@ -67560,7 +65929,7 @@ item_db: ( Id: 12024 AegisName: "Red_Pouch_Of_Surprise" Name: "Red Pouch" - Type: 2 + Type: "IT_USABLE" Buy: 50 Weight: 50 Script: <" monster "this",-1,-1,"--ja--",-4,1,""; "> @@ -67569,7 +65938,7 @@ item_db: ( Id: 12025 AegisName: "Egg_Boy" Name: "Dano Festival Egg" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 Script: <" getrandgroupitem 12025,1; "> @@ -67578,7 +65947,7 @@ item_db: ( Id: 12026 AegisName: "Egg_Girl" Name: "Dano Festival Egg" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 Script: <" getrandgroupitem 12026,1; "> @@ -67587,7 +65956,7 @@ item_db: ( Id: 12027 AegisName: "Giggling_Box" Name: "Giggling Box" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67603,7 +65972,7 @@ item_db: ( Id: 12028 AegisName: "Box_Of_Thunder" Name: "Box of Thunder" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67616,7 +65985,7 @@ item_db: ( Id: 12029 AegisName: "Gloomy_Box" Name: "Box of Gloom" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 200 BuyingStore: true @@ -67629,7 +65998,7 @@ item_db: ( Id: 12030 AegisName: "Box_Of_Grudge" Name: "Box of Resentment" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67642,7 +66011,7 @@ item_db: ( Id: 12031 AegisName: "Sleepy_Box" Name: "Box of Drowsiness" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67655,7 +66024,7 @@ item_db: ( Id: 12032 AegisName: "Box_Of_Storm" Name: "Box of Storms" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 1000 Weight: 200 BuyingStore: true @@ -67668,7 +66037,7 @@ item_db: ( Id: 12033 AegisName: "Box_Of_Sunlight" Name: "Box of Sunlight" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67681,7 +66050,7 @@ item_db: ( Id: 12034 AegisName: "Painting_Box" Name: "Box of Panting" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 200 BuyingStore: true @@ -67697,7 +66066,7 @@ item_db: ( Id: 12035 AegisName: "Lotto_Box01" Name: "Lotto Box 01" - Type: 2 + Type: "IT_USABLE" Weight: 20 Script: <" getrandgroupitem 12035,1; "> }, @@ -67705,7 +66074,7 @@ item_db: ( Id: 12036 AegisName: "Lotto_Box02" Name: "Lotto Box 02" - Type: 2 + Type: "IT_USABLE" Weight: 20 Script: <" getrandgroupitem 12036,1; "> }, @@ -67713,7 +66082,7 @@ item_db: ( Id: 12037 AegisName: "Lotto_Box03" Name: "Lotto Box 03" - Type: 2 + Type: "IT_USABLE" Weight: 20 Script: <" getrandgroupitem 12037,1; "> }, @@ -67721,7 +66090,7 @@ item_db: ( Id: 12038 AegisName: "Lotto_Box04" Name: "Lotto Box 04" - Type: 2 + Type: "IT_USABLE" Weight: 20 Script: <" getrandgroupitem 12038,1; "> }, @@ -67729,7 +66098,7 @@ item_db: ( Id: 12039 AegisName: "Lotto_Box05" Name: "Lotto Box 05" - Type: 2 + Type: "IT_USABLE" Weight: 20 Script: <" getrandgroupitem 12039,1; "> }, @@ -67737,7 +66106,7 @@ item_db: ( Id: 12040 AegisName: "Stone_Of_Intelligence_" Name: "Stone of Sage" - Type: 2 + Type: "IT_USABLE" Buy: 100000 Weight: 300 BuyingStore: true @@ -67747,7 +66116,7 @@ item_db: ( Id: 12041 AegisName: "Str_Dish01" Name: "Fried Grasshopper Legs" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 60 BuyingStore: true @@ -67760,7 +66129,7 @@ item_db: ( Id: 12042 AegisName: "Str_Dish02" Name: "Seasoned Sticky Webfoot" - Type: 0 + Type: "IT_HEALING" Buy: 4000 Weight: 500 BuyingStore: true @@ -67773,7 +66142,7 @@ item_db: ( Id: 12043 AegisName: "Str_Dish03" Name: "Bomber Steak" - Type: 0 + Type: "IT_HEALING" Buy: 6000 Weight: 500 BuyingStore: true @@ -67786,7 +66155,7 @@ item_db: ( Id: 12044 AegisName: "Str_Dish04" Name: "Herb Marinade Beef" - Type: 0 + Type: "IT_HEALING" Buy: 8000 Weight: 500 BuyingStore: true @@ -67799,7 +66168,7 @@ item_db: ( Id: 12045 AegisName: "Str_Dish05" Name: "Lutie Lady's Pancake" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 500 BuyingStore: true @@ -67812,7 +66181,7 @@ item_db: ( Id: 12046 AegisName: "Int_Dish01" Name: "Grape Juice Herbal Tea" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 100 BuyingStore: true @@ -67825,7 +66194,7 @@ item_db: ( Id: 12047 AegisName: "Int_Dish02" Name: "Autumn Red Tea" - Type: 0 + Type: "IT_HEALING" Buy: 4000 Weight: 500 BuyingStore: true @@ -67838,7 +66207,7 @@ item_db: ( Id: 12048 AegisName: "Int_Dish03" Name: "Honey Herbal Tea" - Type: 0 + Type: "IT_HEALING" Buy: 6000 Weight: 500 BuyingStore: true @@ -67851,7 +66220,7 @@ item_db: ( Id: 12049 AegisName: "Int_Dish04" Name: "Morroc Fruit Wine" - Type: 0 + Type: "IT_HEALING" Buy: 8000 Weight: 300 BuyingStore: true @@ -67864,7 +66233,7 @@ item_db: ( Id: 12050 AegisName: "Int_Dish05" Name: "Mastela Fruit Wine" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 400 BuyingStore: true @@ -67877,7 +66246,7 @@ item_db: ( Id: 12051 AegisName: "Vit_Dish01" Name: "Steamed Crab Nippers" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 100 BuyingStore: true @@ -67890,7 +66259,7 @@ item_db: ( Id: 12052 AegisName: "Vit_Dish02" Name: "Assorted Seafood" - Type: 0 + Type: "IT_HEALING" Buy: 4000 Weight: 200 BuyingStore: true @@ -67903,7 +66272,7 @@ item_db: ( Id: 12053 AegisName: "Vit_Dish03" Name: "Clam Soup" - Type: 0 + Type: "IT_HEALING" Buy: 6000 Weight: 300 BuyingStore: true @@ -67916,7 +66285,7 @@ item_db: ( Id: 12054 AegisName: "Vit_Dish04" Name: "Seasoned Jellyfish" - Type: 0 + Type: "IT_HEALING" Buy: 8000 Weight: 500 BuyingStore: true @@ -67929,7 +66298,7 @@ item_db: ( Id: 12055 AegisName: "Vit_Dish05" Name: "Spicy Fried Bao" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 800 BuyingStore: true @@ -67942,7 +66311,7 @@ item_db: ( Id: 12056 AegisName: "Agi_Dish01" Name: "Frog Egg Squid Ink Soup" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 100 BuyingStore: true @@ -67955,7 +66324,7 @@ item_db: ( Id: 12057 AegisName: "Agi_Dish02" Name: "Smooth Noodle" - Type: 0 + Type: "IT_HEALING" Buy: 4000 Weight: 100 BuyingStore: true @@ -67968,7 +66337,7 @@ item_db: ( Id: 12058 AegisName: "Agi_Dish03" Name: "Tentacle Cheese Gratin" - Type: 0 + Type: "IT_HEALING" Buy: 6000 Weight: 500 BuyingStore: true @@ -67981,7 +66350,7 @@ item_db: ( Id: 12059 AegisName: "Agi_Dish04" Name: "Lutie Cold Noodle" - Type: 0 + Type: "IT_HEALING" Buy: 8000 Weight: 400 BuyingStore: true @@ -67994,7 +66363,7 @@ item_db: ( Id: 12060 AegisName: "Agi_Dish05" Name: "Steamed Bat Wing in Pumpkin" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 500 BuyingStore: true @@ -68007,7 +66376,7 @@ item_db: ( Id: 12061 AegisName: "Dex_Dish01" Name: "Honey Grape Juice" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 100 BuyingStore: true @@ -68020,7 +66389,7 @@ item_db: ( Id: 12062 AegisName: "Dex_Dish02" Name: "Chocolate Mousse Cake" - Type: 0 + Type: "IT_HEALING" Buy: 4000 Weight: 200 BuyingStore: true @@ -68033,7 +66402,7 @@ item_db: ( Id: 12063 AegisName: "Dex_Dish03" Name: "Fruit Mix" - Type: 0 + Type: "IT_HEALING" Buy: 6000 Weight: 200 BuyingStore: true @@ -68046,7 +66415,7 @@ item_db: ( Id: 12064 AegisName: "Dex_Dish04" Name: "Cream Sandwich" - Type: 0 + Type: "IT_HEALING" Buy: 8000 Weight: 500 BuyingStore: true @@ -68059,7 +66428,7 @@ item_db: ( Id: 12065 AegisName: "Dex_Dish05" Name: "Green Salad" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 200 BuyingStore: true @@ -68072,7 +66441,7 @@ item_db: ( Id: 12066 AegisName: "Luk_Dish01" Name: "Fried Monkey Tails" - Type: 0 + Type: "IT_HEALING" Buy: 2000 Weight: 60 BuyingStore: true @@ -68085,7 +66454,7 @@ item_db: ( Id: 12067 AegisName: "Luk_Dish02" Name: "Mixed Juice" - Type: 0 + Type: "IT_HEALING" Buy: 4000 Weight: 200 BuyingStore: true @@ -68098,7 +66467,7 @@ item_db: ( Id: 12068 AegisName: "Luk_Dish03" Name: "Fried Sweet Potato" - Type: 0 + Type: "IT_HEALING" Buy: 6000 Weight: 500 BuyingStore: true @@ -68111,7 +66480,7 @@ item_db: ( Id: 12069 AegisName: "Luk_Dish04" Name: "Steamed Ancient Lips" - Type: 0 + Type: "IT_HEALING" Buy: 8000 Weight: 500 BuyingStore: true @@ -68124,7 +66493,7 @@ item_db: ( Id: 12070 AegisName: "Luk_Dish05" Name: "Fried Scorpion Tails" - Type: 0 + Type: "IT_HEALING" Buy: 10000 Weight: 400 BuyingStore: true @@ -68137,7 +66506,7 @@ item_db: ( Id: 12071 AegisName: "Str_Dish06" Name: "Shiny Marinade Beef" - Type: 0 + Type: "IT_HEALING" Buy: 20000 Weight: 800 BuyingStore: true @@ -68150,7 +66519,7 @@ item_db: ( Id: 12072 AegisName: "Str_Dish07" Name: "Whole Roast" - Type: 0 + Type: "IT_HEALING" Buy: 40000 Weight: 1000 BuyingStore: true @@ -68163,7 +66532,7 @@ item_db: ( Id: 12073 AegisName: "Str_Dish08" Name: "Bearfoot Special" - Type: 0 + Type: "IT_HEALING" Buy: 60000 Weight: 500 BuyingStore: true @@ -68176,7 +66545,7 @@ item_db: ( Id: 12074 AegisName: "Str_Dish09" Name: "Tendon Satay" - Type: 0 + Type: "IT_HEALING" Buy: 80000 Weight: 1000 BuyingStore: true @@ -68189,7 +66558,7 @@ item_db: ( Id: 12075 AegisName: "Str_Dish10" Name: "Steamed Tongue" - Type: 0 + Type: "IT_HEALING" Buy: 100000 Weight: 1000 BuyingStore: true @@ -68202,7 +66571,7 @@ item_db: ( Id: 12076 AegisName: "Int_Dish06" Name: "Red Mushroom Wine" - Type: 0 + Type: "IT_HEALING" Buy: 20000 Weight: 300 BuyingStore: true @@ -68215,7 +66584,7 @@ item_db: ( Id: 12077 AegisName: "Int_Dish07" Name: "Special Royal Jelly Herbal Tea" - Type: 0 + Type: "IT_HEALING" Buy: 40000 Weight: 800 BuyingStore: true @@ -68228,7 +66597,7 @@ item_db: ( Id: 12078 AegisName: "Int_Dish08" Name: "Royal Family Tea" - Type: 0 + Type: "IT_HEALING" Buy: 60000 Weight: 1000 BuyingStore: true @@ -68241,7 +66610,7 @@ item_db: ( Id: 12079 AegisName: "Int_Dish09" Name: "Tristan XII" - Type: 0 + Type: "IT_HEALING" Buy: 80000 Weight: 1000 BuyingStore: true @@ -68254,7 +66623,7 @@ item_db: ( Id: 12080 AegisName: "Int_Dish10" Name: "Dragon Breath Cocktail" - Type: 0 + Type: "IT_HEALING" Buy: 100000 Weight: 1000 BuyingStore: true @@ -68267,7 +66636,7 @@ item_db: ( Id: 12081 AegisName: "Vit_Dish06" Name: "Awfully Bitter Bracer" - Type: 0 + Type: "IT_HEALING" Buy: 20000 Weight: 500 BuyingStore: true @@ -68280,7 +66649,7 @@ item_db: ( Id: 12082 AegisName: "Vit_Dish07" Name: "Sumptuous Feast" - Type: 0 + Type: "IT_HEALING" Buy: 40000 Weight: 400 BuyingStore: true @@ -68293,7 +66662,7 @@ item_db: ( Id: 12083 AegisName: "Vit_Dish08" Name: "Giant Burito" - Type: 0 + Type: "IT_HEALING" Buy: 60000 Weight: 1000 BuyingStore: true @@ -68306,7 +66675,7 @@ item_db: ( Id: 12084 AegisName: "Vit_Dish09" Name: "Ascending Dragon Soup" - Type: 0 + Type: "IT_HEALING" Buy: 80000 Weight: 1000 BuyingStore: true @@ -68319,7 +66688,7 @@ item_db: ( Id: 12085 AegisName: "Vit_Dish10" Name: "Immortal Stew" - Type: 0 + Type: "IT_HEALING" Buy: 100000 Weight: 1000 BuyingStore: true @@ -68332,7 +66701,7 @@ item_db: ( Id: 12086 AegisName: "Agi_Dish06" Name: "Chile Shrimp Gratin" - Type: 0 + Type: "IT_HEALING" Buy: 20000 Weight: 800 BuyingStore: true @@ -68345,7 +66714,7 @@ item_db: ( Id: 12087 AegisName: "Agi_Dish07" Name: "Steamed Alligator with Vegetable" - Type: 0 + Type: "IT_HEALING" Buy: 40000 Weight: 800 BuyingStore: true @@ -68358,7 +66727,7 @@ item_db: ( Id: 12088 AegisName: "Agi_Dish08" Name: "Incredibly Spicy Curry" - Type: 0 + Type: "IT_HEALING" Buy: 60000 Weight: 1000 BuyingStore: true @@ -68371,7 +66740,7 @@ item_db: ( Id: 12089 AegisName: "Agi_Dish09" Name: "Special Meat Stew" - Type: 0 + Type: "IT_HEALING" Buy: 80000 Weight: 1000 BuyingStore: true @@ -68384,7 +66753,7 @@ item_db: ( Id: 12090 AegisName: "Agi_Dish10" Name: "Steamed Desert Scorpions" - Type: 0 + Type: "IT_HEALING" Buy: 100000 Weight: 1000 BuyingStore: true @@ -68397,7 +66766,7 @@ item_db: ( Id: 12091 AegisName: "Dex_Dish06" Name: "Peach Cake" - Type: 0 + Type: "IT_HEALING" Buy: 20000 Weight: 800 BuyingStore: true @@ -68410,7 +66779,7 @@ item_db: ( Id: 12092 AegisName: "Dex_Dish07" Name: "Soul Haunted Bread" - Type: 0 + Type: "IT_HEALING" Buy: 40000 Weight: 800 BuyingStore: true @@ -68423,7 +66792,7 @@ item_db: ( Id: 12093 AegisName: "Dex_Dish08" Name: "Special Toast" - Type: 0 + Type: "IT_HEALING" Buy: 60000 Weight: 1000 BuyingStore: true @@ -68436,7 +66805,7 @@ item_db: ( Id: 12094 AegisName: "Dex_Dish09" Name: "Heavenly Fruit Juice" - Type: 0 + Type: "IT_HEALING" Buy: 80000 Weight: 500 BuyingStore: true @@ -68449,7 +66818,7 @@ item_db: ( Id: 12095 AegisName: "Dex_Dish10" Name: "Hwergelmir's Tonic" - Type: 0 + Type: "IT_HEALING" Buy: 100000 Weight: 1000 BuyingStore: true @@ -68462,7 +66831,7 @@ item_db: ( Id: 12096 AegisName: "Luk_Dish06" Name: "Lucky Soup" - Type: 0 + Type: "IT_HEALING" Buy: 20000 Weight: 300 BuyingStore: true @@ -68475,7 +66844,7 @@ item_db: ( Id: 12097 AegisName: "Luk_Dish07" Name: "Assorted Shish Kebob" - Type: 0 + Type: "IT_HEALING" Buy: 40000 Weight: 800 BuyingStore: true @@ -68488,7 +66857,7 @@ item_db: ( Id: 12098 AegisName: "Luk_Dish08" Name: "Strawberry Flavored Rice Ball" - Type: 0 + Type: "IT_HEALING" Buy: 60000 Weight: 400 BuyingStore: true @@ -68501,7 +66870,7 @@ item_db: ( Id: 12099 AegisName: "Luk_Dish09" Name: "Blood Flavored Soda" - Type: 0 + Type: "IT_HEALING" Buy: 80000 Weight: 1000 BuyingStore: true @@ -68514,7 +66883,7 @@ item_db: ( Id: 12100 AegisName: "Luk_Dish10" Name: "Cooked Nine Tail's Tails" - Type: 0 + Type: "IT_HEALING" Buy: 100000 Weight: 500 BuyingStore: true @@ -68527,7 +66896,7 @@ item_db: ( Id: 12101 AegisName: "Citron" Name: "Citron" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 300 BuyingStore: true @@ -68537,7 +66906,7 @@ item_db: ( Id: 12102 AegisName: "Meat_Skewer" Name: "Grilled Skewer" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 300 BuyingStore: true @@ -68547,7 +66916,7 @@ item_db: ( Id: 12103 AegisName: "Bloody_Dead_Branch" Name: "Bloody Branch" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68557,7 +66926,7 @@ item_db: ( Id: 12104 AegisName: "Random_Quiver" Name: "Random Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68567,7 +66936,7 @@ item_db: ( Id: 12105 AegisName: "Set_Of_Taiming_Item" Name: "Taming Gift Set" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68581,7 +66950,7 @@ item_db: ( Id: 12106 AegisName: "Accessory_Box" Name: "Jewelry Box" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68591,7 +66960,7 @@ item_db: ( Id: 12107 AegisName: "Wrapped_Mask" Name: "Wrapped Mask" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68601,7 +66970,7 @@ item_db: ( Id: 12108 AegisName: "Bundle_Of_Magic_Scroll" Name: "Scroll Package" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68617,7 +66986,7 @@ item_db: ( Id: 12109 AegisName: "Poring_Box" Name: "Poring Box" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68627,7 +66996,7 @@ item_db: ( Id: 12110 AegisName: "First_Aid_Kit" Name: "First Aid Kit" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68643,7 +67012,7 @@ item_db: ( Id: 12111 AegisName: "Food_Package" Name: "Bundle of Food" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true @@ -68657,7 +67026,7 @@ item_db: ( Id: 12112 AegisName: "Tropical_Sograt" Name: "Tropical Sograt" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 100 BuyingStore: true @@ -68667,7 +67036,7 @@ item_db: ( Id: 12113 AegisName: "Vermilion_The_Beach" Name: "Vermilion on the Beach" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 100 BuyingStore: true @@ -68677,7 +67046,7 @@ item_db: ( Id: 12114 AegisName: "Elemental_Fire" Name: "Elemental Converter" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 BuyingStore: true @@ -68687,7 +67056,7 @@ item_db: ( Id: 12115 AegisName: "Elemental_Water" Name: "Elemental Converter" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 BuyingStore: true @@ -68697,7 +67066,7 @@ item_db: ( Id: 12116 AegisName: "Elemental_Earth" Name: "Elemental Converter" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 BuyingStore: true @@ -68707,7 +67076,7 @@ item_db: ( Id: 12117 AegisName: "Elemental_Wind" Name: "Elemental Converter" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 BuyingStore: true @@ -68717,7 +67086,7 @@ item_db: ( Id: 12118 AegisName: "Resist_Fire" Name: "Fireproof Potion" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -68727,7 +67096,7 @@ item_db: ( Id: 12119 AegisName: "Resist_Water" Name: "Coldproof Potion" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -68737,7 +67106,7 @@ item_db: ( Id: 12120 AegisName: "Resist_Earth" Name: "Earthproof Potion" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -68747,7 +67116,7 @@ item_db: ( Id: 12121 AegisName: "Resist_Wind" Name: "Thunderproof Potion" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 BuyingStore: true @@ -68757,7 +67126,7 @@ item_db: ( Id: 12122 AegisName: "Sesame_Pastry" Name: "Sesame Pastry" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 BuyingStore: true @@ -68767,7 +67136,7 @@ item_db: ( Id: 12123 AegisName: "Honey_Pastry" Name: "Honey Pastry" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 BuyingStore: true @@ -68777,7 +67146,7 @@ item_db: ( Id: 12124 AegisName: "Rainbow_Cake" Name: "Rainbow Cake" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 BuyingStore: true @@ -68790,7 +67159,7 @@ item_db: ( Id: 12125 AegisName: "Outdoor_Cooking_Kits" Name: "Outdoor Cooking Kit" - Type: 2 + Type: "IT_USABLE" Buy: 500 Weight: 20 BuyingStore: true @@ -68800,7 +67169,7 @@ item_db: ( Id: 12126 AegisName: "Indoor_Cooking_Kits" Name: "Home Cooking Kit" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 30 BuyingStore: true @@ -68810,7 +67179,7 @@ item_db: ( Id: 12127 AegisName: "High_end_Cooking_Kits" Name: "Professional Cooking Kit" - Type: 2 + Type: "IT_USABLE" Buy: 2000 Weight: 50 BuyingStore: true @@ -68820,7 +67189,7 @@ item_db: ( Id: 12128 AegisName: "Imperial_Cooking_Kits" Name: "Royal Cooking Kit" - Type: 2 + Type: "IT_USABLE" Buy: 5000 Weight: 70 BuyingStore: true @@ -68830,7 +67199,7 @@ item_db: ( Id: 12129 AegisName: "Fantastic_Cooking_Kits" Name: "Fantastic Cooking Kit" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 70 BuyingStore: true @@ -68840,7 +67209,7 @@ item_db: ( Id: 12130 AegisName: "Cookie_Bag" Name: "Cookie Bag" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 BuyingStore: true @@ -68854,7 +67223,7 @@ item_db: ( Id: 12131 AegisName: "Lucky_Potion" Name: "Lucky Potion" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 Script: <" sc_start SC_FOOD_LUK, 1800000, 15; "> @@ -68863,7 +67232,7 @@ item_db: ( Id: 12132 AegisName: "Red_Bag" Name: "Santa's Bag" - Type: 2 + Type: "IT_USABLE" Weight: 200 BuyingStore: true Script: <" @@ -68875,7 +67244,7 @@ item_db: ( Id: 12133 AegisName: "Ice_Cream_" Name: "McDonald's Ice Cone" - Type: 0 + Type: "IT_HEALING" Weight: 80 Script: <" if (gettime(GETTIME_DAYOFMONTH) != MDiceCone) { @@ -68889,7 +67258,7 @@ item_db: ( Id: 12134 AegisName: "Red_Envelope" Name: "Red Envelope" - Type: 2 + Type: "IT_USABLE" Buy: 1 Weight: 10 Script: <" Zeny += rand(1000,10000); "> @@ -68898,7 +67267,7 @@ item_db: ( Id: 12135 AegisName: "Green_Ale" Name: "Green Ale" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 30 Script: <" @@ -68910,7 +67279,7 @@ item_db: ( Id: 12136 AegisName: "Womens_Bundle" Name: "Women's Bundle" - Type: 2 + Type: "IT_USABLE" Weight: 100 Script: <" getitem callfunc("F_RandMes",4,558,529,2668,7518),1; "> }, @@ -68918,37 +67287,37 @@ item_db: ( Id: 12137 AegisName: "1st_Stage_Prize" Name: "First Stage Prize" - Type: 2 + Type: "IT_USABLE" }, { Id: 12138 AegisName: "2nd_Stage_Prize" Name: "Second Stage Prize" - Type: 2 + Type: "IT_USABLE" }, { Id: 12139 AegisName: "3rd_Stage_Prize" Name: "Third Stage Prize" - Type: 2 + Type: "IT_USABLE" }, { Id: 12140 AegisName: "4th_Stage_Prize" Name: "Fourth Stage Prize" - Type: 2 + Type: "IT_USABLE" }, { Id: 12141 AegisName: "5th_Stage_Prize" Name: "Fifth Stage Prize" - Type: 2 + Type: "IT_USABLE" }, { Id: 12142 AegisName: "Magic_Book" Name: "Book of Magic" - Type: 2 + Type: "IT_USABLE" Weight: 100 Trade: { notrade: true @@ -68965,7 +67334,7 @@ item_db: ( Id: 12143 AegisName: "Red_Can" Name: "Red Can" - Type: 2 + Type: "IT_USABLE" Buy: 50000 Weight: 300 }, @@ -68973,7 +67342,7 @@ item_db: ( Id: 12144 AegisName: "Sphere_Case_Wind" Name: "Lightning Sphere Pack" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 350 BuyingStore: true @@ -68983,7 +67352,7 @@ item_db: ( Id: 12145 AegisName: "Sphere_Case_Darkness" Name: "Blind Sphere Pack" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 350 BuyingStore: true @@ -68993,7 +67362,7 @@ item_db: ( Id: 12146 AegisName: "Sphere_Case_Poison" Name: "Poison Sphere Pack" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 350 BuyingStore: true @@ -69003,7 +67372,7 @@ item_db: ( Id: 12147 AegisName: "Sphere_Case_Water" Name: "Freezing Sphere Pack" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 350 BuyingStore: true @@ -69013,7 +67382,7 @@ item_db: ( Id: 12148 AegisName: "Sphere_Case_Fire" Name: "Flare Sphere Pack" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 350 BuyingStore: true @@ -69023,7 +67392,7 @@ item_db: ( Id: 12149 AegisName: "Bullet_Case" Name: "Cartridge" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -69033,7 +67402,7 @@ item_db: ( Id: 12150 AegisName: "Bullet_Case_Blood" Name: "Blood Cartridge" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -69043,7 +67412,7 @@ item_db: ( Id: 12151 AegisName: "Bullet_Case_Silver" Name: "Silver Cartridge" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -69053,7 +67422,7 @@ item_db: ( Id: 12152 AegisName: "Special_Box" Name: "Special Present" - Type: 2 + Type: "IT_USABLE" Weight: 100 Script: <" packageitem(); "> }, @@ -69061,7 +67430,7 @@ item_db: ( Id: 12153 AegisName: "Bow_Mercenary_Scroll1" Name: "Bowman Scroll 1" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69079,7 +67448,7 @@ item_db: ( Id: 12154 AegisName: "Bow_Mercenary_Scroll2" Name: "Bowman Scroll 2" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69097,7 +67466,7 @@ item_db: ( Id: 12155 AegisName: "Bow_Mercenary_Scroll3" Name: "Bowman Scroll 3" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69115,7 +67484,7 @@ item_db: ( Id: 12156 AegisName: "Bow_Mercenary_Scroll4" Name: "Bowman Scroll 4" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69133,7 +67502,7 @@ item_db: ( Id: 12157 AegisName: "Bow_Mercenary_Scroll5" Name: "Bowman Scroll 5" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69151,7 +67520,7 @@ item_db: ( Id: 12158 AegisName: "Bow_Mercenary_Scroll6" Name: "Bowman Scroll 6" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69169,7 +67538,7 @@ item_db: ( Id: 12159 AegisName: "Bow_Mercenary_Scroll7" Name: "Bowman Scroll 7" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69187,7 +67556,7 @@ item_db: ( Id: 12160 AegisName: "Bow_Mercenary_Scroll8" Name: "Bowman Scroll 8" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69205,7 +67574,7 @@ item_db: ( Id: 12161 AegisName: "Bow_Mercenary_Scroll9" Name: "Bowman Scroll 9" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69223,7 +67592,7 @@ item_db: ( Id: 12162 AegisName: "Bow_Mercenary_Scroll10" Name: "Bowman Scroll 10" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69241,7 +67610,7 @@ item_db: ( Id: 12163 AegisName: "SwordMercenary_Scroll1" Name: "Fencer Scroll 1" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69259,7 +67628,7 @@ item_db: ( Id: 12164 AegisName: "SwordMercenary_Scroll2" Name: "Fencer Scroll 2" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69277,7 +67646,7 @@ item_db: ( Id: 12165 AegisName: "SwordMercenary_Scroll3" Name: "Fencer Scroll 3" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69295,7 +67664,7 @@ item_db: ( Id: 12166 AegisName: "SwordMercenary_Scroll4" Name: "Fencer Scroll 4" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69313,7 +67682,7 @@ item_db: ( Id: 12167 AegisName: "SwordMercenary_Scroll5" Name: "Fencer Scroll 5" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69331,7 +67700,7 @@ item_db: ( Id: 12168 AegisName: "SwordMercenary_Scroll6" Name: "Fencer Scroll 6" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69349,7 +67718,7 @@ item_db: ( Id: 12169 AegisName: "SwordMercenary_Scroll7" Name: "Fencer Scroll 7" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69367,7 +67736,7 @@ item_db: ( Id: 12170 AegisName: "SwordMercenary_Scroll8" Name: "Fencer Scroll 8" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69385,7 +67754,7 @@ item_db: ( Id: 12171 AegisName: "SwordMercenary_Scroll9" Name: "Fencer Scroll 9" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69403,7 +67772,7 @@ item_db: ( Id: 12172 AegisName: "SwordMercenary_Scroll10" Name: "Fencer Scroll 10" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69421,7 +67790,7 @@ item_db: ( Id: 12173 AegisName: "SpearMercenary_Scroll1" Name: "Spearman Scroll 1" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69439,7 +67808,7 @@ item_db: ( Id: 12174 AegisName: "SpearMercenary_Scroll2" Name: "Spearman Scroll 2" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69457,7 +67826,7 @@ item_db: ( Id: 12175 AegisName: "SpearMercenary_Scroll3" Name: "Spearman Scroll 3" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69475,7 +67844,7 @@ item_db: ( Id: 12176 AegisName: "SpearMercenary_Scroll4" Name: "Spearman Scroll 4" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69493,7 +67862,7 @@ item_db: ( Id: 12177 AegisName: "SpearMercenary_Scroll5" Name: "Spearman Scroll 5" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69511,7 +67880,7 @@ item_db: ( Id: 12178 AegisName: "SpearMercenary_Scroll6" Name: "Spearman Scroll 6" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69529,7 +67898,7 @@ item_db: ( Id: 12179 AegisName: "SpearMercenary_Scroll7" Name: "Spearman Scroll 7" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69547,7 +67916,7 @@ item_db: ( Id: 12180 AegisName: "SpearMercenary_Scroll8" Name: "Spearman Scroll 8" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69565,7 +67934,7 @@ item_db: ( Id: 12181 AegisName: "SpearMercenary_Scroll9" Name: "Spearman Scroll 9" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69583,7 +67952,7 @@ item_db: ( Id: 12182 AegisName: "SpearMercenary_Scroll10" Name: "Spearman Scroll 10" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Trade: { @@ -69601,7 +67970,7 @@ item_db: ( Id: 12183 AegisName: "Holy_Arrow_Quiver" Name: "Holy Arrow Quiver" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 250 BuyingStore: true @@ -69611,7 +67980,7 @@ item_db: ( Id: 12184 AegisName: "Mercenary_Red_Potion" Name: "Mercenary Red Potion" - Type: 2 + Type: "IT_USABLE" Buy: 500 Weight: 100 BuyingStore: true @@ -69621,7 +67990,7 @@ item_db: ( Id: 12185 AegisName: "Mercenary_Blue_Potion" Name: "Mercenary Blue Potion" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 100 BuyingStore: true @@ -69631,7 +68000,7 @@ item_db: ( Id: 12186 AegisName: "Red_Box" Name: "Old Red Box" - Type: 2 + Type: "IT_USABLE" Buy: 50000 Weight: 200 Script: <" getrandgroupitem 12186,1; "> @@ -69640,7 +68009,7 @@ item_db: ( Id: 12187 AegisName: "Green_Box" Name: "Old Green Box" - Type: 2 + Type: "IT_USABLE" Buy: 50000 Weight: 200 Script: <" getrandgroupitem 12187,1; "> @@ -69649,7 +68018,7 @@ item_db: ( Id: 12188 AegisName: "Magical_Moon_Cake" Name: "Grace Moon Cake" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 300 Script: <" percentheal 50,50; "> @@ -69658,7 +68027,7 @@ item_db: ( Id: 12189 AegisName: "Red_Box_" Name: "Old Red Box" - Type: 2 + Type: "IT_USABLE" Buy: 50000 Weight: 200 Script: <" getrandgroupitem 12189,1; "> @@ -69667,7 +68036,7 @@ item_db: ( Id: 12190 AegisName: "Moon_Cake" Name: "Moon Cake" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 300 }, @@ -69675,7 +68044,7 @@ item_db: ( Id: 12191 AegisName: "Special_Moon_Cake" Name: "Special Moon Cake" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 500 }, @@ -69683,7 +68052,7 @@ item_db: ( Id: 12192 AegisName: "Pumpkin_Pie" Name: "Pumpkin Pie" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 10 Script: <" percentheal 5,5; "> @@ -69692,7 +68061,7 @@ item_db: ( Id: 12193 AegisName: "Brezel" Name: "Pretzel" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 20 }, @@ -69700,7 +68069,7 @@ item_db: ( Id: 12194 AegisName: "Hometown_Gift" Name: "Hometown Gift" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 200 BuyingStore: true @@ -69714,7 +68083,7 @@ item_db: ( Id: 12195 AegisName: "Plain_Rice_Cake" Name: "Plain Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 BuyingStore: true @@ -69724,7 +68093,7 @@ item_db: ( Id: 12196 AegisName: "Hearty_Rice_Cake" Name: "Hearty Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 BuyingStore: true @@ -69734,7 +68103,7 @@ item_db: ( Id: 12197 AegisName: "Salty_Rice_Cake" Name: "Salty Rice Cake" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 BuyingStore: true @@ -69744,7 +68113,7 @@ item_db: ( Id: 12198 AegisName: "Lucky_Rice_Cake" Name: "Lucky Rice Cake" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 BuyingStore: true @@ -69754,7 +68123,7 @@ item_db: ( Id: 12199 AegisName: "Rice_Scroll" Name: "Scroll of Magic" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -69770,7 +68139,7 @@ item_db: ( Id: 12200 AegisName: "Event_Cake" Name: "X-mas Cake" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Weight: 50 Script: <" itemskill PR_MAGNIFICAT,3; "> @@ -69779,7 +68148,7 @@ item_db: ( Id: 12201 AegisName: "Red_Box_C" Name: "Commonplace Red Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 200 }, @@ -69789,7 +68158,7 @@ item_db: ( Id: 12202 AegisName: "Str_Dish10_" Name: "Steamed Tongue" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Trade: { @@ -69810,7 +68179,7 @@ item_db: ( Id: 12203 AegisName: "Agi_Dish10_" Name: "Steamed Scorpion" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Trade: { @@ -69831,7 +68200,7 @@ item_db: ( Id: 12204 AegisName: "Int_Dish10_" Name: "Dragon Breath Cocktail" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Trade: { @@ -69852,7 +68221,7 @@ item_db: ( Id: 12205 AegisName: "Dex_Dish10_" Name: "Hwergelmir's Tonic" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Trade: { @@ -69873,7 +68242,7 @@ item_db: ( Id: 12206 AegisName: "Luk_Dish10_" Name: "Cooked Nine Tail's Tails" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Trade: { @@ -69894,7 +68263,7 @@ item_db: ( Id: 12207 AegisName: "Vit_Dish10_" Name: "Stew Of Immortality" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Trade: { @@ -69915,7 +68284,7 @@ item_db: ( Id: 12208 AegisName: "Battle_Manual" Name: "Battle Manual" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Delay: 60000 @@ -69934,7 +68303,7 @@ item_db: ( Id: 12209 AegisName: "Insurance" Name: "Life Insurance" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -69952,7 +68321,7 @@ item_db: ( Id: 12210 AegisName: "Bubble_Gum" Name: "Bubble Gum" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Delay: 60000 @@ -69971,7 +68340,7 @@ item_db: ( Id: 12211 AegisName: "Kafra_Card" Name: "Kafra Card" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -69989,7 +68358,7 @@ item_db: ( Id: 12212 AegisName: "Giant_Fly_Wing" Name: "Giant Fly Wing" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70007,7 +68376,7 @@ item_db: ( Id: 12213 AegisName: "Neuralizer" Name: "Neuralizer" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Trade: { nodrop: true @@ -70024,7 +68393,7 @@ item_db: ( Id: 12214 AegisName: "Convex_Mirror" Name: "Convex Mirror" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70042,7 +68411,7 @@ item_db: ( Id: 12215 AegisName: "Blessing_10_Scroll" Name: "LV10 Blessing Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70066,7 +68435,7 @@ item_db: ( Id: 12216 AegisName: "Inc_Agi_10_Scroll" Name: "LV10 Agil Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70094,7 +68463,7 @@ item_db: ( Id: 12217 AegisName: "Aspersio_5_Scroll" Name: "LV5 Aspersio Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70122,7 +68491,7 @@ item_db: ( Id: 12218 AegisName: "Assumptio_5_Scroll" Name: "LV5 Assumptio Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70146,7 +68515,7 @@ item_db: ( Id: 12219 AegisName: "Wind_Walk_10_Scroll" Name: "LV10 Wind Walker Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70170,7 +68539,7 @@ item_db: ( Id: 12220 AegisName: "Adrenaline_Scroll" Name: "LV5 Adrenaline Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70198,7 +68567,7 @@ item_db: ( Id: 12221 AegisName: "Megaphone_" Name: "Megaphone" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70220,7 +68589,7 @@ item_db: ( Id: 12225 AegisName: "Sweet_Candy_Striper" Name: "Sweet Candy Cane" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 Nouse: { @@ -70232,7 +68601,7 @@ item_db: ( Id: 12226 AegisName: "Examination1" Name: "Examination 1" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" @@ -70248,7 +68617,7 @@ item_db: ( Id: 12227 AegisName: "Examination2" Name: "Examination 2" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" @@ -70264,7 +68633,7 @@ item_db: ( Id: 12228 AegisName: "Examination3" Name: "Examination 3" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" @@ -70279,7 +68648,7 @@ item_db: ( Id: 12229 AegisName: "Examination4" Name: "Examination 4" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" @@ -70295,7 +68664,7 @@ item_db: ( Id: 12230 AegisName: "Examination5" Name: "Examination 5" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" @@ -70311,7 +68680,7 @@ item_db: ( Id: 12231 AegisName: "Examination6" Name: "Examination 6" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 50 Script: <" @@ -70330,7 +68699,7 @@ item_db: ( Id: 12232 AegisName: "Gingerbread" Name: "Ginger Bread" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 150 Script: <" @@ -70342,7 +68711,7 @@ item_db: ( Id: 12233 AegisName: "Kvass" Name: "Kvass" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 200 Script: <" percentheal 100,100; "> @@ -70351,7 +68720,7 @@ item_db: ( Id: 12234 AegisName: "Cacao99" Name: "Fierce Cacao 99%" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 Script: <" percentheal 25,0; "> @@ -70360,7 +68729,7 @@ item_db: ( Id: 12235 AegisName: "Strawberry_Choco" Name: "Chocolate Strawberry" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 Nouse: { @@ -70376,7 +68745,7 @@ item_db: ( Id: 12236 AegisName: "Choco_Tart" Name: "Chocolate Tart" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Weight: 100 Nouse: { @@ -70391,7 +68760,7 @@ item_db: ( Id: 12237 AegisName: "Choco_Lump" Name: "Junky Chocolate" - Type: 2 + Type: "IT_USABLE" Weight: 100 Nouse: { sitting: true @@ -70406,7 +68775,7 @@ item_db: ( Id: 12238 AegisName: "New_Year_Rice_Cake_1" Name: "New Year Rice Cake" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 Script: <" @@ -70418,7 +68787,7 @@ item_db: ( Id: 12239 AegisName: "New_Year_Rice_Cake_2" Name: "New Year Rice Cake" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 Script: <" @@ -70430,7 +68799,7 @@ item_db: ( Id: 12240 AegisName: "Old_Yellow_Box" Name: "Old Yellow Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 200 Script: <" getrandgroupitem 12240,1; "> @@ -70439,7 +68808,7 @@ item_db: ( Id: 12241 AegisName: "M_Center_Potion" Name: "Mercenary Concentration Potion" - Type: 2 + Type: "IT_USABLE" Buy: 800 Weight: 100 BuyingStore: true @@ -70449,7 +68818,7 @@ item_db: ( Id: 12242 AegisName: "M_Awakening_Potion" Name: "Mercenary Awakening Potion" - Type: 2 + Type: "IT_USABLE" Buy: 1500 Weight: 150 BuyingStore: true @@ -70459,7 +68828,7 @@ item_db: ( Id: 12243 AegisName: "M_Berserk_Potion" Name: "Mercenary Berserk Potion" - Type: 2 + Type: "IT_USABLE" Buy: 3000 Weight: 200 BuyingStore: true @@ -70469,7 +68838,7 @@ item_db: ( Id: 12244 AegisName: "Old_Gift_Box" Name: "Old Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 200 Script: <" getrandgroupitem 12244,1; "> @@ -70478,7 +68847,7 @@ item_db: ( Id: 12245 AegisName: "Green_Ale_US" Name: "Green Ale" - Type: 0 + Type: "IT_HEALING" Buy: 5000 Weight: 500 Script: <" percentheal 100,0; "> @@ -70487,7 +68856,7 @@ item_db: ( Id: 12246 AegisName: "Magic_Card_Album" Name: "Mystical Card Album" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 50 BuyingStore: true @@ -70497,7 +68866,7 @@ item_db: ( Id: 12247 AegisName: "Halohalo" Name: "Halo-Halo" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 EquipLv: 20 @@ -70514,7 +68883,7 @@ item_db: ( Id: 12248 AegisName: "Masquerade_Ball_Box" Name: "Fancy Ball Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" getrandgroupitem 12248,1; "> @@ -70523,7 +68892,7 @@ item_db: ( Id: 12249 AegisName: "Payroll_Of_Kafra_" Name: "Payment Statement for Kafra Employee" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -70531,7 +68900,7 @@ item_db: ( Id: 12250 AegisName: "Str_Dish10_M" Name: "Steamed Tongue" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_STR,3600000,10; @@ -70542,7 +68911,7 @@ item_db: ( Id: 12251 AegisName: "Agi_Dish10_M" Name: "Steamed Desert Scorpions" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_AGI,3600000,10; @@ -70553,7 +68922,7 @@ item_db: ( Id: 12252 AegisName: "Int_Dish10_M" Name: "Dragon Breath Cocktail" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_INT,3600000,10; @@ -70564,7 +68933,7 @@ item_db: ( Id: 12253 AegisName: "Dex_Dish10_M" Name: "Hwergelmir's Tonic" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_DEX,3600000,10; @@ -70575,7 +68944,7 @@ item_db: ( Id: 12254 AegisName: "Luk_Dish10_M" Name: "Cooked Nine Tail" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_LUK,3600000,10; @@ -70586,7 +68955,7 @@ item_db: ( Id: 12255 AegisName: "Vit_Dish10_M" Name: "Immortal Stew" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_VIT,3600000,10; @@ -70597,14 +68966,14 @@ item_db: ( Id: 12256 AegisName: "PRO_Gift_Box" Name: "PRO Gift Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12257 AegisName: "Cold_Medicine" Name: "Cold Medicine" - Type: 0 + Type: "IT_HEALING" Buy: 20 Weight: 100 EquipLv: 50 @@ -70614,7 +68983,7 @@ item_db: ( Id: 12258 AegisName: "Bombring_Box" Name: "Bomb Poring Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -70636,7 +69005,7 @@ item_db: ( Id: 12259 AegisName: "Miracle_Medicine" Name: "Miracle Tonic" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -70653,7 +69022,7 @@ item_db: ( Id: 12260 AegisName: "Cool_Summer_Outfit" Name: "Cool Summer Outfit" - Type: 2 + Type: "IT_USABLE" Weight: 100 BuyingStore: true Script: <" sc_start SC_SUMMER,600000,0; "> @@ -70662,7 +69031,7 @@ item_db: ( Id: 12261 AegisName: "Secret_Medicine" Name: "Leap of Fantasy" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -70679,7 +69048,7 @@ item_db: ( Id: 12262 AegisName: "Inspector_Certificate_" Name: "Authoritative Badge" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -70697,7 +69066,7 @@ item_db: ( Id: 12263 AegisName: "Comp_Battle_Manual" Name: "Field Manual" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70715,7 +69084,7 @@ item_db: ( Id: 12264 AegisName: "Comp_Bubble_Gum" Name: "Bubble Gum" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70733,7 +69102,7 @@ item_db: ( Id: 12265 AegisName: "Comp_Insurance" Name: "Life Insurrance" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70751,7 +69120,7 @@ item_db: ( Id: 12266 AegisName: "Sesame_Pastry_" Name: "Sesame Pastry" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70770,7 +69139,7 @@ item_db: ( Id: 12267 AegisName: "Honey_Pastry_" Name: "Honey Pastry" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70789,7 +69158,7 @@ item_db: ( Id: 12268 AegisName: "Rainbow_Cake_" Name: "Rainbow Cake" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70811,7 +69180,7 @@ item_db: ( Id: 12269 AegisName: "Tasty_Colonel" Name: "Tasty Pink Ration" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70829,7 +69198,7 @@ item_db: ( Id: 12270 AegisName: "Tasty_Major" Name: "Tasty White Ration" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70847,7 +69216,7 @@ item_db: ( Id: 12271 AegisName: "Mre_A" Name: "Military Ration A" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 70 Trade: { @@ -70865,7 +69234,7 @@ item_db: ( Id: 12272 AegisName: "Mre_B" Name: "Military Ration B" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70883,7 +69252,7 @@ item_db: ( Id: 12273 AegisName: "Mre_C" Name: "Military Ration C" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 70 Trade: { @@ -70901,7 +69270,7 @@ item_db: ( Id: 12274 AegisName: "Gold_Pill_1" Name: "Daehwandan" - Type: 0 + Type: "IT_HEALING" Weight: 10 Trade: { nodrop: true @@ -70919,7 +69288,7 @@ item_db: ( Id: 12275 AegisName: "Gold_Pill_2" Name: "Taecheongdan" - Type: 0 + Type: "IT_HEALING" Weight: 10 Trade: { nodrop: true @@ -70937,7 +69306,7 @@ item_db: ( Id: 12276 AegisName: "Mimic_Scroll" Name: "Mimic Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70951,7 +69320,7 @@ item_db: ( Id: 12277 AegisName: "Disguise_Scroll" Name: "Disguise Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70965,7 +69334,7 @@ item_db: ( Id: 12278 AegisName: "Alice_Scroll" Name: "Alice Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -70979,7 +69348,7 @@ item_db: ( Id: 12279 AegisName: "Undead_Element_Scroll" Name: "Undead Elemental Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20; "> }, @@ -70987,7 +69356,7 @@ item_db: ( Id: 12280 AegisName: "Holy_Element_Scroll" Name: "Holy Elemental Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" specialeffect(EF_BENEDICTIO, AREA, playerattached()); @@ -70998,7 +69367,7 @@ item_db: ( Id: 12281 AegisName: "Tresure_Box_WoE" Name: "Event Treasure Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 150 Script: <" getrandgroupitem 12281,1; "> @@ -71007,7 +69376,7 @@ item_db: ( Id: 12282 AegisName: "Internet_Cafe1" Name: "Internet Cafe1" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_STR, 5400000, 3; @@ -71024,7 +69393,7 @@ item_db: ( Id: 12283 AegisName: "Internet_Cafe2" Name: "Internet Cafe2" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_STR, 5400000, 8; @@ -71038,7 +69407,7 @@ item_db: ( Id: 12284 AegisName: "Internet_Cafe3" Name: "Internet Cafe3" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_INT, 5400000, 8; @@ -71051,7 +69420,7 @@ item_db: ( Id: 12285 AegisName: "Internet_Cafe4" Name: "Internet Cafe4" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_DEX, 5400000, 8; @@ -71065,7 +69434,7 @@ item_db: ( Id: 12286 AegisName: "Masquerade_Ball_Box2" Name: "Masquerade Ball Box2" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getrandgroupitem 12286,1; "> }, @@ -71073,7 +69442,7 @@ item_db: ( Id: 12287 AegisName: "Love_Angel" Name: "Love Angel Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71090,7 +69459,7 @@ item_db: ( Id: 12288 AegisName: "Squirrel" Name: "Squirrel Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71107,7 +69476,7 @@ item_db: ( Id: 12289 AegisName: "Gogo" Name: "Gogo Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71124,7 +69493,7 @@ item_db: ( Id: 12290 AegisName: "Mysterious_Can" Name: "Mysterious Can Magic Powder" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 100 BuyingStore: true @@ -71141,7 +69510,7 @@ item_db: ( Id: 12291 AegisName: "Mysterious_PET_Bottle" Name: "Mysterious PET Bottle" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 100 BuyingStore: true @@ -71158,7 +69527,7 @@ item_db: ( Id: 12292 AegisName: "Unripe_Fruit" Name: "Unripe Fruit" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 200 BuyingStore: true @@ -71168,7 +69537,7 @@ item_db: ( Id: 12293 AegisName: "Dried_Yggdrasilberry" Name: "Dried Yggdrasilberry" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 200 BuyingStore: true @@ -71178,7 +69547,7 @@ item_db: ( Id: 12294 AegisName: "PC_Bang_Coin_Box1" Name: "PC-Room Coin Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71196,7 +69565,7 @@ item_db: ( Id: 12295 AegisName: "PC_Bang_Coin_Box2" Name: "PC-Room Coin Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71214,7 +69583,7 @@ item_db: ( Id: 12296 AegisName: "PC_Bang_Coin_Box3" Name: "PC-Room Coin Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71232,7 +69601,7 @@ item_db: ( Id: 12297 AegisName: "PC_Bang_Coin_Box4" Name: "PC-Room Coin Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71250,7 +69619,7 @@ item_db: ( Id: 12298 AegisName: "SP_Potion" Name: "SP Consumption Reduction Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71271,7 +69640,7 @@ item_db: ( Id: 12299 AegisName: "Mega_Resist_Potion" Name: "Mega Resist Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71292,7 +69661,7 @@ item_db: ( Id: 12300 AegisName: "Wild_Rose_Scroll" Name: "Wild Rose Contract" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71309,7 +69678,7 @@ item_db: ( Id: 12301 AegisName: "Doppelganger_Scroll" Name: "Doppelganger Contract" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71326,7 +69695,7 @@ item_db: ( Id: 12302 AegisName: "Ygnizem_Scroll" Name: "Egnigem Cenia Contract" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71343,7 +69712,7 @@ item_db: ( Id: 12303 AegisName: "Water_Of_Blessing" Name: "Blessing Of Water" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71359,7 +69728,7 @@ item_db: ( Id: 12304 AegisName: "Picture_Diary" Name: "Diary Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71376,7 +69745,7 @@ item_db: ( Id: 12305 AegisName: "Mini_Heart" Name: "Mini Heart Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71393,7 +69762,7 @@ item_db: ( Id: 12306 AegisName: "Newcomer" Name: "Freshman Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71410,7 +69779,7 @@ item_db: ( Id: 12307 AegisName: "Kid" Name: "Kid Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71427,7 +69796,7 @@ item_db: ( Id: 12308 AegisName: "Magic_Castle" Name: "Magic Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71444,7 +69813,7 @@ item_db: ( Id: 12309 AegisName: "Bulging_Head" Name: "JJangu Magic Powder" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71461,7 +69830,7 @@ item_db: ( Id: 12310 AegisName: "Spray_Of_Flowers" Name: "Spray Of Flowers" - Type: 2 + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -71480,7 +69849,7 @@ item_db: ( Id: 12311 AegisName: "Large_Spray_Of_Flowers" Name: "Huge Spray Of Flowers" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 100 Trade: { nodrop: true @@ -71499,14 +69868,14 @@ item_db: ( Id: 12312 AegisName: "Thick_Manual50" Name: "Thick Battle Manual" - Type: 2 + Type: "IT_USABLE" Script: <" sc_start SC_CASH_PLUSEXP,3600000,50; "> }, { Id: 12313 AegisName: "Protection_Of_Angel" Name: "Guardian Angel" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -71525,28 +69894,28 @@ item_db: ( Id: 12314 AegisName: "Noive_Box" Name: "Noive Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12315 AegisName: "Goddess_Bless" Name: "Goddess Of Blessing" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12316 AegisName: "Angel_Bless" Name: "Angel Of Blessing" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12317 AegisName: "Powder_Snow" Name: "Snow Powder" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" end; "> }, @@ -71554,14 +69923,14 @@ item_db: ( Id: 12318 AegisName: "Little_Heart" Name: "Small Hearts" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12319 AegisName: "Strawberry_Cake" Name: "Rune Strawberry Cake" - Type: 2 + Type: "IT_USABLE" Weight: 300 Script: <" sc_start SC_PLUSATTACKPOWER, 600000, 5; @@ -71572,7 +69941,7 @@ item_db: ( Id: 12320 AegisName: "Pineapple_Juice" Name: "Schwartzwald Pine Jubilee" - Type: 2 + Type: "IT_USABLE" Weight: 300 Script: <" sc_start SC_FOOD_BASICHIT,600000,10; @@ -71583,7 +69952,7 @@ item_db: ( Id: 12321 AegisName: "Spicy_Sandwich" Name: "Arunafeltz Desert Sandwich" - Type: 2 + Type: "IT_USABLE" Weight: 300 Script: <" sc_start SC_FOOD_CRITICALSUCCESSVALUE,600000,7; "> }, @@ -71591,7 +69960,7 @@ item_db: ( Id: 12322 AegisName: "Chocolate_Pie" Name: "Chocolate Pie" - Type: 0 + Type: "IT_HEALING" Weight: 50 Script: <" percentheal 5,5; "> }, @@ -71599,7 +69968,7 @@ item_db: ( Id: 12323 AegisName: "N_Fly_Wing" Name: "Novice Fly Wing" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71619,7 +69988,7 @@ item_db: ( Id: 12324 AegisName: "N_Butterfly_Wing" Name: "Novice Butterfly Wing" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71639,7 +70008,7 @@ item_db: ( Id: 12325 AegisName: "N_Magnifier" Name: "Novice Magnifier" - Type: 11 + Type: "IT_DELAYCONSUME" Trade: { nodrop: true notrade: true @@ -71659,7 +70028,7 @@ item_db: ( Id: 12326 AegisName: "J_Firecracker" Name: "Large Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 }, @@ -71667,7 +70036,7 @@ item_db: ( Id: 12327 AegisName: "Charm_Of_Luck" Name: "Charm Of Luck" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 Script: <" sc_start SC_FOOD_LUK,3600000,20; "> @@ -71676,7 +70045,7 @@ item_db: ( Id: 12328 AegisName: "Charm_Of_Happiness" Name: "Charm Of Happiness" - Type: 2 + Type: "IT_USABLE" Buy: 1800 Weight: 100 Script: <" @@ -71692,7 +70061,7 @@ item_db: ( Id: 12329 AegisName: "Recall_MaleGM" Name: "Summon Male GameMaster Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 BuyingStore: true Script: <" mercenary_create M_GAMEMASTER, 1800000; "> @@ -71701,7 +70070,7 @@ item_db: ( Id: 12330 AegisName: "Recall_FemaleGM" Name: "Summon Female GameMaster Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 BuyingStore: true Script: <" mercenary_create F_GAMEMASTER, 1800000; "> @@ -71710,7 +70079,7 @@ item_db: ( Id: 12331 AegisName: "Ginseng" Name: "Ginseng" - Type: 0 + Type: "IT_HEALING" Weight: 10 Trade: { nodrop: true @@ -71728,7 +70097,7 @@ item_db: ( Id: 12332 AegisName: "Fruit_Juice" Name: "Fruit Juice" - Type: 0 + Type: "IT_HEALING" Weight: 10 Trade: { nodrop: true @@ -71746,7 +70115,7 @@ item_db: ( Id: 12333 AegisName: "Ansila" Name: "Ancilla" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71765,7 +70134,7 @@ item_db: ( Id: 12334 AegisName: "Cherish_Box" Name: "Treasure Edition Helm Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getrandgroupitem 12334,1; "> }, @@ -71773,7 +70142,7 @@ item_db: ( Id: 12335 AegisName: "Yummy_Skewered_Dish" Name: "Grilled Delicious Skewer" - Type: 0 + Type: "IT_HEALING" Buy: 1000 Weight: 350 Script: <" percentheal 60,60; "> @@ -71782,7 +70151,7 @@ item_db: ( Id: 12336 AegisName: "Baked_Mushroom" Name: "Grilled Mushroom" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 300 Script: <" percentheal 30,30; "> @@ -71791,7 +70160,7 @@ item_db: ( Id: 12337 AegisName: "Grilled_Sausage" Name: "Grilled Sausages" - Type: 0 + Type: "IT_HEALING" Buy: 300 Weight: 200 Script: <" percentheal 20,20; "> @@ -71800,7 +70169,7 @@ item_db: ( Id: 12338 AegisName: "Grilled_Corn" Name: "Grilled Corn" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 100 Script: <" @@ -71813,7 +70182,7 @@ item_db: ( Id: 12339 AegisName: "Cherish_Box_Ori" Name: "Treasure Edition Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getrandgroupitem 12339,1; "> }, @@ -71821,7 +70190,7 @@ item_db: ( Id: 12340 AegisName: "Mysterious_Rice_Powder" Name: "Chewy Rice Powder" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -71841,7 +70210,7 @@ item_db: ( Id: 12341 AegisName: "Special_Alloy_Trap_Box" Name: "Special Alloy Trap Box" - Type: 2 + Type: "IT_USABLE" Buy: 30000 Weight: 10 BuyingStore: true @@ -71851,7 +70220,7 @@ item_db: ( Id: 12342 AegisName: "Manuks_Opportunity" Name: "Manuk's Opportunity" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Trade: { @@ -71872,7 +70241,7 @@ item_db: ( Id: 12343 AegisName: "Manuks_Courage" Name: "Manuk's Courage" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Trade: { @@ -71893,7 +70262,7 @@ item_db: ( Id: 12344 AegisName: "Pinguiculas_fruit_Jam" Name: "Pinguicula's Fruit Jam" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Trade: { @@ -71914,7 +70283,7 @@ item_db: ( Id: 12345 AegisName: "Luciolas_Honey_Jam" Name: "Luciola's Honey Jam" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Trade: { @@ -71935,7 +70304,7 @@ item_db: ( Id: 12346 AegisName: "Unripe_Acorn" Name: "Unripe Acorn" - Type: 2 + Type: "IT_USABLE" BuyingStore: true Trade: { nodrop: true @@ -71952,7 +70321,7 @@ item_db: ( Id: 12347 AegisName: "Acorn_Jelly" Name: "Acorn Jelly" - Type: 2 + Type: "IT_USABLE" Buy: 11 BuyingStore: true Nouse: { @@ -71964,7 +70333,7 @@ item_db: ( Id: 12348 AegisName: "Manuks_Faith" Name: "Manuk's Faith" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Trade: { @@ -71985,7 +70354,7 @@ item_db: ( Id: 12349 AegisName: "Cornus_Tears" Name: "Cornus' Tears" - Type: 2 + Type: "IT_USABLE" Weight: 50 BuyingStore: true Trade: { @@ -72006,7 +70375,7 @@ item_db: ( Id: 12350 AegisName: "Angeling_Potion" Name: "Angeling Potion" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Weight: 100 BuyingStore: true @@ -72030,7 +70399,7 @@ item_db: ( Id: 12351 AegisName: "Shout_Megaphone" Name: "Scream Megaphone" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Weight: 50 BuyingStore: true @@ -72047,7 +70416,7 @@ item_db: ( Id: 12352 AegisName: "Dun_Tele_Scroll3" Name: "Dungeon Teleport Scroll 3" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashDungeon",3; "> }, @@ -72055,7 +70424,7 @@ item_db: ( Id: 12353 AegisName: "Tiny_Waterbottle" Name: "Small Bottle" - Type: 2 + Type: "IT_USABLE" Buy: 800 Weight: 10 BuyingStore: true @@ -72065,7 +70434,7 @@ item_db: ( Id: 12354 AegisName: "Buche_De_Noel" Name: "Buche De Noel" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 50 BuyingStore: true @@ -72078,7 +70447,7 @@ item_db: ( Id: 12355 AegisName: "Xmas_Gift" Name: "Xmas Gift" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 BuyingStore: true @@ -72088,7 +70457,7 @@ item_db: ( Id: 12356 AegisName: "Louise_Costume_Box" Name: "Louise Costume Box" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 BuyingStore: true @@ -72098,7 +70467,7 @@ item_db: ( Id: 12357 AegisName: "Shiny_Wing_Gown" Name: "Shiny Wing Gown" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 Script: <" pet BACSOJIN_; "> @@ -72107,7 +70476,7 @@ item_db: ( Id: 12358 AegisName: "Fan_Of_Wind" Name: "Fan Of Wind" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72120,7 +70489,7 @@ item_db: ( Id: 12359 AegisName: "Very_Soft_Plant" Name: "Very Soft Plant" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72133,7 +70502,7 @@ item_db: ( Id: 12360 AegisName: "Very_Red_Juice" Name: "Very Red Juice" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72146,7 +70515,7 @@ item_db: ( Id: 12361 AegisName: "Delicious_Shaved_Ice" Name: "Delicious Shaved Ice" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -72166,7 +70535,7 @@ item_db: ( Id: 12362 AegisName: "Kuloren" Name: "Kuloren" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72179,7 +70548,7 @@ item_db: ( Id: 12363 AegisName: "Fit_Pipe" Name: "Fit Pipe" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -72199,7 +70568,7 @@ item_db: ( Id: 12364 AegisName: "Staff_Of_Leader" Name: "Staff Of Leader" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72212,7 +70581,7 @@ item_db: ( Id: 12365 AegisName: "Charming_Lotus" Name: "Charming Lotus" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72225,7 +70594,7 @@ item_db: ( Id: 12366 AegisName: "Gril_Doll" Name: "Girl's Doll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72238,7 +70607,7 @@ item_db: ( Id: 12367 AegisName: "Luxury_Whisky_Bottle" Name: "Luxury Whisky Bottle" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72251,7 +70620,7 @@ item_db: ( Id: 12368 AegisName: "Splendid_Mirror" Name: "Splendid Mirror" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72264,7 +70633,7 @@ item_db: ( Id: 12369 AegisName: "Oilpalm_Coconut" Name: "Oilpalm Coconut" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72277,7 +70646,7 @@ item_db: ( Id: 12370 AegisName: "Grils_Naivety" Name: "Girl's Naivety" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -72297,7 +70666,7 @@ item_db: ( Id: 12371 AegisName: "Magical_Lithography" Name: "Magical Lithography" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72310,7 +70679,7 @@ item_db: ( Id: 12372 AegisName: "Hell_Contract" Name: "Hell Contract" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72323,7 +70692,7 @@ item_db: ( Id: 12373 AegisName: "Boys_Naivety" Name: "Boy's Pure Heart" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72336,7 +70705,7 @@ item_db: ( Id: 12374 AegisName: "Flaming_Ice" Name: "Ice Fireworks" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72349,7 +70718,7 @@ item_db: ( Id: 12375 AegisName: "Acaraje" Name: "Akaraje" - Type: 2 + Type: "IT_USABLE" Weight: 80 Trade: { nodrop: true @@ -72367,7 +70736,7 @@ item_db: ( Id: 12376 AegisName: "Mysterious_Can2" Name: "Mysterious Can2" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 100 BuyingStore: true @@ -72383,7 +70752,7 @@ item_db: ( Id: 12377 AegisName: "Mysterious_PET_Bottle2" Name: "Mysterious PET Bottle2" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 100 BuyingStore: true @@ -72399,7 +70768,7 @@ item_db: ( Id: 12378 AegisName: "2009_Rice_Cake_Soup" Name: "Rice Cake Soup" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 100 Script: <" percentheal 50, 50; "> @@ -72408,7 +70777,7 @@ item_db: ( Id: 12379 AegisName: "Popes_Cookie" Name: "Pope Cookie" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 10 BuyingStore: true @@ -72417,7 +70786,7 @@ item_db: ( Id: 12380 AegisName: "Desert_Wolf_Babe_Scroll" Name: "Job Change Flute" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 10 Script: <" mercenary_create M_DESERT_WOLF_B, 1800000; "> @@ -72426,7 +70795,7 @@ item_db: ( Id: 12381 AegisName: "ValkyrieA_Scroll" Name: "Ancient Languages Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 10 Script: <" @@ -72440,7 +70809,7 @@ item_db: ( Id: 12382 AegisName: "ValkyrieB_Scroll" Name: "Ancient Languages Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 10 Weight: 10 Script: <" @@ -72454,7 +70823,7 @@ item_db: ( Id: 12383 AegisName: "Vulcan_Bullet_Magazine" Name: "Vulcan Bullet Magazine" - Type: 2 + Type: "IT_USABLE" Buy: 11000 Weight: 500 BuyingStore: true @@ -72464,7 +70833,7 @@ item_db: ( Id: 12384 AegisName: "Rainbow_Ruby_Water" Name: "Rainbow Ruby" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 50 Trade: { nodrop: true @@ -72485,7 +70854,7 @@ item_db: ( Id: 12385 AegisName: "Rainbow_Ruby_Fire" Name: "Rainbow Ruby" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 50 Trade: { nodrop: true @@ -72506,7 +70875,7 @@ item_db: ( Id: 12386 AegisName: "Rainbow_Ruby_Wind" Name: "Rainbow Ruby" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 50 Trade: { nodrop: true @@ -72527,7 +70896,7 @@ item_db: ( Id: 12387 AegisName: "Rainbow_Ruby_Earth" Name: "Rainbow Ruby" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 50 Trade: { nodrop: true @@ -72548,7 +70917,7 @@ item_db: ( Id: 12388 AegisName: "Runstone_Crush" Name: "Rhydo Runestone For Apprentice" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Trade: { nodrop: true @@ -72573,7 +70942,7 @@ item_db: ( Id: 12389 AegisName: "Runstone_Storm" Name: "Pertz Runestone For Apprentice" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Trade: { nodrop: true @@ -72598,7 +70967,7 @@ item_db: ( Id: 12390 AegisName: "Runstone_Millennium" Name: "Verkana Runestone For Apprentice" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Trade: { nodrop: true @@ -72623,7 +70992,7 @@ item_db: ( Id: 12391 AegisName: "Lucky_Egg_C" Name: "Lucky Egg" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -72640,13 +71009,13 @@ item_db: ( Id: 12392 AegisName: "RepairA" Name: "Repair A" - Type: 0 + Type: "IT_HEALING" Buy: 220 Weight: 70 Job: { Blacksmith: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300), 0; "> }, @@ -72654,13 +71023,13 @@ item_db: ( Id: 12393 AegisName: "RepairB" Name: "Repair B" - Type: 0 + Type: "IT_HEALING" Buy: 500 Weight: 70 Job: { Blacksmith: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400), 0; "> }, @@ -72668,13 +71037,13 @@ item_db: ( Id: 12394 AegisName: "RepairC" Name: "Repair C" - Type: 0 + Type: "IT_HEALING" Buy: 1100 Weight: 70 Job: { Blacksmith: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500), 0; "> }, @@ -72682,7 +71051,7 @@ item_db: ( Id: 12395 AegisName: "Tantanmen" Name: "Tantan Noodle" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -72692,7 +71061,7 @@ item_db: ( Id: 12396 AegisName: "Fools_Day_Box" Name: "Gift Box?" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Weight: 10 Trade: { @@ -72721,7 +71090,7 @@ item_db: ( Id: 12397 AegisName: "Fools_Day_Box2" Name: "Gift Box?" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Weight: 10 Trade: { @@ -72750,7 +71119,7 @@ item_db: ( Id: 12398 AegisName: "PCBang_Gift_Box" Name: "PCBang Gift Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -72768,7 +71137,7 @@ item_db: ( Id: 12399 AegisName: "Castle_Treasure_Box" Name: "Castle Treasure Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 1000 }, @@ -72776,7 +71145,7 @@ item_db: ( Id: 12400 AegisName: "Water_Of_Blessing_" Name: "Water Of Blessing " - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -72784,14 +71153,14 @@ item_db: ( Id: 12401 AegisName: "Rune_Kn_Test_Int" Name: "Rune Kn Test Int" - Type: 2 + Type: "IT_USABLE" Script: <" sc_start SC_FOOD_INT,300000,40; "> }, { Id: 12402 AegisName: "29Fruit" Name: "29Fruit" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -72806,7 +71175,7 @@ item_db: ( Id: 12403 AegisName: "Lucky_Egg_C2" Name: "Lucky Egg2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -72814,7 +71183,7 @@ item_db: ( Id: 12404 AegisName: "Acti_Potion" Name: "Acti Potion" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -72831,7 +71200,7 @@ item_db: ( Id: 12405 AegisName: "Underripe_Yggseed" Name: "Underripe Yggseed" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 Trade: { @@ -72853,7 +71222,7 @@ item_db: ( Id: 12406 AegisName: "Psychic_ArmorS" Name: "Psychic ArmorS" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -72874,33 +71243,33 @@ item_db: ( Id: 12407 AegisName: "PCBang_Coupon_Box" Name: "PCBang Coupon Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12408 AegisName: "Leaf_Cat_Ball" Name: "Leaf Cat Ball" - Type: 2 + Type: "IT_USABLE" Script: <" pet E_HYDRA; "> }, { Id: 12409 AegisName: "Pork_Belly_H" Name: "Pork Belly H" - Type: 2 + Type: "IT_USABLE" }, { Id: 12410 AegisName: "Spareribs_H" Name: "Spareribs H" - Type: 2 + Type: "IT_USABLE" }, { Id: 12411 AegisName: "HE_Battle_Manual" Name: "HE Battle Manual" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" sc_start SC_CASH_PLUSEXP,900000,200; "> @@ -72909,7 +71278,7 @@ item_db: ( Id: 12412 AegisName: "HE_Bubble_Gum" Name: "HE Bubble Gum" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" sc_start SC_CASH_RECEIVEITEM,900000,300; "> @@ -72918,7 +71287,7 @@ item_db: ( Id: 12413 AegisName: "PCBang_Coupon_Box2" Name: "PCBang Coupon Box2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -72935,7 +71304,7 @@ item_db: ( Id: 12414 AegisName: "Guarana_Candy" Name: "Guarana Candy" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 BuyingStore: true @@ -72949,7 +71318,7 @@ item_db: ( Id: 12415 AegisName: "Siege_Teleport_Scroll2" Name: "Siege Teleport Scroll2" - Type: 2 + Type: "IT_USABLE" Weight: 10 Nouse: { sitting: true @@ -72959,7 +71328,7 @@ item_db: ( Id: 12416 AegisName: "Lucky_Egg_C3" Name: "Lucky Egg C3" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -72967,7 +71336,7 @@ item_db: ( Id: 12417 AegisName: "Boost500" Name: "Boost500" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 Script: <" sc_start SC_BOOST500, 500000, 10; "> @@ -72976,7 +71345,7 @@ item_db: ( Id: 12418 AegisName: "Full_SwingK" Name: "Full SwingK" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -72986,7 +71355,7 @@ item_db: ( Id: 12419 AegisName: "Mana_Plus" Name: "Mana +" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -72996,7 +71365,7 @@ item_db: ( Id: 12420 AegisName: "Stamina_Up_M" Name: "Muramura(M)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 Script: <" sc_start SC_MUSTLE_M, 500000, 5; "> @@ -73005,7 +71374,7 @@ item_db: ( Id: 12421 AegisName: "Digestive_F" Name: "Falmons(F)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; "> @@ -73014,7 +71383,7 @@ item_db: ( Id: 12422 AegisName: "HP_Increase_PotionS" Name: "HP Increase Potion(Small)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 20 BuyingStore: true @@ -73024,7 +71393,7 @@ item_db: ( Id: 12423 AegisName: "HP_Increase_PotionM" Name: "HP Increase Potion(Mid)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 40 BuyingStore: true @@ -73034,7 +71403,7 @@ item_db: ( Id: 12424 AegisName: "HP_Increase_PotionL" Name: "HP Increase Potion(Large)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 80 BuyingStore: true @@ -73044,7 +71413,7 @@ item_db: ( Id: 12425 AegisName: "SP_Increase_PotionS" Name: "SP Increase Potion(Small)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 20 BuyingStore: true @@ -73054,7 +71423,7 @@ item_db: ( Id: 12426 AegisName: "SP_Increase_PotionM" Name: "SP Increase Potion(Mid)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 40 BuyingStore: true @@ -73064,7 +71433,7 @@ item_db: ( Id: 12427 AegisName: "SP_Increase_PotionL" Name: "SP Increase Potion(Large)" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 80 BuyingStore: true @@ -73074,7 +71443,7 @@ item_db: ( Id: 12428 AegisName: "Enrich_White_PotionZ" Name: "Enriched White PotionZ" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 70 BuyingStore: true @@ -73087,7 +71456,7 @@ item_db: ( Id: 12429 AegisName: "Savage_BBQ" Name: "Savage BBQ" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -73097,7 +71466,7 @@ item_db: ( Id: 12430 AegisName: "Wug_Blood_Cocktail" Name: "Warg Blood Cocktail" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -73107,7 +71476,7 @@ item_db: ( Id: 12431 AegisName: "Minor_Brisket" Name: "Minor Brisket" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -73117,7 +71486,7 @@ item_db: ( Id: 12432 AegisName: "Siroma_Icetea" Name: "Siroma Icetea" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -73127,7 +71496,7 @@ item_db: ( Id: 12433 AegisName: "Drocera_Herb_Stew" Name: "Drosera Herb Stew" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -73137,7 +71506,7 @@ item_db: ( Id: 12434 AegisName: "Petti_Tail_Noodle" Name: "Petite Tail Noodles" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 BuyingStore: true @@ -73147,7 +71516,7 @@ item_db: ( Id: 12435 AegisName: "Black_Thing" Name: "Black Thing" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 50 Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; "> @@ -73156,7 +71525,7 @@ item_db: ( Id: 12436 AegisName: "Vitata500" Name: "Vitata500" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -73169,7 +71538,7 @@ item_db: ( Id: 12437 AegisName: "Enrich_Celermine_Juice" Name: "Enrich Celermine Juice" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 BuyingStore: true @@ -73179,7 +71548,7 @@ item_db: ( Id: 12438 AegisName: "F_Giant_Fly_Wing" Name: "F Giant Fly Wing" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73187,7 +71556,7 @@ item_db: ( Id: 12439 AegisName: "F_Battle_Manual" Name: "F Battle Manual" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73195,7 +71564,7 @@ item_db: ( Id: 12440 AegisName: "F_Insurance" Name: "F Insurance" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73203,7 +71572,7 @@ item_db: ( Id: 12441 AegisName: "F_Bubble_Gum" Name: "F Bubble Gum" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73211,7 +71580,7 @@ item_db: ( Id: 12442 AegisName: "F_Kafra_Card" Name: "F Kafra Card" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73219,14 +71588,14 @@ item_db: ( Id: 12443 AegisName: "F_Neuralizer" Name: "F Neuralizer" - Type: 2 + Type: "IT_USABLE" Buy: 2 }, { Id: 12444 AegisName: "F_Dun_Tele_Scroll1" Name: "WoE Teleport Scroll1" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashSiegeTele"; "> }, @@ -73234,7 +71603,7 @@ item_db: ( Id: 12445 AegisName: "F_Str_Dish10_" Name: "F Str Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73242,7 +71611,7 @@ item_db: ( Id: 12446 AegisName: "F_Agi_Dish10_" Name: "F Agi Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73250,7 +71619,7 @@ item_db: ( Id: 12447 AegisName: "F_Int_Dish10_" Name: "F Int Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73258,7 +71627,7 @@ item_db: ( Id: 12448 AegisName: "F_Dex_Dish10_" Name: "F Dex Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73266,7 +71635,7 @@ item_db: ( Id: 12449 AegisName: "F_Luk_Dish10_" Name: "F Luk Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73274,7 +71643,7 @@ item_db: ( Id: 12450 AegisName: "F_Vit_Dish10_" Name: "F Vit Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73282,105 +71651,105 @@ item_db: ( Id: 12451 AegisName: "F_WOB_Rune" Name: "F WOB Rune" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12452 AegisName: "F_WOB_Schwaltz" Name: "F WOB Schwaltz" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12453 AegisName: "F_WOB_Rachel" Name: "F WOB Rachel" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12454 AegisName: "F_WOB_Local" Name: "F WOB Local" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12456 AegisName: "F_Greed_Scroll" Name: "F Greed Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12457 AegisName: "F_Glass_Of_Illusion" Name: "F Glass Of Illusion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12458 AegisName: "F_Abrasive" Name: "F Abrasive" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12459 AegisName: "F_Med_Life_Potion" Name: "F Med Life Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12460 AegisName: "F_Small_Life_Potion" Name: "F Small Life Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12461 AegisName: "F_Regeneration_Potion" Name: "F Regeneration Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12462 AegisName: "F_B_Mdef_Potion" Name: "F B Mdef Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12463 AegisName: "F_S_Mdef_Potion" Name: "F S Mdef Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12464 AegisName: "F_B_Def_Potion" Name: "F B Def Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12465 AegisName: "F_S_Def_Potion" Name: "F S Def Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12466 AegisName: "F_Blessing_10_Scroll" Name: "F Blessing 10 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73388,7 +71757,7 @@ item_db: ( Id: 12467 AegisName: "F_Inc_Agi_10_Scroll" Name: "F Inc Agi 10 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73396,7 +71765,7 @@ item_db: ( Id: 12468 AegisName: "F_Aspersio_5_Scroll" Name: "F Aspersio 5 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73404,7 +71773,7 @@ item_db: ( Id: 12470 AegisName: "F_Wind_Walk_10_Scroll" Name: "F Wind Walk 10 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73412,7 +71781,7 @@ item_db: ( Id: 12471 AegisName: "F_Adrenaline_Scroll" Name: "F Adrenaline Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73420,7 +71789,7 @@ item_db: ( Id: 12472 AegisName: "F_Convex_Mirror" Name: "F Convex Mirror" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73428,7 +71797,7 @@ item_db: ( Id: 12473 AegisName: "RWC_Parti_Box" Name: "RWC Parti Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -73448,7 +71817,7 @@ item_db: ( Id: 12474 AegisName: "RWC_Final_Comp_Box" Name: "RWC Final Comp Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -73467,7 +71836,7 @@ item_db: ( Id: 12475 AegisName: "Cure_Free" Name: "Cure Free" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 BuyingStore: true @@ -73485,7 +71854,7 @@ item_db: ( Id: 12476 AegisName: "PCBang_Coupon_Box3" Name: "PCBang Coupon Box3" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -73502,14 +71871,14 @@ item_db: ( Id: 12477 AegisName: "Gift_Bundle" Name: "Gift Bundle" - Type: 2 + Type: "IT_USABLE" Script: <" packageitem(); "> }, { Id: 12478 AegisName: "Chance_Box" Name: "Chance Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -73527,7 +71896,7 @@ item_db: ( Id: 12479 AegisName: "Caracas_Ring_Box" Name: "Caracas Ring Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -73544,7 +71913,7 @@ item_db: ( Id: 12480 AegisName: "Attend_3Day_Box" Name: "Attend 3Day Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73560,7 +71929,7 @@ item_db: ( Id: 12481 AegisName: "Attend_7Day_Box" Name: "Attend 7Day Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73576,7 +71945,7 @@ item_db: ( Id: 12482 AegisName: "Attend_10Day_Box" Name: "Attend 10Day Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73592,7 +71961,7 @@ item_db: ( Id: 12483 AegisName: "Attend_15Day_Box" Name: "Attend 15Day Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73608,7 +71977,7 @@ item_db: ( Id: 12484 AegisName: "Attend_20Day_Box" Name: "Attend 20Day Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73624,7 +71993,7 @@ item_db: ( Id: 12485 AegisName: "Attend_25Day_Box" Name: "Attend 25Day Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73640,7 +72009,7 @@ item_db: ( Id: 12486 AegisName: "GoldPC_First_Box" Name: "GoldPC First Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73656,7 +72025,7 @@ item_db: ( Id: 12487 AegisName: "PC_4Leaf_Clover_Box" Name: "PC 4Leaf Clover Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73672,35 +72041,35 @@ item_db: ( Id: 12488 AegisName: "Ticket_Gift_Box" Name: "Ticket Gift Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12489 AegisName: "Ticket_Gift_Box2" Name: "Ticket Gift Box2" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12490 AegisName: "Vivid_Notation" Name: "Vivid Notation" - Type: 2 + Type: "IT_USABLE" Buy: 20 }, { Id: 12491 AegisName: "Curious_Snowball" Name: "Curious Snowball" - Type: 2 + Type: "IT_USABLE" Buy: 20 }, { Id: 12492 AegisName: "Crumpled_Paper" Name: "Crumpled Paper" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -73718,7 +72087,7 @@ item_db: ( Id: 12493 AegisName: "Lucky_Egg_C4" Name: "Lucky Egg C4" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -73735,7 +72104,7 @@ item_db: ( Id: 12494 AegisName: "E_Giant_Fly_Wing" Name: "E Giant Fly Wing" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73743,7 +72112,7 @@ item_db: ( Id: 12495 AegisName: "E_Battle_Manual" Name: "E Battle Manual" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73751,7 +72120,7 @@ item_db: ( Id: 12496 AegisName: "E_Insurance" Name: "E Insurance" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73759,7 +72128,7 @@ item_db: ( Id: 12497 AegisName: "E_Bubble_Gum" Name: "E Bubble Gum" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73767,7 +72136,7 @@ item_db: ( Id: 12498 AegisName: "E_Kafra_Card" Name: "E Kafra Card" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73775,21 +72144,21 @@ item_db: ( Id: 12499 AegisName: "E_Neuralizer" Name: "E Neuralizer" - Type: 2 + Type: "IT_USABLE" Buy: 2 }, { Id: 12500 AegisName: "E_Dun_Tele_Scroll1" Name: "E Dun Tele Scroll1" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12501 AegisName: "E_Str_Dish10_" Name: "E Str Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73797,7 +72166,7 @@ item_db: ( Id: 12502 AegisName: "E_Agi_Dish10_" Name: "E Agi Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73805,7 +72174,7 @@ item_db: ( Id: 12503 AegisName: "E_Int_Dish10_" Name: "E Int Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73813,7 +72182,7 @@ item_db: ( Id: 12504 AegisName: "E_Dex_Dish10_" Name: "E Dex Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73821,7 +72190,7 @@ item_db: ( Id: 12505 AegisName: "E_Luk_Dish10_" Name: "E Luk Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73829,7 +72198,7 @@ item_db: ( Id: 12506 AegisName: "E_Vit_Dish10_" Name: "E Vit Dish10 " - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73837,112 +72206,112 @@ item_db: ( Id: 12507 AegisName: "E_WOB_Rune" Name: "E WOB Rune" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12508 AegisName: "E_WOB_Schwaltz" Name: "E WOB Schwaltz" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12509 AegisName: "E_WOB_Rachel" Name: "E WOB Rachel" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12510 AegisName: "E_WOB_Local" Name: "E WOB Local" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12511 AegisName: "E_Siege_Teleport_Scroll" Name: "E Siege Teleport Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12512 AegisName: "E_Greed_Scroll" Name: "E Greed Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12513 AegisName: "E_Glass_Of_Illusion" Name: "E Glass Of Illusion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12514 AegisName: "E_Abrasive" Name: "E Abrasive" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12515 AegisName: "E_Med_Life_Potion" Name: "E Med Life Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12516 AegisName: "E_Small_Life_Potion" Name: "E Small Life Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12517 AegisName: "E_Regeneration_Potion" Name: "E Regeneration Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12518 AegisName: "E_B_Mdef_Potion" Name: "E B Mdef Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12519 AegisName: "E_S_Mdef_Potion" Name: "E S Mdef Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12520 AegisName: "E_B_Def_Potion" Name: "E B Def Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12521 AegisName: "E_S_Def_Potion" Name: "E S Def Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12522 AegisName: "E_Blessing_10_Scroll" Name: "E Blessing 10 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73950,7 +72319,7 @@ item_db: ( Id: 12523 AegisName: "E_Inc_Agi_10_Scroll" Name: "E Inc Agi 10 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73958,7 +72327,7 @@ item_db: ( Id: 12524 AegisName: "E_Aspersio_5_Scroll" Name: "E Aspersio 5 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73966,7 +72335,7 @@ item_db: ( Id: 12525 AegisName: "E_Assumptio_5_Scroll" Name: "E Assumptio 5 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73974,7 +72343,7 @@ item_db: ( Id: 12526 AegisName: "E_Wind_Walk_10_Scroll" Name: "E Wind Walk 10 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73982,7 +72351,7 @@ item_db: ( Id: 12527 AegisName: "E_Adrenaline_Scroll" Name: "E Adrenaline Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73990,7 +72359,7 @@ item_db: ( Id: 12528 AegisName: "E_Convex_Mirror" Name: "E Convex Mirror" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -73998,7 +72367,7 @@ item_db: ( Id: 12529 AegisName: "White_Slim_Potion_Box" Name: "White Slim Potion Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74014,7 +72383,7 @@ item_db: ( Id: 12530 AegisName: "Mastela_Fruit_Box" Name: "Mastela Fruit Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74030,7 +72399,7 @@ item_db: ( Id: 12531 AegisName: "White_Potion_Box" Name: "White Potion Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74046,7 +72415,7 @@ item_db: ( Id: 12532 AegisName: "Royal_Jelly_Box2" Name: "Royal Jelly Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74062,7 +72431,7 @@ item_db: ( Id: 12533 AegisName: "Blue_Herb_Box2" Name: "Blue Herb Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74078,7 +72447,7 @@ item_db: ( Id: 12534 AegisName: "Yggdrasil_Seed_Box" Name: "Yggdrasil Seed Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74094,7 +72463,7 @@ item_db: ( Id: 12535 AegisName: "Iggdrasilberry_Box" Name: "Yggdrasil Berry Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74110,7 +72479,7 @@ item_db: ( Id: 12536 AegisName: "NY_Rice_Cake_Soup" Name: "NY Rice Cake Soup" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 BuyingStore: true @@ -74120,7 +72489,7 @@ item_db: ( Id: 12537 AegisName: "Solo_Gift_Basket" Name: "Solo Gift Basket" - Type: 2 + Type: "IT_USABLE" Buy: 1000 Weight: 10 Script: <" packageitem(); "> @@ -74129,7 +72498,7 @@ item_db: ( Id: 12538 AegisName: "Couple_Event_Basket" Name: "Couple Event Basket" - Type: 2 + Type: "IT_USABLE" Buy: 2000 Weight: 10 Script: <" packageitem(); "> @@ -74138,7 +72507,7 @@ item_db: ( Id: 12539 AegisName: "Splendid_Box" Name: "Splendid Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 BuyingStore: true @@ -74147,7 +72516,7 @@ item_db: ( Id: 12540 AegisName: "GM_Warp_Box" Name: "GM Warp Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -74165,7 +72534,7 @@ item_db: ( Id: 12541 AegisName: "Fortune_Cookie1" Name: "Fortune Cookie1" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -74183,7 +72552,7 @@ item_db: ( Id: 12542 AegisName: "Fortune_Cookie2" Name: "Fortune Cookie2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -74200,7 +72569,7 @@ item_db: ( Id: 12543 AegisName: "Fortune_Cookie3" Name: "Fortune Cookie3" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -74218,7 +72587,7 @@ item_db: ( Id: 12544 AegisName: "Mystic_Tree_Branch" Name: "Mystic Tree Branch" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74226,7 +72595,7 @@ item_db: ( Id: 12545 AegisName: "Lucky_Egg_C5" Name: "Lucky Egg C5" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -74235,7 +72604,7 @@ item_db: ( Id: 12546 AegisName: "Suspicious_Dish" Name: "Suspicious Dish" - Type: 2 + Type: "IT_USABLE" Buy: 100 Weight: 50 Script: <" sc_start SC_POISON,12000,0; "> @@ -74244,14 +72613,14 @@ item_db: ( Id: 12547 AegisName: "Chalcenodny_Box" Name: "Chalcenodny Box" - Type: 2 + Type: "IT_USABLE" Weight: 200 }, { Id: 12548 AegisName: "Buy_Market_Permit2" Name: "Shabby Purchase Street Stall License" - Type: 2 + Type: "IT_USABLE" Buy: 500 Weight: 10 Script: <" buyingstore 2; "> @@ -74260,7 +72629,7 @@ item_db: ( Id: 12549 AegisName: "White_Slim_Pot_Box2" Name: "White Slim Potion Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74276,7 +72645,7 @@ item_db: ( Id: 12550 AegisName: "Poison_Bottle_Box2" Name: "Poison Bottle Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74292,21 +72661,21 @@ item_db: ( Id: 12551 AegisName: "MVP_Tele_Scroll" Name: "MVP Tele Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12552 AegisName: "Quest_Tele_Scroll" Name: "Quest Tele Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12553 AegisName: "Brysinggamen_Piece_Box" Name: "Brysinggamen Piece Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74314,7 +72683,7 @@ item_db: ( Id: 12554 AegisName: "Asprika_Piece_Box" Name: "Asprika Piece Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74322,7 +72691,7 @@ item_db: ( Id: 12555 AegisName: "Brynhild_Piece_Box" Name: "Brynhild Piece Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74330,7 +72699,7 @@ item_db: ( Id: 12556 AegisName: "Sleipnir_Piece_Box" Name: "Sleipnir Piece Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74338,7 +72707,7 @@ item_db: ( Id: 12557 AegisName: "Mjolnir_Piece_Box" Name: "Mjolnir Piece Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74346,7 +72715,7 @@ item_db: ( Id: 12558 AegisName: "Magingiorde_Piece_Box" Name: "Magingiorde Piece Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74354,7 +72723,7 @@ item_db: ( Id: 12559 AegisName: "Tenkaippin_Strong" Name: "Tenkaippin Strong" - Type: 2 + Type: "IT_USABLE" Buy: 650 Weight: 200 }, @@ -74362,7 +72731,7 @@ item_db: ( Id: 12560 AegisName: "Tenkaippin_Clean" Name: "Tenkaippin Clean" - Type: 2 + Type: "IT_USABLE" Buy: 650 Weight: 200 }, @@ -74370,7 +72739,7 @@ item_db: ( Id: 12561 AegisName: "Mysterious_Seed" Name: "Mysterious Seed" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 BuyingStore: true @@ -74379,7 +72748,7 @@ item_db: ( Id: 12562 AegisName: "Bubble_Gum_Plus" Name: "Bubble Gum Plus" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -74387,7 +72756,7 @@ item_db: ( Id: 12563 AegisName: "BM75" Name: "BM75" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 }, @@ -74395,7 +72764,7 @@ item_db: ( Id: 12564 AegisName: "3D_Glasses_Box" Name: "3D Glasses Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74403,63 +72772,63 @@ item_db: ( Id: 12565 AegisName: "Cheer_Scarf_Box" Name: "Cheer Scarf Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12566 AegisName: "Cheer_Scarf2_Box" Name: "Cheer Scarf2 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12567 AegisName: "Cheer_Scarf3_Box" Name: "Cheer Scarf3 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12568 AegisName: "Cheer_Scarf4_Box" Name: "Cheer Scarf4 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12569 AegisName: "Cheer_Scarf6_Box" Name: "Cheer Scarf6 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12570 AegisName: "Cheer_Scarf8_Box" Name: "Cheer Scarf8 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12571 AegisName: "Cheer_Scarf10_Box" Name: "Cheer Scarf10 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12572 AegisName: "Cheer_Scarf10_Box2" Name: "Cheer Scarf10 Box2" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12573 AegisName: "Fruit_Basket" Name: "Fruit Basket" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 50 }, @@ -74467,7 +72836,7 @@ item_db: ( Id: 12574 AegisName: "Mora_Berry" Name: "Mora Berry" - Type: 2 + Type: "IT_USABLE" Weight: 20 BuyingStore: true }, @@ -74475,7 +72844,7 @@ item_db: ( Id: 12575 AegisName: "Arrow_Of_Elf_Cntr" Name: "Arrow Of Elf Cntr" - Type: 2 + Type: "IT_USABLE" Buy: 500 Weight: 250 BuyingStore: true @@ -74485,7 +72854,7 @@ item_db: ( Id: 12576 AegisName: "Hunting_Arrow_Cntr" Name: "Hunting Arrow Cntr" - Type: 2 + Type: "IT_USABLE" Buy: 500 Weight: 250 BuyingStore: true @@ -74495,7 +72864,7 @@ item_db: ( Id: 12577 AegisName: "Lucky_Egg_C6" Name: "Lucky Egg C6" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -74504,21 +72873,21 @@ item_db: ( Id: 12578 AegisName: "Rapid_Life_Water" Name: "Rapid Life Water" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12579 AegisName: "Ring_Of_Valkyrie_Box" Name: "Ring Of Valkyrie Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 }, { Id: 12580 AegisName: "Vending_Search_Scroll" Name: "Universal Catalog Silver" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" searchstores 10,0; "> }, @@ -74526,7 +72895,7 @@ item_db: ( Id: 12581 AegisName: "Vending_Search_Scroll2" Name: "Universal Catalog Gold" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" searchstores 10,1; "> }, @@ -74534,7 +72903,7 @@ item_db: ( Id: 12591 AegisName: "Uni_Catalog_Bz" Name: "Universal Catalog Bronze" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" searchstores 10,1; "> }, @@ -74542,7 +72911,7 @@ item_db: ( Id: 12609 AegisName: "Old_Ore_Box" Name: "Old Ore Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 Script: <" packageitem(); "> @@ -74551,7 +72920,7 @@ item_db: ( Id: 12622 AegisName: "Boarding_Halter" Name: "Halter Lead" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 20 Delay: 3000 Trade: { @@ -74570,14 +72939,14 @@ item_db: ( Id: 12701 AegisName: "Old_Blue_Box_F" Name: "Old Blue Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 12702 AegisName: "Old_Bleu_Box" Name: "Old Navy Box" - Type: 2 + Type: "IT_USABLE" Weight: 200 Script: <" getrandgroupitem Old_Bleu_Box,1; @@ -74588,14 +72957,14 @@ item_db: ( Id: 12703 AegisName: "Holy_Egg_2" Name: "Holy Egg" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 50 }, { Id: 12704 AegisName: "Elixir_Of_Life" Name: "Elixir of Life" - Type: 0 + Type: "IT_HEALING" Weight: 10 EquipLv: 85 Trade: { @@ -74613,7 +72982,7 @@ item_db: ( Id: 12705 AegisName: "Noble_Nameplate" Name: "Noble Nameplate" - Type: 2 + Type: "IT_USABLE" Weight: 100 EquipLv: 90 Trade: { @@ -74631,7 +73000,7 @@ item_db: ( Id: 12706 AegisName: "Lucky_Cookie01" Name: "Lucky Cookie" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 100 Nouse: { sitting: true @@ -74642,7 +73011,7 @@ item_db: ( Id: 12707 AegisName: "Lucky_Cookie02" Name: "Lucky Cookie" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 100 Nouse: { sitting: true @@ -74653,7 +73022,7 @@ item_db: ( Id: 12708 AegisName: "Lucky_Cookie03" Name: "Lucky Cookie" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 100 Nouse: { sitting: true @@ -74664,7 +73033,7 @@ item_db: ( Id: 12709 AegisName: "Guyak_Candy" Name: "Guyak Candy" - Type: 0 + Type: "IT_HEALING" Weight: 150 Script: <" percentheal 30,30; "> }, @@ -74672,7 +73041,7 @@ item_db: ( Id: 12710 AegisName: "Guyak_Pudding" Name: "Guyak Pudding" - Type: 2 + Type: "IT_USABLE" Weight: 200 Script: <" sc_start SC_MOVHASTE_POTION, 300000, 100; "> }, @@ -74680,7 +73049,7 @@ item_db: ( Id: 12711 AegisName: "Pretzel" Name: "Pretzel" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 Script: <" itemheal rand(50,90),0; "> @@ -74689,7 +73058,7 @@ item_db: ( Id: 12712 AegisName: "Green_Beer" Name: "Green Beer" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 100 Script: <" percentheal 0,50; "> @@ -74698,7 +73067,7 @@ item_db: ( Id: 12713 AegisName: "Monster_Extract" Name: "Monster Extract" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -74706,7 +73075,7 @@ item_db: ( Id: 12714 AegisName: "Easter_Scroll" Name: "Easter Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 1 Weight: 10 Trade: { @@ -74723,7 +73092,7 @@ item_db: ( Id: 12715 AegisName: "Black_Treasure_Box" Name: "Black Treasure Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -74739,7 +73108,7 @@ item_db: ( Id: 12716 AegisName: "Indian_Rice_Cake" Name: "Indian Rice Cake" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, @@ -74748,13 +73117,13 @@ item_db: ( Id: 12717 AegisName: "Poison_Paralysis" Name: "Paralyze" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74765,13 +73134,13 @@ item_db: ( Id: 12718 AegisName: "Poison_Leech" Name: "Leech End" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74782,13 +73151,13 @@ item_db: ( Id: 12719 AegisName: "Poison_Oblivion" Name: "Oblivion Curse" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74799,13 +73168,13 @@ item_db: ( Id: 12720 AegisName: "Poison_Contamination" Name: "Disheart" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74816,13 +73185,13 @@ item_db: ( Id: 12721 AegisName: "Poison_Numb" Name: "Toxin" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74833,13 +73202,13 @@ item_db: ( Id: 12722 AegisName: "Poison_Fever" Name: "Pyrexia" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74850,14 +73219,14 @@ item_db: ( Id: 12723 AegisName: "Poison_Laughing" Name: "Magic Mushroom" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 BuyingStore: true Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74868,13 +73237,13 @@ item_db: ( Id: 12724 AegisName: "Poison_Fatigue" Name: "Venom Bleed" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 20 Job: { Assassin: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" BuyingStore: true Script: <" specialeffect(EF_ENCHANTPOISON, AREA, playerattached()); @@ -74887,13 +73256,13 @@ item_db: ( Id: 12725 AegisName: "Runstone_Nosiege" Name: "Nauthiz Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Delay: 120000 Trade: { nodrop: true @@ -74914,13 +73283,13 @@ item_db: ( Id: 12726 AegisName: "Runstone_Rhydo" Name: "Raido Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Delay: 30000 Trade: { nodrop: true @@ -74941,13 +73310,13 @@ item_db: ( Id: 12727 AegisName: "Runstone_Verkana" Name: "Berkana Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Delay: 60000 Trade: { nodrop: true @@ -74968,13 +73337,13 @@ item_db: ( Id: 12728 AegisName: "Runstone_Isia" Name: "Isa Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Trade: { nodrop: true notrade: true @@ -74994,13 +73363,13 @@ item_db: ( Id: 12729 AegisName: "Runstone_Asir" Name: "Othila Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Trade: { nodrop: true notrade: true @@ -75020,13 +73389,13 @@ item_db: ( Id: 12730 AegisName: "Runstone_Urj" Name: "Uruz Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Trade: { nodrop: true notrade: true @@ -75046,13 +73415,13 @@ item_db: ( Id: 12731 AegisName: "Runstone_Turisus" Name: "Thurisaz Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Trade: { nodrop: true notrade: true @@ -75072,13 +73441,13 @@ item_db: ( Id: 12732 AegisName: "Runstone_Pertz" Name: "Wyrd Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Delay: 1000 Trade: { nodrop: true @@ -75099,13 +73468,13 @@ item_db: ( Id: 12733 AegisName: "Runstone_Hagalas" Name: "Hagalaz Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 100 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Trade: { nodrop: true notrade: true @@ -75127,7 +73496,7 @@ item_db: ( Id: 12734 AegisName: "Runstone_Quality" Name: "Luxurious Rune" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 BuyingStore: true @@ -75137,7 +73506,7 @@ item_db: ( Id: 12735 AegisName: "Runstone_Ancient" Name: "Ancient Rune" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 BuyingStore: true @@ -75147,7 +73516,7 @@ item_db: ( Id: 12736 AegisName: "Runstone_Mystic" Name: "Mystic Rune" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 BuyingStore: true @@ -75157,7 +73526,7 @@ item_db: ( Id: 12737 AegisName: "Runstone_Ordinary" Name: "General Rune" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 BuyingStore: true @@ -75167,7 +73536,7 @@ item_db: ( Id: 12738 AegisName: "Runstone_Rare" Name: "Rare Rune" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 100 BuyingStore: true @@ -75179,7 +73548,7 @@ item_db: ( Id: 12739 AegisName: "Snow_Flower" Name: "Snow Flowers" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" percentheal 10,10; "> }, @@ -75187,7 +73556,7 @@ item_db: ( Id: 12740 AegisName: "Inc_Str_Scroll" Name: "Amplification Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 1 Trade: { nodrop: true @@ -75203,7 +73572,7 @@ item_db: ( Id: 12741 AegisName: "Inc_Int_Scroll" Name: "Intellect Amplification Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 1 Trade: { nodrop: true @@ -75219,28 +73588,28 @@ item_db: ( Id: 12742 AegisName: "Valentine_Gift_Box1" Name: "Valentine Gift Box" - Type: 2 + Type: "IT_USABLE" Script: <" getitem Valentine_Gold_Ring, 1; "> }, { Id: 12743 AegisName: "Valentine_Gift_Box2" Name: "Valentine Gift Box" - Type: 2 + Type: "IT_USABLE" Script: <" getitem Valentine_Silver_Ring, 1; "> }, { Id: 12744 AegisName: "Chocotate_Box" Name: "Chocolate Box" - Type: 2 + Type: "IT_USABLE" Script: <" getitem Chocolate, 1; "> }, { Id: 12745 AegisName: "Skull_Scroll" Name: "Skull Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -75259,7 +73628,7 @@ item_db: ( Id: 12746 AegisName: "Destruction_Scroll" Name: "Destruction Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -75277,7 +73646,7 @@ item_db: ( Id: 12747 AegisName: "Royal_Scroll" Name: "Royal Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start SC_ROYALSCROLL,1800000,5; "> @@ -75286,7 +73655,7 @@ item_db: ( Id: 12748 AegisName: "Immune_Scroll" Name: "Immune Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start SC_IMMUNITYSCROLL,1800000,5; "> @@ -75295,7 +73664,7 @@ item_db: ( Id: 12749 AegisName: "Mystic_Scroll" Name: "Mystic Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start SC_MYSTICSCROLL,1800000,5; "> @@ -75304,7 +73673,7 @@ item_db: ( Id: 12750 AegisName: "Battle_Scroll" Name: "Battle Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start SC_BATTLESCROLL,1800000,5; "> @@ -75313,7 +73682,7 @@ item_db: ( Id: 12751 AegisName: "Armor_Scroll" Name: "Armor Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start2 SC_ARMORSCROLL,1800000,5,10; "> @@ -75322,7 +73691,7 @@ item_db: ( Id: 12752 AegisName: "Prayer_Scroll" Name: "Prayer Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start2 SC_FREYJASCROLL,1800000,5,10; "> @@ -75331,7 +73700,7 @@ item_db: ( Id: 12753 AegisName: "Soul_Scroll" Name: "Soul Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" sc_start SC_SOULSCROLL,1800000,5; "> @@ -75340,7 +73709,7 @@ item_db: ( Id: 12754 AegisName: "New_Year_Bun" Name: "New Year Bun" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -75357,7 +73726,7 @@ item_db: ( Id: 12755 AegisName: "Traditional_Firecrack" Name: "Traditional Firecrack" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -75379,7 +73748,7 @@ item_db: ( Id: 12756 AegisName: "New_Gift_Envelope" Name: "New Gift Envelope" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -75397,28 +73766,28 @@ item_db: ( Id: 12757 AegisName: "Loyal_Ring1_Box" Name: "Loyal Ring1 Box" - Type: 2 + Type: "IT_USABLE" Buy: 10 }, { Id: 12758 AegisName: "Loyal_Ring2_Box" Name: "Loyal Ring2 Box" - Type: 2 + Type: "IT_USABLE" Buy: 10 }, { Id: 12759 AegisName: "Loyal_Ring3_Box" Name: "Loyal Ring3 Box" - Type: 2 + Type: "IT_USABLE" Buy: 10 }, { Id: 12760 AegisName: "Bubble_Gum_Green" Name: "Bubble Gum Green" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -75426,7 +73795,7 @@ item_db: ( Id: 12761 AegisName: "Bubble_Gum_Yellow" Name: "Bubble Gum Yellow" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -75434,7 +73803,7 @@ item_db: ( Id: 12762 AegisName: "Bubble_Gum_Orange" Name: "Bubble Gum Orange" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -75442,7 +73811,7 @@ item_db: ( Id: 12763 AegisName: "Bubble_Gum_Red" Name: "Bubble Gum Red" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -75450,13 +73819,13 @@ item_db: ( Id: 12764 AegisName: "Fools_Day_Box_Tw" Name: "Fools Day Box Tw" - Type: 2 + Type: "IT_USABLE" }, { Id: 12765 AegisName: "Summer_Knight_Box" Name: "Summer Knight Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -75464,7 +73833,7 @@ item_db: ( Id: 12766 AegisName: "Reward_Job_BM25" Name: "Reward Job BM25" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75481,7 +73850,7 @@ item_db: ( Id: 12767 AegisName: "Passion_FB_Hat_Box" Name: "Passion FB Hat Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75496,7 +73865,7 @@ item_db: ( Id: 12768 AegisName: "Cool_FB_Hat_Box" Name: "Cool FB Hat Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75511,7 +73880,7 @@ item_db: ( Id: 12769 AegisName: "Victory_FB_Hat_Box" Name: "Victory FB Hat Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75526,7 +73895,7 @@ item_db: ( Id: 12770 AegisName: "Glory_FB_Hat_Box" Name: "Glory FB Hat Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75541,7 +73910,7 @@ item_db: ( Id: 12771 AegisName: "Passion_Hat_Box2" Name: "Passion Hat Box2" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75556,7 +73925,7 @@ item_db: ( Id: 12772 AegisName: "Cool_Hat_Box2" Name: "Cool Hat Box2" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75571,7 +73940,7 @@ item_db: ( Id: 12773 AegisName: "Victory_Hat_Box2" Name: "Victory Hat Box2" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -75586,21 +73955,21 @@ item_db: ( Id: 12786 AegisName: "Change_Slot_Card" Name: "Character Position Change Coupon" - Type: 2 + Type: "IT_USABLE" Script: <" SlotChange += 1; "> }, { Id: 12790 AegisName: "Change_Name_Card" Name: "Name Change Coupon" - Type: 2 + Type: "IT_USABLE" Script: <" CharRename += 1; "> }, { Id: 12831 AegisName: "Potion_Box" Name: "Potion Box" - Type: 2 + Type: "IT_USABLE" Weight: 50 Trade: { nodrop: true @@ -75622,7 +73991,7 @@ item_db: ( Id: 12848 AegisName: "Falcon_Flute" Name: "Falcon Flute" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Script: <" if (getskilllv(HT_FALCON)) { @@ -75641,7 +74010,7 @@ item_db: ( Id: 12900 AegisName: "Battle_Manual_Box" Name: "Battle Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75657,7 +74026,7 @@ item_db: ( Id: 12901 AegisName: "Insurance_Package" Name: "Insurance Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75673,7 +74042,7 @@ item_db: ( Id: 12902 AegisName: "Bubble_Gum_Box" Name: "Bubble Gum Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75689,7 +74058,7 @@ item_db: ( Id: 12903 AegisName: "Str_Dish_Box" Name: "Steamed Tongue Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75705,7 +74074,7 @@ item_db: ( Id: 12904 AegisName: "Agi_Dish_Box" Name: "Steamed Scorpion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75721,7 +74090,7 @@ item_db: ( Id: 12905 AegisName: "Int_Dish_Box" Name: "Dragon Breath Cocktail Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75737,7 +74106,7 @@ item_db: ( Id: 12906 AegisName: "Dex_Dish_Box" Name: "Hwergelmir's Tonic Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75753,7 +74122,7 @@ item_db: ( Id: 12907 AegisName: "Luk_Dish_Box" Name: "Nine Tail Dish Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75769,7 +74138,7 @@ item_db: ( Id: 12908 AegisName: "Vit_Dish_Box" Name: "Stew Of Immortality Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75785,7 +74154,7 @@ item_db: ( Id: 12909 AegisName: "Kafra_Card_Box" Name: "Kafra Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75801,7 +74170,7 @@ item_db: ( Id: 12910 AegisName: "Giant_Fly_Wing_Box" Name: "Giant Fly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75817,7 +74186,7 @@ item_db: ( Id: 12911 AegisName: "Neuralizer_Box" Name: "Neuralizer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75833,7 +74202,7 @@ item_db: ( Id: 12912 AegisName: "Convex_Mirror_Box" Name: "Convex Mirror Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75849,7 +74218,7 @@ item_db: ( Id: 12913 AegisName: "Blessing_10_Scroll_Box" Name: "Blessing 10 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75865,7 +74234,7 @@ item_db: ( Id: 12914 AegisName: "Inc_Agi_10_Scroll_Box" Name: "Increase AGI 10 scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75881,7 +74250,7 @@ item_db: ( Id: 12915 AegisName: "Aspersio_5_Scroll_Box" Name: "Aspersio 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75897,7 +74266,7 @@ item_db: ( Id: 12916 AegisName: "Assumptio_5_Scroll_Box" Name: "Assumptio 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75913,7 +74282,7 @@ item_db: ( Id: 12917 AegisName: "Wind_Walk_10_Scroll_Box" Name: "Wind Walk 10 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75929,7 +74298,7 @@ item_db: ( Id: 12918 AegisName: "Adrenaline_Scroll_Box" Name: "Adrenaline 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75945,7 +74314,7 @@ item_db: ( Id: 12919 AegisName: "Megaphone_Box" Name: "Megaphone Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75961,7 +74330,7 @@ item_db: ( Id: 12920 AegisName: "Enriched_Elunium_Box" Name: "Enriched Elunium Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75977,7 +74346,7 @@ item_db: ( Id: 12921 AegisName: "Enriched_Oridecon_Box" Name: "Enriched Oridecon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -75993,7 +74362,7 @@ item_db: ( Id: 12922 AegisName: "Token_Of_Siegfried_Box" Name: "Token of Siegfried Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76009,7 +74378,7 @@ item_db: ( Id: 12923 AegisName: "Pet_Egg_Scroll_Box1" Name: "December Lucky Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76025,7 +74394,7 @@ item_db: ( Id: 12924 AegisName: "Pet_Egg_Scroll_Box2" Name: "Pet Egg Box 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76041,7 +74410,7 @@ item_db: ( Id: 12925 AegisName: "Pet_Egg_Scroll1" Name: "Kafra Item Mall Prize Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76059,7 +74428,7 @@ item_db: ( Id: 12926 AegisName: "Pet_Egg_Scroll2" Name: "December Lucky Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76077,7 +74446,7 @@ item_db: ( Id: 12927 AegisName: "J_Aspersio_5_Scroll_Box" Name: "Aspersio Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12928,10; "> @@ -76086,7 +74455,7 @@ item_db: ( Id: 12928 AegisName: "J_Aspersio_5_Scroll" Name: "Sacred Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 Trade: { @@ -76104,7 +74473,7 @@ item_db: ( Id: 12929 AegisName: "Pet_Egg_Scroll_Box3" Name: "Pet Egg Box 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76120,7 +74489,7 @@ item_db: ( Id: 12930 AegisName: "Pet_Egg_Scroll_Box4" Name: "Pet Egg Box 4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76136,7 +74505,7 @@ item_db: ( Id: 12931 AegisName: "Pet_Egg_Scroll_Box5" Name: "Pet Egg Box 5" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76152,7 +74521,7 @@ item_db: ( Id: 12932 AegisName: "Pet_Egg_Scroll3" Name: "Episode 13.2 Key Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76170,7 +74539,7 @@ item_db: ( Id: 12933 AegisName: "Pet_Egg_Scroll4" Name: "Summer Hat Pack" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76188,7 +74557,7 @@ item_db: ( Id: 12934 AegisName: "Pet_Egg_Scroll5" Name: "Pet Egg Scroll5" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76206,7 +74575,7 @@ item_db: ( Id: 12935 AegisName: "Infiltrator_Box" Name: "Infiltrator Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76223,7 +74592,7 @@ item_db: ( Id: 12936 AegisName: "Muramasa_Box" Name: "Muramasa Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76240,7 +74609,7 @@ item_db: ( Id: 12937 AegisName: "Excalibur_Box" Name: "Excalibur Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76257,7 +74626,7 @@ item_db: ( Id: 12938 AegisName: "Combat_Knife_Box" Name: "Combat Knife Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76274,7 +74643,7 @@ item_db: ( Id: 12939 AegisName: "Counter_Dagger_Box" Name: "Dagger of Counter Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76291,7 +74660,7 @@ item_db: ( Id: 12940 AegisName: "Kaiser_Knuckle_Box" Name: "Kaiser Knuckle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76308,7 +74677,7 @@ item_db: ( Id: 12941 AegisName: "Pole_Axe_Box" Name: "Poll Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76325,7 +74694,7 @@ item_db: ( Id: 12942 AegisName: "Mighty_Staff_Box" Name: "Mighty Staff Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76342,7 +74711,7 @@ item_db: ( Id: 12943 AegisName: "Right_Epsilon_Box" Name: "Light Epsilon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76359,7 +74728,7 @@ item_db: ( Id: 12944 AegisName: "Balistar_Box" Name: "Ballista Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76376,7 +74745,7 @@ item_db: ( Id: 12945 AegisName: "Diary_Of_Great_Sage_Box" Name: "Sage's Diary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76393,7 +74762,7 @@ item_db: ( Id: 12946 AegisName: "Asura_Box" Name: "Asura Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76410,7 +74779,7 @@ item_db: ( Id: 12947 AegisName: "Apple_Of_Archer_Box" Name: "Apple of Archer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76427,7 +74796,7 @@ item_db: ( Id: 12948 AegisName: "Bunny_Band_Box" Name: "Bunny Band Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76444,7 +74813,7 @@ item_db: ( Id: 12949 AegisName: "Sahkkat_Box" Name: "Sakkat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76461,7 +74830,7 @@ item_db: ( Id: 12950 AegisName: "Lord_Circlet_Box" Name: "Grand Circlet Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76478,7 +74847,7 @@ item_db: ( Id: 12951 AegisName: "Elven_Ears_Box" Name: "Elven Ears Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76495,7 +74864,7 @@ item_db: ( Id: 12952 AegisName: "Steel_Flower_Box" Name: "Steel Flower Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76512,7 +74881,7 @@ item_db: ( Id: 12953 AegisName: "Critical_Ring_Box" Name: "Critical Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76529,7 +74898,7 @@ item_db: ( Id: 12954 AegisName: "Earring_Box" Name: "Earring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76546,7 +74915,7 @@ item_db: ( Id: 12955 AegisName: "Ring_Box" Name: "Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76563,7 +74932,7 @@ item_db: ( Id: 12956 AegisName: "Necklace_Box" Name: "Necklace Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76580,7 +74949,7 @@ item_db: ( Id: 12957 AegisName: "Glove_Box" Name: "Glove Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76597,7 +74966,7 @@ item_db: ( Id: 12958 AegisName: "Brooch_Box" Name: "Brooch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76614,7 +74983,7 @@ item_db: ( Id: 12959 AegisName: "Rosary_Box" Name: "Rosary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76631,7 +75000,7 @@ item_db: ( Id: 12960 AegisName: "Safety_Ring_Box" Name: "Safety Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76648,7 +75017,7 @@ item_db: ( Id: 12961 AegisName: "Vesper_Core01_Box" Name: "Vesper Core 01 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76665,7 +75034,7 @@ item_db: ( Id: 12962 AegisName: "Vesper_Core02_Box" Name: "Vesper Core 02 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76682,7 +75051,7 @@ item_db: ( Id: 12963 AegisName: "Vesper_Core03_Box" Name: "Vesper Core 03 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76699,7 +75068,7 @@ item_db: ( Id: 12964 AegisName: "Vesper_Core04_Box" Name: "Vesper Core 04 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76716,7 +75085,7 @@ item_db: ( Id: 12965 AegisName: "Emergency_Box1" Name: "Emergency Level 1 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12968,1; "> @@ -76725,7 +75094,7 @@ item_db: ( Id: 12966 AegisName: "Emergency_Box2" Name: "Emergency Level 2 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12969,1; "> @@ -76734,7 +75103,7 @@ item_db: ( Id: 12967 AegisName: "Emergency_Box3" Name: "Emergency Level 3 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12970,1; "> @@ -76743,7 +75112,7 @@ item_db: ( Id: 12968 AegisName: "Emergency_Scroll1" Name: "Emergency Level 1 Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 Script: <" itemskill GD_EMERGENCYCALL,1; "> @@ -76752,7 +75121,7 @@ item_db: ( Id: 12969 AegisName: "Emergency_Scroll2" Name: "Emergency Level 2 Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 Script: <" itemskill GD_EMERGENCYCALL,1; "> @@ -76761,7 +75130,7 @@ item_db: ( Id: 12970 AegisName: "Emergency_Scroll3" Name: "Emergency Level 3 Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 10 Script: <" itemskill GD_EMERGENCYCALL,1; "> @@ -76770,7 +75139,7 @@ item_db: ( Id: 12971 AegisName: "Teleport_Box1" Name: "Teleport Scroll Box 1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12977,10; "> @@ -76779,7 +75148,7 @@ item_db: ( Id: 12972 AegisName: "Teleport_Box2" Name: "Teleport Scroll Box 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12978,10; "> @@ -76788,7 +75157,7 @@ item_db: ( Id: 12973 AegisName: "Teleport_Box3" Name: "Teleport Scroll Box 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12979,10; "> @@ -76797,7 +75166,7 @@ item_db: ( Id: 12974 AegisName: "Teleport_Box4" Name: "Teleport Scroll Box 4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12980,10; "> @@ -76806,7 +75175,7 @@ item_db: ( Id: 12975 AegisName: "Teleport_Box5" Name: "Teleport Scroll Box 5" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12981,10; "> @@ -76815,7 +75184,7 @@ item_db: ( Id: 12976 AegisName: "Teleport_Box6" Name: "Teleport Scroll Box 6" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12982,10; "> @@ -76824,7 +75193,7 @@ item_db: ( Id: 12977 AegisName: "Teleport_Scroll1" Name: "Teleport Scroll 1" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" callfunc "F_CashTele",1; "> @@ -76833,7 +75202,7 @@ item_db: ( Id: 12978 AegisName: "Teleport_Scroll2" Name: "Teleport Scroll 2" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" callfunc "F_CashTele",2; "> @@ -76842,7 +75211,7 @@ item_db: ( Id: 12979 AegisName: "Teleport_Scroll3" Name: "Teleport Scroll 3" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" callfunc "F_CashTele",3; "> @@ -76851,7 +75220,7 @@ item_db: ( Id: 12980 AegisName: "Teleport_Scroll4" Name: "Teleport Scroll 4" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" callfunc "F_CashTele",4; "> @@ -76860,7 +75229,7 @@ item_db: ( Id: 12981 AegisName: "Teleport_Scroll5" Name: "Teleport Scroll 5" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" callfunc "F_CashTele",5; "> @@ -76869,7 +75238,7 @@ item_db: ( Id: 12982 AegisName: "Teleport_Scroll6" Name: "Teleport Scroll 6" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" callfunc "F_CashTele",6; "> @@ -76878,7 +75247,7 @@ item_db: ( Id: 12983 AegisName: "Pet_Egg_Scroll_Box6" Name: "Pet Egg Scroll Box 6" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76894,7 +75263,7 @@ item_db: ( Id: 12984 AegisName: "Pet_Egg_Scroll_Box7" Name: "Pet Egg Scroll Box 7" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76910,7 +75279,7 @@ item_db: ( Id: 12985 AegisName: "Pet_Egg_Scroll_Box8" Name: "Pet Egg Scroll Box 8" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76926,7 +75295,7 @@ item_db: ( Id: 12986 AegisName: "Pet_Egg_Scroll_Box9" Name: "Adventurer Pack Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76942,7 +75311,7 @@ item_db: ( Id: 12987 AegisName: "Pet_Egg_Scroll_Box10" Name: "Pet Egg Scroll Box 10" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76958,7 +75327,7 @@ item_db: ( Id: 12988 AegisName: "Pet_Egg_Scroll_Box11" Name: "Pet Egg Scroll Box 11" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -76974,7 +75343,7 @@ item_db: ( Id: 12989 AegisName: "Pet_Egg_Scroll6" Name: "Pet Egg Scroll 6" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -76991,7 +75360,7 @@ item_db: ( Id: 12990 AegisName: "Pet_Egg_Scroll7" Name: "Pet Egg Scroll 7" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -77008,7 +75377,7 @@ item_db: ( Id: 12991 AegisName: "Pet_Egg_Scroll8" Name: "Party Hard Pack" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -77025,7 +75394,7 @@ item_db: ( Id: 12992 AegisName: "Pet_Egg_Scroll9" Name: "Adventurer Pack" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -77042,7 +75411,7 @@ item_db: ( Id: 12993 AegisName: "Pet_Egg_Scroll10" Name: "Pet Egg Scroll 10" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -77059,7 +75428,7 @@ item_db: ( Id: 12994 AegisName: "Pet_Egg_Scroll11" Name: "Pet Egg Scroll 11" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -77076,7 +75445,7 @@ item_db: ( Id: 12995 AegisName: "White_Herb_Box" Name: "White Herb Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 509,15; "> @@ -77085,7 +75454,7 @@ item_db: ( Id: 12996 AegisName: "Blue_Herb_Box" Name: "Blue Herb Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 510,15; "> @@ -77094,7 +75463,7 @@ item_db: ( Id: 12997 AegisName: "Elunium_Box" Name: "Elunium Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 985,5; "> @@ -77103,7 +75472,7 @@ item_db: ( Id: 12998 AegisName: "Oridecon_Box" Name: "Oridecon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 984,5; "> @@ -77112,7 +75481,7 @@ item_db: ( Id: 12999 AegisName: "Branch_Of_Dead_Tree_Box" Name: "Dead Branch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 604,3; "> @@ -77123,7 +75492,7 @@ item_db: ( Id: 13000 AegisName: "Jujube_Dagger" Name: "Jujube Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 10000 Weight: 600 Atk: 39 @@ -77153,17 +75522,17 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 13001 AegisName: "Dragon_Killer" Name: "Dragon Killer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 110 @@ -77193,10 +75562,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bIgnoreDefRace,RC_Dragon; bonus2 bExpAddRace,RC_Dragon,10; @@ -77206,7 +75575,7 @@ item_db: ( Id: 13002 AegisName: "Ginnungagap" Name: "Ginnungagap" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 148 @@ -77236,10 +75605,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; @@ -77250,7 +75619,7 @@ item_db: ( Id: 13003 AegisName: "Coward" Name: "Cowardice Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 52000 Weight: 700 Atk: 80 @@ -77262,17 +75631,17 @@ item_db: ( Rogue: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 55 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bDef,5; "> }, { Id: 13004 AegisName: "Coward_" Name: "Cowardice Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 52000 Weight: 700 Atk: 80 @@ -77284,17 +75653,17 @@ item_db: ( Rogue: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 55 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bDef,5; "> }, { Id: 13005 AegisName: "Angelwing_Short_Sword" Name: "Angelic Wing Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 120 @@ -77303,16 +75672,16 @@ item_db: ( Job: { Novice: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 50 - View: 1 + Subtype: "W_DAGGER" }, { Id: 13006 AegisName: "Khukri" Name: "Khukri" - Type: 4 + Type: "IT_WEAPON" Buy: 240000 Weight: 600 Atk: 150 @@ -77320,10 +75689,10 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 65 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,1000; @@ -77333,7 +75702,7 @@ item_db: ( Id: 13007 AegisName: "Jitte" Name: "Jitte" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 400 Atk: 70 @@ -77341,17 +75710,17 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 35 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakWeaponRate,200; "> }, { Id: 13008 AegisName: "Jitte_" Name: "Jitte" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 400 Atk: 70 @@ -77360,17 +75729,17 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 35 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakWeaponRate,200; "> }, { Id: 13009 AegisName: "Kamaitachi" Name: "Kamaitachi" - Type: 4 + Type: "IT_WEAPON" Buy: 48000 Weight: 900 Atk: 125 @@ -77378,10 +75747,10 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Wind; bonus bCritical,3; @@ -77392,7 +75761,7 @@ item_db: ( Id: 13010 AegisName: "Asura" Name: "Asura" - Type: 4 + Type: "IT_WEAPON" Buy: 3000 Weight: 600 Atk: 50 @@ -77401,17 +75770,17 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bMatkRate,10; "> }, { Id: 13011 AegisName: "Asura_" Name: "Asura" - Type: 4 + Type: "IT_WEAPON" Buy: 3000 Weight: 600 Atk: 50 @@ -77420,17 +75789,17 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 12 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bMatkRate,10; "> }, { Id: 13012 AegisName: "Murasame" Name: "Murasame" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 95 @@ -77439,10 +75808,10 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiPlayer,10; @@ -77452,7 +75821,7 @@ item_db: ( Id: 13013 AegisName: "Murasame_" Name: "Murasame" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 95 @@ -77461,10 +75830,10 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 24 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiPlayer,10; @@ -77474,7 +75843,7 @@ item_db: ( Id: 13014 AegisName: "Hakujin" Name: "Hakujin" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 120 @@ -77482,10 +75851,10 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 42 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bInt,2; bonus3 bAutoSpell,AL_HEAL,1,10; @@ -77495,7 +75864,7 @@ item_db: ( Id: 13015 AegisName: "Hakujin_" Name: "Hakujin" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 120 @@ -77504,10 +75873,10 @@ item_db: ( Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 42 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bInt,2; bonus3 bAutoSpell,AL_HEAL,1,10; @@ -77517,7 +75886,7 @@ item_db: ( Id: 13016 AegisName: "Poison_Knife_" Name: "Poison Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 64 @@ -77542,10 +75911,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 65 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000; @@ -77555,7 +75924,7 @@ item_db: ( Id: 13017 AegisName: "House_Auger_" Name: "Ice Pick" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 70 @@ -77580,17 +75949,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bDefRatioAtkRace, RC_All; "> }, { Id: 13018 AegisName: "Sucsamad_" Name: "Sucsamad" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 140 @@ -77615,10 +75984,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; @@ -77629,7 +75998,7 @@ item_db: ( Id: 13019 AegisName: "Ginnungagap_" Name: "Ginnungagap" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 148 @@ -77660,10 +76029,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; @@ -77674,15 +76043,15 @@ item_db: ( Id: 13020 AegisName: "Warrior_Balmung_" Name: "Warrior's Balmung" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 170 Range: 1 - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 48 - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -77699,7 +76068,7 @@ item_db: ( Id: 13021 AegisName: "Combat_Knife_C" Name: "Combat Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 129 Range: 1 @@ -77722,11 +76091,11 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -77749,7 +76118,7 @@ item_db: ( Id: 13022 AegisName: "Counter_Dagger_C" Name: "Dagger of Counter" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 209 Range: 1 @@ -77759,11 +76128,11 @@ item_db: ( Sage: true Soul_Linker: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -77780,18 +76149,18 @@ item_db: ( Id: 13023 AegisName: "Asura_C" Name: "Ashura" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 120 Range: 1 Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -77808,7 +76177,7 @@ item_db: ( Id: 13024 AegisName: "Sword_Breaker_C" Name: "Refined Swordbreaker" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 105 Range: 1 @@ -77831,17 +76200,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakWeaponRate,500; "> }, { Id: 13025 AegisName: "Mail_Breaker_C" Name: "Refined Mailbreaker" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 105 Range: 1 @@ -77864,17 +76233,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakArmorRate,500; "> }, { Id: 13026 AegisName: "Moonlight_Sword_C" Name: "Moonlight Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 85 Range: 1 @@ -77897,10 +76266,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bMaxSPrate,10; bonus bSPDrainValue,3; @@ -77910,7 +76279,7 @@ item_db: ( Id: 13027 AegisName: "Scalpel" Name: "Scalpel" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 120 @@ -77935,18 +76304,18 @@ item_db: ( Soul_Linker: true Ninja: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus2 bAddEff,Eff_Bleeding,500; "> }, { Id: 13028 AegisName: "Tooth_Blade" Name: "Tooth Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 130 @@ -77971,11 +76340,11 @@ item_db: ( Soul_Linker: true Ninja: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 1 + Subtype: "W_DAGGER" Script: <" if(getrefine()>=9) { bonus3 bAutoSpell,NPC_SLOWCAST,2,70; @@ -77987,7 +76356,7 @@ item_db: ( Id: 13029 AegisName: "Prinsence_Knife" Name: "Prinsense Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -78010,10 +76379,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78029,7 +76398,7 @@ item_db: ( Id: 13030 AegisName: "Dragon_Killer_" Name: "Dragon Killer" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 110 @@ -78060,10 +76429,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 60 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bIgnoreDefRace,RC_Dragon; bonus2 bExpAddRace,RC_Dragon,10; @@ -78073,7 +76442,7 @@ item_db: ( Id: 13031 AegisName: "Sword_Breaker_" Name: "Swordbreaker" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 70 @@ -78098,17 +76467,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakWeaponRate,500; "> }, { Id: 13032 AegisName: "Mail_Breaker_" Name: "Mailbreaker" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1000 Atk: 70 @@ -78133,17 +76502,17 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bBreakArmorRate,500; "> }, { Id: 13033 AegisName: "Assasin_Dagger_" Name: "Assassin Dagger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 140 @@ -78152,10 +76521,10 @@ item_db: ( Job: { Assassin: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 36 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bMaxHPrate,20; bonus bMaxSPrate,15; @@ -78167,7 +76536,7 @@ item_db: ( Id: 13034 AegisName: "Twilight_Desert" Name: "Desert Twilight" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 130 @@ -78176,17 +76545,17 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" }, { Id: 13035 AegisName: "Sandstorm" Name: "Sandstorm" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 600 Atk: 50 @@ -78195,17 +76564,17 @@ item_db: ( Job: { Assassin: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" }, { Id: 13036 AegisName: "BF_Dagger1" Name: "Brave Assassin's Damascus" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -78234,10 +76603,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78259,7 +76628,7 @@ item_db: ( Id: 13037 AegisName: "BF_Dagger2" Name: "Valorous Assassin's Damascus" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -78288,10 +76657,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78313,7 +76682,7 @@ item_db: ( Id: 13038 AegisName: "Dagger_Of_Hunter" Name: "Dagger of Hunter" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 120 @@ -78322,11 +76691,11 @@ item_db: ( Job: { Rogue: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bStr,1; bonus bAgi,2; @@ -78339,7 +76708,7 @@ item_db: ( Id: 13039 AegisName: "Ivory_Knife" Name: "Ivory Knife" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 700 Atk: 130 @@ -78364,11 +76733,11 @@ item_db: ( Soul_Linker: true Ninja: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus bAgi,2; bonus bAspdRate,3; @@ -78380,7 +76749,7 @@ item_db: ( Id: 13040 AegisName: "N_Cutter" Name: "Novice Cutter" - Type: 4 + Type: "IT_WEAPON" Atk: 50 Range: 1 Slots: 3 @@ -78409,11 +76778,11 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78428,7 +76797,7 @@ item_db: ( Id: 13041 AegisName: "N_Main_Gauche" Name: "Novice Main Gauche" - Type: 4 + Type: "IT_WEAPON" Atk: 63 Range: 1 Slots: 3 @@ -78457,11 +76826,11 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78476,7 +76845,7 @@ item_db: ( Id: 13042 AegisName: "Krieger_Dagger1" Name: "Glorious Gladius" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -78505,10 +76874,10 @@ item_db: ( Kagerou: true Rebellion: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78534,7 +76903,7 @@ item_db: ( Id: 13043 AegisName: "Fortune_Sword_I" Name: "Fortune Sword" - Type: 4 + Type: "IT_WEAPON" Atk: 120 Range: 1 Job: { @@ -78556,10 +76925,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78576,7 +76945,7 @@ item_db: ( Id: 13044 AegisName: "House_Auger_I" Name: "Ice Pick" - Type: 4 + Type: "IT_WEAPON" Atk: 105 Range: 1 Job: { @@ -78598,10 +76967,10 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78617,16 +76986,16 @@ item_db: ( Id: 13045 AegisName: "Kamaitachi_I" Name: "Kamaitachi" - Type: 4 + Type: "IT_WEAPON" Atk: 155 Range: 2 Job: { Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78642,7 +77011,7 @@ item_db: ( Id: 13046 AegisName: "Krieg" Name: "Krierg" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 110 @@ -78653,11 +77022,11 @@ item_db: ( Assassin: true Rogue: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 2 EquipLv: 50 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus3 bAddEffOnSkill,RG_BACKSTAP,Eff_Bleeding,1000; bonus2 bSkillAtk,RG_BACKSTAP,15; @@ -78667,7 +77036,7 @@ item_db: ( Id: 13047 AegisName: "Weihna" Name: "Weihna" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 135 @@ -78678,11 +77047,11 @@ item_db: ( Assassin: true Rogue: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 1 + Subtype: "W_DAGGER" Script: <" bonus3 bAddEffOnSkill,RG_RAID,Eff_Poison,1000; autobonus "{ bonus2 bAddRace, RC_All, 10; }",5,5000,BF_WEAPON|BF_SHORT,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; @@ -78692,7 +77061,7 @@ item_db: ( Id: 13048 AegisName: "Damascus_C" Name: "Damascus" - Type: 4 + Type: "IT_WEAPON" Atk: 153 Range: 1 Job: { @@ -78714,11 +77083,11 @@ item_db: ( Soul_Linker: true Ninja: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 1 + Subtype: "W_DAGGER" Trade: { nodrop: true notrade: true @@ -78736,7 +77105,7 @@ item_db: ( Id: 13100 AegisName: "Six_Shooter" Name: "Six Shooter" - Type: 4 + Type: "IT_WEAPON" Buy: 4500 Weight: 400 Atk: 30 @@ -78745,17 +77114,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 10 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; "> }, { Id: 13101 AegisName: "Six_Shooter_" Name: "Six Shooter" - Type: 4 + Type: "IT_WEAPON" Buy: 4500 Weight: 400 Atk: 30 @@ -78764,17 +77133,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 10 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; "> }, { Id: 13102 AegisName: "Crimson_Bolt" Name: "Crimson Bolt" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 450 Atk: 45 @@ -78783,17 +77152,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 35 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; "> }, { Id: 13103 AegisName: "Crimson_Bolt_" Name: "Crimson Bolt" - Type: 4 + Type: "IT_WEAPON" Buy: 20000 Weight: 450 Atk: 45 @@ -78802,17 +77171,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 35 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; "> }, { Id: 13104 AegisName: "The_Garrison" Name: "Garrison" - Type: 4 + Type: "IT_WEAPON" Buy: 48000 Weight: 500 Atk: 70 @@ -78821,17 +77190,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 55 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; "> }, { Id: 13105 AegisName: "The_Garrison_" Name: "Garrison" - Type: 4 + Type: "IT_WEAPON" Buy: 48000 Weight: 500 Atk: 70 @@ -78840,17 +77209,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 55 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; "> }, { Id: 13106 AegisName: "Gold_Lux" Name: "Gold Lux" - Type: 4 + Type: "IT_WEAPON" Buy: 100000 Weight: 500 Atk: 20 @@ -78858,10 +77227,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 12 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,-10; if(getskilllv(GS_GLITTERING)>0) bonus3 bAutoSpell,GS_GLITTERING,getskilllv(GS_GLITTERING),100; @@ -78871,7 +77240,7 @@ item_db: ( Id: 13107 AegisName: "Wasteland_Outlaw" Name: "Wasteland's Outlaw" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 580 Atk: 68 @@ -78880,10 +77249,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14; @@ -78893,16 +77262,16 @@ item_db: ( Id: 13108 AegisName: "BF_Pistol1" Name: "Soldier Revolver" - Type: 4 + Type: "IT_WEAPON" Atk: 70 Range: 7 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 17 + Subtype: "W_REVOLVER" Trade: { nodrop: true notrade: true @@ -78924,17 +77293,17 @@ item_db: ( Id: 13109 AegisName: "Wasteland_Outlaw_C" Name: "Wasteland Outlaw" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 100 Range: 7 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 Refine: false - View: 17 + Subtype: "W_REVOLVER" Script: <" bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14; @@ -78946,16 +77315,16 @@ item_db: ( Id: 13110 AegisName: "Krieger_Pistol1" Name: "Glorious Pistol" - Type: 4 + Type: "IT_WEAPON" Atk: 80 Range: 7 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 17 + Subtype: "W_REVOLVER" Trade: { nodrop: true notrade: true @@ -78990,17 +77359,17 @@ item_db: ( Id: 13112 AegisName: "P_Revolver1" Name: "Eden Revlover I" - Type: 4 + Type: "IT_WEAPON" Atk: 4 Range: 7 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 26 Refine: false - View: 17 + Subtype: "W_REVOLVER" Trade: { nodrop: true notrade: true @@ -79016,17 +77385,17 @@ item_db: ( Id: 13113 AegisName: "P_Revolver2" Name: "Eden Revlover II" - Type: 4 + Type: "IT_WEAPON" Atk: 60 Range: 7 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 40 Refine: false - View: 17 + Subtype: "W_REVOLVER" Trade: { nodrop: true notrade: true @@ -79044,7 +77413,7 @@ item_db: ( Id: 13150 AegisName: "Branch" Name: "Branch" - Type: 4 + Type: "IT_WEAPON" Buy: 3000 Weight: 500 Atk: 50 @@ -79053,16 +77422,16 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 1 - View: 18 + Subtype: "W_RIFLE" }, { Id: 13151 AegisName: "The_Cyclone" Name: "Cyclone" - Type: 4 + Type: "IT_WEAPON" Buy: 17500 Weight: 700 Atk: 120 @@ -79071,10 +77440,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 24 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,10; @@ -79084,7 +77453,7 @@ item_db: ( Id: 13152 AegisName: "The_Cyclone_" Name: "Cyclone" - Type: 4 + Type: "IT_WEAPON" Buy: 17500 Weight: 700 Atk: 120 @@ -79093,10 +77462,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 24 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,10; @@ -79106,7 +77475,7 @@ item_db: ( Id: 13153 AegisName: "Dusk" Name: "Dusk" - Type: 4 + Type: "IT_WEAPON" Buy: 23500 Weight: 750 Atk: 150 @@ -79115,10 +77484,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 56 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,10; @@ -79128,7 +77497,7 @@ item_db: ( Id: 13154 AegisName: "Rolling_Stone" Name: "Rolling Stone" - Type: 4 + Type: "IT_WEAPON" Buy: 12000 Weight: 900 Atk: 135 @@ -79137,17 +77506,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 1 EquipLv: 14 - View: 20 + Subtype: "W_SHOTGUN" Script: <" bonus bSplashRange,1; "> }, { Id: 13155 AegisName: "Black_Rose" Name: "Black Rose" - Type: 4 + Type: "IT_WEAPON" Buy: 32000 Weight: 900 Atk: 180 @@ -79156,17 +77525,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 35 - View: 20 + Subtype: "W_SHOTGUN" Script: <" bonus bSplashRange,1; "> }, { Id: 13156 AegisName: "Gate_Keeper" Name: "Gate Keeper" - Type: 4 + Type: "IT_WEAPON" Buy: 56000 Weight: 1000 Atk: 210 @@ -79174,10 +77543,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 24 - View: 20 + Subtype: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50; @@ -79187,7 +77556,7 @@ item_db: ( Id: 13157 AegisName: "Drifter" Name: "Drifter" - Type: 4 + Type: "IT_WEAPON" Buy: 80000 Weight: 2300 Atk: 50 @@ -79196,16 +77565,16 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 55 - View: 19 + Subtype: "W_GATLING" }, { Id: 13158 AegisName: "Butcher" Name: "Butcher" - Type: 4 + Type: "IT_WEAPON" Buy: 130000 Weight: 2500 Atk: 75 @@ -79213,17 +77582,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 68 - View: 19 + Subtype: "W_GATLING" Script: <" bonus2 bCriticalAddRace,RC_Brute,10; "> }, { Id: 13159 AegisName: "Butcher_" Name: "Butcher" - Type: 4 + Type: "IT_WEAPON" Buy: 130000 Weight: 2500 Atk: 75 @@ -79232,17 +77601,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 68 - View: 19 + Subtype: "W_GATLING" Script: <" bonus2 bCriticalAddRace,RC_Brute,10; "> }, { Id: 13160 AegisName: "Destroyer" Name: "Destroyer" - Type: 4 + Type: "IT_WEAPON" Buy: 110000 Weight: 1200 Atk: 220 @@ -79250,17 +77619,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 52 - View: 21 + Subtype: "W_GRENADE" Script: <" bonus bBreakArmorRate,200; "> }, { Id: 13161 AegisName: "Destroyer_" Name: "Destroyer" - Type: 4 + Type: "IT_WEAPON" Buy: 110000 Weight: 1200 Atk: 220 @@ -79269,17 +77638,17 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 52 - View: 21 + Subtype: "W_GRENADE" Script: <" bonus bBreakArmorRate,200; "> }, { Id: 13162 AegisName: "Inferno" Name: "Inferno" - Type: 4 + Type: "IT_WEAPON" Buy: 230000 Weight: 1250 Atk: 280 @@ -79288,16 +77657,16 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 2 EquipLv: 65 - View: 21 + Subtype: "W_GRENADE" }, { Id: 13163 AegisName: "Long_Barrel" Name: "Long Barrel" - Type: 4 + Type: "IT_WEAPON" Buy: 40000 Weight: 1000 Atk: 150 @@ -79305,10 +77674,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,20; @@ -79320,7 +77689,7 @@ item_db: ( Id: 13164 AegisName: "Long_Barrel_" Name: "Long Barrel" - Type: 4 + Type: "IT_WEAPON" Buy: 40000 Weight: 1000 Atk: 150 @@ -79329,10 +77698,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,20; @@ -79344,7 +77713,7 @@ item_db: ( Id: 13165 AegisName: "Jungle_Carbine" Name: "Jungle Carbine" - Type: 4 + Type: "IT_WEAPON" Buy: 56000 Weight: 700 Atk: 170 @@ -79352,10 +77721,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,4; @@ -79367,7 +77736,7 @@ item_db: ( Id: 13166 AegisName: "Jungle_Carbine_" Name: "Jungle Carbine" - Type: 4 + Type: "IT_WEAPON" Buy: 56000 Weight: 700 Atk: 170 @@ -79376,10 +77745,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,10; bonus bCritical,4; @@ -79391,7 +77760,7 @@ item_db: ( Id: 13167 AegisName: "Gate_KeeperDD" Name: "Gate Keeper-DD" - Type: 4 + Type: "IT_WEAPON" Buy: 72000 Weight: 1300 Atk: 200 @@ -79399,10 +77768,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 70 - View: 20 + Subtype: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50; @@ -79414,7 +77783,7 @@ item_db: ( Id: 13168 AegisName: "Thunder_P" Name: "Thunder P" - Type: 4 + Type: "IT_WEAPON" Buy: 76000 Weight: 700 Atk: 80 @@ -79423,10 +77792,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 20 + Subtype: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus bHit,-5; @@ -79437,7 +77806,7 @@ item_db: ( Id: 13169 AegisName: "Thunder_P_" Name: "Thunder P" - Type: 4 + Type: "IT_WEAPON" Buy: 76000 Weight: 700 Atk: 80 @@ -79446,10 +77815,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 20 + Subtype: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus bHit,-5; @@ -79460,7 +77829,7 @@ item_db: ( Id: 13170 AegisName: "Lever_Action_Rifle" Name: "Lever Action Rifle" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 770 Atk: 138 @@ -79469,10 +77838,10 @@ item_db: ( Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 18 + Subtype: "W_RIFLE" Script: <" bonus bHit,20; bonus bCritical,50; @@ -79483,16 +77852,16 @@ item_db: ( Id: 13171 AegisName: "BF_Rifle1" Name: "Soldier Rifle" - Type: 4 + Type: "IT_WEAPON" Atk: 50 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 18 + Subtype: "W_RIFLE" Trade: { nodrop: true notrade: true @@ -79515,16 +77884,16 @@ item_db: ( Id: 13172 AegisName: "BF_Gatling_Gun1" Name: "Soldier Gatling Gun" - Type: 4 + Type: "IT_WEAPON" Atk: 80 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 19 + Subtype: "W_GATLING" Trade: { nodrop: true notrade: true @@ -79545,16 +77914,16 @@ item_db: ( Id: 13173 AegisName: "BF_Shotgun1" Name: "Soldier Shotgun" - Type: 4 + Type: "IT_WEAPON" Atk: 100 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 20 + Subtype: "W_SHOTGUN" Trade: { nodrop: true notrade: true @@ -79576,16 +77945,16 @@ item_db: ( Id: 13174 AegisName: "BF_Launcher1" Name: "Soldier Grenade Launcher" - Type: 4 + Type: "IT_WEAPON" Atk: 300 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 21 + Subtype: "W_GRENADE" Trade: { nodrop: true notrade: true @@ -79606,17 +77975,17 @@ item_db: ( Id: 13175 AegisName: "Lever_Action_Rifle_C" Name: "Lever Action Rifle" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 170 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 Refine: false - View: 18 + Subtype: "W_RIFLE" Trade: { nodrop: true notrade: true @@ -79637,16 +78006,16 @@ item_db: ( Id: 13176 AegisName: "Krieger_Rifle1" Name: "Glorious Rifle" - Type: 4 + Type: "IT_WEAPON" Atk: 90 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 18 + Subtype: "W_RIFLE" Trade: { nodrop: true notrade: true @@ -79676,16 +78045,16 @@ item_db: ( Id: 13177 AegisName: "Krieger_Gatling1" Name: "Glorious Gatling Gun" - Type: 4 + Type: "IT_WEAPON" Atk: 90 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 19 + Subtype: "W_GATLING" Trade: { nodrop: true notrade: true @@ -79714,16 +78083,16 @@ item_db: ( Id: 13178 AegisName: "Krieger_Shotgun1" Name: "Glorious Shotgun" - Type: 4 + Type: "IT_WEAPON" Atk: 110 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 20 + Subtype: "W_SHOTGUN" Trade: { nodrop: true notrade: true @@ -79754,16 +78123,16 @@ item_db: ( Id: 13179 AegisName: "Krieger_Launcher1" Name: "Glorious Grenade Launcher" - Type: 4 + Type: "IT_WEAPON" Atk: 330 Range: 9 Job: { Gunslinger: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 21 + Subtype: "W_GRENADE" Trade: { nodrop: true notrade: true @@ -79796,48 +78165,48 @@ item_db: ( Id: 13200 AegisName: "Bullet" Name: "Bullet" - Type: 10 + Type: "IT_AMMO" Buy: 1 Weight: 2 Atk: 10 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 3 + Subtype: "A_BULLET" Script: <" bonus bAtkEle, Ele_Neutral; "> }, { Id: 13201 AegisName: "Silver_Bullet" Name: "Silver Bullet" - Type: 10 + Type: "IT_AMMO" Buy: 15 Weight: 2 Atk: 15 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 3 + Subtype: "A_BULLET" Script: <" bonus bAtkEle,Ele_Holy; "> }, { Id: 13202 AegisName: "Shell_Of_Blood" Name: "Bloody Shell" - Type: 10 + Type: "IT_AMMO" Buy: 30 Weight: 2 Atk: 30 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 3 + Subtype: "A_BULLET" Script: <" bonus bAtkEle, Ele_Neutral; bonus2 bAddEff, Eff_Bleeding, 100; @@ -79847,48 +78216,48 @@ item_db: ( Id: 13203 AegisName: "Flare_Sphere" Name: "Flare Sphere" - Type: 10 + Type: "IT_AMMO" Buy: 80 Weight: 5 Atk: 50 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 5 + Subtype: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 13204 AegisName: "Lighting_Sphere" Name: "Lightning Sphere" - Type: 10 + Type: "IT_AMMO" Buy: 80 Weight: 5 Atk: 50 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 5 + Subtype: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 13205 AegisName: "Poison_Sphere" Name: "Poison Sphere" - Type: 10 + Type: "IT_AMMO" Buy: 80 Weight: 5 Atk: 50 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 5 + Subtype: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500; @@ -79898,16 +78267,16 @@ item_db: ( Id: 13206 AegisName: "Blind_Sphere" Name: "Blind Sphere" - Type: 10 + Type: "IT_AMMO" Buy: 80 Weight: 5 Atk: 50 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 5 + Subtype: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; @@ -79917,16 +78286,16 @@ item_db: ( Id: 13207 AegisName: "Freezing_Sphere" Name: "Freezing Sphere" - Type: 10 + Type: "IT_AMMO" Buy: 80 Weight: 5 Atk: 50 Job: { Gunslinger: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 5 + Subtype: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Water; "> }, @@ -79935,155 +78304,155 @@ item_db: ( Id: 13250 AegisName: "Shuriken" Name: "Shuriken" - Type: 10 + Type: "IT_AMMO" Buy: 4 Weight: 5 Atk: 10 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 6 + Subtype: "A_SHURIKEN" }, { Id: 13251 AegisName: "Nimbus_Shuriken" Name: "Nimbus Shuriken" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 5 Atk: 30 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 20 - View: 6 + Subtype: "A_SHURIKEN" }, { Id: 13252 AegisName: "Flash_Shuriken" Name: "Flash Shuriken" - Type: 10 + Type: "IT_AMMO" Buy: 20 Weight: 5 Atk: 45 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 40 - View: 6 + Subtype: "A_SHURIKEN" }, { Id: 13253 AegisName: "Sharp_Leaf_Shuriken" Name: "Sharp Leaf Shuriken" - Type: 10 + Type: "IT_AMMO" Buy: 40 Weight: 5 Atk: 70 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 60 - View: 6 + Subtype: "A_SHURIKEN" }, { Id: 13254 AegisName: "Thorn_Needle_Shuriken" Name: "Thorn Needle Shuriken" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 5 Atk: 100 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 80 - View: 6 + Subtype: "A_SHURIKEN" }, { Id: 13255 AegisName: "Kunai_Of_Icicle" Name: "Icicle Kunai" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 20 Atk: 30 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 7 + Subtype: "A_KUNAI" Script: <" bonus bAtkEle,Ele_Water; "> }, { Id: 13256 AegisName: "Kunai_Of_Black_Soil" Name: "Black Earth Kunai" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 20 Atk: 30 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 7 + Subtype: "A_KUNAI" Script: <" bonus bAtkEle,Ele_Earth; "> }, { Id: 13257 AegisName: "Kunai_Of_Furious_Wind" Name: "High Wind Kunai" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 20 Atk: 30 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 7 + Subtype: "A_KUNAI" Script: <" bonus bAtkEle,Ele_Wind; "> }, { Id: 13258 AegisName: "Kunai_Of_Fierce_Flame" Name: "Heat Wave Kunai" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 20 Atk: 30 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 7 + Subtype: "A_KUNAI" Script: <" bonus bAtkEle,Ele_Fire; "> }, { Id: 13259 AegisName: "Kunai_Of_Deadly_Poison" Name: "Fell Poison Kunai" - Type: 10 + Type: "IT_AMMO" Buy: 10 Weight: 20 Atk: 30 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 1 - View: 7 + Subtype: "A_KUNAI" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500; @@ -80095,200 +78464,200 @@ item_db: ( Id: 13260 AegisName: "Apple_Bomb" Name: "Apple Bomb" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 1 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13261 AegisName: "Coconut_Bomb" Name: "Coconut Bomb" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 1 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13262 AegisName: "Melon_Bomb" Name: "Melon Bomb" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 1 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13263 AegisName: "Pineapple_Bomb" Name: "Pineapple Bomb" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 1 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13264 AegisName: "Banana_Bomb" Name: "Banana Bomb" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 1 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13265 AegisName: "Black_Lump" Name: "Black Lump" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13266 AegisName: "Black_Hard_Lump" Name: "Black Hard Lump" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13267 AegisName: "Very_Hard_Lump" Name: "Very Hard Lump" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" }, { Id: 13268 AegisName: "Mysterious_Powder" Name: "Mysterious Powder" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 10 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_MYSTERIOUS_POWDER, 10000, 2; "> }, { Id: 13269 AegisName: "Boost500_To_Throw" Name: "Throwing Boost500" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 10 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_BOOST500, 500000, 10; "> }, { Id: 13270 AegisName: "Full_SwingK_To_Throw" Name: "Full SwingK Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_FULL_SWING_K, 500000, 50; "> }, { Id: 13271 AegisName: "Mana_Plus_To_Throw" Name: "Mana + Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_MANA_PLUS, 500000, 50; "> }, { Id: 13272 AegisName: "Cure_Free_To_Throw" Name: "Cure Free Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_end SC_SILENCE; sc_end SC_BLOODING; @@ -80303,144 +78672,144 @@ item_db: ( Id: 13273 AegisName: "Stamina_Up_M_To_Throw" Name: "Throwing Muramura(M)" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 10 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_MUSTLE_M, 500000, 5; "> }, { Id: 13274 AegisName: "Digestive_F_To_Throw" Name: "Throwing Falmons(F)" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 10 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; "> }, { Id: 13275 AegisName: "HP_Inc_PotS_To_Throw" Name: "HP Increase Potion(Small) Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 20 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 1, 500, 2; "> }, { Id: 13276 AegisName: "HP_Inc_PotM_To_Throw" Name: "HP Increase Potion(Mid) Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 40 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 2, 1500, 3; "> }, { Id: 13277 AegisName: "HP_Inc_PotL_To_Throw" Name: "HP Increase Potion(Large) Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 80 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 3, 2500, 5; "> }, { Id: 13278 AegisName: "SP_Inc_PotS_To_Throw" Name: "SP Increase Potion(Small) Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 20 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 1, 0, 2; "> }, { Id: 13279 AegisName: "SP_Inc_PotM_To_Throw" Name: "SP Increase Potion(Mid) Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 40 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 2, 0, 4; "> }, { Id: 13280 AegisName: "SP_Inc_PotL_To_Throw" Name: "SP Increase Potion(Large) Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 80 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 3, 0, 8; "> }, { Id: 13281 AegisName: "En_White_PotZ_To_Throw" Name: "Enriched White PotionZ Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 70 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20; heal 1000, 0; @@ -80450,16 +78819,16 @@ item_db: ( Id: 13282 AegisName: "Vitata500_To_Throw" Name: "Vitata50 Throw0" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start2 SC_VITATA_500, 500000, 20, 5; heal 0, 200; @@ -80469,144 +78838,144 @@ item_db: ( Id: 13283 AegisName: "En_Cel_Juice_To_Throw" Name: "Enrich Celermine Juice Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; "> }, { Id: 13284 AegisName: "Savage_BBQ_To_Throw" Name: "Savage BBQ Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; "> }, { Id: 13285 AegisName: "Wug_Cocktail_To_Throw" Name: "Warg Cocktail To Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; "> }, { Id: 13286 AegisName: "M_Brisket_To_Throw" Name: "M Brisket To Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_MINOR_BBQ, 300000, 20; "> }, { Id: 13287 AegisName: "Siroma_Icetea_To_Throw" Name: "Siroma Icetea To Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; "> }, { Id: 13288 AegisName: "Drocera_Stew_To_Throw" Name: "Drosera Stew To Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; "> }, { Id: 13289 AegisName: "Petti_Noodle_To_Throw" Name: "Petite Noodle To Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; "> }, { Id: 13290 AegisName: "Black_Thing_To_Throw" Name: "Black Thing To Throw" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 50 Job: { Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 9 + Subtype: "A_THROWWEAPON" Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; "> }, { Id: 13294 AegisName: "Explosive_Kunai" Name: "Explosive Kunai" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 30 Atk: 50 Job: { Ninja: true } - Loc: 32768 + Loc: "EQP_AMMO" EquipLv: 100 - View: 7 + Subtype: "A_KUNAI" Script: <" bonus bAtkEle,Ele_Neutral; "> }, @@ -80615,7 +78984,7 @@ item_db: ( Id: 13300 AegisName: "Huuma_Bird_Wing" Name: "Huuma Wing Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 90000 Weight: 3000 Atk: 150 @@ -80623,10 +78992,10 @@ item_db: ( Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 65 - View: 22 + Subtype: "W_HUUMA" Script: <" bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Wind; @@ -80638,7 +79007,7 @@ item_db: ( Id: 13301 AegisName: "Huuma_Giant_Wheel" Name: "Huuma Giant Wheel Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 40000 Weight: 2500 Atk: 50 @@ -80647,10 +79016,10 @@ item_db: ( Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 42 - View: 22 + Subtype: "W_HUUMA" Script: <" bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Bleeding,100; @@ -80660,7 +79029,7 @@ item_db: ( Id: 13302 AegisName: "Huuma_Giant_Wheel_" Name: "Huuma Giant Wheel Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 40000 Weight: 2500 Atk: 50 @@ -80669,10 +79038,10 @@ item_db: ( Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 42 - View: 22 + Subtype: "W_HUUMA" Script: <" bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Bleeding,100; @@ -80682,7 +79051,7 @@ item_db: ( Id: 13303 AegisName: "Huuma_Blaze" Name: "Huuma Blaze Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 78000 Weight: 1500 Atk: 185 @@ -80690,10 +79059,10 @@ item_db: ( Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 55 - View: 22 + Subtype: "W_HUUMA" Script: <" bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Fire; @@ -80705,7 +79074,7 @@ item_db: ( Id: 13304 AegisName: "Huuma_Calm_Mind" Name: "Huuma Calm Mind" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1550 Atk: 112 @@ -80714,10 +79083,10 @@ item_db: ( Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 70 - View: 22 + Subtype: "W_HUUMA" Script: <" bonus bUnbreakableWeapon,0; bonus2 bSkillAtk,NJ_HUUMA,30; @@ -80728,17 +79097,17 @@ item_db: ( Id: 13305 AegisName: "BF_Huuma_Shuriken1" Name: "Brave Huuma Front Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 55 Range: 1 Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 22 + Subtype: "W_HUUMA" Trade: { nodrop: true notrade: true @@ -80759,17 +79128,17 @@ item_db: ( Id: 13306 AegisName: "BF_Huuma_Shuriken2" Name: "Valorous Huuma Front Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 55 Range: 1 Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 3 EquipLv: 80 - View: 22 + Subtype: "W_HUUMA" Trade: { nodrop: true notrade: true @@ -80790,17 +79159,17 @@ item_db: ( Id: 13307 AegisName: "Krieger_Huuma_Shuriken1" Name: "Glorious Shuriken" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 55 Range: 1 Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 80 - View: 22 + Subtype: "W_HUUMA" Trade: { nodrop: true notrade: true @@ -80831,16 +79200,16 @@ item_db: ( Id: 13308 AegisName: "Huuma_Blaze_I" Name: "Huuma Blaze Shuriken" - Type: 4 + Type: "IT_WEAPON" Atk: 230 Range: 1 Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 22 + Subtype: "W_HUUMA" Trade: { nodrop: true notrade: true @@ -80861,17 +79230,17 @@ item_db: ( Id: 13309 AegisName: "Huuma_Giant_Wheel_C" Name: "Huuma Giant Wheel Shuriken" - Type: 4 + Type: "IT_WEAPON" Atk: 99 Range: 1 Job: { Ninja: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 Refine: false - View: 22 + Subtype: "W_HUUMA" Trade: { nodrop: true notrade: true @@ -80889,7 +79258,7 @@ item_db: ( Id: 13400 AegisName: "Cutlas_" Name: "Cutlus" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 900 Atk: 150 @@ -80906,10 +79275,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 40 - View: 2 + Subtype: "W_1HSWORD" Script: <" skill SM_BASH,5; bonus bStr,2; @@ -80920,7 +79289,7 @@ item_db: ( Id: 13401 AegisName: "Excalibur_C" Name: "Excalibur" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 199 Range: 1 @@ -80935,11 +79304,11 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 1 Refine: false - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -80960,7 +79329,7 @@ item_db: ( Id: 13402 AegisName: "Cutlas_C" Name: "Cutlus" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 185 Range: 1 @@ -80975,10 +79344,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 2 + Subtype: "W_1HSWORD" Script: <" skill SM_BASH,5; bonus bStr,2; @@ -80989,7 +79358,7 @@ item_db: ( Id: 13403 AegisName: "Solar_Sword_C" Name: "Solar Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 120 Range: 1 @@ -81004,10 +79373,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Fire; bonus2 bHPDrainRate,1000,1; @@ -81018,7 +79387,7 @@ item_db: ( Id: 13404 AegisName: "Platinum_Shotel" Name: "Platinum Shotel" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 130 @@ -81035,17 +79404,17 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bCritical,50; "> }, { Id: 13405 AegisName: "Curved_Sword" Name: "Curved Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 800 Atk: 125 @@ -81062,10 +79431,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 55 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAspdRate,10; bonus2 bAddEff,Eff_Curse,300; @@ -81075,7 +79444,7 @@ item_db: ( Id: 13406 AegisName: "Edger" Name: "Edger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 120 Range: 1 @@ -81090,10 +79459,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 Refine: false - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81109,7 +79478,7 @@ item_db: ( Id: 13407 AegisName: "Nagan_C" Name: "Refined Nagan" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 148 Range: 1 @@ -81124,10 +79493,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 2 + Subtype: "W_1HSWORD" Script: <" skill TF_DOUBLE,5; bonus bDoubleRate,25; @@ -81138,7 +79507,7 @@ item_db: ( Id: 13408 AegisName: "Fire_Brand_C" Name: "Refined Fireblend" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 120 Range: 1 @@ -81153,10 +79522,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Fire; bonus bInt,2; @@ -81168,7 +79537,7 @@ item_db: ( Id: 13409 AegisName: "Immaterial_Sword_C" Name: "Refined Immaterial Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 1 Atk: 160 Range: 1 @@ -81183,10 +79552,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 Refine: false - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle, Ele_Ghost; bonus2 bSPVanishRate, 45, 30; @@ -81198,7 +79567,7 @@ item_db: ( Id: 13410 AegisName: "BF_Sword1" Name: "Valorous Gladiator Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 115 Range: 1 @@ -81214,10 +79583,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81238,7 +79607,7 @@ item_db: ( Id: 13411 AegisName: "BF_Sword2" Name: "Brave Gladiator Blade" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 115 Range: 1 @@ -81254,10 +79623,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 80 - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81278,7 +79647,7 @@ item_db: ( Id: 13412 AegisName: "Twin_Edge_B" Name: "Twin Edge of Naght Sieger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 150 @@ -81295,11 +79664,11 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 75 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Water; skill MG_FROSTDIVER,5; @@ -81310,7 +79679,7 @@ item_db: ( Id: 13413 AegisName: "Twin_Edge_R" Name: "Twin Edge of Naght Sieger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 160 @@ -81327,11 +79696,11 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 75 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bAtkEle,Ele_Fire; skill WZ_METEOR,3; @@ -81342,7 +79711,7 @@ item_db: ( Id: 13414 AegisName: "Elemental_Sword" Name: "Elemental Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 105 @@ -81359,11 +79728,11 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 70 - View: 2 + Subtype: "W_1HSWORD" Script: <" bonus bStr,2; bonus bInt,4; @@ -81380,7 +79749,7 @@ item_db: ( Id: 13415 AegisName: "N_Falchion" Name: "Novice Falchion" - Type: 4 + Type: "IT_WEAPON" Atk: 59 Range: 1 Slots: 3 @@ -81396,11 +79765,11 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 1 EquipLv: 2 Refine: false - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81415,7 +79784,7 @@ item_db: ( Id: 13416 AegisName: "Krieger_Onehand_Sword1" Name: "Glorious Flamberge" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 @@ -81431,10 +79800,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81464,7 +79833,7 @@ item_db: ( Id: 13417 AegisName: "Krieger_Onehand_Sword2" Name: "Glorious Rapier" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 @@ -81480,10 +79849,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81505,7 +79874,7 @@ item_db: ( Id: 13418 AegisName: "Krieger_Onehand_Sword3" Name: "Glorious Holy Avenger" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 130 Range: 1 @@ -81517,10 +79886,10 @@ item_db: ( Crusader: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 80 - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81543,7 +79912,7 @@ item_db: ( Id: 13419 AegisName: "Holy_Saber" Name: "Holy saber" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 160 Range: 1 @@ -81558,10 +79927,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 Refine: false - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81577,7 +79946,7 @@ item_db: ( Id: 13420 AegisName: "Honglyuns_Sword" Name: "Honglyun's Sword" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1200 Atk: 160 @@ -81594,10 +79963,10 @@ item_db: ( Rogue: true Alchemist: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 70 - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true noselltonpc: true @@ -81613,7 +79982,7 @@ item_db: ( Id: 13421 AegisName: "Ruber" Name: "Ruber" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 1500 Atk: 170 @@ -81627,29 +79996,29 @@ item_db: ( Crusader: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 2 + Subtype: "W_1HSWORD" Script: <" autobonus "{ bonus2 bSkillAtk,KN_BOWLINGBASH,20; bonus2 bSkillAtk,SM_BASH,20; }",5,15000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; "> }, { Id: 13422 AegisName: "Flamberge_C" Name: "Flamberge" - Type: 4 + Type: "IT_WEAPON" Atk: 185 Range: 1 Job: { Knight: true Crusader: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 2 + Subtype: "W_1HSWORD" Trade: { nodrop: true notrade: true @@ -81668,7 +80037,7 @@ item_db: ( Id: 13500 AegisName: "Insurance60_Package" Name: "Life Insurrance Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14500,10; "> @@ -81677,7 +80046,7 @@ item_db: ( Id: 13501 AegisName: "Assorted_Scroll_Box" Name: "Experience Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -81685,7 +80054,7 @@ item_db: ( Id: 13502 AegisName: "Drooping_Kitty_Box" Name: "Refined Drooping Cat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5279,604800; "> @@ -81694,7 +80063,7 @@ item_db: ( Id: 13503 AegisName: "Magestic_Goat_Box" Name: "Baphomet Horns Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5280,604800; "> @@ -81703,7 +80072,7 @@ item_db: ( Id: 13504 AegisName: "Deviruchi_Cap_Box" Name: "Refined Deviruchi Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5281,604800; "> @@ -81712,7 +80081,7 @@ item_db: ( Id: 13505 AegisName: "Executioner_Box" Name: "Executioner Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1174,604800; "> @@ -81721,7 +80090,7 @@ item_db: ( Id: 13506 AegisName: "Brood_Axe_Box" Name: "Refined Bloody Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1373,604800; "> @@ -81730,7 +80099,7 @@ item_db: ( Id: 13507 AegisName: "Tomahawk_Box" Name: "Tomahawk Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1374,604800; "> @@ -81739,7 +80108,7 @@ item_db: ( Id: 13508 AegisName: "Bow_Of_Rudra_Box" Name: "Rudra Bow Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1729,604800; "> @@ -81748,7 +80117,7 @@ item_db: ( Id: 13509 AegisName: "Cutlas_Box" Name: "Cutlus Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13402,604800; "> @@ -81757,7 +80126,7 @@ item_db: ( Id: 13510 AegisName: "Solar_Sword_Box" Name: "Solar Sword Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13403,604800; "> @@ -81766,7 +80135,7 @@ item_db: ( Id: 13511 AegisName: "Sword_Breaker_Box" Name: "Refined Swordbreaker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13024,604800; "> @@ -81775,7 +80144,7 @@ item_db: ( Id: 13512 AegisName: "Mail_Breaker_Box" Name: "Refined Mailbreaker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13025,604800; "> @@ -81784,7 +80153,7 @@ item_db: ( Id: 13513 AegisName: "Moonlight_Sword_Box" Name: "Moonlight Dagger Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13026,604800; "> @@ -81793,7 +80162,7 @@ item_db: ( Id: 13514 AegisName: "Spanner_Box" Name: "Wrench Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1534,604800; "> @@ -81802,7 +80171,7 @@ item_db: ( Id: 13515 AegisName: "Grape_Box" Name: "Grape Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 514,10; "> @@ -81811,7 +80180,7 @@ item_db: ( Id: 13516 AegisName: "Royal_Jelly_Box" Name: "Royal Jelly Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 526,5; "> @@ -81820,7 +80189,7 @@ item_db: ( Id: 13517 AegisName: "Yggdrasilberry_Box" Name: "Yggdrasil Berry Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 607,3; "> @@ -81829,7 +80198,7 @@ item_db: ( Id: 13518 AegisName: "Weapon_Card_Scroll_Box" Name: "Weapon Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13558,1; "> @@ -81838,7 +80207,7 @@ item_db: ( Id: 13519 AegisName: "Armor_Card_Scroll_Box" Name: "Armor Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13559,1; "> @@ -81847,7 +80216,7 @@ item_db: ( Id: 13520 AegisName: "Helmet_Card_Scroll_Box" Name: "Helmet Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13560,1; "> @@ -81856,7 +80225,7 @@ item_db: ( Id: 13521 AegisName: "Hood_Card_Scroll_Box" Name: "Garment Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13561,1; "> @@ -81865,7 +80234,7 @@ item_db: ( Id: 13522 AegisName: "Hood_Card_Scroll_Box2" Name: "Shield Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13562,1; "> @@ -81874,7 +80243,7 @@ item_db: ( Id: 13523 AegisName: "Shoes_Card_Scroll_Box" Name: "Shoes Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13563,1; "> @@ -81883,7 +80252,7 @@ item_db: ( Id: 13524 AegisName: "Accy_Card_Scroll_Box" Name: "Accessory Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13564,1; "> @@ -81892,7 +80261,7 @@ item_db: ( Id: 13525 AegisName: "Zeny_Scroll_Box" Name: "Zeny Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -81906,7 +80275,7 @@ item_db: ( Id: 13526 AegisName: "Pet_Egg_Scroll_Box1_" Name: "Pet Egg Scroll Box 12" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12925,30; "> @@ -81915,7 +80284,7 @@ item_db: ( Id: 13527 AegisName: "Pet_Egg_Scroll_Box2_" Name: "Pet Egg Scroll Box 13" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12926,30; "> @@ -81924,7 +80293,7 @@ item_db: ( Id: 13528 AegisName: "Pet_Egg_Scroll_Box3_" Name: "Pet Egg Scroll Box 14" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12932,30; "> @@ -81933,7 +80302,7 @@ item_db: ( Id: 13529 AegisName: "Pet_Egg_Scroll_Box4_" Name: "Pet Egg Scroll Box 15" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12933,30; "> @@ -81942,7 +80311,7 @@ item_db: ( Id: 13530 AegisName: "Pet_Egg_Scroll_Box5_" Name: "Pet Egg Scroll Box 16" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12934,30; "> @@ -81951,7 +80320,7 @@ item_db: ( Id: 13531 AegisName: "Light_Red_Pot_Box" Name: "Light Red Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 598,50; "> @@ -81960,7 +80329,7 @@ item_db: ( Id: 13532 AegisName: "Light_Orange_Pot_Box" Name: "Light Orange Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 599,50; "> @@ -81969,7 +80338,7 @@ item_db: ( Id: 13533 AegisName: "Light_Yellow_Pot_Box" Name: "Light Yellow Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 11500,50; "> @@ -81978,7 +80347,7 @@ item_db: ( Id: 13534 AegisName: "Light_White_Pot_Box" Name: "Light White Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 11501,50; "> @@ -81987,7 +80356,7 @@ item_db: ( Id: 13535 AegisName: "Light_Center_Pot_Box" Name: "Light Concentration Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Light_Center_Pot, 20; "> @@ -81996,7 +80365,7 @@ item_db: ( Id: 13536 AegisName: "Light_Awakening_Pot_Box" Name: "Light Awakening Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Light_Awakening_Pot, 20; "> @@ -82005,7 +80374,7 @@ item_db: ( Id: 13537 AegisName: "Light_Berserk_Pot_Box" Name: "Light Berserk Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Light_Berserk_Pot, 20; "> @@ -82014,7 +80383,7 @@ item_db: ( Id: 13538 AegisName: "Meteor_10_Scroll_Box" Name: "Meteor Storm Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14512,1; "> @@ -82023,7 +80392,7 @@ item_db: ( Id: 13539 AegisName: "Storm_10_Scroll_Box" Name: "Storm Gust Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14513,1; "> @@ -82032,7 +80401,7 @@ item_db: ( Id: 13540 AegisName: "Vermilion_10_Scroll_Box" Name: "Lord of Vermilion Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14514,1; "> @@ -82041,7 +80410,7 @@ item_db: ( Id: 13541 AegisName: "Lex_Aeterna_Scroll_Box" Name: "Lex Aeterna Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14515,1; "> @@ -82050,7 +80419,7 @@ item_db: ( Id: 13542 AegisName: "Magnificat_5_Scroll_Box" Name: "Magnificat Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14516,1; "> @@ -82059,7 +80428,7 @@ item_db: ( Id: 13543 AegisName: "CP_Helm_Scroll_Box" Name: "Chemical Protection Helm Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82071,7 +80440,7 @@ item_db: ( Id: 13544 AegisName: "CP_Shield_Scroll_Box" Name: "Chemical Protection Shield Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82083,7 +80452,7 @@ item_db: ( Id: 13545 AegisName: "CP_Armor_Scroll_Box" Name: "Chemical Protection Armor Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82095,7 +80464,7 @@ item_db: ( Id: 13546 AegisName: "CP_Weapon_Scroll_Box" Name: "Chemical Protection Weapon Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82107,7 +80476,7 @@ item_db: ( Id: 13547 AegisName: "Repair_Scroll_Box" Name: "Repair Weapon Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -82127,7 +80496,7 @@ item_db: ( Id: 13548 AegisName: "Big_Bun_Box" Name: "Big Bun Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14522,10; "> @@ -82136,7 +80505,7 @@ item_db: ( Id: 13549 AegisName: "Pill__Box" Name: "Pill Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14523,10; "> @@ -82145,7 +80514,7 @@ item_db: ( Id: 13550 AegisName: "Superb_Fish_Slice_Box" Name: "Fish Slice Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14524,10; "> @@ -82154,7 +80523,7 @@ item_db: ( Id: 13551 AegisName: "Chewy_Ricecake_Box" Name: "Chewy Ricecake Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14525,10; "> @@ -82163,7 +80532,7 @@ item_db: ( Id: 13552 AegisName: "Oriental_Pastry_Box" Name: "Pastry Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14526,10; "> @@ -82172,7 +80541,7 @@ item_db: ( Id: 13553 AegisName: "Dun_Tele_Scroll1_Box" Name: "Dungeon Teleport Scroll 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -82186,7 +80555,7 @@ item_db: ( Id: 13554 AegisName: "Weapon_Card_Scroll_Box2" Name: "Weapon Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13565,1; "> @@ -82195,7 +80564,7 @@ item_db: ( Id: 13555 AegisName: "Weapon_Card_Scroll_Box3" Name: "Weapon Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13566,1; "> @@ -82204,7 +80573,7 @@ item_db: ( Id: 13556 AegisName: "Armor_Card_Scroll_Box2" Name: "Armor Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13567,1; "> @@ -82213,7 +80582,7 @@ item_db: ( Id: 13557 AegisName: "Accy_Card_Scroll_Box2" Name: "Accessory Card Pet Egg Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13568,1; "> @@ -82222,7 +80591,7 @@ item_db: ( Id: 13558 AegisName: "Weapon_Card_Scroll" Name: "Weapon Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82230,7 +80599,7 @@ item_db: ( Id: 13559 AegisName: "Armor_Card_Scroll" Name: "Armor Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82238,7 +80607,7 @@ item_db: ( Id: 13560 AegisName: "Helmet_Card_Scroll" Name: "Helmet Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82246,7 +80615,7 @@ item_db: ( Id: 13561 AegisName: "Hood_Card_Scroll" Name: "Garment Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82254,7 +80623,7 @@ item_db: ( Id: 13562 AegisName: "Hood_Card_Scroll2" Name: "Shield Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82262,7 +80631,7 @@ item_db: ( Id: 13563 AegisName: "Shoes_Card_Scroll" Name: "Shoes Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82270,7 +80639,7 @@ item_db: ( Id: 13564 AegisName: "Accy_Card_Scroll" Name: "Accessory Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82278,7 +80647,7 @@ item_db: ( Id: 13565 AegisName: "Weapon_Card_Scroll2" Name: "Weapon Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82286,7 +80655,7 @@ item_db: ( Id: 13566 AegisName: "Weapon_Card_Scroll3" Name: "Weapon Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82294,7 +80663,7 @@ item_db: ( Id: 13567 AegisName: "Armor_Card_Scroll2" Name: "Armor Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82302,7 +80671,7 @@ item_db: ( Id: 13568 AegisName: "Accy_Card_Scroll2" Name: "Accessory Card Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -82310,7 +80679,7 @@ item_db: ( Id: 13569 AegisName: "PVP_Tele_Scroll_Box" Name: "PVP Teleport Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14528,10; "> @@ -82319,7 +80688,7 @@ item_db: ( Id: 13570 AegisName: "Giant_Fly_Wing_Box50" Name: "Giant Fly Wing 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12212,50; "> @@ -82328,7 +80697,7 @@ item_db: ( Id: 13571 AegisName: "Giant_Fly_Wing_Box100" Name: "Giant Fly Wing 100 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12212,100; "> @@ -82337,7 +80706,7 @@ item_db: ( Id: 13572 AegisName: "Dex_Dish_Box30" Name: "Hwergelmir's Tonic 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12205,30; "> @@ -82346,7 +80715,7 @@ item_db: ( Id: 13573 AegisName: "Dex_Dish_Box50" Name: "Hwergelmir's Tonic 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12205,50; "> @@ -82355,7 +80724,7 @@ item_db: ( Id: 13574 AegisName: "Luk_Dish_Box30" Name: "Nine Tail Dish 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12206,30; "> @@ -82364,7 +80733,7 @@ item_db: ( Id: 13575 AegisName: "Luk_Dish_Box50" Name: "Nine Tail Dish 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12206,50; "> @@ -82373,7 +80742,7 @@ item_db: ( Id: 13576 AegisName: "Inc_Agi_10_Box30" Name: "Increase Agility Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12216,30; "> @@ -82382,7 +80751,7 @@ item_db: ( Id: 13577 AegisName: "Inc_Agi_10_Box50" Name: "Increase Agility Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12216,50; "> @@ -82391,7 +80760,7 @@ item_db: ( Id: 13578 AegisName: "Vit_Dish_Box30" Name: "Stew of Immortality 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12207,30; "> @@ -82400,7 +80769,7 @@ item_db: ( Id: 13579 AegisName: "Vit_Dish_Box50" Name: "Stew of Immortality 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12207,50; "> @@ -82409,7 +80778,7 @@ item_db: ( Id: 13580 AegisName: "Insurance_Package30" Name: "Life Insurrance 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12209,30; "> @@ -82418,7 +80787,7 @@ item_db: ( Id: 13581 AegisName: "Insurance_Package50" Name: "Life Insurrance 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12209,50; "> @@ -82427,7 +80796,7 @@ item_db: ( Id: 13582 AegisName: "Convex_Mirror_Box5" Name: "Convex Mirror 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12214,5; "> @@ -82436,7 +80805,7 @@ item_db: ( Id: 13583 AegisName: "Convex_Mirror_Box30" Name: "Convex Mirror 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12214,30; "> @@ -82445,7 +80814,7 @@ item_db: ( Id: 13584 AegisName: "Blessing10_Box30" Name: "Blessing Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12215,30; "> @@ -82454,7 +80823,7 @@ item_db: ( Id: 13585 AegisName: "Blessing10_Box50" Name: "Blessing Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12215,50; "> @@ -82463,7 +80832,7 @@ item_db: ( Id: 13586 AegisName: "Adrenaline10_Box30" Name: "Adrenaline Rush Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12220,30; "> @@ -82472,7 +80841,7 @@ item_db: ( Id: 13587 AegisName: "Adrenaline10_Box50" Name: "Adrenaline Rush Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12220,50; "> @@ -82481,7 +80850,7 @@ item_db: ( Id: 13588 AegisName: "Assumptio_5_Box30" Name: "Assumptio Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12218,30; "> @@ -82490,7 +80859,7 @@ item_db: ( Id: 13589 AegisName: "Assumptio_5_Box50" Name: "Assumptio Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12218,50; "> @@ -82499,7 +80868,7 @@ item_db: ( Id: 13590 AegisName: "Aspersio_5_Box30" Name: "Aspersio Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12217,30; "> @@ -82508,7 +80877,7 @@ item_db: ( Id: 13591 AegisName: "Aspersio_5_Box50" Name: "Aspersio Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12217,50; "> @@ -82517,7 +80886,7 @@ item_db: ( Id: 13592 AegisName: "Agi_Dish_Box30" Name: "Steamed Scorpion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12203,30; "> @@ -82526,7 +80895,7 @@ item_db: ( Id: 13593 AegisName: "Agi_Dish_Box50" Name: "Steamed Scorpion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12203,50; "> @@ -82535,7 +80904,7 @@ item_db: ( Id: 13594 AegisName: "Wind_Walk10_Box30" Name: "Wind Walk Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12219,30; "> @@ -82544,7 +80913,7 @@ item_db: ( Id: 13595 AegisName: "Wind_Walk10_Box50" Name: "Wind Walk Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12219,50; "> @@ -82553,7 +80922,7 @@ item_db: ( Id: 13596 AegisName: "Int_Dish_Box30" Name: "Dragon Breath Cocktail 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12204,30; "> @@ -82562,7 +80931,7 @@ item_db: ( Id: 13597 AegisName: "Int_Dish_Box50" Name: "Dragon Breath Cocktail 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12204,50; "> @@ -82571,7 +80940,7 @@ item_db: ( Id: 13598 AegisName: "Battle_Manual_Box1" Name: "Field Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12208,1; "> @@ -82580,7 +80949,7 @@ item_db: ( Id: 13599 AegisName: "Battle_Manual_Box5" Name: "Field Manual 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12208,5; "> @@ -82589,7 +80958,7 @@ item_db: ( Id: 13600 AegisName: "Siegfried_Box5" Name: "Token of Siegfried 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7621,5; "> @@ -82598,7 +80967,7 @@ item_db: ( Id: 13601 AegisName: "Siegfried_Box20" Name: "Token of Siegfried 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7621,20; "> @@ -82607,7 +80976,7 @@ item_db: ( Id: 13602 AegisName: "Kafra_Card_Box30" Name: "Kafra Card 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12211,30; "> @@ -82616,7 +80985,7 @@ item_db: ( Id: 13603 AegisName: "Kafra_Card_Box50" Name: "Kafra Card 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12211,50; "> @@ -82625,7 +80994,7 @@ item_db: ( Id: 13604 AegisName: "Str_Dish_Box30" Name: "Steamed Tongue 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12202,30; "> @@ -82634,7 +81003,7 @@ item_db: ( Id: 13605 AegisName: "Str_Dish_Box50" Name: "Steamed Tongue 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12202,50; "> @@ -82643,7 +81012,7 @@ item_db: ( Id: 13606 AegisName: "Bubble_Gum_Box1" Name: "Bubble Gum Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12210,1; "> @@ -82652,7 +81021,7 @@ item_db: ( Id: 13607 AegisName: "Bubble_Gum_Box5" Name: "Bubble Gum 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12210,5; "> @@ -82661,7 +81030,7 @@ item_db: ( Id: 13608 AegisName: "Megaphone_Box1" Name: "Megaphone Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12221,1; "> @@ -82670,7 +81039,7 @@ item_db: ( Id: 13609 AegisName: "Megaphone_Box5" Name: "Megaphone 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12221,5; "> @@ -82679,7 +81048,7 @@ item_db: ( Id: 13610 AegisName: "Enriched_Elunium_Box5" Name: "Enriched Elunium 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7619,5; "> @@ -82688,7 +81057,7 @@ item_db: ( Id: 13611 AegisName: "Enriched_Oridecon_Box5" Name: "Enriched Oridecon 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7620,5; "> @@ -82697,7 +81066,7 @@ item_db: ( Id: 13612 AegisName: "Handcuff_Box" Name: "Arrest Handcuffs Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 2706,1; "> @@ -82706,7 +81075,7 @@ item_db: ( Id: 13613 AegisName: "Super_Pet_Egg_Box1" Name: "Super Pet Egg Box 1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13617,1; "> @@ -82715,7 +81084,7 @@ item_db: ( Id: 13614 AegisName: "Super_Pet_Egg_Box2" Name: "Super Pet Egg Box 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13618,1; "> @@ -82724,7 +81093,7 @@ item_db: ( Id: 13615 AegisName: "Super_Pet_Egg_Box3" Name: "Super Pet Egg Box 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13619,1; "> @@ -82733,7 +81102,7 @@ item_db: ( Id: 13616 AegisName: "Super_Pet_Egg_Box4" Name: "Super Pet Egg Box 4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13620,1; "> @@ -82742,7 +81111,7 @@ item_db: ( Id: 13617 AegisName: "Super_Pet_Egg1" Name: "Super Pet Egg 1" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82751,7 +81120,7 @@ item_db: ( Id: 13618 AegisName: "Super_Pet_Egg2" Name: "Super Pet Egg 2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82760,7 +81129,7 @@ item_db: ( Id: 13619 AegisName: "Super_Pet_Egg3" Name: "Super Pet Egg 3" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82769,7 +81138,7 @@ item_db: ( Id: 13620 AegisName: "Super_Pet_Egg4" Name: "Super Pet Egg 4" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82778,7 +81147,7 @@ item_db: ( Id: 13621 AegisName: "Greed_Box30" Name: "Greed Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14529,30; "> @@ -82787,7 +81156,7 @@ item_db: ( Id: 13622 AegisName: "Greed_Box50" Name: "Greed Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14529,50; "> @@ -82796,7 +81165,7 @@ item_db: ( Id: 13623 AegisName: "Greed_Box100" Name: "Greed Scroll 100 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14529,100; "> @@ -82805,7 +81174,7 @@ item_db: ( Id: 13624 AegisName: "Flee_30_Scroll_Box" Name: "Evasion Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Flee_30_Scroll,1; "> @@ -82814,7 +81183,7 @@ item_db: ( Id: 13625 AegisName: "Accuracy_30_Scroll_Box" Name: "Concentration Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Accuracy_30_Scroll,1; "> @@ -82823,7 +81192,7 @@ item_db: ( Id: 13626 AegisName: "Super_Card_Pet_Egg_Box1" Name: "Super Card Pet Egg Box 1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13630,1; "> @@ -82832,7 +81201,7 @@ item_db: ( Id: 13627 AegisName: "Super_Card_Pet_Egg_Box2" Name: "Super Card Pet Egg Box 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13631,1; "> @@ -82841,7 +81210,7 @@ item_db: ( Id: 13628 AegisName: "Super_Card_Pet_Egg_Box3" Name: "Super Card Pet Egg Box 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13632,1; "> @@ -82850,7 +81219,7 @@ item_db: ( Id: 13629 AegisName: "Super_Card_Pet_Egg_Box4" Name: "Super Card Pet Egg Box 4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 13633,1; "> @@ -82859,7 +81228,7 @@ item_db: ( Id: 13630 AegisName: "Super_Card_Pet_Egg1" Name: "Super Card Pet Egg 1" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82868,7 +81237,7 @@ item_db: ( Id: 13631 AegisName: "Super_Card_Pet_Egg2" Name: "Super Card Pet Egg 2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82877,7 +81246,7 @@ item_db: ( Id: 13632 AegisName: "Super_Card_Pet_Egg3" Name: "Super Card Pet Egg 3" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82886,7 +81255,7 @@ item_db: ( Id: 13633 AegisName: "Super_Card_Pet_Egg4" Name: "Super Card Pet Egg 4" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -82895,7 +81264,7 @@ item_db: ( Id: 13634 AegisName: "Vigorgra_Package1" Name: "1 Hour Package Vol. 1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82912,7 +81281,7 @@ item_db: ( Id: 13635 AegisName: "Vigorgra_Package2" Name: "1 Hour Package Vol. 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82929,7 +81298,7 @@ item_db: ( Id: 13636 AegisName: "Vigorgra_Package3" Name: "1 Hour Package Vol. 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82946,7 +81315,7 @@ item_db: ( Id: 13637 AegisName: "Vigorgra_Package4" Name: "1 Hour Package Vol. 4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82963,7 +81332,7 @@ item_db: ( Id: 13638 AegisName: "Vigorgra_Package5" Name: "1 Hour Package Vol. 5" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82980,7 +81349,7 @@ item_db: ( Id: 13639 AegisName: "Vigorgra_Package6" Name: "1 Hour Package Vol. 6" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -82997,7 +81366,7 @@ item_db: ( Id: 13640 AegisName: "Vigorgra_Package7" Name: "2 Hour Package Vol. 1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -83014,7 +81383,7 @@ item_db: ( Id: 13641 AegisName: "Vigorgra_Package8" Name: "2 Hour Package Vol. 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -83031,7 +81400,7 @@ item_db: ( Id: 13642 AegisName: "Vigorgra_Package9" Name: "2 Hour Package Vol. 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -83048,7 +81417,7 @@ item_db: ( Id: 13643 AegisName: "Vigorgra_Package10" Name: "2 Hour Package Vol. 4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -83065,7 +81434,7 @@ item_db: ( Id: 13644 AegisName: "Vigorgra_Package11" Name: "2 Hour Package Vol. 5" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -83082,7 +81451,7 @@ item_db: ( Id: 13645 AegisName: "Vigorgra_Package12" Name: "2 Hour Package Vol. 6" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -83099,7 +81468,7 @@ item_db: ( Id: 13646 AegisName: "Infiltrator_Box1" Name: "Refined Infiltrator Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1267,604800; "> @@ -83108,7 +81477,7 @@ item_db: ( Id: 13647 AegisName: "Muramasa_Box1" Name: "Refined Muramasa Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1173,604800; "> @@ -83117,7 +81486,7 @@ item_db: ( Id: 13648 AegisName: "Excalibur_Box1" Name: "Refined Excalibur Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13401,604800; "> @@ -83126,7 +81495,7 @@ item_db: ( Id: 13649 AegisName: "Combat_Knife_Box1" Name: "Refined Combat Knife Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13021,604800; "> @@ -83135,7 +81504,7 @@ item_db: ( Id: 13650 AegisName: "Counter_Dagger_Box1" Name: "Refined Dagger of Counter Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13022,604800; "> @@ -83144,7 +81513,7 @@ item_db: ( Id: 13651 AegisName: "Kaiser_Knuckle_Box1" Name: "Refined Kaiser Knuckle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1817,604800; "> @@ -83153,7 +81522,7 @@ item_db: ( Id: 13652 AegisName: "Pole_Axe_Box1" Name: "Refined Pole Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1419,604800; "> @@ -83162,7 +81531,7 @@ item_db: ( Id: 13653 AegisName: "Mighty_Staff_Box1" Name: "Refined Mighty Staff Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1623,604800; "> @@ -83171,7 +81540,7 @@ item_db: ( Id: 13654 AegisName: "Right_Epsilon_Box1" Name: "Refined Light Epsilon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1372,604800; "> @@ -83180,7 +81549,7 @@ item_db: ( Id: 13655 AegisName: "Balistar_Box1" Name: "Refined Ballista Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1728,604800; "> @@ -83189,7 +81558,7 @@ item_db: ( Id: 13656 AegisName: "Diary_Of_Sage_Box1" Name: "Refined Sage's Diary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1563,604800; "> @@ -83198,7 +81567,7 @@ item_db: ( Id: 13657 AegisName: "Asura_Box1" Name: "Refined Ashura Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13023,604800; "> @@ -83207,7 +81576,7 @@ item_db: ( Id: 13658 AegisName: "Apple_Of_Archer_Box1" Name: "Refined Apple of Archer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5265,1209600; "> @@ -83216,7 +81585,7 @@ item_db: ( Id: 13659 AegisName: "Bunny_Band_Box1" Name: "Refined Bunny Band Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5266,1209600; "> @@ -83225,7 +81594,7 @@ item_db: ( Id: 13660 AegisName: "Sahkkat_Box1" Name: "Refined Sakkat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5267,1209600; "> @@ -83234,7 +81603,7 @@ item_db: ( Id: 13661 AegisName: "Lord_Circlet_Box1" Name: "Refined Grand Circlet Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5268,1209600; "> @@ -83243,7 +81612,7 @@ item_db: ( Id: 13662 AegisName: "Elven_Ears_Box1" Name: "Refined Elven Ears Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2686,1209600; "> @@ -83252,7 +81621,7 @@ item_db: ( Id: 13663 AegisName: "Steel_Flower_Box1" Name: "Refined Romantic Flower Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2687,1209600; "> @@ -83261,7 +81630,7 @@ item_db: ( Id: 13664 AegisName: "Critical_Ring_Box1" Name: "Refined Critical Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2688,604800; "> @@ -83270,7 +81639,7 @@ item_db: ( Id: 13665 AegisName: "Earring_Box1" Name: "Refined Earring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2689,604800; "> @@ -83279,7 +81648,7 @@ item_db: ( Id: 13666 AegisName: "Ring_Box1" Name: "Refined Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2690,604800; "> @@ -83288,7 +81657,7 @@ item_db: ( Id: 13667 AegisName: "Necklace_Box1" Name: "Refined Necklace Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2691,604800; "> @@ -83297,7 +81666,7 @@ item_db: ( Id: 13668 AegisName: "Glove_Box1" Name: "Refined Glove Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2692,604800; "> @@ -83306,7 +81675,7 @@ item_db: ( Id: 13669 AegisName: "Brooch_Box1" Name: "Refined Brooch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2693,604800; "> @@ -83315,7 +81684,7 @@ item_db: ( Id: 13670 AegisName: "Rosary_Box1" Name: "Refined Rosary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2694,604800; "> @@ -83324,7 +81693,7 @@ item_db: ( Id: 13671 AegisName: "Safety_Ring_Box1" Name: "Refined Safety Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2695,604800; "> @@ -83333,7 +81702,7 @@ item_db: ( Id: 13672 AegisName: "Vesper_Core01_Box1" Name: "Refined Vesper Core 01 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2696,604800; "> @@ -83342,7 +81711,7 @@ item_db: ( Id: 13673 AegisName: "Vesper_Core02_Box1" Name: "Refined Vesper Core 02 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2697,604800; "> @@ -83351,7 +81720,7 @@ item_db: ( Id: 13674 AegisName: "Vesper_Core03_Box1" Name: "Refined Vesper Core 03 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2698,604800; "> @@ -83360,7 +81729,7 @@ item_db: ( Id: 13675 AegisName: "Vesper_Core04_Box1" Name: "Refined Vesper Core 04 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2699,604800; "> @@ -83369,7 +81738,7 @@ item_db: ( Id: 13676 AegisName: "Drooping_Kitty_Box1" Name: "Refined Drooping Cat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5279,1209600; "> @@ -83378,7 +81747,7 @@ item_db: ( Id: 13677 AegisName: "Magestic_Goat_Box1" Name: "Refined Majestic Goat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5280,1209600; "> @@ -83387,7 +81756,7 @@ item_db: ( Id: 13678 AegisName: "Deviruchi_Cap_Box1" Name: "Refined Deviruchi Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5281,1209600; "> @@ -83396,7 +81765,7 @@ item_db: ( Id: 13679 AegisName: "Executioner_Box1" Name: "Refined Executioner Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1174,604800; "> @@ -83405,7 +81774,7 @@ item_db: ( Id: 13680 AegisName: "Brood_Axe_Box1" Name: "Refined Bloody Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1373,604800; "> @@ -83414,7 +81783,7 @@ item_db: ( Id: 13681 AegisName: "Tomahawk_Box1" Name: "Refined Tomahawk Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1374,604800; "> @@ -83423,7 +81792,7 @@ item_db: ( Id: 13682 AegisName: "Bow_Of_Rudra_Box1" Name: "Refined Rudra Bow Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1729,604800; "> @@ -83432,7 +81801,7 @@ item_db: ( Id: 13683 AegisName: "Cutlas_Box1" Name: "Refined Cutlus Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13402,604800; "> @@ -83441,7 +81810,7 @@ item_db: ( Id: 13684 AegisName: "Solar_Sword_Box1" Name: "Refined Solar Sword Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13403,604800; "> @@ -83450,7 +81819,7 @@ item_db: ( Id: 13685 AegisName: "Sword_Breaker_Box1" Name: "Refined Swordbreaker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13024,604800; "> @@ -83459,7 +81828,7 @@ item_db: ( Id: 13686 AegisName: "Mail_Breaker_Box1" Name: "Refined Mailbreaker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13025,604800; "> @@ -83468,7 +81837,7 @@ item_db: ( Id: 13687 AegisName: "Moonlight_Sword_Box1" Name: "Refined Moonlight Dagger Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13026,604800; "> @@ -83477,7 +81846,7 @@ item_db: ( Id: 13688 AegisName: "Spanner_Box1" Name: "Refined Wrench Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1534,604800; "> @@ -83486,7 +81855,7 @@ item_db: ( Id: 13689 AegisName: "Bok_Choy_Box" Name: "Bok Choy Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83504,7 +81873,7 @@ item_db: ( Id: 13690 AegisName: "Chung_E_Cake_Box" Name: "Green Maiden Cake Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83522,7 +81891,7 @@ item_db: ( Id: 13691 AegisName: "Freyja_Overcoat_Box" Name: "Freya's Clothes Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" rentitem 2369,604800; "> }, @@ -83530,7 +81899,7 @@ item_db: ( Id: 13692 AegisName: "Freyja_Boots_Box" Name: "Freya's Boots Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" rentitem 2428,604800; "> }, @@ -83538,7 +81907,7 @@ item_db: ( Id: 13693 AegisName: "Freyja_Cape_Box" Name: "Freya's Manteau Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" rentitem 2533,604800; "> }, @@ -83546,7 +81915,7 @@ item_db: ( Id: 13694 AegisName: "Freyja_Crown_Box" Name: "Freya's Crown Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" rentitem 5306,604800; "> }, @@ -83554,7 +81923,7 @@ item_db: ( Id: 13695 AegisName: "Battle_Manual25_Box" Name: "Field Manual 25% Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 14532,10; "> }, @@ -83562,7 +81931,7 @@ item_db: ( Id: 13696 AegisName: "Battle_Manual100_Box" Name: "Field Manual 100% Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Trade: { nodrop: true @@ -83577,7 +81946,7 @@ item_db: ( Id: 13697 AegisName: "J_Blessing10_Box" Name: "Blessing Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 12215,10; "> }, @@ -83585,7 +81954,7 @@ item_db: ( Id: 13698 AegisName: "J_Inc_Agi10_Box" Name: "Increase Agility Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 12216,10; "> }, @@ -83593,7 +81962,7 @@ item_db: ( Id: 13699 AegisName: "J_Wind_Walk10_Box" Name: "Wind Walk Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 12219,10; "> }, @@ -83601,7 +81970,7 @@ item_db: ( Id: 13700 AegisName: "J_Adrenaline10_Box" Name: "Adrenaline Rush Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 12220,10; "> }, @@ -83609,7 +81978,7 @@ item_db: ( Id: 13701 AegisName: "Pet_Egg_Scroll12" Name: "Pet Egg Scroll 12" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" packageitem(); "> }, @@ -83617,7 +81986,7 @@ item_db: ( Id: 13702 AegisName: "Pet_Egg_Scroll13" Name: "Pet Egg Scroll 13" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" packageitem(); "> }, @@ -83625,7 +81994,7 @@ item_db: ( Id: 13703 AegisName: "Pet_Egg_Scroll14" Name: "Pet Egg Scroll 14" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" packageitem(); "> }, @@ -83633,7 +82002,7 @@ item_db: ( Id: 13704 AegisName: "Super_Pet_Egg5" Name: "Super Pet Egg 5" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -83647,7 +82016,7 @@ item_db: ( Id: 13705 AegisName: "Super_Pet_Egg6" Name: "Super Pet Egg 6" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -83661,7 +82030,7 @@ item_db: ( Id: 13706 AegisName: "Super_Pet_Egg7" Name: "Super Pet Egg 7" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -83675,7 +82044,7 @@ item_db: ( Id: 13707 AegisName: "Super_Pet_Egg8" Name: "Super Pet Egg 8" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -83689,7 +82058,7 @@ item_db: ( Id: 13708 AegisName: "Pet_Egg_Scroll_E" Name: "Pet Egg Scroll E" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -83698,7 +82067,7 @@ item_db: ( Id: 13709 AegisName: "BRO_Package_1" Name: "BRO Package Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -83706,7 +82075,7 @@ item_db: ( Id: 13710 AegisName: "Max_Weight_Up_Box" Name: "Gym Pass Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83720,7 +82089,7 @@ item_db: ( Id: 13711 AegisName: "Small_Life_Potion_Box" Name: "Small Life Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83734,7 +82103,7 @@ item_db: ( Id: 13712 AegisName: "Small_Life_Potion_Box30" Name: "Small Life Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83748,7 +82117,7 @@ item_db: ( Id: 13713 AegisName: "Small_Life_Potion_Box50" Name: "Small Life Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83762,7 +82131,7 @@ item_db: ( Id: 13714 AegisName: "Med_Life_Potion_Box" Name: "Medium Life Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83776,7 +82145,7 @@ item_db: ( Id: 13715 AegisName: "Med_Life_Potion_Box30" Name: "Medium Life Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83790,7 +82159,7 @@ item_db: ( Id: 13716 AegisName: "Med_Life_Potion_Box50" Name: "Medium Life Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83804,7 +82173,7 @@ item_db: ( Id: 13717 AegisName: "Abrasive_Box5" Name: "Abrasive 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83818,7 +82187,7 @@ item_db: ( Id: 13718 AegisName: "Abrasive_Box10" Name: "Abrasive 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83832,7 +82201,7 @@ item_db: ( Id: 13719 AegisName: "Regeneration_Box5" Name: "Regeneration Potion 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83846,7 +82215,7 @@ item_db: ( Id: 13720 AegisName: "Regeneration_Box10" Name: "Regeneration 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83860,7 +82229,7 @@ item_db: ( Id: 13721 AegisName: "Dun_Tele_Scroll_Box10" Name: "Dungeon Teleport Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -83874,7 +82243,7 @@ item_db: ( Id: 13722 AegisName: "Pecopeco_Hairband_Box" Name: "Peco Peco Hairband Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5286,1; "> @@ -83883,7 +82252,7 @@ item_db: ( Id: 13723 AegisName: "Red_Glasses_Box" Name: "Red Glasses Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5288,1; "> @@ -83892,7 +82261,7 @@ item_db: ( Id: 13724 AegisName: "Whisper_Mask_Box" Name: "Whisper Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5294,1; "> @@ -83901,7 +82270,7 @@ item_db: ( Id: 13725 AegisName: "Ramen_Hat_Box" Name: "Ramen Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5293,1; "> @@ -83910,7 +82279,7 @@ item_db: ( Id: 13726 AegisName: "Gold_Box_" Name: "Golden Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7777,1; "> @@ -83919,7 +82288,7 @@ item_db: ( Id: 13727 AegisName: "Silver_Box_" Name: "Silver Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7778,1; "> @@ -83928,7 +82297,7 @@ item_db: ( Id: 13728 AegisName: "Gold_Key1_Box" Name: "Golden Key 1 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 7779,1; "> }, @@ -83936,7 +82305,7 @@ item_db: ( Id: 13729 AegisName: "Gold_Key5_Box" Name: "Golden Key 5 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 7779,5; "> }, @@ -83944,7 +82313,7 @@ item_db: ( Id: 13730 AegisName: "Silver_Key1_Box" Name: "Silver Key 1 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 7780,1; "> }, @@ -83952,7 +82321,7 @@ item_db: ( Id: 13731 AegisName: "Silver_Key5_Box" Name: "Silver Key 5 Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 7780,5; "> }, @@ -83960,7 +82329,7 @@ item_db: ( Id: 13734 AegisName: "Pecopeco_Hairband_Box1" Name: "Peco Peco Hairband Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5286,1; "> @@ -83969,7 +82338,7 @@ item_db: ( Id: 13735 AegisName: "Red_Glasses_Box1" Name: "Red Glasses Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5288,1; "> @@ -83978,7 +82347,7 @@ item_db: ( Id: 13736 AegisName: "Whisper_Mask_Box1" Name: "Whisper Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5294,1; "> @@ -83987,7 +82356,7 @@ item_db: ( Id: 13737 AegisName: "Ramen_Hat_Box1" Name: "Ramen Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5293,1; "> @@ -83996,7 +82365,7 @@ item_db: ( Id: 13738 AegisName: "Glass_Of_Illusion_Box5" Name: "Glass of Illusion 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84010,7 +82379,7 @@ item_db: ( Id: 13739 AegisName: "Glass_Of_Illusion_Box10" Name: "Glass of Illusion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84024,7 +82393,7 @@ item_db: ( Id: 13740 AegisName: "Shadow_Armor_S_Box5" Name: "Shadow Armor Scroll 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84038,7 +82407,7 @@ item_db: ( Id: 13741 AegisName: "Shadow_Armor_S_Box10" Name: "Shadow Armor Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84052,7 +82421,7 @@ item_db: ( Id: 13742 AegisName: "Shadow_Armor_S_Box30" Name: "Shadow Armor Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84066,7 +82435,7 @@ item_db: ( Id: 13743 AegisName: "Holy_Armor_S_Box5" Name: "Holy Armor Scroll 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84080,7 +82449,7 @@ item_db: ( Id: 13744 AegisName: "Holy_Armor_S_Box10" Name: "Holy Armor Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84094,7 +82463,7 @@ item_db: ( Id: 13745 AegisName: "Holy_Armor_S_Box30" Name: "Holy Armor Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84108,7 +82477,7 @@ item_db: ( Id: 13746 AegisName: "S_Def_Potion_Box10" Name: "Small Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84122,7 +82491,7 @@ item_db: ( Id: 13747 AegisName: "S_Def_Potion_Box30" Name: "Small Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84136,7 +82505,7 @@ item_db: ( Id: 13748 AegisName: "S_Def_Potion_Box50" Name: "Small Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84150,7 +82519,7 @@ item_db: ( Id: 13749 AegisName: "B_Def_Potion_Box10" Name: "Big Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84164,7 +82533,7 @@ item_db: ( Id: 13750 AegisName: "B_Def_Potion_Box30" Name: "Big Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84178,7 +82547,7 @@ item_db: ( Id: 13751 AegisName: "B_Def_Potion_Box50" Name: "Big Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84192,7 +82561,7 @@ item_db: ( Id: 13752 AegisName: "S_Mdef_Potion_Box10" Name: "Small Magic Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84206,7 +82575,7 @@ item_db: ( Id: 13753 AegisName: "S_Mdef_Potion_Box30" Name: "Small Magic Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84220,7 +82589,7 @@ item_db: ( Id: 13754 AegisName: "S_Mdef_Potion_Box50" Name: "Small Magic Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84234,7 +82603,7 @@ item_db: ( Id: 13755 AegisName: "B_Mdef_Potion_Box10" Name: "Big Magic Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84248,7 +82617,7 @@ item_db: ( Id: 13756 AegisName: "B_Mdef_Potion_Box30" Name: "Big Magic Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84262,7 +82631,7 @@ item_db: ( Id: 13757 AegisName: "B_Mdef_Potion_Box50" Name: "Big Magic Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84276,7 +82645,7 @@ item_db: ( Id: 13758 AegisName: "Battle_Manual_X3_Box" Name: "Field Manual 300% Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14545,20; "> @@ -84285,7 +82654,7 @@ item_db: ( Id: 13759 AegisName: "In_Blue_Herb_Box" Name: "Blue Herb Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 510,50; "> @@ -84294,7 +82663,7 @@ item_db: ( Id: 13760 AegisName: "Honey_Box" Name: "Honey Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 518,100; "> @@ -84303,7 +82672,7 @@ item_db: ( Id: 13761 AegisName: "Empty_Bottle_Box" Name: "Empty Bottle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 713,500; "> @@ -84312,7 +82681,7 @@ item_db: ( Id: 13762 AegisName: "In_Royal_Jelly_Box" Name: "Royal Jelly Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 526,70; "> @@ -84321,7 +82690,7 @@ item_db: ( Id: 13763 AegisName: "5_Anniversary_Coin_Box" Name: "Coin Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 2709,1; "> @@ -84330,7 +82699,7 @@ item_db: ( Id: 13764 AegisName: "Battle_Manual_Box_TW" Name: "Beginner's Field Manual 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7803,5; "> @@ -84339,7 +82708,7 @@ item_db: ( Id: 13765 AegisName: "Certificate_TW_Box" Name: "Certificate Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84358,7 +82727,7 @@ item_db: ( Id: 13766 AegisName: "Nagan_Box" Name: "Refined Nagan Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13407,604800; "> @@ -84367,7 +82736,7 @@ item_db: ( Id: 13767 AegisName: "Skewer_Box" Name: "Refined Brocca Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1424,604800; "> @@ -84376,7 +82745,7 @@ item_db: ( Id: 13768 AegisName: "Survival_Rod_Box" Name: "Refined Survivor's Rod Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1628,604800; "> @@ -84385,7 +82754,7 @@ item_db: ( Id: 13769 AegisName: "Quadrille_Box" Name: "Refined Quadrille Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1537,604800; "> @@ -84394,7 +82763,7 @@ item_db: ( Id: 13770 AegisName: "Great_Axe_Box" Name: "Refined Great Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1378,604800; "> @@ -84403,7 +82772,7 @@ item_db: ( Id: 13771 AegisName: "Bloody_Roar_Box" Name: "Refined Bloody Roar Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1273,604800; "> @@ -84412,7 +82781,7 @@ item_db: ( Id: 13772 AegisName: "Hardback_Box" Name: "Refined Hardcover Book Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1567,604800; "> @@ -84421,7 +82790,7 @@ item_db: ( Id: 13773 AegisName: "Fire_Brand_Box" Name: "Refined Fireblend Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13408,604800; "> @@ -84430,7 +82799,7 @@ item_db: ( Id: 13774 AegisName: "Immaterial_Sword_Box" Name: "Refined Immaterial Sword Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13409,604800; "> @@ -84439,7 +82808,7 @@ item_db: ( Id: 13775 AegisName: "Unholy_Touch_Box" Name: "Refined Unholy Touch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1274,604800; "> @@ -84448,7 +82817,7 @@ item_db: ( Id: 13776 AegisName: "Cloak_Of_Survival_Box" Name: "Refined Survivor's Manteau Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2535,1209600; "> @@ -84457,7 +82826,7 @@ item_db: ( Id: 13777 AegisName: "Masquerade_Box" Name: "Refined Masquerade Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5326,1209600; "> @@ -84466,7 +82835,7 @@ item_db: ( Id: 13778 AegisName: "Orc_Hero_Helm_Box" Name: "Refined Helmet of Orc Hero Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5327,1209600; "> @@ -84475,7 +82844,7 @@ item_db: ( Id: 13779 AegisName: "Evil_Wing_Ears_Box" Name: "Refined Wing of Diablo Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5328,1209600; "> @@ -84484,7 +82853,7 @@ item_db: ( Id: 13780 AegisName: "Dark_Blindfold_Box" Name: "Refined Dark Blinder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5329,1209600; "> @@ -84493,7 +82862,7 @@ item_db: ( Id: 13781 AegisName: "kRO_Drooping_Kitty_Box" Name: "Refined Drooping Cat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5330,1209600; "> @@ -84502,7 +82871,7 @@ item_db: ( Id: 13782 AegisName: "Corsair_Box" Name: "Refined Corsair Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5331,1209600; "> @@ -84511,7 +82880,7 @@ item_db: ( Id: 13783 AegisName: "Bloody_Iron_Ball_Box" Name: "Refined Bloodied Shackle Ball Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2710,604800; "> @@ -84520,7 +82889,7 @@ item_db: ( Id: 13784 AegisName: "Spiritual_Ring_Box" Name: "Refined Spiritual Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2711,604800; "> @@ -84529,7 +82898,7 @@ item_db: ( Id: 13785 AegisName: "Nagan_Box1" Name: "Refined Nagan Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13407,86400; "> @@ -84538,7 +82907,7 @@ item_db: ( Id: 13786 AegisName: "Skewer_Box1" Name: "Refined Brocca Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1424,86400; "> @@ -84547,7 +82916,7 @@ item_db: ( Id: 13787 AegisName: "Survival_Rod_Box1" Name: "Refined Survivor's Rod Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1628,86400; "> @@ -84556,7 +82925,7 @@ item_db: ( Id: 13788 AegisName: "Quadrille_Box1" Name: "Refined Quadrille Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1537,86400; "> @@ -84565,7 +82934,7 @@ item_db: ( Id: 13789 AegisName: "Great_Axe_Box1" Name: "Refined Great Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1378,86400; "> @@ -84574,7 +82943,7 @@ item_db: ( Id: 13790 AegisName: "Bloody_Roar_Box1" Name: "Refined Bloody Roar Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1273,86400; "> @@ -84583,7 +82952,7 @@ item_db: ( Id: 13791 AegisName: "Hardback_Box1" Name: "Refined Hardcover Book Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1567,86400; "> @@ -84592,7 +82961,7 @@ item_db: ( Id: 13792 AegisName: "Fire_Brand_Box1" Name: "Refined Fireblend Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13408,86400; "> @@ -84601,7 +82970,7 @@ item_db: ( Id: 13793 AegisName: "Immaterial_Sword_Box1" Name: "Refined Immaterial Sword Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 13409,86400; "> @@ -84610,7 +82979,7 @@ item_db: ( Id: 13794 AegisName: "Unholy_Touch_Box1" Name: "Refined Unholy Touch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1274,86400; "> @@ -84619,7 +82988,7 @@ item_db: ( Id: 13795 AegisName: "Cloak_Of_Survival_Box1" Name: "Refined Survivor's Manteau Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2535,86400; "> @@ -84628,7 +82997,7 @@ item_db: ( Id: 13796 AegisName: "Masquerade_Box1" Name: "Refined Masquerade Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5326,86400; "> @@ -84637,7 +83006,7 @@ item_db: ( Id: 13797 AegisName: "Orc_Hero_Helm_Box1" Name: "Refined Helmet of Orc Hero Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5327,86400; "> @@ -84646,7 +83015,7 @@ item_db: ( Id: 13798 AegisName: "Evil_Wing_Ears_Box1" Name: "Refined Wing of Diablo Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5328,86400; "> @@ -84655,7 +83024,7 @@ item_db: ( Id: 13799 AegisName: "Dark_Blindfold_Box1" Name: "Refined Dark Blinder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5329,86400; "> @@ -84664,7 +83033,7 @@ item_db: ( Id: 13800 AegisName: "kRO_Drooping_Kitty_Box1" Name: "Refined Drooping Cat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5330,86400; "> @@ -84673,7 +83042,7 @@ item_db: ( Id: 13801 AegisName: "Corsair_Box1" Name: "Refined Corsair Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5331,86400; "> @@ -84682,7 +83051,7 @@ item_db: ( Id: 13802 AegisName: "Bloody_Iron_Ball_Box1" Name: "Refined Bloodied Shackle Ball Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2710,86400; "> @@ -84691,7 +83060,7 @@ item_db: ( Id: 13803 AegisName: "Spiritual_Ring_Box1" Name: "Refined Spiritual Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2711,86400; "> @@ -84700,7 +83069,7 @@ item_db: ( Id: 13804 AegisName: "Fire_Cracker_Love_Box" Name: "I Love You Firecracker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14546,10; "> @@ -84709,7 +83078,7 @@ item_db: ( Id: 13805 AegisName: "Fire_Cracker_Wday_Box" Name: "Whiteday Firecracker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14547,10; "> @@ -84718,7 +83087,7 @@ item_db: ( Id: 13806 AegisName: "Fire_Cracker_Vday_Box" Name: "Valentine's Day Firecracker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14548,10; "> @@ -84727,7 +83096,7 @@ item_db: ( Id: 13807 AegisName: "Fire_Cracker_Bday_Box" Name: "Birthday Firecracker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14549,10; "> @@ -84736,7 +83105,7 @@ item_db: ( Id: 13808 AegisName: "Fire_Cracker_Xmas_Box" Name: "Xmas Firecracker Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14550,10; "> @@ -84745,7 +83114,7 @@ item_db: ( Id: 13809 AegisName: "Blue_Gemstone_Box" Name: "Blue Gemstone Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 717,100; "> @@ -84754,7 +83123,7 @@ item_db: ( Id: 13810 AegisName: "Blue_Potion_Box" Name: "Blue Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 11502,25; "> @@ -84763,7 +83132,7 @@ item_db: ( Id: 13811 AegisName: "Food_Box_Lv1" Name: "Food Box Vol 1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -84779,7 +83148,7 @@ item_db: ( Id: 13812 AegisName: "Food_Box_Lv2" Name: "Food Box Vol 2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -84795,7 +83164,7 @@ item_db: ( Id: 13813 AegisName: "Food_Box_Lv3" Name: "Food Box Vol 3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -84811,7 +83180,7 @@ item_db: ( Id: 13814 AegisName: "Indonesia_Box" Name: "Healing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -84819,7 +83188,7 @@ item_db: ( Id: 13815 AegisName: "Knife_Goblin_Box" Name: "Knife Goblin Taming Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84833,7 +83202,7 @@ item_db: ( Id: 13816 AegisName: "Flail_Goblin_Box" Name: "Flail Goblin Taming Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84847,7 +83216,7 @@ item_db: ( Id: 13817 AegisName: "Hammer_Goblin_Box" Name: "Hammer Goblin Taming Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84861,7 +83230,7 @@ item_db: ( Id: 13818 AegisName: "Red_Deleter_Box" Name: "Red Deleter Taming Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84875,7 +83244,7 @@ item_db: ( Id: 13819 AegisName: "Diabolic_Box" Name: "Diabolic Taming Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84889,7 +83258,7 @@ item_db: ( Id: 13820 AegisName: "Wanderer_Box" Name: "Wanderer Taming Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84903,7 +83272,7 @@ item_db: ( Id: 13821 AegisName: "Green_Apple_Box" Name: "Green Apple Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84917,7 +83286,7 @@ item_db: ( Id: 13822 AegisName: "Whole_Barbecue_Box" Name: "Barbeque Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84931,7 +83300,7 @@ item_db: ( Id: 13823 AegisName: "Meat_Veg_Skewer_Box" Name: "Meat Skewer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84945,7 +83314,7 @@ item_db: ( Id: 13824 AegisName: "Spirit_Liquor_Box" Name: "Spirit Liquor Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -84959,7 +83328,7 @@ item_db: ( Id: 13825 AegisName: "Green_Box_" Name: "Old Green Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -84967,7 +83336,7 @@ item_db: ( Id: 13826 AegisName: "Power_Box1" Name: "Power Box 1" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -84980,7 +83349,7 @@ item_db: ( Id: 13827 AegisName: "Power_Box2" Name: "Power Box 2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -84993,7 +83362,7 @@ item_db: ( Id: 13828 AegisName: "Resist_Box1" Name: "Resist Box 1" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -85005,7 +83374,7 @@ item_db: ( Id: 13829 AegisName: "Resist_Box2" Name: "Resist Box 2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -85017,7 +83386,7 @@ item_db: ( Id: 13830 AegisName: "Stat_Boost1" Name: "Stat Boost 1" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -85030,7 +83399,7 @@ item_db: ( Id: 13831 AegisName: "Stat_Boost2" Name: "Stat Boost 2" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -85043,7 +83412,7 @@ item_db: ( Id: 13832 AegisName: "Stat_Boost3" Name: "Stat Boost 3" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -85056,7 +83425,7 @@ item_db: ( Id: 13833 AegisName: "Stat_Boost4" Name: "Stat Boost 4" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Script: <" @@ -85069,7 +83438,7 @@ item_db: ( Id: 13834 AegisName: "Dun_Tele_Scroll2_Box5" Name: "Dungeon Teleport Scroll II 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14581,5; "> @@ -85078,7 +83447,7 @@ item_db: ( Id: 13835 AegisName: "Dun_Tele_Scroll2_Box10" Name: "Dungeon Teleport Scroll II 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14581,10; "> @@ -85087,7 +83456,7 @@ item_db: ( Id: 13836 AegisName: "Mbl_Str_Dish_Box" Name: "Steamed Tongue Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12250,1; "> @@ -85096,7 +83465,7 @@ item_db: ( Id: 13837 AegisName: "Mbl_Agi_Dish_Box" Name: "Steamed Desert Scorpions Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12251,1; "> @@ -85105,7 +83474,7 @@ item_db: ( Id: 13838 AegisName: "Mbl_Int_Dish_Box" Name: "Dragon Breath Cocktail Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12252,1; "> @@ -85114,7 +83483,7 @@ item_db: ( Id: 13839 AegisName: "Mbl_Dex_Dish_Box" Name: "Hwergelmir's Tonic Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12253,1; "> @@ -85123,7 +83492,7 @@ item_db: ( Id: 13840 AegisName: "Mbl_Luk_Dish_Box" Name: "Cooked Nine Tail Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12254,1; "> @@ -85132,7 +83501,7 @@ item_db: ( Id: 13841 AegisName: "Mbl_Vit_Dish_Box" Name: "Immortal Stew Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12255,1; "> @@ -85141,7 +83510,7 @@ item_db: ( Id: 13842 AegisName: "Mbl_Kafra_Card_Box" Name: "Payment Statement for Kafra Employee Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12249,1; "> @@ -85150,7 +83519,7 @@ item_db: ( Id: 13843 AegisName: "Mbl_Battle_Manual_Box" Name: "Field Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14532,1; "> @@ -85159,7 +83528,7 @@ item_db: ( Id: 13844 AegisName: "Heroic_Stone_Box" Name: "Heroic Stone Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 7825,1; "> @@ -85168,7 +83537,7 @@ item_db: ( Id: 13845 AegisName: "Mysterious_Travel_Sack1" Name: "Mystery Travel Sack A" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -85177,7 +83546,7 @@ item_db: ( Id: 13846 AegisName: "Mysterious_Travel_Sack2" Name: "Mystery Travel Sack B" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -85186,7 +83555,7 @@ item_db: ( Id: 13847 AegisName: "Mysterious_Travel_Sack3" Name: "Mystery Travel Sack C" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -85195,7 +83564,7 @@ item_db: ( Id: 13848 AegisName: "Mysterious_Travel_Sack4" Name: "Mystery Travel Sack D" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" packageitem(); "> @@ -85204,7 +83573,7 @@ item_db: ( Id: 13849 AegisName: "WOB_Box_Rune5" Name: "Yellow Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14582,5; "> @@ -85213,7 +83582,7 @@ item_db: ( Id: 13850 AegisName: "WOB_Box_Rune10" Name: "Yellow Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14582,10; "> @@ -85222,7 +83591,7 @@ item_db: ( Id: 13851 AegisName: "WOB_Box_Schawaltz5" Name: "Green Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14583,5; "> @@ -85231,7 +83600,7 @@ item_db: ( Id: 13852 AegisName: "WOB_Box_Schawaltz10" Name: "Green Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14583,10; "> @@ -85240,7 +83609,7 @@ item_db: ( Id: 13853 AegisName: "WOB_Box_Rachel5" Name: "Red Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14584,5; "> @@ -85249,7 +83618,7 @@ item_db: ( Id: 13854 AegisName: "WOB_Box_Rachel10" Name: "Red Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14584,10; "> @@ -85258,7 +83627,7 @@ item_db: ( Id: 13855 AegisName: "WOB_Box_Local5" Name: "Blue Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14585,5; "> @@ -85267,7 +83636,7 @@ item_db: ( Id: 13856 AegisName: "WOB_Box_Local10" Name: "Blue Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14585,10; "> @@ -85276,7 +83645,7 @@ item_db: ( Id: 13857 AegisName: "Spark_Candy_Box5" Name: "Candy 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Spark_Candy, 5; "> @@ -85285,7 +83654,7 @@ item_db: ( Id: 13858 AegisName: "Spark_Candy_Box10" Name: "Candy 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem Spark_Candy, 10; "> @@ -85294,7 +83663,7 @@ item_db: ( Id: 13859 AegisName: "Directive_A_Envelope" Name: "Directive Envelope A" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85312,7 +83681,7 @@ item_db: ( Id: 13860 AegisName: "Directive_B_Envelope" Name: "Directive Envelope B" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85330,7 +83699,7 @@ item_db: ( Id: 13861 AegisName: "Mini_Battle_Manual_Box" Name: "Small Field Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12208,4; "> @@ -85339,7 +83708,7 @@ item_db: ( Id: 13862 AegisName: "Trial_Box" Name: "Trial Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -85352,7 +83721,7 @@ item_db: ( Id: 13863 AegisName: "Repair_Scroll_Box10" Name: "Repair Weapon Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85377,7 +83746,7 @@ item_db: ( Id: 13864 AegisName: "Hockey_Mask_Box" Name: "Hockey Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5314,604800; "> @@ -85388,7 +83757,7 @@ item_db: ( Id: 13865 AegisName: "Observer_Box" Name: "Observer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5315,604800; "> @@ -85398,7 +83767,7 @@ item_db: ( Id: 13866 AegisName: "Flying_Angel_Box" Name: "Flying Angel Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85416,7 +83785,7 @@ item_db: ( Id: 13867 AegisName: "Neko_Mimi_Box" Name: "Neko Mimi Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85434,7 +83803,7 @@ item_db: ( Id: 13868 AegisName: "MFH_Box" Name: "Moonlight Flower Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85452,7 +83821,7 @@ item_db: ( Id: 13869 AegisName: "Chick_Hat_Box" Name: "Baby Chick Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85470,7 +83839,7 @@ item_db: ( Id: 13870 AegisName: "New_Style_Box" Name: "Beauty Gift Certificate Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85488,7 +83857,7 @@ item_db: ( Id: 13871 AegisName: "Magician_Card_Box" Name: "Mage Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85513,7 +83882,7 @@ item_db: ( Id: 13872 AegisName: "Acolyte_Card_Box" Name: "Acolyte Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85537,7 +83906,7 @@ item_db: ( Id: 13873 AegisName: "Archer_Card_Box" Name: "Archer Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85561,7 +83930,7 @@ item_db: ( Id: 13874 AegisName: "Swordman_Card_Box" Name: "Swordman Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85585,7 +83954,7 @@ item_db: ( Id: 13875 AegisName: "Thief_Card_Box" Name: "Thief Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85609,7 +83978,7 @@ item_db: ( Id: 13876 AegisName: "Merchant_Card_Box" Name: "Merchant Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85633,7 +84002,7 @@ item_db: ( Id: 13877 AegisName: "Clock_Tower_Card_Box" Name: "Clock Tower Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85656,7 +84025,7 @@ item_db: ( Id: 13878 AegisName: "Geffenia_Card_Box" Name: "Geffenia Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85677,7 +84046,7 @@ item_db: ( Id: 13879 AegisName: "Owl_Card_Box" Name: "Owl Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85698,7 +84067,7 @@ item_db: ( Id: 13880 AegisName: "Ghost_Card_Box" Name: "Ghost Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85719,7 +84088,7 @@ item_db: ( Id: 13881 AegisName: "Nightmare_Card_Box" Name: "Nightmare Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85740,7 +84109,7 @@ item_db: ( Id: 13882 AegisName: "Curse_Card_Box" Name: "Curse Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85758,7 +84127,7 @@ item_db: ( Id: 13883 AegisName: "Sleep_Card_Box" Name: "Sleep Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85776,7 +84145,7 @@ item_db: ( Id: 13884 AegisName: "Freeze_Card_Box" Name: "Freeze Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85794,7 +84163,7 @@ item_db: ( Id: 13885 AegisName: "Stun_Card_Box" Name: "Stun Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85812,7 +84181,7 @@ item_db: ( Id: 13886 AegisName: "Silence_Card_Box" Name: "Silence Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85830,7 +84199,7 @@ item_db: ( Id: 13887 AegisName: "Blind_Card_Box" Name: "Blind Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85848,7 +84217,7 @@ item_db: ( Id: 13888 AegisName: "Chaos_Card_Box" Name: "Chaos Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85866,7 +84235,7 @@ item_db: ( Id: 13889 AegisName: "Elunium_Box_" Name: "Elunium Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85884,7 +84253,7 @@ item_db: ( Id: 13890 AegisName: "Oridecon_Box_" Name: "Oridecon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85902,7 +84271,7 @@ item_db: ( Id: 13891 AegisName: "Fire_Converter_Box" Name: "Fire Converter Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85920,7 +84289,7 @@ item_db: ( Id: 13892 AegisName: "Water_Converter_Box" Name: "Water Converter Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85938,7 +84307,7 @@ item_db: ( Id: 13893 AegisName: "Wind_Converter_Box" Name: "Wind Converter Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85956,7 +84325,7 @@ item_db: ( Id: 13894 AegisName: "Earth_Converter_Box" Name: "Earth Converter Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -85974,7 +84343,7 @@ item_db: ( Id: 13895 AegisName: "Starter_Pack" Name: "Starter Pack" - Type: 18 + Type: "IT_CASH" Buy: 20 Trade: { nodrop: true @@ -86006,7 +84375,7 @@ item_db: ( Id: 13896 AegisName: "Mimic_Summon_Box5" Name: "Mimic Summoning 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86020,7 +84389,7 @@ item_db: ( Id: 13897 AegisName: "Disguise_Summon_Box5" Name: "Disguise Summoning 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86034,7 +84403,7 @@ item_db: ( Id: 13898 AegisName: "Alice_Summon_Box5" Name: "Alice Summoning 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86048,7 +84417,7 @@ item_db: ( Id: 13899 AegisName: "Mimic_Summon_Box10" Name: "Mimic Summoning 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86062,7 +84431,7 @@ item_db: ( Id: 13900 AegisName: "Disguise_Summon_Box10" Name: "Disguise Summoning 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86076,7 +84445,7 @@ item_db: ( Id: 13901 AegisName: "Alice_Summon_Box10" Name: "Alice Summoning 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86090,7 +84459,7 @@ item_db: ( Id: 13902 AegisName: "Fish_Head_Hat_Box" Name: "Fish Head Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86108,7 +84477,7 @@ item_db: ( Id: 13903 AegisName: "Santa_Poring_Hat_Box" Name: "Santa Poring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86126,7 +84495,7 @@ item_db: ( Id: 13904 AegisName: "Bell_Ribbon_Box" Name: "Bell Ribbon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86144,7 +84513,7 @@ item_db: ( Id: 13905 AegisName: "Hard_Core_Set_Box" Name: "XM Hardcore Set Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86166,7 +84535,7 @@ item_db: ( Id: 13906 AegisName: "Kitty_Set_Box" Name: "XM Kitty Set Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86190,7 +84559,7 @@ item_db: ( Id: 13907 AegisName: "Soft_Core_Set_Box" Name: "XM Softcore Set Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86212,7 +84581,7 @@ item_db: ( Id: 13908 AegisName: "Deviruchi_Set_Box" Name: "XM Deviruchi Set Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86234,7 +84603,7 @@ item_db: ( Id: 13909 AegisName: "MVP_Hunt_Box" Name: "MVP Hunting Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86257,7 +84626,7 @@ item_db: ( Id: 13910 AegisName: "Brewing_Box" Name: "XM Brewing Set Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86279,7 +84648,7 @@ item_db: ( Id: 13911 AegisName: "Xmas_Pet_Scroll" Name: "Christmas Pet Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -86296,7 +84665,7 @@ item_db: ( Id: 13912 AegisName: "Party_Blessing_Box" Name: "Party Blessing 10 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86310,7 +84679,7 @@ item_db: ( Id: 13913 AegisName: "Party_Inc_Agi_Box" Name: "Party Increase Agi 10 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86324,7 +84693,7 @@ item_db: ( Id: 13914 AegisName: "Party_Assumptio_Box" Name: "Party Assumptio 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86338,7 +84707,7 @@ item_db: ( Id: 13915 AegisName: "Love_Angel_Box" Name: "Love Angel Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86356,7 +84725,7 @@ item_db: ( Id: 13916 AegisName: "Squirrel_Box" Name: "Squirrel Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86374,7 +84743,7 @@ item_db: ( Id: 13917 AegisName: "Gogo_Box" Name: "Gogo Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86393,7 +84762,7 @@ item_db: ( Id: 13918 AegisName: "Drooping_W_Kitty_Box" Name: "Koneko Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5372,1; "> @@ -86404,7 +84773,7 @@ item_db: ( Id: 13919 AegisName: "L_Magestic_Goat_Box" Name: "Baphomet Horns Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5374,1; "> @@ -86415,7 +84784,7 @@ item_db: ( Id: 13920 AegisName: "Satanic_Chain_P_Box" Name: "Flying Evil Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5376,1; "> @@ -86426,7 +84795,7 @@ item_db: ( Id: 13921 AegisName: "Antique_Pipe_Box" Name: "Gentleman's Pipe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5377,1; "> @@ -86437,7 +84806,7 @@ item_db: ( Id: 13922 AegisName: "Rabbit_Ear_Hat_Box" Name: "Bunny Top Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5378,1; "> @@ -86448,7 +84817,7 @@ item_db: ( Id: 13923 AegisName: "Darkness_Helm_Box" Name: "Dark Randgris Helm Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5373,1; "> @@ -86459,7 +84828,7 @@ item_db: ( Id: 13924 AegisName: "L_Orc_Hero_Helm_Box" Name: "Orc Hero Headdress Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5375,1; "> @@ -86470,7 +84839,7 @@ item_db: ( Id: 13925 AegisName: "Lucky_Scroll08" Name: "... GoodLuck Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -86479,7 +84848,7 @@ item_db: ( Id: 13926 AegisName: "Crusader_Card_Box" Name: "Crusader Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86502,7 +84871,7 @@ item_db: ( Id: 13927 AegisName: "Alchemist_Card_Box" Name: "Alchemist Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86526,7 +84895,7 @@ item_db: ( Id: 13928 AegisName: "Rogue_Card_Box" Name: "Rogue Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86550,7 +84919,7 @@ item_db: ( Id: 13929 AegisName: "Bard_Dancer_Card_Box" Name: "Bard Dancer Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86574,7 +84943,7 @@ item_db: ( Id: 13930 AegisName: "Sage_Card_Box" Name: "Sage card box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86598,7 +84967,7 @@ item_db: ( Id: 13931 AegisName: "Monk_Card_Box" Name: "Monk Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86621,7 +84990,7 @@ item_db: ( Id: 13932 AegisName: "Sylph_Box" Name: "Sylph Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86639,7 +85008,7 @@ item_db: ( Id: 13933 AegisName: "Undine_Box" Name: "Undine Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86657,7 +85026,7 @@ item_db: ( Id: 13934 AegisName: "Salamander_Box" Name: "Salamander Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86675,7 +85044,7 @@ item_db: ( Id: 13935 AegisName: "Soul_Box" Name: "Soul Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86693,7 +85062,7 @@ item_db: ( Id: 13936 AegisName: "Noum_Bpx" Name: "Gnome Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86711,7 +85080,7 @@ item_db: ( Id: 13937 AegisName: "Robo_Eye_Box" Name: "Robo Eye Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86729,7 +85098,7 @@ item_db: ( Id: 13938 AegisName: "Twin_Ribbon_Box" Name: "Maiden's Twin Ribbon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86748,7 +85117,7 @@ item_db: ( Id: 13939 AegisName: "Diadem_Box" Name: "Diadem Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5313,1; "> @@ -86758,7 +85127,7 @@ item_db: ( Id: 13940 AegisName: "Siege_Tele_Scroll_Box" Name: "WoE Teleport Scroll 100 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86776,7 +85145,7 @@ item_db: ( Id: 13941 AegisName: "Valentine_Scroll_TW" Name: "Taiwan Valentine Scroll" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86793,7 +85162,7 @@ item_db: ( Id: 13942 AegisName: "Love_Angel_Box_1m" Name: "Love Angel Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86811,7 +85180,7 @@ item_db: ( Id: 13943 AegisName: "Squirrel_Box_1m" Name: "Squirrel Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86829,7 +85198,7 @@ item_db: ( Id: 13944 AegisName: "Gogo_Box_1m" Name: "Gogo Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86847,7 +85216,7 @@ item_db: ( Id: 13945 AegisName: "Br_SwordPackage" Name: "Brazil Swordsman Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86875,7 +85244,7 @@ item_db: ( Id: 13946 AegisName: "Br_MagePackage" Name: "Brazil Magician Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86902,7 +85271,7 @@ item_db: ( Id: 13947 AegisName: "Br_AcolPackage" Name: "Brazil Acolyte Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86929,7 +85298,7 @@ item_db: ( Id: 13948 AegisName: "Br_ArcherPackage" Name: "Brazil Archer package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86956,7 +85325,7 @@ item_db: ( Id: 13949 AegisName: "Br_MerPackage" Name: "Brazil Merchant Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -86983,7 +85352,7 @@ item_db: ( Id: 13950 AegisName: "Br_ThiefPackage" Name: "Brazil Thief Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87010,7 +85379,7 @@ item_db: ( Id: 13951 AegisName: "Wasteland_Outlaw_Box" Name: "Western Outlaw Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87028,7 +85397,7 @@ item_db: ( Id: 13952 AegisName: "Lever_Action_Rifle_Box" Name: "Lever Action Rifle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87046,7 +85415,7 @@ item_db: ( Id: 13953 AegisName: "All_In_One_Ring_Box" Name: "All In One Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87064,7 +85433,7 @@ item_db: ( Id: 13954 AegisName: "Spiritual_Tunic_Box" Name: "Spiritual Tunic Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87082,7 +85451,7 @@ item_db: ( Id: 13955 AegisName: "Recuperative_Armor_Box" Name: "Recuvative Armor Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87100,7 +85469,7 @@ item_db: ( Id: 13956 AegisName: "Shelter_Resistance_Box" Name: "Shell Of Resistance Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87118,7 +85487,7 @@ item_db: ( Id: 13957 AegisName: "Sylphid_Manteau_Box" Name: "Silf Manteau Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87136,7 +85505,7 @@ item_db: ( Id: 13958 AegisName: "Refresh_Shoes_Box" Name: "Refresh Shoes Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87154,7 +85523,7 @@ item_db: ( Id: 13959 AegisName: "Toast_Box" Name: "Crunch Toast Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87172,7 +85541,7 @@ item_db: ( Id: 13960 AegisName: "Name_Change_Coupon_Box" Name: "Identification Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87190,7 +85559,7 @@ item_db: ( Id: 13961 AegisName: "Mojji_Box" Name: "Mochi Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87208,7 +85577,7 @@ item_db: ( Id: 13962 AegisName: "Deprotai_Doll_Hat_Box" Name: "Defolty Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87226,7 +85595,7 @@ item_db: ( Id: 13963 AegisName: "Claris_Doll_Hat_Box" Name: "Glaris Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87244,7 +85613,7 @@ item_db: ( Id: 13964 AegisName: "Sorin_Doll_Hat_Box" Name: "Sorin Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87262,7 +85631,7 @@ item_db: ( Id: 13965 AegisName: "Tayelin_Doll_Hat_Box" Name: "Tailring Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87280,7 +85649,7 @@ item_db: ( Id: 13966 AegisName: "Binit_Doll_Hat_Box" Name: "Vinit Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87298,7 +85667,7 @@ item_db: ( Id: 13967 AegisName: "Debril_Doll_Hat_Box" Name: "W Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87317,7 +85686,7 @@ item_db: ( Id: 13968 AegisName: "Bubblegum_Lower_Box" Name: "Bubble Gum Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5394,86400; "> @@ -87328,7 +85697,7 @@ item_db: ( Id: 13969 AegisName: "Lucky_Clip_Box" Name: "Lucky Clip Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2742,86400; "> @@ -87338,7 +85707,7 @@ item_db: ( Id: 13970 AegisName: "Iron_10_Box" Name: "Iron Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87356,7 +85725,7 @@ item_db: ( Id: 13971 AegisName: "Steel_10_Box" Name: "Steel Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87374,7 +85743,7 @@ item_db: ( Id: 13972 AegisName: "Coal_10_Box" Name: "Coal Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87392,7 +85761,7 @@ item_db: ( Id: 13973 AegisName: "Poison_Bottle_30_Box" Name: "Poison Bottle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87410,7 +85779,7 @@ item_db: ( Id: 13974 AegisName: "TW_Scroll01" Name: "Fisherman Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -87427,7 +85796,7 @@ item_db: ( Id: 13975 AegisName: "Picture_Diary_Box" Name: "Diary Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87445,7 +85814,7 @@ item_db: ( Id: 13976 AegisName: "Mini_Heart_Box" Name: "Mini Heart Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87463,7 +85832,7 @@ item_db: ( Id: 13977 AegisName: "Newcomer_Box" Name: "Freshman Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87481,7 +85850,7 @@ item_db: ( Id: 13978 AegisName: "Kid_Box" Name: "Kid Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87499,7 +85868,7 @@ item_db: ( Id: 13979 AegisName: "Magic_Castle_Box" Name: "Magic Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87517,7 +85886,7 @@ item_db: ( Id: 13980 AegisName: "Bulging_Head_Box" Name: "JJangu Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87535,7 +85904,7 @@ item_db: ( Id: 13981 AegisName: "Picture_Diary_Box_1m" Name: "Diary Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87553,7 +85922,7 @@ item_db: ( Id: 13982 AegisName: "Mini_Heart_Box_1m" Name: "Mini Heart Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87571,7 +85940,7 @@ item_db: ( Id: 13983 AegisName: "Newcomer_Box_1m" Name: "Freshman Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87589,7 +85958,7 @@ item_db: ( Id: 13984 AegisName: "Kid_Box_1m" Name: "Kid Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87607,7 +85976,7 @@ item_db: ( Id: 13985 AegisName: "Magic_Castle_Box_1m" Name: "Magic Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87625,7 +85994,7 @@ item_db: ( Id: 13986 AegisName: "Bulging_Head_Box_1m" Name: "JJangu Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87643,7 +86012,7 @@ item_db: ( Id: 13987 AegisName: "Ori_Stone_5_Box" Name: "Rough Oridecon 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87661,7 +86030,7 @@ item_db: ( Id: 13988 AegisName: "Ori_Stone_50_Box" Name: "Rough Oridecon 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87679,7 +86048,7 @@ item_db: ( Id: 13989 AegisName: "Acidbomb_10_Box" Name: "Acid Bomb 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87700,7 +86069,7 @@ item_db: ( Id: 13990 AegisName: "Job_Manual50_Box" Name: "JOB Battle Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87718,7 +86087,7 @@ item_db: ( Id: 13991 AegisName: "Tiger_Mask_Box" Name: "Tiger Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87736,7 +86105,7 @@ item_db: ( Id: 13992 AegisName: "Cat_Hat_Box" Name: "Pussy Cat Bell Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87754,7 +86123,7 @@ item_db: ( Id: 13993 AegisName: "Alice_Doll_Box" Name: "Alice Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87772,7 +86141,7 @@ item_db: ( Id: 13994 AegisName: "Speed_Up_Potion_Box5" Name: "Speed Potion 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87790,7 +86159,7 @@ item_db: ( Id: 13995 AegisName: "Speed_Up_Potion_Box10" Name: "Speed Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87808,7 +86177,7 @@ item_db: ( Id: 13996 AegisName: "Big_Bun_Box100" Name: "Big Bun 100 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87826,7 +86195,7 @@ item_db: ( Id: 13997 AegisName: "Big_Bun_Box500" Name: "Big Bun 500 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87844,7 +86213,7 @@ item_db: ( Id: 13998 AegisName: "Giant_Fly_Wing_Box500" Name: "Giant Fly Wing 500 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87862,7 +86231,7 @@ item_db: ( Id: 13999 AegisName: "Pill__Box100" Name: "Pill 100 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87880,7 +86249,7 @@ item_db: ( Id: 14000 AegisName: "Pill__Box500" Name: "Pill 500 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87898,7 +86267,7 @@ item_db: ( Id: 14001 AegisName: "Basic_Siege_Supply_Box" Name: "Recruit Siege Supply Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87919,7 +86288,7 @@ item_db: ( Id: 14002 AegisName: "Adv_Siege_Supply_Box" Name: "Veteran Siege Supply Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87940,7 +86309,7 @@ item_db: ( Id: 14003 AegisName: "Elite_Siege_Supply_Box" Name: "Elite Siege Supply Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87961,7 +86330,7 @@ item_db: ( Id: 14004 AegisName: "Poison_Bottle_10_Box" Name: "Poison Bottle 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87979,7 +86348,7 @@ item_db: ( Id: 14005 AegisName: "Poison_Bottle_5_Box" Name: "Poison Bottle 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -87997,7 +86366,7 @@ item_db: ( Id: 14006 AegisName: "F_Drooping_W_Kitty_Box" Name: "Evolved Drooping Cat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88015,7 +86384,7 @@ item_db: ( Id: 14007 AegisName: "F_Rabbit_Ear_Hat_Box" Name: "Evolved Rabbits Headband Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88033,7 +86402,7 @@ item_db: ( Id: 14008 AegisName: "F_L_Orc_Hero_Helm_Box" Name: "Evolved Helmet Of Orc Hero Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88051,7 +86420,7 @@ item_db: ( Id: 14009 AegisName: "F_Love_Angel_Box" Name: "Love Angel Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88069,7 +86438,7 @@ item_db: ( Id: 14010 AegisName: "F_Squirrel_Box" Name: "Squillroll Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88087,7 +86456,7 @@ item_db: ( Id: 14011 AegisName: "F_Gogo_Box" Name: "Gogo Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88105,7 +86474,7 @@ item_db: ( Id: 14012 AegisName: "F_Love_Angel_Box_1m" Name: "Love Angel Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88123,7 +86492,7 @@ item_db: ( Id: 14013 AegisName: "F_Squirrel_Box_1m" Name: "Squillroll Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88141,7 +86510,7 @@ item_db: ( Id: 14014 AegisName: "F_Gogo_Box_1m" Name: "Gogo Magic Powder Box 30 Days" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88159,7 +86528,7 @@ item_db: ( Id: 14015 AegisName: "F_Wasteland_Outlaw_Box" Name: "Western Outlaw Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88177,7 +86546,7 @@ item_db: ( Id: 14016 AegisName: "F_Lever_Action_Rifle_Box" Name: "Lever Action Rifle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88195,7 +86564,7 @@ item_db: ( Id: 14017 AegisName: "F_All_In_One_Ring_Box" Name: "All In One Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88213,7 +86582,7 @@ item_db: ( Id: 14018 AegisName: "F_Spritual_Tunic_Box" Name: "Spiritual Tunic Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88231,7 +86600,7 @@ item_db: ( Id: 14019 AegisName: "F_Recuperative_Box" Name: "Recuvative Armor Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88249,7 +86618,7 @@ item_db: ( Id: 14020 AegisName: "F_Shelter_Resist_Box" Name: "Shell Of Resistance Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88267,7 +86636,7 @@ item_db: ( Id: 14021 AegisName: "F_Sylphid_Manteau_Box" Name: "Silf Manteau Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88285,7 +86654,7 @@ item_db: ( Id: 14022 AegisName: "F_Refresh_Shoes_Box" Name: "Refresh Shoes Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88303,7 +86672,7 @@ item_db: ( Id: 14023 AegisName: "F_Toast_Box" Name: "Crunch Toast Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88321,7 +86690,7 @@ item_db: ( Id: 14024 AegisName: "F_Robo_Eye_Box" Name: "Robo Eye Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88339,7 +86708,7 @@ item_db: ( Id: 14025 AegisName: "F_Twin_Ribbon_Box" Name: "Maiden's Twin Ribbon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88358,7 +86727,7 @@ item_db: ( Id: 14026 AegisName: "F_Diadem_Box" Name: "Diadem Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 5313,1; "> @@ -88368,7 +86737,7 @@ item_db: ( Id: 14027 AegisName: "F_Fish_Head_Hat_Box" Name: "Fish Head Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88386,7 +86755,7 @@ item_db: ( Id: 14028 AegisName: "F_Santa_Poring_Hat_Box" Name: "SantaPoring Cap Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88404,7 +86773,7 @@ item_db: ( Id: 14029 AegisName: "F_Bell_Ribbon_Box" Name: "Bell Ribbon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88422,7 +86791,7 @@ item_db: ( Id: 14030 AegisName: "F_Mimic_Scroll_Box5" Name: "Mimic Summoning 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88440,7 +86809,7 @@ item_db: ( Id: 14031 AegisName: "F_Disguise_Scroll_Box5" Name: "Disguise Summoning 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88458,7 +86827,7 @@ item_db: ( Id: 14032 AegisName: "F_Alice_Scroll_Box5" Name: "Alice Summoning 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88476,7 +86845,7 @@ item_db: ( Id: 14033 AegisName: "F_Mimic_Scroll_Box10" Name: "Mimic Summoning 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88494,7 +86863,7 @@ item_db: ( Id: 14034 AegisName: "F_Disguise_Scroll_Box10" Name: "Disguise Summoning 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88512,7 +86881,7 @@ item_db: ( Id: 14035 AegisName: "F_Alice_Scroll_Box10" Name: "Alice Summoning 10 Box)" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88530,7 +86899,7 @@ item_db: ( Id: 14036 AegisName: "F_New_Style_Coupon_Box" Name: "New Style Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88548,7 +86917,7 @@ item_db: ( Id: 14037 AegisName: "F_Repair_Scroll_Box" Name: "Repair Weapon Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88572,7 +86941,7 @@ item_db: ( Id: 14038 AegisName: "F_Repair_Scroll_Box10" Name: "Repair Weapon Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88597,7 +86966,7 @@ item_db: ( Id: 14039 AegisName: "F_Hockey_Mask_Box" Name: "Hockey Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5314,604800; "> @@ -88608,7 +86977,7 @@ item_db: ( Id: 14040 AegisName: "F_Observer_Box" Name: "Observer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 5315,604800; "> @@ -88618,7 +86987,7 @@ item_db: ( Id: 14041 AegisName: "F_WOB_Rune_Box5" Name: "Yellow Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88636,7 +87005,7 @@ item_db: ( Id: 14042 AegisName: "F_WOB_Rune_Box10" Name: "Yellow Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88654,7 +87023,7 @@ item_db: ( Id: 14043 AegisName: "F_WOB_Schwaltz_Box5" Name: "Green Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88672,7 +87041,7 @@ item_db: ( Id: 14044 AegisName: "F_WOB_Schwaltz_Box10" Name: "Green Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88690,7 +87059,7 @@ item_db: ( Id: 14045 AegisName: "F_WOB_Rachel_Box5" Name: "Red Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88708,7 +87077,7 @@ item_db: ( Id: 14046 AegisName: "F_WOB_Rachel_Box10" Name: "Red Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88726,7 +87095,7 @@ item_db: ( Id: 14047 AegisName: "F_WOB_Local_Box5" Name: "Blue Butterfly Wing 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88744,7 +87113,7 @@ item_db: ( Id: 14048 AegisName: "F_WOB_Local_Box10" Name: "Blue Butterfly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88762,7 +87131,7 @@ item_db: ( Id: 14049 AegisName: "F_Spark_Candy_Box5" Name: "Candy 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88780,7 +87149,7 @@ item_db: ( Id: 14050 AegisName: "F_Spark_Candy_Box10" Name: "Candy 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88798,7 +87167,7 @@ item_db: ( Id: 14051 AegisName: "F_Dun_Tel_Scroll2_Box5" Name: "Dungeon Teleport Scroll II 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88816,7 +87185,7 @@ item_db: ( Id: 14052 AegisName: "F_Dun_Tel_Scroll2_Box10" Name: "Dungeon Teleport Scroll II 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88834,7 +87203,7 @@ item_db: ( Id: 14053 AegisName: "F_Little_Angel_Doll_Box" Name: "Little Angel Doll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88852,7 +87221,7 @@ item_db: ( Id: 14054 AegisName: "F_Triple_Poring_Hat_Box" Name: "Poring 3 Hats Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88870,7 +87239,7 @@ item_db: ( Id: 14055 AegisName: "F_Nagan_Box" Name: "Refined Nagan Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88888,7 +87257,7 @@ item_db: ( Id: 14056 AegisName: "F_Skewer_Box" Name: "Refined Brocca Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88906,7 +87275,7 @@ item_db: ( Id: 14057 AegisName: "F_Survival_Rod_Box" Name: "Refined Survivor's Rod Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88924,7 +87293,7 @@ item_db: ( Id: 14058 AegisName: "F_Quadrille_Box" Name: "Refined Quadrille Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88942,7 +87311,7 @@ item_db: ( Id: 14059 AegisName: "F_Great_Axe_Box" Name: "Refined Great Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88960,7 +87329,7 @@ item_db: ( Id: 14060 AegisName: "F_Bloody_Roar_Box" Name: "Refined Bloody Roar Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88978,7 +87347,7 @@ item_db: ( Id: 14061 AegisName: "F_Hardback_Box" Name: "Refined Hardcover Book Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -88996,7 +87365,7 @@ item_db: ( Id: 14062 AegisName: "F_Fire_Brand_Box" Name: "Refined Fireblend Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89014,7 +87383,7 @@ item_db: ( Id: 14063 AegisName: "F_Immaterial_Sword_Box" Name: "Refined Immaterial Sword Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89032,7 +87401,7 @@ item_db: ( Id: 14064 AegisName: "F_Unholy_Touch_Box" Name: "Refined Unholy Touch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89050,7 +87419,7 @@ item_db: ( Id: 14065 AegisName: "F_Clack_Of_Servival_Box" Name: "Refined Survivor's Manteau Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89068,7 +87437,7 @@ item_db: ( Id: 14066 AegisName: "F_Masquerade_Box" Name: "Refined Masquerade Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89086,7 +87455,7 @@ item_db: ( Id: 14067 AegisName: "F_Orc_Hero_Helm_Box" Name: "Refined Helmet of Orc Hero Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89104,7 +87473,7 @@ item_db: ( Id: 14068 AegisName: "F_Ear_Of_Devil_Wing_Box" Name: "Refined Wing of Diablo Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89122,7 +87491,7 @@ item_db: ( Id: 14069 AegisName: "F_Dark_Blindfold_Box" Name: "Refined Dark Blinder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89140,7 +87509,7 @@ item_db: ( Id: 14070 AegisName: "F_K_Drooping_Kitty_Box" Name: "Refined Drooping Cat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89158,7 +87527,7 @@ item_db: ( Id: 14071 AegisName: "F_Corsair_Box" Name: "Refined Corsair Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89176,7 +87545,7 @@ item_db: ( Id: 14072 AegisName: "F_Bloody_Iron_Ball_Box" Name: "Refined Bloodied Shackle Ball Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89194,7 +87563,7 @@ item_db: ( Id: 14073 AegisName: "F_Spiritual_Ring_Box" Name: "Refined Spiritual Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89212,7 +87581,7 @@ item_db: ( Id: 14074 AegisName: "F_G_O_I_Box5" Name: "Wine Glass of Illusion 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89230,7 +87599,7 @@ item_db: ( Id: 14075 AegisName: "F_G_O_I_Box10" Name: "Glass Of Illusion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89248,7 +87617,7 @@ item_db: ( Id: 14076 AegisName: "F_Shadow_Armor_S_Box5" Name: "Scroll of Shadow Armor 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89266,7 +87635,7 @@ item_db: ( Id: 14077 AegisName: "F_Shadow_Armor_S_Box10" Name: "Scroll of Shadow Armor 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89284,7 +87653,7 @@ item_db: ( Id: 14078 AegisName: "F_Shadow_Armor_S_Box30" Name: "Scroll of Shadow Armor 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89302,7 +87671,7 @@ item_db: ( Id: 14079 AegisName: "F_Holy_Armor_S_Box5" Name: "Scroll of Holy Armor 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89320,7 +87689,7 @@ item_db: ( Id: 14080 AegisName: "F_Holy_Armor_S_Box10" Name: "Scroll of Holy Armor 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89338,7 +87707,7 @@ item_db: ( Id: 14081 AegisName: "F_Holy_Armor_S_Box30" Name: "Scroll of Holy Armor 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89356,7 +87725,7 @@ item_db: ( Id: 14082 AegisName: "FS_Def_Potion_Box10" Name: "Small Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89374,7 +87743,7 @@ item_db: ( Id: 14083 AegisName: "FS_Def_Potion_Box30" Name: "Small Physical Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89392,7 +87761,7 @@ item_db: ( Id: 14084 AegisName: "FS_Def_Potion_Box50" Name: "Small Physical Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89410,7 +87779,7 @@ item_db: ( Id: 14085 AegisName: "FB_Def_Potion_Box10" Name: "Big Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89428,7 +87797,7 @@ item_db: ( Id: 14086 AegisName: "FB_Def_Potion_Box30" Name: "Large Physical Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89446,7 +87815,7 @@ item_db: ( Id: 14087 AegisName: "FB_Def_Potion_Box50" Name: "Large Physical Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89464,7 +87833,7 @@ item_db: ( Id: 14088 AegisName: "FS_Mdef_Potion_Box10" Name: "Small Magic Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89482,7 +87851,7 @@ item_db: ( Id: 14089 AegisName: "FS_Mdef_Potion_Box30" Name: "Small Magical Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89500,7 +87869,7 @@ item_db: ( Id: 14090 AegisName: "FS_Mdef_Potion_Box50" Name: "Small Magical Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89518,7 +87887,7 @@ item_db: ( Id: 14091 AegisName: "FB_Mdef_Potion_Box10" Name: "Big Magic Defense Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89536,7 +87905,7 @@ item_db: ( Id: 14092 AegisName: "FB_Mdef_Potion_Box30" Name: "Large Magical Defense Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89554,7 +87923,7 @@ item_db: ( Id: 14093 AegisName: "FB_Mdef_Potion_Box50" Name: "Large Magical Defense Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89572,7 +87941,7 @@ item_db: ( Id: 14094 AegisName: "F_Flying_Angel_Box" Name: "Flying Angel Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89590,7 +87959,7 @@ item_db: ( Id: 14095 AegisName: "F_Cat_Hat_Box" Name: "Neko Mimi Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89608,7 +87977,7 @@ item_db: ( Id: 14096 AegisName: "F_M_F_H_Box" Name: "Moonlight Flower Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89626,7 +87995,7 @@ item_db: ( Id: 14097 AegisName: "F_Chick_Hat_Box" Name: "Baby Chick Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89644,7 +88013,7 @@ item_db: ( Id: 14098 AegisName: "F_Pecopeco_Hairband_Box" Name: "Peco Peco Hairband Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -89662,7 +88031,7 @@ item_db: ( Id: 14099 AegisName: "F_Red_Glasses_Box" Name: "Red Glasses Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -89680,7 +88049,7 @@ item_db: ( Id: 14100 AegisName: "F_Whisper_Mask_Box" Name: "Whisper Mask Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -89698,7 +88067,7 @@ item_db: ( Id: 14101 AegisName: "F_Ramen_Hat_Box" Name: "Ramen Hat Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -89716,7 +88085,7 @@ item_db: ( Id: 14102 AegisName: "F_Dun_Tele_Scroll1_Box" Name: "Dungeon Teleport Scroll 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89734,7 +88103,7 @@ item_db: ( Id: 14103 AegisName: "F_Max_Weight_Up_Box" Name: "Gym Membership Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89752,7 +88121,7 @@ item_db: ( Id: 14104 AegisName: "F_S_Life_Potion_Box" Name: "Small Life Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89770,7 +88139,7 @@ item_db: ( Id: 14105 AegisName: "F_S_Life_Potion_Box30" Name: "Small Life Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89788,7 +88157,7 @@ item_db: ( Id: 14106 AegisName: "F_S_Life_Potion_Box50" Name: "Small Life Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89806,7 +88175,7 @@ item_db: ( Id: 14107 AegisName: "F_M_Life_Potion_Box" Name: "Medium Life Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89824,7 +88193,7 @@ item_db: ( Id: 14108 AegisName: "F_M_Life_Potion_Box30" Name: "Medium Life Potion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89842,7 +88211,7 @@ item_db: ( Id: 14109 AegisName: "F_M_Life_Potion_Box50" Name: "Medium Life Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89860,7 +88229,7 @@ item_db: ( Id: 14110 AegisName: "F_Abrasive_Box5" Name: "Abrasive 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89878,7 +88247,7 @@ item_db: ( Id: 14111 AegisName: "F_Abrasive_Box10" Name: "Abrasive 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89896,7 +88265,7 @@ item_db: ( Id: 14112 AegisName: "F_Regeneration_Box5" Name: "Regeneration Potion 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89914,7 +88283,7 @@ item_db: ( Id: 14113 AegisName: "F_Regeneration_Box10" Name: "Regeneration Potion 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89932,7 +88301,7 @@ item_db: ( Id: 14114 AegisName: "F_Dun_Tele_Scroll_Box10" Name: "Dungeon Teleport Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89950,7 +88319,7 @@ item_db: ( Id: 14115 AegisName: "F_Infiltrator_Box" Name: "Refined Infiltrator Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89968,7 +88337,7 @@ item_db: ( Id: 14116 AegisName: "F_Muramasa_Box" Name: "Refined Muramasa Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -89986,7 +88355,7 @@ item_db: ( Id: 14117 AegisName: "F_Excalibur_Box" Name: "Refined Excalibur Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90004,7 +88373,7 @@ item_db: ( Id: 14118 AegisName: "F_Combat_Knife_Box" Name: "Combat Knife Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90022,7 +88391,7 @@ item_db: ( Id: 14119 AegisName: "F_Counter_Dagger_Box" Name: "Counter Dagger Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90040,7 +88409,7 @@ item_db: ( Id: 14120 AegisName: "F_Kaiser_Knuckle_Box" Name: "Refined Kaiser Knuckle Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90058,7 +88427,7 @@ item_db: ( Id: 14121 AegisName: "F_Mighty_Staff_Box" Name: "Refined Mighty Staff Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90076,7 +88445,7 @@ item_db: ( Id: 14122 AegisName: "F_Right_Epsilon_Box" Name: "Light Epsilon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90094,7 +88463,7 @@ item_db: ( Id: 14123 AegisName: "F_Balistar_Box" Name: "Refined Ballista Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90112,7 +88481,7 @@ item_db: ( Id: 14124 AegisName: "F_Diary_Of_Great_Sage" Name: "Sage's Diary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90130,7 +88499,7 @@ item_db: ( Id: 14125 AegisName: "F_Asura_Box" Name: "Asura Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90148,7 +88517,7 @@ item_db: ( Id: 14126 AegisName: "F_Apple_Of_Archer_Box" Name: "Apple of Archer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90166,7 +88535,7 @@ item_db: ( Id: 14127 AegisName: "F_Bunny_Band_Box" Name: "Bunny Band Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90184,7 +88553,7 @@ item_db: ( Id: 14128 AegisName: "F_Sahkkat_Box" Name: "Refined Sakkat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90202,7 +88571,7 @@ item_db: ( Id: 14129 AegisName: "F_Lord_Circlet_Box" Name: "Refined Grand Circlet Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90220,7 +88589,7 @@ item_db: ( Id: 14130 AegisName: "F_Elven_Ears_Box" Name: "Elven Ears Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90238,7 +88607,7 @@ item_db: ( Id: 14131 AegisName: "F_Steel_Flower_Box" Name: "Steel Flower Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90256,7 +88625,7 @@ item_db: ( Id: 14132 AegisName: "F_Critical_Ring_Box" Name: "Critical Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90274,7 +88643,7 @@ item_db: ( Id: 14133 AegisName: "F_Earring_Box" Name: "Earring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90292,7 +88661,7 @@ item_db: ( Id: 14134 AegisName: "F_Ring_Box" Name: "Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90310,7 +88679,7 @@ item_db: ( Id: 14135 AegisName: "F_Necklace_Box" Name: "Necklace Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90328,7 +88697,7 @@ item_db: ( Id: 14136 AegisName: "F_Glove_Box" Name: "Glove Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90346,7 +88715,7 @@ item_db: ( Id: 14137 AegisName: "F_Brooch_Box" Name: "Brooch Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90364,7 +88733,7 @@ item_db: ( Id: 14138 AegisName: "F_Rosary_Box" Name: "Rosary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90382,7 +88751,7 @@ item_db: ( Id: 14139 AegisName: "F_Safety_Ring_Box" Name: "Safety Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90400,7 +88769,7 @@ item_db: ( Id: 14140 AegisName: "F_Vesper_Core_Box01" Name: "Refined Vesper Core 01 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90418,7 +88787,7 @@ item_db: ( Id: 14141 AegisName: "F_Vesper_Core_Box02" Name: "Refined Vesper Core 02 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90436,7 +88805,7 @@ item_db: ( Id: 14142 AegisName: "F_Vesper_Core_Box03" Name: "Refined Vesper Core 03 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90454,7 +88823,7 @@ item_db: ( Id: 14143 AegisName: "F_Vesper_Core_Box04" Name: "Refined Vesper Core 04 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90472,7 +88841,7 @@ item_db: ( Id: 14144 AegisName: "F_Vigorgra_Package1" Name: "Vigorgra Box1" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90498,7 +88867,7 @@ item_db: ( Id: 14145 AegisName: "F_Vigorgra_Package2" Name: "Vigorgra Box2" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90524,7 +88893,7 @@ item_db: ( Id: 14146 AegisName: "F_Vigorgra_Package3" Name: "Vigorgra Box3" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90550,7 +88919,7 @@ item_db: ( Id: 14147 AegisName: "F_Vigorgra_Package4" Name: "Vigorgra Box4" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90576,7 +88945,7 @@ item_db: ( Id: 14148 AegisName: "F_Vigorgra_Package5" Name: "Vigorgra Box5" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90602,7 +88971,7 @@ item_db: ( Id: 14149 AegisName: "F_Vigorgra_Package6" Name: "Vigorgra Box6" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90628,7 +88997,7 @@ item_db: ( Id: 14150 AegisName: "F_Vigorgra_Package7" Name: "Vigorgra Box7" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90654,7 +89023,7 @@ item_db: ( Id: 14151 AegisName: "F_Vigorgra_Package8" Name: "Vigorgra Box8" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90680,7 +89049,7 @@ item_db: ( Id: 14152 AegisName: "F_Vigorgra_Package9" Name: "Start your Journey Pack" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90706,7 +89075,7 @@ item_db: ( Id: 14153 AegisName: "F_Vigorgra_Package10" Name: "Siege Mode Pack" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90732,7 +89101,7 @@ item_db: ( Id: 14154 AegisName: "F_Vigorgra_Package11" Name: "1 Hour Survival Pack" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90758,7 +89127,7 @@ item_db: ( Id: 14155 AegisName: "F_Vigorgra_Package12" Name: "Weekend Hunting Pack" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90784,7 +89153,7 @@ item_db: ( Id: 14156 AegisName: "F_Battle_Manual_Box" Name: "Battle Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90802,7 +89171,7 @@ item_db: ( Id: 14157 AegisName: "F_Insurance_Package" Name: "Insurance Package" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90820,7 +89189,7 @@ item_db: ( Id: 14158 AegisName: "F_Bubble_Gum_Box" Name: "Bubble Gum Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90838,7 +89207,7 @@ item_db: ( Id: 14159 AegisName: "F_Str_Dish_Box" Name: "Steamed Tongue Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90856,7 +89225,7 @@ item_db: ( Id: 14160 AegisName: "F_Agi_Dish_Box" Name: "Steamed Scorpion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90874,7 +89243,7 @@ item_db: ( Id: 14161 AegisName: "F_Int_Dish_Box" Name: "Dragon Breath Cocktail Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90892,7 +89261,7 @@ item_db: ( Id: 14162 AegisName: "F_Dex_Dish_Box" Name: "Hwergelmir's Tonic Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90910,7 +89279,7 @@ item_db: ( Id: 14163 AegisName: "F_Luk_Dish_Box" Name: "Nine Tail Dish Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90928,7 +89297,7 @@ item_db: ( Id: 14164 AegisName: "F_Vit_Dish_Box" Name: "Stew Of Immortality Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90946,7 +89315,7 @@ item_db: ( Id: 14165 AegisName: "F_Kafra_Card_Box" Name: "Kafra Card Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90964,7 +89333,7 @@ item_db: ( Id: 14166 AegisName: "F_Giant_Fly_Wing_Box" Name: "Giant Fly Wing Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -90982,7 +89351,7 @@ item_db: ( Id: 14167 AegisName: "F_Neuralizer_Box" Name: "Neuralizer Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91000,7 +89369,7 @@ item_db: ( Id: 14168 AegisName: "F_Convex_Mirror_Box" Name: "Convex Mirror Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91018,7 +89387,7 @@ item_db: ( Id: 14169 AegisName: "F_Blessing_10_Scroll_Box" Name: "Blessing 10 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91036,7 +89405,7 @@ item_db: ( Id: 14170 AegisName: "F_Inc_Agi_10_Scroll_Box" Name: "Increase AGI 10 scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91054,7 +89423,7 @@ item_db: ( Id: 14171 AegisName: "F_Aspersio_5_Scroll_Box" Name: "Aspersio 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91075,7 +89444,7 @@ item_db: ( Id: 14172 AegisName: "F_Assumptio_5_Scroll_Box" Name: "Assumptio 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91093,7 +89462,7 @@ item_db: ( Id: 14173 AegisName: "F_Wind_Walk_10_Scroll_Box" Name: "Wind Walk 10 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91111,7 +89480,7 @@ item_db: ( Id: 14174 AegisName: "F_Adrenaline_Scroll_Box" Name: "Adrenaline 5 Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91129,7 +89498,7 @@ item_db: ( Id: 14175 AegisName: "F_Megaphone_Box" Name: "Megaphone 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91147,7 +89516,7 @@ item_db: ( Id: 14176 AegisName: "F_Enriched_Elunium_Box" Name: "Enriched Elunium Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91165,7 +89534,7 @@ item_db: ( Id: 14177 AegisName: "F_Enriched_Oridecon_Box" Name: "Enriched Oridecon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91183,7 +89552,7 @@ item_db: ( Id: 14178 AegisName: "F_Token_Of_Siegfried_Box" Name: "Token of Siegfried Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91201,7 +89570,7 @@ item_db: ( Id: 14179 AegisName: "F_Giant_Fly_Wing_Box50" Name: "Giant Fly Wing 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91219,7 +89588,7 @@ item_db: ( Id: 14180 AegisName: "F_Giant_Fly_Wing_Box100" Name: "Giant Fly Wing 100 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91237,7 +89606,7 @@ item_db: ( Id: 14181 AegisName: "F_Dex_Dish_Box30" Name: "Hwergelmir's Tonic 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91255,7 +89624,7 @@ item_db: ( Id: 14182 AegisName: "F_Dex_Dish_Box50" Name: "Hwergelmir's Tonic 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91273,7 +89642,7 @@ item_db: ( Id: 14183 AegisName: "F_Luk_Dish_Box30" Name: "Nine Tail Dish 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91291,7 +89660,7 @@ item_db: ( Id: 14184 AegisName: "F_Luk_Dish_Box50" Name: "Nine Tail Dish 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91309,7 +89678,7 @@ item_db: ( Id: 14185 AegisName: "F_Inc_Agi_10_Box30" Name: "Increase Agility Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91327,7 +89696,7 @@ item_db: ( Id: 14186 AegisName: "F_Inc_Agi_10_Box50" Name: "Increase Agility Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91345,7 +89714,7 @@ item_db: ( Id: 14187 AegisName: "F_Vit_Dish_Box30" Name: "Stew of Immortality 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91363,7 +89732,7 @@ item_db: ( Id: 14188 AegisName: "F_Vit_Dish_Box50" Name: "Stew of Immortality 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91381,7 +89750,7 @@ item_db: ( Id: 14189 AegisName: "F_Insurance_Package30" Name: "Life Insurrance 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91399,7 +89768,7 @@ item_db: ( Id: 14190 AegisName: "F_Insurance_Package50" Name: "Life Insurrance 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91417,7 +89786,7 @@ item_db: ( Id: 14191 AegisName: "F_Convex_Mirror_Box5" Name: "Convex Mirror 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91435,7 +89804,7 @@ item_db: ( Id: 14192 AegisName: "F_Convex_Mirror_Box30" Name: "Convex Mirror 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91453,7 +89822,7 @@ item_db: ( Id: 14193 AegisName: "F_Blessing10_Box30" Name: "Blessing Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91471,7 +89840,7 @@ item_db: ( Id: 14194 AegisName: "F_Blessing10_Box50" Name: "Lv10 Blessing Scroll Box 50" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91489,7 +89858,7 @@ item_db: ( Id: 14195 AegisName: "F_Adrenaline10_Box30" Name: "Adrenaline Rush Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91507,7 +89876,7 @@ item_db: ( Id: 14196 AegisName: "F_Adrenaline10_Box50" Name: "Adrenaline Rush Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91525,7 +89894,7 @@ item_db: ( Id: 14197 AegisName: "F_Assumptio_5_Box30" Name: "Assumptio Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91543,7 +89912,7 @@ item_db: ( Id: 14198 AegisName: "F_Assumptio_5_Box50" Name: "Lv5 Assumptio Scroll Box 50" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91561,7 +89930,7 @@ item_db: ( Id: 14199 AegisName: "F_Aspersio_5_Box30" Name: "Aspersio Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91582,7 +89951,7 @@ item_db: ( Id: 14200 AegisName: "F_Aspersio_5_Box50" Name: "Aspersio Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91603,7 +89972,7 @@ item_db: ( Id: 14201 AegisName: "F_Agi_Dish_Box30" Name: "Steamed Scorpion 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91621,7 +89990,7 @@ item_db: ( Id: 14202 AegisName: "F_Agi_Dish_Box50" Name: "Steamed Scorpion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91639,7 +90008,7 @@ item_db: ( Id: 14203 AegisName: "F_Wind_Walk10_Box30" Name: "Wind Walk Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91657,7 +90026,7 @@ item_db: ( Id: 14204 AegisName: "F_Wind_Walk10_Box50" Name: "Wind Walk Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91675,7 +90044,7 @@ item_db: ( Id: 14205 AegisName: "F_Int_Dish_Box30" Name: "Dragon Breath Cocktail 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91693,7 +90062,7 @@ item_db: ( Id: 14206 AegisName: "F_Int_Dish_Box50" Name: "Dragon Breath Cocktail 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91711,7 +90080,7 @@ item_db: ( Id: 14207 AegisName: "F_Battle_Manual_Box1" Name: "Field Manual Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91729,7 +90098,7 @@ item_db: ( Id: 14208 AegisName: "F_Battle_Manual_Box5" Name: "Battle Manual 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91747,7 +90116,7 @@ item_db: ( Id: 14209 AegisName: "F_Siegfried_Box5" Name: "Token of Siegfried 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91765,7 +90134,7 @@ item_db: ( Id: 14210 AegisName: "F_Siegfried_Box20" Name: "Token of Siegfried 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91783,7 +90152,7 @@ item_db: ( Id: 14211 AegisName: "F_Kafra_Card_Box30" Name: "Kafra Card 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91801,7 +90170,7 @@ item_db: ( Id: 14212 AegisName: "F_Kafra_Card_Box50" Name: "Kafra Card 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91819,7 +90188,7 @@ item_db: ( Id: 14213 AegisName: "F_Str_Dish_Box30" Name: "Steamed Tongue 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91837,7 +90206,7 @@ item_db: ( Id: 14214 AegisName: "F_Str_Dish_Box50" Name: "Steamed Tongue 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91855,7 +90224,7 @@ item_db: ( Id: 14215 AegisName: "F_Bubble_Gum_Box1" Name: "Bubble Gum Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91873,7 +90242,7 @@ item_db: ( Id: 14216 AegisName: "F_Bubble_Gum_Box5" Name: "Bubble Gum 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91891,7 +90260,7 @@ item_db: ( Id: 14217 AegisName: "F_Megaphone_Box1" Name: "Megaphone Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91909,7 +90278,7 @@ item_db: ( Id: 14218 AegisName: "F_Megaphone_Box5" Name: "Megaphone 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91927,7 +90296,7 @@ item_db: ( Id: 14219 AegisName: "F_Enriched_Elunium_Box5" Name: "Enriched Elunium 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91945,7 +90314,7 @@ item_db: ( Id: 14220 AegisName: "FEnriched_Oridecon_Box5" Name: "Enriched Oridecon 5 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91963,7 +90332,7 @@ item_db: ( Id: 14221 AegisName: "MP_Scroll_Box" Name: "Mystical Amplification Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91981,7 +90350,7 @@ item_db: ( Id: 14222 AegisName: "MP_Scroll_Box30" Name: "Mystical Amplification Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -91999,7 +90368,7 @@ item_db: ( Id: 14223 AegisName: "MP_Scroll_Box50" Name: "Mystical Amplification Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92017,7 +90386,7 @@ item_db: ( Id: 14224 AegisName: "Quagmire_Scroll_Box" Name: "Quagmire Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92035,7 +90404,7 @@ item_db: ( Id: 14225 AegisName: "Quagmire_Scroll_Box30" Name: "Quagmire Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92053,7 +90422,7 @@ item_db: ( Id: 14226 AegisName: "Quagmire_Scroll_Box50" Name: "Quagmire Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92071,7 +90440,7 @@ item_db: ( Id: 14227 AegisName: "Healing_Staff_Box" Name: "Healing Staff Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92090,7 +90459,7 @@ item_db: ( Id: 14228 AegisName: "Praxinus_Box" Name: "Praccsinos Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 2752,604800; "> @@ -92101,7 +90470,7 @@ item_db: ( Id: 14229 AegisName: "Sakura_Scroll" Name: "Cherry Blossom Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 }, @@ -92111,7 +90480,7 @@ item_db: ( Id: 14230 AegisName: "Headphone_Box" Name: "Note Headphones Box" - Type: 18 + Type: "IT_CASH" Weight: 10 Script: <" getitem 5151,1; "> }, @@ -92121,7 +90490,7 @@ item_db: ( Id: 14231 AegisName: "Novice_Box" Name: "Novice Breastplate Boxes" - Type: 18 + Type: "IT_CASH" Weight: 10 }, */ @@ -92129,7 +90498,7 @@ item_db: ( Id: 14232 AegisName: "Yggdrasilberry_Box_" Name: "Yggdrasil Berry 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 607,10; "> @@ -92138,7 +90507,7 @@ item_db: ( Id: 14233 AegisName: "Dead_Tree_Branch_Box1" Name: "Dead Branch 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 604,10; "> @@ -92147,7 +90516,7 @@ item_db: ( Id: 14234 AegisName: "Dead_Tree_Branch_Box2" Name: "Dead Branch 25 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92161,7 +90530,7 @@ item_db: ( Id: 14235 AegisName: "Field_Manual_Box_2" Name: "Field Manual 2 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12208,2; "> @@ -92170,7 +90539,7 @@ item_db: ( Id: 14236 AegisName: "Str_Dish_Box60" Name: "Steamed Tongue 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12202,20; "> @@ -92179,7 +90548,7 @@ item_db: ( Id: 14237 AegisName: "Agi_Dish_Box60" Name: "Steamed Desert Scorpions Box(20)" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12203,20; "> @@ -92188,7 +90557,7 @@ item_db: ( Id: 14238 AegisName: "Int_Dish_Box60" Name: "Immortal Stew 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12207,20; "> @@ -92197,7 +90566,7 @@ item_db: ( Id: 14239 AegisName: "Dex_Dish_Box60" Name: "Dragon Breath Cocktail 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12204,20; "> @@ -92206,7 +90575,7 @@ item_db: ( Id: 14240 AegisName: "Luk_Dish_Box60" Name: "Hwergelmir's Tonic 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12205,20; "> @@ -92215,7 +90584,7 @@ item_db: ( Id: 14241 AegisName: "Vit_Dish_Box60" Name: "Nine Tail Dish 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 12206,20; "> @@ -92224,7 +90593,7 @@ item_db: ( Id: 14242 AegisName: "Beholder_Ring_Box" Name: "Beholder Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92238,7 +90607,7 @@ item_db: ( Id: 14243 AegisName: "Hallow_Ring_Box" Name: "Hallow Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92252,7 +90621,7 @@ item_db: ( Id: 14244 AegisName: "Clamorous_Ring_Box" Name: "Clamorous Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92266,7 +90635,7 @@ item_db: ( Id: 14245 AegisName: "Chemical_Ring_Box" Name: "Chemical Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92280,7 +90649,7 @@ item_db: ( Id: 14246 AegisName: "Insecticide_Ring_Box" Name: "Insecticide Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92294,7 +90663,7 @@ item_db: ( Id: 14247 AegisName: "Fisher_Ring_Box" Name: "Fisher Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92308,7 +90677,7 @@ item_db: ( Id: 14248 AegisName: "Decussate_Ring_Box" Name: "Decussate Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92322,7 +90691,7 @@ item_db: ( Id: 14249 AegisName: "Bloody_Ring_Box" Name: "Bloody Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92336,7 +90705,7 @@ item_db: ( Id: 14250 AegisName: "Satanic_Ring_Box" Name: "Satanic Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92350,7 +90719,7 @@ item_db: ( Id: 14251 AegisName: "Dragoon_Ring_Box" Name: "Dragon Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92364,7 +90733,7 @@ item_db: ( Id: 14252 AegisName: "Beholder_Ring_Box2" Name: "Beholder Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92378,7 +90747,7 @@ item_db: ( Id: 14253 AegisName: "Hallow_Ring_Box2" Name: "Hallow Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92392,7 +90761,7 @@ item_db: ( Id: 14254 AegisName: "Clamorous_Ring_Box2" Name: "Clamorous Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92406,7 +90775,7 @@ item_db: ( Id: 14255 AegisName: "Chemical_Ring_Box2" Name: "Chemical Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92420,7 +90789,7 @@ item_db: ( Id: 14256 AegisName: "Insecticide_Ring_Box2" Name: "Insecticide Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92434,7 +90803,7 @@ item_db: ( Id: 14257 AegisName: "Fisher_Ring_Box2" Name: "Fisher Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92448,7 +90817,7 @@ item_db: ( Id: 14258 AegisName: "Decussate_Ring_Box2" Name: "Decussate Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92462,7 +90831,7 @@ item_db: ( Id: 14259 AegisName: "Bloody_Ring_Box2" Name: "Bloody Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92476,7 +90845,7 @@ item_db: ( Id: 14260 AegisName: "Satanic_Ring_Box2" Name: "Satanic Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92490,7 +90859,7 @@ item_db: ( Id: 14261 AegisName: "Dragoon_Ring_Box2" Name: "Dragon Ring Box II" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92504,7 +90873,7 @@ item_db: ( Id: 14262 AegisName: "Diary_Magic_Powder_Box" Name: "Diary Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Script: <" rentitem 12304,604800; "> }, @@ -92512,7 +90881,7 @@ item_db: ( Id: 14263 AegisName: "Mini_Heart_Magic_Powder_Box" Name: "Mini Heart Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Script: <" rentitem 12305,604800; "> }, @@ -92520,7 +90889,7 @@ item_db: ( Id: 14264 AegisName: "Freshman_Magic_Powder_Box" Name: "Freshman Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Script: <" rentitem 12306,604800; "> }, @@ -92528,7 +90897,7 @@ item_db: ( Id: 14265 AegisName: "Kid_Magic_Powder_Box" Name: "Kid Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Script: <" rentitem 12307,604800; "> }, @@ -92536,7 +90905,7 @@ item_db: ( Id: 14266 AegisName: "Magic_Magic_Powder_Box" Name: "Magic Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Script: <" rentitem 12308,604800; "> }, @@ -92544,7 +90913,7 @@ item_db: ( Id: 14267 AegisName: "JJangu_Magic_Powder_Box" Name: "JJangu Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Script: <" rentitem 12309,604800; "> }, @@ -92552,7 +90921,7 @@ item_db: ( Id: 14268 AegisName: "Diary_Magic_Powder_Box4" Name: "Diary Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -92560,7 +90929,7 @@ item_db: ( Id: 14269 AegisName: "Mini_Heart_Magic_Powder_Box4" Name: "Mini_Heart_Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -92568,7 +90937,7 @@ item_db: ( Id: 14270 AegisName: "Freshman_Magic_Powder_Box4" Name: "Freshman Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -92576,7 +90945,7 @@ item_db: ( Id: 14271 AegisName: "Kid_Magic_Powder_Box4" Name: "Kid Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -92584,7 +90953,7 @@ item_db: ( Id: 14272 AegisName: "Magic_Magic_Powder_Box4" Name: "Magic Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -92592,7 +90961,7 @@ item_db: ( Id: 14273 AegisName: "JJangu_Magic_Powder_Box4" Name: "JJangu Magic Powder Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 }, @@ -92600,7 +90969,7 @@ item_db: ( Id: 14274 AegisName: "F_Magic_Scroll_Box" Name: "Mystical Amplification Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14593,10; "> @@ -92609,7 +90978,7 @@ item_db: ( Id: 14275 AegisName: "F_Magic_Scroll_Box30" Name: "Mystical Amplification Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14593,30; "> @@ -92618,7 +90987,7 @@ item_db: ( Id: 14276 AegisName: "F_Magic_Scroll_Box50" Name: "Mystical Amplification Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14593,50; "> @@ -92627,7 +90996,7 @@ item_db: ( Id: 14277 AegisName: "F_Quagmire_Scroll_Box" Name: "Quagmire Scroll 10 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14594,10; "> @@ -92636,7 +91005,7 @@ item_db: ( Id: 14278 AegisName: "F_Quagmire_Scroll_Box30" Name: "Quagmire Scroll 30 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14594,30; "> @@ -92645,7 +91014,7 @@ item_db: ( Id: 14279 AegisName: "F_Quagmire_Scroll_Box50" Name: "Quagmire Scroll 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 14594,50; "> @@ -92654,7 +91023,7 @@ item_db: ( Id: 14280 AegisName: "Healing_Staff_Box2" Name: "Healing Staff Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" rentitem 1638,604800; "> @@ -92664,7 +91033,7 @@ item_db: ( Id: 14281 AegisName: "Praccsinos_Box" Name: "Praccsinos_Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 2752,1; "> @@ -92674,7 +91043,7 @@ item_db: ( Id: 14282 AegisName: "Emperium_Box" Name: "Emperium Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 714,1; "> @@ -92683,7 +91052,7 @@ item_db: ( Id: 14283 AegisName: "Marriage_Covenant_Box" Name: "Written Oath Of Marriage Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 6026,1; "> @@ -92693,7 +91062,7 @@ item_db: ( Id: 14284 AegisName: "Muffler_C_Box" Name: "Muffler Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 2548,1; "> @@ -92704,7 +91073,7 @@ item_db: ( Id: 14285 AegisName: "Valkyrjas_Shield_C_Box" Name: "Balkiriah Shield Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 2137,1; "> @@ -92715,7 +91084,7 @@ item_db: ( Id: 14286 AegisName: "Skul_Ring_C_Box" Name: "Skull Ring Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" getitem 2763,1; "> @@ -92725,7 +91094,7 @@ item_db: ( Id: 14287 AegisName: "S_Barricade_Repair_Kit" Name: "Barricade Repair Kit" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -92739,7 +91108,7 @@ item_db: ( Id: 14288 AegisName: "S_Gstone_Repair_Kit" Name: "Guardian Stone Repair Kit" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Script: <" @@ -92755,7 +91124,7 @@ item_db: ( Id: 14289 AegisName: "Cloth_Dye_Coupon_Box" Name: "New Clothing Dye Coupon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92773,7 +91142,7 @@ item_db: ( Id: 14290 AegisName: "Cloth_Dye_Coupon2_Box" Name: "Original Clothing Dye Coupon Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92791,7 +91160,7 @@ item_db: ( Id: 14291 AegisName: "Cloth_Dye_Coupon3_Box" Name: "Clothing Dye Coupon Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 6046,1; "> }, @@ -92799,7 +91168,7 @@ item_db: ( Id: 14292 AegisName: "Cloth_Dye_Coupon4_Box" Name: "Clothing Dye Coupon Box II" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 6047,1; "> }, @@ -92808,7 +91177,7 @@ item_db: ( Id: 14293 AegisName: "Mercenary_Contract_Box" Name: "Mercenary Contract Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 6050,1; "> }, @@ -92818,7 +91187,7 @@ item_db: ( Id: 14294 AegisName: "Mercenary_Contract_5Box" Name: "Mercenary Contract Box 5ea" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 6050,5; "> }, @@ -92828,7 +91197,7 @@ item_db: ( Id: 14295 AegisName: "Mercenary_Contract_10Bo" Name: "Mercenary Contract Box 10ea" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 6050,10; "> }, @@ -92837,7 +91206,7 @@ item_db: ( Id: 14296 AegisName: "Angel_Scroll" Name: "Angel Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -92851,7 +91220,7 @@ item_db: ( Id: 14297 AegisName: "Devil_Scroll" Name: "Devil Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -92865,7 +91234,7 @@ item_db: ( Id: 14300 AegisName: "Mask_Of_Ifrit_Box" Name: "Mask Of Ifrit Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92879,7 +91248,7 @@ item_db: ( Id: 14301 AegisName: "Ifrits_Ear_Box" Name: "Ears Of Ifrit Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92893,7 +91262,7 @@ item_db: ( Id: 14304 AegisName: "Scuba_Mask_Box" Name: "Scuba Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92907,7 +91276,7 @@ item_db: ( Id: 14314 AegisName: "Phreeoni_Scroll_Box" Name: "Phreeoni Scroll Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -92924,7 +91293,7 @@ item_db: ( Id: 14315 AegisName: "GhostringS_Box" Name: "Ghostring Scroll Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -92941,7 +91310,7 @@ item_db: ( Id: 14316 AegisName: "July7_Scroll" Name: "July7 Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -92955,7 +91324,7 @@ item_db: ( Id: 14317 AegisName: "Bacsojin_Scroll" Name: "Bacsojin Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -92971,7 +91340,7 @@ item_db: ( Id: 14343 AegisName: "Spiked_Scarf_Box" Name: "Spiked Scarf Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -92989,7 +91358,7 @@ item_db: ( Id: 14344 AegisName: "Rainbow_Scarf_Box" Name: "Rainbow Scarf Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93007,7 +91376,7 @@ item_db: ( Id: 14345 AegisName: "Animal_Scroll" Name: "Animal Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -93023,7 +91392,7 @@ item_db: ( Id: 14349 AegisName: "Mental_Potion20_Box" Name: "Mental Potion 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93037,7 +91406,7 @@ item_db: ( Id: 14350 AegisName: "Mental_Potion50_Box" Name: "Mental Potion 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93051,7 +91420,7 @@ item_db: ( Id: 14351 AegisName: "Tyrs_Blessing20_Box" Name: "Tyr's Blessing 20 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93065,7 +91434,7 @@ item_db: ( Id: 14352 AegisName: "Tyrs_Blessing50_Box" Name: "Tyr's Blessing 50 Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93079,7 +91448,7 @@ item_db: ( Id: 14359 AegisName: "TaogunkaS_Box" Name: "Tao Gunka Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Trade: { nodrop: true @@ -93096,7 +91465,7 @@ item_db: ( Id: 14360 AegisName: "MistressS_Box" Name: "Mistress Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Trade: { nodrop: true @@ -93113,7 +91482,7 @@ item_db: ( Id: 14361 AegisName: "Orc_HeroS_Box" Name: "Orc Hero Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Trade: { nodrop: true @@ -93130,7 +91499,7 @@ item_db: ( Id: 14362 AegisName: "Orc_LoadS_Box" Name: "Orc Lord Scroll Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Trade: { nodrop: true @@ -93147,7 +91516,7 @@ item_db: ( Id: 14363 AegisName: "Heart_Scroll" Name: "Heart Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -93161,7 +91530,7 @@ item_db: ( Id: 14375 AegisName: "Holy_Celestial_Axe_Box" Name: "Celestial Axe Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93177,7 +91546,7 @@ item_db: ( Id: 14376 AegisName: "Angeling_Pot_Box" Name: "Angeling Potion Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93195,7 +91564,7 @@ item_db: ( Id: 14377 AegisName: "Shout_Megaphone_Box" Name: "Scream Megaphone Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93211,7 +91580,7 @@ item_db: ( Id: 14380 AegisName: "Anubis_Helm_Box" Name: "Anubis Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93227,7 +91596,7 @@ item_db: ( Id: 14393 AegisName: "Almighty_Charm_Box" Name: "Universal Amulet Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93241,7 +91610,7 @@ item_db: ( Id: 14408 AegisName: "New_Year_Scroll" Name: "New Year Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -93255,7 +91624,7 @@ item_db: ( Id: 14440 AegisName: "Dice_Hat_Box" Name: "Dice Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93271,7 +91640,7 @@ item_db: ( Id: 14441 AegisName: "King_Tiger_Doll_Hat_Box" Name: "King Tiger Doll Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93287,7 +91656,7 @@ item_db: ( Id: 14447 AegisName: "Pirates_Pride_Box" Name: "Pirate's Pride Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93303,7 +91672,7 @@ item_db: ( Id: 14448 AegisName: "Necromencers_Hood_Box" Name: "Necromancer's Hood Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93319,7 +91688,7 @@ item_db: ( Id: 14459 AegisName: "Rabbit_Magic_Hat_Box" Name: "Magic Rabbit Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93337,7 +91706,7 @@ item_db: ( Id: 14460 AegisName: "China_Wedding_Veil_Box" Name: "RO 5th Wedding Anniversary Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93355,7 +91724,7 @@ item_db: ( Id: 14461 AegisName: "Asara_Fairy_Hat_Box" Name: "Ashura Fairy Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -93373,7 +91742,7 @@ item_db: ( Id: 14466 AegisName: "Valentine_Pledge_Box" Name: "Valentine's Emblem Box" - Type: 2 + Type: "IT_USABLE" Trade: { nodrop: true notrade: true @@ -93390,7 +91759,7 @@ item_db: ( Id: 14469 AegisName: "Ox_Tail_Scroll" Name: "Ox Tail Egg" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -93406,7 +91775,7 @@ item_db: ( Id: 14500 AegisName: "Insurance60" Name: "Life Insurrance Certificate" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Script: <" sc_start SC_CASH_DEATHPENALTY,3600000,0; "> @@ -93415,7 +91784,7 @@ item_db: ( Id: 14508 AegisName: "Zeny_Scroll" Name: "Zeny Pet Egg Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93427,7 +91796,7 @@ item_db: ( Id: 14509 AegisName: "Light_Center_Pot" Name: "Light Concentration Potion" - Type: 2 + Type: "IT_USABLE" Buy: 800 Weight: 20 Script: <" sc_start SC_ATTHASTE_POTION1, 1800000, 0; "> @@ -93436,7 +91805,7 @@ item_db: ( Id: 14510 AegisName: "Light_Awakening_Pot" Name: "Light Awakening Potion" - Type: 2 + Type: "IT_USABLE" Buy: 1500 Weight: 20 Job: { @@ -93475,7 +91844,7 @@ item_db: ( Id: 14511 AegisName: "Light_Berserk_Pot" Name: "Light Berserk Potion" - Type: 2 + Type: "IT_USABLE" Buy: 3000 Weight: 20 Job: { @@ -93500,7 +91869,7 @@ item_db: ( Id: 14512 AegisName: "Meteor_10_Scroll" Name: "Meteor Storm Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Script: <" itemskill WZ_METEOR,10; "> }, @@ -93508,7 +91877,7 @@ item_db: ( Id: 14513 AegisName: "Storm_10_Scroll" Name: "Storm Gust Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Script: <" itemskill WZ_STORMGUST,10; "> }, @@ -93516,7 +91885,7 @@ item_db: ( Id: 14514 AegisName: "Vermilion_10_Scroll" Name: "Lord of Vermilion Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Script: <" itemskill WZ_VERMILION,10; "> }, @@ -93524,7 +91893,7 @@ item_db: ( Id: 14515 AegisName: "Lex_Aeterna_Scroll" Name: "Lex Aeterna Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Script: <" itemskill PR_LEXAETERNA,1; "> }, @@ -93532,7 +91901,7 @@ item_db: ( Id: 14516 AegisName: "Magnificat_5_Scroll" Name: "Magnificat Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Script: <" itemskill PR_MAGNIFICAT,5; "> }, @@ -93540,7 +91909,7 @@ item_db: ( Id: 14517 AegisName: "CP_Helm_Scroll" Name: "Chemical Protection Helm Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),237,5; "> }, @@ -93548,7 +91917,7 @@ item_db: ( Id: 14518 AegisName: "CP_Shield_Scroll" Name: "Chemical Protection Shield Scrol" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),235,5; "> }, @@ -93556,7 +91925,7 @@ item_db: ( Id: 14519 AegisName: "CP_Armor_Scroll" Name: "Chemical Protection Armor Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),236,5; "> }, @@ -93564,7 +91933,7 @@ item_db: ( Id: 14520 AegisName: "CP_Weapon_Scroll" Name: "Chemical Protection Weapon Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),234,5; "> }, @@ -93572,7 +91941,7 @@ item_db: ( Id: 14521 AegisName: "Repair_Scroll" Name: "Repair Weapon Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93592,7 +91961,7 @@ item_db: ( Id: 14522 AegisName: "Big_Bun" Name: "Big Bun" - Type: 0 + Type: "IT_HEALING" Weight: 10 Script: <" percentheal 100,0; "> }, @@ -93600,7 +91969,7 @@ item_db: ( Id: 14523 AegisName: "Pill_" Name: "Pill" - Type: 0 + Type: "IT_HEALING" Weight: 10 Script: <" percentheal 0,100; "> }, @@ -93608,7 +91977,7 @@ item_db: ( Id: 14524 AegisName: "Superb_Fish_Slice" Name: "Superb Fish Slice" - Type: 0 + Type: "IT_HEALING" Weight: 10 Script: <" percentheal 100,100; "> }, @@ -93616,7 +91985,7 @@ item_db: ( Id: 14525 AegisName: "Chewy_Ricecake" Name: "Chewy Ricecake" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_PLUSATTACKPOWER, 1800000, 10; "> }, @@ -93624,7 +91993,7 @@ item_db: ( Id: 14526 AegisName: "Oriental_Pastry" Name: "Oriental Pastry" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_PLUSMAGICPOWER, 1800000, 10; "> }, @@ -93632,7 +92001,7 @@ item_db: ( Id: 14527 AegisName: "Dun_Tele_Scroll1" Name: "Dungeon Teleport Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93649,14 +92018,14 @@ item_db: ( Id: 14528 AegisName: "PVP_Tele_Scroll" Name: "PVP Teleport Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 }, { Id: 14529 AegisName: "Greed_Scroll" Name: "Greed Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Nouse: { sitting: true @@ -93667,7 +92036,7 @@ item_db: ( Id: 14530 AegisName: "Flee_30_Scroll" Name: "Evasion Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1800000,30; "> }, @@ -93675,7 +92044,7 @@ item_db: ( Id: 14531 AegisName: "Accuracy_30_Scroll" Name: "Concentration Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_FOOD_BASICHIT,1800000,30; "> }, @@ -93683,7 +92052,7 @@ item_db: ( Id: 14532 AegisName: "Battle_Manual25" Name: "Field Manual 25%" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Nouse: { @@ -93695,7 +92064,7 @@ item_db: ( Id: 14533 AegisName: "Battle_Manual100" Name: "Field Manual 100%" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 10 Trade: { @@ -93713,7 +92082,7 @@ item_db: ( Id: 14534 AegisName: "Small_Life_Potion" Name: "Small Life Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93733,7 +92102,7 @@ item_db: ( Id: 14535 AegisName: "Med_Life_Potion" Name: "Medium Life Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93753,7 +92122,7 @@ item_db: ( Id: 14536 AegisName: "Abrasive" Name: "Abrasive" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93773,7 +92142,7 @@ item_db: ( Id: 14537 AegisName: "Regeneration_Potion" Name: "Regeneration Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93793,7 +92162,7 @@ item_db: ( Id: 14538 AegisName: "Glass_Of_Illusion" Name: "Glass of Illusion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Delay: 300000 Trade: { @@ -93814,7 +92183,7 @@ item_db: ( Id: 14539 AegisName: "Shadow_Armor_S" Name: "Shadow Armor Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93834,7 +92203,7 @@ item_db: ( Id: 14540 AegisName: "Holy_Armor_S" Name: "Holy Armor Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93854,7 +92223,7 @@ item_db: ( Id: 14541 AegisName: "S_Def_Potion" Name: "Small Defense Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93874,7 +92243,7 @@ item_db: ( Id: 14542 AegisName: "B_Def_Potion" Name: "Big Defense Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93894,7 +92263,7 @@ item_db: ( Id: 14543 AegisName: "S_Mdef_Potion" Name: "Small Magic Defense Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93914,7 +92283,7 @@ item_db: ( Id: 14544 AegisName: "B_Mdef_Potion" Name: "Big Magic Defense Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -93934,7 +92303,7 @@ item_db: ( Id: 14545 AegisName: "Battle_Manual_X3" Name: "Field Manual 300%" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" sc_start SC_CASH_PLUSEXP,1800000,300; "> }, @@ -93942,7 +92311,7 @@ item_db: ( Id: 14546 AegisName: "Fire_Cracker_Love" Name: "I Love You Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 Script: <" end; "> @@ -93951,7 +92320,7 @@ item_db: ( Id: 14547 AegisName: "Fire_Cracker_Wday" Name: "Whiteday Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 Script: <" end; "> @@ -93960,7 +92329,7 @@ item_db: ( Id: 14548 AegisName: "Fire_Cracker_Vday" Name: "Valentine's Day Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 Script: <" end; "> @@ -93969,7 +92338,7 @@ item_db: ( Id: 14549 AegisName: "Fire_Cracker_Bday" Name: "Birthday Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 Script: <" end; "> @@ -93978,7 +92347,7 @@ item_db: ( Id: 14550 AegisName: "Fire_Cracker_Xmas" Name: "Xmas Firecracker" - Type: 2 + Type: "IT_USABLE" Buy: 2 Weight: 20 Script: <" end; "> @@ -93987,7 +92356,7 @@ item_db: ( Id: 14551 AegisName: "Str_Dish01_" Name: "Fried Grasshopper Legs" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -93999,7 +92368,7 @@ item_db: ( Id: 14552 AegisName: "Str_Dish02_" Name: "Seasoned Sticky Webfoot" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94011,7 +92380,7 @@ item_db: ( Id: 14553 AegisName: "Str_Dish03_" Name: "Bomber Steak" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94023,7 +92392,7 @@ item_db: ( Id: 14554 AegisName: "Int_Dish01_" Name: "Grape Juice Herbal Tea" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94035,7 +92404,7 @@ item_db: ( Id: 14555 AegisName: "Int_Dish02_" Name: "Autumn Red Tea" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94047,7 +92416,7 @@ item_db: ( Id: 14556 AegisName: "Int_Dish03_" Name: "Honey Herbal Tea" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94059,7 +92428,7 @@ item_db: ( Id: 14557 AegisName: "Vit_Dish01_" Name: "Steamed Crab Nippers" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94071,7 +92440,7 @@ item_db: ( Id: 14558 AegisName: "Vit_Dish02_" Name: "Assorted Seafood" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94083,7 +92452,7 @@ item_db: ( Id: 14559 AegisName: "Vit_Dish03_" Name: "Clam Soup" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94095,7 +92464,7 @@ item_db: ( Id: 14560 AegisName: "Agi_Dish01_" Name: "Frog Egg Squid Ink Soup" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94107,7 +92476,7 @@ item_db: ( Id: 14561 AegisName: "Agi_Dish02_" Name: "Smooth Noodle" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94119,7 +92488,7 @@ item_db: ( Id: 14562 AegisName: "Agi_Dish03_" Name: "Tentacle Cheese Gratin" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94131,7 +92500,7 @@ item_db: ( Id: 14563 AegisName: "Dex_Dish01_" Name: "Honey Grape Juice" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94143,7 +92512,7 @@ item_db: ( Id: 14564 AegisName: "Dex_Dish02_" Name: "Chocolate Mousse Cake" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94155,7 +92524,7 @@ item_db: ( Id: 14565 AegisName: "Dex_Dish03_" Name: "Fruit Mix" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94167,7 +92536,7 @@ item_db: ( Id: 14566 AegisName: "Luk_Dish01_" Name: "Fried Monkey Tails" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94179,7 +92548,7 @@ item_db: ( Id: 14567 AegisName: "Luk_Dish02_" Name: "Mixed Juice" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94191,7 +92560,7 @@ item_db: ( Id: 14568 AegisName: "Luk_Dish03_" Name: "Fried Sweet Potato" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94203,7 +92572,7 @@ item_db: ( Id: 14569 AegisName: "Knife_Goblin_Ring" Name: "Knife Goblin Ring" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94220,7 +92589,7 @@ item_db: ( Id: 14570 AegisName: "Flail_Goblin_Ring" Name: "Flail Goblin Ring" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94237,7 +92606,7 @@ item_db: ( Id: 14571 AegisName: "Hammer_Goblin_Ring" Name: "Hammer Goblin Ring" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94254,7 +92623,7 @@ item_db: ( Id: 14572 AegisName: "Holy_Marble" Name: "Holy Marble" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94271,7 +92640,7 @@ item_db: ( Id: 14573 AegisName: "Red_Burning_Stone" Name: "Red Burning Stone" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94288,7 +92657,7 @@ item_db: ( Id: 14574 AegisName: "Skull_Of_Vagabond" Name: "Vagabond's Skull" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94305,7 +92674,7 @@ item_db: ( Id: 14575 AegisName: "Str_Dish05_" Name: "Lutie Lady's Pancake" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94317,7 +92686,7 @@ item_db: ( Id: 14576 AegisName: "Int_Dish05_" Name: "Mastela Fruit Wine" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94329,7 +92698,7 @@ item_db: ( Id: 14577 AegisName: "Vit_Dish05_" Name: "Spicy Fried Bao" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94341,7 +92710,7 @@ item_db: ( Id: 14578 AegisName: "Agi_Dish05_" Name: "Steamed Bat Wing in Pumpkin" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94353,7 +92722,7 @@ item_db: ( Id: 14579 AegisName: "Dex_Dish05_" Name: "Green Salad" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94365,7 +92734,7 @@ item_db: ( Id: 14580 AegisName: "Luk_Dish05_" Name: "Fried Scorpion Tails" - Type: 0 + Type: "IT_HEALING" Buy: 2 Weight: 10 Script: <" @@ -94377,7 +92746,7 @@ item_db: ( Id: 14581 AegisName: "Dun_Tele_Scroll2" Name: "Dungeon Teleport Scroll II" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashDungeon",2; "> }, @@ -94385,7 +92754,7 @@ item_db: ( Id: 14582 AegisName: "WOB_Rune" Name: "Yellow Butterfly Wing" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashCity",1; "> }, @@ -94393,7 +92762,7 @@ item_db: ( Id: 14583 AegisName: "WOB_Schwaltz" Name: "Green Butterfly Wing" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashCity",2; "> }, @@ -94401,7 +92770,7 @@ item_db: ( Id: 14584 AegisName: "WOB_Rachel" Name: "Red Butterfly Wing" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashCity",3; "> }, @@ -94409,7 +92778,7 @@ item_db: ( Id: 14585 AegisName: "WOB_Local" Name: "Blue Butterfly Wing" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" callfunc "F_CashCity",4; "> }, @@ -94417,7 +92786,7 @@ item_db: ( Id: 14586 AegisName: "Spark_Candy" Name: "Jumping Candy" - Type: 2 + Type: "IT_USABLE" Weight: 10 Delay: 180000 Trade: { @@ -94434,7 +92803,7 @@ item_db: ( Id: 14587 AegisName: "Repair_Scroll_" Name: "Equipment Repair Spell Book" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Trade: { nodrop: true @@ -94454,7 +92823,7 @@ item_db: ( Id: 14588 AegisName: "Pty_Blessing_Scroll" Name: "Party Blessing 10 Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 10 Weight: 10 Trade: { @@ -94469,7 +92838,7 @@ item_db: ( Id: 14589 AegisName: "Pty_Inc_Agi_Scroll" Name: "Party Increase Agi 10 Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 10 Weight: 10 Trade: { @@ -94484,7 +92853,7 @@ item_db: ( Id: 14590 AegisName: "Pty_Assumptio_Scroll" Name: "Party Assumptio 5 Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 10 Weight: 10 Trade: { @@ -94499,7 +92868,7 @@ item_db: ( Id: 14591 AegisName: "Siege_Teleport_Scroll" Name: "WoE Teleport Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94519,7 +92888,7 @@ item_db: ( Id: 14592 AegisName: "Job_Manual50" Name: "JOB Battle Manual" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94539,7 +92908,7 @@ item_db: ( Id: 14593 AegisName: "Magic_Power_Scroll" Name: "Mystical Amplification Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Trade: { nodrop: true @@ -94559,7 +92928,7 @@ item_db: ( Id: 14594 AegisName: "Quagmire_Scroll" Name: "Quagmire Scroll" - Type: 11 + Type: "IT_DELAYCONSUME" Weight: 10 Trade: { nodrop: true @@ -94579,14 +92948,14 @@ item_db: ( Id: 14595 AegisName: "Unsealed_Magic_Spell" Name: "Unsealed Magic Spell" - Type: 2 + Type: "IT_USABLE" Script: <" warp "yuno_fild09",255,127; "> }, { Id: 14596 AegisName: "Pierre_Treasurebox" Name: "Pierre's Treasure Box" - Type: 2 + Type: "IT_USABLE" Weight: 100 Script: <" getrandgroupitem 14596,1; @@ -94601,7 +92970,7 @@ item_db: ( Id: 14597 AegisName: "PhreeoniS" Name: "Phreeoni Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94618,7 +92987,7 @@ item_db: ( Id: 14598 AegisName: "GhostringS" Name: "Ghostring Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94638,7 +93007,7 @@ item_db: ( Id: 14599 AegisName: "Greed_Scroll_C" Name: "Greed Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94657,7 +93026,7 @@ item_db: ( Id: 14600 AegisName: "Mental_Potion" Name: "Mental Potion" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94673,7 +93042,7 @@ item_db: ( Id: 14601 AegisName: "Tyrs_Blessing" Name: "Tyr's Blessing" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94691,7 +93060,7 @@ item_db: ( Id: 14602 AegisName: "TaogunkaS" Name: "Tao Gunka Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94711,7 +93080,7 @@ item_db: ( Id: 14603 AegisName: "MistressS" Name: "Mistress Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94731,7 +93100,7 @@ item_db: ( Id: 14604 AegisName: "Orc_HeroS" Name: "Orc Hero Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94748,7 +93117,7 @@ item_db: ( Id: 14605 AegisName: "Orc_LoadS" Name: "Orc Lord Scroll" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94768,7 +93137,7 @@ item_db: ( Id: 14606 AegisName: "Job_Manual25" Name: "JOB Battle Manual" - Type: 2 + Type: "IT_USABLE" Weight: 10 Trade: { nodrop: true @@ -94788,7 +93157,7 @@ item_db: ( Id: 14607 AegisName: "Luxurious_Dinner_W" Name: "Luxurious Western Food" - Type: 2 + Type: "IT_USABLE" Buy: 10000 Weight: 600 Script: <" @@ -94804,7 +93173,7 @@ item_db: ( Id: 14608 AegisName: "Luxurious_Dinner_E" Name: "Manchu-Han Imperial Feast" - Type: 2 + Type: "IT_USABLE" Buy: 20000 Weight: 1200 Trade: { @@ -94825,7 +93194,7 @@ item_db: ( Id: 14609 AegisName: "Spoiled_Cuisine" Name: "Spoiled Cuisine" - Type: 2 + Type: "IT_USABLE" Script: <" percentheal 10,10; "> }, @@ -94834,7 +93203,7 @@ item_db: ( Id: 15000 AegisName: "Bone_Plate" Name: "Bone Plate" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 1000 Def: 7 @@ -94850,8 +93219,8 @@ item_db: ( Rogue: true Alchemist: true } - Upper: 2 - Loc: 16 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_ARMOR" EquipLv: 85 Script: <" bonus bStr,1; @@ -94865,13 +93234,13 @@ item_db: ( Id: 15001 AegisName: "Odins_Blessing_I" Name: "Odin's Blessing" - Type: 5 + Type: "IT_ARMOR" Def: 10 Job: { All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" Refine: false Trade: { nodrop: true @@ -94890,7 +93259,7 @@ item_db: ( Id: 16000 AegisName: "Erde" Name: "Erde" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 130 @@ -94907,11 +93276,11 @@ item_db: ( Monk: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 50 - View: 8 + Subtype: "W_MACE" Script: <" bonus2 bSkillAtk,AM_ACIDTERROR,20; bonus2 bSkillAtk,AM_DEMONSTRATION,20; @@ -94923,7 +93292,7 @@ item_db: ( Id: 16001 AegisName: "Red_Square_Bag" Name: "Red Square Bag" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Weight: 500 Atk: 130 @@ -94940,11 +93309,11 @@ item_db: ( Monk: true Alchemist: true } - Upper: 2 - Loc: 2 + Upper: "ITEMUPPER_UPPER" + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 50 - View: 8 + Subtype: "W_MACE" Script: <" bonus bMaxHP,200; bonus2 bSkillAtk,AM_ACIDTERROR,20; @@ -94961,7 +93330,7 @@ item_db: ( Id: 16002 AegisName: "Stunner_C" Name: "Stunner" - Type: 4 + Type: "IT_WEAPON" Atk: 175 Range: 1 Job: { @@ -94969,11 +93338,11 @@ item_db: ( Priest: true Monk: true } - Loc: 2 + Loc: "EQP_WEAPON" WeaponLv: 3 EquipLv: 1 Refine: false - View: 8 + Subtype: "W_MACE" Trade: { nodrop: true notrade: true @@ -94995,7 +93364,7 @@ item_db: ( Id: 16030 AegisName: "Pilebuncker_S" Name: "Pile Bunker S" - Type: 4 + Type: "IT_WEAPON" Weight: 3000 Atk: 400 Range: 1 @@ -95003,36 +93372,36 @@ item_db: ( Job: { Blacksmith: true } - Upper: 56 - Loc: 2 + Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"] + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 130 - View: 8 + Subtype: "W_MACE" Script: <" bonus bAspdRate, (getrefine() / 2); "> }, { Id: 16031 AegisName: "Pilebuncker_P" Name: "Pile Bunker P" - Type: 4 + Type: "IT_WEAPON" Weight: 4000 Atk: 450 Range: 1 Job: { Blacksmith: true } - Upper: 56 - Loc: 2 + Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"] + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 130 - View: 8 + Subtype: "W_MACE" Script: <" bonus bBaseAtk, (getrefine() * 5); "> }, { Id: 16032 AegisName: "Pilebuncker_T" Name: "Pile Bunker T" - Type: 4 + Type: "IT_WEAPON" Weight: 3500 Atk: 400 Range: 1 @@ -95040,11 +93409,11 @@ item_db: ( Job: { Blacksmith: true } - Upper: 56 - Loc: 2 + Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"] + Loc: "EQP_WEAPON" WeaponLv: 4 EquipLv: 130 - View: 8 + Subtype: "W_MACE" Script: <" bonus bUseSPrate, - getrefine(); "> }, @@ -95053,7 +93422,7 @@ item_db: ( Id: 16134 AegisName: "King_Frog_Hat_Box" Name: "Frog King Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -95071,7 +93440,7 @@ item_db: ( Id: 16135 AegisName: "Evils_Bone_Hat_Box" Name: "Satanic Bone Helm Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -95123,7 +93492,7 @@ item_db: ( Id: 16247 AegisName: "Dragon_Arhat_Mask_Box" Name: "Dragon Arhat Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -95141,7 +93510,7 @@ item_db: ( Id: 16248 AegisName: "Tiger_Arhat_Mask_Box" Name: "Tiger Arhat Mask Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -95179,7 +93548,7 @@ item_db: ( Id: 16257 AegisName: "Buddah_Scroll" Name: "Buddah Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -95253,7 +93622,7 @@ item_db: ( Id: 16304 AegisName: "Evil_Incarnation_Disable" Name: "Evil Incarnation" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -95296,7 +93665,7 @@ item_db: ( Id: 16371 AegisName: "Tw_Aug_Scroll" Name: "Tw Aug Scroll" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -95440,7 +93809,7 @@ item_db: ( Id: 16461 AegisName: "Red_Wing_Hat_Box" Name: "Red Wing Hat Box" - Type: 18 + Type: "IT_CASH" Buy: 20 Weight: 10 Trade: { @@ -95494,7 +93863,7 @@ item_db: ( Id: 16555 AegisName: "Pr_Reset_Stone_Box" Name: "Pr Reset Stone Box" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 10 Trade: { @@ -95545,7 +93914,7 @@ item_db: ( Id: 16677 AegisName: "Universal_Catalog_Gold_Box10" Name: "Universal Catalog Gold 10 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 12581,10; "> }, @@ -95555,7 +93924,7 @@ item_db: ( Id: 16678 AegisName: "Universal_Catalog_Gold_Box50" Name: "Universal Catalog Gold 50 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 12581,50; "> }, @@ -95565,7 +93934,7 @@ item_db: ( Id: 16679 AegisName: "Universal_Catalog_Gold_Box10" Name: "Universal Catalog Gold 10 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 12581,10; "> }, @@ -95575,7 +93944,7 @@ item_db: ( Id: 16680 AegisName: "Universal_Catalog_Gold_Box50" Name: "Universal Catalog Gold 50 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 12581,50; "> }, @@ -95584,7 +93953,7 @@ item_db: ( Id: 16776 AegisName: "Universal_Catalog_Gold_Box10_" Name: "Universal Catalog Gold 10 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 12581,10; "> }, @@ -95592,7 +93961,7 @@ item_db: ( Id: 16777 AegisName: "Universal_Catalog_Gold_Box50" Name: "Universal Catalog Gold 50 Box" - Type: 2 + Type: "IT_USABLE" Weight: 10 Script: <" getitem 12581,50; "> }, @@ -95602,7 +93971,7 @@ item_db: ( Id: 18000 AegisName: "Cannon_Ball" Name: "Cannon Ball" - Type: 10 + Type: "IT_AMMO" Buy: 100 Weight: 10 Atk: 100 @@ -95610,16 +93979,16 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 8 + Subtype: "A_CANNONBALL" }, { Id: 18001 AegisName: "Holy_Cannon_Ball" Name: "Holy Cannon Ball" - Type: 10 + Type: "IT_AMMO" Buy: 200 Weight: 10 Atk: 120 @@ -95627,17 +93996,17 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 8 + Subtype: "A_CANNONBALL" Script: <" bonus bAtkEle,Ele_Holy; "> }, { Id: 18002 AegisName: "Dark_Cannon_Ball" Name: "Dark Cannon Ball" - Type: 10 + Type: "IT_AMMO" Buy: 200 Weight: 10 Atk: 120 @@ -95645,17 +94014,17 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 8 + Subtype: "A_CANNONBALL" Script: <" bonus bAtkEle,Ele_Dark; "> }, { Id: 18003 AegisName: "Soul_Cannon_Ball" Name: "Soul Cannon Ball" - Type: 10 + Type: "IT_AMMO" Buy: 200 Weight: 10 Atk: 120 @@ -95663,17 +94032,17 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 8 + Subtype: "A_CANNONBALL" Script: <" bonus bAtkEle,Ele_Ghost; "> }, { Id: 18004 AegisName: "Iron_Cannon_Ball" Name: "Iron Cannon Ball" - Type: 10 + Type: "IT_AMMO" Buy: 500 Weight: 10 Atk: 250 @@ -95681,10 +94050,10 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 - Loc: 32768 + Upper: "ITEMUPPER_THIRD" + Loc: "EQP_AMMO" EquipLv: 99 - View: 8 + Subtype: "A_CANNONBALL" }, //== More Bows ============================================= @@ -95692,7 +94061,7 @@ item_db: ( Id: 18100 AegisName: "Shooting_Star_C" Name: "Shooting Star" - Type: 4 + Type: "IT_WEAPON" Buy: 20 Atk: 190 Range: 5 @@ -95700,17 +94069,17 @@ item_db: ( Hunter: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 EquipLv: 1 - View: 11 + Subtype: "W_BOW" Script: <" bonus bLongAtkRate,20; "> }, { Id: 18101 AegisName: "F_Bow_Of_Rudra_C" Name: "Rudra Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 185 Range: 5 @@ -95721,10 +94090,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 11 + Subtype: "W_BOW" Script: <" bonus bAtkEle,Ele_Holy; bonus bInt,5; @@ -95741,7 +94110,7 @@ item_db: ( Id: 18102 AegisName: "E_Bow_Of_Rudra_C" Name: "Rudra Bow" - Type: 4 + Type: "IT_WEAPON" Buy: 2 Atk: 185 Range: 5 @@ -95752,10 +94121,10 @@ item_db: ( Rogue: true Bard: true } - Loc: 34 + Loc: "EQP_ARMS" WeaponLv: 4 Refine: false - View: 11 + Subtype: "W_BOW" Script: <" bonus bAtkEle,Ele_Holy; bonus bInt,5; @@ -95774,11 +94143,11 @@ item_db: ( Id: 18500 AegisName: "Cheer_Scarf6" Name: "Cheer Scarf6" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -95794,11 +94163,11 @@ item_db: ( Id: 18501 AegisName: "Cheer_Scarf8" Name: "Cheer Scarf8" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -95814,11 +94183,11 @@ item_db: ( Id: 18502 AegisName: "Cheer_Scarf10" Name: "Cheer Scarf10" - Type: 5 - Loc: 1 + Type: "IT_ARMOR" + Loc: "EQP_HEAD_LOW" EquipLv: 1 Refine: false - View: 369 + ViewSprite: 369 Trade: { nodrop: true notrade: true @@ -95834,14 +94203,14 @@ item_db: ( Id: 18503 AegisName: "Small_Horn_Of_Devil" Name: "Small Devil Horns" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 1 Refine: false - View: 562 + ViewSprite: 562 Script: <" bonus bAtkRate,5; bonus bMatkRate,5; @@ -95853,34 +94222,34 @@ item_db: ( Id: 18505 AegisName: "Umbala_Spirit" Name: "Umbala Spirit" - Type: 5 + Type: "IT_ARMOR" Weight: 200 Def: 1 Slots: 1 - Loc: 1 + Loc: "EQP_HEAD_LOW" EquipLv: 30 Refine: false - View: 675 + ViewSprite: 675 Script: <" bonus bVit,1; "> }, { Id: 18506 AegisName: "Hattah_Black" Name: "Hattah Black" - Type: 5 + Type: "IT_ARMOR" Buy: 12000 Weight: 4000 Def: 2 Slots: 1 - Loc: 769 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"] EquipLv: 1 - View: 676 + ViewSprite: 676 }, { Id: 18507 AegisName: "Elven_Ears_" Name: "Elven Ears" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Slots: 1 @@ -95888,23 +94257,23 @@ item_db: ( All: true Novice: false } - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 70 Refine: false - View: 73 + ViewSprite: 73 }, { Id: 18539 AegisName: "Skull_Cap" Name: "Skull Cap" - Type: 5 + Type: "IT_ARMOR" Buy: 40 Weight: 200 Def: 5 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 10 - View: 713 + ViewSprite: 713 Script: <" bonus bMatkRate,2; if(getrefine() >= 5) { @@ -95920,41 +94289,41 @@ item_db: ( Id: 18595 AegisName: "Horn_Of_Ancient" Name: "Horn of Ancient" - Type: 5 + Type: "IT_ARMOR" Buy: 40 Weight: 200 Def: 8 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 50 - View: 757 + ViewSprite: 757 Script: <" autobonus "{ bonus bBaseAtk,100; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; "> }, { Id: 18596 AegisName: "Sprout_Hat" Name: "Sprout Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 70 - View: 758 + ViewSprite: 758 Script: <" skill WZ_HEAVENDRIVE,3; "> }, { Id: 18597 AegisName: "Mercury_Helm" Name: "Mercury Riser" - Type: 5 + Type: "IT_ARMOR" Buy: 40 Weight: 200 Def: 10 Slots: 1 - Loc: 256 + Loc: "EQP_HEAD_TOP" Refine: false - View: 759 + ViewSprite: 759 Script: <" bonus bAspdRate,3; bonus bCritical,3; @@ -95973,12 +94342,12 @@ item_db: ( Id: 18600 AegisName: "Cat_Ears_Beret" Name: "Cat Ear Beret" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 5 - Loc: 256 - View: 761 + Loc: "EQP_HEAD_TOP" + ViewSprite: 761 Script: <" bonus bAtkRate,5; if(getrefine() > 5 && getrefine() <= 12) { @@ -95996,13 +94365,13 @@ item_db: ( Id: 18612 AegisName: "White_Musang_Hat" Name: "White Musang Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 40 Weight: 200 Def: 3 Slots: 1 - Loc: 256 - View: 770 + Loc: "EQP_HEAD_TOP" + ViewSprite: 770 Script: <" bonus bStr,2; bonus bVit,2; @@ -96014,13 +94383,13 @@ item_db: ( Id: 18613 AegisName: "Black_Musang_Hat" Name: "Black Musang Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 40 Weight: 200 Def: 3 Slots: 1 - Loc: 256 - View: 771 + Loc: "EQP_HEAD_TOP" + ViewSprite: 771 Script: <" bonus bInt,2; bonus bDex,2; @@ -96032,25 +94401,25 @@ item_db: ( Id: 18620 AegisName: "Heart_Eyepatch" Name: "Heart Eyepatch" - Type: 5 + Type: "IT_ARMOR" Buy: 5 Weight: 200 Def: 2 - Loc: 512 + Loc: "EQP_HEAD_MID" EquipLv: 20 - View: 779 + ViewSprite: 779 }, { Id: 18656 AegisName: "Wit_Pumpkin_Hat" Name: "Witch's Pumpkin Hat" - Type: 5 + Type: "IT_ARMOR" Buy: 20 Weight: 300 Def: 10 - Loc: 256 + Loc: "EQP_HEAD_TOP" EquipLv: 20 - View: 717 + ViewSprite: 717 Script: <" bonus bMdef,10; bonus bStr,2; @@ -96065,57 +94434,57 @@ item_db: ( Id: 19500 AegisName: "T_Mr_Smile" Name: "T Mr Smile" - Type: 5 - Loc: 6144 + Type: "IT_ARMOR" + Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"] Refine: false - View: 65 + ViewSprite: 65 Script: <" bonus bStr,2; "> }, { Id: 19501 AegisName: "T_Spinx_Helm" Name: "T Spinx Helm" - Type: 5 + Type: "IT_ARMOR" Slots: 1 - Loc: 5120 + Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"] Refine: false - View: 137 + ViewSprite: 137 }, { Id: 19504 AegisName: "T_Sunglasses" Name: "T Sunglasses" - Type: 5 - Loc: 2048 + Type: "IT_ARMOR" + Loc: "EQP_COSTUME_HEAD_MID" Refine: false - View: 12 + ViewSprite: 12 }, { Id: 19505 AegisName: "T_Cigarette" Name: "T Cigarette" - Type: 5 - Loc: 4096 + Type: "IT_ARMOR" + Loc: "EQP_COSTUME_HEAD_LOW" Refine: false - View: 54 + ViewSprite: 54 }, { Id: 19506 AegisName: "T_Valkyrie_Feather_Band" Name: "T Valkyrie Feather Band" - Type: 5 - Loc: 1024 - View: 300 + Type: "IT_ARMOR" + Loc: "EQP_COSTUME_HEAD_TOP" + ViewSprite: 300 }, { Id: 19507 AegisName: "Fine_Sun" Name: "Clear Sun" - Type: 5 - Loc: 1024 + Type: "IT_ARMOR" + Loc: "EQP_COSTUME_HEAD_TOP" EquipLv: 1 Refine: false - View: 654 + ViewSprite: 654 }, //== New Etc Items ========================================= @@ -96123,13 +94492,13 @@ item_db: ( Id: 22540 AegisName: "Runstone_Lux" Name: "Lux Anima Rune" - Type: 11 + Type: "IT_DELAYCONSUME" Buy: 2 Weight: 100 Job: { Knight: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Delay: 60000 Trade: { nodrop: true @@ -96147,7 +94516,7 @@ item_db: ( Id: 22777 AegisName: "Buff_Gift_Set" Name: "Buff Gift Set" - Type: 2 + Type: "IT_USABLE" Buy: 20 Weight: 100 Trade: { @@ -96169,7 +94538,7 @@ item_db: ( Id: 22837 AegisName: "Integer_Time" Name: "Integer Time" - Type: 2 + Type: "IT_USABLE" EquipLv: 50 Trade: { nodrop: true |