summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-01 16:51:25 +0300
commit9568f0999b8105e62f0f237998bbecf7025f4e83 (patch)
treee9682de48fbc3023bc3e04ad6a860b29d0c6e616 /db/re/item_db.conf
parent2313ec5c496d83417006d47251134c93c5ca614e (diff)
downloadhercules-9568f0999b8105e62f0f237998bbecf7025f4e83.tar.gz
hercules-9568f0999b8105e62f0f237998bbecf7025f4e83.tar.bz2
hercules-9568f0999b8105e62f0f237998bbecf7025f4e83.tar.xz
hercules-9568f0999b8105e62f0f237998bbecf7025f4e83.zip
Remove conf dir.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf136798
1 files changed, 0 insertions, 136798 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
deleted file mode 100644
index c00cc9d9b..000000000
--- a/db/re/item_db.conf
+++ /dev/null
@@ -1,136798 +0,0 @@
-item_db: (
-// Items Database
-//
-/******************************************************************************
- ************* Entry structure ************************************************
- ******************************************************************************
-{
- // =================== Mandatory fields ===============================
- Id: ID (int)
- AegisName: "Aegis_Name" (string)
- Name: "Item Name" (string)
- // =================== Optional fields ================================
- Type: Item Type (int, defaults to 3 = etc item)
- Buy: Buy Price (int, defaults to Sell * 2)
- Sell: Sell Price (int, defaults to Buy / 2)
- Weight: Item Weight (int, defaults to 0)
- Atk: Attack (int, defaults to 0)
- Matk: Magical Attack (int, defaults to 0, ignored in pre-re)
- Def: Defense (int, defaults to 0)
- Range: Attack Range (int, defaults to 0)
- Slots: Slots (int, defaults to 0)
- Job: Job mask (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)
- 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)
- View: 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)
- Delay: Delay to use item (int, defaults to 0)
- KeepAfterUse: true/false (boolean, defaults to false)
- Trade: { (defaults to no restrictions)
- override: GroupID (int, defaults to 100)
- nodrop: true/false (boolean, defaults to false)
- notrade: true/false (boolean, defaults to false)
- partneroverride: true/false (boolean, defaults to false)
- noselltonpc: true/false (boolean, defaults to false)
- nocart: true/false (boolean, defaults to false)
- nostorage: true/false (boolean, defaults to false)
- nogstorage: true/false (boolean, defaults to false)
- nomail: true/false (boolean, defaults to false)
- noauction: true/false (boolean, defaults to false)
- }
- Nouse: { (defaults to no restrictions)
- override: GroupID (int, defaults to 100)
- sitting: true/false (boolean, defaults to false)
- }
- Stack: [amount, type] (int, defaults to 0)
- Sprite: SpriteID (int, defaults to 0)
- Script: <"
- Script
- (it can be multi-line)
- ">
- OnEquipScript: <" OnEquip Script (can also be multi-line) ">
- OnUnequipScript: <" OnUnequip Script (can also be multi-line) ">
-},
-******************************************************************************/
-
-// Healing Items
-// =============================================================
-{
- Id: 501
- AegisName: "Red_Potion"
- Name: "Red Potion"
- Type: 0
- Buy: 50
- Weight: 70
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 502
- AegisName: "Orange_Potion"
- Name: "Orange Potion"
- Type: 0
- Buy: 200
- Weight: 100
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 503
- AegisName: "Yellow_Potion"
- Name: "Yellow Potion"
- Type: 0
- Buy: 550
- Weight: 130
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 504
- AegisName: "White_Potion"
- Name: "White Potion"
- Type: 0
- Buy: 1200
- Weight: 150
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 505
- AegisName: "Blue_Potion"
- Name: "Blue Potion"
- Type: 0
- Buy: 5000
- Weight: 150
- Script: <" itemheal 0,rand(40,60); ">
-},
-{
- Id: 506
- AegisName: "Green_Potion"
- Name: "Green Potion"
- Type: 0
- Buy: 40
- Weight: 70
- BuyingStore: true
- Script: <"
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 507
- AegisName: "Red_Herb"
- Name: "Red Herb"
- Type: 0
- Buy: 18
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(18,28),0; ">
-},
-{
- Id: 508
- AegisName: "Yellow_Herb"
- Name: "Yellow Herb"
- Type: 0
- Buy: 40
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(38,58),0; ">
-},
-{
- Id: 509
- AegisName: "White_Herb"
- Name: "White Herb"
- Type: 0
- Buy: 120
- Weight: 70
- BuyingStore: true
- Script: <" itemheal rand(75,115),0; ">
-},
-{
- Id: 510
- AegisName: "Blue_Herb"
- Name: "Blue Herb"
- Type: 0
- Buy: 60
- Weight: 70
- BuyingStore: true
- Script: <" itemheal 0,rand(15,30); ">
-},
-{
- Id: 511
- AegisName: "Green_Herb"
- Name: "Green Herb"
- Type: 0
- Buy: 10
- Weight: 30
- BuyingStore: true
- Script: <" sc_end SC_POISON; ">
-},
-{
- Id: 512
- AegisName: "Apple"
- Name: "Apple"
- Type: 0
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(16,22),0; ">
-},
-{
- Id: 513
- AegisName: "Banana"
- Name: "Banana"
- Type: 0
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(17,21),0; ">
-},
-{
- Id: 514
- AegisName: "Grape"
- Name: "Grape"
- Type: 0
- Buy: 200
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 0,rand(10,15); ">
-},
-{
- Id: 515
- AegisName: "Carrot"
- Name: "Carrot"
- Type: 0
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(18,20),0; ">
-},
-{
- Id: 516
- AegisName: "Sweet_Potato"
- Name: "Potato"
- Type: 0
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(15,23),0; ">
-},
-{
- Id: 517
- AegisName: "Meat"
- Name: "Meat"
- Type: 0
- Buy: 50
- Weight: 150
- BuyingStore: true
- Script: <" itemheal rand(70,100),0; ">
-},
-{
- Id: 518
- AegisName: "Honey"
- Name: "Honey"
- Type: 0
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <" itemheal rand(70,100),rand(20,40); ">
-},
-{
- Id: 519
- AegisName: "Milk"
- Name: "Milk"
- Type: 0
- Buy: 25
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(27,37),0; ">
-},
-{
- Id: 520
- AegisName: "Leaflet_Of_Hinal"
- Name: "Hinalle Leaflet"
- Type: 0
- Buy: 150
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 521
- AegisName: "Leaflet_Of_Aloe"
- Name: "Aloe Leaflet"
- Type: 0
- Buy: 360
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 522
- AegisName: "Fruit_Of_Mastela"
- Name: "Mastela Fruit"
- Type: 0
- Buy: 8500
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(400,600),0; ">
-},
-{
- Id: 523
- AegisName: "Holy_Water"
- Name: "Holy Water"
- Type: 0
- Buy: 20
- Weight: 30
- BuyingStore: true
- Script: <" sc_end SC_CURSE; ">
-},
-{
- Id: 525
- AegisName: "Panacea"
- Name: "Panacea"
- Type: 0
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 526
- AegisName: "Royal_Jelly"
- Name: "Royal Jelly"
- Type: 0
- Buy: 7000
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 528
- AegisName: "Monster's_Feed"
- Name: "Monster's Feed"
- Type: 0
- Buy: 60
- Weight: 150
- BuyingStore: true
- Script: <" itemheal rand(72,108),0; ">
-},
-{
- Id: 529
- AegisName: "Candy"
- Name: "Candy"
- Type: 0
- Buy: 10
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 530
- AegisName: "Candy_Striper"
- Name: "Candy Cane"
- Type: 0
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 531
- AegisName: "Apple_Juice"
- Name: "Apple Juice"
- Type: 0
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(25,35),0; ">
-},
-{
- Id: 532
- AegisName: "Banana_Juice"
- Name: "Banana Juice"
- Type: 0
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(26,34),0; ">
-},
-{
- Id: 533
- AegisName: "Grape_Juice"
- Name: "Grape Juice"
- Type: 0
- Buy: 250
- Weight: 40
- BuyingStore: true
- Script: <" itemheal 0,rand(15,25); ">
-},
-{
- Id: 534
- AegisName: "Carrot_Juice"
- Name: "Carrot Juice"
- Type: 0
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(27,33),0; ">
-},
-{
- Id: 535
- AegisName: "Pumpkin"
- Name: "Pumpkin"
- Type: 0
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 19,0; ">
-},
-{
- Id: 536
- AegisName: "Ice_Cream"
- Name: "Ice Cream"
- Type: 0
- Buy: 150
- Weight: 80
- BuyingStore: true
- Script: <"
- itemheal rand(105,145),0;
- sc_start SC_FREEZE,10000,0,2500,SCFLAG_NONE;
- ">
-},
-{
- Id: 537
- AegisName: "Pet_Food"
- Name: "Pet Food"
- Type: 0
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 538
- AegisName: "Well_Baked_Cookie"
- Name: "Well-baked Cookie"
- Type: 0
- Buy: 1000
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(160,200),0; ">
-},
-{
- Id: 539
- AegisName: "Piece_Of_Cake"
- Name: "Piece of Cake"
- Type: 0
- Buy: 3000
- Weight: 100
- BuyingStore: true
- Script: <" itemheal rand(270,330),0; ">
-},
-{
- Id: 540
- AegisName: "Falcon's_Feed"
- Name: "Falcon Food"
- Type: 0
- Buy: 2000
- Weight: 50
- Script: <" itemheal rand(185,225),0; ">
-},
-{
- Id: 541
- AegisName: "Pecopeco's_Feed"
- Name: "PecoPeco Food"
- Type: 0
- Buy: 3000
- Weight: 50
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 542
- AegisName: "Festive_Cookie"
- Name: "Festive Cookie"
- Type: 0
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 543
- AegisName: "Festive_Rainbow_Cake"
- Name: "Festive Rainbow Cake"
- Type: 0
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 544
- AegisName: "Fish_Slice"
- Name: "Raw Fish"
- Type: 0
- Buy: 20
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(25,60),0; ">
-},
-{
- Id: 545
- AegisName: "Red_Slim_Potion"
- Name: "Condensed Red Potion"
- Type: 0
- Buy: 150
- Weight: 20
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 546
- AegisName: "Yellow_Slim_Potion"
- Name: "Condensed Yellow Potion"
- Type: 0
- Buy: 600
- Weight: 30
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 547
- AegisName: "White_Slim_Potion"
- Name: "Condensed White Potion"
- Type: 0
- Buy: 1650
- Weight: 50
- Trade: {
- noselltonpc: true
- }
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 548
- AegisName: "Cheese"
- Name: "Cheese"
- Type: 0
- Buy: 2800
- Weight: 50
- BuyingStore: true
- Script: <" itemheal 0,rand(10,15); ">
-},
-{
- Id: 549
- AegisName: "Nice_Sweet_Potato"
- Name: "Yam"
- Type: 0
- Buy: 180
- Weight: 80
- BuyingStore: true
- Script: <"
- itemheal rand(50,100),0;
- sc_start SC_STUN,3000,0,1500,SCFLAG_NONE;
- ">
-},
-{
- Id: 550
- AegisName: "Popped_Rice"
- Name: "Rice Cake"
- Type: 0
- Buy: 10
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(10,15),0; ">
-},
-{
- Id: 551
- AegisName: "Shusi"
- Name: "Sushi"
- Type: 0
- Buy: 1
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(50,60),0; ">
-},
-{
- Id: 552
- AegisName: "KETUPAT"
- Name: "Ketupat"
- Type: 0
- Buy: 1
- Weight: 10
- Script: <" itemheal rand(70,90),rand(20,30); ">
-},
-{
- Id: 553
- AegisName: "Bun"
- Name: "Bao"
- Type: 0
- Buy: 1
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(35,70),0; ">
-},
-{
- Id: 554
- AegisName: "Mojji"
- Name: "Mochi"
- Type: 0
- Buy: 100
- Weight: 80
- Script: <"
- itemheal rand(105,145),0;
- sc_start SC_STUN,3000,0;
- sc_start SC_BLIND,2000,0,1500,SCFLAG_NONE;
- ">
-},
-{
- Id: 555
- AegisName: "Rice_Cake"
- Name: "Traditional Rice Cake"
- Type: 0
- Buy: 100
- Weight: 20
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 556
- AegisName: "Long_Rice_Cake"
- Name: "Rice Cake Stick"
- Type: 0
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(20,25),0; ">
-},
-{
- Id: 557
- AegisName: "Hash_Rice_Cake"
- Name: "Neatly Sliced Rice Cake"
- Type: 0
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(25,30),0; ">
-},
-{
- Id: 558
- AegisName: "Chocolate"
- Name: "Chocolate"
- Type: 0
- Buy: 1
- Weight: 20
- Script: <" itemheal 1,1; ">
-},
-{
- Id: 559
- AegisName: "HandMade_Chocolate"
- Name: "Hand-made Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 560
- AegisName: "HandMade_Chocolate_"
- Name: "Handmade White Chocolate"
- Type: 0
- Buy: 5000
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 561
- AegisName: "White_Chocolate"
- Name: "White Chocolate"
- Type: 0
- Buy: 5000
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 562
- AegisName: "Pizza"
- Name: "Doublecrust Swiss Fondue"
- Type: 0
- Buy: 100
- Weight: 150
- Script: <" itemheal rand(70,100),0; ">
-},
-{
- Id: 563
- AegisName: "Pizza_01"
- Name: "Doublecrust Swiss Fondue"
- Type: 0
- Buy: 1200
- Weight: 150
- Script: <" itemheal rand(375,445),0; ">
-},
-{
- Id: 564
- AegisName: "Rice_Ball"
- Name: "Rice Ball"
- Type: 0
- Buy: 1
- Weight: 30
- BuyingStore: true
- Script: <" itemheal 200,0; ">
-},
-{
- Id: 565
- AegisName: "Vita500_Bottle"
- Name: "Vita500"
- Type: 0
- Buy: 580
- Weight: 100
- Script: <" itemheal rand(142,274),0; ">
-},
-{
- Id: 566
- AegisName: "Tomyumkung"
- Name: "Tom Yum Goong"
- Type: 0
- Buy: 10000
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(244,350),rand(10,30);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 567
- AegisName: "Prawn"
- Name: "Shrimp"
- Type: 0
- Buy: 500
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(117,192),0; ">
-},
-{
- Id: 568
- AegisName: "Lemon"
- Name: "Lemon"
- Type: 0
- Buy: 60
- Weight: 40
- BuyingStore: true
- Script: <" itemheal 0,rand(10,20); ">
-},
-{
- Id: 569
- AegisName: "Novice_Potion"
- Name: "Novice Potion"
- Type: 0
- Buy: 0
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(44,66),0; ">
-},
-{
- Id: 570
- AegisName: "Lucky_Candy"
- Name: "Lucky Candy"
- Type: 0
- Buy: 10
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 571
- AegisName: "Lucky_Candy_Cane"
- Name: "Lucky Candy Cane"
- Type: 0
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 572
- AegisName: "Lucky_Cookie"
- Name: "Lucky Cookie"
- Type: 0
- Buy: 1000
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(160,200),0; ">
-},
-{
- Id: 573
- AegisName: "Chocolate_Drink"
- Name: "Chocolate Drink"
- Type: 0
- Buy: 7000
- Weight: 150
- Script: <"
- itemheal rand(330,410),rand(45,65);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 574
- AegisName: "Egg"
- Name: "Egg"
- Type: 0
- Buy: 20
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(33,42),0; ">
-},
-{
- Id: 575
- AegisName: "Piece_Of_Cake_"
- Name: "2nd Anniversary Cake"
- Type: 0
- Buy: 10
- Weight: 100
- Script: <" itemheal rand(270,330),0; ">
-},
-{
- Id: 576
- AegisName: "Prickly_Fruit"
- Name: "Prickly Fruit"
- Type: 0
- Buy: 540
- Weight: 60
- BuyingStore: true
- Script: <" itemheal rand(150,300),rand(20,30); ">
-},
-{
- Id: 577
- AegisName: "Grain"
- Name: "Bag of Grain"
- Type: 0
- Buy: 200
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(60,70),0; ">
-},
-{
- Id: 578
- AegisName: "Strawberry"
- Name: "Strawberry"
- Type: 0
- Buy: 200
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 0,rand(16,28); ">
-},
-{
- Id: 579
- AegisName: "Delicious_Fish"
- Name: "Fresh Fish"
- Type: 0
- Buy: 250
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(100,150),0; ">
-},
-{
- Id: 580
- AegisName: "Bread"
- Name: "Bread"
- Type: 0
- Buy: 150
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 581
- AegisName: "Mushroom"
- Name: "Edible Mushroom"
- Type: 0
- Buy: 40
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(20,30),0; ">
-},
-{
- Id: 582
- AegisName: "Orange"
- Name: "Orange"
- Type: 0
- Buy: 300
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(10,20),rand(10,20); ">
-},
-{
- Id: 583
- AegisName: "KETUPAT_"
- Name: "Ketupat Sayur"
- Type: 0
- Buy: 7000
- Weight: 150
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 584
- AegisName: "Fish_Ball_Soup"
- Name: "Fish Cake Soup"
- Type: 0
- Buy: 100
- Weight: 60
- BuyingStore: true
- Script: <" itemheal rand(40,70),0; ">
-},
-{
- Id: 585
- AegisName: "Wurst"
- Name: "Brusti"
- Type: 0
- Buy: 2
- Weight: 40
- Script: <" itemheal rand(15,20),0; ">
-},
-{
- Id: 586
- AegisName: "Mother's_Cake"
- Name: "Mother's Cake"
- Type: 0
- Buy: 20
- Weight: 100
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 587
- AegisName: "Prickly_Fruit_"
- Name: "Red Prickly Fruit"
- Type: 0
- Buy: 880
- Weight: 60
- BuyingStore: true
- Script: <" itemheal rand(270,330),rand(20,30); ">
-},
-{
- Id: 588
- AegisName: "Spaghetti"
- Name: "Spaghetti"
- Type: 0
- Buy: 100
- Weight: 100
- Script: <" itemheal rand(40,70),0; ">
-},
-{
- Id: 589
- AegisName: "Pizza_02"
- Name: "Piece of Pizza"
- Type: 0
- Buy: 1200
- Weight: 150
- Script: <" itemheal rand(375,445),0; ">
-},
-{
- Id: 590
- AegisName: "Brezel_"
- Name: "Bretzel"
- Type: 0
- Buy: 2
- Weight: 20
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 591
- AegisName: "Caviar_Pancake"
- Name: "Caviar Pancake"
- Type: 0
- Buy: 0
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 592
- AegisName: "Jam_Pancake"
- Name: "Jam Pancake"
- Type: 0
- Buy: 0
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 593
- AegisName: "Honey_Pancake"
- Name: "Honey Pancake"
- Type: 0
- Buy: 0
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 594
- AegisName: "Sour_Cream_Pancake"
- Name: "Sour-Cream Pancake"
- Type: 0
- Buy: 0
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 595
- AegisName: "Mushroom_Pancake"
- Name: "Mushroom Pancake"
- Type: 0
- Buy: 0
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 596
- AegisName: "Cute_Strawberry_Choco"
- Name: "Cute Strawberry-Choco"
- Type: 0
- Buy: 20
- Weight: 100
- Script: <" itemheal 0,rand(1,100); ">
-},
-{
- Id: 597
- AegisName: "Lovely_Choco_Tart"
- Name: "Lovely Choco-Tart"
- Type: 0
- Buy: 20
- Weight: 100
- Script: <" itemheal rand(10,400),0; ">
-},
-{
- Id: 598
- AegisName: "Light_Red_Pot"
- Name: "Light Red Potion"
- Type: 0
- Buy: 50
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 599
- AegisName: "Light_Orange_Pot"
- Name: "Light Orange Potion"
- Type: 0
- Buy: 200
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(105,145),0; ">
-},
-// Usable Items
-// ===================================================================
-{
- Id: 601
- AegisName: "Wing_Of_Fly"
- Name: "Fly Wing"
- Type: 11
- Buy: 60
- Weight: 50
- BuyingStore: true
- Script: <" itemskill AL_TELEPORT,1; ">
-},
-{
- Id: 602
- AegisName: "Wing_Of_Butterfly"
- Name: "Butterfly Wing"
- Type: 11
- Buy: 300
- Weight: 50
- BuyingStore: true
- Script: <" itemskill AL_TELEPORT,3; ">
-},
-{
- Id: 603
- AegisName: "Old_Blue_Box"
- Name: "Old Blue Box"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Trade: {
- noselltonpc: true
- }
- Script: <" getrandgroupitem 603,1; ">
-},
-{
- Id: 604
- AegisName: "Branch_Of_Dead_Tree"
- Name: "Dead Branch"
- Type: 2
- Buy: 50
- Weight: 50
- BuyingStore: true
- Script: <" monster "this",-1,-1,"--ja--",-1,1,""; ">
-},
-{
- Id: 605
- AegisName: "Anodyne"
- Name: "Anodyne"
- Type: 11
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Script: <" itemskill SM_ENDURE,1; ">
-},
-{
- Id: 606
- AegisName: "Aloebera"
- Name: "Aloevera"
- Type: 11
- Buy: 1500
- Weight: 100
- BuyingStore: true
- Script: <" itemskill SM_SELFPROVOKE,1; ">
-},
-{
- Id: 607
- AegisName: "Yggdrasilberry"
- Name: "Yggdrasil Berry"
- Type: 0
- Buy: 5000
- Weight: 300
- BuyingStore: true
- Delay: 5000
- Script: <" percentheal 100,100; ">
-},
-{
- Id: 608
- AegisName: "Seed_Of_Yggdrasil"
- Name: "Yggdrasil Seed"
- Type: 0
- Buy: 5000
- Weight: 300
- BuyingStore: true
- Delay: 3000
- Script: <" percentheal 50,50; ">
-},
-{
- Id: 609
- AegisName: "Amulet"
- Name: "Amulet"
- Type: 2
- Buy: 100
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 610
- AegisName: "Leaf_Of_Yggdrasil"
- Name: "Yggdrasil Leaf"
- Type: 11
- Buy: 4000
- Weight: 100
- BuyingStore: true
- Script: <" itemskill ALL_RESURRECTION,1; ">
-},
-{
- Id: 611
- AegisName: "Spectacles"
- Name: "Magnifier"
- Type: 11
- Buy: 40
- Weight: 50
- BuyingStore: true
- Script: <" itemskill MC_IDENTIFY,1; ">
-},
-{
- Id: 612
- AegisName: "Portable_Furnace"
- Name: "Mini Furnace"
- Type: 2
- Buy: 150
- Weight: 200
- BuyingStore: true
- Script: <" produce 21; ">
-},
-{
- Id: 613
- AegisName: "Iron_Hammer"
- Name: "Iron Hammer"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" produce 1; ">
-},
-{
- Id: 614
- AegisName: "Golden_Hammer"
- Name: "Golden Hammer"
- Type: 2
- Buy: 3000
- Weight: 300
- BuyingStore: true
- Script: <" produce 2; ">
-},
-{
- Id: 615
- AegisName: "Oridecon_Hammer"
- Name: "Oridecon Hammer"
- Type: 2
- Buy: 5000
- Weight: 400
- BuyingStore: true
- Script: <" produce 3; ">
-},
-{
- Id: 616
- AegisName: "Old_Card_Album"
- Name: "Old Card Album"
- Type: 2
- Buy: 10000
- Weight: 50
- BuyingStore: true
- Script: <" getrandgroupitem 616,1; ">
-},
-{
- Id: 617
- AegisName: "Old_Violet_Box"
- Name: "Old Purple Box"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Trade: {
- noselltonpc: true
- }
- Script: <" getrandgroupitem 617,1; ">
-},
-{
- Id: 618
- AegisName: "Worn_Out_Scroll"
- Name: "Worn Out Scroll"
- Type: 2
- Buy: 50
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 619
- AegisName: "Unripe_Apple"
- Name: "Unripe Apple"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1002; ">
-},
-{
- Id: 620
- AegisName: "Orange_Juice"
- Name: "Orange Juice"
- Type: 2
- Buy: 1500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1113; ">
-},
-{
- Id: 621
- AegisName: "Bitter_Herb"
- Name: "Bitter Herb"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1031; ">
-},
-{
- Id: 622
- AegisName: "Rainbow_Carrot"
- Name: "Rainbow Carrot"
- Type: 2
- Buy: 2500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1063; ">
-},
-{
- Id: 623
- AegisName: "Earthworm_The_Dude"
- Name: "Earthworm the Dude"
- Type: 2
- Buy: 4000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1049; ">
-},
-{
- Id: 624
- AegisName: "Rotten_Fish"
- Name: "Rotten Fish"
- Type: 2
- Buy: 2500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1011; ">
-},
-{
- Id: 625
- AegisName: "Lusty_Iron"
- Name: "Rusty Iron"
- Type: 2
- Buy: 100
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1042; ">
-},
-{
- Id: 626
- AegisName: "Monster_Juice"
- Name: "Monster Juice"
- Type: 2
- Buy: 1500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1035; ">
-},
-{
- Id: 627
- AegisName: "Sweet_Milk"
- Name: "Sweet Milk"
- Type: 2
- Buy: 7000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1167; ">
-},
-{
- Id: 628
- AegisName: "Well_Dried_Bone"
- Name: "Well-Dried Bone"
- Type: 2
- Buy: 10000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1107; ">
-},
-{
- Id: 629
- AegisName: "Singing_Flower"
- Name: "Singing Flower"
- Type: 2
- Buy: 300
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1052; ">
-},
-{
- Id: 630
- AegisName: "Dew_Laden_Moss"
- Name: "Dew Laden Moss"
- Type: 2
- Buy: 10
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1014; ">
-},
-{
- Id: 631
- AegisName: "Deadly_Noxious_Herb"
- Name: "Deadly Noxious Herb"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1077; ">
-},
-{
- Id: 632
- AegisName: "Fatty_Chubby_Earthworm"
- Name: "Fatty Chubby Earthworm"
- Type: 2
- Buy: 5000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1019; ">
-},
-{
- Id: 633
- AegisName: "Baked_Yam"
- Name: "Sweet Potato"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1056; ">
-},
-{
- Id: 634
- AegisName: "Tropical_Banana"
- Name: "Tropical Banana"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1057; ">
-},
-{
- Id: 635
- AegisName: "Horror_Of_Tribe"
- Name: "Orc Trophy"
- Type: 2
- Buy: 300
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1023; ">
-},
-{
- Id: 636
- AegisName: "No_Recipient"
- Name: "No Recipient"
- Type: 2
- Buy: 100
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1026; ">
-},
-{
- Id: 637
- AegisName: "Old_Broom"
- Name: "Old Broom"
- Type: 2
- Buy: 350
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1110; ">
-},
-{
- Id: 638
- AegisName: "Silver_Knife_Of_Chaste"
- Name: "Silver Knife of Chastity"
- Type: 2
- Buy: 12000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1170; ">
-},
-{
- Id: 639
- AegisName: "Armlet_Of_Obedience"
- Name: "Armlet of Obedience"
- Type: 2
- Buy: 18000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1029; ">
-},
-{
- Id: 640
- AegisName: "Shining_Stone"
- Name: "Shining Stone"
- Type: 2
- Buy: 3000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1155; ">
-},
-{
- Id: 641
- AegisName: "Contracts_In_Shadow"
- Name: "Contract in Shadow"
- Type: 2
- Buy: 100
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1109; ">
-},
-{
- Id: 642
- AegisName: "Book_Of_Devil"
- Name: "Book of the Devil"
- Type: 2
- Buy: 1800
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1101; ">
-},
-{
- Id: 643
- AegisName: "Pet_Incubator"
- Name: "Pet Incubator"
- Type: 2
- Buy: 3000
- Weight: 30
- BuyingStore: true
- Script: <" bpet; ">
-},
-{
- Id: 644
- AegisName: "Gift_Box"
- Name: "Gift Box"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 644,1; ">
-},
-{
- Id: 645
- AegisName: "Center_Potion"
- Name: "Concentration Potion"
- Type: 2
- Buy: 800
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_ATTHASTE_POTION1,1800000,4; ">
-},
-{
- Id: 656
- AegisName: "Awakening_Potion"
- Name: "Awakening Potion"
- Type: 2
- Buy: 1500
- Weight: 150
- Job: 0xFFF7FEEF
- EquipLv: 40
- BuyingStore: true
- Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; ">
-},
-{
- Id: 657
- AegisName: "Berserk_Potion"
- Name: "Berserk Potion"
- Type: 2
- Buy: 3000
- Weight: 200
- Job: 0x01E646A6
- EquipLv: 85
- BuyingStore: true
- Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; ">
-},
-{
- Id: 658
- AegisName: "Union_Of_Tribe"
- Name: "Tribal Solidarity"
- Type: 2
- Buy: 2
- Weight: 500
- BuyingStore: true
- Script: <" guildgetexp rand(600000,1200000); ">
-},
-{
- Id: 659
- AegisName: "Heart_Of_Her"
- Name: "Her Heart"
- Type: 2
- Buy: 500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1188; ">
-},
-{
- Id: 660
- AegisName: "Prohibition_Red_Candle"
- Name: "Forbidden Red Candle"
- Type: 2
- Buy: 20000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1200; ">
-},
-{
- Id: 661
- AegisName: "Sway_Apron"
- Name: "Soft Apron"
- Type: 2
- Buy: 20000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1275; ">
-},
-{
- Id: 662
- AegisName: "Inspector_Certificate"
- Name: "Authoritative Badge"
- Type: 2
- Buy: 1450
- Weight: 30
- BuyingStore: true
- Script: <" sc_start SC_MOVHASTE_HORSE,180000,0; ">
-},
-{
- Id: 663
- AegisName: "Korea_Rice_Cake"
- Name: "Korean Rice Cake"
- Type: 0
- Buy: 1
- Weight: 10
- BuyingStore: true
- Script: <" percentheal 10,0; ">
-},
-{
- Id: 664
- AegisName: "Gift_Box_1"
- Name: "Gift Box"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 664,1; ">
-},
-{
- Id: 665
- AegisName: "Gift_Box_2"
- Name: "Gift Box"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 665,1; ">
-},
-{
- Id: 666
- AegisName: "Gift_Box_3"
- Name: "Gift Box"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 666,1; ">
-},
-{
- Id: 667
- AegisName: "Gift_Box_4"
- Name: "Gift Box"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 667,1; ">
-},
-{
- Id: 668
- AegisName: "Handsei"
- Name: "New Year's Red Envelope"
- Type: 2
- Buy: 0
- Weight: 20
- BuyingStore: true
- Script: <" Zeny += rand(1000,10000); ">
-},
-{
- Id: 669
- AegisName: "Rice_Cake_Soup"
- Name: "Tempting Rice-Cake Soup"
- Type: 0
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <" percentheal -100,-100; ">
-},
-{
- Id: 670
- AegisName: "Gold_Coin_Moneybag"
- Name: "Bag of Gold Coins"
- Buy: 100000
- Weight: 400
-},
-{
- Id: 671
- AegisName: "Gold_Coin"
- Name: "Gold Roulette Coin"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" TmpRouletteGold += 1; ">
-},
-{
- Id: 672
- AegisName: "Copper_Coin_Moneybag"
- Name: "Bag of Bronze Coins"
- Buy: 1000
- Weight: 400
-},
-{
- Id: 673
- AegisName: "Copper_Coin"
- Name: "UGC Token"
- Buy: 100
- Weight: 40
-},
-{
- Id: 674
- AegisName: "Mithril_Coin"
- Name: "Mithril Coin"
- Buy: 5000
- Weight: 40
-},
-{
- Id: 675
- AegisName: "Silver_Coin"
- Name: "Silver Roulette Coin"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" TmpRouletteSilver += 1; ">
-},
-{
- Id: 676
- AegisName: "Silver_Coin_Moneybag"
- Name: "Bag of Silver Coins"
- Buy: 50000
- Weight: 400
-},
-{
- Id: 677
- AegisName: "White_Gold_Coin"
- Name: "Platinum Coin"
- Buy: 2000
- Weight: 40
-},
-{
- Id: 678
- AegisName: "Poison_Bottle"
- Name: "Poison Bottle"
- Type: 2
- Buy: 5000
- Weight: 100
- BuyingStore: true
- Script: <"
- if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {
- sc_start SC_DPOISON,60000,0;
- sc_start SC_ATTHASTE_INFINITY,60000,9;
- }
- else percentheal -100,-100;
- ">
-},
-{
- Id: 679
- AegisName: "Gold_Pill"
- Name: "Pilule"
- Type: 2
- Buy: 5000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE;
- sc_start SC_POISON,50000,0;
- ">
-},
-{
- Id: 680
- AegisName: "Magical_Carnation"
- Name: "Magic Carnation"
- Type: 0
- Buy: 0
- Weight: 1000
- Script: <" percentheal 0,20; ">
-},
-{
- Id: 681
- AegisName: "Memory_Of_Wedding"
- Name: "Sweet Memory of Marriage"
- Type: 2
- Buy: 50000
- Weight: 10
- BuyingStore: true
- Script: <" if (getpartnerid()) sc_start SC_WEDDING,600000,0; ">
-},
-{
- Id: 682
- AegisName: "Realgar_Wine"
- Name: "Distilled Fighting Spirit"
- Type: 2
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_PLUSATTACKPOWER,60000,30; ">
-},
-{
- Id: 683
- AegisName: "Exorcize_Herb"
- Name: "Herb of Incantation"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_PLUSMAGICPOWER,60000,30; ">
-},
-{
- Id: 684
- AegisName: "Durian"
- Name: "Durian"
- Type: 2
- Buy: 15000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_PLUSATTACKPOWER,60000,10;
- sc_start SC_PLUSMAGICPOWER,60000,10;
- ">
-},
-{
- Id: 685
- AegisName: "RAMADAN"
- Name: "Ramadan"
- Type: 0
- Buy: 5000
- Weight: 300
- Script: <" percentheal 100,50; ">
-},
-{
- Id: 686
- AegisName: "Earth_Scroll_1_3"
- Name: "Level 3 Earth Spike"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill WZ_EARTHSPIKE,3; ">
-},
-{
- Id: 687
- AegisName: "Earth_Scroll_1_5"
- Name: "Level 5 Earth Spike"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill WZ_EARTHSPIKE,5; ">
-},
-{
- Id: 688
- AegisName: "Cold_Scroll_1_3"
- Name: "Level 3 Cold Bolt"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_COLDBOLT,3; ">
-},
-{
- Id: 689
- AegisName: "Cold_Scroll_1_5"
- Name: "Level 5 Cold Bolt"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_COLDBOLT,5; ">
-},
-{
- Id: 690
- AegisName: "Fire_Scroll_1_3"
- Name: "Level 3 Fire Bolt"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBOLT,3; ">
-},
-{
- Id: 691
- AegisName: "Fire_Scroll_1_5"
- Name: "Level 5 Fire Bolt"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBOLT,5; ">
-},
-{
- Id: 692
- AegisName: "Wind_Scroll_1_3"
- Name: "Level 3 Lightening Bolt"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_LIGHTNINGBOLT,3; ">
-},
-{
- Id: 693
- AegisName: "Wind_Scroll_1_5"
- Name: "Level 5 Lightening Bolt"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_LIGHTNINGBOLT,5; ">
-},
-{
- Id: 694
- AegisName: "Ghost_Scroll_1_3"
- Name: "Level 3 Soul Strike"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_SOULSTRIKE,3; ">
-},
-{
- Id: 695
- AegisName: "Ghost_Scroll_1_5"
- Name: "Level 5 Soul Strike"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_SOULSTRIKE,5; ">
-},
-{
- Id: 696
- AegisName: "Fire_Scroll_2_1"
- Name: "Level 1 Fire Ball"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBALL,1; ">
-},
-{
- Id: 697
- AegisName: "Fire_Scroll_2_5"
- Name: "Level 5 Fire Ball"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBALL,5; ">
-},
-{
- Id: 698
- AegisName: "Fire_Scroll_3_1"
- Name: "Level 1 Fire Wall"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREWALL,1; ">
-},
-{
- Id: 699
- AegisName: "Fire_Scroll_3_5"
- Name: "Level 5 Fire Wall"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREWALL,5; ">
-},
-{
- Id: 700
- AegisName: "Cold_Scroll_2_1"
- Name: "Level 1 Frost Diver"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FROSTDIVER,1; ">
-},
-// Etc Items
-// ===================================================================
-{
- Id: 701
- AegisName: "Ora_Ora"
- Name: "Ora Ora"
- Buy: 55000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 702
- AegisName: "Animal_Blood"
- Name: "Animal Gore"
- Buy: 450
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 703
- AegisName: "Hinalle"
- Name: "Hinalle"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 704
- AegisName: "Aloe"
- Name: "Aloe"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 705
- AegisName: "Clover"
- Name: "Clover"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 706
- AegisName: "Four_Leaf_Clover"
- Name: "Four Leaf Clover"
- Buy: 80000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 707
- AegisName: "Singing_Plant"
- Name: "Singing Plant"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 708
- AegisName: "Ment"
- Name: "Ment"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 709
- AegisName: "Izidor"
- Name: "Izidor"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 710
- AegisName: "Illusion_Flower"
- Name: "Illusion Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 711
- AegisName: "Shoot"
- Name: "Shoot"
- Buy: 16
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 712
- AegisName: "Flower"
- Name: "Flower"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 713
- AegisName: "Empty_Bottle"
- Name: "Empty Bottle"
- Buy: 6
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 714
- AegisName: "Emperium"
- Name: "Emperium"
- Buy: 2
- Weight: 1000
- BuyingStore: true
-},
-{
- Id: 715
- AegisName: "Yellow_Gemstone"
- Name: "Yellow Gemstone"
- Buy: 600
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 716
- AegisName: "Red_Gemstone"
- Name: "Red Gemstone"
- Buy: 600
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 717
- AegisName: "Blue_Gemstone"
- Name: "Blue Gemstone"
- Buy: 600
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 718
- AegisName: "Dark_Red_Jewel"
- Name: "Garnet"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 719
- AegisName: "Violet_Jewel"
- Name: "Amethyst"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 720
- AegisName: "Skyblue_Jewel"
- Name: "Aquamarine"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 721
- AegisName: "Azure_Jewel"
- Name: "Emerald"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 722
- AegisName: "Scarlet_Jewel"
- Name: "Pearl"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 723
- AegisName: "Cardinal_Jewel"
- Name: "Ruby"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 724
- AegisName: "Cardinal_Jewel_"
- Name: "Cursed Ruby"
- Buy: 600
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 725
- AegisName: "Red_Jewel"
- Name: "Sardonyx"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 726
- AegisName: "Blue_Jewel"
- Name: "Sapphire"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 727
- AegisName: "White_Jewel"
- Name: "Opal"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 728
- AegisName: "Golden_Jewel"
- Name: "Topaz"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 729
- AegisName: "Bluish_Green_Jewel"
- Name: "Zircon"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 730
- AegisName: "Crystal_Jewel"
- Name: "1carat Diamond"
- Buy: 10000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 731
- AegisName: "Crystal_Jewel_"
- Name: "2carat Diamond"
- Buy: 25000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 732
- AegisName: "Crystal_Jewel__"
- Name: "3carat Diamond"
- Buy: 55000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 733
- AegisName: "Crystal_Jewel___"
- Name: "Cracked Diamond"
- Buy: 10
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 734
- AegisName: "Red_Frame"
- Name: "Red Frame"
- Buy: 3000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 735
- AegisName: "Blue_Porcelain"
- Name: "Chung Jah"
- Buy: 5000
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 736
- AegisName: "White_Platter"
- Name: "China"
- Buy: 1000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 737
- AegisName: "Black_Ladle"
- Name: "Black Ladle"
- Buy: 400
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 738
- AegisName: "Pencil_Case"
- Name: "Pencil Case"
- Buy: 400
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 739
- AegisName: "Rouge"
- Name: "Rouge"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 740
- AegisName: "Stuffed_Doll"
- Name: "Puppet"
- Buy: 1000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 741
- AegisName: "Poring_Doll"
- Name: "Poring Doll"
- Buy: 1800
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 742
- AegisName: "Chonchon_Doll"
- Name: "Chonchon Doll"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 743
- AegisName: "Spore_Doll"
- Name: "Spore Doll"
- Buy: 5500
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 744
- AegisName: "Bunch_Of_Flowers"
- Name: "Bouquet"
- Buy: 2000
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- }
-},
-{
- Id: 745
- AegisName: "Wedding_Bouquet"
- Name: "Wedding Bouquet"
- Buy: 12000
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- }
-},
-{
- Id: 746
- AegisName: "Glass_Bead"
- Name: "Glass Bead"
- Buy: 1400
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 747
- AegisName: "Crystal_Mirror"
- Name: "Crystal Mirror"
- Buy: 15000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 748
- AegisName: "Witherless_Rose"
- Name: "Witherless Rose"
- Buy: 55000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 749
- AegisName: "Frozen_Rose"
- Name: "Frozen Rose"
- Buy: 35000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 750
- AegisName: "Baphomet_Doll"
- Name: "Baphomet Doll"
- Buy: 18000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 751
- AegisName: "Osiris_Doll"
- Name: "Osiris Doll"
- Buy: 14000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 752
- AegisName: "Grasshopper_Doll"
- Name: "Rocker Doll"
- Buy: 4000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 753
- AegisName: "Monkey_Doll"
- Name: "Yoyo Doll"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 754
- AegisName: "Raccoondog_Doll"
- Name: "Racoon Doll"
- Buy: 5000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 756
- AegisName: "Oridecon_Stone"
- Name: "Rough Oridecon"
- Buy: 550
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 757
- AegisName: "Elunium_Stone"
- Name: "Rough Elunium"
- Buy: 650
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 901
- AegisName: "Danggie"
- Name: "Daenggie"
- Buy: 260
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 902
- AegisName: "Tree_Root"
- Name: "Tree Root"
- Buy: 12
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 903
- AegisName: "Reptile_Tongue"
- Name: "Reptile Tongue"
- Buy: 140
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 904
- AegisName: "Scorpion's_Tail"
- Name: "Scorpion Tail"
- Buy: 124
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 905
- AegisName: "Stem"
- Name: "Stem"
- Buy: 46
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 906
- AegisName: "Pointed_Scale"
- Name: "Pointed Scale"
- Buy: 68
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 907
- AegisName: "Resin"
- Name: "Resin"
- Buy: 120
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 908
- AegisName: "Spawn"
- Name: "Spawn"
- Buy: 140
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 909
- AegisName: "Jellopy"
- Name: "Jellopy"
- Buy: 6
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 910
- AegisName: "Garlet"
- Name: "Garlet"
- Buy: 40
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 911
- AegisName: "Scell"
- Name: "Scell"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 912
- AegisName: "Zargon"
- Name: "Zargon"
- Buy: 480
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 913
- AegisName: "Tooth_Of_Bat"
- Name: "Tooth of Bat"
- Buy: 34
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 914
- AegisName: "Fluff"
- Name: "Fluff"
- Buy: 8
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 915
- AegisName: "Chrysalis"
- Name: "Chrysalis"
- Buy: 8
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 916
- AegisName: "Feather_Of_Birds"
- Name: "Feather of Birds"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 917
- AegisName: "Talon"
- Name: "Talon"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 918
- AegisName: "Sticky_Webfoot"
- Name: "Sticky Webfoot"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 919
- AegisName: "Animal's_Skin"
- Name: "Animal Skin"
- Buy: 36
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 920
- AegisName: "Claw_Of_Wolves"
- Name: "Wolf Claw"
- Buy: 58
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 921
- AegisName: "Mushroom_Spore"
- Name: "Mushroom Spore"
- Buy: 36
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 922
- AegisName: "Orcish_Cuspid"
- Name: "Orc's Fang"
- Buy: 220
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 923
- AegisName: "Evil_Horn"
- Name: "Evil Horn"
- Buy: 1200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 924
- AegisName: "Powder_Of_Butterfly"
- Name: "Powder of Butterfly"
- Buy: 90
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 925
- AegisName: "Bill_Of_Birds"
- Name: "Bill of Birds"
- Buy: 64
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 926
- AegisName: "Scale_Of_Snakes"
- Name: "Snake Scale"
- Buy: 82
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 928
- AegisName: "Insect_Feeler"
- Name: "Insect Feeler"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 929
- AegisName: "Immortal_Heart"
- Name: "Immortal Heart"
- Buy: 374
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 930
- AegisName: "Rotten_Bandage"
- Name: "Rotten Bandage"
- Buy: 350
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 931
- AegisName: "Orcish_Voucher"
- Name: "Orcish Voucher"
- Buy: 142
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 932
- AegisName: "Skel_Bone"
- Name: "Skel-Bone"
- Buy: 232
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 934
- AegisName: "Mementos"
- Name: "Memento"
- Buy: 600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 935
- AegisName: "Shell"
- Name: "Shell"
- Buy: 14
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 936
- AegisName: "Scales_Shell"
- Name: "Scale Shell"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 937
- AegisName: "Posionous_Canine"
- Name: "Venom Canine"
- Buy: 148
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 938
- AegisName: "Sticky_Mucus"
- Name: "Sticky Mucus"
- Buy: 70
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 939
- AegisName: "Bee_Sting"
- Name: "Bee Sting"
- Buy: 32
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 940
- AegisName: "Grasshopper's_Leg"
- Name: "Grasshopper's Leg"
- Buy: 36
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 941
- AegisName: "Nose_Ring"
- Name: "Nose Ring"
- Buy: 568
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 942
- AegisName: "Yoyo_Tail"
- Name: "Yoyo Tail"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 943
- AegisName: "Solid_Shell"
- Name: "Solid Shell"
- Buy: 448
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 944
- AegisName: "Horseshoe"
- Name: "Horseshoe"
- Buy: 588
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 945
- AegisName: "Raccoon_Leaf"
- Name: "Raccoon Leaf"
- Buy: 106
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 946
- AegisName: "Snail's_Shell"
- Name: "Snail's Shell"
- Buy: 64
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 947
- AegisName: "Horn"
- Name: "Horn"
- Buy: 116
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 948
- AegisName: "Bear's_Foot"
- Name: "Bear's Footskin"
- Buy: 174
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 949
- AegisName: "Feather"
- Name: "Feather"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 950
- AegisName: "Heart_Of_Mermaid"
- Name: "Heart of Mermaid"
- Buy: 264
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 951
- AegisName: "Fin"
- Name: "Fin"
- Buy: 412
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 952
- AegisName: "Cactus_Needle"
- Name: "Cactus Needle"
- Buy: 82
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 953
- AegisName: "Stone_Heart"
- Name: "Stone Heart"
- Buy: 184
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 954
- AegisName: "Shining_Scales"
- Name: "Shining Scale"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 955
- AegisName: "Worm_Peelings"
- Name: "Worm Peeling"
- Buy: 52
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 956
- AegisName: "Gill"
- Name: "Gill"
- Buy: 342
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 957
- AegisName: "Decayed_Nail"
- Name: "Decayed Nail"
- Buy: 82
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 958
- AegisName: "Horrendous_Mouth"
- Name: "Horrendous Mouth"
- Buy: 390
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 959
- AegisName: "Rotten_Scale"
- Name: "Stinky Scale"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 960
- AegisName: "Nipper"
- Name: "Nipper"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 961
- AegisName: "Conch"
- Name: "Conch"
- Buy: 158
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 962
- AegisName: "Tentacle"
- Name: "Tentacle"
- Buy: 70
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 963
- AegisName: "Sharp_Scale"
- Name: "Sharp Scale"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 964
- AegisName: "Crap_Shell"
- Name: "Crab Shell"
- Buy: 90
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 965
- AegisName: "Clam_Shell"
- Name: "Clam Shell"
- Buy: 56
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 966
- AegisName: "Flesh_Of_Clam"
- Name: "Clam Flesh"
- Buy: 158
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 967
- AegisName: "Turtle_Shell"
- Name: "Turtle Shell"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 968
- AegisName: "Voucher_Of_Orcish_Hero"
- Name: "Heroic Emblem"
- Buy: 3000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 969
- AegisName: "Gold"
- Name: "Gold"
- Buy: 200000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 970
- AegisName: "Alchol"
- Name: "Alcohol"
- Buy: 400
- Weight: 30
-},
-{
- Id: 971
- AegisName: "Detrimindexta"
- Name: "Detrimindexta"
- Buy: 400
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 972
- AegisName: "Karvodailnirol"
- Name: "Karvodailnirol"
- Buy: 400
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 973
- AegisName: "Counteragent"
- Name: "Counteragent"
- Buy: 800
- Weight: 70
- BuyingStore: true
-},
-{
- Id: 974
- AegisName: "Mixture"
- Name: "Mixture"
- Buy: 800
- Weight: 70
- BuyingStore: true
-},
-{
- Id: 975
- AegisName: "Scarlet_Dyestuffs"
- Name: "Scarlet Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 976
- AegisName: "Lemon_Dyestuffs"
- Name: "Lemon Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 978
- AegisName: "Cobaltblue_Dyestuffs"
- Name: "Cobaltblue Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 979
- AegisName: "Darkgreen_Dyestuffs"
- Name: "Darkgreen Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 980
- AegisName: "Orange_Dyestuffs"
- Name: "Orange Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 981
- AegisName: "Violet_Dyestuffs"
- Name: "Violet Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 982
- AegisName: "White_Dyestuffs"
- Name: "White Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 983
- AegisName: "Black_Dyestuffs"
- Name: "Black Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 984
- AegisName: "Oridecon"
- Name: "Oridecon"
- Buy: 1100
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 985
- AegisName: "Elunium"
- Name: "Elunium"
- Buy: 1100
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 986
- AegisName: "Anvil"
- Name: "Anvil"
- Buy: 30000
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 987
- AegisName: "Oridecon_Anvil"
- Name: "Oridecon Anvil"
- Buy: 120000
- Weight: 700
- BuyingStore: true
-},
-{
- Id: 988
- AegisName: "Golden_Anvil"
- Name: "Golden Anvil"
- Buy: 300000
- Weight: 900
- BuyingStore: true
-},
-{
- Id: 989
- AegisName: "Emperium_Anvil"
- Name: "Emperium Anvil"
- Buy: 600000
- Weight: 1000
- BuyingStore: true
-},
-{
- Id: 990
- AegisName: "Boody_Red"
- Name: "Red Blood"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 991
- AegisName: "Crystal_Blue"
- Name: "Crystal Blue"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 992
- AegisName: "Wind_Of_Verdure"
- Name: "Wind of Verdure"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 993
- AegisName: "Yellow_Live"
- Name: "Green Live"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 994
- AegisName: "Flame_Heart"
- Name: "Flame Heart"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 995
- AegisName: "Mistic_Frozen"
- Name: "Mystic Frozen"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 996
- AegisName: "Rough_Wind"
- Name: "Rough Wind"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 997
- AegisName: "Great_Nature"
- Name: "Great Nature"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 998
- AegisName: "Iron"
- Name: "Iron"
- Buy: 100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 999
- AegisName: "Steel"
- Name: "Steel"
- Buy: 1000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1000
- AegisName: "Star_Crumb"
- Name: "Star Crumb"
- Buy: 4500
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1001
- AegisName: "Sparkling_Dust"
- Name: "Star Dust"
- Buy: 1500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1002
- AegisName: "Iron_Ore"
- Name: "Iron Ore"
- Buy: 50
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 1003
- AegisName: "Coal"
- Name: "Coal"
- Buy: 500
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 1004
- AegisName: "Patriotism_Marks"
- Name: "Chivalry Emblem"
- Buy: 2
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1005
- AegisName: "Hammer_Of_Blacksmith"
- Name: "Hammer of Blacksmith"
- Buy: 2
- Weight: 800
- BuyingStore: true
-},
-{
- Id: 1006
- AegisName: "Old_Magic_Book"
- Name: "Old Magicbook"
- Buy: 2
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 1007
- AegisName: "Penetration"
- Name: "Necklace of Wisdom"
- Buy: 2
- Weight: 40
- BuyingStore: true
-},
-{
- Id: 1008
- AegisName: "Frozen_Heart"
- Name: "Necklace of Oblivion"
- Buy: 2
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1009
- AegisName: "Sacred_Marks"
- Name: "Hand of God"
- Buy: 2
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 1010
- AegisName: "Phracon"
- Name: "Phracon"
- Buy: 200
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 1011
- AegisName: "Emveretarcon"
- Name: "Emveretarcon"
- Buy: 1000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 1012
- AegisName: "Lizard_Scruff"
- Name: "Frill"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1013
- AegisName: "Colorful_Shell"
- Name: "Rainbow Shell"
- Buy: 90
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1014
- AegisName: "Jaws_Of_Ant"
- Name: "Ant Jaw"
- Buy: 232
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1015
- AegisName: "Thin_N'_Long_Tongue"
- Name: "Tongue"
- Buy: 528
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1016
- AegisName: "Rat_Tail"
- Name: "Rat Tail"
- Buy: 52
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1017
- AegisName: "Moustache_Of_Mole"
- Name: "Mole Whiskers"
- Buy: 106
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1018
- AegisName: "Nail_Of_Mole"
- Name: "Mole Claw"
- Buy: 210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1019
- AegisName: "Wooden_Block"
- Name: "Trunk"
- Buy: 60
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1020
- AegisName: "Long_Hair"
- Name: "Black Hair"
- Buy: 292
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1021
- AegisName: "Dokkaebi_Horn"
- Name: "Dokebi Horn"
- Buy: 292
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1022
- AegisName: "Fox_Tail"
- Name: "Nine Tails"
- Buy: 650
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1023
- AegisName: "Fish_Tail"
- Name: "Fish Tail"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1024
- AegisName: "Chinese_Ink"
- Name: "Squid Ink"
- Buy: 264
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1025
- AegisName: "Spiderweb"
- Name: "Cobweb"
- Buy: 184
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1026
- AegisName: "Acorn"
- Name: "Acorn"
- Buy: 98
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1027
- AegisName: "Porcupine_Spike"
- Name: "Porcupine Quill"
- Buy: 158
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1028
- AegisName: "Wild_Boar's_Mane"
- Name: "Mane"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1029
- AegisName: "Tiger's_Skin"
- Name: "Tiger Skin"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1030
- AegisName: "Tiger_Footskin"
- Name: "Tiger's Footskin"
- Buy: 1500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1031
- AegisName: "Limb_Of_Mantis"
- Name: "Mantis Scythe"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1032
- AegisName: "Blossom_Of_Maneater"
- Name: "Maneater Blossom"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1033
- AegisName: "Root_Of_Maneater"
- Name: "Maneater Root"
- Buy: 208
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1034
- AegisName: "Cobold_Hair"
- Name: "Blue Hair"
- Buy: 342
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1035
- AegisName: "Dragon_Canine"
- Name: "Dragon Canine"
- Buy: 484
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1036
- AegisName: "Dragon_Scale"
- Name: "Dragon Scale"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1037
- AegisName: "Dragon_Train"
- Name: "Dragon Tail"
- Buy: 1200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1038
- AegisName: "Petite_DiablOfs_Horn"
- Name: "Little Evil Horn"
- Buy: 528
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1039
- AegisName: "Petite_DiablOfs_Wing"
- Name: "Little Evil Wing"
- Buy: 2000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1040
- AegisName: "Elder_Pixie's_Beard"
- Name: "Elder Pixie's Moustache"
- Buy: 232
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1041
- AegisName: "Lantern"
- Name: "Lantern"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1042
- AegisName: "Short_Leg"
- Name: "Bug Leg"
- Buy: 430
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1043
- AegisName: "Nail_Of_Orc"
- Name: "Orc Claw"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1044
- AegisName: "Tooth_Of_"
- Name: "Zenorc's Fang"
- Buy: 264
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1045
- AegisName: "Sacred_Masque"
- Name: "Cultish Masque"
- Buy: 412
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1046
- AegisName: "Tweezer"
- Name: "Scorpion Nipper"
- Buy: 614
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1047
- AegisName: "Head_Of_Medusa"
- Name: "Dead Medusa"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1048
- AegisName: "Slender_Snake"
- Name: "Horrendous Hair"
- Buy: 800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1049
- AegisName: "Skirt_Of_Virgin"
- Name: "Skirt of Virgin"
- Buy: 1700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1050
- AegisName: "Tendon"
- Name: "Tendon"
- Buy: 220
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1051
- AegisName: "Detonator"
- Name: "Detonator"
- Buy: 450
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1052
- AegisName: "Single_Cell"
- Name: "Single Cell"
- Buy: 46
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1053
- AegisName: "Tooth_Of_Ancient_Fish"
- Name: "Ancient Tooth"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1054
- AegisName: "Lip_Of_Ancient_Fish"
- Name: "Ancient Lips"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1055
- AegisName: "Earthworm_Peeling"
- Name: "Earthworm Peeling"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1056
- AegisName: "Grit"
- Name: "Grit"
- Buy: 306
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1057
- AegisName: "Moth_Dust"
- Name: "Moth Dust"
- Buy: 138
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1058
- AegisName: "Wing_Of_Moth"
- Name: "Moth Wings"
- Buy: 200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1059
- AegisName: "Transparent_Cloth"
- Name: "Fabric"
- Buy: 306
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1060
- AegisName: "Golden_Hair"
- Name: "Golden Hair"
- Buy: 430
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1061
- AegisName: "Starsand_Of_Witch"
- Name: "Witch Starsand"
- Buy: 484
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1062
- AegisName: "Pumpkin_Head"
- Name: "Jack o' Pumpkin"
- Buy: 374
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1063
- AegisName: "Sharpened_Cuspid"
- Name: "Fang"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1064
- AegisName: "Reins"
- Name: "Reins"
- Buy: 802
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1065
- AegisName: "Booby_Trap"
- Name: "Trap"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1066
- AegisName: "Tree_Of_Archer_1"
- Name: "Fine-grained Trunk"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1067
- AegisName: "Tree_Of_Archer_2"
- Name: "Solid Trunk"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1068
- AegisName: "Tree_Of_Archer_3"
- Name: "Barren Trunk"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1069
- AegisName: "Mushroom_Of_Thief_1"
- Name: "Orange Net Mushroom"
- Buy: 2
- Weight: 10
-},
-{
- Id: 1070
- AegisName: "Mushroom_Of_Thief_2"
- Name: "Orange Gooey Mushroom"
- Buy: 2
- Weight: 10
-},
-{
- Id: 1071
- AegisName: "Mage_Test_1"
- Name: "Unknown Test Tube"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1072
- AegisName: "Delivery_Message"
- Name: "Delivery Message"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1073
- AegisName: "Merchant_Voucher_1"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1074
- AegisName: "Merchant_Voucher_2"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1075
- AegisName: "Merchant_Voucher_3"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1076
- AegisName: "Merchant_Voucher_4"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1077
- AegisName: "Merchant_Voucher_5"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1078
- AegisName: "Merchant_Voucher_6"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1079
- AegisName: "Merchant_Voucher_7"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1080
- AegisName: "Merchant_Voucher_8"
- Name: "Voucher"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1081
- AegisName: "Merchant_Box_1"
- Name: "Delivery Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1082
- AegisName: "Merchant_Box_2"
- Name: "Delivery Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1083
- AegisName: "Merchant_Box_3"
- Name: "Delivery Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1084
- AegisName: "Kapra's_Pass"
- Name: "Kafra Pass"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1085
- AegisName: "Mage_Test_2"
- Name: "Unknown Test Tube"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1086
- AegisName: "Mage_Test_3"
- Name: "Unknown Test Tube"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1087
- AegisName: "Mage_Test_4"
- Name: "Unknown Test Tube"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1088
- AegisName: "Morocc_Potion"
- Name: "Morroc Solution"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1089
- AegisName: "Payon_Potion"
- Name: "Payon Solution"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1090
- AegisName: "Mage_Test_Etc"
- Name: "Unknown Test Tube"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1091
- AegisName: "Merchant_Box_Etc"
- Name: "Delivery Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 1092
- AegisName: "Empty_Cylinder"
- Name: "Empty Test Tube"
- Buy: 3
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1093
- AegisName: "Empty_Potion"
- Name: "Empty Potion Bottle"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1094
- AegisName: "Short_Daenggie"
- Name: "Short Daenggie"
- Buy: 278
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1095
- AegisName: "Needle_Of_Alarm"
- Name: "Needle of Alarm"
- Buy: 546
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1096
- AegisName: "Round_Shell"
- Name: "Round Shell"
- Buy: 780
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1097
- AegisName: "Worn_Out_Page"
- Name: "Worn Out Page"
- Buy: 948
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1098
- AegisName: "Manacles"
- Name: "Manacles"
- Buy: 658
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1099
- AegisName: "Worn_Out_Prison_Uniform"
- Name: "Worn-out Prison Uniform"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-// Weapons
-// ===================================================================
-// 1-Handed Swords
-{
- Id: 1101
- AegisName: "Sword"
- Name: "Sword"
- Type: 4
- Buy: 100
- Weight: 500
- Atk: 25
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1102
- AegisName: "Sword_"
- Name: "Sword"
- Type: 4
- Buy: 100
- Weight: 500
- Atk: 25
- Range: 1
- Slots: 4
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1103
- AegisName: "Sword__"
- Name: "Sword"
- Type: 4
- Buy: 100
- Weight: 500
- Atk: 25
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1104
- AegisName: "Falchion"
- Name: "Falchion"
- Type: 4
- Buy: 1500
- Weight: 600
- Atk: 39
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1105
- AegisName: "Falchion_"
- Name: "Falchion"
- Type: 4
- Buy: 1500
- Weight: 600
- Atk: 39
- Range: 1
- Slots: 4
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1106
- AegisName: "Falchion__"
- Name: "Falchion"
- Type: 4
- Buy: 1500
- Weight: 600
- Atk: 39
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1107
- AegisName: "Blade"
- Name: "Blade"
- Type: 4
- Buy: 2900
- Weight: 700
- Atk: 53
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1108
- AegisName: "Blade_"
- Name: "Blade"
- Type: 4
- Buy: 2900
- Weight: 700
- Atk: 53
- Range: 1
- Slots: 4
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1109
- AegisName: "Blade__"
- Name: "Blade"
- Type: 4
- Buy: 2900
- Weight: 700
- Atk: 53
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 2
-},
-{
- Id: 1110
- AegisName: "Lapier"
- Name: "Rapier"
- Type: 4
- Buy: 10000
- Weight: 500
- Atk: 70
- Range: 1
- Slots: 2
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1111
- AegisName: "Lapier_"
- Name: "Rapier"
- Type: 4
- Buy: 10000
- Weight: 500
- Atk: 70
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1112
- AegisName: "Lapier__"
- Name: "Rapier"
- Type: 4
- Buy: 10000
- Weight: 500
- Atk: 70
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1113
- AegisName: "Scimiter"
- Name: "Scimiter"
- Type: 4
- Buy: 17000
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 2
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1114
- AegisName: "Scimiter_"
- Name: "Scimiter"
- Type: 4
- Buy: 17000
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1115
- AegisName: "Scimiter__"
- Name: "Scimiter"
- Type: 4
- Buy: 17000
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1116
- AegisName: "Katana"
- Name: "Katana"
- Type: 4
- Buy: 2000
- Weight: 1000
- Atk: 60
- Range: 1
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 3
-},
-{
- Id: 1117
- AegisName: "Katana_"
- Name: "Katana"
- Type: 4
- Buy: 2000
- Weight: 1000
- Atk: 60
- Range: 1
- Slots: 4
- Job: 0x00004082
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 3
-},
-{
- Id: 1118
- AegisName: "Katana__"
- Name: "Katana"
- Type: 4
- Buy: 2000
- Weight: 1000
- Atk: 60
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 3
-},
-{
- Id: 1119
- AegisName: "Tsurugi"
- Name: "Tsurugi"
- Type: 4
- Buy: 51000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1120
- AegisName: "Tsurugi_"
- Name: "Tsurugi"
- Type: 4
- Buy: 51000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1121
- AegisName: "Tsurugi__"
- Name: "Tsurugi"
- Type: 4
- Buy: 51000
- Weight: 1200
- Atk: 130
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1122
- AegisName: "Ring_Pommel_Saber"
- Name: "Ring Pommel Saber"
- Type: 4
- Buy: 24000
- Weight: 900
- Atk: 100
- Range: 1
- Slots: 2
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1123
- AegisName: "Haedonggum"
- Name: "Haedonggum"
- Type: 4
- Buy: 50000
- Weight: 900
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1124
- AegisName: "Orcish_Sword"
- Name: "Orcish Sword"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 90
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 3
- EquipLv: 5
- View: 2
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1125
- AegisName: "Ring_Pommel_Saber_"
- Name: "Ring Pommel Saber"
- Type: 4
- Buy: 24000
- Weight: 900
- Atk: 100
- Range: 1
- Slots: 3
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 2
-},
-{
- Id: 1126
- AegisName: "Saber"
- Name: "Saber"
- Type: 4
- Buy: 49000
- Weight: 1000
- Atk: 115
- Range: 1
- Slots: 2
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1127
- AegisName: "Saber_"
- Name: "Saber"
- Type: 4
- Buy: 49000
- Weight: 1000
- Atk: 115
- Range: 1
- Slots: 3
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1128
- AegisName: "Hae_Dong_Gum_"
- Name: "Haedonggum"
- Type: 4
- Buy: 50000
- Weight: 900
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1129
- AegisName: "Flamberge"
- Name: "Flamberge"
- Type: 4
- Buy: 60000
- Weight: 1500
- Atk: 150
- Range: 1
- Job: 0x00004080
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1130
- AegisName: "Nagan"
- Name: "Nagan"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- skill TF_DOUBLE,5;
- bonus bDoubleRate,25;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 1131
- AegisName: "Ice_Falchon"
- Name: "Ice Falchion"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 100
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,500;
- bonus2 bAddEff2,Eff_Freeze,10;
- skill MG_COLDBOLT,3;
- bonus3 bAutoSpell,MG_COLDBOLT,3,100;
- ">
-},
-{
- Id: 1132
- AegisName: "Edge"
- Name: "Edge"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 115
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus2 bAddEff,Eff_Curse,30;
- bonus2 bWeaponComaRace,RC_NonBoss,10;
- ">
-},
-{
- Id: 1133
- AegisName: "Fire_Brand"
- Name: "Fireblend"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 100
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Fire;
- skill MG_FIREBOLT,3;
- bonus3 bAutoSpell,MG_FIREBOLT,3,100;
- ">
-},
-{
- Id: 1134
- AegisName: "Scissores_Sword"
- Name: "Caesar's Sword"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 140
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus2 bAddRace,RC_Plant,25;
- bonus bIgnoreDefRace,RC_Plant;
- ">
-},
-{
- Id: 1135
- AegisName: "Cutlas"
- Name: "Cutlus"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 150
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- skill SM_BASH,5;
- bonus bStr,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 1136
- AegisName: "Solar_Sword"
- Name: "Solar Sword"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 85
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bHPDrainRate,1000,1;
- bonus2 bSPLossRate,15,10000;
- ">
-},
-{
- Id: 1137
- AegisName: "Excalibur"
- Name: "Excalibur"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bInt,5;
- bonus bLuk,10;
- bonus bDex,-1;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 1138
- AegisName: "Mysteltainn_"
- Name: "Mysteltainn"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEle,Ele_Ghost,15;
- bonus3 bAutoSpell,MG_STONECURSE,3,100;
- bonus2 bAddEff,Eff_Stone,10;
- bonus bDex,3;
- ">
-},
-{
- Id: 1139
- AegisName: "Tale_Fing_"
- Name: "Tirfing"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 200
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bHPLossRate,35,10000;
- ">
-},
-{
- Id: 1140
- AegisName: "Byeorrun_Gum"
- Name: "Byeollungum"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 150
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus2 bSubRace,RC_NonBoss,-10;
- bonus2 bAddRace,RC_Boss,50;
- bonus bAllStats,2;
- ">
-},
-{
- Id: 1141
- AegisName: "Immaterial_Sword"
- Name: "Immaterial Sword"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 140
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Ghost;
- bonus2 bSPVanishRate,30,30;
- bonus bSPDrainValue,-1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1142
- AegisName: "Jewel_Sword"
- Name: "Jeweled Sword"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 104
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 68
- View: 2
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_GEM; ">
-},
-{
- Id: 1143
- AegisName: "Gaia_Sword"
- Name: "Gaia Sword"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 140
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 74
- View: 2
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_ORE; ">
-},
-{
- Id: 1144
- AegisName: "Sasimi"
- Name: "Sashimi"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 75
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 48
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus3 bAddMonsterDropItem,544,RC_Fish,4000;
- ">
-},
-{
- Id: 1145
- AegisName: "Holy_Avenger"
- Name: "Holy Avenger"
- Type: 4
- Buy: 450000
- Weight: 1350
- Atk: 125
- Range: 1
- Job: 0x00004000
- Loc: 2
- WeaponLv: 3
- EquipLv: 75
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bVit,2;
- ">
-},
-{
- Id: 1146
- AegisName: "Town_Sword"
- Name: "Town Sword"
- Type: 4
- Buy: 42000
- Weight: 800
- Atk: 100
- Range: 1
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 2
-},
-{
- Id: 1147
- AegisName: "Town_Sword_"
- Name: "Town Sword"
- Type: 4
- Buy: 42000
- Weight: 800
- Atk: 100
- Range: 1
- Slots: 2
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 2
-},
-{
- Id: 1148
- AegisName: "Star_Dust_Blade"
- Name: "Star Dust Blade"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 4
- EquipLv: 45
- View: 2
- Script: <"
- bonus2 bAddEff,Eff_Stun,500;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1149
- AegisName: "Flamberge_"
- Name: "Flamberge"
- Type: 4
- Buy: 60000
- Weight: 1500
- Atk: 150
- Range: 1
- Slots: 2
- Job: 0x00004080
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 2
-},
-{
- Id: 1151
- AegisName: "Slayer"
- Name: "Slayer"
- Type: 4
- Buy: 15000
- Weight: 1300
- Atk: 90
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 3
-},
-{
- Id: 1152
- AegisName: "Slayer_"
- Name: "Slayer"
- Type: 4
- Buy: 15000
- Weight: 1300
- Atk: 90
- Range: 1
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 3
-},
-{
- Id: 1153
- AegisName: "Slayer__"
- Name: "Slayer"
- Type: 4
- Buy: 15000
- Weight: 1300
- Atk: 90
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 3
-},
-{
- Id: 1154
- AegisName: "Bastard_Sword"
- Name: "Bastard Sword"
- Type: 4
- Buy: 22500
- Weight: 1600
- Atk: 115
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 3
-},
-{
- Id: 1155
- AegisName: "Bastard_Sword_"
- Name: "Bastard Sword"
- Type: 4
- Buy: 22500
- Weight: 1600
- Atk: 115
- Range: 1
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 3
-},
-{
- Id: 1156
- AegisName: "Bastard_Sword__"
- Name: "Bastard Sword"
- Type: 4
- Buy: 22500
- Weight: 1600
- Atk: 115
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 3
-},
-{
- Id: 1157
- AegisName: "Two_Hand_Sword"
- Name: "Two-handed Sword"
- Type: 4
- Buy: 60000
- Weight: 2200
- Atk: 160
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
-},
-{
- Id: 1158
- AegisName: "Two_Hand_Sword_"
- Name: "Two-handed Sword"
- Type: 4
- Buy: 60000
- Weight: 2200
- Atk: 160
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
-},
-{
- Id: 1159
- AegisName: "Two_Hand_Sword__"
- Name: "Two-handed Sword"
- Type: 4
- Buy: 60000
- Weight: 2200
- Atk: 160
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
-},
-{
- Id: 1160
- AegisName: "Broad_Sword"
- Name: "Broad Sword"
- Type: 4
- Buy: 65000
- Weight: 2000
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
- Script: <"
- bonus bDef,5;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1161
- AegisName: "Balmung"
- Name: "Balmung"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 250
- Range: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 1162
- AegisName: "Broad_Sword_"
- Name: "Broad Sword"
- Type: 4
- Buy: 65000
- Weight: 2000
- Atk: 140
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
- Script: <"
- bonus bDef,5;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1163
- AegisName: "Claymore"
- Name: "Claymore"
- Type: 4
- Buy: 74000
- Weight: 2500
- Atk: 180
- Range: 1
- Job: 0x00004080
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
-},
-{
- Id: 1164
- AegisName: "Muramasa"
- Name: "Muramasa"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 155
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bCritical,30;
- bonus bAspdRate,8;
- bonus2 bAddEff2,Eff_Curse,10;
- ">
-},
-{
- Id: 1165
- AegisName: "Masamune"
- Name: "Masamune"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 200
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bFlee,30;
- bonus bStr,-5;
- bonus bAspd,2;
- bonus bDefRate,-67;
- bonus bDef2Rate,-67;
- ">
-},
-{
- Id: 1166
- AegisName: "Dragon_Slayer"
- Name: "Dragon Slayer"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 150
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Dragon,15;
- ">
-},
-{
- Id: 1167
- AegisName: "Schweizersabel"
- Name: "Schweizersabel"
- Type: 4
- Buy: 20
- Weight: 1600
- Atk: 160
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bDef,1;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;
- ">
-},
-{
- Id: 1168
- AegisName: "Zweihander"
- Name: "Zweihander"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 200
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1169
- AegisName: "Executioner_"
- Name: "Executioner"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 155
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRace,RC_DemiPlayer,20;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1170
- AegisName: "Katzbalger"
- Name: "Katzbalger"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 175
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bVit,5;
- bonus bDef,10;
- ">
-},
-{
- Id: 1171
- AegisName: "Zweihander_"
- Name: "Zweihander"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 200
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1172
- AegisName: "Claymore_"
- Name: "Claymore"
- Type: 4
- Buy: 74000
- Weight: 2500
- Atk: 180
- Range: 1
- Slots: 2
- Job: 0x00004080
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 3
-},
-{
- Id: 1173
- AegisName: "Muramasa_C"
- Name: "Muramasa"
- Type: 4
- Buy: 1
- Atk: 204
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bCritical,30;
- bonus bAspdRate,8;
- ">
-},
-{
- Id: 1174
- AegisName: "Executioner_C"
- Name: "Executioner"
- Type: 4
- Buy: 2
- Atk: 190
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRace,RC_DemiPlayer,20;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1175
- AegisName: "Altas_Weapon"
- Name: "Atlas Weapon"
- Type: 4
- Buy: 20
- Weight: 3500
- Atk: 200
- Range: 1
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 3
- Script: <"
- bonus bCritical,10;
- if(readparam(bStr)>=80) {
- bonus bBreakArmorRate,500;
- }
- ">
-},
-{
- Id: 1176
- AegisName: "Muscle_Cutter"
- Name: "Muscle Cutter"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 160
- Range: 1
- Slots: 2
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 3
- Script: <"
- bonus2 bAddEff,Eff_Bleeding,800;
- bonus3 bAutoSpell,AL_DECAGI,1,30;
- ">
-},
-{
- Id: 1177
- AegisName: "Muramash"
- Name: "Muramash"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1178
- AegisName: "Schweizersabel_"
- Name: "Schweizersabel"
- Type: 4
- Buy: 20
- Weight: 1600
- Atk: 160
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bDef,1;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;
- ">
-},
-{
- Id: 1179
- AegisName: "Executioner__"
- Name: "Executioner"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 155
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRace,RC_DemiPlayer,20;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1180
- AegisName: "Dragon_Slayer_"
- Name: "Dragon Slayer"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 150
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Dragon,15;
- ">
-},
-{
- Id: 1181
- AegisName: "Tae_Goo_Lyeon"
- Name: "Tae Goo Lyeon"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 250
- Range: 1
- Slots: 2
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 90
- View: 3
- Script: <"
- bonus bFlee2,10;
- if((JobLevel >= 70 && Class == Job_Rune_Knight_T) || (JobLevel >= 50 && Class == Job_Rune_Knight)) {
- autobonus "{ bonus bBaseAtk,50; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- }
- if(getrefine()>8) {
- bonus bUseSPrate,-20;
- bonus bDelayrate,-20;
- }
- ">
-},
-{
- Id: 1182
- AegisName: "Bloody_Eater"
- Name: "Bloody Eater"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 200
- Range: 1
- Slots: 2
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 50
- View: 3
- Script: <"
- bonus bAtkEle,Ele_Ghost;
- autobonus "{ bonus bCritical,100; bonus bBaseAtk,50; }",1,5000,0,"{ specialeffect2 EF_FIRESPLASHHIT; }";
- bonus bHPGainValue,100;
- ">
-},
-{
- Id: 1183
- AegisName: "BF_Two_Handed_Sword1"
- Name: "Brave Assaulter's Katzbalger"
- Type: 4
- Buy: 20
- Atk: 200
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1184
- AegisName: "BF_Two_Handed_Sword2"
- Name: "Valorous Assaulter's Katzbalger"
- Type: 4
- Buy: 20
- Atk: 200
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bCritical,20;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus bCritAtkRate,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1185
- AegisName: "Violet_Fear"
- Name: "Violet Fear"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 275
- Range: 1
- Slots: 2
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 3
- Script: <"
- bonus3 bAutoSpell,WZ_METEOR,3,30;
- bonus3 bAutoSpell,WZ_FROSTNOVA,5,50;
- autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;
- ">
-},
-{
- Id: 1186
- AegisName: "Death_Guidance"
- Name: "Death Guidance"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 200
- Range: 1
- Slots: 2
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 3
- Script: <"
- bonus bStr,5;
- bonus bAgi,2;
- bonus bFlee2,20;
- bonus3 bAutoSpell,NPC_HELLPOWER,1,10;
- bonus4 bAutoSpell,NPC_HELLPOWER,1,10,0;
- if( getrefine()>8 ) bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,2,20;
- else bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,1,20;
- ">
-},
-{
- Id: 1187
- AegisName: "Krieger_Twohand_Sword1"
- Name: "Glorious Claymore"
- Type: 4
- Buy: 20
- Atk: 220
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(), 14)-3,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus3 bAutoSpell,LK_CONCENTRATION,max(getskilllv(LK_CONCENTRATION),1),30;
- bonus3 bAutoSpell,LK_AURABLADE,max(getskilllv(LK_AURABLADE),1),30;
- }
- ">
-},
-{
- Id: 1188
- AegisName: "Veteran_Sword"
- Name: "Veteran Sword"
- Type: 4
- Buy: 10000
- Weight: 2000
- Atk: 180
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 3
- Script: <"
- if(getskilllv(SM_BASH)==10) {
- bonus2 bSkillAtk,SM_BASH,50;
- }
- if(getskilllv(KN_BOWLINGBASH)==10) {
- bonus2 bSkillAtk,KN_BOWLINGBASH,50;
- }
- bonus bStr,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 1189
- AegisName: "Krasnaya"
- Name: "Krasnaya"
- Type: 4
- Buy: 20
- Weight: 3800
- Atk: 200
- Range: 2
- Slots: 3
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 2
- EquipLv: 50
- View: 3
- Script: <"
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,20;
- }
- ">
-},
-{
- Id: 1190
- AegisName: "Claymore_C"
- Name: "Claymore"
- Type: 4
- Buy: 0
- Atk: 220
- Range: 1
- Job: 0x00004080
- Loc: 34
- WeaponLv: 3
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1191
- AegisName: "Alca_Bringer"
- Name: "Alca Bringer"
- Type: 4
- Buy: 20
- Weight: 3400
- Atk: 280
- Range: 2
- Job: 0x00000080
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 3
- Script: <" bonus bAspd,(getrefine()/2); ">
-},
-{
- Id: 1192
- AegisName: "P_Slayer1"
- Name: "Eden Slayer I"
- Type: 4
- Buy: 0
- Atk: 162
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1193
- AegisName: "P_Slayer2"
- Name: "Eden Slayer II"
- Type: 4
- Buy: 0
- Atk: 185
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1194
- AegisName: "F_Executioner_C"
- Name: "Rental Executioner"
- Type: 4
- Buy: 2
- Atk: 190
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 3
- Script: <" bonus bAtkEle,Ele_Dark; ">
-},
-{
- Id: 1195
- AegisName: "E_Executioner_C"
- Name: "E Executioner C"
- Type: 4
- Buy: 2
- Atk: 190
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 3
- Script: <" bonus bAtkEle,Ele_Dark; ">
-},
-{
- Id: 1196
- AegisName: "Chrome_Twohand_Sword"
- Name: "Two-Handed Chrome Metal Sword"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 280
- Range: 1
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 110
- View: 3
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAgi,3;
- bonus bMaxHPrate,-10;
- ">
-},
-{
- Id: 1197
- AegisName: "P_Slayer3"
- Name: "Eden Group Slayer III"
- Type: 4
- Buy: 0
- Atk: 200
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1198
- AegisName: "Hairtail"
- Name: "Hairtail"
- Type: 4
- Buy: 0
- Atk: 220
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 1
- EquipLv: 50
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bCritical,20;
- bonus bCritAtkRate,50;
- bonus4 bAddEff,Eff_Cold,300,ATF_SHORT,3000;
- if(BaseLevel>99) {
- bonus bBaseAtk,50;
- }
- ">
-},
-{
- Id: 1199
- AegisName: "Ebony_Toe_Nail"
- Name: "Ebony Toe Nail"
- Type: 4
- Buy: 56000
- Weight: 1000
- Atk: 250
- Matk: 150
- Range: 1
- Job: 0x00004080
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 3
-},
-// Daggers
-{
- Id: 1201
- AegisName: "Knife"
- Name: "Knife"
- Type: 4
- Buy: 50
- Weight: 400
- Atk: 17
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1202
- AegisName: "Knife_"
- Name: "Knife"
- Type: 4
- Buy: 50
- Weight: 400
- Atk: 17
- Range: 1
- Slots: 4
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1203
- AegisName: "Knife__"
- Name: "Knife"
- Type: 4
- Buy: 50
- Weight: 400
- Atk: 17
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1204
- AegisName: "Cutter"
- Name: "Cutter"
- Type: 4
- Buy: 1250
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1205
- AegisName: "Cutter_"
- Name: "Cutter"
- Type: 4
- Buy: 1250
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 4
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1206
- AegisName: "Cutter__"
- Name: "Cutter"
- Type: 4
- Buy: 1250
- Weight: 500
- Atk: 30
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1207
- AegisName: "Main_Gauche"
- Name: "Main Gauche"
- Type: 4
- Buy: 2400
- Weight: 600
- Atk: 43
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1208
- AegisName: "Main_Gauche_"
- Name: "Main Gauche"
- Type: 4
- Buy: 2400
- Weight: 600
- Atk: 43
- Range: 1
- Slots: 4
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1209
- AegisName: "Main_Gauche__"
- Name: "Main Gauche"
- Type: 4
- Buy: 2400
- Weight: 600
- Atk: 43
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
-},
-{
- Id: 1210
- AegisName: "Dirk"
- Name: "Dirk"
- Type: 4
- Buy: 8500
- Weight: 500
- Atk: 59
- Range: 1
- Slots: 2
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1211
- AegisName: "Dirk_"
- Name: "Dirk"
- Type: 4
- Buy: 8500
- Weight: 500
- Atk: 59
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1212
- AegisName: "Dirk__"
- Name: "Dirk"
- Type: 4
- Buy: 8500
- Weight: 500
- Atk: 59
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1213
- AegisName: "Dagger"
- Name: "Dagger"
- Type: 4
- Buy: 14000
- Weight: 600
- Atk: 73
- Range: 1
- Slots: 2
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1214
- AegisName: "Dagger_"
- Name: "Dagger"
- Type: 4
- Buy: 14000
- Weight: 600
- Atk: 73
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1215
- AegisName: "Dagger__"
- Name: "Dagger"
- Type: 4
- Buy: 14000
- Weight: 600
- Atk: 73
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1216
- AegisName: "Stiletto"
- Name: "Stiletto"
- Type: 4
- Buy: 19500
- Weight: 700
- Atk: 87
- Range: 1
- Slots: 2
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1217
- AegisName: "Stiletto_"
- Name: "Stiletto"
- Type: 4
- Buy: 19500
- Weight: 700
- Atk: 87
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1218
- AegisName: "Stiletto__"
- Name: "Stiletto"
- Type: 4
- Buy: 19500
- Weight: 700
- Atk: 87
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 1
-},
-{
- Id: 1219
- AegisName: "Gladius"
- Name: "Gladius"
- Type: 4
- Buy: 43000
- Weight: 700
- Atk: 105
- Range: 1
- Slots: 2
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 1
-},
-{
- Id: 1220
- AegisName: "Gladius_"
- Name: "Gladius"
- Type: 4
- Buy: 43000
- Weight: 700
- Atk: 105
- Range: 1
- Slots: 3
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 1
-},
-{
- Id: 1221
- AegisName: "Gladius__"
- Name: "Gladius"
- Type: 4
- Buy: 43000
- Weight: 700
- Atk: 105
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 1
-},
-{
- Id: 1222
- AegisName: "Damascus"
- Name: "Damascus"
- Type: 4
- Buy: 49000
- Weight: 800
- Atk: 118
- Range: 1
- Slots: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 1
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1223
- AegisName: "Forturn_Sword"
- Name: "Fortune Sword"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 90
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 24
- View: 1
- Script: <"
- bonus bLuk,5;
- bonus bFlee2,20;
- ">
-},
-{
- Id: 1224
- AegisName: "Sword_Breaker"
- Name: "Swordbreaker"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <" bonus bBreakWeaponRate,500; ">
-},
-{
- Id: 1225
- AegisName: "Mail_Breaker"
- Name: "Mailbreaker"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <" bonus bBreakArmorRate,500; ">
-},
-{
- Id: 1226
- AegisName: "Damascus_"
- Name: "Damascus"
- Type: 4
- Buy: 49000
- Weight: 800
- Atk: 118
- Range: 1
- Slots: 2
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 1
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1227
- AegisName: "Weeder_Knife"
- Name: "Weeder Knife"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 80
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bIgnoreDefRace,RC_Plant;
- bonus2 bAddRace,RC_Plant,15;
- bonus2 bAddRaceTolerance,RC_Plant,15;
- ">
-},
-{
- Id: 1228
- AegisName: "Combat_Knife"
- Name: "Combat Knife"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 80
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bSubRace,RC_Demon,-10;
- ">
-},
-{
- Id: 1229
- AegisName: "Mama's_Knife"
- Name: "Kitchen Knife"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 75
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bCritical,30;
- bonus3 bAddMonsterDropItem,517,RC_Brute,5000;
- ">
-},
-{
- Id: 1230
- AegisName: "House_Auger"
- Name: "Ice pick"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 80
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bDefRatioAtkRace,RC_Boss;
- bonus bDefRatioAtkRace,RC_NonBoss;
- ">
-},
-{
- Id: 1231
- AegisName: "Bazerald"
- Name: "Bazerald"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 70
- Matk: 105
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bInt,5;
- ">
-},
-{
- Id: 1232
- AegisName: "Assasin_Dagger"
- Name: "Assassin Dagger"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 140
- Range: 1
- Job: 0x00001000
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,15;
- bonus bAspdRate,2;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1233
- AegisName: "Exercise"
- Name: "Exorciser"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 90
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bIgnoreDefRace,RC_Demon;
- bonus2 bAddRaceTolerance,RC_Demon,5;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- ">
-},
-{
- Id: 1234
- AegisName: "Moonlight_Sword"
- Name: "Moonlight Dagger"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 50
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bMaxSPrate,10;
- bonus bSPDrainValue,3;
- ">
-},
-{
- Id: 1235
- AegisName: "Azoth"
- Name: "Azoth"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Job: 0x00040000
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <" bonus bClassChange,300; ">
-},
-{
- Id: 1236
- AegisName: "Sucsamad"
- Name: "Sucsamad"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 140
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Wind,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1237
- AegisName: "Grimtooth_"
- Name: "Grimtooth"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 180
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bFlee,10;
- bonus bFlee2,5;
- bonus bDefRate,-50;
- bonus bDef2Rate,-50;
- ">
-},
-{
- Id: 1238
- AegisName: "Zeny_Knife"
- Name: "Zeny Knife"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 64
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 1
- Script: <" bonus2 bGetZenyNum,100,40; ">
-},
-{
- Id: 1239
- AegisName: "Poison_Knife"
- Name: "Poison Knife"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 64
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 65
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,3000;
- ">
-},
-{
- Id: 1240
- AegisName: "Princess_Knife"
- Name: "Princess Knife"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 84
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- View: 1
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 1241
- AegisName: "Cursed_Dagger"
- Name: "Cursed Dagger"
- Type: 4
- Buy: 80000
- Weight: 400
- Atk: 55
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- EquipLv: 85
- View: 1
- Script: <" bonus2 bAddEff,Eff_Curse,5000; ">
-},
-{
- Id: 1242
- AegisName: "Counter_Dagger"
- Name: "Dagger of Counter"
- Type: 4
- Buy: 120000
- Weight: 550
- Atk: 140
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 1
- Script: <" bonus bCritical,90; ">
-},
-{
- Id: 1243
- AegisName: "Novice_Knife"
- Name: "Novice Main-Gauche"
- Type: 4
- Buy: 1
- Weight: 1
- Atk: 45
- Range: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1244
- AegisName: "Holy_Dagger"
- Name: "Holy Dagger"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 100
- Range: 1
- Job: 0x22021040
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bDex,1;
- ">
-},
-{
- Id: 1245
- AegisName: "Cinquedea"
- Name: "Cinquedea"
- Type: 4
- Buy: 40000
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 1
-},
-{
- Id: 1246
- AegisName: "Cinquedea_"
- Name: "Cinquedea"
- Type: 4
- Buy: 40000
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 2
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 1
-},
-{
- Id: 1247
- AegisName: "Kindling_Dagger"
- Name: "Kindle Dagger"
- Type: 4
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1248
- AegisName: "Obsidian_Dagger"
- Name: "Obsidian Dagger"
- Type: 4
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1249
- AegisName: "Fisherman's_Dagger"
- Name: "Fisherman's Dagger"
- Type: 4
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-// Katars
-{
- Id: 1250
- AegisName: "Jur"
- Name: "Jur"
- Type: 4
- Buy: 19500
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 2
- Job: 0x00001000
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 16
-},
-{
- Id: 1251
- AegisName: "Jur_"
- Name: "Jur"
- Type: 4
- Buy: 19500
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 3
- Job: 0x00001000
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 16
-},
-{
- Id: 1252
- AegisName: "Katar"
- Name: "Katar"
- Type: 4
- Buy: 41000
- Weight: 1200
- Atk: 148
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 16
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 1253
- AegisName: "Katar_"
- Name: "Katar"
- Type: 4
- Buy: 41000
- Weight: 1200
- Atk: 148
- Range: 1
- Slots: 2
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 16
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 1254
- AegisName: "Jamadhar"
- Name: "Jamadhar"
- Type: 4
- Buy: 37200
- Weight: 1500
- Atk: 165
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 16
-},
-{
- Id: 1255
- AegisName: "Jamadhar_"
- Name: "Jamadhar"
- Type: 4
- Buy: 37200
- Weight: 1500
- Atk: 165
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 16
-},
-{
- Id: 1256
- AegisName: "Katar_Of_Cold_Icicle"
- Name: "Katar of Frozen Icicle"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,500;
- ">
-},
-{
- Id: 1257
- AegisName: "Katar_Of_Thornbush"
- Name: "Katar of Quaking"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus2 bAddEff,Eff_Blind,500;
- ">
-},
-{
- Id: 1258
- AegisName: "Katar_Of_Raging_Blaze"
- Name: "Katar of Raging Blaze"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bAddEff,Eff_Silence,500;
- ">
-},
-{
- Id: 1259
- AegisName: "Katar_Of_Piercing_Wind"
- Name: "Katar of Piercing Wind"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Sleep,500;
- ">
-},
-{
- Id: 1260
- AegisName: "Ghoul_Leg"
- Name: "Sharpened Legbone of Ghoul"
- Type: 4
- Buy: 52500
- Weight: 1700
- Atk: 150
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 65
- View: 16
- Script: <" bonus bAtkEle,Ele_Undead; ">
-},
-{
- Id: 1261
- AegisName: "Infiltrator"
- Name: "Infiltrator"
- Type: 4
- Buy: 57000
- Weight: 1500
- Atk: 140
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 16
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,50;
- bonus bDef,3;
- bonus bFlee,5;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 1262
- AegisName: "Nail_Of_Loki"
- Name: "Loki's Nail"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 115
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <" bonus2 bAddEff,Eff_Bleeding,300; ">
-},
-{
- Id: 1263
- AegisName: "Unholy_Touch"
- Name: "Unholy Touch"
- Type: 4
- Buy: 20
- Weight: 1250
- Atk: 151
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Curse,200;
- bonus bCritical,-1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1264
- AegisName: "Various_Jur"
- Name: "Specialty Jur"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 90
- Range: 1
- Slots: 4
- Job: 0x00001000
- Loc: 34
- WeaponLv: 1
- View: 16
- Script: <" bonus2 bAddEff2,Eff_Bleeding,10; ">
-},
-{
- Id: 1265
- AegisName: "Bloody_Roar"
- Name: "Bloody Roar"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 16
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus bFlee,-160;
- bonus bFlee2,-160;
- bonus bHPrecovRate,-100;
- bonus bSPrecovRate,-100;
- ">
-},
-{
- Id: 1266
- AegisName: "Infiltrator_"
- Name: "Infiltrator"
- Type: 4
- Buy: 57000
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 16
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,50;
- bonus bDef,3;
- bonus bFlee,5;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 1267
- AegisName: "Infiltrator_C"
- Name: "Infiltrator"
- Type: 4
- Buy: 1
- Atk: 189
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus bDef,3;
- bonus bFlee,5;
- bonus bFlee2,2;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1268
- AegisName: "Wild_Beast_Claw"
- Name: "Wild Beast Claw"
- Type: 4
- Buy: 20
- Weight: 1450
- Atk: 160
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 16
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_CRITICALWOUND,2,100;
- }
- else bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
- ">
-},
-{
- Id: 1269
- AegisName: "Inverse_Scale"
- Name: "Inverse Scale"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
- ">
-},
-{
- Id: 1270
- AegisName: "Drill_Katar"
- Name: "Drill Katar"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 16
- Script: <"
- bonus bHit,30;
- bonus3 bAutoSpell,ST_FULLSTRIP,1,150;
- ">
-},
-{
- Id: 1271
- AegisName: "Blood_Tears"
- Name: "Blood Tears"
- Type: 4
- Buy: 20
- Weight: 1700
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 16
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30;
- }
- else bonus3 bAutoSpell,NPC_WIDEBLEEDING,1,30;
- ">
-},
-{
- Id: 1272
- AegisName: "Scratcher"
- Name: "Scratcher"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1273
- AegisName: "Bloody_Roar_C"
- Name: "Bloody Roar"
- Type: 4
- Buy: 1
- Atk: 148
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus bFlee,-160;
- bonus bFlee2,-160;
- ">
-},
-{
- Id: 1274
- AegisName: "Unholy_Touch_C"
- Name: "Unholy Touch"
- Type: 4
- Buy: 1
- Atk: 179
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Curse,5000;
- bonus bCritical,-1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1275
- AegisName: "Katar_Of_Cold_Icicle_"
- Name: "Katar of Frozen Icicle"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,500;
- ">
-},
-{
- Id: 1276
- AegisName: "Katar_Of_Thornbush_"
- Name: "Katar of Quaking"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus2 bAddEff,Eff_Blind,500;
- ">
-},
-{
- Id: 1277
- AegisName: "Katar_Of_Raging_Blaze_"
- Name: "Katar of Raging Blaze"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bAddEff,Eff_Silence,500;
- ">
-},
-{
- Id: 1278
- AegisName: "Katar_Of_Piercing_Wind_"
- Name: "Katar of Piercing Wind"
- Type: 4
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Sleep,500;
- ">
-},
-{
- Id: 1279
- AegisName: "BF_Katar1"
- Name: "Brave Carnage Katar"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bLuk,1;
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1280
- AegisName: "BF_Katar2"
- Name: "Valorous Carnage Katar"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bLuk,1;
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus bCritAtkRate,20;
- bonus bAspdRate,5;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1281
- AegisName: "Krieger_Katar1"
- Name: "Glorious Bloody Roar"
- Type: 4
- Buy: 20
- Atk: 140
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 1282
- AegisName: "Krieger_Katar2"
- Name: "Glorious Jamadhar"
- Type: 4
- Buy: 20
- Atk: 140
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bCriticalAddRace,RC_DemiPlayer,5;
- }
- if(getrefine()>8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 1283
- AegisName: "Katar_Of_Speed"
- Name: "Katar Of Speed"
- Type: 4
- Buy: 20
- Atk: 175
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,AS_SONICBLOW,25;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 1284
- AegisName: "Krishna"
- Name: "Krishna"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 50
- View: 16
- Script: <"
- bonus2 bSkillAtk,AS_GRIMTOOTH,10;
- if(getskilllv(AS_SONICBLOW)) {
- bonus3 bAutoSpell,AS_SONICBLOW,getskilllv(AS_SONICBLOW),5;
- }
- else {
- bonus3 bAutoSpell,AS_SONICBLOW,1,5;
- }
- ">
-},
-{
- Id: 1285
- AegisName: "Cakram"
- Name: "Chakram"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 50
- View: 16
- Script: <"
- if(getskilllv(AS_KATAR)==10) {
- bonus bHit,10;
- }
- bonus2 bSkillAtk,ASC_METEORASSAULT,20;
- ">
-},
-{
- Id: 1286
- AegisName: "Jamadhar_C"
- Name: "Jamadhar"
- Type: 4
- Buy: 0
- Atk: 200
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1287
- AegisName: "Durga"
- Name: "Durga"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 190
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 16
-},
-{
- Id: 1288
- AegisName: "Bloody_Fear_C"
- Name: "Bloody Spear"
- Type: 4
- Buy: 1
- Atk: 145
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1289
- AegisName: "P_Katar1"
- Name: "Eden Group Katar I"
- Type: 4
- Buy: 0
- Atk: 155
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1290
- AegisName: "Agent_Katar"
- Name: "Agent Katar"
- Type: 4
- Buy: 41000
- Weight: 1200
- Atk: 170
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 16
- Script: <" bonus bHit,readparam(bLuk)/2; ">
-},
-{
- Id: 1291
- AegisName: "Guillotine_Katar"
- Name: "Guillotine Katar"
- Type: 4
- Buy: 56000
- Weight: 1500
- Atk: 200
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 140
- View: 16
- Script: <"
- bonus bDex,2;
- bonus bFlee,-30;
- bonus2 bAddRace,RC_DemiPlayer,50;
- bonus2 bSkillAtk,GC_CROSSIMPACT,30;
- ">
-},
-{
- Id: 1292
- AegisName: "Upg_Katar"
- Name: "Upgrade Katar"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 80
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- View: 16
- Script: <"
- bonus bBaseAtk,(getrefine()*10);
- bonus bCritAtkRate,(getrefine()*2);
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
- ">
-},
-{
- Id: 1293
- AegisName: "Velum_Jamadhar"
- Name: "Vellum Jamadhar"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 170
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 16
- Script: <"
- bonus bAspdRate,getrefine();
- bonus4 bSetDefRace,RC_Player,10000,5000,1;
- bonus4 bSetMDefRace,RC_Player,10000,5000,1;
- ">
-},
-{
- Id: 1294
- AegisName: "Velum_Scare"
- Name: "Vellum Scale"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 50
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 16
- Script: <" bonus3 bSPVanishRate,10000,10,BF_NORMAL; ">
-},
-{
- Id: 1295
- AegisName: "Blood_Tears_"
- Name: "Blood Tears "
- Type: 4
- Buy: 20
- Weight: 1700
- Atk: 120
- Range: 1
- Slots: 3
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 16
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30;
- }
- else bonus3 bAutoSpell,NPC_WIDEBLEEDING,1,30;
- ">
-},
-{
- Id: 1296
- AegisName: "Metal_Katar"
- Name: "Metal Katar"
- Type: 4
- Buy: 20
- Atk: 75
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bBaseAtk,(getrefine()*5);
- bonus bCritAtkRate,getrefine();
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 1297
- AegisName: "Inverse_Scale_"
- Name: "Inverse Scale"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 16
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
- ">
-},
-{
- Id: 1298
- AegisName: "Shiver_Katar"
- Name: "Shiver Katar"
- Type: 4
- Buy: 60000
- Weight: 2700
- Atk: 110
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 105
- View: 16
- Script: <"
- bonus bCritical,getrefine();
- ">
-},
-{
- Id: 1299
- AegisName: "TE_WoE_Katar"
- Name: "TE WoE Katar"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Bleeding,500; /* Custom IRO */
- ">
-},
-// 1-Handed Axes
-{
- Id: 1301
- AegisName: "Axe"
- Name: "Axe"
- Type: 4
- Buy: 500
- Weight: 800
- Atk: 38
- Range: 1
- Slots: 3
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 1
- EquipLv: 3
- View: 6
-},
-{
- Id: 1302
- AegisName: "Axe_"
- Name: "Axe"
- Type: 4
- Buy: 500
- Weight: 800
- Atk: 38
- Range: 1
- Slots: 4
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 1
- EquipLv: 3
- View: 6
-},
-{
- Id: 1303
- AegisName: "Axe__"
- Name: "Axe"
- Type: 4
- Buy: 500
- Weight: 800
- Atk: 38
- Range: 1
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 1
- EquipLv: 3
- View: 6
-},
-{
- Id: 1304
- AegisName: "Orcish_Axe"
- Name: "Orcish Axe"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 75
- Range: 1
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 3
- EquipLv: 3
- View: 6
-},
-{
- Id: 1305
- AegisName: "Cleaver"
- Name: "Cleaver"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 140
- Range: 1
- Job: 0x000444A2
- Loc: 2
- WeaponLv: 4
- EquipLv: 44
- View: 6
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus3 bAddMonsterDropItem,517,RC_Brute,3000;
- ">
-},
-{
- Id: 1306
- AegisName: "War_Axe"
- Name: "War Axe"
- Type: 4
- Buy: 20
- Weight: 4200
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00040400
- Loc: 2
- WeaponLv: 3
- EquipLv: 76
- View: 6
- Script: <"
- bonus bDex,2;
- bonus bLuk,2;
- ">
-},
-{
- Id: 1307
- AegisName: "Windhawk"
- Name: "Windhawk"
- Type: 4
- Buy: 18000
- Weight: 1500
- Atk: 115
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 6
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1308
- AegisName: "Golden_Axe"
- Name: "Golden Axe"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 170
- Range: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 4
- EquipLv: 45
- View: 6
-},
-{
- Id: 1309
- AegisName: "Orcish_Axe_"
- Name: "Orcish Axe"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 75
- Range: 1
- Slots: 4
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 3
- EquipLv: 3
- View: 6
-},
-{
- Id: 1310
- AegisName: "Krieger_Onehand_Axe1"
- Name: "Glorious Cleaver"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 1
- Job: 0x000444A2
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 6
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus bAspdRate,5;
- }
- if(getrefine()>8) {
- bonus bAspdRate,5;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50;
- bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200;
- }
- ">
-},
-{
- Id: 1311
- AegisName: "Vecer_Axe"
- Name: "Vecer Axe"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 2
- Job: 0x000444A2
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 6
- Script: <"
- if(readparam(bLuk)>=90) {
- bonus bBaseAtk,20;
- }
- if(readparam(bDex)>=90) {
- bonus bCritical,5;
- }
- if(readparam(bDex)>=90||readparam(bLuk)>=90) {
- bonus2 bSkillAtk,MC_MAMMONITE,15;
- }
- ">
-},
-{
- Id: 1312
- AegisName: "Orcish_Axe_C"
- Name: "Orcish Axe"
- Type: 4
- Buy: 0
- Atk: 110
- Range: 1
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 6
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,70;
- bonus2 bAddSize,Size_Medium,70;
- bonus2 bAddSize,Size_Large,70;
- ">
-},
-{
- Id: 1313
- AegisName: "Tourist_Axe"
- Name: "Traveler's Axe"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 77
- Range: 1
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 6
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 1314
- AegisName: "F_Tomahawk_C"
- Name: "Rental Tomahawk"
- Type: 4
- Buy: 2
- Atk: 200
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1315
- AegisName: "F_Right_Epsilon_C"
- Name: "Right Epsilon"
- Type: 4
- Buy: 1
- Atk: 229
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bStr,10;
- ">
-},
-{
- Id: 1316
- AegisName: "Adventure_Axe"
- Name: "Adventure Axe"
- Type: 4
- Buy: 0
- Atk: 100
- Range: 1
- Job: 0x00040420
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 6
-},
-{
- Id: 1317
- AegisName: "Academy_Axe"
- Name: "Academy Axe"
- Type: 4
- Buy: 0
- Weight: 1600
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x00040420
- Loc: 2
- WeaponLv: 1
- View: 6
-},
-{
- Id: 1318
- AegisName: "Dofle_Axe"
- Name: "Deflation Axe"
- Type: 4
- Buy: 50000
- Weight: 1800
- Atk: 180
- Range: 1
- Slots: 2
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 105
- View: 6
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1319
- AegisName: "TE_WoE_Axe"
- Name: "TE WoE Axe"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 1
- Job: 0x000454A3
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 6
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Freeze,500; /* Custom IRO */
- ">
-},
-{
- Id: 1323
- AegisName: "Ru_Gold_Axe"
- Name: "Ru Gold Axe"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 180
- Range: 1
- Slots: 2
- Job: 0x00040000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 120
- View: 6
- Script: <"
- bonus bStr,8;
- bonus bInt,8;
- ">
-},
-// 2-Handed Axes
-{
- Id: 1351
- AegisName: "Battle_Axe"
- Name: "Battle Axe"
- Type: 4
- Buy: 5400
- Weight: 1500
- Atk: 80
- Range: 1
- Slots: 3
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 1
- EquipLv: 3
- View: 7
-},
-{
- Id: 1352
- AegisName: "Battle_Axe_"
- Name: "Battle Axe"
- Type: 4
- Buy: 5400
- Weight: 1500
- Atk: 80
- Range: 1
- Slots: 4
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 1
- EquipLv: 3
- View: 7
-},
-{
- Id: 1353
- AegisName: "Battle_Axe__"
- Name: "Battle Axe"
- Type: 4
- Buy: 5400
- Weight: 1500
- Atk: 80
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 1
- EquipLv: 3
- View: 7
-},
-{
- Id: 1354
- AegisName: "Hammer"
- Name: "Hammer"
- Type: 4
- Buy: 15500
- Weight: 2000
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 2
- EquipLv: 16
- View: 7
-},
-{
- Id: 1355
- AegisName: "Hammer_"
- Name: "Hammer"
- Type: 4
- Buy: 15500
- Weight: 2000
- Atk: 120
- Range: 1
- Slots: 3
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 2
- EquipLv: 16
- View: 7
-},
-{
- Id: 1356
- AegisName: "Hammer__"
- Name: "Hammer"
- Type: 4
- Buy: 15500
- Weight: 2000
- Atk: 120
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 2
- EquipLv: 16
- View: 7
-},
-{
- Id: 1357
- AegisName: "Buster"
- Name: "Buster"
- Type: 4
- Buy: 34000
- Weight: 2200
- Atk: 155
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 7
-},
-{
- Id: 1358
- AegisName: "Buster_"
- Name: "Buster"
- Type: 4
- Buy: 34000
- Weight: 2200
- Atk: 155
- Range: 1
- Slots: 2
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 7
-},
-{
- Id: 1359
- AegisName: "Buster__"
- Name: "Buster"
- Type: 4
- Buy: 34000
- Weight: 2200
- Atk: 155
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 7
-},
-{
- Id: 1360
- AegisName: "Two_Handed_Axe"
- Name: "Two-handed Axe"
- Type: 4
- Buy: 55000
- Weight: 2500
- Atk: 185
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 7
-},
-{
- Id: 1361
- AegisName: "Two_Handed_Axe_"
- Name: "Two-handed Axe"
- Type: 4
- Buy: 55000
- Weight: 2500
- Atk: 185
- Range: 1
- Slots: 2
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 7
-},
-{
- Id: 1362
- AegisName: "Two_Handed_Axe__"
- Name: "Two-handed Axe"
- Type: 4
- Buy: 55000
- Weight: 2500
- Atk: 185
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 7
-},
-{
- Id: 1363
- AegisName: "Brood_Axe"
- Name: "Bloody Axe"
- Type: 4
- Buy: 20
- Weight: 4000
- Atk: 170
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus bStr,10;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 1364
- AegisName: "Great_Axe"
- Name: "Great Axe"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 187
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus2 bAddSkillBlow,MC_MAMMONITE,5;
- bonus2 bAddEff,Eff_Stun,1500;
- ">
-},
-{
- Id: 1365
- AegisName: "Sabbath"
- Name: "Sabbath"
- Type: 4
- Buy: 20
- Weight: 2300
- Atk: 120
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bWeaponComaRace,RC_Demon,50;
- bonus2 bCriticalAddRace,RC_Undead,50;
- ">
-},
-{
- Id: 1366
- AegisName: "Right_Epsilon"
- Name: "Light Epsilon"
- Type: 4
- Buy: 20
- Weight: 2300
- Atk: 180
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill AL_HEAL,3;
- bonus2 bAddRace,RC_Demon,3;
- ">
-},
-{
- Id: 1367
- AegisName: "Slaughter"
- Name: "Slaughter"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 120
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus bIgnoreDefRace,RC_Brute;
- bonus2 bWeaponComaRace,RC_Brute,40;
- ">
-},
-{
- Id: 1368
- AegisName: "Tomahawk"
- Name: "Tomahawk"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 165
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Wind;
- skill ITM_TOMAHAWK,1;
- ">
-},
-{
- Id: 1369
- AegisName: "Guillotine"
- Name: "Guillotine"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 215
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 44
- View: 7
- Script: <"
- bonus2 bWeaponComaRace,RC_DemiPlayer,30;
- bonus2 bSPGainRaceAttack,RC_DemiPlayer,2;
- bonus2 bSPGainRace,RC_DemiPlayer,20;
- ">
-},
-{
- Id: 1370
- AegisName: "Doom_Slayer"
- Name: "Doom Slayer"
- Type: 4
- Buy: 20
- Weight: 6000
- Atk: 10
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 7
- Script: <"
- bonus bAspdRate,-40;
- bonus bUseSPrate,100;
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,340;
- bonus2 bAddEff,Eff_Stun,3000;
- bonus bBreakArmorRate,500;
- }
- ">
-},
-{
- Id: 1371
- AegisName: "Doom_Slayer_"
- Name: "Doom Slayer"
- Type: 4
- Buy: 20
- Weight: 6000
- Atk: 10
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 7
- Script: <"
- bonus bAspdRate,-40;
- bonus bUseSPrate,100;
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,340;
- bonus2 bAddEff,Eff_Stun,3000;
- bonus bBreakArmorRate,500;
- }
- ">
-},
-{
- Id: 1372
- AegisName: "Right_Epsilon_C"
- Name: "Rental Light Epsilon"
- Type: 4
- Buy: 1
- Atk: 229
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill AL_HEAL,3;
- bonus2 bAddRace,RC_Demon,3;
- bonus bStr,10;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 1373
- AegisName: "Brood_Axe_C"
- Name: "Refined Bloody Axe"
- Type: 4
- Buy: 2
- Atk: 205
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,20;
- bonus bSpeedRate,25;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1374
- AegisName: "Tomahawk_C"
- Name: "Tomahawk"
- Type: 4
- Buy: 2
- Atk: 200
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Wind;
- skill ITM_TOMAHAWK,1;
- ">
-},
-{
- Id: 1375
- AegisName: "Berdysz"
- Name: "Berdysz"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 200
- Range: 1
- Slots: 2
- Job: 0x000444A2
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 7
- Script: <"
- bonus2 bSubSize,Size_Medium,13;
- bonus2 bSubSize,Size_Large,15;
- ">
-},
-{
- Id: 1376
- AegisName: "Heart_Breaker"
- Name: "Heart Breaker"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 175
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 7
- Script: <"
- bonus bCritical,20+getrefine();
- bonus bAspdRate,5;
- if((Class==Job_Whitesmith)||(Class==Job_Creator)||(Class==Job_Mechanic)||(Class==Job_Mechanic_T)||(Class==Job_Genetic)||(Class==Job_Genetic_T)) bonus3 bAutoSpell,BS_HAMMERFALL,3,30;
- ">
-},
-{
- Id: 1377
- AegisName: "Hurricane_Fury"
- Name: "Hurricane Fury"
- Type: 4
- Buy: 20
- Weight: 3500
- Atk: 332
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 7
- Script: <"
- bonus2 bSubSize,Size_Medium,10+getrefine();
- bonus bAspdRate,getrefine();
- bonus3 bAutoSpell,NPC_PULSESTRIKE,5,20;
- ">
-},
-{
- Id: 1378
- AegisName: "Great_Axe_C"
- Name: "Refined Great Axe"
- Type: 4
- Buy: 1
- Atk: 215
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,5;
- bonus bHit,20;
- bonus2 bAddSkillBlow,MC_MAMMONITE,5;
- bonus2 bAddEff,Eff_Stun,2000;
- ">
-},
-{
- Id: 1379
- AegisName: "BF_Two_Handed_Axe1"
- Name: "Valorous Insane Battle Axe"
- Type: 4
- Buy: 20
- Atk: 200
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1380
- AegisName: "BF_Two_Handed_Axe2"
- Name: "Brave Insane Battle Axe"
- Type: 4
- Buy: 20
- Atk: 200
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus2 bAddRace,RC_DemiPlayer,55;
- autobonus "{ bonus bBreakArmorRate,10000; }",20,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1381
- AegisName: "N_Battle_Axe"
- Name: "Novice Battle Axe"
- Type: 4
- Buy: 0
- Atk: 100
- Range: 1
- Slots: 3
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 1
- EquipLv: 3
- Refine: false
- View: 7
-},
-{
- Id: 1382
- AegisName: "Krieger_Twohand_Axe1"
- Name: "Glorious Twohanded Axe"
- Type: 4
- Buy: 20
- Atk: 220
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-3,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50;
- }
- if(getrefine()>8) {
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
- bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200;
- bonus4 bAutoSpellOnSkill,WS_CARTTERMINATION,NPC_CRITICALWOUND,2,200;
- }
- ">
-},
-{
- Id: 1383
- AegisName: "Holy_Celestial_Axe"
- Name: "Holy Celestial Axe"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 200
- Range: 1
- Job: 0x00040420
- Loc: 34
- WeaponLv: 4
- EquipLv: 60
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bVit,10;
- bonus2 bAddRace,RC_Undead,10;
- bonus3 bAutoSpell,AL_BLESSING,5,50;
- ">
-},
-{
- Id: 1384
- AegisName: "Veteran_Axe"
- Name: "Veteran Axe"
- Type: 4
- Buy: 10000
- Weight: 3000
- Atk: 250
- Range: 1
- Slots: 2
- Job: 0x00040420
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 7
- Script: <"
- if(getskilllv(BS_DAGGER)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_SWORD)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_TWOHANDSWORD)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_KNUCKLE)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_SPEAR)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_AXE)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_MACE)==3) {
- bonus bBaseAtk,10;
- }
- bonus bVit,2;
- bonus4 bAutoSpellOnSkill,BS_HAMMERFALL,SM_MAGNUM,3,500;
- ">
-},
-{
- Id: 1385
- AegisName: "Bradium_Stonehammer"
- Name: "Bradium Stonehammer"
- Type: 4
- Buy: 20
- Weight: 2700
- Atk: 210
- Range: 1
- Job: 0x00000400
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 7
- Script: <" bonus3 bAddEffOnSkill,BS_HAMMERFALL,Eff_Stun,500+(200*getrefine()); ">
-},
-{
- Id: 1386
- AegisName: "Doom_Slayer_I"
- Name: "Doom Slayer"
- Type: 4
- Buy: 0
- Atk: 20
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,-25;
- bonus bUseSPrate,100;
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,400;
- bonus2 bAddEff,Eff_Stun,3000;
- bonus bBreakArmorRate,500;
- }
- ">
-},
-{
- Id: 1387
- AegisName: "Giant_Axe"
- Name: "Giant Axe"
- Type: 4
- Buy: 20
- Weight: 4000
- Atk: 330
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 50
- View: 7
- Script: <"
- bonus2 bSkillAtk,WS_CARTTERMINATION,15;
- if(readparam(bStr)>=95) {
- bonus bHit,10;
- bonus bAspdRate,3;
- }
- ">
-},
-{
- Id: 1388
- AegisName: "Two_Handed_Axe_C"
- Name: "Two-Handed Axe"
- Type: 4
- Buy: 0
- Atk: 220
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1389
- AegisName: "E_Tomahawk_C"
- Name: "E Tomahawk C"
- Type: 4
- Buy: 2
- Atk: 200
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1390
- AegisName: "E_Right_Epsilon_C"
- Name: "E Right Epsilon C"
- Type: 4
- Buy: 1
- Atk: 229
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bStr,10;
- ">
-},
-{
- Id: 1391
- AegisName: "P_Two_Handed_Axe1"
- Name: "Eden Group Two Handed Axe I"
- Type: 4
- Buy: 0
- Atk: 195
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1392
- AegisName: "Ygnus_Stale"
- Name: "Ygnus Stale"
- Type: 4
- Buy: 56000
- Weight: 1900
- Atk: 250
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1393
- AegisName: "End_Sektura"
- Name: "End Sektura"
- Type: 4
- Buy: 56000
- Weight: 1900
- Atk: 250
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus4 bAddEff,Eff_Cold,300,ATF_SHORT,3000;
- bonus4 bAddEff,Eff_Cold,100,ATF_SELF,3000;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1394
- AegisName: "Upg_Two_Handed_Axe"
- Name: "Upgrade Two-Handed Axe"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- View: 7
- Script: <"
- bonus bBaseAtk,(getrefine()*14);
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
- ">
-},
-{
- Id: 1395
- AegisName: "Velum_Buster"
- Name: "Vellum Buster"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 50
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 7
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus3 bSPVanishRate,10000,10,BF_NORMAL;
- ">
-},
-{
- Id: 1396
- AegisName: "Velum_Guillotine"
- Name: "Vellum Guillotine"
- Type: 4
- Buy: 20
- Weight: 5500
- Atk: 300
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 7
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddRace,RC_Player,40;
- bonus2 bIgnoreDefRate,RC_Player,30;
- if(getrefine()>=6) {
- bonus2 bSkillAtk,NC_AXEBOOMERANG,80;
- bonus2 bSkillAtk,NC_POWERSWING,80;
- }
- if(getrefine()>=9) {
- bonus2 bAddRace,RC_Player,60;
- }
- ">
-},
-{
- Id: 1397
- AegisName: "Bradium_Stonehammer_"
- Name: "Bradium Stone Hammer"
- Type: 4
- Buy: 20
- Weight: 2700
- Atk: 210
- Range: 1
- Slots: 2
- Job: 0x00000400
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 7
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1398
- AegisName: "Metal_Two_Handed_Axe"
- Name: "Metal Two-Handed Axe"
- Type: 4
- Buy: 20
- Atk: 105
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bBaseAtk,(getrefine()*7);
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 1399
- AegisName: "TE_WoE_Two_Handed_Axe"
- Name: "TE WoE Two-Handed Axe"
- Type: 4
- Buy: 20
- Atk: 150
- Range: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Stun,500; /* Custom IRO */
- ">
-},
-// 1-Handed Spears
-{
- Id: 1400
- AegisName: "Spear_of_Vicious_Mind"
- Name: "Spear of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 140
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 4
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- ">
-},
-{
- Id: 1401
- AegisName: "Javelin"
- Name: "Javelin"
- Type: 4
- Buy: 150
- Weight: 700
- Atk: 28
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1402
- AegisName: "Javelin_"
- Name: "Javelin"
- Type: 4
- Buy: 150
- Weight: 700
- Atk: 28
- Range: 3
- Slots: 4
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1403
- AegisName: "Javelin__"
- Name: "Javelin"
- Type: 4
- Buy: 150
- Weight: 700
- Atk: 28
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1404
- AegisName: "Spear"
- Name: "Spear"
- Type: 4
- Buy: 1700
- Weight: 850
- Atk: 44
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1405
- AegisName: "Spear_"
- Name: "Spear"
- Type: 4
- Buy: 1700
- Weight: 850
- Atk: 44
- Range: 3
- Slots: 4
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1406
- AegisName: "Spear__"
- Name: "Spear"
- Type: 4
- Buy: 1700
- Weight: 850
- Atk: 44
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1407
- AegisName: "Pike"
- Name: "Pike"
- Type: 4
- Buy: 3450
- Weight: 1000
- Atk: 60
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1408
- AegisName: "Pike_"
- Name: "Pike"
- Type: 4
- Buy: 3450
- Weight: 1000
- Atk: 60
- Range: 3
- Slots: 4
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1409
- AegisName: "Pike__"
- Name: "Pike"
- Type: 4
- Buy: 3450
- Weight: 1000
- Atk: 60
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- EquipLv: 4
- View: 4
-},
-{
- Id: 1410
- AegisName: "Lance"
- Name: "Lance"
- Type: 4
- Buy: 60000
- Weight: 2500
- Atk: 185
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1411
- AegisName: "Lance_"
- Name: "Lance"
- Type: 4
- Buy: 60000
- Weight: 2500
- Atk: 185
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1412
- AegisName: "Lance__"
- Name: "Lance"
- Type: 4
- Buy: 60000
- Weight: 2500
- Atk: 185
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1413
- AegisName: "Gungnir"
- Name: "Gungnir"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 4
- View: 4
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bPerfectHitRate,25;
- bonus bHit,30;
- ">
-},
-{
- Id: 1414
- AegisName: "Gelerdria"
- Name: "Gelerdria"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 145
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 48
- View: 4
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus bMaxHP,800;
- bonus bMaxSP,-50;
- ">
-},
-{
- Id: 1415
- AegisName: "Skewer"
- Name: "Brocca"
- Type: 4
- Buy: 20
- Weight: 850
- Atk: 100
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 48
- View: 4
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus2 bAddEle,Ele_Neutral,25;
- ">
-},
-{
- Id: 1416
- AegisName: "Tjungkuletti"
- Name: "Tjungkuletti"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 48
- View: 4
- Script: <"
- bonus bSPDrainValue,1;
- bonus bSPGainValue,5;
- ">
-},
-{
- Id: 1417
- AegisName: "Pole_Axe"
- Name: "Poll Axe"
- Type: 4
- Buy: 20
- Weight: 3800
- Atk: 160
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- EquipLv: 71
- View: 4
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1418
- AegisName: "Gungnir_"
- Name: "Gungnir"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 4
- View: 4
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bPerfectHitRate,25;
- bonus bHit,30;
- ">
-},
-{
- Id: 1419
- AegisName: "Pole_Axe_C"
- Name: "Poll Axe"
- Type: 4
- Buy: 1
- Weight: 4800
- Atk: 195
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1420
- AegisName: "Long_Horn"
- Name: "Long Horn"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 150
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 4
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddEff,Eff_Bleeding,500;
- skill TF_DETOXIFY,1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1421
- AegisName: "Battle_Hook"
- Name: "Battle Hook"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 140
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 4
- Script: <"
- bonus2 bAddEff,Eff_Stun,500;
- bonus2 bAddRace,RC_DemiPlayer,20;
- skill KN_PIERCE,3;
- ">
-},
-{
- Id: 1422
- AegisName: "Hunting_Spear"
- Name: "Hunting Spear"
- Type: 4
- Buy: 20
- Weight: 4200
- Atk: 180
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 4
- Script: <"
- bonus bIgnoreDefRace,RC_Brute;
- bonus3 bAddMonsterDropItem,517,RC_Brute,1000;
- bonus3 bAutoSpell,LK_JOINTBEAT,3,100;
- ">
-},
-{
- Id: 1423
- AegisName: "Pole_XO"
- Name: "Pole XO"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1424
- AegisName: "Skewer_C"
- Name: "Refined Brocca"
- Type: 4
- Buy: 1
- Atk: 149
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus2 bAddSize,Size_Medium,20;
- ">
-},
-{
- Id: 1425
- AegisName: "BF_Spear1"
- Name: "Assaulter Spear"
- Type: 4
- Buy: 20
- Atk: 60
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(BaseJob==Job_Crusader) bonus bAspdRate,20;
- ">
-},
-{
- Id: 1426
- AegisName: "Krieger_Onehand_Spear1"
- Name: "Glorious Spear"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus bAspdRate,10;
- }
- if(getrefine()>8) {
- if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200;
- else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,100;
- }
- ">
-},
-{
- Id: 1427
- AegisName: "Spear_Of_Excellent"
- Name: "Spear Of Excellent"
- Type: 4
- Buy: 20
- Atk: 160
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,SM_MAGNUM,25;
- bonus bStr,2;
- ">
-},
-{
- Id: 1428
- AegisName: "Long_Horn_M"
- Name: "Long Horn"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 150
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddEff,Eff_Bleeding,500;
- skill TF_DETOXIFY,1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1429
- AegisName: "Hunting_Spear_M"
- Name: "Hunting Spear"
- Type: 4
- Buy: 20
- Weight: 4200
- Atk: 180
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_Brute;
- bonus3 bAddMonsterDropItem,517,RC_Brute,1000;
- bonus3 bAutoSpell,LK_JOINTBEAT,3,500;
- ">
-},
-{
- Id: 1430
- AegisName: "Pike_C"
- Name: "Pike"
- Type: 4
- Buy: 0
- Atk: 74
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,70;
- bonus2 bAddSize,Size_Medium,70;
- bonus2 bAddSize,Size_Large,70;
- ">
-},
-{
- Id: 1431
- AegisName: "F_Pole_Axe_C"
- Name: "Rental Pole Axe"
- Type: 4
- Buy: 1
- Weight: 4800
- Atk: 195
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 4
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1432
- AegisName: "E_Pole_Axe_C"
- Name: "E Pole Axe C"
- Type: 4
- Buy: 1
- Weight: 4800
- Atk: 195
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 4
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1433
- AegisName: "Imperial_Spear"
- Name: "Imperial Spear"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 180
- Matk: 40
- Range: 3
- Slots: 1
- Job: 0x00004000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 4
- Script: <"
- bonus2 bSkillAtk,LG_CANNONSPEAR,20+getrefine()/2;
- bonus2 bSkillAtk,LG_BANISHINGPOINT,20+getrefine()/2;
- ">
-},
-{
- Id: 1434
- AegisName: "P_Sphere1"
- Name: "Eden Group Spear I"
- Type: 4
- Buy: 0
- Atk: 165
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1435
- AegisName: "Cannon_Spear"
- Name: "Cannon Spear"
- Type: 4
- Buy: 56000
- Weight: 1600
- Atk: 180
- Range: 3
- Slots: 1
- Job: 0x00004000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 4
- Script: <"
- bonus bMaxSP,-100;
- bonus2 bSkillAtk,LG_CANNONSPEAR,10;
- bonus bBaseAtk,(getrefine()/3);
- ">
-},
-{
- Id: 1436
- AegisName: "Velum_Spear"
- Name: "Vellum Spear"
- Type: 4
- Buy: 20
- Weight: 850
- Atk: 150
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 4
- Script: <"
- bonus2 bAddRace,RC_Player,60;
- if(getrefine()>=6) {
- bonus2 bSkillAtk,RK_HUNDREDSPEAR,80;
- bonus2 bSkillAtk,LG_PINPOINTATTACK,80;
- }
- if(getrefine()>=9) {
- bonus2 bAddRace,RC_Player,30;
- }
- ">
-},
-{
- Id: 1437
- AegisName: "TE_WoE_Pike"
- Name: "TE WoE Pike"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 3
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Curse,500; /* Custom IRO */
- ">
-},
-{
- Id: 1438
- AegisName: "Thanatos_Spear"
- Name: "Thanatos Spear"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 150
- Matk: 100
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 4
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 1443
- AegisName: "Crimson_Spear"
- Name: "Crimson Spear"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 90
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 4
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 1450
- AegisName: "Lance_of_Vicious_Mind"
- Name: "Lance of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 2250
- Atk: 225
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 5
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- ">
-},
-{
- Id: 1451
- AegisName: "Guisarme"
- Name: "Guisarme"
- Type: 4
- Buy: 13000
- Weight: 1000
- Atk: 84
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1452
- AegisName: "Guisarme_"
- Name: "Guisarme"
- Type: 4
- Buy: 13000
- Weight: 1000
- Atk: 84
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1453
- AegisName: "Guisarme__"
- Name: "Guisarme"
- Type: 4
- Buy: 13000
- Weight: 1000
- Atk: 84
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1454
- AegisName: "Glaive"
- Name: "Glaive"
- Type: 4
- Buy: 20000
- Weight: 1200
- Atk: 104
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1455
- AegisName: "Glaive_"
- Name: "Glaive"
- Type: 4
- Buy: 20000
- Weight: 1200
- Atk: 104
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1456
- AegisName: "Glaive__"
- Name: "Glaive"
- Type: 4
- Buy: 20000
- Weight: 1200
- Atk: 104
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1457
- AegisName: "Partizan"
- Name: "Partizan"
- Type: 4
- Buy: 27000
- Weight: 2000
- Atk: 124
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1458
- AegisName: "Partizan_"
- Name: "Partizan"
- Type: 4
- Buy: 27000
- Weight: 2000
- Atk: 124
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 5
-},
-{
- Id: 1459
- AegisName: "Partizan__"
- Name: "Partizan"
- Type: 4
- Buy: 27000
- Weight: 2000
- Atk: 124
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1460
- AegisName: "Trident"
- Name: "Trident"
- Type: 4
- Buy: 51000
- Weight: 1200
- Atk: 150
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1461
- AegisName: "Trident_"
- Name: "Trident"
- Type: 4
- Buy: 51000
- Weight: 1200
- Atk: 150
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1462
- AegisName: "Trident__"
- Name: "Trident"
- Type: 4
- Buy: 51000
- Weight: 1200
- Atk: 150
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1463
- AegisName: "Halberd"
- Name: "Hallberd"
- Type: 4
- Buy: 54000
- Weight: 2500
- Atk: 165
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1464
- AegisName: "Halberd_"
- Name: "Hallberd"
- Type: 4
- Buy: 54000
- Weight: 2500
- Atk: 165
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1465
- AegisName: "Halberd__"
- Name: "Hallberd"
- Type: 4
- Buy: 54000
- Weight: 2500
- Atk: 165
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 5
-},
-{
- Id: 1466
- AegisName: "Crescent_Scythe"
- Name: "Crescent Scythe"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 180
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bCritical,30;
- bonus bHit,10;
- ">
-},
-{
- Id: 1467
- AegisName: "Bill_Guisarme"
- Name: "Bill Guisarme"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 183
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus2 bAddRace,RC_Brute,10;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 1468
- AegisName: "Zephyrus"
- Name: "Zephyrus"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Silence,200;
- bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;
- ">
-},
-{
- Id: 1469
- AegisName: "Longinus's_Spear"
- Name: "Longinus's Spear"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 180
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddRace,RC_Angel,10;
- ">
-},
-{
- Id: 1470
- AegisName: "Brionac"
- Name: "Brionac"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 190
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill AL_HEAL,5;
- bonus3 bAutoSpell,MG_SOULSTRIKE,3,100;
- bonus2 bAddRace,RC_Boss,5;
- ">
-},
-{
- Id: 1471
- AegisName: "Hell_Fire"
- Name: "Hellfire"
- Type: 4
- Buy: 20
- Weight: 3500
- Atk: 200
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus3 bAutoSpell,MG_FIREBALL,3,100;
- bonus bStr,3;
- ">
-},
-{
- Id: 1472
- AegisName: "Staff_Of_Soul"
- Name: "Soul Staff"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 25
- Matk: 200
- Range: 1
- Job: 0x00810204
- Loc: 34
- WeaponLv: 3
- EquipLv: 73
- View: 10
- Script: <"
- bonus bInt,5;
- bonus bAgi,2;
- ">
-},
-{
- Id: 1473
- AegisName: "Wizardy_Staff"
- Name: "Wizardry Staff"
- Type: 4
- Buy: 20
- Weight: 2400
- Atk: 120
- Matk: 200
- Range: 1
- Job: 0x00810204
- Loc: 34
- WeaponLv: 4
- EquipLv: 90
- View: 10
- Script: <"
- bonus bInt,6;
- bonus bDex,2;
- ">
-},
-// 2-Handed Spears
-{
- Id: 1474
- AegisName: "Gae_Bolg"
- Name: "Gae Bolg"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 160
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 60
- View: 5
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Boss,10;
- ">
-},
-{
- Id: 1475
- AegisName: "Horseback_Lance"
- Name: "Equestrian's Spear"
- Type: 4
- Buy: 20
- Weight: 3700
- Atk: 200
- Range: 4
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 5
-},
-{
- Id: 1476
- AegisName: "Crescent_Scythe_"
- Name: "Crescent Scythe"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 180
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bCritical,30;
- bonus bHit,10;
- ">
-},
-{
- Id: 1477
- AegisName: "Spectral_Spear"
- Name: "Spectral Spear"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 5
- Script: <"
- bonus2 bAddEle,Ele_Dark,20;
- bonus2 bAddRace,RC_Demon,20;
- bonus2 bAddRace,RC_Undead,20;
- bonus2 bSubEle,Ele_Dark,10;
- bonus2 bAddRaceTolerance,RC_Demon,10;
- bonus2 bAddRaceTolerance,RC_Undead,10;
- bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT;
- bonus bHPGainValue,50;
- ">
-},
-{
- Id: 1478
- AegisName: "Ahlspiess"
- Name: "Ahlspiess"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 3
- Job: 0x00004080
- Loc: 34
- WeaponLv: 4
- EquipLv: 65
- View: 5
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus bIgnoreDefRace,RC_Boss;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus3 bAutoSpell,KN_PIERCE,5,30;
- ">
-},
-{
- Id: 1479
- AegisName: "Spectral_Spear_"
- Name: "Spectral Spear"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 75
- View: 5
- Script: <"
- bonus2 bAddEle,Ele_Dark,20;
- bonus2 bAddRace,RC_Demon,20;
- bonus2 bAddRace,RC_Undead,20;
- bonus2 bSubEle,Ele_Dark,10;
- bonus2 bAddRaceTolerance,RC_Demon,10;
- bonus2 bAddRaceTolerance,RC_Undead,10;
- bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT;
- bonus bHPGainValue,50;
- ">
-},
-{
- Id: 1480
- AegisName: "Gae_Bolg_"
- Name: "Gae Bolg"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 160
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 60
- View: 5
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Boss,10;
- ">
-},
-{
- Id: 1481
- AegisName: "Zephyrus_"
- Name: "Zephyrus"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Silence,200;
- bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;
- ">
-},
-{
- Id: 1482
- AegisName: "BF_Lance1"
- Name: "Assaulter Lance"
- Type: 4
- Buy: 20
- Atk: 160
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_DemiPlayer,25;
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1483
- AegisName: "Ivory_Lance"
- Name: "Ivory Lance"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 160
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 50
- View: 5
- Script: <"
- bonus bAgi,2;
- bonus bAspdRate,3;
- bonus2 bAddEff,Eff_Bleeding,300;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;
- skill KN_SPEARSTAB,5;
- ">
-},
-{
- Id: 1484
- AegisName: "Cardo"
- Name: "Cardo"
- Type: 4
- Buy: 20
- Weight: 5600
- Atk: 150
- Range: 3
- Slots: 1
- Job: 0x00000080
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 5
- Script: <"
- bonus bAspdRate,-10;
- bonus bDef,getrefine()/2;
- ">
-},
-{
- Id: 1485
- AegisName: "Battle_Fork"
- Name: "Battle Fork"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 112
- Range: 3
- Slots: 4
- Job: 0x00004082
- Upper: 58
- Loc: 34
- WeaponLv: 2
- EquipLv: 50
- View: 5
-},
-{
- Id: 1486
- AegisName: "Krieger_Twohand_Spear1"
- Name: "Glorious Lance"
- Type: 4
- Buy: 20
- Atk: 220
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200;
- else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,200;
- }
- ">
-},
-{
- Id: 1487
- AegisName: "Lance_C"
- Name: "Lance"
- Type: 4
- Buy: 0
- Atk: 220
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- Refine: false
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,50;
- bonus2 bAddSize,Size_Medium,50;
- bonus2 bAddSize,Size_Large,50;
- ">
-},
-{
- Id: 1488
- AegisName: "Ahlspiess_C"
- Name: "Ahlspiess"
- Type: 4
- Buy: 20
- Atk: 135
- Range: 3
- Job: 0x00004080
- Loc: 34
- WeaponLv: 4
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus bIgnoreDefRace,RC_Boss;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus3 bAutoSpell,KN_PIERCE,5,30;
- ">
-},
-{
- Id: 1489
- AegisName: "Spearfish_"
- Name: "Marlin"
- Type: 4
- Buy: 0
- Atk: 220
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 1
- EquipLv: 50
- Refine: false
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus3 bAddEffOnSkill,KN_PIERCE,Eff_Bleeding,1000;
- bonus3 bAddEffOnSkill,LK_SPIRALPIERCE,Eff_Bleeding,1000;
- bonus2 bSkillAtk,LK_SPIRALPIERCE,100;
- bonus2 bSkillAtk,LG_INSPIRATION,50;
- //bonus4 bAddEff,Eff_FrosMisty,100,ATF_SHORT,3000; //Need to be Frost Misty
- if(BaseLevel>99) {
- bonus bBaseAtk,30;
- }
- ">
-},
-{
- Id: 1490
- AegisName: "Giant_Lance"
- Name: "Giant Lance"
- Type: 4
- Buy: 20
- Weight: 20000
- Atk: 20
- Range: 3
- Job: 0x00000080
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 140
- View: 5
- Script: <"
- bonus bAspd,-10;
- bonus2 bSkillCooldown,LK_SPIRALPIERCE,20000;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,300;
- }
- ">
- OnUnequipScript: <" heal 0,-600; ">
-},
-{
- Id: 1491
- AegisName: "Upg_Lance"
- Name: "Upgrade Spear"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 105
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- View: 5
- Script: <"
- bonus bBaseAtk,(getrefine()*12);
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
- ">
-},
-{
- Id: 1492
- AegisName: "Velum_Glaive"
- Name: "Vellum Glaive"
- Type: 4
- Buy: 20
- Weight: 4500
- Atk: 250
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 5
- Script: <"
- bonus2 bAddRace,RC_Player,80;
- if(getrefine()>=6) {
- bonus2 bSkillAtk,LK_SPIRALPIERCE,100;
- bonus2 bSkillAtk,KN_SPEARBOOMERANG,50;
- }
- if(getrefine()>=9) {
- autobonus2 "{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }",100,2000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_REFLECTSHIELD; }";
- }
- ">
-},
-{
- Id: 1493
- AegisName: "Metal_Lance"
- Name: "Metal Lance"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 3
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bBaseAtk,(getrefine()*6);
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 1494
- AegisName: "Undine_Spear"
- Name: "Spear Of Odin"
- Type: 4
- Buy: 50000
- Weight: 3800
- Atk: 190
- Range: 3
- Slots: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 105
- View: 5
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1495
- AegisName: "TE_WoE_Lance"
- Name: "TE WoE Lance"
- Type: 4
- Buy: 20
- Atk: 150
- Range: 3
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 5
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Blind,500; /* Custom IRO */
- ">
-},
-{
- Id: 1496
- AegisName: "Thanatos_Long_Spear"
- Name: "Thanatos Long Spear"
- Type: 4
- Buy: 20
- Weight: 3750
- Atk: 250
- Matk: 50
- Range: 3
- Slots: 1
- Job: 0x00004082
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 5
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 1498
- AegisName: "Crimson_Lance"
- Name: "Crimson Lance"
- Type: 4
- Buy: 20
- Weight: 1750
- Atk: 175
- Range: 3
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 5
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-// Maces
-{
- Id: 1501
- AegisName: "Club"
- Name: "Club"
- Type: 4
- Buy: 120
- Weight: 700
- Atk: 23
- Range: 1
- Slots: 3
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 8
-},
-{
- Id: 1502
- AegisName: "Club_"
- Name: "Club"
- Type: 4
- Buy: 120
- Weight: 700
- Atk: 23
- Range: 1
- Slots: 4
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 8
-},
-{
- Id: 1503
- AegisName: "Club__"
- Name: "Club"
- Type: 4
- Buy: 120
- Weight: 700
- Atk: 23
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 8
-},
-{
- Id: 1504
- AegisName: "Mace"
- Name: "Mace"
- Type: 4
- Buy: 1600
- Weight: 800
- Atk: 37
- Range: 1
- Slots: 3
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 8
-},
-{
- Id: 1505
- AegisName: "Mace_"
- Name: "Mace"
- Type: 4
- Buy: 1600
- Weight: 800
- Atk: 37
- Range: 1
- Slots: 4
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 8
-},
-{
- Id: 1506
- AegisName: "Mace__"
- Name: "Mace"
- Type: 4
- Buy: 1600
- Weight: 800
- Atk: 37
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 8
-},
-{
- Id: 1507
- AegisName: "Smasher"
- Name: "Smasher"
- Type: 4
- Buy: 9000
- Weight: 1000
- Atk: 54
- Range: 1
- Slots: 2
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1508
- AegisName: "Smasher_"
- Name: "Smasher"
- Type: 4
- Buy: 9000
- Weight: 1000
- Atk: 54
- Range: 1
- Slots: 3
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1509
- AegisName: "Smasher__"
- Name: "Smasher"
- Type: 4
- Buy: 9000
- Weight: 1000
- Atk: 54
- Range: 1
- Slots: 3
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1510
- AegisName: "Flail"
- Name: "Flail"
- Type: 4
- Buy: 16000
- Weight: 900
- Atk: 69
- Range: 1
- Slots: 2
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1511
- AegisName: "Flail_"
- Name: "Flail"
- Type: 4
- Buy: 16000
- Weight: 900
- Atk: 69
- Range: 1
- Slots: 3
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1512
- AegisName: "Flail__"
- Name: "Flail"
- Type: 4
- Buy: 16000
- Weight: 900
- Atk: 69
- Range: 1
- Slots: 3
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1513
- AegisName: "Morning_Star"
- Name: "Morning Star"
- Type: 4
- Buy: 41000
- Weight: 1500
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
-},
-{
- Id: 1514
- AegisName: "Morning_Star_"
- Name: "Morning Star"
- Type: 4
- Buy: 41000
- Weight: 1500
- Atk: 110
- Range: 1
- Slots: 2
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
-},
-{
- Id: 1515
- AegisName: "Morning_Star__"
- Name: "Morning Star"
- Type: 4
- Buy: 41000
- Weight: 1500
- Atk: 110
- Range: 1
- Slots: 2
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
-},
-{
- Id: 1516
- AegisName: "Sword_Mace"
- Name: "Sword Mace"
- Type: 4
- Buy: 50000
- Weight: 1200
- Atk: 130
- Range: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
-},
-{
- Id: 1517
- AegisName: "Sword_Mace_"
- Name: "Sword Mace"
- Type: 4
- Buy: 50000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
-},
-{
- Id: 1518
- AegisName: "Sword_Mace__"
- Name: "Sword Mace"
- Type: 4
- Buy: 50000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
-},
-{
- Id: 1519
- AegisName: "Chain"
- Name: "Chain"
- Type: 4
- Buy: 23000
- Weight: 800
- Atk: 84
- Range: 1
- Slots: 2
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1520
- AegisName: "Chain_"
- Name: "Chain"
- Type: 4
- Buy: 23000
- Weight: 800
- Atk: 84
- Range: 1
- Slots: 3
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1521
- AegisName: "Chain__"
- Name: "Chain"
- Type: 4
- Buy: 23000
- Weight: 800
- Atk: 84
- Range: 1
- Slots: 3
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 8
-},
-{
- Id: 1522
- AegisName: "Stunner"
- Name: "Stunner"
- Type: 4
- Buy: 60000
- Weight: 2000
- Atk: 140
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 1523
- AegisName: "Spike"
- Name: "Spike"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 85
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus bCritical,40;
- bonus bDefRate,-67;
- bonus bDef2Rate,-67;
- ">
-},
-{
- Id: 1524
- AegisName: "Golden_Mace"
- Name: "Golden Mace"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1525
- AegisName: "Long_Mace"
- Name: "Long Mace"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 135
- Range: 3
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <" bonus bLongAtkDef,10; ">
-},
-{
- Id: 1526
- AegisName: "Slash"
- Name: "Slash"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 145
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Undead,15;
- bonus2 bWeaponComaRace,RC_Undead,10;
- bonus2 bExpAddRace,RC_Undead,5;
- ">
-},
-{
- Id: 1527
- AegisName: "Quadrille"
- Name: "Quadrille"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 165
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddEle,Ele_Earth,10;
- ">
-},
-{
- Id: 1528
- AegisName: "Grand_Cross"
- Name: "Grand Cross"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill PR_TURNUNDEAD,3;
- bonus3 bAutoSpell,PR_TURNUNDEAD,3,100;
- bonus2 bSPDrainValueRace,RC_Undead,1;
- bonus2 bSPGainRace,RC_Undead,3;
- ">
-},
-{
- Id: 1529
- AegisName: "Iron_Driver"
- Name: "Iron Driver"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 155
- Range: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 78
- View: 8
-},
-{
- Id: 1530
- AegisName: "Mjolnir"
- Name: "Mjolnir"
- Type: 4
- Buy: 20
- Weight: 6000
- Atk: 350
- Range: 1
- Job: 0x000444A2
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- Refine: false
- View: 8
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bDex,50;
- bonus bStr,20;
- bonus bAspdRate,10;
- bonus3 bAutoSpell,MG_THUNDERSTORM,10,100;
- autobonus "{ bonus bSplashRange,1; }",50,10000;
- ">
-},
-{
- Id: 1531
- AegisName: "Spanner"
- Name: "Wrench"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 115
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- EquipLv: 55
- View: 8
- Script: <"
- bonus2 bAddEff,Eff_Blind,100;
- bonus2 bAddEff,Eff_Stun,100;
- bonus2 bAddEff,Eff_Poison,100;
- bonus2 bAddEff,Eff_Freeze,100;
- ">
-},
-{
- Id: 1532
- AegisName: "Stunner_"
- Name: "Stunner"
- Type: 4
- Buy: 60000
- Weight: 2000
- Atk: 140
- Range: 1
- Slots: 2
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 8
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 1533
- AegisName: "Warrior_Balmung"
- Name: "Warrior's Balmung"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 48
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 1534
- AegisName: "Spanner_C"
- Name: "Wrench"
- Type: 4
- Buy: 2
- Atk: 150
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddEff,Eff_Blind,100;
- bonus2 bAddEff,Eff_Stun,100;
- bonus2 bAddEff,Eff_Poison,100;
- bonus2 bAddEff,Eff_Freeze,100;
- ">
-},
-{
- Id: 1535
- AegisName: "Hollgrehenn_Hammer"
- Name: "Hollgrehenn's Hammer"
- Type: 4
- Buy: 4444
- Weight: 44
- Atk: 4
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 4
- EquipLv: 44
- View: 8
- Script: <"
- bonus bBreakArmorRate,100;
- bonus bBreakWeaponRate,100;
- if(readparam(bStr)>=44) {
- bonus bBaseAtk,44;
- }
- ">
-},
-{
- Id: 1536
- AegisName: "Good_Morning_Star"
- Name: "Good Morning Star"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1537
- AegisName: "Quadrille_C"
- Name: "Refined Quadrille"
- Type: 4
- Buy: 1
- Atk: 193
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,30;
- bonus2 bAddRace,RC_Demon,40;
- bonus2 bAddRace,RC_Undead,40;
- ">
-},
-{
- Id: 1538
- AegisName: "Spike_"
- Name: "Spike"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 2
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus bCritical,40;
- bonus bDefRate,-67;
- bonus bDef2Rate,-67;
- ">
-},
-{
- Id: 1539
- AegisName: "Golden_Mace_"
- Name: "Golden Mace"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 110
- Range: 1
- Slots: 2
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1540
- AegisName: "Grand_Cross_"
- Name: "Grand Cross"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill PR_TURNUNDEAD,3;
- bonus3 bAutoSpell,PR_TURNUNDEAD,3,100;
- bonus2 bSPDrainValueRace,RC_Undead,1;
- bonus2 bSPGainRace,RC_Undead,3;
- ">
-},
-{
- Id: 1541
- AegisName: "Nemesis"
- Name: "Nemesis"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 120
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 8
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddRace,RC_Undead,10;
- bonus2 bAddRace,RC_Demon,10;
- bonus3 bAutoSpell,AL_CRUCIS,1+getrefine(),100;
- autobonus "{ bonus bBaseAtk,50; }",10,20000,BF_WEAPON,"{ specialeffect2 EF_BLOODDRAIN; }";
- ">
-},
-{
- Id: 1542
- AegisName: "BF_Morning_Star1"
- Name: "Valorous Battlefield Morning Star"
- Type: 4
- Buy: 20
- Atk: 105
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1543
- AegisName: "BF_Morning_Star2"
- Name: "Brave Battlefield Morning Star"
- Type: 4
- Buy: 20
- Atk: 105
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus bUnbreakableWeapon,0;
- autobonus "{ bonus2 bAddEff,Eff_Stun,5000; }",10,6000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 1544
- AegisName: "Lunakaligo"
- Name: "Lunakaligo"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 3
- Job: 0x00008110
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 8
- Script: <"
- if(readparam(bStr)>=77) {
- bonus bAspdRate,4;
- bonus2 bAddEff,Eff_Stun,1500;
- bonus3 bAddMonsterDropItem,12065,RC_Plant,500;
- bonus3 bAddMonsterDropItem,12043,RC_Brute,500;
- bonus3 bAddMonsterDropItem,12069,RC_Fish,500;
- }
- ">
-},
-{
- Id: 1545
- AegisName: "N_Mace"
- Name: "Novice Mace"
- Type: 4
- Buy: 0
- Atk: 57
- Range: 1
- Slots: 3
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- Refine: false
- View: 8
-},
-{
- Id: 1546
- AegisName: "Krieger_Onehand_Mace1"
- Name: "Glorious Morning Star"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus bAspdRate,5;
- }
- if(getrefine()>8) {
- bonus2 bAddEff,Eff_Stun,2000;
- bonus bAspdRate,5;
- }
- ">
-},
-{
- Id: 1547
- AegisName: "Mace_Of_Madness"
- Name: "Mace Of Madness"
- Type: 4
- Buy: 20
- Atk: 150
- Range: 1
- Job: 0x006444A2
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,MC_CARTREVOLUTION,25;
- bonus bStr,2;
- ">
-},
-{
- Id: 1548
- AegisName: "Veteran_Hammer"
- Name: "Veteran Hammer"
- Type: 4
- Buy: 10000
- Weight: 1800
- Atk: 160
- Range: 1
- Slots: 2
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 8
- Script: <"
- bonus bHealPower,getskilllv(AL_DP);
- bonus bCritical,getskilllv(PR_MACEMASTERY)*2;
- bonus bInt,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 1549
- AegisName: "Pilebuncker"
- Name: "Pile Bunker"
- Type: 4
- Buy: 10000
- Weight: 3500
- Atk: 450
- Range: 1
- Job: 0x00000400
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 99
- View: 8
-},
-// Books
-{
- Id: 1550
- AegisName: "Book"
- Name: "Book"
- Type: 4
- Buy: 30000
- Weight: 600
- Atk: 85
- Range: 1
- Slots: 3
- Job: 0x00410100
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 15
-},
-{
- Id: 1551
- AegisName: "Bible"
- Name: "Bible"
- Type: 4
- Buy: 60000
- Weight: 1000
- Atk: 115
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1552
- AegisName: "Tablet"
- Name: "Tablet"
- Type: 4
- Buy: 51000
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
-},
-{
- Id: 1553
- AegisName: "Book_Of_Billows"
- Name: "Book of Billows"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1554
- AegisName: "Book_Of_Mother_Earth"
- Name: "Book of Mother Earth"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1555
- AegisName: "Book_Of_Blazing_Sun"
- Name: "Book of the Blazing Sun"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1556
- AegisName: "Book_Of_Gust_Of_Wind"
- Name: "Book of Gust of Wind"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1557
- AegisName: "Book_Of_The_Apocalypse"
- Name: "Book of the Apocalypse"
- Type: 4
- Buy: 60000
- Weight: 800
- Atk: 120
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 15
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEle,Ele_Holy,5;
- bonus2 bAddEle,Ele_Water,7;
- bonus2 bAddEle,Ele_Earth,7;
- bonus2 bAddEle,Ele_Fire,7;
- bonus2 bAddEle,Ele_Wind,7;
- ">
-},
-{
- Id: 1558
- AegisName: "Girl's_Diary"
- Name: "Girl's Diary"
- Type: 4
- Buy: 1500
- Weight: 300
- Atk: 60
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 15
- Script: <" bonus2 bAddDamageClass,1188,150; ">
-},
-{
- Id: 1559
- AegisName: "Legacy_Of_Dragon"
- Name: "Legacy of Dragon"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 15
- Script: <"
- bonus bInt,3;
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bSPGainRace,RC_Dragon,10;
- ">
-},
-{
- Id: 1560
- AegisName: "Diary_Of_Great_Sage"
- Name: "Sage's Diary"
- Type: 4
- Buy: 20
- Weight: 1100
- Atk: 100
- Matk: 120
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- View: 15
- Script: <"
- if(readparam(bStr)>=50) { bonus bAspdRate,5; }
- if(readparam(bInt)>=70) { bonus bMatkRate,5; }
- ">
-},
-{
- Id: 1561
- AegisName: "Hardback"
- Name: "Hardcover Book"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 15
- Script: <"
- bonus bStr,3;
- bonus bDex,2;
- ">
-},
-{
- Id: 1562
- AegisName: "Bible_Of_Battlefield"
- Name: "Battlefield Textbook"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- Refine: false
- View: 15
- Script: <"
- bonus bInt,3;
- bonus3 bAutoSpell,AL_BLESSING,3+(getskilllv(AL_BLESSING)>3)*(getskilllv(AL_BLESSING)-3),20;
- ">
-},
-{
- Id: 1563
- AegisName: "Diary_Of_Great_Sage_C"
- Name: "Rental Sage's Diary"
- Type: 4
- Buy: 1
- Atk: 135
- Matk: 140
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAspdRate,5; ">
-},
-{
- Id: 1564
- AegisName: "Encyclopedia"
- Name: "Encyclopedia"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 110
- Matk: 100
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 15
- Script: <"
- bonus bInt,3;
- bonus bDex,2;
- bonus bCritical,20+((readparam(bLuk)*2)/10);
- ">
-},
-{
- Id: 1565
- AegisName: "Death_Note"
- Name: "Ledger of Death"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 137
- Matk: 100
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 85
- View: 15
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bLuk,-20;
- bonus2 bWeaponComaRace,RC_DemiPlayer,10;
- bonus bAspdRate,getrefine();
- if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;
- ">
-},
-{
- Id: 1566
- AegisName: "Diary_Of_Great_Basil"
- Name: "Diary Of Great Basil"
- Type: 4
- Buy: 20
- Atk: 120
- Matk: 125
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1567
- AegisName: "Hardback_C"
- Name: "Refined Hardcover Book"
- Type: 4
- Buy: 1
- Atk: 168
- Matk: 100
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,5;
- bonus bDex,2;
- ">
-},
-{
- Id: 1568
- AegisName: "Book_Of_Billows_"
- Name: "Book of Billows"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1569
- AegisName: "Book_Of_Mother_Earth_"
- Name: "Book of Mother Earth"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1570
- AegisName: "Book_Of_Blazing_Sun_"
- Name: "Book of Blazing Sun"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1571
- AegisName: "Book_Of_Gust_Of_Wind_"
- Name: "Book of Gust of Wind"
- Type: 4
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 15
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1572
- AegisName: "Principles_Of_Magic"
- Name: "Principles of Magic"
- Type: 4
- Buy: 20
- Weight: 300
- Atk: 60
- Matk: 160
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- View: 15
- Script: <"
- bonus bInt,3;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 1573
- AegisName: "Ancient_Magic"
- Name: "Ancient Magic"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 30
- Matk: 140
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 15
-},
-{
- Id: 1574
- AegisName: "BF_Book1"
- Name: "Brave Battle Strategy Book"
- Type: 4
- Buy: 20
- Atk: 90
- Matk: 125
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1575
- AegisName: "BF_Book2"
- Name: "Valorous Battle Strategy Book"
- Type: 4
- Buy: 20
- Atk: 90
- Matk: 125
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1576
- AegisName: "Krieger_Book1"
- Name: "Glorious Tablet"
- Type: 4
- Buy: 20
- Atk: 90
- Matk: 115
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,80;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
- ">
-},
-{
- Id: 1577
- AegisName: "Krieger_Book2"
- Name: "Glorious Apocalypse"
- Type: 4
- Buy: 20
- Atk: 90
- Matk: 115
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,80;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- if(getrefine()>8) {
- bonus bMatkRate,5;
- bonus bVariableCastrate,-5;
- bonus bDelayrate,-5;
- }
- ">
-},
-{
- Id: 1578
- AegisName: "Book_Of_Prayer"
- Name: "Book Of Prayer"
- Type: 4
- Buy: 20
- Atk: 140
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,2;
- bonus bMdef,2;
- bonus bMaxSPrate,10;
- ">
-},
-{
- Id: 1579
- AegisName: "Death_Note_M"
- Name: "Book of the Dead"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 137
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 85
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus bStr,3;
- bonus bInt,3;
- bonus bLuk,-20;
- bonus2 bWeaponComaRace,RC_DemiPlayer,10;
- bonus bAspdRate,getrefine();
- if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;
- ">
-},
-{
- Id: 1580
- AegisName: "Encyclopedia_C"
- Name: "Giant Encyclopedia"
- Type: 4
- Buy: 0
- Atk: 145
- Matk: 100
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,3;
- bonus bDex,2;
- bonus bCritical,20+((readparam(bLuk)*2)/10);
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1581
- AegisName: "F_Diary_Of_Great_Sage_C"
- Name: "Diary Of Great Sage"
- Type: 4
- Buy: 1
- Atk: 135
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 15
-},
-{
- Id: 1582
- AegisName: "E_Diary_Of_Great_Sage_C"
- Name: "E Diary Of Great Sage C"
- Type: 4
- Buy: 1
- Atk: 135
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 15
-},
-{
- Id: 1583
- AegisName: "P_Dic1"
- Name: "Eden Group Dictionary I"
- Type: 4
- Buy: 0
- Atk: 135
- Matk: 110
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1584
- AegisName: "Chilly_Spell_Book"
- Name: "Chilly Spell Book"
- Type: 4
- Buy: 56000
- Weight: 1000
- Atk: 100
- Matk: 160
- Range: 1
- Slots: 2
- Job: 0x00010000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 15
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus bUnbreakableWeapon,0;
- bonus bDex,1;
- bonus2 bSkillAtk,MG_COLDBOLT,3*getrefine();
- bonus2 bSkillAtk,SO_DIAMONDDUST,3*getrefine();
- bonus2 bSkillUseSP,MG_COLDBOLT,-(5*getrefine());
- bonus2 bSkillUseSP,SO_DIAMONDDUST,-(5*getrefine());
- ">
-},
-{
- Id: 1585
- AegisName: "Upg_Book"
- Name: "Upgrade Book"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 45
- Matk: 20
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- View: 15
- Script: <"
- bonus bBaseAtk,(getrefine()*10);
- bonus bMatk,(getrefine()*5);
- if(BaseLevel>70) { bonus bMatk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 1586
- AegisName: "Velum_Bible"
- Name: "Vellum Bible"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 110
- Matk: 125
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 15
- Script: <"
- if(BaseLevel>104) {
- bonus bHealPower,(BaseLevel/5)-20;
- }
- if (getrefine()>=6) {
- bonus2 bSkillCooldown,AB_CLEARANCE,-10000;
- bonus2 bSkillCooldown,AB_LAUDARAMUS,-3000;
- bonus2 bSkillCooldown,AB_LAUDAAGNUS,-3000;
- bonus2 bSkillUseSP,AB_CLEARANCE,-60;
- bonus2 bSkillUseSP,AB_LAUDARAMUS,-60;
- bonus2 bSkillUseSP,AB_LAUDAAGNUS,-60;
- }
- ">
-},
-{
- Id: 1587
- AegisName: "Velum_Encyclopedia"
- Name: "Vellum Encyclopedia"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 130
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 15
- Script: <"
- bonus2 bAddRace,RC_Player,80+getrefine();
- bonus2 bIgnoreDefRate,RC_Player,30;
- autobonus "{ bonus bBaseAtk,200; }",10,3000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 1588
- AegisName: "Metal_Book"
- Name: "Metal Book"
- Type: 4
- Buy: 20
- Atk: 45
- Matk: 10
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bBaseAtk,(getrefine()*5);
- bonus bMatk,(getrefine()*2);
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 1589
- AegisName: "Legacy_Of_Dragon_"
- Name: "Legacy of Dragon"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 15
- Script: <"
- bonus bInt,3;
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bSPGainRace,RC_Dragon,10;
- ">
-},
-{
- Id: 1590
- AegisName: "Snake_Encyclopedia"
- Name: "Snake Encyclopedia"
- Type: 4
- Buy: 60000
- Weight: 1500
- Atk: 10
- Matk: 110
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 105
- View: 15
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtk,getrefine()*3;
- bonus bMatk,getrefine()*3;
- ">
-},
-{
- Id: 1591
- AegisName: "TE_WoE_Book"
- Name: "TE WoE Book"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bMagicAddRace,RC_Player,5;
- bonus bHealPower,5;
- bonus2 bAddEff,Eff_Blind,500; /* Custom IRO */
- ">
-},
-{
- Id: 1598
- AegisName: "Snake_Encyclopedia_"
- Name: "Snake Encyclopedia"
- Type: 4
- Buy: 60000
- Weight: 1500
- Atk: 10
- Matk: 110
- Range: 1
- Slots: 3
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 105
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtk,getrefine()*3;
- bonus bMatk,getrefine()*3;
- ">
-},
-// GM Weapon
-{
- Id: 1599
- AegisName: "Angra_Manyu"
- Name: "Angra manyu"
- Type: 4
- Buy: 1
- Weight: 10
- Atk: 10000
- Matk: 10000
- Range: 2
- Loc: 2
- WeaponLv: 1
- View: 8
- Script: <"
- bonus bAllStats,50;
- bonus bBaseAtk,3300;
- bonus bMatkRate,200;
- bonus2 bHPDrainRate,1000,100;
- bonus2 bSPDrainRate,1000,20;
- bonus bHealPower,200;
- bonus2 bAddRace,RC_NonBoss,100;
- bonus2 bAddRace,RC_Boss,100;
- skill WZ_STORMGUST,10;
- skill WZ_METEOR,10;
- skill WZ_VERMILION,10;
- skill GM_SANDMAN,1;
- bonus bVariableCastrate,-100;
- bonus bFixedCastrate,-100;
- ">
-},
-// Staffs
-{
- Id: 1600
- AegisName: "Rod_of_Vicious_Mind"
- Name: "Rod of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 60
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x00818315
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 10
- Script: <"
- bonus bInt,5;
- bonus bMatk,pow(min(getrefine(),15),2);
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1601
- AegisName: "Rod"
- Name: "Rod"
- Type: 4
- Buy: 50
- Weight: 400
- Atk: 15
- Matk: 30
- Range: 1
- Slots: 3
- Job: 0x00818315
- Loc: 2
- WeaponLv: 1
- View: 10
-},
-{
- Id: 1602
- AegisName: "Rod_"
- Name: "Rod"
- Type: 4
- Buy: 50
- Weight: 400
- Atk: 15
- Matk: 30
- Range: 1
- Slots: 4
- Job: 0x00818315
- Loc: 2
- WeaponLv: 1
- View: 10
-},
-{
- Id: 1603
- AegisName: "Rod__"
- Name: "Rod"
- Type: 4
- Buy: 50
- Weight: 400
- Atk: 15
- Matk: 30
- Range: 1
- Job: 0x00818315
- Loc: 2
- WeaponLv: 1
- View: 10
-},
-{
- Id: 1604
- AegisName: "Wand"
- Name: "Wand"
- Type: 4
- Buy: 2500
- Weight: 400
- Atk: 25
- Matk: 45
- Range: 1
- Slots: 2
- Job: 0x00818315
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 10
-},
-{
- Id: 1605
- AegisName: "Wand_"
- Name: "Wand"
- Type: 4
- Buy: 2500
- Weight: 400
- Atk: 25
- Matk: 45
- Range: 1
- Slots: 3
- Job: 0x00818315
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 10
-},
-{
- Id: 1606
- AegisName: "Wand__"
- Name: "Wand"
- Type: 4
- Buy: 2500
- Weight: 400
- Atk: 25
- Matk: 45
- Range: 1
- Job: 0x00818315
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 10
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 1607
- AegisName: "Staff"
- Name: "Staff"
- Type: 4
- Buy: 9500
- Weight: 400
- Atk: 40
- Matk: 70
- Range: 1
- Slots: 2
- Job: 0x00818314
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 10
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1608
- AegisName: "Staff_"
- Name: "Staff"
- Type: 4
- Buy: 9500
- Weight: 400
- Atk: 40
- Matk: 70
- Range: 1
- Slots: 3
- Job: 0x00818314
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 10
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1609
- AegisName: "Staff__"
- Name: "Staff"
- Type: 4
- Buy: 9500
- Weight: 400
- Atk: 40
- Matk: 70
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 10
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1610
- AegisName: "Arc_Wand"
- Name: "Arc Wand"
- Type: 4
- Buy: 45000
- Weight: 400
- Atk: 60
- Matk: 95
- Range: 1
- Slots: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1611
- AegisName: "Arc_Wand_"
- Name: "Arc Wand"
- Type: 4
- Buy: 45000
- Weight: 400
- Atk: 60
- Matk: 95
- Range: 1
- Slots: 2
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1612
- AegisName: "Arc_Wand__"
- Name: "Arc Wand"
- Type: 4
- Buy: 45000
- Weight: 400
- Atk: 60
- Matk: 95
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1613
- AegisName: "Mighty_Staff"
- Name: "Mighty Staff"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 130
- Matk: 100
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bStr,10;
- bonus bSPDrainValue,-2;
- ">
-},
-{
- Id: 1614
- AegisName: "Blessed_Wand"
- Name: "Wand of Occult"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 75
- Matk: 105
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1615
- AegisName: "Bone_Wand"
- Name: "Evil Bone Wand"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 40
- Matk: 110
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bInt,4;
- bonus bAtkEle,Ele_Undead;
- ">
-},
-{
- Id: 1616
- AegisName: "Staff_Of_Wing"
- Name: "Wing Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 60
- Matk: 115
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bVariableCastrate,-5;
- ">
-},
-{
- Id: 1617
- AegisName: "Survival_Rod"
- Name: "Survivor's Rod"
- Type: 4
- Buy: 85000
- Weight: 1000
- Atk: 50
- Matk: 120
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bDex,2;
- bonus bMaxHP,300;
- ">
-},
-{
- Id: 1618
- AegisName: "Survival_Rod_"
- Name: "Survivor's Rod"
- Type: 4
- Buy: 85000
- Weight: 1000
- Atk: 50
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bDex,3;
- bonus bMaxHP,400;
- ">
-},
-{
- Id: 1619
- AegisName: "Survival_Rod2"
- Name: "Survivor's Rod"
- Type: 4
- Buy: 85000
- Weight: 1000
- Atk: 50
- Matk: 120
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bInt,2;
- bonus bMaxHP,300;
- ">
-},
-{
- Id: 1620
- AegisName: "Survival_Rod2_"
- Name: "Survivor's Rod"
- Type: 4
- Buy: 85000
- Weight: 1000
- Atk: 50
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bInt,3;
- bonus bMaxHP,400;
- ">
-},
-{
- Id: 1621
- AegisName: "Hypnotist's_Staff"
- Name: "Hypnotist's Staff"
- Type: 4
- Buy: 43000
- Weight: 500
- Atk: 70
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 10
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 1622
- AegisName: "Hypnotist's_Staff_"
- Name: "Hypnotist's Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 70
- Matk: 120
- Range: 1
- Slots: 2
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 10
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 1623
- AegisName: "Mighty_Staff_C"
- Name: "Mighty Staff"
- Type: 4
- Buy: 1
- Atk: 165
- Matk: 120
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,10;
- bonus bInt,4;
- bonus bSPDrainValue,-1;
- ">
-},
-{
- Id: 1624
- AegisName: "Lich_Bone_Wand"
- Name: "Lich's Bone Wand"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 60
- Matk: 170
- Range: 1
- Slots: 2
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 10
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bAtkEle,Ele_Undead;
- bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine();
- if(getrefine()>=9) {
- bonus bMatkRate,3;
- bonus bMaxSP,300;
- }
- ">
-},
-{
- Id: 1625
- AegisName: "Healing_Staff"
- Name: "Healing Staff"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 10
- Matk: 105
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- EquipLv: 55
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bHealPower,(getrefine()*3/2);
- ">
-},
-{
- Id: 1626
- AegisName: "Piercing_Staff"
- Name: "Piercing Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 80
- Matk: 145
- Range: 1
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 10
- Script: <"
- bonus bInt,4;
- bonus bIgnoreMdefRate,10+getrefine();
- ">
-},
-{
- Id: 1627
- AegisName: "Staffy"
- Name: "Staffy"
- Type: 4
- Buy: 20
- Atk: 40
- Matk: 120
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,4;
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1628
- AegisName: "Survival_Rod_C"
- Name: "Refined Survivor's Rod"
- Type: 4
- Buy: 1
- Atk: 71
- Matk: 145
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,4;
- bonus bMatkRate,20;
- bonus bMaxHP,500;
- ">
-},
-{
- Id: 1629
- AegisName: "Walking_Stick"
- Name: "Gentleman Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 40
- Matk: 125
- Range: 1
- Slots: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 4
- EquipLv: 50
- View: 10
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 1630
- AegisName: "Release_Of_Wish"
- Name: "Release of Wish"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 125
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 10
- Script: <"
- bonus bInt,3;
- bonus bHealPower,5;
- autobonus "{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }";
- ">
-},
-{
- Id: 1631
- AegisName: "Holy_Stick"
- Name: "Holy Stick"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 50
- Matk: 140
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bVariableCastrate,AL_HOLYLIGHT,-25;
- bonus2 bVariableCastrate,PR_TURNUNDEAD,-25;
- bonus2 bVariableCastrate,PR_MAGNUS,-25;
- ">
-},
-{
- Id: 1632
- AegisName: "BF_Staff1"
- Name: "Warlock's Magic Wand"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 125
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,4;
- bonus bDex,3;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25;
- bonus3 bAddEff,Eff_Stun,500,ATF_SKILL;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1633
- AegisName: "BF_Staff2"
- Name: "Warlock's Battle Wand"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 125
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,3;
- bonus bDex,3;
- bonus2 bMagicAddRace,RC_DemiPlayer,15;
- bonus3 bAddEff,Eff_Stun,500,ATF_SKILL;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1634
- AegisName: "BF_Staff3"
- Name: "Strong Recovery Wand"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 125
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHealPower,14;
- bonus2 bSPRegenRate,5,10000;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1635
- AegisName: "BF_Staff4"
- Name: "Speedy Recovery Wand"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 125
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,3;
- bonus bDex,2;
- bonus bDelayrate,-15;
- bonus2 bSPRegenRate,5,10000;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1636
- AegisName: "Thorn_Staff"
- Name: "Thorn Staff of Darkness"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 60
- Matk: 160
- Range: 1
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 75
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus bInt,3;
- bonus bDex,3;
- bonus bIgnoreMdefRate,getrefine();
- bonus bDelayrate,-(getrefine()*3/2);
- ">
-},
-{
- Id: 1637
- AegisName: "Eraser"
- Name: "Eraser"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 80
- Matk: 170
- Range: 1
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 10
- Script: <"
- bonus bInt,3;
- bonus bDex,2;
- bonus bSPrecovRate,8;
- if( getrefine() > 9 ) bonus5 bAutoSpell,NPC_WIDESOULDRAIN,3,5,BF_MAGIC,0;
- else bonus5 bAutoSpell,NPC_WIDESOULDRAIN,1,5,BF_MAGIC,0;
- ">
-},
-{
- Id: 1638
- AegisName: "Healing_Staff_C"
- Name: "Staff Of Healing"
- Type: 4
- Buy: 20
- Atk: 10
- Matk: 125
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus bHealPower,(getrefine()*3/2);
- ">
-},
-{
- Id: 1639
- AegisName: "N_Rod"
- Name: "Novice Rod"
- Type: 4
- Buy: 0
- Atk: 15
- Matk: 32
- Range: 1
- Slots: 3
- Job: 0x00818315
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 10
-},
-{
- Id: 1640
- AegisName: "Krieger_Onehand_Staff1"
- Name: "Glorious Arc Wand"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 135
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bMagicAddRace,RC_DemiPlayer,15;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25+((getrefine()>5)?5:0);
- bonus bUnbreakableWeapon,0;
- if(getrefine() > 8) {
- bonus bMatkRate,5;
- bonus bVariableCastrate,-5;
- bonus bDelayrate,-5;
- }
- ">
-},
-{
- Id: 1641
- AegisName: "Krieger_Onehand_Staff2"
- Name: "Glorious Cure Wand"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 135
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHealPower,14;
- bonus bDelayrate,-10;
- bonus bUnbreakableWeapon,0;
- if(getrefine() > 5) {
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,5;
- bonus bHealPower,5+(min(getrefine(),14)-5)*2;
- }
- if(getrefine() > 8) bonus5 bAutoSpellOnSkill,AL_HEAL,AL_HEAL,10,100,1;
- if(getrefine() > 9) {
- bonus bHealPower,10;
- }
- ">
-},
-{
- Id: 1642
- AegisName: "Staff_Of_Darkness"
- Name: "Staff Of Darkness"
- Type: 4
- Buy: 20
- Atk: 100
- Matk: 120
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 2
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVariableCastrate,-5;
- bonus bInt,2;
- ">
-},
-{
- Id: 1643
- AegisName: "Dead_Tree_Cane"
- Name: "Dead Tree CaneStaff"
- Type: 4
- Buy: 20
- Weight: 100
- Atk: 100
- Matk: 155
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 10
- Script: <"
- bonus bInt,4;
- if (getrefine()>5) {
- bonus bInt,getrefine()-5;
- bonus bMaxHP,-200;
- bonus bMaxSP,-100;
- }
- ">
-},
-{
- Id: 1644
- AegisName: "Piercing_Staff_M"
- Name: "Staff of Piercing"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 80
- Range: 1
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,4;
- bonus bIgnoreMdefRate,10+getrefine();
- ">
-},
-{
- Id: 1645
- AegisName: "Lich_Bone_Wand_M"
- Name: "Lich's Bone Wand"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 60
- Range: 1
- Slots: 2
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bAtkEle,Ele_Undead;
- bonus bMatkRate,20;
- bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine();
- if(getrefine()>=9) {
- bonus bMatkRate,3;
- bonus bMaxSP,300;
- }
- ">
-},
-{
- Id: 1646
- AegisName: "La'cryma_Stick"
- Name: "La'cryma Stick"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 180
- Range: 1
- Slots: 2
- Job: 0x00010204
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 10
- Script: <"
- bonus bInt,4;
- bonus bMdef,1;
- bonus bMdef,getrefine();
- bonus2 bSkillAtk,WZ_STORMGUST,getrefine();
- if (getrefine() > 9) bonus2 bVariableCastrate,WZ_STORMGUST,-8;
- ">
-},
-{
- Id: 1647
- AegisName: "Croce_Staff"
- Name: "Croce Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 175
- Range: 1
- Slots: 1
- Job: 0x00008110
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,4;
- bonus4 bAutoSpellOnSkill,AL_HEAL,AL_BLESSING,max(getskilllv(AL_BLESSING),1),20;
- ">
-},
-{
- Id: 1648
- AegisName: "Staff_Of_Bordeaux"
- Name: "Staff Of Bordeaux"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 170
- Range: 1
- Job: 0x00010204
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 50
- View: 10
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- if(getskilllv(SA_DRAGONOLOGY) == 5) {
- bonus bUseSPrate,-15;
- bonus bInt,3;
- }
- ">
-},
-{
- Id: 1649
- AegisName: "Rafini_Staff"
- Name: "Laphine Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 180
- Range: 1
- Job: 0x00018300
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 10
- Script: <" bonus bFixedCastrate,-getrefine(); ">
-},
-{
- Id: 1650
- AegisName: "P_Staff1"
- Name: "Eden Staff I"
- Type: 4
- Buy: 0
- Atk: 60
- Matk: 125
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1651
- AegisName: "P_Staff2"
- Name: "Eden Staff II"
- Type: 4
- Buy: 0
- Atk: 60
- Matk: 150
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1652
- AegisName: "Tourist_Staff"
- Name: "Traveler's Staff"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 35
- Range: 1
- Job: 0x00818315
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 1653
- AegisName: "Staff_Of_Healing_C"
- Name: "Healing Of Staff"
- Type: 4
- Buy: 20
- Atk: 10
- Matk: 100
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatk,100;
- bonus bHealPower,18;
- ">
-},
-{
- Id: 1654
- AegisName: "Mental_Stick"
- Name: "Mental Stick"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 40
- Matk: 170
- Range: 1
- Slots: 1
- Job: 0x00010000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 10
- Script: <"
- if(getrefine()>5) {
- bonus2 bSkillAtk,SO_PSYCHIC_WAVE,(getrefine()-5)*2;
- bonus bMaxHPrate,-(getrefine()-5)*2;
- }
- bonus2 bSkillVariableCast,SO_PSYCHIC_WAVE,-3000;
- bonus2 bSkillUseSP,SO_PSYCHIC_WAVE,-60;
- ">
- OnUnequipScript: <" itemheal 0,-100; ">
-},
-{
- Id: 1655
- AegisName: "Adventure_Staff"
- Name: "Adventure Staff"
- Type: 4
- Buy: 0
- Atk: 60
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 10
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1656
- AegisName: "Academy_Wand"
- Name: "Academy Wand"
- Type: 4
- Buy: 0
- Weight: 600
- Atk: 60
- Range: 1
- Slots: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 1
- View: 10
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1657
- AegisName: "Wand_Of_Affection"
- Name: "Wand Of Affection"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 160
- Range: 1
- Slots: 2
- Job: 0x00000100
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 10
- Script: <"
- bonus bInt,2;
- bonus bAtkEle,Ele_Holy;
- bonus bHealPower,10;
- ">
-},
-{
- Id: 1658
- AegisName: "P_Staff3"
- Name: "Eden Group Staff III"
- Type: 4
- Buy: 0
- Atk: 60
- Matk: 170
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,4; ">
-},
-{
- Id: 1659
- AegisName: "Recovery_Light"
- Name: "Light of Recovery"
- Type: 4
- Buy: 56000
- Weight: 400
- Atk: 30
- Matk: 160
- Range: 1
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 110
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bUnbreakableWeapon,0;
- bonus bHealPower,(getrefine()*6);
- bonus2 bSkillUseSP,AL_HEAL,-(getrefine()*10);
- bonus2 bSkillUseSP,AB_CHEAL,-(getrefine()*12);
- bonus2 bSkillUseSP,AB_HIGHNESSHEAL,-(getrefine()*14);
- ">
-},
-{
- Id: 1660
- AegisName: "Wand_Of_Affection2"
- Name: "Protection Staff II"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 180
- Range: 1
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 130
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,4;
- bonus bHealPower,20;
- ">
-},
-{
- Id: 1661
- AegisName: "Mental_Destroyer"
- Name: "Mental Destroyer"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 100
- Matk: 50
- Range: 1
- Job: 0x00000200
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 10
- Script: <"
- bonus bInt,10;
- bonus bUnbreakableWeapon,0;
- bonus bUseSPrate,100;
- bonus bMdef,20;
- bonus3 bSPVanishRate,10000,5,BF_NORMAL|BF_SKILL;
- if(getrefine()>5) {
- bonus3 bSPVanishRate,10000,10,BF_NORMAL|BF_SKILL;
- }
- ">
-},
-{
- Id: 1662
- AegisName: "Bone_Wand_"
- Name: "Evil Bone Wand"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 40
- Matk: 110
- Range: 1
- Slots: 2
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 10
- Script: <"
- bonus bInt,4;
- bonus bAtkEle,Ele_Undead;
- ">
-},
-{
- Id: 1663
- AegisName: "Staff_Of_Bordeaux_"
- Name: "Staff Of Bordeaux"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 170
- Range: 1
- Slots: 2
- Job: 0x00010204
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 50
- View: 10
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- if(getskilllv(SA_DRAGONOLOGY) == 5) {
- bonus bUseSPrate,-15;
- bonus bInt,3;
- }
- ">
-},
-{
- Id: 1664
- AegisName: "Thorn_Staff_of_Darkness"
- Name: "Thorn Staff of Darkness"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 60
- Matk: 160
- Range: 1
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 75
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus bInt,3;
- bonus bDex,3;
- bonus bIgnoreMdefRate,getrefine();
- bonus bDelayrate,-(getrefine()*3/2);
- ">
-},
-{
- Id: 1665
- AegisName: "Piercing_Staff_"
- Name: "Staff of Piercing"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 80
- Range: 1
- Slots: 2
- Job: 0x00018314
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 10
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,4;
- bonus bIgnoreMdefRate,10+getrefine();
- ">
-},
-{
- Id: 1666
- AegisName: "Healing_Staff_"
- Name: "Staff Of Healing"
- Type: 4
- Buy: 20
- Atk: 10
- Matk: 125
- Range: 1
- Slots: 2
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus bHealPower,(getrefine()*3/2);
- ">
-},
-{
- Id: 1667
- AegisName: "TE_WoE_Staff"
- Name: "TE WoE Staff"
- Type: 4
- Buy: 20
- Atk: 50
- Matk: 100
- Range: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bMagicAddRace,RC_Player,10;
- bonus bHealPower,5;
- bonus2 bAddEff,Eff_Blind,500; /* Custom IRO */
- ">
-},
-{
- Id: 1668
- AegisName: "Sword_Stick"
- Name: "Sword Stick"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Matk: 150
- Range: 1
- Slots: 2
- Job: 0x00800200
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 8
- Script: <"
- bonus bAspdRate,10;
- ">
-},
-{
- Id: 1669
- AegisName: "Thanatos_Staff"
- Name: "Thanatos Staff"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Matk: 200
- Range: 1
- Slots: 1
- Job: 0x00018314
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 10
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- bonus bHealPower,15;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 1670
- AegisName: "RWC_Memory_Staff"
- Name: "RWC Memory Staff"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 25
- Matk: 30
- Range: 1
- Slots: 1
- Job: 0x00818314
- Loc: 2
- WeaponLv: 3
- View: 10
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bMatk,30*(getrefine()/3);
- if (getrefine()>=7) {
- .@val = 1;
- bonus4 bAutoSpell,HW_MAGICPOWER,1,10,0;
- }
- if (getrefine()>=4) {
- .@rate = 5*(.@val+1);
- bonus2 bMagicAddRace,RC_Boss,.@rate;
- bonus2 bMagicAddRace,RC_NonBoss,.@rate;
- }
- ">
-},
-{
- Id: 1671
- AegisName: "Evil_Slayer_Vanquisher_Staff"
- Name: "Evil Slayer Vanquisher Staff"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 30
- Matk: 155
- Range: 1
- Slots: 1
- Job: 0x00818314
- Upper: 56
- Loc: 2
- WeaponLv: 3
- View: 10
- Script: <"
- bonus2 bAddRace,RC_Demon,10;
- bonus2 bAddRace,RC_Undead,10;
- bonus2 bMagicAddRace,RC_Demon,10;
- bonus2 bMagicAddRace,RC_Undead,10;
- if(getrefine()>=9){ bonus bMatkRate,5; }
- if(getrefine()>=12){ bonus bMatkRate,7; }
- ">
-},
-{
- Id: 1680
- AegisName: "Crimson_Rod"
- Name: "Crimson Rod"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 60
- Matk: 70
- Range: 1
- Slots: 2
- Job: 0x00818315
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 10
- Script: <"
- bonus bInt,5;
- bonus bMatk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bMatk,(((BaseLevel-70)/10)*5); }
- ">
-},
-// Bows
-{
- Id: 1701
- AegisName: "Bow"
- Name: "Bow"
- Type: 4
- Buy: 1000
- Weight: 500
- Atk: 15
- Range: 5
- Slots: 3
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 11
-},
-{
- Id: 1702
- AegisName: "Bow_"
- Name: "Bow"
- Type: 4
- Buy: 1000
- Weight: 500
- Atk: 15
- Range: 5
- Slots: 4
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 11
-},
-{
- Id: 1703
- AegisName: "Bow__"
- Name: "Bow"
- Type: 4
- Buy: 0
- Atk: 15
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,1002,500;
- bonus2 bAddDamageClass,1113,500;
- bonus2 bAddDamageClass,1031,500;
- bonus2 bAddDamageClass,1242,500;
- ">
-},
-{
- Id: 1704
- AegisName: "Composite_Bow"
- Name: "Composite Bow"
- Type: 4
- Buy: 2500
- Weight: 600
- Atk: 29
- Range: 5
- Slots: 3
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 11
-},
-{
- Id: 1705
- AegisName: "Composite_Bow_"
- Name: "Composite Bow"
- Type: 4
- Buy: 2500
- Weight: 600
- Atk: 29
- Range: 5
- Slots: 4
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 11
-},
-{
- Id: 1706
- AegisName: "Composite_Bow__"
- Name: "Composite Bow"
- Type: 4
- Buy: 2500
- Weight: 600
- Atk: 29
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- View: 11
-},
-{
- Id: 1707
- AegisName: "Great_Bow"
- Name: "Great Bow"
- Type: 4
- Buy: 10000
- Weight: 1000
- Atk: 50
- Range: 5
- Slots: 2
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 11
-},
-{
- Id: 1708
- AegisName: "Great_Bow_"
- Name: "Great Bow"
- Type: 4
- Buy: 10000
- Weight: 1000
- Atk: 50
- Range: 5
- Slots: 3
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 11
-},
-{
- Id: 1709
- AegisName: "Great_Bow__"
- Name: "Great Bow"
- Type: 4
- Buy: 10000
- Weight: 1000
- Atk: 50
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 11
-},
-{
- Id: 1710
- AegisName: "CrossBow"
- Name: "Cross Bow"
- Type: 4
- Buy: 17000
- Weight: 900
- Atk: 65
- Range: 5
- Slots: 2
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 11
-},
-{
- Id: 1711
- AegisName: "CrossBow_"
- Name: "Cross Bow"
- Type: 4
- Buy: 17000
- Weight: 900
- Atk: 65
- Range: 5
- Slots: 3
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 11
-},
-{
- Id: 1712
- AegisName: "CrossBow__"
- Name: "Cross Bow"
- Type: 4
- Buy: 17000
- Weight: 900
- Atk: 65
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 18
- View: 11
-},
-{
- Id: 1713
- AegisName: "Arbalest"
- Name: "Arbalest Bow"
- Type: 4
- Buy: 48000
- Weight: 1000
- Atk: 90
- Range: 5
- Slots: 1
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 11
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 1714
- AegisName: "Kakkung"
- Name: "Gakkung Bow"
- Type: 4
- Buy: 42000
- Weight: 1100
- Atk: 100
- Range: 5
- Slots: 1
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 11
-},
-{
- Id: 1715
- AegisName: "Arbalest_"
- Name: "Arbalest Bow"
- Type: 4
- Buy: 48000
- Weight: 1000
- Atk: 90
- Range: 5
- Slots: 2
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 11
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 1716
- AegisName: "Kakkung_"
- Name: "Gakkung Bow"
- Type: 4
- Buy: 42000
- Weight: 1100
- Atk: 100
- Range: 5
- Slots: 2
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 11
-},
-{
- Id: 1718
- AegisName: "Hunter_Bow"
- Name: "Hunter Bow"
- Type: 4
- Buy: 64000
- Weight: 1500
- Atk: 125
- Range: 5
- Job: 0x00000800
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 11
-},
-{
- Id: 1719
- AegisName: "Bow_Of_Roguemaster"
- Name: "Roguemaster's Bow"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 75
- Range: 11
- Job: 0x00000040
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 11
-},
-{
- Id: 1720
- AegisName: "Bow_Of_Rudra"
- Name: "Rudra Bow"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 5
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 11
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- bonus2 bResEff,Eff_Poison,5000;
- bonus2 bResEff,Eff_Curse,5000;
- bonus2 bResEff,Eff_Silence,5000;
- bonus2 bResEff,Eff_Confusion,5000;
- bonus2 bResEff,Eff_Blind,5000;
- ">
-},
-{
- Id: 1721
- AegisName: "Repeting_CrossBow"
- Name: "Repeating Crossbow"
- Type: 4
- Buy: 89000
- Weight: 2000
- Atk: 95
- Range: 9
- Slots: 1
- Job: 0x00020840
- Loc: 34
- WeaponLv: 3
- EquipLv: 65
- View: 11
-},
-{
- Id: 1722
- AegisName: "Balistar"
- Name: "Ballista"
- Type: 4
- Buy: 124000
- Weight: 3500
- Atk: 145
- Range: 5
- Job: 0x00080800
- Loc: 34
- WeaponLv: 4
- EquipLv: 77
- View: 11
-},
-{
- Id: 1723
- AegisName: "Luna_Bow"
- Name: "Luna Bow"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 100
- Range: 5
- Slots: 2
- Job: 0x00000800
- Loc: 34
- WeaponLv: 3
- EquipLv: 30
- View: 11
- Script: <" bonus bDef,2+3*(getrefine()>5)+2*(getrefine()>8); ">
-},
-{
- Id: 1724
- AegisName: "Dragon_Wing"
- Name: "Dragon Wing"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 100
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 4
- EquipLv: 60
- View: 11
- Script: <"
- bonus3 bAddMonsterDropItem,1765,RC_Dragon,300;
- bonus bIgnoreDefRace,RC_Dragon;
- ">
-},
-{
- Id: 1725
- AegisName: "Bow_Of_Minstrel"
- Name: "Minstrel Bow"
- Type: 4
- Buy: 20
- Weight: 1700
- Atk: 120
- Range: 5
- Slots: 1
- Job: 0x00080800
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 11
- Script: <"
- bonus bInt,2;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 1726
- AegisName: "Hunter_Bow_"
- Name: "Hunter Bow"
- Type: 4
- Buy: 64000
- Weight: 1500
- Atk: 125
- Range: 5
- Slots: 1
- Job: 0x00000800
- Loc: 34
- WeaponLv: 3
- EquipLv: 33
- View: 11
-},
-{
- Id: 1727
- AegisName: "Balistar_"
- Name: "Ballista"
- Type: 4
- Buy: 124000
- Weight: 3500
- Atk: 145
- Range: 5
- Slots: 1
- Job: 0x00080800
- Loc: 34
- WeaponLv: 4
- EquipLv: 77
- View: 11
-},
-{
- Id: 1728
- AegisName: "Balistar_C"
- Name: "Ballista"
- Type: 4
- Buy: 1
- Atk: 194
- Range: 5
- Job: 0x00080800
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLongAtkRate,20; ">
-},
-{
- Id: 1729
- AegisName: "Bow_Of_Rudra_C"
- Name: "Rudra Bow"
- Type: 4
- Buy: 2
- Atk: 185
- Range: 5
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- ">
-},
-{
- Id: 1730
- AegisName: "Burning_Bow"
- Name: "Burning Bow"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 95
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 11
- Script: <" bonus2 bSubEle,Ele_Fire,10; ">
-},
-{
- Id: 1731
- AegisName: "Frozen_Bow"
- Name: "Frozen Bow"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 100
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 11
- Script: <" bonus2 bAddEff,Eff_Freeze,1000; ">
-},
-{
- Id: 1732
- AegisName: "Earth_Bow"
- Name: "Earth Bow"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 105
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 11
-},
-{
- Id: 1733
- AegisName: "Gust_Bow"
- Name: "Gust Bow"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 95
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 55
- View: 11
-},
-{
- Id: 1734
- AegisName: "Orc_Archer_Bow"
- Name: "Orc Archer Bow"
- Type: 4
- Buy: 20
- Weight: 1600
- Atk: 120
- Range: 5
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 65
- View: 11
- Script: <" bonus2 bAddMonsterDropItem,1753,200; ">
-},
-{
- Id: 1735
- AegisName: "Kkakkung"
- Name: "Kkakkung"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1736
- AegisName: "Double_Bound"
- Name: "Double Bound"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 70
- Range: 5
- Slots: 3
- Job: 0x00000800
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 11
- Script: <" bonus3 bAutoSpell,AC_DOUBLE,getskilllv(AC_DOUBLE),10; ">
-},
-{
- Id: 1737
- AegisName: "Ixion_Wing"
- Name: "Ixion Wings"
- Type: 4
- Buy: 20
- Weight: 300
- Atk: 135
- Range: 5
- Slots: 1
- Job: 0x00000800
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 11
- Script: <"
- autobonus "{ bonus bAspdRate,7; }",10+(getrefine()*2),7000,BF_WEAPON,"{ specialeffect2 EF_HASTEUP; }";
- bonus2 bAddSkillBlow,AC_CHARGEARROW,3;
- ">
-},
-{
- Id: 1738
- AegisName: "BF_Bow1"
- Name: "Valorous Battle CrossBow"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1739
- AegisName: "BF_Bow2"
- Name: "Brave Battle CrossBow"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bInt,10;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1740
- AegisName: "Nepenthes_Bow"
- Name: "Nepenthes Bow"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 105
- Range: 5
- Slots: 2
- Job: 0x00000800
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 60
- View: 11
- Script: <" bonus4 bAutoSpellOnSkill,AC_DOUBLE,AC_CHARGEARROW,1,20; ">
-},
-{
- Id: 1741
- AegisName: "Cursed_Lyre"
- Name: "Cursed Lyre"
- Type: 4
- Buy: 20
- Weight: 1250
- Atk: 125
- Range: 5
- Slots: 1
- Job: 0x00080808
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 11
- Script: <"
- bonus bLuk,-2;
- bonus2 bAddEff,Eff_Curse,400;
- ">
-},
-{
- Id: 1742
- AegisName: "N_Composite_Bow"
- Name: "Novice Composite Bow"
- Type: 4
- Buy: 0
- Atk: 49
- Range: 5
- Slots: 3
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- View: 11
-},
-{
- Id: 1743
- AegisName: "Krieger_Bow1"
- Name: "Glorious Hunter Bow"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bCritAtkRate,getrefine() * 2;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus2 bSkillAtk,AC_DOUBLE,20;
- ">
-},
-{
- Id: 1744
- AegisName: "Bow_Of_Evil"
- Name: "Bow Of Evil"
- Type: 4
- Buy: 20
- Atk: 170
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,AC_DOUBLE,25;
- bonus bDex,2;
- ">
-},
-{
- Id: 1745
- AegisName: "Falken_Blitz"
- Name: "Falken Blitz"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Range: 5
- Slots: 2
- Job: 0x00000800
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 50
- View: 11
- Script: <"
- bonus2 bSkillAtk,SN_SHARPSHOOTING,10;
- bonus2 bSkillAtk,AC_DOUBLE,10;
- bonus2 bSkillAtk,AC_CHARGEARROW,10;
- ">
-},
-{
- Id: 1746
- AegisName: "Elven_Bow"
- Name: "Elven Bow"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 160
- Range: 5
- Slots: 1
- Job: 0x00080800
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 11
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 1747
- AegisName: "P_Bow1"
- Name: "Eden Bow I"
- Type: 4
- Buy: 0
- Atk: 82
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1748
- AegisName: "P_Bow2"
- Name: "Eden Bow II"
- Type: 4
- Buy: 0
- Atk: 120
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1749
- AegisName: "Tourist_Bow"
- Name: "Traveler's Bow"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 40
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bDex,2;
- ">
-},
-// Arrows
-{
- Id: 1750
- AegisName: "Arrow"
- Name: "Arrow"
- Type: 10
- Buy: 1
- Weight: 1
- Atk: 25
- Job: 0x000A1848
- Loc: 32768
- View: 1
-},
-{
- Id: 1751
- AegisName: "Silver_Arrow"
- Name: "Silver Arrow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 1752
- AegisName: "Fire_Arrow"
- Name: "Fire Arrow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1753
- AegisName: "Steel_Arrow"
- Name: "Steel Arrow"
- Type: 10
- Buy: 4
- Weight: 2
- Atk: 40
- Job: 0x000A1848
- Loc: 32768
- View: 1
-},
-{
- Id: 1754
- AegisName: "Crystal_Arrow"
- Name: "Crystal Arrow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1755
- AegisName: "Arrow_Of_Wind"
- Name: "Arrow of Wind"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1756
- AegisName: "Stone_Arrow"
- Name: "Stone Arrow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1757
- AegisName: "Immatrial_Arrow"
- Name: "Immaterial Arrow"
- Type: 10
- Buy: 3
- Weight: 1
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Ghost; ">
-},
-{
- Id: 1758
- AegisName: "Stun_Arrow"
- Name: "Stun Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 1759
- AegisName: "Freezing_Arrow"
- Name: "Frozen Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,1000;
- ">
-},
-{
- Id: 1760
- AegisName: "Flash_Arrow"
- Name: "Flash Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus2 bAddEff,Eff_Blind,1000; ">
-},
-{
- Id: 1761
- AegisName: "Curse_Arrow"
- Name: "Cursed Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus2 bAddEff,Eff_Curse,1000; ">
-},
-{
- Id: 1762
- AegisName: "Rusty_Arrow"
- Name: "Rusty Arrow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Poison; ">
-},
-{
- Id: 1763
- AegisName: "Poison_Arrow"
- Name: "Poison Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,2000;
- ">
-},
-{
- Id: 1764
- AegisName: "Incisive_Arrow"
- Name: "Sharp Arrow"
- Type: 10
- Buy: 20
- Weight: 3
- Atk: 10
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bCritical,20; ">
-},
-{
- Id: 1765
- AegisName: "Oridecon_Arrow"
- Name: "Oridecon Arrow"
- Type: 10
- Buy: 30
- Weight: 3
- Atk: 50
- Job: 0x000A1848
- Loc: 32768
- View: 1
-},
-{
- Id: 1766
- AegisName: "Arrow_Of_Counter_Evil"
- Name: "Arrow of Counter Evil"
- Type: 10
- Buy: 40
- Weight: 3
- Atk: 50
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 1767
- AegisName: "Arrow_Of_Shadow"
- Name: "Arrow of Shadow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus bAtkEle,Ele_Dark; ">
-},
-{
- Id: 1768
- AegisName: "Sleep_Arrow"
- Name: "Sleep Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus2 bAddEff,Eff_Sleep,2000; ">
-},
-{
- Id: 1769
- AegisName: "Silence_Arrow"
- Name: "Mute Arrow"
- Type: 10
- Buy: 10
- Weight: 3
- Atk: 1
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <" bonus2 bAddEff,Eff_Silence,1000; ">
-},
-{
- Id: 1770
- AegisName: "Iron_Arrow"
- Name: "Iron Arrow"
- Type: 10
- Buy: 2
- Weight: 1
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- View: 1
-},
-{
- Id: 1771
- AegisName: "Venom_Knife"
- Name: "Venom Knife"
- Type: 10
- Buy: 50
- Weight: 5
- Atk: 30
- Job: 0x00001000
- Loc: 32768
- View: 2
-},
-{
- Id: 1772
- AegisName: "Holy_Arrow"
- Name: "Holy Arrow"
- Type: 10
- Buy: 3
- Weight: 2
- Atk: 50
- Job: 0x000A1848
- Loc: 32768
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddRace,RC_Demon,5;
- ">
-},
-{
- Id: 1773
- AegisName: "Arrow_Of_Elf"
- Name: "Elven Arrow"
- Type: 10
- Buy: 5
- Weight: 1
- Atk: 45
- Job: 0x000A1848
- Loc: 32768
- EquipLv: 100
- View: 1
-},
-{
- Id: 1774
- AegisName: "Hunting_Arrow"
- Name: "Hunting Arrow"
- Type: 10
- Buy: 5
- Weight: 1
- Atk: 35
- Job: 0x000A1848
- Loc: 32768
- View: 1
-},
-{
- Id: 1775
- AegisName: "Siege_Arrow_S"
- Name: "WoE Arrow S"
- Type: 10
- Buy: 10
- Weight: 1
- Atk: 45
- Job: 0x000A1848
- Loc: 32768
- EquipLv: 130
- View: 1
-},
-{
- Id: 1776
- AegisName: "Siege_Arrow_A"
- Name: "WoE Arrow A"
- Type: 10
- Buy: 10
- Weight: 1
- Atk: 30
- Job: 0x000A1848
- Loc: 32768
- EquipLv: 95
- View: 1
-},
-// Knuckles
-{
- Id: 1800
- AegisName: "Fist_of_Vicious_Mind"
- Name: "Fist of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 150
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 12
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- ">
-},
-{
- Id: 1801
- AegisName: "Waghnakh"
- Name: "Waghnak"
- Type: 4
- Buy: 8000
- Weight: 400
- Atk: 30
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 1
- View: 12
-},
-{
- Id: 1802
- AegisName: "Waghnakh_"
- Name: "Waghnak"
- Type: 4
- Buy: 8000
- Weight: 400
- Atk: 30
- Range: 1
- Slots: 4
- Job: 0x00008100
- Loc: 2
- WeaponLv: 1
- View: 12
-},
-{
- Id: 1803
- AegisName: "Knuckle_Duster"
- Name: "Knuckle Dusters"
- Type: 4
- Buy: 25000
- Weight: 450
- Atk: 50
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 12
-},
-{
- Id: 1804
- AegisName: "Knuckle_Duster_"
- Name: "Knuckle Dusters"
- Type: 4
- Buy: 25000
- Weight: 450
- Atk: 50
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 12
-},
-{
- Id: 1805
- AegisName: "Hora"
- Name: "Studded Knuckles"
- Type: 4
- Buy: 32000
- Weight: 450
- Atk: 65
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 12
-},
-{
- Id: 1806
- AegisName: "Hora_"
- Name: "Studded Knuckles"
- Type: 4
- Buy: 32000
- Weight: 450
- Atk: 65
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 2
- EquipLv: 12
- View: 12
-},
-{
- Id: 1807
- AegisName: "Fist"
- Name: "Fist"
- Type: 4
- Buy: 53000
- Weight: 650
- Atk: 115
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 12
-},
-{
- Id: 1808
- AegisName: "Fist_"
- Name: "Fist"
- Type: 4
- Buy: 53000
- Weight: 650
- Atk: 115
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 12
-},
-{
- Id: 1809
- AegisName: "Claw"
- Name: "Claw"
- Type: 4
- Buy: 67000
- Weight: 500
- Atk: 86
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 12
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 1810
- AegisName: "Claw_"
- Name: "Claw"
- Type: 4
- Buy: 67000
- Weight: 500
- Atk: 86
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 12
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 1811
- AegisName: "Finger"
- Name: "Finger"
- Type: 4
- Buy: 58000
- Weight: 500
- Atk: 97
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 12
-},
-{
- Id: 1812
- AegisName: "Finger_"
- Name: "Finger"
- Type: 4
- Buy: 58000
- Weight: 500
- Atk: 97
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 24
- View: 12
-},
-{
- Id: 1813
- AegisName: "Kaiser_Knuckle"
- Name: "Kaiser Knuckle"
- Type: 4
- Buy: 20
- Weight: 450
- Atk: 110
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 12
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddRace,RC_Undead,5;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Fire,10;
- bonus2 bAddEle,Ele_Wind,10;
- ">
-},
-{
- Id: 1814
- AegisName: "Berserk"
- Name: "Berserk"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 12
- Script: <" bonus bAspdRate,12; ">
-},
-{
- Id: 1815
- AegisName: "Claw_Of_Garm"
- Name: "Hatii Claw"
- Type: 4
- Buy: 20
- Weight: 550
- Atk: 152
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 12
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus bMaxHPrate,-2;
- bonus2 bAddEff,Eff_Bleeding,200;
- ">
-},
-{
- Id: 1816
- AegisName: "Berserk_"
- Name: "Berserk"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 12
- Script: <" bonus bAspdRate,12; ">
-},
-{
- Id: 1817
- AegisName: "Kaiser_Knuckle_C"
- Name: "Kaiser Knuckle"
- Type: 4
- Buy: 1
- Atk: 159
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddRace,RC_Undead,5;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Fire,10;
- bonus2 bAddEle,Ele_Wind,10;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1818
- AegisName: "Magma_Fist"
- Name: "Magma Fist"
- Type: 4
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 75
- View: 12
- Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,5,10; ">
-},
-{
- Id: 1819
- AegisName: "Icicle_Fist"
- Name: "Icicle Fist"
- Type: 4
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 75
- View: 12
- Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,5,10; ">
-},
-{
- Id: 1820
- AegisName: "Electric_Fist"
- Name: "Electric Fist"
- Type: 4
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 75
- View: 12
- Script: <" bonus3 bAutoSpell,SA_LIGHTNINGLOADER,5,10; ">
-},
-{
- Id: 1821
- AegisName: "Seismic_Fist"
- Name: "Seismic Fist"
- Type: 4
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 75
- View: 12
- Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,5,10; ">
-},
-{
- Id: 1822
- AegisName: "Combo_Battle_Glove"
- Name: "Combo Battle Glove"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 4
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- View: 12
- Script: <"
- bonus2 bSkillAtk,MO_TRIPLEATTACK,15;
- bonus2 bSkillAtk,MO_CHAINCOMBO,15;
- bonus2 bSkillAtk,MO_COMBOFINISH,20;
- ">
-},
-{
- Id: 1823
- AegisName: "BF_Knuckle1"
- Name: "Valorous Battle Fist"
- Type: 4
- Buy: 20
- Atk: 30
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bAgi,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus4 bAutoSpell,CH_SOULCOLLECT,1,5,0;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1824
- AegisName: "BF_Knuckle2"
- Name: "Brave Battle Fist"
- Type: 4
- Buy: 20
- Atk: 30
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bVariableCastrate,MO_EXTREMITYFIST,-25;
- autobonus "{ bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; }",50,6000,BF_WEAPON,"{ specialeffect2 EF_SUFFRAGIUM; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1825
- AegisName: "Horn_Of_Hilthrion"
- Name: "Horn of Hillslion"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 95
- Range: 1
- Slots: 3
- Job: 0x00008000
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- View: 12
- Script: <"
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
- bonus4 bAutoSpellOnSkill,CH_PALMSTRIKE,MO_INVESTIGATE,1,100;
- bonus3 bAutoSpell,MO_CALLSPIRITS,5,100;
- ">
-},
-{
- Id: 1826
- AegisName: "Krieger_Knuckle1"
- Name: "Glorious Claw"
- Type: 4
- Buy: 20
- Atk: 30
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus3 bAutoSpell,MO_INVESTIGATE,5,(getrefine()*10-50);
- bonus3 bAutoSpell,AL_DECAGI,1,(getrefine()*10-50);
- }
- ">
-},
-{
- Id: 1827
- AegisName: "Krieger_Knuckle2"
- Name: "Glorious Fist"
- Type: 4
- Buy: 20
- Atk: 30
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100;
- bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,1000;
- }
- ">
-},
-{
- Id: 1828
- AegisName: "Monk_Knuckle"
- Name: "Monk Knuckle"
- Type: 4
- Buy: 20
- Atk: 150
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus2 bSkillAtk,MO_FINGEROFFENSIVE,25;
- ">
-},
-{
- Id: 1829
- AegisName: "Fist_C"
- Name: "Fist"
- Type: 4
- Buy: 0
- Atk: 150
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1830
- AegisName: "Sura_Rampage"
- Name: "Sura's Rampage"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 142
- Range: 1
- Slots: 1
- Job: 0x00008000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 12
- Script: <"
- bonus2 bSkillAtk,SR_EARTHSHAKER,20;
- bonus2 bSkillAtk,SR_SKYNETBLOW,20;
- bonus bUseSPrate,5;
- if(getrefine()>6) {
- bonus bUseSPrate,-1*(getrefine()-6);
- }
- ">
-},
-{
- Id: 1831
- AegisName: "P_Knuckle1"
- Name: "Eden Group Knuckle I"
- Type: 4
- Buy: 0
- Atk: 120
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1832
- AegisName: "Velum_Claw"
- Name: "Vellum Claw"
- Type: 4
- Buy: 20
- Weight: 650
- Atk: 160
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 12
- Script: <"
- bonus2 bAddRace,RC_Player,100;
- if(getrefine()>7) {
- bonus2 bAddRace,RC_Player,20;
- }
- if(getrefine()>9) {
- bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100;
- bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,10000;
- bonus2 bHPLossRate,500,3000;
- }
- ">
-},
-{
- Id: 1833
- AegisName: "Claw_Of_Flash"
- Name: "Claw of Flash"
- Type: 4
- Buy: 60000
- Weight: 400
- Atk: 140
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 105
- View: 12
-},
-{
- Id: 1834
- AegisName: "TE_WoE_Fist"
- Name: "TE WoE Fist"
- Type: 4
- Buy: 20
- Atk: 150
- Range: 1
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Freeze,500; /* Custom IRO */
- ">
-},
-{
- Id: 1835
- AegisName: "Spartacus"
- Name: "Spartacus"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 100
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 4
- EquipLv: 50
- View: 12
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkRate,getrefine();
- if(getrefine()>9) bonus bNoSizeFix,0;
- ">
-},
-{
- Id: 1836
- AegisName: "Thanatos_Knuckles"
- Name: "Thanatos Knuckles"
- Type: 4
- Buy: 20
- Weight: 1600
- Atk: 60
- Matk: 100
- Range: 1
- Slots: 1
- Job: 0x00008000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 12
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 1839
- AegisName: "Crimson_Knuckle"
- Name: "Crimson Knuckle"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Range: 1
- Slots: 2
- Job: 0x00008100
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 12
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-// Instruments
-{
- Id: 1900
- AegisName: "Violin_of_Vicious_Mind"
- Name: "Violin of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 130
- Matk: 50
- Range: 1
- Slots: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 13
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- ">
-},
-{
- Id: 1901
- AegisName: "Violin"
- Name: "Violin"
- Type: 4
- Buy: 4000
- Weight: 700
- Atk: 50
- Range: 1
- Slots: 3
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 13
-},
-{
- Id: 1902
- AegisName: "Violin_"
- Name: "Violin"
- Type: 4
- Buy: 4000
- Weight: 700
- Atk: 50
- Range: 1
- Slots: 4
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- View: 13
-},
-{
- Id: 1903
- AegisName: "Mandolin"
- Name: "Mandolin"
- Type: 4
- Buy: 18000
- Weight: 400
- Atk: 90
- Range: 1
- Slots: 2
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 13
-},
-{
- Id: 1904
- AegisName: "Mandolin_"
- Name: "Mandolin"
- Type: 4
- Buy: 18000
- Weight: 400
- Atk: 90
- Range: 1
- Slots: 3
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 13
-},
-{
- Id: 1905
- AegisName: "Lute"
- Name: "Lute"
- Type: 4
- Buy: 24500
- Weight: 500
- Atk: 105
- Range: 1
- Slots: 2
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 13
-},
-{
- Id: 1906
- AegisName: "Lute_"
- Name: "Lute"
- Type: 4
- Buy: 24500
- Weight: 500
- Atk: 105
- Range: 1
- Slots: 3
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 14
- View: 13
-},
-{
- Id: 1907
- AegisName: "Guitar"
- Name: "Guitar"
- Type: 4
- Buy: 47000
- Weight: 900
- Atk: 142
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
-},
-{
- Id: 1908
- AegisName: "Guitar_"
- Name: "Guitar"
- Type: 4
- Buy: 47000
- Weight: 900
- Atk: 142
- Range: 1
- Slots: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
-},
-{
- Id: 1909
- AegisName: "Harp"
- Name: "Harp"
- Type: 4
- Buy: 62000
- Weight: 900
- Atk: 114
- Range: 1
- Slots: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1910
- AegisName: "Harp_"
- Name: "Harp"
- Type: 4
- Buy: 62000
- Weight: 900
- Atk: 114
- Range: 1
- Slots: 2
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1911
- AegisName: "Guh_Moon_Goh"
- Name: "Gumoongoh"
- Type: 4
- Buy: 54000
- Weight: 1300
- Atk: 126
- Range: 1
- Slots: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
-},
-{
- Id: 1912
- AegisName: "Guh_Moon_Goh_"
- Name: "Gumoongoh"
- Type: 4
- Buy: 54000
- Weight: 1300
- Atk: 126
- Range: 1
- Slots: 2
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
-},
-{
- Id: 1913
- AegisName: "Electronic_Guitar"
- Name: "Electric Guitar"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 110
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 13
- Script: <"
- skill WZ_JUPITEL,1;
- bonus3 bAutoSpell,WZ_JUPITEL,1,100;
- bonus bAtkEle,Ele_Wind;
- bonus bInt,2;
- bonus bAgi,1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1914
- AegisName: "Guitar_Of_Passion"
- Name: "Burning Passion Guitar"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1915
- AegisName: "Guitar_Of_Blue_Solo"
- Name: "Loner's Guitar"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1916
- AegisName: "Guitar_Of_Vast_Land"
- Name: "Green Acre Guitar"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1917
- AegisName: "Guitar_Of_Gentle_Breeze"
- Name: "Gentle Breeze Guitar"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 27
- View: 13
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1918
- AegisName: "Oriental_Lute"
- Name: "Oriental Lute"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 13
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
- ">
-},
-{
- Id: 1919
- AegisName: "Base_Guitar"
- Name: "Base Guitar"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x00080000
- Upper: 58
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 13
- Script: <"
- bonus bSPGainValue,3;
- bonus4 bAutoSpellWhenHit,WZ_HEAVENDRIVE,3,30,1;
- bonus3 bAutoSpell,NPC_WIDECONFUSE,2,100;
- ">
-},
-{
- Id: 1920
- AegisName: "Berserk_Guitar"
- Name: "Berserk Guitar"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 10
- Range: 1
- Job: 0x00080000
- Upper: 58
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 13
- Script: <"
- bonus bAspdRate,100;
- bonus bHPrecovRate,-100;
- bonus2 bHPLossRate,50,5000;
- bonus bDex,-readparam(bDex);
- ">
-},
-{
- Id: 1921
- AegisName: "Guh_Moon_Gom"
- Name: "Gun Moon Gom"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1922
- AegisName: "Oriental_Lute_"
- Name: "Oriental Lute"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 1
- Slots: 2
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 13
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
- ">
-},
-{
- Id: 1923
- AegisName: "BF_Instrument1"
- Name: "Valorous Battlefield Guitar"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1924
- AegisName: "BF_Instrument2"
- Name: "Brave Battlefield Guitar"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bSkillAtk,CG_ARROWVULCAN,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1925
- AegisName: "Cello"
- Name: "Cello"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 3
- Job: 0x00080000
- Upper: 58
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 13
- Script: <"
- bonus bAgi,2;
- bonus bDex,3;
- bonus2 bAddSkillBlow,BA_MUSICALSTRIKE,2;
- bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;
- ">
-},
-{
- Id: 1926
- AegisName: "Harp_Of_Nepenthes"
- Name: "Harp of Nepenthes"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x00080000
- Upper: 58
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 13
- Script: <"
- bonus bInt,2;
- if( getrefine()>9 ) {
- bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,2000;
- }
- else {
- bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,1000;
- }
- ">
-},
-{
- Id: 1927
- AegisName: "Krieger_Instrument1"
- Name: "Glorious Guitar"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;
- ">
-},
-{
- Id: 1928
- AegisName: "Berserk_Guitar_I"
- Name: "Spirited Guitar"
- Type: 4
- Buy: 0
- Atk: 40
- Range: 1
- Job: 0x00080000
- Upper: 58
- Gender: 1
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,100;
- bonus bHPrecovRate,-100;
- bonus2 bHPLossRate,50,5000;
- bonus bDex,-readparam(bDex);
- ">
-},
-{
- Id: 1929
- AegisName: "Guitar_C"
- Name: "Guitar"
- Type: 4
- Buy: 0
- Atk: 177
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1930
- AegisName: "Green_Whistle"
- Name: "Green Whistle"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 170
- Matk: 50
- Range: 1
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 13
- Script: <"
- if(getrefine()>5) {
- bonus2 bSkillUseSP,MI_RUSH_WINDMILL,(getrefine()-5)*4;
- bonus2 bSkillUseSP,WM_LULLABY_DEEPSLEEP,(getrefine()-5)*4;
- }
- bonus2 bSkillVariableCast,MI_RUSH_WINDMILL,-2000;
- bonus2 bSkillVariableCast,WM_LULLABY_DEEPSLEEP,-2000;
- ">
-},
-{
- Id: 1931
- AegisName: "P_String_Inst1"
- Name: "Eden Group Guitar I"
- Type: 4
- Buy: 0
- Atk: 125
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1932
- AegisName: "TE_WoE_Guitar"
- Name: "TE WoE Guitar"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Poison,500; /* Custom IRO */
- ">
-},
-{
- Id: 1933
- AegisName: "Thanatos_Violin"
- Name: "Thanatos Violin"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 200
- Matk: 130
- Range: 1
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 13
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 1934
- AegisName: "Double_Bass"
- Name: "Double Bass"
- Type: 4
- Buy: 124000
- Weight: 250
- Atk: 180
- Matk: 120
- Range: 1
- Slots: 2
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 130
- View: 13
- Script: <"
- bonus2 bSkillCooldown,WM_RANDOMIZESPELL,-2000;
- ">
-},
-{
- Id: 1935
- AegisName: "Ozs_New_Ukulele"
- Name: "Oz's New Ukulele"
- Type: 5
- Buy: 124000
- Weight: 1000
- Atk: 160
- Range: 1
- Slots: 2
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 130
- View: 13
- Script: <"
- bonus2 bSkillUseSP,MI_RUSH_WINDMILL,-20;
- ">
-},
-{
- Id: 1936
- AegisName: "Blue_Violin"
- Name: "Blue Violin"
- Type: 5
- Buy: 20
- Weight: 1500
- Atk: 180
- Range: 1
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 13
- Script: <"
- bonus bDex,5;
- bonus bVit,5;
- ">
-},
-{
- Id: 1937
- AegisName: "Ru_Gold_Violin"
- Name: "Ru Gold Violin"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 180
- Range: 1
- Slots: 2
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 120
- View: 13
- Script: <"
- bonus bDex,8;
- bonus bVit,8;
- ">
-},
-{
- Id: 1938
- AegisName: "Infinity_Violin"
- Name: "Infinity Violin"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 150
- Range: 1
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 13
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1939
- AegisName: "Crimson_Violin"
- Name: "Crimson Violin"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 80
- Range: 1
- Slots: 2
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 13
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 1940
- AegisName: "Conch_"
- Name: "Conch"
- Type: 4
- Weight: 600
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x00080000
- Gender: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 130
- View: 13
- Script: <"
- bonus bInt,getrefine();
- bonus bDex,getrefine();
- if(getrefine()>4) {
- bonus2 bSkillAtk,WM_REVERBERATION,10;
- bonus2 bVariableCastrate,WM_REVERBERATION,-10;
- }
- if(getrefine()>6) {
- bonus2 bSkillAtk,WM_REVERBERATION,10;
- bonus2 bVariableCastrate,WM_REVERBERATION,-10;
- }
- if(getrefine()>8) {
- bonus2 bSkillAtk,WM_REVERBERATION,20;
- bonus2 bVariableCastrate,WM_REVERBERATION,-20;
- }
- ">
-},
-// Whips
-{
- Id: 1950
- AegisName: "Rope"
- Name: "Rope"
- Type: 4
- Buy: 2500
- Weight: 400
- Atk: 45
- Range: 2
- Slots: 3
- Job: 0x00080000
- Loc: 2
- WeaponLv: 1
- EquipLv: 3
- View: 14
-},
-{
- Id: 1951
- AegisName: "Rope_"
- Name: "Rope"
- Type: 4
- Buy: 2500
- Weight: 400
- Atk: 45
- Range: 2
- Slots: 4
- Job: 0x00080000
- Loc: 2
- WeaponLv: 1
- EquipLv: 3
- View: 14
-},
-{
- Id: 1952
- AegisName: "Line"
- Name: "Whip"
- Type: 4
- Buy: 12000
- Weight: 300
- Atk: 80
- Range: 2
- Slots: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 2
- EquipLv: 16
- View: 14
-},
-{
- Id: 1953
- AegisName: "Line_"
- Name: "Whip"
- Type: 4
- Buy: 12000
- Weight: 300
- Atk: 80
- Range: 2
- Slots: 3
- Job: 0x00080000
- Loc: 2
- WeaponLv: 2
- EquipLv: 16
- View: 14
-},
-{
- Id: 1954
- AegisName: "Wire"
- Name: "Wire Whip"
- Type: 4
- Buy: 17500
- Weight: 1000
- Atk: 95
- Range: 2
- Slots: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 2
- EquipLv: 16
- View: 14
-},
-{
- Id: 1955
- AegisName: "Wire_"
- Name: "Wire Whip"
- Type: 4
- Buy: 17500
- Weight: 1000
- Atk: 95
- Range: 2
- Slots: 3
- Job: 0x00080000
- Loc: 2
- WeaponLv: 2
- EquipLv: 16
- View: 14
-},
-{
- Id: 1956
- AegisName: "Rante"
- Name: "Rante Whip"
- Type: 4
- Buy: 32000
- Weight: 900
- Atk: 135
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
-},
-{
- Id: 1957
- AegisName: "Rante_"
- Name: "Rante Whip"
- Type: 4
- Buy: 32000
- Weight: 900
- Atk: 135
- Range: 2
- Slots: 1
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
-},
-{
- Id: 1958
- AegisName: "Tail"
- Name: "Tail Whip"
- Type: 4
- Buy: 41000
- Weight: 700
- Atk: 105
- Range: 2
- Slots: 1
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 1959
- AegisName: "Tail_"
- Name: "Tail Whip"
- Type: 4
- Buy: 41000
- Weight: 700
- Atk: 105
- Range: 2
- Slots: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 1960
- AegisName: "Whip"
- Name: "Whip"
- Type: 4
- Buy: 38000
- Weight: 700
- Atk: 120
- Range: 2
- Slots: 1
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
-},
-{
- Id: 1961
- AegisName: "Whip_"
- Name: "Whip"
- Type: 4
- Buy: 38000
- Weight: 700
- Atk: 120
- Range: 2
- Slots: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
-},
-{
- Id: 1962
- AegisName: "Lariat"
- Name: "Lariat Whip"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 100
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 44
- View: 14
- Script: <"
- bonus bDex,5;
- bonus bAgi,1;
- ">
-},
-{
- Id: 1963
- AegisName: "Rapture_Rose"
- Name: "Rapture Rose"
- Type: 4
- Buy: 20
- Weight: 300
- Atk: 115
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 44
- View: 14
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,5000;
- ">
-},
-{
- Id: 1964
- AegisName: "Chemeti"
- Name: "Chemeti Whip"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 135
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 44
- View: 14
- Script: <"
- bonus bCritical,5;
- bonus bFlee,10;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 1965
- AegisName: "Whip_Of_Red_Flame"
- Name: "Red Flame Whip"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1966
- AegisName: "Whip_Of_Ice_Piece"
- Name: "Icicle Whip"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1967
- AegisName: "Whip_Of_Earth"
- Name: "Gaia Whip"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1968
- AegisName: "Jump_Rope"
- Name: "Skipping Rope"
- Type: 4
- Buy: 20
- Weight: 400
- Atk: 120
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bCritical,20; ">
-},
-{
- Id: 1969
- AegisName: "Bladed_Whip"
- Name: "Blade Whip"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 140
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 30
- View: 14
- Script: <" bonus2 bAddEff,Eff_Bleeding,300; ">
-},
-{
- Id: 1970
- AegisName: "Queen's_Whip"
- Name: "Queen's Whip"
- Type: 4
- Buy: 20
- Weight: 1100
- Atk: 150
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 14
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,DC_THROWARROW,10;
- ">
-},
-{
- Id: 1971
- AegisName: "Electric_Wire"
- Name: "Electric Wire"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 14
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1972
- AegisName: "Electric_Eel"
- Name: "Electric Eel"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 100
- Range: 2
- Slots: 2
- Job: 0x00080000
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 14
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bInt,2;
- bonus bAgi,2;
- bonus3 bAutoSpell,WZ_JUPITEL,3,20;
- if(getrefine()>0) bonus3 bAutoSpell,CG_ARROWVULCAN,getrefine(),50;
- ">
-},
-{
- Id: 1973
- AegisName: "Sea_Witch_Foot"
- Name: "Sea Witch's Foot"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 110
- Range: 2
- Slots: 1
- Job: 0x00080000
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 14
- Script: <"
- bonus bSPGainValue,5;
- bonus4 bAutoSpellWhenHit,WZ_FROSTNOVA,3,50,1;
- bonus3 bAutoSpell,NPC_WIDESILENCE,2,100;
- ">
-},
-{
- Id: 1974
- AegisName: "Carrot_Whip"
- Name: "Carrot Whip"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 185
- Range: 2
- Job: 0x00080000
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 14
- Script: <" if(getrefine()>0) bonus3 bAutoSpell,AL_INCAGI,getrefine(),10; ">
-},
-{
- Id: 1975
- AegisName: "Queen_Is_Whip"
- Name: "Queen Is Whip"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 1976
- AegisName: "Queen's_Whip_"
- Name: "Queen's Whip"
- Type: 4
- Buy: 20
- Weight: 1100
- Atk: 150
- Range: 2
- Slots: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 65
- View: 14
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,DC_THROWARROW,10;
- ">
-},
-{
- Id: 1977
- AegisName: "BF_Whip1"
- Name: "Valorous Battle Lariat"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1978
- AegisName: "BF_Whip2"
- Name: "Brave Battle Lariat"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bSkillAtk,CG_ARROWVULCAN,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1979
- AegisName: "Stem_Of_Nepenthes"
- Name: "Stem of Nepenthes"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 2
- Slots: 2
- Job: 0x00080000
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 14
- Script: <"
- bonus bInt,2;
- if( getrefine()>=9 ) {
- bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,2000;
- }
- else {
- bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,1000;
- }
- ">
-},
-{
- Id: 1980
- AegisName: "Whip_Of_Balance"
- Name: "Whip of Balance"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Slots: 3
- Job: 0x00080000
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 14
- Script: <"
- bonus bAgi,2;
- bonus bDex,3;
- bonus2 bAddSkillBlow,DC_THROWARROW,2;
- bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;
- ">
-},
-{
- Id: 1981
- AegisName: "Krieger_Whip1"
- Name: "Glorious Lariat"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;
- ">
-},
-{
- Id: 1982
- AegisName: "Phenomena_Whip"
- Name: "Phenomena Whip"
- Type: 4
- Buy: 20
- Atk: 160
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bSkillAtk,DC_THROWARROW,25;
- ">
-},
-{
- Id: 1983
- AegisName: "Rante_C"
- Name: "Rante Whip"
- Type: 4
- Buy: 0
- Atk: 170
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1984
- AegisName: "Stem_Whip"
- Name: "Stem Whip"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 170
- Matk: 50
- Range: 1
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 14
- Script: <"
- if(getrefine()>5) {
- bonus2 bSkillUseSP,WA_SWING_DANCE,(getrefine()-5)*4;
- bonus2 bSkillUseSP,WM_LULLABY_DEEPSLEEP,(getrefine()-5)*4;
- }
- bonus2 bSkillVariableCast,WA_SWING_DANCE,-2000;
- bonus2 bSkillVariableCast,WM_LULLABY_DEEPSLEEP,-2000;
- ">
-},
-{
- Id: 1985
- AegisName: "Rosebine"
- Name: "Rosevine"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Matk: 130
- Range: 1
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 110
- View: 14
- Script: <"
- bonus bInt,2;
- bonus bAgi,-2;
- bonus3 bAutoSpell,WM_VOICEOFSIREN,1,20;
- ">
-},
-{
- Id: 1986
- AegisName: "P_Tail1"
- Name: "Eden Group Whip I"
- Type: 4
- Buy: 0
- Atk: 125
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1987
- AegisName: "TE_WoE_Rope"
- Name: "TE WoE Rope"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- Refine: false
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,40;
- bonus2 bAddEff,Eff_Blind,500; /* Custom IRO */
- ">
-},
-{
- Id: 1988
- AegisName: "Thanatos_Whip"
- Name: "Thanatos Whip"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 200
- Matk: 130
- Range: 2
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 14
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 1989
- AegisName: "Rhythmic_Gymnastics_Ribbon"
- Name: "Rhythmic Gymnastics Ribbon"
- Type: 5
- Buy: 124000
- Weight: 300
- Atk: 150
- Matk: 120
- Range: 2
- Slots: 2
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 130
- View: 13
- Script: <" bonus bAspdRate,20; ">
-},
-{
- Id: 1990
- AegisName: "Bloody_Floral_Decoration_Microphone"
- Name: "Bloody Floral Decoration Microphone"
- Type: 5
- Buy: 124000
- Weight: 1000
- Atk: 160
- Range: 2
- Slots: 2
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 130
- View: 13
- Script: <" bonus2 bSkillUseSP,CG_MOONLIT,-20; ">
-},
-{
- Id: 1991
- AegisName: "Blue_Whip"
- Name: "Blue Whip"
- Type: 5
- Buy: 20
- Weight: 1500
- Atk: 180
- Range: 2
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 14
- Script: <"
- bonus bDex,5;
- bonus bVit,5;
- ">
-},
-{
- Id: 1992
- AegisName: "Ru_Gold_Whip"
- Name: "Ru Gold Whip"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 180
- Range: 2
- Slots: 2
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 120
- View: 14
- Script: <"
- bonus bDex,8;
- bonus bVit,8;
- ">
-},
-{
- Id: 1994
- AegisName: "Infinity_Wire"
- Name: "Infinity Wire"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 2
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1995
- AegisName: "Crimson_Wire"
- Name: "Crimson Wire"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 80
- Range: 2
- Slots: 2
- Job: 0x00080000
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 14
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 1996
- AegisName: "Wire_of_Vicious_Mind"
- Name: "Wire of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 130
- Matk: 50
- Range: 2
- Slots: 1
- Job: 0x00080000
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 14
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- ">
-},
-// Additional 2-Handed Staffs
-{
- Id: 2000
- AegisName: "Destruction_Rod"
- Name: "Staff of Destruction"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 130
- Matk: 280
- Range: 1
- Slots: 1
- Job: 0x00000200
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 23
- Script: <"
- bonus bMatkRate,getrefine()/2;
- bonus bInt,3;
- bonus bAgi,10;
- bonus bUseSPrate,(getrefine()*2);
- bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20);
- bonus2 bVariableCastrate,HW_MAGICPOWER,-50;
- ">
-},
-{
- Id: 2001
- AegisName: "Divine_Cross"
- Name: "Divine Cross"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 120
- Matk: 210
- Range: 1
- Job: 0x00008100
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bDex,4;
- bonus2 bAddRaceTolerance,RC_Demon,15;
- bonus2 bAddRaceTolerance,RC_Undead,15;
- ">
-},
-{
- Id: 2002
- AegisName: "Krieger_Twohand_Staff1"
- Name: "Glorious Destruction Staff"
- Type: 4
- Buy: 20
- Atk: 70
- Matk: 210
- Range: 1
- Job: 0x00818314
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 23
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,getrefine();
- bonus2 bMagicAddRace,RC_DemiPlayer,15;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bMagicAddRace,RC_DemiPlayer,(min(getrefine(),14)-5)*2;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,5+(min(getrefine(),14)-5)*2;
- }
- if(getrefine()>8) {
- bonus5 bAutoSpellOnSkill,WZ_STORMGUST,MG_SAFETYWALL,10,200,1;
- bonus5 bAutoSpellOnSkill,WZ_METEOR,MG_SAFETYWALL,10,200,1;
- bonus5 bAutoSpellOnSkill,WZ_VERMILION,MG_SAFETYWALL,10,200,1;
- }
- ">
-},
-{
- Id: 2003
- AegisName: "Destruction_Rod_M"
- Name: "Staff of Destruction"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 130
- Matk: 280
- Range: 1
- Slots: 1
- Job: 0x00000200
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 23
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,getrefine()/2;
- bonus bInt,3;
- bonus bAgi,10;
- bonus bUseSPrate,(getrefine()*2);
- bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20);
- bonus2 bVariableCastrate,HW_MAGICPOWER,-50;
- ">
-},
-{
- Id: 2004
- AegisName: "Kronos"
- Name: "Kronos"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 30
- Matk: 240
- Range: 1
- Job: 0x00010204
- Upper: 58
- Loc: 34
- WeaponLv: 4
- EquipLv: 50
- View: 23
- Script: <"
- bonus bInt,3+(getrefine()/2);
- bonus bMaxHP,300+(50*getrefine()/2);
- autobonus "{ bonus bMatkRate,12; bonus buseSPRate,20; }",1,5000,BF_MAGIC,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 2005
- AegisName: "Dea_Staff"
- Name: "Dea Staff"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 30
- Matk: 220
- Range: 1
- Slots: 1
- Job: 0x00008110
- Upper: 58
- Loc: 34
- WeaponLv: 3
- EquipLv: 50
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,getrefine()/2;
- bonus bInt,6;
- bonus bVit,2;
- autobonus3 "{ }",20,1000,AL_HEAL,"{ specialeffect2 EF_MAGICALATTHIT; heal 0,200; }";
- ">
-},
-{
- Id: 2006
- AegisName: "G_Staff_Of_Light"
- Name: "Guardian Of Light Wand"
- Type: 4
- Buy: 20
- Weight: 1900
- Atk: 80
- Matk: 150
- Range: 1
- Job: 0x00810204
- Loc: 34
- WeaponLv: 4
- EquipLv: 60
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,6;
- ">
-},
-{
- Id: 2007
- AegisName: "Golden_Rod_Staff"
- Name: "Golden Rod Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 230
- Range: 1
- Slots: 2
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bInt,3;
- bonus2 bSkillAtk,WZ_JUPITEL,12;
- ">
-},
-{
- Id: 2008
- AegisName: "Aqua_Staff"
- Name: "Aqua Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 230
- Range: 1
- Slots: 2
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus bInt,3;
- bonus2 bSkillAtk,MG_COLDBOLT,12;
- bonus2 bSkillAtk,MG_FROSTDIVER,12;
- ">
-},
-{
- Id: 2009
- AegisName: "Crimson_Staff"
- Name: "Crimson Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 230
- Range: 1
- Slots: 2
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bInt,3;
- bonus2 bSkillAtk,MG_FIREBOLT,10;
- bonus2 bSkillAtk,MG_FIREBALL,10;
- ">
-},
-{
- Id: 2010
- AegisName: "Forest_Staff"
- Name: "Forest Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 230
- Range: 1
- Slots: 2
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 23
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus bInt,3;
- bonus2 bSkillAtk,WZ_EARTHSPIKE,10;
- bonus2 bSkillAtk,WZ_HEAVENDRIVE,10;
- ">
-},
-{
- Id: 2011
- AegisName: "Golden_Rod_Staff2"
- Name: "Empowered Golden Rod Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 270
- Range: 1
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bInt,5;
- bonus2 bSkillAtk,WZ_JUPITEL,30;
- ">
-},
-{
- Id: 2012
- AegisName: "Aqua_Staff2"
- Name: "Empowered Aqua Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 270
- Range: 1
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus bInt,5;
- bonus2 bSkillAtk,MG_COLDBOLT,30;
- bonus2 bSkillAtk,MG_FROSTDIVER,30;
- ">
-},
-{
- Id: 2013
- AegisName: "Crimson_Staff2"
- Name: "Empowered Crimson Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 270
- Range: 1
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bInt,5;
- bonus2 bSkillAtk,MG_FIREBOLT,30;
- bonus2 bSkillAtk,MG_FIREBALL,30;
- ">
-},
-{
- Id: 2014
- AegisName: "Forest_Staff2"
- Name: "Empowered Forest Staff"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 30
- Matk: 270
- Range: 1
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 10
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus bInt,5;
- bonus2 bSkillAtk,WZ_EARTHSPIKE,30;
- bonus2 bSkillAtk,WZ_HEAVENDRIVE,30;
- ">
-},
-{
- Id: 2015
- AegisName: "Upg_Staff"
- Name: "Upgrade Staff"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 50
- Matk: 70
- Range: 1
- Slots: 1
- Job: 0x00818314
- Loc: 34
- WeaponLv: 3
- View: 10
- Script: <"
- bonus bMatk,(getrefine()*10);
- bonus bHealPower,getrefine();
- if(BaseJob==Job_Wizard) bonus bMatk,30;
- else if(BaseJob==Job_Sage) bonus bMatk,20;
- if(BaseLevel>70) { bonus bMatk,(((BaseLevel-70)/10)*10); }
- ">
-},
-{
- Id: 2016
- AegisName: "Velum_Arc_Wand"
- Name: "Vellum Arc Wand"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 110
- Matk: 220
- Range: 1
- Job: 0x00818314
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 10
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bMagicAddRace,RC_Player,25;
- bonus bIgnoreMdefRate,25;
- if(getrefine()>5) {
- bonus2 bMagicAddRace,RC_Player,15;
- }
- if(getrefine()>8) {
- bonus bVariableCastrate,-20;
- bonus bFixedCast,-200;
- }
- ">
-},
-{
- Id: 2017
- AegisName: "Divine_Cross_"
- Name: "Divine Cross"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 120
- Matk: 210
- Range: 1
- Slots: 1
- Job: 0x00008100
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 23
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Holy;
- bonus bDex,4;
- ">
-},
-{
- Id: 2018
- AegisName: "Metal_Staff"
- Name: "Metal Staff"
- Type: 4
- Buy: 20
- Atk: 50
- Matk: 70
- Range: 1
- Slots: 1
- Job: 0x00818315
- Loc: 34
- WeaponLv: 3
- View: 23
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- if(BaseJob==Job_Wizard) bonus bMatk,15;
- else if(BaseJob==Job_Sage) bonus bMatk,10;
- bonus bMatk,(getrefine()*5);
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bMatk,((.@val-2)*5); }
- ">
-},
-{
- Id: 2019
- AegisName: "TE_WoE_Two_Handed_Staff"
- Name: "TE WoE Two-Handed Staff"
- Type: 4
- Buy: 20
- Atk: 50
- Matk: 130
- Range: 1
- Job: 0x00818315
- Loc: 34
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 23
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bMagicAddRace,RC_Player,20;
- bonus bHealPower,5;
- bonus2 bAddEff,Eff_Stun,500; /* Custom IRO */
- ">
-},
-{
- Id: 2020
- AegisName: "Jormungand"
- Name: "Jormungand"
- Type: 5
- Buy: 20
- Weight: 3000
- Atk: 200
- Matk: 280
- Job: 0x00810200
- Loc: 34
- WeaponLv: 4
- EquipLv: 90
- Refine: false
- View: 10
- Script: <"
- bonus bInt,20;
- bonus bAtkEle,Ele_Poison;
- bonus3 bAddEff,Eff_Poison,500,ATF_SKILL; /* Custom IRO */
- bonus3 bAddEff,Eff_Poison,500,ATF_SHORT;
- bonus bUnbreakableWeapon,1;
- ">
-},
-{
- Id: 2021
- AegisName: "Ganbantein"
- Name: "Ganbantein"
- Type: 5
- Buy: 20
- Weight: 3000
- Atk: 200
- Matk: 320
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 90
- Refine: false
- View: 10
- Script: <"
- bonus bInt,25;
- bonus bDex,25;
- bonus5 bAutoSpell,AB_SILENTIUM,1,500,BF_SKILL,1;/* Custom IRO */
- bonus3 bAddEff,Eff_Poison,500,ATF_SKILL;
- bonus3 bAddEff,Eff_Silence,500,ATF_SHORT;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 2022
- AegisName: "Staff_Of_Geffen"
- Name: "Staff Of Geffen"
- Type: 5
- Buy: 20
- Weight: 1000
- Atk: 100
- Matk: 300
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 34
- WeaponLv: 1
- EquipLv: 150
- View: 10
- Script: <" bonus bInt,20; ">
-},
-{
- Id: 2023
- AegisName: "Thanatos_Two-Handed_Staff"
- Name: "Thanatos Two-Handed Staff"
- Type: 4
- Buy: 20
- Weight: 1400
- Atk: 120
- Matk: 250
- Range: 1
- Slots: 1
- Job: 0x00018314
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 23
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- bonus bHealPower,18;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 2024
- AegisName: "Infinity_Staff"
- Name: "Infinity Staff"
- Type: 5
- Buy: 20
- Weight: 500
- Atk: 30
- Matk: 170
- Slots: 1
- Job: 0x00810200
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 23
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2025
- AegisName: "Staff_of_Crimson"
- Name: "Staff of Crimson"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Matk: 150
- Range: 1
- Slots: 2
- Job: 0x00810204
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 23
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bInt,5;
- bonus bMatk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bMatk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 2026
- AegisName: "Staff_of_Vicious_Mind"
- Name: "Staff of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Matk: 200
- Range: 1
- Slots: 1
- Job: 0x00810204
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 23
- Script: <"
- bonus bInt,6;
- bonus bMatk,pow(min(getrefine(),15),2);
- bonus bUnbreakableWeapon,0;
- ">
-},
-// Shields
-// ===================================================================
-{
- Id: 2101
- AegisName: "Guard"
- Name: "Guard"
- Type: 5
- Buy: 500
- Weight: 300
- Def: 20
- Loc: 32
- View: 1
-},
-{
- Id: 2102
- AegisName: "Guard_"
- Name: "Guard"
- Type: 5
- Buy: 500
- Weight: 300
- Def: 20
- Slots: 1
- Loc: 32
- View: 1
-},
-{
- Id: 2103
- AegisName: "Buckler"
- Name: "Buckler"
- Type: 5
- Buy: 14000
- Weight: 600
- Def: 40
- Job: 0x000ED5F2
- Loc: 32
- View: 2
-},
-{
- Id: 2104
- AegisName: "Buckler_"
- Name: "Buckler"
- Type: 5
- Buy: 14000
- Weight: 600
- Def: 40
- Slots: 1
- Job: 0x000ED5F2
- Loc: 32
- View: 2
-},
-{
- Id: 2105
- AegisName: "Shield"
- Name: "Shield"
- Type: 5
- Buy: 56000
- Weight: 1300
- Def: 60
- Job: 0x00004082
- Loc: 32
- View: 3
-},
-{
- Id: 2106
- AegisName: "Shield_"
- Name: "Shield"
- Type: 5
- Buy: 56000
- Weight: 1300
- Def: 60
- Slots: 1
- Job: 0x00004082
- Loc: 32
- View: 3
-},
-{
- Id: 2107
- AegisName: "Mirror_Shield"
- Name: "Mirror Shield"
- Type: 5
- Buy: 60000
- Weight: 1000
- Def: 45
- Job: 0x00404082
- Loc: 32
- View: 4
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2108
- AegisName: "Mirror_Shield_"
- Name: "Mirror Shield"
- Type: 5
- Buy: 60000
- Weight: 1000
- Def: 45
- Slots: 1
- Job: 0x00404082
- Loc: 32
- View: 4
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2109
- AegisName: "Memorize_Book"
- Name: "Memory Book"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 25
- Job: 0x00810204
- Loc: 32
- View: 5
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2110
- AegisName: "Holy_Guard"
- Name: "Holy Guard"
- Type: 5
- Buy: 85000
- Weight: 1400
- Def: 110
- Job: 0x00004000
- Loc: 32
- EquipLv: 68
- Refine: false
- View: 4
- Script: <"
- bonus bVit,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2111
- AegisName: "Herald_Of_GOD"
- Name: "Sacred Mission"
- Type: 5
- Buy: 128000
- Weight: 1600
- Def: 120
- Job: 0x00004000
- Loc: 32
- EquipLv: 83
- View: 4
- Script: <"
- bonus bVit,3;
- bonus bInt,2;
- bonus bMdef,3;
- bonus bUnbreakableShield,0;
- ">
-},
-{
- Id: 2112
- AegisName: "Novice_Guard"
- Name: "Novice Guard"
- Type: 5
- Buy: 1
- Weight: 1
- Def: 20
- Job: 0x00000001
- Upper: 47
- Loc: 32
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2113
- AegisName: "Novice_Shield"
- Name: "Novice Shield"
- Type: 5
- Buy: 5000
- Weight: 1000
- Def: 20
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 32
- EquipLv: 40
- View: 3
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bSubEle,Ele_Ghost,20;
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Undead,20;
- ">
-},
-{
- Id: 2114
- AegisName: "Stone_Buckler"
- Name: "Stone Buckler"
- Type: 5
- Buy: 30000
- Weight: 1500
- Def: 45
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 32
- EquipLv: 65
- View: 2
- Script: <" bonus2 bSubSize,Size_Large,5; ">
-},
-{
- Id: 2115
- AegisName: "Valkyrja's_Shield"
- Name: "Valkyrja's Shield"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 80
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 32
- EquipLv: 65
- View: 4
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Undead,20;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2116
- AegisName: "Angel's_Safeguard"
- Name: "Angelic Guard"
- Type: 5
- Buy: 10000
- Weight: 400
- Def: 30
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 32
- EquipLv: 20
- View: 1
- Script: <" bonus2 bAddRaceTolerance,RC_Demon,5; ">
-},
-{
- Id: 2117
- AegisName: "Arm_Guard"
- Name: "Arm Guard"
- Type: 5
- Buy: 10000
- Weight: 150
- Def: 50
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 20
- View: 1
-},
-{
- Id: 2118
- AegisName: "Arm_Guard_"
- Name: "Arm Guard"
- Type: 5
- Buy: 10000
- Weight: 150
- Def: 50
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 20
- View: 1
-},
-{
- Id: 2119
- AegisName: "Improved_Arm_Guard"
- Name: "Advanced Arm Guard"
- Type: 5
- Buy: 40000
- Weight: 150
- Def: 45
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 50
- View: 1
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2120
- AegisName: "Improved_Arm_Guard_"
- Name: "Advanced Arm Guard"
- Type: 5
- Buy: 40000
- Weight: 150
- Def: 45
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 50
- View: 1
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2121
- AegisName: "Memorize_Book_"
- Name: "Memory Book"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 25
- Slots: 1
- Job: 0x00810204
- Loc: 32
- View: 5
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2122
- AegisName: "Platinum_Shield"
- Name: "Platinum Shield"
- Type: 5
- Buy: 20
- Weight: 1200
- Def: 95
- Job: 0x000FDFFE
- Upper: 58
- Loc: 32
- EquipLv: 68
- View: 4
- Script: <"
- bonus bMdef,5;
- bonus2 bSubSize,Size_Medium,15;
- bonus2 bSubSize,Size_Large,15;
- bonus2 bAddRaceTolerance,RC_Undead,10;
- bonus5 bAutoSpellWhenHit,NPC_MAGICMIRROR,2,150,BF_MAGIC,0;
- ">
-},
-{
- Id: 2123
- AegisName: "Orleans_Server"
- Name: "Orleans's Server"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 75
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 32
- EquipLv: 55
- View: 4
- Script: <"
- bonus bMdef,2;
- bonus bMagicDamageReturn,5;
- ">
-},
-{
- Id: 2124
- AegisName: "Thorny_Buckler"
- Name: "Thorny Buckler"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 85
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 32
- EquipLv: 55
- View: 2
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 2125
- AegisName: "Strong_Shield"
- Name: "Strong Shield"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 90
- Slots: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 32
- EquipLv: 75
- View: 4
- Script: <"
- bonus bNoKnockback,0;
- bonus2 bSubEle,Ele_Neutral,-20;
- bonus2 bSubEle,Ele_Fire,-20;
- bonus2 bSubEle,Ele_Water,-20;
- bonus2 bSubEle,Ele_Wind,-20;
- bonus2 bSubEle,Ele_Earth,-20;
- bonus2 bSubEle,Ele_Dark,-20;
- bonus2 bSubEle,Ele_Holy,-20;
- bonus2 bSubEle,Ele_Ghost,-20;
- ">
-},
-{
- Id: 2126
- AegisName: "Guyak_Shield"
- Name: "Guyak Shield"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 32
- View: 2
- Script: <"
- bonus bMdef,2;
- bonus bMagicDamageReturn,2;
- autobonus2 "{ bonus bShortWeaponDamageReturn,5; }",20,1000,BF_WEAPON,"{ specialeffect2 EF_REFLECTSHIELD; }";
- ">
-},
-{
- Id: 2127
- AegisName: "Secular_Mission"
- Name: "Secular Mission"
- Type: 5
- Buy: 20
- Def: 10
- Loc: 32
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubRace,RC_NonBoss,25;
- bonus2 bSubRace,RC_Boss,25;
- ">
-},
-{
- Id: 2128
- AegisName: "Herald_Of_GOD_"
- Name: "Sacred Mission"
- Type: 5
- Buy: 128000
- Weight: 1600
- Def: 120
- Slots: 1
- Job: 0x00004000
- Loc: 32
- EquipLv: 83
- View: 4
- Script: <"
- bonus bVit,3;
- bonus bInt,2;
- bonus bMdef,3;
- bonus bUnbreakableShield,0;
- ">
-},
-{
- Id: 2129
- AegisName: "Exorcism_Bible"
- Name: "Exorcism Bible"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 80
- Job: 0x00008100
- Loc: 32
- EquipLv: 50
- View: 5
- Script: <"
- bonus bHPrecovRate,3;
- bonus bSPrecovRate,3;
- bonus bInt,1;
- ">
-},
-{
- Id: 2130
- AegisName: "Cross_Shield"
- Name: "Cross Shield"
- Type: 5
- Buy: 20
- Weight: 2000
- Def: 130
- Slots: 1
- Job: 0x00004000
- Loc: 32
- EquipLv: 80
- View: 4
- Script: <"
- bonus bStr,1;
- bonus2 bSkillAtk,PA_SHIELDCHAIN,30;
- bonus2 bSkillAtk,CR_SHIELDBOOMERANG,30;
- bonus bUseSPrate,10;
- ">
-},
-{
- Id: 2131
- AegisName: "Magic_Study_Vol1"
- Name: "Magic Bible Vol1"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 18
- Slots: 1
- Job: 0x00810204
- Loc: 32
- EquipLv: 70
- View: 5
- Script: <"
- bonus bMdef,3;
- bonus bInt,2;
- bonus2 bAddEffWhenHit,Eff_Stun,1000;
- ">
-},
-{
- Id: 2132
- AegisName: "Shelter_Resistance"
- Name: "Shelter Resistance"
- Type: 5
- Buy: 20
- Def: 140
- Loc: 32
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Neutral,20;
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Ghost,20;
- bonus2 bSubEle,Ele_Undead,20;
- bonus bShortWeaponDamageReturn,1;
- ">
-},
-{
- Id: 2133
- AegisName: "Tournament_Shield"
- Name: "Tournament Shield"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 105
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 32
- EquipLv: 50
- View: 4
- Script: <"
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- if( Class == Job_Lord_Knight ) bonus bAspdRate,-5;
- ">
-},
-{
- Id: 2134
- AegisName: "Shield_Of_Naga"
- Name: "Shield of Naga"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 35
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 32
- View: 2
- Script: <"
- bonus bMdef,3;
- autobonus2 "{ bonus bShortWeaponDamageReturn,(getrefine()*3); }",10,5000,BF_WEAPON,"{ specialeffect2 EF_GUARD; }";
- ">
-},
-{
- Id: 2135
- AegisName: "Shadow_Guard"
- Name: "Shadow Guard"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 52
- Slots: 1
- Job: 0x00020000
- Upper: 58
- Loc: 32
- EquipLv: 70
- View: 2
-},
-{
- Id: 2136
- AegisName: "Cracked_Buckler"
- Name: "Cracked Buckler"
- Type: 5
- Buy: 0
- Def: 55
- Loc: 32
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,2;
- bonus2 bAddEle,Ele_Neutral,-10;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,10,10;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2137
- AegisName: "Valkyrja's_Shield_C"
- Name: "Neo Valkyrja's Shield"
- Type: 5
- Buy: 0
- Def: 110
- Job: 0x000FDFFE
- Upper: 58
- Loc: 32
- EquipLv: 95
- Refine: false
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Undead,20;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2138
- AegisName: "Bradium_Shield"
- Name: "Bradium Shield"
- Type: 5
- Buy: 20
- Weight: 1800
- Def: 98
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 32
- EquipLv: 65
- View: 3
- Script: <"
- bonus2 bSkillAtk,CR_SHIELDBOOMERANG,60;
- bonus bAgi,-1;
- bonus bMaxHP,500;
- ">
-},
-{
- Id: 2139
- AegisName: "Flame_Thrower"
- Name: "Flame Thrower"
- Type: 5
- Buy: 20000
- Weight: 2000
- Def: 60
- Job: 0x00000400
- Upper: 56
- Loc: 32
- EquipLv: 99
- Refine: false
- View: 1
-},
-{
- Id: 2140
- AegisName: "Energy_Rune_Guard"
- Name: "Energy Rune Guard"
- Type: 5
- Buy: 20
- Def: 70
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 32
- EquipLv: 99
- View: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxSPrate,2; ">
-},
-{
- Id: 2141
- AegisName: "Freyja_SShield7"
- Name: "Freya Soul Shield"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 5
- Loc: 32
- EquipLv: 20
- Refine: false
- View: 1
- Script: <" bonus2 bSubSize,Size_Medium,25; ">
-},
-{
- Id: 2142
- AegisName: "Freyja_SShield30"
- Name: "Freya Soul Shield"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 5
- Loc: 32
- EquipLv: 20
- Refine: false
- View: 1
- Script: <" bonus2 bSubSize,Size_Medium,25; ">
-},
-{
- Id: 2143
- AegisName: "Freyja_SShield60"
- Name: "Freya Soul Shield"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 5
- Loc: 32
- EquipLv: 20
- Refine: false
- View: 1
- Script: <" bonus2 bSubSize,Size_Medium,25; ">
-},
-{
- Id: 2144
- AegisName: "Freyja_SShield90"
- Name: "Freya Soul Shield"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 5
- Loc: 32
- EquipLv: 20
- Refine: false
- View: 1
- Script: <" bonus2 bSubSize,Size_Medium,25; ">
-},
-{
- Id: 2145
- AegisName: "Time_Keepr_Shield"
- Name: "Guardian Shield"
- Type: 5
- Buy: 0
- Def: 20
- Loc: 32
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,1;
- bonus2 bSubEle,Ele_Neutral,10;
- bonus2 bSubSize,Size_Medium,25;
- ">
-},
-{
- Id: 2146
- AegisName: "Siver_Guard"
- Name: "Siver Guard"
- Type: 5
- Buy: 12500
- Weight: 300
- Def: 60
- Slots: 1
- Loc: 32
- EquipLv: 22
- View: 1
-},
-{
- Id: 2147
- AegisName: "Round_Buckler"
- Name: "Round Buckler"
- Type: 5
- Buy: 24000
- Weight: 600
- Def: 90
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 32
- EquipLv: 22
- View: 2
-},
-{
- Id: 2148
- AegisName: "Rotha_Shield"
- Name: "Rosa Shield"
- Type: 5
- Buy: 56000
- Weight: 1300
- Def: 130
- Slots: 1
- Job: 0x00004080
- Upper: 56
- Loc: 32
- EquipLv: 100
- View: 3
-},
-{
- Id: 2149
- AegisName: "Upg_Guard"
- Name: "Reinforcement Guard"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 25
- Slots: 1
- Loc: 32
- View: 1
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2150
- AegisName: "Upg_Buckler"
- Name: "Reinforcement Buckler"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 45
- Slots: 1
- Job: 0x000ED5F2
- Loc: 32
- View: 2
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2151
- AegisName: "Upg_Shield"
- Name: "Reinforcement Shield"
- Type: 5
- Buy: 20
- Weight: 650
- Def: 65
- Slots: 1
- Job: 0x00004082
- Loc: 32
- View: 3
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2152
- AegisName: "Anti_Demon_Shield_C"
- Name: "Anti Demon Shield"
- Type: 5
- Buy: 0
- Def: 120
- Loc: 32
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,25;
- bonus2 bSubRace,RC_Demon,25;
- bonus bMaxHP,400;
- ">
-},
-{
- Id: 2153
- AegisName: "Imperial_Guard"
- Name: "Imperial Guard"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 120
- Slots: 1
- Job: 0x00004000
- Upper: 56
- Loc: 32
- EquipLv: 102
- View: 4
- Script: <"
- bonus bMdef,5;
- if(getrefine()>=6) {
- bonus2 bSkillAtk,LG_SHIELDPRESS,20+((getrefine()-5)*2);
- }
- else {
- bonus2 bSkillAtk,LG_SHIELDPRESS,20;
- }
- ">
-},
-{
- Id: 2154
- AegisName: "Toy_Shield"
- Name: "Toy Shield"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 32
- EquipLv: 10
- View: 1
-},
-{
- Id: 2155
- AegisName: "Academy_Shield"
- Name: "Academy Shield"
- Type: 5
- Buy: 0
- Weight: 1500
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 32
- View: 4
-},
-{
- Id: 2156
- AegisName: "Bible_Of_Promise1"
- Name: "Bible of Promise(1st Vol.)"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 32
- EquipLv: 110
- View: 5
- Script: <"
- bonus bMdef,2;
- skill ALL_ODINS_POWER,1;
- ">
-},
-{
- Id: 2157
- AegisName: "Insecticide"
- Name: "Pesticide"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 32
- Script: <"
- bonus2 bAddRace,RC_Insect,10;
- ">
-},
-{
- Id: 2158
- AegisName: "Ramor_Shield_Undead"
- Name: "Ramorushirudo"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
- Script: <"
- bonus2 bAddRaceTolerance,RC_Undead,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,-5;
- bonus2 bAddRaceTolerance,RC_Player,-5;
- ">
-},
-{
- Id: 2159
- AegisName: "Sharel_Shield"
- Name: "Sharerushirudo"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2160
- AegisName: "Giant_Shield"
- Name: "Giant Shield"
- Type: 5
- Buy: 56000
- Weight: 2800
- Def: 130
- Slots: 1
- Job: 0x00004080
- Upper: 56
- Loc: 32
- EquipLv: 100
- View: 4
- Script: <"
- bonus2 bSubSize,Size_Large,5;
- if(getrefine()>=9) {
- bonus2 bSubSize,Size_Large,5;
- }
- ">
-},
-{
- Id: 2161
- AegisName: "Geffenia_Book_Water"
- Name: "Geffenia Water Book"
- Type: 5
- Buy: 56000
- Weight: 1000
- Def: 30
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 32
- EquipLv: 100
- View: 5
- Script: <"
- bonus bMdef,2;
- bonus bInt,1;
- if(readparam(bInt)>=120) {
- bonus bMatk,10;
- bonus bMaxHP,800;
- }
- ">
-},
-{
- Id: 2162
- AegisName: "Bible_Of_Promise2"
- Name: "Bible of Promise(2nd Vol.)"
- Type: 5
- Buy: 56000
- Weight: 500
- Def: 20
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 32
- EquipLv: 140
- View: 5
- Script: <"
- bonus bMdef,5;
- bonus bHealPower,5;
- skill ALL_ODINS_POWER,2;
- ">
-},
-{
- Id: 2163
- AegisName: "Flow_Shield"
- Name: "Floor Shield"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2164
- AegisName: "Sombre_Shield"
- Name: "Bull Son Shield"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2165
- AegisName: "Sol_Shield"
- Name: "Sol Shield"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2166
- AegisName: "Exorcism_Bible_"
- Name: "Devil's Bible Drive"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 80
- Slots: 1
- Job: 0x00008100
- Loc: 32
- EquipLv: 50
- View: 5
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2167
- AegisName: "Poison_Shield"
- Name: "Poison Shield"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2168
- AegisName: "Immuned_Shield"
- Name: "Immune Shield"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 55
- Slots: 1
- Loc: 32
- View: 1
- Script: <" if (getrefine()>5) bonus2 bSubEle,Ele_Neutral,min(getrefine(),12)-5; ">
-},
-{
- Id: 2169
- AegisName: "Kalasak"
- Name: "Kalasag"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 40
- Loc: 32
- View: 1
- Script: <" bonus2 bSubRace,RC_Boss,getrefine()/3; ">
-},
-{
- Id: 2170
- AegisName: "Bayani_Kalasak"
- Name: "Kalasag(Bayani)"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 40
- Slots: 1
- Loc: 32
- View: 1
- Script: <" bonus2 bSubRace,RC_Boss,getrefine()/3; ">
-},
-{
- Id: 2171
- AegisName: "Fox_Armguard"
- Name: "Fox Armguard"
- Type: 5
- Buy: 40000
- Weight: 200
- Def: 45
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 100
- View: 1
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 2172
- AegisName: "Wolf_Armguard"
- Name: "Wolf Armguard"
- Type: 5
- Buy: 45000
- Weight: 250
- Def: 70
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 100
- View: 1
- Script: <" autobonus "{ bonus bBaseAtk,100; bonus bFlee,-50; }",10,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; ">
-},
-{
- Id: 2173
- AegisName: "Crescent_Armguard"
- Name: "Crescent Armguard"
- Type: 5
- Buy: 45000
- Weight: 250
- Def: 45
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 32
- EquipLv: 100
- View: 1
- Script: <" bonus bDelayrate,-(getrefine()*2); ">
-},
-{
- Id: 2174
- AegisName: "Lumiere_Shield"
- Name: "Lumiere Shield"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2175
- AegisName: "Esprit_Shield"
- Name: "Spirit Shield"
- Type: 5
- Buy: 20
- Weight: 1300
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 3
-},
-{
- Id: 2176
- AegisName: "Dark_Book"
- Name: "Black Book"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 80
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 5
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2177
- AegisName: "Shield_Of_Death"
- Name: "Shield Of Death"
- Type: 5
- Buy: 20
- Weight: 2000
- Def: 150
- Slots: 1
- Loc: 32
- EquipLv: 90
- View: 3
- Script: <"
- bonus2 bAddRace,RC_Boss,2;
- bonus2 bSubRace,RC_NonBoss,-10;
- ">
-},
-{
- Id: 2178
- AegisName: "TE_WoE_Buckler"
- Name: "TE WoE Buckler"
- Type: 5
- Buy: 20
- Def: 15
- Loc: 32
- EquipLv: 40
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,15;
- bonus bMaxHP,100;
- bonus bMaxSP,100;
- bonus2 bSubRace,RC_Player,15;
- ">
-},
-{
- Id: 2179
- AegisName: "TE_WoE_Shield"
- Name: "TE WoE Shield"
- Type: 5
- Buy: 20
- Def: 25
- Job: 0x00004082
- Loc: 32
- EquipLv: 40
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bMaxHP,200;
- bonus2 bSubRace,RC_Player,20;
- ">
-},
-{
- Id: 2180
- AegisName: "TE_WoE_Magic_Guard"
- Name: "TE WoE Magic Guard"
- Type: 5
- Buy: 20
- Def: 25
- Job: 0x00818315
- Loc: 32
- EquipLv: 40
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,25;
- bonus bMaxSP,200;
- bonus2 bSubRace,RC_Player,10;
- ">
-},
-{
- Id: 2181
- AegisName: "Hervor"
- Name: "Hervor"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 100
- Loc: 32
- EquipLv: 90
- Refine: false
- View: 2
- Script: <"
- bonus bMdef,5;
- bonus2 bSubRace,RC_NonBoss,30;
- bonus2 bSubRace,RC_Boss,30;
- bonus bUnbreakableShield,1;
- ">
-},
-{
- Id: 2182
- AegisName: "Hervor_Alvtir"
- Name: "Hervor Alvtir"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 150
- Upper: 56
- Loc: 32
- EquipLv: 100
- Refine: false
- View: 2
- Script: <"
- bonus bVit,20;
- bonus bMdef,10;
- bonus2 bAddRaceTolerance,RC_NonBoss,30;
- bonus2 bAddRaceTolerance,RC_Boss,30;
- bonus bUnbreakableShield,0;
-/* When you receive Melee Physical damage, chance of casting Protective Light for 60 seconds. */
-/* Cancels Stun, Sleep, Curse, Stone Curse, Poison, Blind, Silence, Bleeding, Chaos, and Frozen. */
-/* Protects the user against such effects for a set duration. */
- ">
-},
-{
- Id: 2183
- AegisName: "Adv_Angel's_Safeguard"
- Name: "Advanced Angelic Guard"
- Type: 5
- Buy: 10000
- Weight: 400
- Def: 30
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 32
- EquipLv: 99
- View: 1
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,5;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Wind,5;
- bonus2 bSubEle,Ele_Poison,5;
- bonus2 bSubEle,Ele_Ghost,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- bonus2 bSubEle,Ele_Undead,5;
- ">
-},
-{
- Id: 2185
- AegisName: "Magic_Reflector"
- Name: "Magic Reflector"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 50
- Slots: 1
- Loc: 32
- EquipLv: 99
- Refine: false
- View: 2
- Script: <"
- bonus bMdef,10;
- bonus bMagicDamageReturn,3+((getrefine()>=9)?3:0);
- ">
-},
-{
- Id: 2186
- AegisName: "Revised_Encyclopedia"
- Name: "Revised Encyclopedia"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 50
- Slots: 1
- Job: 0x00410100
- Loc: 32
- EquipLv: 99
- View: 2
- Script: <"
- bonus bMatk,5;
- bonus bInt,3;
- bonus bDex,2;
- bonus bCritical,3;
- if (getrefine()>6) bonus bCritical,2;
- if (getrefine()>8) bonus bMatk,5;
- ">
-},
-{
- Id: 2187
- AegisName: "Gray_Shield"
- Name: "Gray Shield"
- Type: 5
- Buy: 20
- Weight: 2000
- Def: 75
- Slots: 1
- Upper: 56
- Loc: 32
- EquipLv: 120
- View: 2
- Script: <"
- bonus bMdef,10+(getrefine()/3);
- bonus2 bSubEle,Ele_Holy,30+getrefine();
- ">
-},
-{
- Id: 2188
- AegisName: "Svalinn"
- Name: "Svalinn"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 80
- Slots: 1
- Loc: 32
- EquipLv: 65
- View: 2
- Script: <"
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Water,10+(getrefine()/3);
- bonus bMaxHP,getrefine();
- ">
-},
-{
- Id: 2189
- AegisName: "Mad_Bunny"
- Name: "Mad Bunny"
- Type: 5
- Weight: 100
- Def: 40
- Slots: 1
- Loc: 32
- EquipLv: 30
- View: 1
- Script: <"
- bonus bMdef,6;
- bonus bDex,1;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Wind,5;
- bonus2 bSubEle,Ele_Poison,5;
- bonus2 bSubEle,Ele_Ghost,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- bonus2 bSubEle,Ele_Undead,5;
- bonus2 bSubEle,Ele_Neutral,5;
- if (isequipped(20725)) {
- if (getequiprefinerycnt(EQI_HAND_L)>6) {
- bonus2 bSubEle,Ele_Water,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Earth,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Fire,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Wind,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Poison,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Ghost,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Holy,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Dark,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Undead,(getrefine()*2)-12;
- bonus2 bSubEle,Ele_Neutral,(getrefine()*2)-12;
- }
- }
- ">
-},
-{
- Id: 2190
- AegisName: "Ancient_Shield_Of_Aeon"
- Name: "Ancient Shield Of Aeon"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Slots: 1
- Job: 0x000FDF80
- Upper: 56
- Loc: 32
- EquipLv: 130
- View: 2
- Script: <"
- bonus2 bSubEle,Ele_Neutral,10;
- bonus2 bSubEle,Ele_Fire,10;
- bonus2 bSubEle,Ele_Water,10;
- bonus2 bSubEle,Ele_Wind,10;
- bonus2 bSubEle,Ele_Earth,10;
- bonus2 bSubEle,Ele_Dark,10;
- bonus2 bSubEle,Ele_Holy,10;
- bonus2 bSubEle,Ele_Ghost,10;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- if(getrefine()>=14) { skill MG_STONECURSE,5; }
- ">
-},
-{
- Id: 2198
- AegisName: "Laphine_Shield"
- Name: "Laphine Shield"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 25
- Slots: 1
- Loc: 32
- EquipLv: 100
- View: 2
- Script: <"
- bonus bMdef,10;
- if(getrefine()>=7) { bonus bMatk,20; }
- ">
-},
-// GM Shield
-{
- Id: 2199
- AegisName: "Ahura_Mazda"
- Name: "Ahura Mazdah"
- Type: 5
- Buy: 1
- Weight: 10
- Def: 10000
- Loc: 32
- Refine: false
- Script: <"
- bonus bUnbreakableShield,0;
- bonus bAllStats,50;
- bonus bMdef,99;
- bonus bShortWeaponDamageReturn,100;
- bonus2 bSubRace,RC_DemiPlayer,95;
- skill CR_FULLPROTECTION,5;
- skill WZ_ESTIMATION,1;
- skill ST_FULLSTRIP,5;
- skill HW_MAGICPOWER,10;
- bonus bMaxHPrate,200;
- bonus bNoKnockback,0;
- bonus bDelayrate,-20;
- bonus bSpeedRate,25;
- bonus bIntravision,0;
- ">
- OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
- OnUnequipScript: <" sc_end SC_ENDURE; ">
-},
-// Headgears
-// ===================================================================
-{
- Id: 2201
- AegisName: "Sunglasses"
- Name: "Sunglasses"
- Type: 5
- Buy: 5000
- Weight: 100
- Loc: 512
- Refine: false
- View: 12
- Script: <" bonus2 bResEff,Eff_Blind,500; ">
-},
-{
- Id: 2202
- AegisName: "Sunglasses_"
- Name: "Sunglasses"
- Type: 5
- Buy: 5000
- Weight: 100
- Slots: 1
- Loc: 512
- Refine: false
- View: 12
- Script: <" bonus2 bResEff,Eff_Blind,500; ">
-},
-{
- Id: 2203
- AegisName: "Glasses"
- Name: "Glasses"
- Type: 5
- Buy: 4000
- Weight: 100
- Loc: 512
- Refine: false
- View: 3
-},
-{
- Id: 2204
- AegisName: "Glasses_"
- Name: "Glasses"
- Type: 5
- Buy: 4000
- Weight: 100
- Slots: 1
- Loc: 512
- Refine: false
- View: 3
-},
-{
- Id: 2205
- AegisName: "Diver's_Goggles"
- Name: "Diver Goggles"
- Type: 5
- Buy: 3500
- Weight: 100
- Loc: 512
- Refine: false
- View: 10
-},
-{
- Id: 2206
- AegisName: "Wedding_Veil"
- Name: "Wedding Veil"
- Type: 5
- Buy: 23000
- Weight: 100
- Gender: 0
- Loc: 256
- View: 44
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2207
- AegisName: "Fancy_Flower"
- Name: "Fancy Flower"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- Refine: false
- View: 4
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,10; ">
-},
-{
- Id: 2208
- AegisName: "Ribbon"
- Name: "Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Gender: 0
- Loc: 256
- View: 17
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2209
- AegisName: "Ribbon_"
- Name: "Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 17
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2210
- AegisName: "Hair_Band"
- Name: "Hairband"
- Type: 5
- Buy: 500
- Weight: 100
- Def: 2
- Loc: 256
- Refine: false
- View: 9
-},
-{
- Id: 2211
- AegisName: "Bandana"
- Name: "Bandana"
- Type: 5
- Buy: 400
- Weight: 100
- Def: 2
- Loc: 256
- View: 6
-},
-{
- Id: 2212
- AegisName: "Eye_Bandage"
- Name: "Eye Patch"
- Type: 5
- Buy: 1000
- Weight: 100
- Loc: 512
- Refine: false
- View: 13
-},
-{
- Id: 2213
- AegisName: "Cat_Hairband"
- Name: "Kitty Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 2
-},
-{
- Id: 2214
- AegisName: "Bunny_Band"
- Name: "Bunny Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 15
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 2215
- AegisName: "Flower_Hairband"
- Name: "Flower Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 5
-},
-{
- Id: 2216
- AegisName: "Biretta"
- Name: "Biretta"
- Type: 5
- Buy: 9000
- Weight: 100
- Def: 8
- Job: 0x00008110
- Loc: 256
- View: 11
-},
-{
- Id: 2217
- AegisName: "Biretta_"
- Name: "Biretta"
- Type: 5
- Buy: 9000
- Weight: 100
- Def: 8
- Slots: 1
- Job: 0x00008110
- Loc: 256
- View: 11
-},
-{
- Id: 2218
- AegisName: "Flu_Mask"
- Name: "Flu Mask"
- Type: 5
- Buy: 300
- Weight: 100
- Loc: 1
- Refine: false
- View: 8
- Script: <" bonus2 bResEff,Eff_Silence,1000; ">
-},
-{
- Id: 2219
- AegisName: "Flu_Mask_"
- Name: "Flu Mask"
- Type: 5
- Buy: 300
- Weight: 100
- Loc: 1
- Refine: false
- View: 8
-},
-{
- Id: 2220
- AegisName: "Hat"
- Name: "Hat"
- Type: 5
- Buy: 1000
- Weight: 200
- Def: 2
- Loc: 256
- View: 16
-},
-{
- Id: 2221
- AegisName: "Hat_"
- Name: "Hat"
- Type: 5
- Buy: 1000
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- View: 16
-},
-{
- Id: 2222
- AegisName: "Turban"
- Name: "Turban"
- Type: 5
- Buy: 4500
- Weight: 300
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 7
-},
-{
- Id: 2223
- AegisName: "Turban_"
- Name: "Turban"
- Type: 5
- Buy: 4500
- Weight: 300
- Def: 5
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 7
-},
-{
- Id: 2224
- AegisName: "Goggle"
- Name: "Goggles"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Job: 0x000E5CEA
- Loc: 768
- View: 1
-},
-{
- Id: 2225
- AegisName: "Goggle_"
- Name: "Goggles"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Job: 0x000E5CEA
- Loc: 768
- View: 1
-},
-{
- Id: 2226
- AegisName: "Cap"
- Name: "Cap"
- Type: 5
- Buy: 12000
- Weight: 400
- Def: 7
- Job: 0x000E5CEA
- Loc: 256
- View: 14
-},
-{
- Id: 2227
- AegisName: "Cap_"
- Name: "Cap"
- Type: 5
- Buy: 12000
- Weight: 400
- Def: 7
- Slots: 1
- Job: 0x000E5CEA
- Loc: 256
- View: 14
-},
-{
- Id: 2228
- AegisName: "Helm"
- Name: "Helm"
- Type: 5
- Buy: 44000
- Weight: 600
- Def: 13
- Job: 0x00004082
- Loc: 256
- View: 40
-},
-{
- Id: 2229
- AegisName: "Helm_"
- Name: "Helm"
- Type: 5
- Buy: 44000
- Weight: 600
- Def: 13
- Slots: 1
- Job: 0x00004082
- Loc: 256
- View: 40
-},
-{
- Id: 2230
- AegisName: "Gemmed_Sallet"
- Name: "Gemmed Sallet"
- Type: 5
- Buy: 50000
- Weight: 500
- Def: 8
- Job: 0x000654E2
- Loc: 256
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2231
- AegisName: "Gemmed_Sallet_"
- Name: "Gemmed Sallet"
- Type: 5
- Buy: 50000
- Weight: 500
- Def: 8
- Slots: 1
- Job: 0x000654E2
- Loc: 256
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2232
- AegisName: "Circlet"
- Name: "Circlet"
- Type: 5
- Buy: 7500
- Weight: 300
- Def: 6
- Job: 0x00818314
- Loc: 256
- View: 18
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2233
- AegisName: "Circlet_"
- Name: "Circlet"
- Type: 5
- Buy: 7500
- Weight: 300
- Def: 6
- Slots: 1
- Job: 0x00818314
- Loc: 256
- View: 18
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2234
- AegisName: "Tiara"
- Name: "Tiara"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 7
- Job: 0xFFFFFFFE
- Gender: 0
- Loc: 256
- EquipLv: 45
- View: 19
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2235
- AegisName: "Crown"
- Name: "Crown"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 7
- Job: 0xFFFFFFFE
- Gender: 1
- Loc: 256
- EquipLv: 45
- View: 45
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2236
- AegisName: "Santa's_Hat"
- Name: "Santa Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 20
- Script: <"
- bonus bMdef,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2237
- AegisName: "Weird_Goatee"
- Name: "Bandit Beard"
- Type: 5
- Buy: 2
- Weight: 100
- Loc: 1
- Refine: false
- View: 21
-},
-{
- Id: 2238
- AegisName: "Weird_Moustache"
- Name: "Moustache"
- Type: 5
- Buy: 2
- Weight: 100
- Loc: 1
- Refine: false
- View: 22
-},
-{
- Id: 2239
- AegisName: "One_Eyed_Glass"
- Name: "Monocle"
- Type: 5
- Buy: 10000
- Weight: 100
- Loc: 512
- Refine: false
- View: 23
-},
-{
- Id: 2240
- AegisName: "Beard"
- Name: "Beard"
- Type: 5
- Buy: 2
- Weight: 100
- Loc: 1
- Refine: false
- View: 24
- Sprite: 2241
-},
-{
- Id: 2241
- AegisName: "Granpa_Beard"
- Name: "Grampa Beard"
- Type: 5
- Buy: 5000
- Weight: 100
- Loc: 1
- Refine: false
- View: 25
-},
-{
- Id: 2242
- AegisName: "Luxury_Sunglasses"
- Name: "Purple Glasses"
- Type: 5
- Buy: 24000
- Weight: 100
- Def: 2
- Loc: 512
- Refine: false
- View: 26
- Script: <" bonus2 bResEff,Eff_Blind,1000; ">
-},
-{
- Id: 2243
- AegisName: "Spinning_Eyes"
- Name: "Geek Glasses"
- Type: 5
- Buy: 20000
- Weight: 100
- Def: 1
- Loc: 512
- Refine: false
- View: 27
- Script: <" bonus2 bResEff,Eff_Blind,1500; ">
-},
-{
- Id: 2244
- AegisName: "Big_Sis'_Ribbon"
- Name: "Big Ribbon"
- Type: 5
- Buy: 15000
- Weight: 200
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 28
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2245
- AegisName: "Sweet_Gents"
- Name: "Sweet Gent"
- Type: 5
- Buy: 15000
- Weight: 400
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 29
-},
-{
- Id: 2246
- AegisName: "Golden_Gear"
- Name: "Golden Gear"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 9
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 40
- View: 30
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 2247
- AegisName: "Oldman's_Romance"
- Name: "Romantic Gent"
- Type: 5
- Buy: 15000
- Weight: 400
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 31
-},
-{
- Id: 2248
- AegisName: "Western_Grace"
- Name: "Western Grace"
- Type: 5
- Buy: 15000
- Weight: 400
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 32
-},
-{
- Id: 2249
- AegisName: "Coronet"
- Name: "Coronet"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 33
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2250
- AegisName: "Fillet"
- Name: "Cute Ribbon"
- Type: 5
- Buy: 500
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 34
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 2251
- AegisName: "Holy_Bonnet"
- Name: "Monk Hat"
- Type: 5
- Buy: 30000
- Weight: 100
- Def: 10
- Job: 0x00008110
- Loc: 256
- View: 35
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2252
- AegisName: "Star_Sparkling"
- Name: "Wizard Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 7
- Job: 0x00810204
- Loc: 256
- View: 36
- Script: <" bonus bMaxSP,100; ">
-},
-{
- Id: 2253
- AegisName: "Sunflower"
- Name: "Sunflower"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- Refine: false
- View: 37
- Script: <" bonus2 bAddRaceTolerance,RC_Insect,10; ">
-},
-{
- Id: 2254
- AegisName: "Angelic_Chain"
- Name: "Angel Wing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- View: 38
- Script: <"
- bonus bMdef,3;
- bonus bAgi,1;
- bonus bLuk,1;
- bonus2 bAddRaceTolerance,RC_Demon,3;
- ">
-},
-{
- Id: 2255
- AegisName: "Satanic_Chain"
- Name: "Evil Wing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- View: 39
- Script: <"
- bonus bMdef,2;
- bonus bStr,1;
- bonus2 bAddRaceTolerance,RC_Angel,3;
- ">
-},
-{
- Id: 2256
- AegisName: "Magestic_Goat"
- Name: "Magestic Goat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 9
- Job: 0x006444A2
- Loc: 256
- View: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 2257
- AegisName: "Snowy_Horn"
- Name: "Unicorn Horn"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 42
-},
-{
- Id: 2258
- AegisName: "Sharp_Gear"
- Name: "Spiky Band"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 12
- Job: 0x0066D5F2
- Loc: 256
- EquipLv: 50
- View: 43
-},
-{
- Id: 2259
- AegisName: "Mini_Propeller"
- Name: "Mini Propeller"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 46
-},
-{
- Id: 2260
- AegisName: "Mini_Glasses"
- Name: "Mini Glasses"
- Type: 5
- Buy: 28000
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 47
-},
-{
- Id: 2261
- AegisName: "Prontera_Army_Cap"
- Name: "Army Cap"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 8
- Job: 0x000654E2
- Loc: 256
- View: 48
-},
-{
- Id: 2262
- AegisName: "Pierrot_Nose"
- Name: "Clown Nose"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 49
-},
-{
- Id: 2263
- AegisName: "Gangster_Patch"
- Name: "Zorro Masque"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 50
-},
-{
- Id: 2264
- AegisName: "Munak_Turban"
- Name: "Munak Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Loc: 769
- Refine: false
- View: 51
- Script: <" bonus2 bAddRaceTolerance,RC_Undead,10; ">
-},
-{
- Id: 2265
- AegisName: "Ganster_Mask"
- Name: "Gangster Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 52
- Script: <" bonus2 bResEff,Eff_Silence,1500; ">
-},
-{
- Id: 2266
- AegisName: "Iron_Cane"
- Name: "Iron Cain"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Job: 0x00004082
- Loc: 1
- EquipLv: 50
- Refine: false
- View: 53
-},
-{
- Id: 2267
- AegisName: "Cigar"
- Name: "Cigarette"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 54
- Script: <" bonus2 bAddRaceTolerance,RC_Insect,3; ">
-},
-{
- Id: 2268
- AegisName: "Smoking_Pipe"
- Name: "Pipe"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 55
- Script: <" bonus2 bAddRaceTolerance,RC_Insect,3; ">
-},
-{
- Id: 2269
- AegisName: "Centimental_Flower"
- Name: "Romantic Flower"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 56
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,3; ">
-},
-{
- Id: 2270
- AegisName: "Centimental_Leaf"
- Name: "Romantic Leaf"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 57
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,3; ">
-},
-{
- Id: 2271
- AegisName: "Jack_A_Dandy"
- Name: "Jack be Dandy"
- Type: 5
- Buy: 45000
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 58
-},
-{
- Id: 2272
- AegisName: "Stop_Post"
- Name: "Stop Post"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Loc: 256
- View: 59
-},
-{
- Id: 2273
- AegisName: "Doctor_Cap"
- Name: "Doctor Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 60
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2274
- AegisName: "Ghost_Bandana"
- Name: "Ghost Bandana"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 256
- View: 61
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2275
- AegisName: "Red_Bandana"
- Name: "Red Bandana"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 62
-},
-{
- Id: 2276
- AegisName: "Eagle_Eyes"
- Name: "Angled Glasses"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- Refine: false
- View: 63
-},
-{
- Id: 2277
- AegisName: "Nurse_Cap"
- Name: "Nurse Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Job: 0x00008110
- Loc: 256
- View: 64
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2278
- AegisName: "Mr_Smile"
- Name: "Mr. Smile"
- Type: 5
- Buy: 60
- Weight: 100
- Def: 1
- Loc: 513
- Refine: false
- View: 65
-},
-{
- Id: 2279
- AegisName: "Bomb_Wick"
- Name: "Bomb Wick"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- Refine: false
- View: 66
-},
-{
- Id: 2280
- AegisName: "Sahkkat"
- Name: "Sakkat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- View: 67
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2281
- AegisName: "Phantom_Of_Opera"
- Name: "Opera Masque"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 513
- Refine: false
- View: 68
-},
-{
- Id: 2282
- AegisName: "Spirit_Chain"
- Name: "Halo"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- Refine: false
- View: 69
- Script: <" bonus2 bSubEle,Ele_Holy,15; ">
-},
-{
- Id: 2283
- AegisName: "Ear_Mufs"
- Name: "Ear Muffs"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Loc: 256
- View: 70
- Script: <" bonus2 bResEff,Eff_Curse,1000; ">
-},
-{
- Id: 2284
- AegisName: "Antler"
- Name: "Antlers"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 256
- View: 71
-},
-{
- Id: 2285
- AegisName: "Apple_Of_Archer"
- Name: "Apple of Archer"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- View: 72
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 2286
- AegisName: "Elven_Ears"
- Name: "Elven Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 73
-},
-{
- Id: 2287
- AegisName: "Pirate_Bandana"
- Name: "Pirate Bandana"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- View: 74
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 2288
- AegisName: "Mr_Scream"
- Name: "Mr. Scream"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 513
- Refine: false
- View: 75
-},
-{
- Id: 2289
- AegisName: "Poo_Poo_Hat"
- Name: "Poo Poo Hat"
- Type: 5
- Buy: 20
- Weight: 700
- Loc: 256
- Refine: false
- View: 76
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,10; ">
-},
-{
- Id: 2290
- AegisName: "Funeral_Costume"
- Name: "Funeral Hat"
- Type: 5
- Buy: 3000
- Weight: 100
- Def: 2
- Loc: 256
- Refine: false
- View: 77
-},
-{
- Id: 2291
- AegisName: "Masquerade"
- Name: "Masquerade"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 78
- Script: <" bonus2 bAddRace,RC_DemiPlayer,3; ">
-},
-{
- Id: 2292
- AegisName: "Welding_Mask"
- Name: "Welding Mask"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00040420
- Loc: 513
- EquipLv: 50
- Refine: false
- View: 79
- Script: <" bonus2 bSubEle,Ele_Fire,10; ">
-},
-{
- Id: 2293
- AegisName: "Pretend_Murdered"
- Name: "Pretend Murdered"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- Refine: false
- View: 80
-},
-{
- Id: 2294
- AegisName: "Star_Dust"
- Name: "Stellar"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 81
-},
-{
- Id: 2295
- AegisName: "Blinker"
- Name: "Blinker"
- Type: 5
- Buy: 1500
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 82
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 2296
- AegisName: "Binoculars"
- Name: "Binoculars"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0x00080808
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 83
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2297
- AegisName: "Goblini_Mask"
- Name: "Goblin Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 513
- Refine: false
- View: 84
-},
-{
- Id: 2298
- AegisName: "Green_Feeler"
- Name: "Green Feeler"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- Refine: false
- View: 85
-},
-{
- Id: 2299
- AegisName: "Viking_Helm"
- Name: "Orc Helm"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 9
- Job: 0x000654E2
- Loc: 256
- View: 86
-},
-// Armors
-// ===================================================================
-{
- Id: 2301
- AegisName: "Cotton_Shirt"
- Name: "Cotton Shirt"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 10
- Loc: 16
-},
-{
- Id: 2302
- AegisName: "Cotton_Shirt_"
- Name: "Cotton Shirt"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 10
- Slots: 1
- Loc: 16
-},
-{
- Id: 2303
- AegisName: "Leather_Jacket"
- Name: "Jacket"
- Type: 5
- Buy: 200
- Weight: 200
- Def: 15
- Loc: 16
-},
-{
- Id: 2304
- AegisName: "Leather_Jacket_"
- Name: "Jacket"
- Type: 5
- Buy: 200
- Weight: 200
- Def: 15
- Slots: 1
- Loc: 16
-},
-{
- Id: 2305
- AegisName: "Adventure_Suit"
- Name: "Adventurer's Suit"
- Type: 5
- Buy: 1000
- Weight: 300
- Def: 20
- Loc: 16
-},
-{
- Id: 2306
- AegisName: "Adventurere's_Suit_"
- Name: "Adventurer's Suit"
- Type: 5
- Buy: 1000
- Weight: 300
- Def: 20
- Slots: 1
- Loc: 16
-},
-{
- Id: 2307
- AegisName: "Mantle"
- Name: "Mantle"
- Type: 5
- Buy: 10000
- Weight: 600
- Def: 37
- Job: 0xFFFFFFFE
- Loc: 16
-},
-{
- Id: 2308
- AegisName: "Mantle_"
- Name: "Mantle"
- Type: 5
- Buy: 10000
- Weight: 600
- Def: 37
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
-},
-{
- Id: 2309
- AegisName: "Coat"
- Name: "Coat"
- Type: 5
- Buy: 22000
- Weight: 1200
- Def: 42
- Job: 0xFFFFFFFE
- Loc: 16
-},
-{
- Id: 2310
- AegisName: "Coat_"
- Name: "Coat"
- Type: 5
- Buy: 22000
- Weight: 1200
- Def: 42
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
-},
-{
- Id: 2311
- AegisName: "Mink_Coat"
- Name: "Mink Coat"
- Type: 5
- Buy: 20
- Weight: 2300
- Def: 30
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 30
-},
-{
- Id: 2312
- AegisName: "Padded_Armor"
- Name: "Padded Armor"
- Type: 5
- Buy: 48000
- Weight: 2800
- Def: 35
- Job: 0x000654E2
- Loc: 16
-},
-{
- Id: 2313
- AegisName: "Padded_Armor_"
- Name: "Padded Armor"
- Type: 5
- Buy: 48000
- Weight: 2800
- Def: 35
- Slots: 1
- Job: 0x000654E2
- Loc: 16
-},
-{
- Id: 2314
- AegisName: "Chain_Mail"
- Name: "Chain Mail"
- Type: 5
- Buy: 65000
- Weight: 3300
- Def: 55
- Job: 0x000654E2
- Loc: 16
-},
-{
- Id: 2315
- AegisName: "Chain_Mail_"
- Name: "Chain Mail"
- Type: 5
- Buy: 65000
- Weight: 3300
- Def: 55
- Slots: 1
- Job: 0x000654E2
- Loc: 16
-},
-{
- Id: 2316
- AegisName: "Plate_Armor"
- Name: "Full Plate"
- Type: 5
- Buy: 80000
- Weight: 4500
- Def: 70
- Job: 0x00004082
- Loc: 16
- EquipLv: 40
-},
-{
- Id: 2317
- AegisName: "Plate_Armor_"
- Name: "Full Plate"
- Type: 5
- Buy: 80000
- Weight: 4500
- Def: 70
- Slots: 1
- Job: 0x00004082
- Loc: 16
- EquipLv: 40
-},
-{
- Id: 2318
- AegisName: "Clothes_Of_The_Lord"
- Name: "Lord's Clothes"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 59
- Slots: 1
- Job: 0x00040420
- Loc: 16
- EquipLv: 70
- Script: <"
- bonus bMdef,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 2319
- AegisName: "Glittering_Clothes"
- Name: "Glittering Jacket"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 58
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 60
- Script: <"
- bonus bMdef,5;
- bonus2 bAddEff,Eff_Blind,300;
- ">
-},
-{
- Id: 2320
- AegisName: "Formal_Suit"
- Name: "Formal Suit"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 40
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
-},
-{
- Id: 2321
- AegisName: "Silk_Robe"
- Name: "Silk Robe"
- Type: 5
- Buy: 8000
- Weight: 400
- Def: 20
- Job: 0x0085C7B6
- Loc: 16
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2322
- AegisName: "Silk_Robe_"
- Name: "Silk Robe"
- Type: 5
- Buy: 8000
- Weight: 400
- Def: 20
- Slots: 1
- Job: 0x0085C7B6
- Loc: 16
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2323
- AegisName: "Scapulare"
- Name: "Scapulare"
- Type: 5
- Buy: 6500
- Weight: 400
- Def: 24
- Job: 0x00008110
- Loc: 16
-},
-{
- Id: 2324
- AegisName: "Scapulare_"
- Name: "Scapulare"
- Type: 5
- Buy: 6500
- Weight: 400
- Def: 24
- Slots: 1
- Job: 0x00008110
- Loc: 16
-},
-{
- Id: 2325
- AegisName: "Saint_Robe"
- Name: "Saint's Robe"
- Type: 5
- Buy: 54000
- Weight: 600
- Def: 50
- Job: 0x00048530
- Loc: 16
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2326
- AegisName: "Saint_Robe_"
- Name: "Saint's Robe"
- Type: 5
- Buy: 54000
- Weight: 600
- Def: 50
- Slots: 1
- Job: 0x00048530
- Loc: 16
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2327
- AegisName: "Holy_Robe"
- Name: "Holy Robe"
- Type: 5
- Buy: 20
- Weight: 1700
- Def: 57
- Job: 0x00008110
- Loc: 16
- EquipLv: 60
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_Demon,15;
- bonus2 bSubEle,Ele_Dark,10;
- ">
-},
-{
- Id: 2328
- AegisName: "Wooden_Mail"
- Name: "Wooden Mail"
- Type: 5
- Buy: 5500
- Weight: 1000
- Def: 25
- Job: 0x000444A2
- Loc: 16
-},
-{
- Id: 2329
- AegisName: "Wooden_Mail_"
- Name: "Wooden Mail"
- Type: 5
- Buy: 5500
- Weight: 1000
- Def: 25
- Slots: 1
- Job: 0x000444A2
- Loc: 16
-},
-{
- Id: 2330
- AegisName: "Tights"
- Name: "Tights"
- Type: 5
- Buy: 71000
- Weight: 500
- Def: 27
- Job: 0x00080808
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2331
- AegisName: "Tights_"
- Name: "Tights"
- Type: 5
- Buy: 71000
- Weight: 500
- Def: 27
- Slots: 1
- Job: 0x00080808
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2332
- AegisName: "Silver_Robe"
- Name: "Silver Robe"
- Type: 5
- Buy: 7000
- Weight: 700
- Def: 23
- Job: 0x00810204
- Loc: 16
-},
-{
- Id: 2333
- AegisName: "Silver_Robe_"
- Name: "Silver Robe"
- Type: 5
- Buy: 7000
- Weight: 700
- Def: 23
- Slots: 1
- Job: 0x00810204
- Loc: 16
-},
-{
- Id: 2334
- AegisName: "Mage_Coat"
- Name: "Mage Coat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 40
- Job: 0x00810204
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bMdef,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 2335
- AegisName: "Thief_Clothes"
- Name: "Thief Clothes"
- Type: 5
- Buy: 74000
- Weight: 100
- Def: 40
- Job: 0x22021040
- Loc: 16
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2336
- AegisName: "Thief_Clothes_"
- Name: "Thief Clothes"
- Type: 5
- Buy: 74000
- Weight: 100
- Def: 40
- Slots: 1
- Job: 0x22021040
- Loc: 16
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2337
- AegisName: "Ninja_Suit"
- Name: "Ninja Suit"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 58
- Job: 0x22021040
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2338
- AegisName: "Wedding_Dress"
- Name: "Wedding Dress"
- Type: 5
- Buy: 43000
- Weight: 500
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 16
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 2339
- AegisName: "G_Strings"
- Name: "Pantie"
- Type: 5
- Buy: 1000
- Weight: 100
- Def: 22
- Loc: 16
-},
-{
- Id: 2340
- AegisName: "Novice_Breast"
- Name: "Novice Breastplate"
- Type: 5
- Buy: 89000
- Weight: 500
- Def: 32
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 16
- EquipLv: 10
-},
-{
- Id: 2341
- AegisName: "Full_Plate_Armor"
- Name: "Legion Plate Armor"
- Type: 5
- Buy: 94000
- Weight: 5500
- Def: 79
- Job: 0x00004000
- Loc: 16
- EquipLv: 70
-},
-{
- Id: 2342
- AegisName: "Full_Plate_Armor_"
- Name: "Legion Plate Armor"
- Type: 5
- Buy: 102500
- Weight: 5500
- Def: 79
- Slots: 1
- Job: 0x00004000
- Loc: 16
- EquipLv: 70
-},
-{
- Id: 2343
- AegisName: "Robe_Of_Casting"
- Name: "Robe of Cast"
- Type: 5
- Buy: 124800
- Weight: 1100
- Def: 40
- Job: 0x00810200
- Loc: 16
- EquipLv: 75
- Script: <"
- bonus bVariableCastrate,-3;
- bonus bMdef,4;
- ">
-},
-{
- Id: 2344
- AegisName: "Flame_Sprits_Armor"
- Name: "Lucius's Fierce Armor of Volcano"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Job: 0x000444A2
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Fire; ">
-},
-{
- Id: 2345
- AegisName: "Flame_Sprits_Armor_"
- Name: "Lucius's Fierce Armor of Volcano"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Fire; ">
-},
-{
- Id: 2346
- AegisName: "Water_Sprits_Armor"
- Name: "Saphien's Armor of Ocean"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Job: 0x000444A2
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Water; ">
-},
-{
- Id: 2347
- AegisName: "Water_Sprits_Armor_"
- Name: "Saphien's Armor of Ocean"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Water; ">
-},
-{
- Id: 2348
- AegisName: "Wind_Sprits_Armor"
- Name: "Aebecee's Raging Typhoon Armor"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Job: 0x000444A2
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Wind; ">
-},
-{
- Id: 2349
- AegisName: "Wind_Sprits_Armor_"
- Name: "Aebecee's Raging Typhoon Armor"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Wind; ">
-},
-{
- Id: 2350
- AegisName: "Earth_Sprits_Armor"
- Name: "Claytos Cracking Earth Armor"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Job: 0x000444A2
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Earth; ">
-},
-{
- Id: 2351
- AegisName: "Earth_Sprits_Armor_"
- Name: "Claytos Cracking Earth Armor"
- Type: 5
- Buy: 136000
- Weight: 2200
- Def: 25
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Earth; ">
-},
-{
- Id: 2352
- AegisName: "Novice_Plate"
- Name: "Tattered Novice Ninja Suit"
- Type: 5
- Buy: 1
- Weight: 1
- Def: 25
- Job: 0x00000001
- Upper: 47
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2353
- AegisName: "Odin's_Blessing"
- Name: "Odin's Blessing"
- Type: 5
- Buy: 30000
- Weight: 2500
- Def: 53
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 65
-},
-{
- Id: 2354
- AegisName: "Goibne's_Armor"
- Name: "Goibne's Armor"
- Type: 5
- Buy: 50000
- Weight: 3500
- Def: 58
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 54
- Script: <"
- bonus bVit,2;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 2355
- AegisName: "Angel's_Protection"
- Name: "Angelic Protection"
- Type: 5
- Buy: 10000
- Weight: 600
- Def: 25
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 16
- EquipLv: 40
- Script: <" bonus bMdef,20; ">
-},
-{
- Id: 2356
- AegisName: "Vestment_Of_Grace"
- Name: "Blessed Holy Robe"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 45
- Slots: 1
- Job: 0x00008100
- Loc: 16
- EquipLv: 70
- Script: <"
- bonus bMdef,5;
- bonus2 bResEff,Eff_Blind,8000;
- ">
-},
-{
- Id: 2357
- AegisName: "Valkyrie_Armor"
- Name: "Valkyrian Armor"
- Type: 5
- Buy: 0
- Weight: 2800
- Def: 55
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 16
- Script: <"
- bonus bAllStats,1;
- bonus bUnbreakableArmor,0;
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000;
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000;
- ">
-},
-{
- Id: 2358
- AegisName: "Dress_Of_Angel"
- Name: "Angel's Dress"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 5
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,4; ">
-},
-{
- Id: 2359
- AegisName: "Ninja_Suit_"
- Name: "Ninja Suit"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 58
- Slots: 1
- Job: 0x22021040
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2360
- AegisName: "Robe_Of_Casting_"
- Name: "Robe of Cast"
- Type: 5
- Buy: 124800
- Weight: 1100
- Def: 40
- Slots: 1
- Job: 0x00810200
- Loc: 16
- EquipLv: 75
- Script: <"
- bonus bVariableCastrate,-3;
- bonus bMdef,4;
- ">
-},
-{
- Id: 2361
- AegisName: "Blue_Aodai"
- Name: "Blue Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Job: 0xFFFFFFFE
- Loc: 16
- Script: <"
- bonus bStr,5;
- bonus bInt,5;
- bonus bVit,5;
- bonus bDex,5;
- bonus bAgi,5;
- bonus bLuk,5;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2362
- AegisName: "Red_Aodai"
- Name: "Red Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Job: 0xFFFFFFFE
- Loc: 16
- Script: <"
- bonus bStr,5;
- bonus bInt,5;
- bonus bVit,5;
- bonus bDex,5;
- bonus bAgi,5;
- bonus bLuk,5;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2363
- AegisName: "White_Aodai"
- Name: "White Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Job: 0x00000001
- Upper: 47
- Loc: 16
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bVit,3;
- bonus bDex,3;
- bonus bAgi,3;
- bonus bLuk,3;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2364
- AegisName: "Meteo_Plate_Armor"
- Name: "Meteo Plate Armor"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 85
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 16
- EquipLv: 55
- Script: <"
- bonus2 bResEff,Eff_Stun,3000;
- bonus2 bResEff,Eff_Freeze,3000;
- ">
-},
-{
- Id: 2365
- AegisName: "Orleans_Gown"
- Name: "Orleans's Gown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 15
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 16
- EquipLv: 55
- Script: <"
- bonus bVariableCastrate,15;
- bonus bNoCastCancel,0;
- ">
-},
-{
- Id: 2366
- AegisName: "Divine_Cloth"
- Name: "Divine Cloth"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 50
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 16
- EquipLv: 55
- Script: <"
- bonus2 bResEff,Eff_Curse,500;
- bonus2 bResEff,Eff_Silence,500;
- bonus2 bResEff,Eff_Stun,500;
- bonus2 bResEff,Eff_Stone,500;
- bonus2 bResEff,Eff_Sleep,500;
- ">
-},
-{
- Id: 2367
- AegisName: "Sniping_Suit"
- Name: "Sniping Suit"
- Type: 5
- Buy: 20
- Weight: 750
- Def: 42
- Slots: 1
- Job: 0x00000800
- Upper: 58
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bMdef,5;
- bonus bCritical,6+(readparam(bLuk)/10);
- bonus bDelayrate,-23;
- ">
-},
-{
- Id: 2368
- AegisName: "Golden_Armor"
- Name: "Golden Armor"
- Type: 5
- Buy: 20
- Weight: 2000
- Def: 4
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2369
- AegisName: "Freyja_Overcoat"
- Name: "Freyja Overcoat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 12
- Job: 0xFFFFFFFE
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableArmor,0;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 2370
- AegisName: "Used_Mage_Coat"
- Name: "Used Mage Coat"
- Type: 5
- Buy: 0
- Def: 15
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,300;
- bonus bMaxSP,30;
- bonus bBaseAtk,10;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2371
- AegisName: "G_Strings_"
- Name: "Pantie"
- Type: 5
- Buy: 1000
- Weight: 100
- Def: 22
- Slots: 1
- Loc: 16
-},
-{
- Id: 2372
- AegisName: "Mage_Coat_"
- Name: "Mage Coat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 40
- Slots: 1
- Job: 0x00810204
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bMdef,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 2373
- AegisName: "Holy_Robe_"
- Name: "Holy Robe"
- Type: 5
- Buy: 20
- Weight: 1700
- Def: 57
- Slots: 1
- Job: 0x00008110
- Loc: 16
- EquipLv: 60
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_Demon,15;
- bonus2 bSubEle,Ele_Dark,10;
- ">
-},
-{
- Id: 2374
- AegisName: "Diabolus_Robe"
- Name: "Diabolus Robe"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 57
- Slots: 1
- Job: 0x00098B1C
- Upper: 58
- Loc: 16
- EquipLv: 60
- Script: <"
- bonus bMaxSP,150;
- bonus bMdef,5;
- bonus bHealPower,6;
- bonus bDelayrate,-10;
- ">
-},
-{
- Id: 2375
- AegisName: "Diabolus_Armor"
- Name: "Diabolus Armor"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 79
- Slots: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 16
- EquipLv: 60
- Script: <"
- bonus bStr,2;
- bonus bDex,1;
- bonus bMaxHP,150;
- bonus2 bResEff,Eff_Stun,500;
- bonus2 bResEff,Eff_Stone,500;
- ">
-},
-{
- Id: 2376
- AegisName: "Assaulter_Plate"
- Name: "Assaulter Plate"
- Type: 5
- Buy: 10
- Def: 57
- Slots: 1
- Job: 0x006444A2
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2377
- AegisName: "Elite_Engineer_Armor"
- Name: "Elite Engineer Armor"
- Type: 5
- Buy: 10
- Def: 50
- Slots: 1
- Job: 0x00040420
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2378
- AegisName: "Assassin_Robe"
- Name: "Assassin Robe"
- Type: 5
- Buy: 10
- Def: 41
- Slots: 1
- Job: 0x22021040
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2379
- AegisName: "Warlock_Battle_Robe"
- Name: "Warlock's Battle Robe"
- Type: 5
- Buy: 10
- Def: 36
- Slots: 1
- Job: 0x00810204
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2380
- AegisName: "Medic_Robe"
- Name: "Medic's Robe"
- Type: 5
- Buy: 10
- Def: 25
- Slots: 1
- Job: 0x00008110
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2381
- AegisName: "Elite_Archer_Suit"
- Name: "Elite Archer Suit"
- Type: 5
- Buy: 10
- Def: 35
- Slots: 1
- Job: 0x00080808
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2382
- AegisName: "Elite_Shooter_Suit"
- Name: "Elite Shooter Suit"
- Type: 5
- Buy: 10
- Def: 25
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 16
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2383
- AegisName: "Brynhild"
- Name: "Brynhild"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 120
- Loc: 16
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bMdef,10;
- bonus bMaxHP,20*BaseLevel;
- bonus bMaxSP,5*BaseLevel;
- bonus2 bAddRace,RC_NonBoss,10;
- bonus2 bAddRace,RC_Boss,10;
- bonus bMatkRate,10;
- bonus bUnbreakableArmor,0;
- bonus bNoKnockback,0;
- ">
-},
-{
- Id: 2384
- AegisName: "Spritual_Tunic"
- Name: "Spritual Tunic"
- Type: 5
- Buy: 20
- Def: 38
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bMaxHP,800;
- bonus2 bResEff,Eff_Freeze,10000;
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Ghost,20;
- bonus2 bSubEle,Ele_Undead,20;
- ">
-},
-{
- Id: 2385
- AegisName: "Recuperative_Armor"
- Name: "Recuperative Armor"
- Type: 5
- Buy: 20
- Def: 67
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bNoRegen,1;
- bonus bNoRegen,2;
- bonus bHPGainValue,60;
- bonus bSPGainValue,6;
- bonus bMagicHPGainValue,60;
- bonus bMagicSPGainValue,6;
- ">
- OnUnequipScript: <" heal 0,-100; ">
-},
-{
- Id: 2386
- AegisName: "Chameleon_Armor"
- Name: "Chameleon Armor"
- Type: 5
- Buy: 20
- Weight: 1700
- Def: 55
- Job: 0x000FDF80
- Upper: 58
- Loc: 16
- EquipLv: 70
- Script: <"
- bonus bMaxHP,(BaseLevel*7);
- bonus bMaxSP,(BaseLevel/2);
- autobonus2 "{ bonus bNoMagicDamage,100; }",10,2000,BF_MAGIC,"{ specialeffect2 EF_ENERGYCOAT; }";
- if( BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte ) bonus bMdef,5;
- else if( BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief ) bonus bDef,3;
- ">
-},
-{
- Id: 2387
- AegisName: "Sprint_Mail"
- Name: "Sprint Mail"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 20
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 16
- Script: <"
- bonus bVit,1;
- bonus bHPrecovRate,5;
- bonus bAddItemHealRate,3;
- bonus2 bSkillHeal,AL_HEAL,3;
- ">
-},
-{
- Id: 2388
- AegisName: "Kandura"
- Name: "Kandura"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 36
- Slots: 1
- Job: 0x00001000
- Upper: 58
- Loc: 16
- EquipLv: 70
- Script: <"
- bonus bAgi,1;
- bonus bFlee,5;
- bonus bAspdRate,2;
- ">
-},
-{
- Id: 2389
- AegisName: "Armor_Of_Naga"
- Name: "Armor of Naga"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 45
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 16
- Script: <"
- bonus bMdef,2;
- autobonus "{ bonus bBaseAtk,20; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 2390
- AegisName: "Improved_Tights"
- Name: "Improved Tights"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 38
- Slots: 1
- Job: 0x00080808
- Upper: 58
- Loc: 16
- EquipLv: 75
- Script: <"
- bonus bMdef,2;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 2391
- AegisName: "Life_Link"
- Name: "Life Link"
- Type: 5
- Buy: 20
- Weight: 3500
- Def: 75
- Slots: 1
- Job: 0x00004082
- Upper: 58
- Loc: 16
- EquipLv: 82
- Script: <"
- bonus bVit,2;
- bonus bMdef,5;
- bonus bHPrecovRate,50;
- ">
-},
-{
- Id: 2392
- AegisName: "Old_Pant"
- Name: "Old Green Pantie"
- Type: 5
- Buy: 0
- Def: 60
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bVit,2;
- bonus bMaxHP,200;
- bonus3 bAutoSpellWhenHit,MO_CALLSPIRITS,5,20;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2393
- AegisName: "N_Adventurer's_Suit"
- Name: "Novice Adventurer's Suit"
- Type: 5
- Buy: 0
- Def: 45
- Slots: 1
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2394
- AegisName: "Krieger_Suit1"
- Name: "Glorious Suit"
- Type: 5
- Buy: 20
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 81
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,20;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,7;
- ">
-},
-{
- Id: 2395
- AegisName: "Krieger_Suit2"
- Name: "Glorious Popularized Suit"
- Type: 5
- Buy: 20
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 61
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,600;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 2396
- AegisName: "Krieger_Suit3"
- Name: "Glorious Mass-Production Suit"
- Type: 5
- Buy: 20
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxHP,500; ">
-},
-{
- Id: 2397
- AegisName: "Incredible_Coat"
- Name: "Incredible Event Resignation Coat"
- Type: 5
- Buy: 10
- Weight: 900
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 16
-},
-{
- Id: 2398
- AegisName: "Sniping_Suit_M"
- Name: "Sniping Suit"
- Type: 5
- Buy: 20
- Weight: 750
- Def: 5
- Slots: 1
- Job: 0x00000800
- Upper: 58
- Loc: 16
- EquipLv: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bCritical,6+(readparam(bLuk)/10);
- bonus bDelayrate,-23;
- ">
-},
-{
- Id: 2399
- AegisName: "Dragon_Vest"
- Name: "Dragon Vest"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 20
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 16
- Script: <" bonus bMdef,3; ">
-},
-// Footgears
-// ===================================================================
-{
- Id: 2401
- AegisName: "Sandals"
- Name: "Sandals"
- Type: 5
- Buy: 400
- Weight: 200
- Def: 5
- Loc: 64
-},
-{
- Id: 2402
- AegisName: "Sandals_"
- Name: "Sandals"
- Type: 5
- Buy: 400
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 64
-},
-{
- Id: 2403
- AegisName: "Shoes"
- Name: "Shoes"
- Type: 5
- Buy: 3500
- Weight: 400
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 64
-},
-{
- Id: 2404
- AegisName: "Shoes_"
- Name: "Shoes"
- Type: 5
- Buy: 3500
- Weight: 400
- Def: 10
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
-},
-{
- Id: 2405
- AegisName: "Boots"
- Name: "Boots"
- Type: 5
- Buy: 18000
- Weight: 600
- Def: 16
- Job: 0x016E5CEA
- Loc: 64
-},
-{
- Id: 2406
- AegisName: "Boots_"
- Name: "Boots"
- Type: 5
- Buy: 18000
- Weight: 600
- Def: 16
- Slots: 1
- Job: 0x016E5CEA
- Loc: 64
-},
-{
- Id: 2407
- AegisName: "Chrystal_Pumps"
- Name: "Crystal Pumps"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Job: 0xFFFFFFFE
- Gender: 0
- Loc: 64
- Script: <"
- bonus bMdef,10;
- bonus bLuk,5;
- ">
-},
-{
- Id: 2408
- AegisName: "Cuffs"
- Name: "Shackles"
- Type: 5
- Buy: 5000
- Weight: 3000
- Def: 18
- Loc: 64
-},
-{
- Id: 2409
- AegisName: "Spiky_Heel"
- Name: "High Heels"
- Type: 5
- Buy: 8500
- Weight: 600
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 64
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2410
- AegisName: "Sleipnir"
- Name: "Sleipnir"
- Type: 5
- Buy: 20
- Weight: 3500
- Def: 40
- Loc: 64
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bUnbreakableShoes,0;
- bonus bMdef,10;
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,20;
- bonus bSPrecovRate,25;
- bonus bSpeedRate,25;
- bonus bInt,25;
- ">
-},
-{
- Id: 2411
- AegisName: "Grave"
- Name: "Greaves"
- Type: 5
- Buy: 48000
- Weight: 750
- Def: 27
- Job: 0x00004080
- Loc: 64
- EquipLv: 65
-},
-{
- Id: 2412
- AegisName: "Grave_"
- Name: "Greaves"
- Type: 5
- Buy: 54000
- Weight: 750
- Def: 27
- Slots: 1
- Job: 0x00004080
- Loc: 64
- EquipLv: 65
-},
-{
- Id: 2413
- AegisName: "Safty_Boots"
- Name: "Safety Boots"
- Type: 5
- Buy: 34000
- Weight: 350
- Def: 22
- Job: 0x00004082
- Loc: 64
- EquipLv: 30
- Refine: false
-},
-{
- Id: 2414
- AegisName: "Novice_Boots"
- Name: "Novice Slippers"
- Type: 5
- Buy: 1
- Weight: 1
- Def: 5
- Job: 0x00000001
- Upper: 47
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2415
- AegisName: "Slipper"
- Name: "Bunny Slipper"
- Type: 5
- Buy: 34000
- Weight: 300
- Def: 9
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 30
- Script: <"
- bonus bLuk,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2416
- AegisName: "Novice_Shoes"
- Name: "Novice Shoes"
- Type: 5
- Buy: 35000
- Weight: 500
- Def: 8
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 64
- EquipLv: 40
- Script: <" bonus bMaxHPrate,5; ">
-},
-{
- Id: 2417
- AegisName: "Fricco_Shoes"
- Name: "Fricco's Shoes"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 12
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 65
- Script: <"
- bonus bAgi,2;
- bonus2 bAddItemHealRate,Red_Potion,20;
- bonus2 bAddItemHealRate,Yellow_Potion,20;
- bonus2 bAddItemHealRate,Orange_Potion,20;
- bonus2 bAddItemHealRate,White_Potion,20;
- ">
-},
-{
- Id: 2418
- AegisName: "Vidar's_Boots"
- Name: "Vidar's Boots"
- Type: 5
- Buy: 30000
- Weight: 650
- Def: 13
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 65
- Script: <"
- bonus bMaxHPrate,9;
- bonus bMaxSPrate,9;
- ">
-},
-{
- Id: 2419
- AegisName: "Goibne's_Combat_Boots"
- Name: "Goibne's Greaves"
- Type: 5
- Buy: 30000
- Weight: 700
- Def: 13
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 54
- Script: <"
- bonus bMdef,3;
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2420
- AegisName: "Angel's_Arrival"
- Name: "Angel's Reincarnation"
- Type: 5
- Buy: 10000
- Weight: 300
- Def: 8
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 64
- EquipLv: 25
- Script: <" bonus bMaxHP,100; ">
-},
-{
- Id: 2421
- AegisName: "Valkyrie_Shoes"
- Name: "Valkyrian Shoes"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 13
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- Script: <"
- bonus bUnbreakableShoes,0;
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,(BaseLevel*5);
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,(JobLevel*2);
- ">
-},
-{
- Id: 2422
- AegisName: "High_Fashion_Sandals"
- Name: "High Fashion Sandals"
- Type: 5
- Buy: 24000
- Weight: 200
- Def: 7
- Slots: 1
- Job: 0x00818314
- Loc: 64
- EquipLv: 40
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2423
- AegisName: "Variant_Shoes"
- Name: "Variant Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 13
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 85
- Script: <"
- bonus bMaxHPrate,20-getrefine();
- bonus bMaxSPrate,20-getrefine();
- bonus bDef,getrefine()/2;
- ">
-},
-{
- Id: 2424
- AegisName: "Tidal_Shoes"
- Name: "Tidal Shoes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 13
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 55
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 2425
- AegisName: "Black_Leather_Boots"
- Name: "Black Leather Boots"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 16
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 55
- Script: <"
- bonus bAgi,1;
- if(getrefine()>=9) bonus bAgi,2;
- ">
-},
-{
- Id: 2426
- AegisName: "Shadow_Walk"
- Name: "Shadow Walk"
- Type: 5
- Buy: 20
- Weight: 2000
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 75
- Script: <"
- bonus bMdef,10;
- if(getskilllv(AS_CLOAKING)<2) {
- bonus5 bAutoSpellWhenHit,AS_CLOAKING,2,100,BF_MAGIC,0;
- }
- else bonus5 bAutoSpellWhenHit,AS_CLOAKING,getskilllv(AS_CLOAKING),100,BF_MAGIC,0;
- ">
-},
-{
- Id: 2427
- AegisName: "Golden_Shoes"
- Name: "Golden Shoes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2428
- AegisName: "Freyja_Boots"
- Name: "Freyja Boots"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 22
- Job: 0xFFFFFFFE
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,5; ">
-},
-{
- Id: 2429
- AegisName: "Iron_Boots01"
- Name: "Iron Boots"
- Type: 5
- Buy: 0
- Weight: 1500
- Def: 5
- Job: 0x000E5CEA
- Loc: 64
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2430
- AegisName: "Iron_Boots02"
- Name: "Iron Boots"
- Type: 5
- Buy: 0
- Weight: 800
- Def: 5
- Loc: 64
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2431
- AegisName: "Valley_Shoes"
- Name: "Valley Shoes"
- Type: 5
- Buy: 20
- Def: 10
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,7;
- bonus bMaxSPrate,7;
- ">
-},
-{
- Id: 2432
- AegisName: "Spiky_Heel_"
- Name: "Highheels"
- Type: 5
- Buy: 8500
- Weight: 600
- Def: 10
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2433
- AegisName: "Diabolus_Boots"
- Name: "Diabolus Boots"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 15
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 64
- Script: <" bonus bMaxHP,(BaseLevel*10); ">
-},
-{
- Id: 2434
- AegisName: "Black_Leather_Boots_"
- Name: "Black Leather Boots"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 16
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 55
- Script: <"
- bonus bAgi,1;
- if(getrefine()>=9) bonus bAgi,2;
- ">
-},
-{
- Id: 2435
- AegisName: "Battle_Greave"
- Name: "Battle Greave"
- Type: 5
- Buy: 10
- Def: 15
- Slots: 1
- Job: 0x226654E2
- Loc: 64
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2436
- AegisName: "Combat_Boots"
- Name: "Combat Boots"
- Type: 5
- Buy: 10
- Def: 9
- Slots: 1
- Job: 0x00898B1C
- Loc: 64
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2437
- AegisName: "Battle_Boots"
- Name: "Battle Boots"
- Type: 5
- Buy: 10
- Def: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 64
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2438
- AegisName: "Paw_Of_Cat"
- Name: "Paw Of Cat"
- Type: 5
- Buy: 10
- Weight: 300
- Loc: 64
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bFlee,5;
- bonus bAgi,1;
- skill ALL_CATCRY, 1;
- ">
-},
-{
- Id: 2439
- AegisName: "Refresh_Shoes"
- Name: "Refresh Shoes"
- Type: 5
- Buy: 20
- Def: 20
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,17;
- bonus bMaxSPrate,8;
- bonus2 bHPRegenRate,20,10000;
- bonus2 bSPRegenRate,3,10000;
- ">
-},
-{
- Id: 2440
- AegisName: "Sprint_Shoes"
- Name: "Sprint Shoes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 10
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 64
- Script: <"
- bonus bAgi,1;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 2441
- AegisName: "Beach_Sandal"
- Name: "Beach Sandals"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 64
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bAgi,1;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 2442
- AegisName: "Boots_Perforated"
- Name: "Red Stocking Boots"
- Type: 5
- Buy: 0
- Def: 18
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bLuk,2;
- bonus bHPrecovRate,10;
- bonus bSPrecovRate,10;
- bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,30;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2443
- AegisName: "Fish_Shoes"
- Name: "Fisher's Boots"
- Type: 5
- Buy: 10
- Weight: 250
- Loc: 64
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2444
- AegisName: "Krieger_Shoes1"
- Name: "Glorious Shoes"
- Type: 5
- Buy: 20
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 81
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,4;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10;
- ">
-},
-{
- Id: 2445
- AegisName: "Krieger_Shoes2"
- Name: "Glorious Popularized Shoes"
- Type: 5
- Buy: 20
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 61
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2446
- AegisName: "Krieger_Shoes3"
- Name: "Glorious Mass-Production Shoes"
- Type: 5
- Buy: 20
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 64
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxHPrate,5; ">
-},
-{
- Id: 2447
- AegisName: "Military_Boots"
- Name: "Army Boots"
- Type: 5
- Buy: 1000
- Weight: 1000
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 64
-},
-{
- Id: 2448
- AegisName: "Air_Boss"
- Name: "Air Boss"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 2
- Loc: 64
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2449
- AegisName: "Variant_Shoes_M"
- Name: "Variant Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 85
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,20-getrefine();
- bonus bMaxSPrate,20-getrefine();
- bonus bDef,getrefine()/2;
- ">
-},
-{
- Id: 2450
- AegisName: "Vital_Tree_Shoes"
- Name: "Vital Tree Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 16
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 60
- Script: <"
- bonus bMaxHPrate,10;
- bonus2 bHPRegenRate,30,10000;
- bonus bHealPower2,5;
- bonus bAddItemHealRate,5;
- bonus bMdef,3;
- bonus bVit,2;
- ">
-},
-{
- Id: 2451
- AegisName: "Freyja_SSandal7"
- Name: "Freya Spirit Sandals"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Loc: 64
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- ">
-},
-{
- Id: 2452
- AegisName: "Freyja_SSandal30"
- Name: "Freya Spirit Sandals"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Loc: 64
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- ">
-},
-{
- Id: 2453
- AegisName: "Freyja_SSandal60"
- Name: "Freya Spirit Sandals"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Loc: 64
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- ">
-},
-{
- Id: 2454
- AegisName: "Freyja_SSandal90"
- Name: "Freya Spirit Sandals"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Loc: 64
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- ">
-},
-{
- Id: 2455
- AegisName: "Time_Keepr_Boots"
- Name: "Guardian Boots"
- Type: 5
- Buy: 0
- Def: 17
- Loc: 64
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,1;
- bonus bMaxHP,100;
- bonus bHPrecovRate,10;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 2456
- AegisName: "Para_Team_Boots1"
- Name: "Eden Group Boots I"
- Type: 5
- Buy: 0
- Def: 14
- Loc: 64
- EquipLv: 12
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHPrecovRate,10;
- bonus bSPrecovRate,2;
- ">
-},
-{
- Id: 2457
- AegisName: "Para_Team_Boots2"
- Name: "Eden Group Boots II"
- Type: 5
- Buy: 0
- Def: 16
- Loc: 64
- EquipLv: 26
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHPrecovRate,12;
- bonus bSPrecovRate,4;
- ">
-},
-{
- Id: 2458
- AegisName: "Para_Team_Boots3"
- Name: "Eden Group Boots III"
- Type: 5
- Buy: 0
- Def: 18
- Loc: 64
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHPrecovRate,14;
- bonus bSPrecovRate,6;
- ">
-},
-{
- Id: 2459
- AegisName: "Upg_Shoes"
- Name: "Reinforcement Shoes"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 15
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2460
- AegisName: "Upg_Boots"
- Name: "Reinforcement Boots"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 21
- Slots: 1
- Job: 0x016E5CEA
- Loc: 64
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2461
- AegisName: "Upg_Greave"
- Name: "Reinforcement Greaves"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 32
- Slots: 1
- Job: 0x00004080
- Loc: 64
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2462
- AegisName: "Sleipnir_C"
- Name: "Ephemeral Sleipnir"
- Type: 5
- Buy: 20
- Def: 40
- Loc: 64
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bUnbreakableShoes,0;
- bonus bMdef,10;
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,20;
- bonus bSPrecovRate,15;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 2463
- AegisName: "Feral_Boots"
- Name: "Feral Boots"
- Type: 5
- Buy: 20
- Def: 12
- Loc: 64
- EquipLv: 75
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2464
- AegisName: "No_Fear_Shoes"
- Name: "NoFear Shoes"
- Type: 5
- Buy: 0
- Def: 6
- Loc: 64
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bUnbreakableShoes,0;
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,5;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2465
- AegisName: "Dance_Shoes"
- Name: "Dance Shoes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 15
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 64
- EquipLv: 105
- Script: <"
- bonus bAgi,1;
- bonus bAspdRate,2;
- bonus2 bSkillUseSP,WA_SWING_DANCE,32;
- ">
-},
-{
- Id: 2466
- AegisName: "Training_Shoes"
- Name: "Training Shoes"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 64
-},
-{
- Id: 2467
- AegisName: "Golden_Rod_Shoes"
- Name: "Golden Rod Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 12
- Job: 0x00000200
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMdef,2;
- bonus bMaxHP,500;
- bonus2 bSubEle,Ele_Wind,15;
- ">
-},
-{
- Id: 2468
- AegisName: "Aqua_Shoes"
- Name: "Aqua Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 12
- Job: 0x00000200
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMdef,2;
- bonus bMaxHP,500;
- bonus2 bSubEle,Ele_Water,15;
- ">
-},
-{
- Id: 2469
- AegisName: "Crimson_Shoes"
- Name: "Crimson Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 12
- Job: 0x00000200
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMdef,2;
- bonus bMaxHP,500;
- bonus2 bSubEle,Ele_Fire,15;
- ">
-},
-{
- Id: 2470
- AegisName: "Forest_Shoes"
- Name: "Forest Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 12
- Job: 0x00000200
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMdef,2;
- bonus bMaxHP,500;
- bonus2 bSubEle,Ele_Earth,15;
- ">
-},
-{
- Id: 2471
- AegisName: "Shoes_Of_Affection"
- Name: "Shoes Of Affection"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 12
- Job: 0x00000100
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMaxHP,500;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Formless,-10;
- bonus2 bAddRaceTolerance,RC_Undead,-10;
- bonus2 bAddRaceTolerance,RC_Brute,-10;
- bonus2 bAddRaceTolerance,RC_Plant,-10;
- bonus2 bAddRaceTolerance,RC_Insect,-10;
- bonus2 bAddRaceTolerance,RC_Fish,-10;
- bonus2 bAddRaceTolerance,RC_Demon,-10;
- bonus2 bAddRaceTolerance,RC_Angel,-10;
- bonus2 bAddRaceTolerance,RC_Dragon,-10;
- ">
-},
-{
- Id: 2472
- AegisName: "Shoes_Of_Judgement"
- Name: "Shoes Of Judgement"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 12
- Job: 0x00000100
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus2 bSkillAtk,AB_JUDEX,30;
- bonus2 bSkillUseSP,AB_JUDEX,-40;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 2473
- AegisName: "Para_Team_Boots4"
- Name: "Eden Group Boots IV"
- Type: 5
- Buy: 0
- Def: 20
- Loc: 64
- EquipLv: 60
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bVit,1;
- bonus bHPrecovRate,28;
- bonus bSPrecovRate,12;
- ">
-},
-{
- Id: 2474
- AegisName: "Lehmannza_Shoes"
- Name: "Lehmannza Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Loc: 64
- EquipLv: 60
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2475
- AegisName: "Ur_Greave"
- Name: "Ur's Greaves"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 32
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMaxSP,40;
- if(getequiprefinerycnt(EQI_SHOES)>7) bonus bMaxHPrate,getequiprefinerycnt(EQI_SHOES)-7;
- ">
-},
-{
- Id: 2476
- AegisName: "Peuz_Greave"
- Name: "Peuz's Greaves"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 32
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMaxSP,40;
- bonus bAgi,-7+min(getequiprefinerycnt(EQI_SHOES),8);
- ">
-},
-{
- Id: 2477
- AegisName: "Sabah_Shoes"
- Name: "Sapha Shoes"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 18
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bMaxSP,30;
- bonus bLuk,3;
- ">
-},
-{
- Id: 2478
- AegisName: "Nab_Shoes"
- Name: "Nab Shoes"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 18
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bFlee,3;
- bonus bInt,2;
- ">
-},
-{
- Id: 2479
- AegisName: "White_Wing_Boots"
- Name: "White Wing Boots"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 18
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bAgi,2;
- bonus2 bSkillUseSP,RA_AIMEDBOLT,10;
- ">
-},
-{
- Id: 2480
- AegisName: "Black_Wing_Boots"
- Name: "Black Wing Boots"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 18
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus bInt,2;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2481
- AegisName: "Rune_Boots"
- Name: "Rune Boots"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 64
-},
-{
- Id: 2482
- AegisName: "Shoes_Of_Valor"
- Name: "Shoes Of Valor"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 64
- Refine: false
-},
-{
- Id: 2483
- AegisName: "Siege_Greave"
- Name: "WoE Greave"
- Type: 5
- Buy: 10
- Weight: 750
- Def: 30
- Slots: 1
- Job: 0x000444A2
- Loc: 64
- EquipLv: 95
- Script: <"
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_Player,2;
- ">
-},
-{
- Id: 2484
- AegisName: "Siege_Boots"
- Name: "WoE Boots"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 20
- Slots: 1
- Job: 0x236E5CEA
- Loc: 64
- EquipLv: 95
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_Player,1;
- ">
-},
-{
- Id: 2485
- AegisName: "Siege_Shoes"
- Name: "WoE Shoes"
- Type: 5
- Buy: 10
- Weight: 350
- Def: 15
- Slots: 1
- Job: 0x00818315
- Loc: 64
- EquipLv: 95
- Script: <"
- bonus bMdef,10;
- bonus2 bAddRaceTolerance,RC_Player,1;
- ">
-},
-{
- Id: 2486
- AegisName: "Shadow_Walk_"
- Name: "Shadow Walker"
- Type: 5
- Buy: 20
- Weight: 2000
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 75
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2487
- AegisName: "Vital_Tree_Shoes_"
- Name: "Sephiroth's Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 16
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 64
- EquipLv: 60
- Script: <"
- bonus bVit,2;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2488
- AegisName: "Fricco_Shoes_"
- Name: "Freyja Boots"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 12
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 65
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2489
- AegisName: "Vidar's_Boots_"
- Name: "Vidar's Boots"
- Type: 5
- Buy: 30000
- Weight: 650
- Def: 13
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 65
-},
-{
- Id: 2491
- AegisName: "Bangungot_Boots"
- Name: "Bangungot Boots of Nightmare"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 10
- Loc: 64
- Script: <"
- bonus bMdef,getrefine();
- if(getrefine()>=14) {
- bonus bSpeedRate,25;
- }
- ">
-},
-{
- Id: 2492
- AegisName: "Bayani_Bangungot_Boots"
- Name: "Bangungot Boots(Bayani)"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 10
- Slots: 1
- Loc: 64
- Script: <"
- bonus bMdef,getrefine();
- if(getrefine()>=12) {
- bonus bSpeedRate,25;
- }
- ">
-},
-{
- Id: 2493
- AegisName: "Goibne's_Combat_Boots_"
- Name: "Goibne's Greaves"
- Type: 5
- Buy: 30000
- Weight: 700
- Def: 13
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 64
- EquipLv: 54
- Script: <"
- bonus bMdef,3;
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2494
- AegisName: "Chrystal_Pumps_"
- Name: "Crystal Pumps"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Job: 0xFFFFFFFE
- Gender: 0
- Loc: 64
- Script: <"
- bonus bMdef,10;
- bonus bLuk,5;
- ">
-},
-{
- Id: 2495
- AegisName: "Egir_Shoes"
- Name: "Aegir Shoes"
- Type: 5
- Buy: 200000
- Weight: 300
- Def: 13
- Slots: 1
- Loc: 64
- EquipLv: 110
- Script: <"
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,BaseLevel*5;
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,JobLevel*2;
- ">
-},
-{
- Id: 2496
- AegisName: "TE_WoE_Shoes"
- Name: "TE WoE Shoes"
- Type: 5
- Buy: 20
- Def: 5
- Loc: 64
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMaxSP,150;
- bonus2 bAddRace,RC_Player,5;
- bonus2 bMagicAddRace,RC_Player,5;
- bonus2 bResEff,Eff_Freeze,2500;
- ">
-},
-{
- Id: 2497
- AegisName: "TE_WoE_Boots"
- Name: "TE WoE Boots"
- Type: 5
- Buy: 20
- Def: 10
- Job: 0x00004082
- Loc: 64
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,200;
- bonus bMaxSP,100;
- bonus2 bAddRace,RC_Player,10;
- bonus2 bResEff,Eff_Freeze,2500;
- ">
-},
-{
- Id: 2498
- AegisName: "TE_WoE_Magic_Sandals"
- Name: "TE WoE Magic Sandals"
- Type: 5
- Buy: 20
- Def: 5
- Job: 0x00818315
- Loc: 64
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bMaxHP,100;
- bonus bMaxSP,200;
- bonus2 bMagicAddRace,RC_Player,5;
- bonus2 bResEff,Eff_Freeze,2500;
- ">
-},
-{
- Id: 2499
- AegisName: "Temporal_Boots"
- Name: "Temporal Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Loc: 64
- EquipLv: 10
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- ">
-},
-// Garments
-// ===================================================================
-{
- Id: 2501
- AegisName: "Hood"
- Name: "Hood"
- Type: 5
- Buy: 1000
- Weight: 200
- Def: 4
- Loc: 4
-},
-{
- Id: 2502
- AegisName: "Hood_"
- Name: "Hood"
- Type: 5
- Buy: 1000
- Weight: 200
- Def: 4
- Slots: 1
- Loc: 4
-},
-{
- Id: 2503
- AegisName: "Muffler"
- Name: "Muffler"
- Type: 5
- Buy: 5000
- Weight: 400
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 4
-},
-{
- Id: 2504
- AegisName: "Muffler_"
- Name: "Muffler"
- Type: 5
- Buy: 5000
- Weight: 400
- Def: 8
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
-},
-{
- Id: 2505
- AegisName: "Manteau"
- Name: "Manteau"
- Type: 5
- Buy: 32000
- Weight: 600
- Def: 13
- Job: 0x006654E2
- Loc: 4
-},
-{
- Id: 2506
- AegisName: "Manteau_"
- Name: "Manteau"
- Type: 5
- Buy: 32000
- Weight: 600
- Def: 13
- Slots: 1
- Job: 0x006654E2
- Loc: 4
-},
-{
- Id: 2507
- AegisName: "Cape_Of_Ancient_Lord"
- Name: "Ancient Cape"
- Type: 5
- Buy: 82000
- Weight: 600
- Def: 9
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 40
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2508
- AegisName: "Ragamuffin_Cape"
- Name: "Ragamuffin Manteau"
- Type: 5
- Buy: 56000
- Weight: 500
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 4
- Script: <"
- bonus bUnbreakableGarment,0;
- bonus bMdef,10;
- ">
-},
-{
- Id: 2509
- AegisName: "Clack_Of_Servival"
- Name: "Survivor's Manteau"
- Type: 5
- Buy: 20000
- Weight: 550
- Def: 10
- Job: 0x00810204
- Loc: 4
- EquipLv: 75
- Script: <"
- bonus bMdef,5;
- bonus bVit,10;
- ">
-},
-{
- Id: 2510
- AegisName: "Novice_Hood"
- Name: "Somber Novice Hood"
- Type: 5
- Buy: 1
- Weight: 1
- Def: 4
- Job: 0x00000001
- Upper: 47
- Loc: 4
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubEle,Ele_Neutral,20; ">
-},
-{
- Id: 2511
- AegisName: "Skeleton's_Cape"
- Name: "Skeleton Manteau"
- Type: 5
- Buy: 5000
- Weight: 700
- Def: 13
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 75
- Script: <"
- bonus bStr,2;
- bonus bInt,-3;
- bonus bDex,2;
- bonus bVit,-3;
- bonus bLuk,2;
- bonus bAgi,-4;
- ">
-},
-{
- Id: 2512
- AegisName: "Novice_Manteau"
- Name: "Novice Manteau"
- Type: 5
- Buy: 50000
- Weight: 500
- Def: 7
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 4
- EquipLv: 40
- Script: <" bonus2 bSubEle,Ele_Neutral,10; ">
-},
-{
- Id: 2513
- AegisName: "Celestial_Robe"
- Name: "Heavenly Maiden Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 18
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 80
-},
-{
- Id: 2514
- AegisName: "Pauldron"
- Name: "Pauldron"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 25
- Slots: 1
- Job: 0x000654E2
- Loc: 4
- EquipLv: 80
-},
-{
- Id: 2515
- AegisName: "Wing_Of_Eagle"
- Name: "Eagle Wing"
- Type: 5
- Buy: 20000
- Weight: 300
- Def: 12
- Slots: 1
- Job: 0x00810204
- Loc: 4
- EquipLv: 85
-},
-{
- Id: 2516
- AegisName: "Falcon_Robe"
- Name: "Falcon Muffler"
- Type: 5
- Buy: 30000
- Weight: 400
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 65
- Script: <"
- bonus bFlee,15;
- bonus bFlee2,5;
- ">
-},
-{
- Id: 2517
- AegisName: "Vali's_Manteau"
- Name: "Vali's Manteau"
- Type: 5
- Buy: 30000
- Weight: 600
- Def: 13
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 65
- Script: <" bonus2 bSubEle,Ele_Neutral,15; ">
-},
-{
- Id: 2518
- AegisName: "Morpheus's_Shawl"
- Name: "Morpheus's Shawl"
- Type: 5
- Buy: 30000
- Weight: 600
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 33
- Script: <"
- bonus bMaxSPrate,10;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2519
- AegisName: "Morrigane's_Manteau"
- Name: "Morrigane's Manteau"
- Type: 5
- Buy: 30000
- Weight: 600
- Def: 9
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 61
- Script: <"
- bonus bLuk,2;
- bonus bFlee2,8;
- ">
-},
-{
- Id: 2520
- AegisName: "Goibne's_Shoulder_Arms"
- Name: "Goibne's Spaulders"
- Type: 5
- Buy: 30000
- Weight: 700
- Def: 11
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 54
- Script: <"
- bonus bLongAtkDef,10;
- bonus bMdef,2;
- bonus bVit,1;
- ">
-},
-{
- Id: 2521
- AegisName: "Angel's_Warmth"
- Name: "Angelic Cardigan"
- Type: 5
- Buy: 10000
- Weight: 400
- Def: 6
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 4
- EquipLv: 20
- Script: <" bonus bHPrecovRate,5; ">
-},
-{
- Id: 2522
- AegisName: "Undershirt"
- Name: "Undershirt"
- Type: 5
- Buy: 20000
- Weight: 150
- Def: 5
- Loc: 4
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2523
- AegisName: "Undershirt_"
- Name: "Undershirt"
- Type: 5
- Buy: 20000
- Weight: 150
- Def: 5
- Slots: 1
- Loc: 4
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2524
- AegisName: "Valkyrie_Manteau"
- Name: "Valkyrian Manteau"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 10
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- Script: <"
- bonus bUnbreakableGarment,0;
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2);
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2);
- ">
-},
-{
- Id: 2525
- AegisName: "Cape_Of_Ancient_Lord_"
- Name: "Ancient Cape"
- Type: 5
- Buy: 82000
- Weight: 600
- Def: 9
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 40
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2526
- AegisName: "Dragon_Scale_Coat"
- Name: "Coat of Dragon Scale"
- Type: 5
- Buy: 20
- Weight: 10
- Def: 14
- Loc: 4
- EquipLv: 50
- Script: <" bonus bMaxHP,300; ">
-},
-{
- Id: 2527
- AegisName: "Dragon_Breath"
- Name: "Dragon Breath"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 16
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 48
- Script: <" bonus2 bAddRaceTolerance,RC_Dragon,15; ">
-},
-{
- Id: 2528
- AegisName: "Wool_Scarf"
- Name: "Wool Scarf"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 11
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 55
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2529
- AegisName: "Rider_Insignia"
- Name: "Rider Insignia"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 13
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 55
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2530
- AegisName: "Rider_Insignia_"
- Name: "Rider Insignia"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 13
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 55
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2531
- AegisName: "Ulfhedinn"
- Name: "Ulfhedinn"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 13
- Slots: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 4
- EquipLv: 70
- Script: <" bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20; ">
-},
-{
- Id: 2532
- AegisName: "Mithril_Magic_Cape"
- Name: "Mithril Magic Cape"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 8
- Slots: 1
- Job: 0x00098B1C
- Upper: 58
- Loc: 4
- EquipLv: 70
- Script: <"
- bonus bMdef,3;
- bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;
- ">
-},
-{
- Id: 2533
- AegisName: "Freyja_Cape"
- Name: "Freyja Cape"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 4
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,15; ">
-},
-{
- Id: 2534
- AegisName: "Ruffler"
- Name: "Ruffler"
- Type: 5
- Buy: 20
- Def: 10
- Loc: 4
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Neutral,17;
- bonus bFlee,17;
- ">
-},
-{
- Id: 2535
- AegisName: "Cloak_Of_Survival_C"
- Name: "Cloak Of Survival"
- Type: 5
- Buy: 1
- Def: 17
- Job: 0x00810204
- Loc: 4
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,10;
- bonus bMdef,10;
- ">
-},
-{
- Id: 2536
- AegisName: "Skin_Of_Ventus"
- Name: "Skin of Ventus"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 7
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 60
- Script: <"
- bonus bMdef,2;
- bonus bMaxHP,200;
- bonus bFlee,10;
- ">
-},
-{
- Id: 2537
- AegisName: "Diabolus_Manteau"
- Name: "Diabolus Manteau"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 15
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Neutral,5;
- bonus bMaxHP,100;
- bonus2 bAddDamageClass,1916,10;
- bonus2 bAddDamageClass,1917,10;
- ">
-},
-{
- Id: 2538
- AegisName: "Commander_Manteau"
- Name: "Captain's Manteau"
- Type: 5
- Buy: 10
- Def: 28
- Slots: 1
- Job: 0x226654E2
- Loc: 4
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2539
- AegisName: "Commander_Manteau_"
- Name: "Commander's Manteau"
- Type: 5
- Buy: 10
- Def: 20
- Slots: 1
- Job: 0x00898B1C
- Loc: 4
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2540
- AegisName: "Sheriff_Manteau"
- Name: "Sheriff's Manteau"
- Type: 5
- Buy: 10
- Def: 20
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 4
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2541
- AegisName: "Asprika"
- Name: "Asprika"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 40
- Loc: 4
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bMdef,5;
- bonus3 bSubEle,Ele_Neutral,30,BF_SHORT;
- bonus3 bSubEle,Ele_Water,30,BF_SHORT;
- bonus3 bSubEle,Ele_Earth,30,BF_SHORT;
- bonus3 bSubEle,Ele_Fire,30,BF_SHORT;
- bonus3 bSubEle,Ele_Wind,30,BF_SHORT;
- bonus3 bSubEle,Ele_Poison,30,BF_SHORT;
- bonus3 bSubEle,Ele_Holy,30,BF_SHORT;
- bonus3 bSubEle,Ele_Dark,30,BF_SHORT;
- bonus3 bSubEle,Ele_Ghost,30,BF_SHORT;
- bonus3 bSubEle,Ele_Undead,30,BF_SHORT;
- bonus bFlee,30;
- skill AL_TELEPORT,1;
- bonus bUnbreakableGarment,0;
- ">
-},
-{
- Id: 2542
- AegisName: "Flame_Manteau"
- Name: "Flame Manteau of Naght Sieger"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 16
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 70
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMdef,2;
- bonus bMatkRate,1;
- bonus2 bAddEle,Ele_Fire,2;
- ">
-},
-{
- Id: 2543
- AegisName: "Sylphid_Manteau"
- Name: "Sylphid Manteau"
- Type: 5
- Buy: 20
- Def: 33
- Loc: 4
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bFlee,13;
- bonus2 bSubEle,Ele_Neutral,13;
- bonus bFlee2,1;
- ">
-},
-{
- Id: 2544
- AegisName: "Leather_Of_Tendrilion"
- Name: "Leather of Tendrilion"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 14
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bAddRaceTolerance,RC_Plant,5;
- bonus2 bAddRaceTolerance,RC_Brute,5;
- ">
-},
-{
- Id: 2545
- AegisName: "Musika"
- Name: "Musika"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Job: 0x00000100
- Upper: 58
- Loc: 4
- EquipLv: 70
- Script: <"
- bonus bMdef,3;
- bonus3 bAutoSpellWhenHit,AL_HEAL,max(getskilllv(AL_HEAL),1),20;
- ">
-},
-{
- Id: 2546
- AegisName: "Beach_Manteau"
- Name: "Beach Manteau"
- Type: 5
- Buy: 20
- Weight: 600
- Slots: 1
- Loc: 4
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 2547
- AegisName: "Cheap_Running_Shirts"
- Name: "Cheap Undershirt"
- Type: 5
- Buy: 0
- Def: 11
- Loc: 4
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Neutral,10;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2548
- AegisName: "Muffler_C"
- Name: "Neo Muffler"
- Type: 5
- Buy: 0
- Def: 22
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 95
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,10;
- bonus bMaxHPrate,10;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- ">
-},
-{
- Id: 2549
- AegisName: "Krieger_Muffler1"
- Name: "Glorious Muffler"
- Type: 5
- Buy: 20
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 2550
- AegisName: "Fisher's_Muffler"
- Name: "Fisher's Muffler"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 4
-},
-{
- Id: 2551
- AegisName: "Rider_Insignia_M"
- Name: "Crest of the Rider"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 55
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2552
- AegisName: "Mithril_Magic_Cape_M"
- Name: "Mithril Magic Manteau"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: 0x00098B1C
- Upper: 58
- Loc: 4
- EquipLv: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;
- ">
-},
-{
- Id: 2553
- AegisName: "Dragon_Manteau"
- Name: "Dragon Manteau"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 14
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- Script: <"
- bonus bAgi,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2554
- AegisName: "Piece_Of_Angent_Skin"
- Name: "Nidhoggur's Shadow Garb"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 25
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 4
- EquipLv: 90
- Script: <"
- bonus2 bSubEle,Ele_Neutral,7;
- bonus2 bSubEle,Ele_Water,7;
- bonus2 bSubEle,Ele_Earth,7;
- bonus2 bSubEle,Ele_Fire,7;
- bonus2 bSubEle,Ele_Wind,7;
- bonus2 bSubEle,Ele_Poison,7;
- bonus2 bSubEle,Ele_Holy,7;
- bonus2 bSubEle,Ele_Dark,7;
- bonus2 bSubEle,Ele_Ghost,7;
- bonus2 bSubEle,Ele_Undead,7;
- bonus bMaxSP,(BaseLevel/3)+(getrefine()*10);
- bonus3 bSPDrainRate,10,1,0;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2555
- AegisName: "Freyja_SScarf7"
- Name: "Freya Soul Scarf"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 4
- Loc: 4
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bFlee,15;
- bonus2 bSubEle,Ele_Neutral,15;
- ">
-},
-{
- Id: 2556
- AegisName: "Freyja_SScarf30"
- Name: "Freya Soul Scarf"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 4
- Loc: 4
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bFlee,15;
- bonus2 bSubEle,Ele_Neutral,15;
- ">
-},
-{
- Id: 2557
- AegisName: "Freyja_SScarf60"
- Name: "Freya Soul Scarf"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 4
- Loc: 4
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bFlee,15;
- bonus2 bSubEle,Ele_Neutral,15;
- ">
-},
-{
- Id: 2558
- AegisName: "Freyja_SScarf90"
- Name: "Freya Soul Scarf"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 4
- Loc: 4
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bFlee,15;
- bonus2 bSubEle,Ele_Neutral,15;
- ">
-},
-{
- Id: 2559
- AegisName: "Time_Keepr_Manteau"
- Name: "Guardian Manteau"
- Type: 5
- Buy: 0
- Def: 9
- Loc: 4
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,1;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Neutral,10;
- ">
-},
-{
- Id: 2560
- AegisName: "Para_Team_Manteau"
- Name: "Eden Group Manteau"
- Type: 5
- Buy: 0
- Def: 14
- Loc: 4
- EquipLv: 12
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubEle,Ele_Neutral,10; ">
-},
-{
- Id: 2561
- AegisName: "Upg_Hood"
- Name: "Reinforcement Hood"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 9
- Slots: 1
- Loc: 4
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2562
- AegisName: "Upg_Muffler"
- Name: "Reinforcement Muffler"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 13
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2563
- AegisName: "Upg_Manteau"
- Name: "Reinforcement Manteau"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 18
- Slots: 1
- Job: 0x006654E2
- Loc: 4
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 2564
- AegisName: "Feral_Tail"
- Name: "Feral Tail"
- Type: 5
- Buy: 20
- Def: 16
- Loc: 4
- EquipLv: 75
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2565
- AegisName: "Beach_Towel"
- Name: "Beach Towel"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 4
- Script: <"
- bonus bMdef,3;
- bonus bFlee,7;
- ">
-},
-{
- Id: 2566
- AegisName: "Half_Asprika"
- Name: "Asprika (Trial Version)"
- Type: 5
- Buy: 20
- Def: 20
- Loc: 4
- EquipLv: 47
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,2;
- bonus3 bSubEle,Ele_Neutral,15,BF_SHORT;
- bonus3 bSubEle,Ele_Water,15,BF_SHORT;
- bonus3 bSubEle,Ele_Earth,15,BF_SHORT;
- bonus3 bSubEle,Ele_Fire,15,BF_SHORT;
- bonus3 bSubEle,Ele_Wind,15,BF_SHORT;
- bonus3 bSubEle,Ele_Poison,15,BF_SHORT;
- bonus3 bSubEle,Ele_Holy,15,BF_SHORT;
- bonus3 bSubEle,Ele_Dark,15,BF_SHORT;
- bonus3 bSubEle,Ele_Ghost,15,BF_SHORT;
- bonus3 bSubEle,Ele_Undead,15,BF_SHORT;
- bonus bFlee,15;
- skill AL_TELEPORT,1;
- bonus bUnbreakableGarment,0;
- ">
-},
-{
- Id: 2567
- AegisName: "Academy_Manteau"
- Name: "Academy Manteau"
- Type: 5
- Buy: 0
- Weight: 600
- Def: 3
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 4
-},
-{
- Id: 2568
- AegisName: "Muffler_Of_Roki"
- Name: "Loki's Muffler"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 10
- Loc: 4
- EquipLv: 100
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableGarment,0;
- bonus bAgi,1;
- bonus2 bSkillAtk,GC_CROSSIMPACT,5;
- ">
-},
-{
- Id: 2569
- AegisName: "Shawl_Of_Affection"
- Name: "Shawl Of Affection"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 12
- Job: 0x00000100
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bFlee2,5;
- bonus5 bAutoSpellWhenHit,AB_RENOVATIO,1,30,BF_WEAPON,0;
- bonus5 bAutoSpellWhenHit,AB_RENOVATIO,1,40,BF_MAGIC,0;
- ">
-},
-{
- Id: 2570
- AegisName: "Shawl_Of_Judgement"
- Name: "Shawl Of Judgement"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 12
- Job: 0x00000100
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bFlee,5;
- .@val = max(getskilllv(AB_ORATIO), 2);
- bonus5 bAutoSpellWhenHit,AB_ORATIO,.@val,30,BF_WEAPON,0;
- bonus5 bAutoSpellWhenHit,AB_ORATIO,.@val,40,BF_MAGIC,0;
- ">
-},
-{
- Id: 2571
- AegisName: "Para_Team_Manteau2"
- Name: "Eden Group Manteau II"
- Type: 5
- Buy: 0
- Def: 18
- Loc: 4
- EquipLv: 60
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bFlee,12;
- bonus2 bSubEle,Ele_Neutral,10;
- ">
-},
-{
- Id: 2572
- AegisName: "Katabart_Sholder"
- Name: "Katabart Sholder"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 4
- Loc: 4
- EquipLv: 70
-},
-{
- Id: 2573
- AegisName: "Archangel_Wing"
- Name: "Eternal Wings"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 18
- Slots: 1
- Loc: 4
- View: 1
-},
-{
- Id: 2574
- AegisName: "Ur_Manteau"
- Name: "Ur's Manteau"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Job: 0x00000080
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bMaxHPrate,2;
- bonus2 bSubEle,Ele_Neutral,10;
- ">
-},
-{
- Id: 2575
- AegisName: "Peuz_Manteau"
- Name: "Peuz's Manteau"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 16
- Job: 0x00000080
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bFlee,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 2576
- AegisName: "Bravery_Bag"
- Name: "Heroic Backpack"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 20
- Slots: 1
- Loc: 4
- View: 2
- Script: <"
- skill BS_GREED,1;
- if(getrefine()>6) {
- if(readparam(bStr)>=90) {
- bonus bBaseAtk,20;
- }
- if(readparam(bInt)>=90) {
- bonus bMatk,30;
- }
- if(readparam(bVit)>=90) {
- bonus2 bSubEle,Ele_Neutral,10;
- }
- if(readparam(bAgi)>=90) {
- bonus bAspdRate,8;
- }
- if(readparam(bDex)>=90) {
- bonus bLongAtkRate,5;
- }
- if(readparam(bLuk)>=90) {
- bonus bCritAtkRate,10;
- }
- }
- if(getrefine()>8) {
- if(readparam(bStr)>=90) {
- bonus bBaseAtk,10;
- }
- if(readparam(bInt)>=90) {
- bonus bMatk,20;
- }
- if(readparam(bVit)>=90) {
- bonus2 bSubEle,Ele_Neutral,5;
- }
- if(readparam(bAgi)>=90) {
- bonus bAspd,1;
- }
- if(readparam(bDex)>=90) {
- bonus bLongAtkRate,5;
- }
- if(readparam(bLuk)>=90) {
- bonus bCritAtkRate,5;
- }
- }
- ">
-},
-{
- Id: 2577
- AegisName: "Sabah_Hood"
- Name: "Sapha Hood"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 13
- Job: 0x00001000
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bFlee,12;
- bonus bCritical,getrefine();
- ">
-},
-{
- Id: 2578
- AegisName: "Nab_Hood"
- Name: "Nab Hood"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 13
- Job: 0x00001000
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bFlee,getrefine()*2;
- bonus bBaseAtk,getrefine()*2;
- ">
-},
-{
- Id: 2579
- AegisName: "Magic_Stole"
- Name: "Magic Stall"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Slots: 1
- Loc: 4
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2580
- AegisName: "White_Wing_Manteau"
- Name: "White Wing Manteau"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 15
- Job: 0x00000800
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bAgi,2;
- bonus bFlee,10;
- autobonus2 "{ bonus bFlee,20; }",10,7000,BF_LONG,"{ specialeffect2 EF_WIND; }";
- ">
-},
-{
- Id: 2581
- AegisName: "Black_Wing_Manteau"
- Name: "Black Wing Manteau"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 15
- Job: 0x00000800
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bInt,2;
- if(getequiprefinerycnt(EQI_GARMENT)>6) bonus bFlee2,getequiprefinerycnt(EQI_GARMENT)-6;
- ">
-},
-{
- Id: 2582
- AegisName: "Salvage_Cape"
- Name: "Salvage Cape"
- Type: 5
- Buy: 56000
- Weight: 400
- Def: 1
- Job: 0x00000300
- Upper: 56
- Loc: 4
- EquipLv: 130
- Script: <"
- skill NJ_UTSUSEMI,1;
- bonus2 bSkillCooldown,NJ_UTSUSEMI,30000;
- bonus bUseSPrate,100;
- ">
- OnUnequipScript: <" heal 0,-1200; ">
-},
-{
- Id: 2583
- AegisName: "Holy_Cape"
- Name: "Holy Cape"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 4
- EquipLv: 50
- Script: <"
- bonus bDex,-5;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2584
- AegisName: "Wanderer_Outer"
- Name: "Coat Of Wandering"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Slots: 1
- Loc: 4
-},
-{
- Id: 2585
- AegisName: "Muffler_Of_Valor"
- Name: "Muffler Of Valor"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 4
- Refine: false
-},
-{
- Id: 2586
- AegisName: "Siege_Manteau"
- Name: "WoE Manteau"
- Type: 5
- Buy: 10
- Weight: 600
- Def: 32
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 95
- Script: <"
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_Player,2;
- ">
-},
-{
- Id: 2587
- AegisName: "Siege_Muffler"
- Name: "WoE Muffler"
- Type: 5
- Buy: 10
- Weight: 400
- Def: 15
- Slots: 1
- Loc: 4
- EquipLv: 95
- Script: <"
- bonus bMdef,10;
- bonus2 bAddRaceTolerance,RC_Player,2;
- ">
-},
-{
- Id: 2588
- AegisName: "Ragamuffin_Cape_"
- Name: "Rag mantle"
- Type: 5
- Buy: 56000
- Weight: 500
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 40
- Script: <"
- bonus bUnbreakableGarment,0;
- bonus bMdef,10;
- ">
-},
-{
- Id: 2589
- AegisName: "Fallen_Angel_Wing"
- Name: "Fallen Angel Wing"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 18
- Slots: 1
- Loc: 4
- View: 3
- Script: <"
- bonus bAllStats,1;
- bonus bAtk,readparam(bStr)/20;
- bonus bMatk,readparam(bInt)/20;
- bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20;
- bonus bAspdRate,readparam(bAgi)/20;
- bonus bLongAtkRate,readparam(bDex)/20;
- bonus bCritAtkRate,readparam(bLuk)/20;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 2590
- AegisName: "Buwaya_Cloth"
- Name: "Buwaya Sack Cloth"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 8
- Loc: 4
- Script: <"
- bonus bHealPower2,getrefine()/3;
- bonus bAddItemHealRate,getrefine()/3;
- bonus2 bSubEle,Ele_Water,10;
- bonus2 bSubEle,Ele_Wind,10;
- bonus2 bSubEle,Ele_Earth,10;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 2591
- AegisName: "Bayani_Buwaya_Cloth"
- Name: "Buwaya Sack Cloth(Bayani)"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 8
- Slots: 1
- Loc: 4
- Script: <"
- bonus bHealPower2,getrefine();
- bonus bAddItemHealRate,getrefine();
- bonus2 bSubEle,Ele_Water,10;
- bonus2 bSubEle,Ele_Wind,10;
- bonus2 bSubEle,Ele_Earth,10;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 2592
- AegisName: "Boss_Brownie_Manteau"
- Name: "Cloak of Domovoi"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 4
- EquipLv: 50
-},
-{
- Id: 2593
- AegisName: "Froid_Manteau"
- Name: "Froid Manteau"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 20
- Slots: 1
- Loc: 4
- EquipLv: 65
-},
-{
- Id: 2594
- AegisName: "Wrapping_Manteau"
- Name: "Furoshiki Cloak"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 4
-},
-{
- Id: 2596
- AegisName: "Sharel_Manteau"
- Name: "Sharel Manteau"
- Type: 5
- Weight: 700
- Def: 20
- Slots: 1
- Loc: 4
- EquipLv: 65
- Script: <"
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bAddRaceTolerance,RC_Demon,5;
- ">
-},
-{
- Id: 2597
- AegisName: "Bloody_Muffler"
- Name: "Bloody Muffler"
- Type: 5
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 4
- EquipLv: 50
- Script: <" bonus bCritAtkRate,3; ">
-},
-{
- Id: 2599
- AegisName: "Goibne's_Shoulder_Arms_"
- Name: "Goibne's Spaulders"
- Type: 5
- Buy: 30000
- Weight: 700
- Def: 11
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 4
- EquipLv: 54
- Script: <"
- bonus bLongAtkDef,10;
- bonus bMdef,2;
- bonus bVit,1;
- ">
-},
-// Accessories
-// ===================================================================
-{
- Id: 2601
- AegisName: "Ring"
- Name: "Ring"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 2602
- AegisName: "Earring"
- Name: "Earring"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2603
- AegisName: "Necklace"
- Name: "Necklace"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 2604
- AegisName: "Glove"
- Name: "Glove"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 2605
- AegisName: "Brooch"
- Name: "Brooch"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2607
- AegisName: "Clip"
- Name: "Clip"
- Type: 5
- Buy: 30000
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus bMaxSP,10; ">
-},
-{
- Id: 2608
- AegisName: "Rosary"
- Name: "Rosary"
- Type: 5
- Buy: 15000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMdef,5;
- bonus bLuk,2;
- ">
-},
-{
- Id: 2609
- AegisName: "Skul_Ring"
- Name: "Skull Ring"
- Type: 5
- Buy: 10000
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2610
- AegisName: "Gold_Ring"
- Name: "Gold Ring"
- Type: 5
- Buy: 30000
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2611
- AegisName: "Silver_Ring"
- Name: "Silver Ring"
- Type: 5
- Buy: 20000
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2612
- AegisName: "Flower_Ring"
- Name: "Flower Ring"
- Type: 5
- Buy: 1500
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2613
- AegisName: "Diamond_Ring"
- Name: "Diamond Ring"
- Type: 5
- Buy: 45000
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2614
- AegisName: "An_Eye_Of_Dullahan"
- Name: "Eye of Dullahan"
- Type: 5
- Buy: 90000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 50
- Refine: false
- Script: <"
- bonus2 bResEff,Eff_Poison,10000;
- bonus2 bAddRaceTolerance,RC_Undead,4;
- bonus2 bAddRaceTolerance,RC_Demon,4;
- ">
-},
-{
- Id: 2615
- AegisName: "Safety_Ring"
- Name: "Safety Ring"
- Type: 5
- Buy: 75000
- Weight: 100
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 40
- Refine: false
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2616
- AegisName: "Critical_Ring"
- Name: "Critical Ring"
- Type: 5
- Buy: 75000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 40
- Refine: false
- Script: <" bonus bCritical,5; ">
-},
-{
- Id: 2617
- AegisName: "Mitten_Of_Presbyter"
- Name: "Celebrant's Mitten"
- Type: 5
- Buy: 2
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 35
- Refine: false
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2618
- AegisName: "Matyr's_Flea_Guard"
- Name: "Matyr's Leash"
- Type: 5
- Buy: 2
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 35
- Refine: false
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2619
- AegisName: "Thimble_Of_Archer"
- Name: "Bow Thimble"
- Type: 5
- Buy: 10000
- Weight: 100
- Job: 0x00080808
- Loc: 136
- EquipLv: 65
- Refine: false
- Script: <" bonus bLongAtkRate,3; ">
-},
-{
- Id: 2620
- AegisName: "Ring_Of_Rogue"
- Name: "Rogue's Treasure"
- Type: 5
- Buy: 10000
- Weight: 100
- Job: 0x22021040
- Loc: 136
- EquipLv: 70
- Refine: false
- Script: <"
- if(readparam(bStr)>=90) {
- bonus bHit,10;
- bonus bFlee,10;
- }
- if(readparam(bAgi)>=90) {
- bonus bBaseAtk,10;
- bonus bCritical,10;
- }
- ">
-},
-{
- Id: 2621
- AegisName: "Ring_"
- Name: "Ring"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 2622
- AegisName: "Earring_"
- Name: "Earring"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2623
- AegisName: "Necklace_"
- Name: "Necklace"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 2624
- AegisName: "Glove_"
- Name: "Glove"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2625
- AegisName: "Brooch_"
- Name: "Brooch"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2626
- AegisName: "Rosary_"
- Name: "Rosary"
- Type: 5
- Buy: 15000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2627
- AegisName: "Belt"
- Name: "Belt"
- Type: 5
- Buy: 20000
- Weight: 1200
- Slots: 1
- Loc: 136
- EquipLv: 25
- Refine: false
-},
-{
- Id: 2628
- AegisName: "Novice_Armlet"
- Name: "Novice Armlet"
- Type: 5
- Buy: 400
- Weight: 200
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 136
- Refine: false
-},
-{
- Id: 2629
- AegisName: "Magingiorde"
- Name: "Magingiorde"
- Type: 5
- Buy: 20
- Weight: 8000
- Def: 2
- Loc: 136
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bStr,40+BaseLevel/5;
- bonus bMdef,7;
- if(readparam(bStr)>=120) {
- bonus2 bAddRace,RC_Boss,10;
- }
- ">
-},
-{
- Id: 2630
- AegisName: "Brysinggamen"
- Name: "Brysinggamen"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 1
- Loc: 136
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bDex,6;
- bonus bStr,6;
- bonus bAgi,6;
- bonus bVit,6;
- bonus bInt,10;
- bonus bLuk,10;
- bonus bMdef,5;
- bonus bHealPower,6;
- ">
-},
-{
- Id: 2631
- AegisName: "First_Age_Ring"
- Name: "Celebration Ring"
- Type: 5
- Buy: 1
- Weight: 10
- Loc: 136
- Refine: false
-},
-{
- Id: 2632
- AegisName: "Korean_Trinket"
- Name: "Korean Trinket"
- Type: 5
- Buy: 125000
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 65
- Refine: false
- Script: <"
- bonus bVit,1;
- bonus bDex,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2633
- AegisName: "Jade_Ring"
- Name: "Jade Ring"
- Type: 5
- Buy: 204000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 80
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- ">
-},
-{
- Id: 2634
- AegisName: "Bridegroom_Ring"
- Name: "Wedding Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill WE_MALE,1;
- skill WE_FEMALE,1;
- skill WE_CALLPARTNER,1;
- ">
-},
-{
- Id: 2635
- AegisName: "Bride_Ring"
- Name: "Wedding Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill WE_MALE,1;
- skill WE_FEMALE,1;
- skill WE_CALLPARTNER,1;
- ">
-},
-{
- Id: 2636
- AegisName: "Gold_Ring_"
- Name: "Gold Christmas Ring"
- Type: 5
- Buy: 30000
- Weight: 100
- Loc: 136
- Refine: false
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 2637
- AegisName: "Silver_Ring_"
- Name: "Silver Christmas Ring"
- Type: 5
- Buy: 20000
- Weight: 100
- Loc: 136
- Refine: false
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 2638
- AegisName: "Exorcize_Sachet"
- Name: "Sacred Incense"
- Type: 5
- Buy: 20000
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2639
- AegisName: "Purification_Sachet"
- Name: "Occult Incense"
- Type: 5
- Buy: 20000
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2640
- AegisName: "Kafra_Ring"
- Name: "Kafra Ring"
- Type: 5
- Buy: 40000
- Weight: 200
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2641
- AegisName: "Fashionable_Sack"
- Name: "Fashion Hip Sack"
- Type: 5
- Buy: 20
- Weight: 700
- Job: 0x00040420
- Loc: 136
- EquipLv: 50
- Refine: false
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 2642
- AegisName: "Serin's_Gold_Ring"
- Name: "Serin's Gold Ring"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2643
- AegisName: "Serin's_Gold_Ring_"
- Name: "Serin's Gold Ring"
- Type: 5
- Buy: 45000
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2644
- AegisName: "The_Sign_"
- Name: "The Sign"
- Type: 5
- Buy: 2
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus2 bMagicAddRace,RC_NonBoss,5;
- bonus2 bMagicAddRace,RC_Boss,5;
- ">
-},
-{
- Id: 2645
- AegisName: "Moonlight_Ring"
- Name: "Moonlight Ring"
- Type: 5
- Buy: 40000
- Weight: 200
- Job: 0x22021040
- Loc: 136
- EquipLv: 60
- Refine: false
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 2646
- AegisName: "Bunch_Of_Carnation"
- Name: "Bunch of Carnation"
- Type: 5
- Buy: 2
- Weight: 100
- Loc: 136
- Refine: false
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 2647
- AegisName: "Nile_Rose"
- Name: "Nile Rose"
- Type: 5
- Buy: 2
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxHP,10; ">
-},
-{
- Id: 2648
- AegisName: "Morpheus's_Ring"
- Name: "Morpheus's Ring"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 33
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2649
- AegisName: "Morpheus's_Armlet"
- Name: "Morpheus's Bracelet"
- Type: 5
- Buy: 30000
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 33
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2650
- AegisName: "Morrigane's_Belt"
- Name: "Morrigane's Belt"
- Type: 5
- Buy: 30000
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 61
- Refine: false
- Script: <"
- bonus bBaseAtk,5;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2651
- AegisName: "Morrigane's_Pendant"
- Name: "Morrigane's Pendant"
- Type: 5
- Buy: 30000
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 61
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2652
- AegisName: "Cursed_Lucky_Brooch"
- Name: "Goddess of Fortune's Cursed Brooch"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- EquipLv: 40
- Refine: false
- Script: <"
- bonus bCritical,6;
- bonus2 bAddEff2,Eff_Curse,50;
- ">
-},
-{
- Id: 2653
- AegisName: "Sacrifice_Ring"
- Name: "Sacrifice Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- EquipLv: 90
- Refine: false
-},
-{
- Id: 2654
- AegisName: "Shinobi's_Sash"
- Name: "Shinobi Sash"
- Type: 5
- Buy: 20000
- Weight: 300
- Def: 1
- Job: 0x22021040
- Loc: 136
- EquipLv: 30
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2655
- AegisName: "Bloody_Iron_Ball"
- Name: "Bloodied Shackle Ball"
- Type: 5
- Buy: 50000
- Weight: 4000
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
-},
-{
- Id: 2656
- AegisName: "Hyper_Changer"
- Name: "Armor Charm"
- Type: 5
- Buy: 20000
- Weight: 1000
- Job: 0x000654E2
- Loc: 136
- Refine: false
- Script: <" bonus bMaxHP,50; ">
-},
-{
- Id: 2657
- AegisName: "Lab_Passport"
- Name: "Laboratory Permit"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2658
- AegisName: "Nile_Rose_"
- Name: "Nile Rose"
- Type: 5
- Buy: 2
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus bMaxHP,10; ">
-},
-{
- Id: 2659
- AegisName: "Vesper_Core01"
- Name: "Vesper Core 01"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bInt,2;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2660
- AegisName: "Vesper_Core02"
- Name: "Vesper Core 02"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bStr,3;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 2661
- AegisName: "Vesper_Core03"
- Name: "Vesper Core 03"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bAgi,3;
- bonus bFlee,5;
- ">
-},
-{
- Id: 2662
- AegisName: "Vesper_Core04"
- Name: "Vesper Core 04"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bDex,3;
- bonus bHit,10;
- ">
-},
-{
- Id: 2663
- AegisName: "Gauntlet_Of_Accuracy"
- Name: "Gauntlet of Hit"
- Type: 5
- Buy: 20
- Weight: 900
- Loc: 136
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bHit,15;
- bonus bStr,1;
- ">
-},
-{
- Id: 2664
- AegisName: "Scarf_Belt"
- Name: "Belcarf"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bInt,1;
- ">
-},
-{
- Id: 2665
- AegisName: "Ring_Of_Exorcism"
- Name: "Exorcising Ring"
- Type: 5
- Buy: 20
- Weight: 500
- Job: 0x00008110
- Loc: 136
- EquipLv: 60
- Refine: false
- Script: <"
- bonus bMdef,1;
- bonus2 bExpAddRace,RC_Undead,5;
- bonus2 bExpAddRace,RC_Demon,5;
- ">
-},
-{
- Id: 2666
- AegisName: "Lamp_Of_Hope"
- Name: "Lantern of Hope"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus2 bResEff,Eff_Blind,1000;
- ">
-},
-{
- Id: 2667
- AegisName: "Glove_Of_Archer"
- Name: "Renown Archer's Gloves"
- Type: 5
- Buy: 20
- Weight: 300
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 60
- Refine: false
- Script: <"
- bonus bHit,5;
- bonus bCritical,5;
- bonus bDex,1;
- ">
-},
-{
- Id: 2668
- AegisName: "Women's_Glory"
- Name: "Woman Glory"
- Type: 5
- Buy: 0
- Weight: 500
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2669
- AegisName: "Golden_Necklace_"
- Name: "RJC Necklace"
- Type: 5
- Buy: 30000
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus bMaxSP,10; ">
-},
-{
- Id: 2670
- AegisName: "Ring_Of_Longing"
- Name: "Ring of Longing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 136
- EquipLv: 30
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 2671
- AegisName: "Thimble_Of_Archer_"
- Name: "Bow Thimble"
- Type: 5
- Buy: 10000
- Weight: 100
- Slots: 1
- Job: 0x00080808
- Loc: 136
- EquipLv: 65
- Refine: false
- Script: <" bonus bLongAtkRate,3; ">
-},
-{
- Id: 2672
- AegisName: "Anniversary_Ring"
- Name: "3rd Anniversary Celebration Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
-},
-{
- Id: 2673
- AegisName: "Shining_Ring"
- Name: "Warrior's Shining Ring"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 48
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bBaseAtk,10;
- bonus bSPrecovRate,3;
- ">
-},
-{
- Id: 2674
- AegisName: "Honor_Ring"
- Name: "Ring of Honor"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2675
- AegisName: "Lord_Ring"
- Name: "Lord Ring"
- Type: 5
- Buy: 0
- Weight: 10
- Loc: 136
- Refine: false
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 2676
- AegisName: "Hunter_Earring"
- Name: "Hunter's Earring"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,7618,100; ">
-},
-{
- Id: 2677
- AegisName: "Spiritual_Ring"
- Name: "Spiritual Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 2678
- AegisName: "Ring_Of_Flame_Lord"
- Name: "Ring Of Flame Lord"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bBaseAtk,15;
- bonus2 bSubEle,Ele_Fire,10;
- bonus3 bAutoSpell,CH_SOULCOLLECT,1,30;
- bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10;
- bonus3 bAutoSpell,PA_PRESSURE,2,30;
- bonus3 bAutoSpell,MG_FIREBALL,1,150;
- bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;
- ">
-},
-{
- Id: 2679
- AegisName: "Ring_Of_Resonance"
- Name: "Ring Of Resonance"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bAgi,2;
- bonus bVit,1;
- bonus bMdef,2;
- bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0;
- bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20;
- bonus3 bAutoSpellWhenHit,AL_HEAL,10,30;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20;
- bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;
- ">
-},
-{
- Id: 2680
- AegisName: "Lesser_Elemental_Ring"
- Name: "Lesser Elemental Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bAllStats,1;
- bonus3 bAutoSpell,WZ_ESTIMATION,1,80;
- bonus3 bAutoSpell,MC_IDENTIFY,1,50;
- bonus3 bAutoSpell,TF_PICKSTONE,1,100;
- bonus3 bAutoSpell,BS_GREED,1,10;
- bonus3 bAutoSpellWhenHit,TK_RUN,5,20;
- bonus3 bAutoSpellWhenHit,TK_HIGHJUMP,3,30;
- bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,100;
- bonus3 bAutoSpellWhenHit,TF_BACKSLIDING,1,50;
- ">
-},
-{
- Id: 2681
- AegisName: "Republic_Ring"
- Name: "Republic Anniversary Ring"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 2682
- AegisName: "Ring_Of_Water"
- Name: "Ring of Water"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 2683
- AegisName: "Ring_Of_Fire"
- Name: "Ring of Fire"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Fire,5; ">
-},
-{
- Id: 2684
- AegisName: "Ring_Of_Wind"
- Name: "Ring of Wind"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Wind,5; ">
-},
-{
- Id: 2685
- AegisName: "Ring_Of_Earth"
- Name: "Ring of Earth"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Earth,5; ">
-},
-{
- Id: 2686
- AegisName: "Elven_Ears_C"
- Name: "Rental Elven Ears"
- Type: 5
- Buy: 1
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 73
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2687
- AegisName: "Steel_Flower_C"
- Name: "Rental Steel Flower"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 56
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubRace,RC_Plant,3; ">
-},
-{
- Id: 2688
- AegisName: "Critical_Ring_C"
- Name: "Rental Critical Ring"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bCritical,10; ">
-},
-{
- Id: 2689
- AegisName: "Earring_C"
- Name: "Rental Earring"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 2690
- AegisName: "Ring_C"
- Name: "Rental Ring"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 2691
- AegisName: "Necklace_C"
- Name: "Rental Necklace"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bVit,4; ">
-},
-{
- Id: 2692
- AegisName: "Glove_C"
- Name: "Glove"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 2693
- AegisName: "Brooch_C"
- Name: "Rental Brooch"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,4; ">
-},
-{
- Id: 2694
- AegisName: "Rosary_C"
- Name: "Rental Rosary"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bLuk,4;
- ">
-},
-{
- Id: 2695
- AegisName: "Safety_Ring_C"
- Name: "Rental Safety Ring"
- Type: 5
- Buy: 1
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,8; ">
-},
-{
- Id: 2696
- AegisName: "Vesper_Core01_C"
- Name: "Vesper Core 01"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bInt,2;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2697
- AegisName: "Vesper_Core02_C"
- Name: "Vesper Core 02"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bStr,3;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 2698
- AegisName: "Vesper_Core03_C"
- Name: "Vesper Core 03"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bAgi,3;
- bonus bFlee,5;
- ">
-},
-{
- Id: 2699
- AegisName: "Vesper_Core04_C"
- Name: "Vesper Core 04"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bDex,3;
- bonus bHit,10;
- ">
-},
-{
- Id: 2700
- AegisName: "Red_Silk_Seal"
- Name: "Red Silk Seal"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00004082
- Upper: 58
- Loc: 136
- EquipLv: 60
- Refine: false
-},
-{
- Id: 2701
- AegisName: "Orleans_Glove"
- Name: "Orleans's Glove"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 2702
- AegisName: "Bison_Horn"
- Name: "Bison Horn"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2703
- AegisName: "Expert_Ring"
- Name: "Expert Ring"
- Type: 5
- Buy: 20
- Weight: 150
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- EquipLv: 50
- Refine: false
- Script: <"
- bonus bDelayrate,-5;
- bonus bUseSPrate,5;
- ">
-},
-{
- Id: 2704
- AegisName: "Golden_Accessory"
- Name: "Golden Accessories"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2705
- AegisName: "Golden_Accessory2"
- Name: "Golden Accessories"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,12018,500; ">
-},
-{
- Id: 2706
- AegisName: "Handcuff"
- Name: "Arrest Handcuffs"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2707
- AegisName: "GUSLI"
- Name: "Gusli"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2708
- AegisName: "Chinese_Handicraft"
- Name: "Chinese Handicraft"
- Type: 5
- Buy: 0
- Weight: 50
- Gender: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus3 bAutoSpell,MG_FIREBOLT,5,300; ">
-},
-{
- Id: 2709
- AegisName: "5_Anniversary_Coin"
- Name: "5th Anniversary Coin"
- Type: 5
- Buy: 2
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2710
- AegisName: "Bloody_Iron_Ball_C"
- Name: "Bloody Iron Ball"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bBaseAtk,30; ">
-},
-{
- Id: 2711
- AegisName: "Spiritual_Ring_C"
- Name: "Spiritual Ring"
- Type: 5
- Buy: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- ">
-},
-{
- Id: 2712
- AegisName: "Ragnarok_Limited_Ed"
- Name: "Ragnarok Limited Edition"
- Type: 5
- Buy: 0
- Weight: 300
- Loc: 136
- EquipLv: 30
- Refine: false
- Script: <"
- bonus bVit,3;
- bonus bAgi,3;
- bonus bLuk,3;
- ">
-},
-{
- Id: 2713
- AegisName: "Certificate_TW"
- Name: "Certificate"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2714
- AegisName: "Marvelous_Pandent"
- Name: "Marvelous Pendant"
- Type: 5
- Buy: 0
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
-},
-{
- Id: 2715
- AegisName: "Skul_Ring_"
- Name: "Skull Ring"
- Type: 5
- Buy: 10000
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus2 bAddRaceTolerance,RC_Undead,1; ">
-},
-{
- Id: 2716
- AegisName: "Librarian_Glove"
- Name: "Librarian Glove"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0x00810200
- Loc: 136
- EquipLv: 80
- Refine: false
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 2717
- AegisName: "Pocket_Watch_"
- Name: "Pocket Watch"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Job: 0x00810204
- Loc: 136
- EquipLv: 80
- Refine: false
-},
-{
- Id: 2718
- AegisName: "Lunatic_Brooch"
- Name: "Lunatic Brooch"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Job: 0x00080808
- Loc: 136
- EquipLv: 65
- Refine: false
-},
-{
- Id: 2719
- AegisName: "Iron_Wrist"
- Name: "Iron Wrist"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 1
- Job: 0x000444A2
- Loc: 136
- EquipLv: 50
- Refine: false
- Script: <"
- bonus2 bSkillAtk,SM_BASH,6;
- bonus2 bSkillAtk,MC_MAMMONITE,6;
- ">
-},
-{
- Id: 2720
- AegisName: "Medal_Swordman"
- Name: "Medal of Honor"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x00404082
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bHit,10;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus3 bAddEff,Eff_Stun,100,ATF_SHORT;
- ">
-},
-{
- Id: 2721
- AegisName: "Medal_Thief"
- Name: "Medal of Honor"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x22021040
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bFlee,10;
- bonus bMaxHP,300;
- bonus bMaxSP,80;
- bonus3 bAddEff,Eff_Poison,100,ATF_SHORT;
- ">
-},
-{
- Id: 2722
- AegisName: "Medal_Acolyte"
- Name: "Medal of Honor"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x00008110
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bMdef,6;
- bonus bMaxHP,600;
- bonus3 bAddEff,Eff_Silence,100,ATF_SHORT;
- ">
-},
-{
- Id: 2723
- AegisName: "Medal_Mage"
- Name: "Medal of Honor"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x00810204
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bMdef,6;
- bonus bMaxHP,600;
- bonus2 bAddEffWhenHit,Eff_Stone,100;
- ">
-},
-{
- Id: 2724
- AegisName: "Medal_Archer"
- Name: "Medal of Honor"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x00080808
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bCritical,10;
- bonus bMaxHP,300;
- bonus bMaxSP,80;
- bonus3 bAddEff,Eff_Blind,100,ATF_LONG;
- ">
-},
-{
- Id: 2725
- AegisName: "Medal_Merchant"
- Name: "Medal of Honor"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x00040420
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bAspdRate,10;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus3 bAddEff,Eff_Curse,100,ATF_SHORT;
- ">
-},
-{
- Id: 2726
- AegisName: "Icarus_Wing"
- Name: "Icarus Wings"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00000800
- Upper: 58
- Loc: 136
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bMaxSP,50;
- bonus bDex,3;
- ">
-},
-{
- Id: 2727
- AegisName: "Bowman_Scarf"
- Name: "Bowman Scarf"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0x00000800
- Upper: 58
- Loc: 136
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bMaxSP,50;
- bonus bDex,3;
- ">
-},
-{
- Id: 2728
- AegisName: "Cursed_Hand"
- Name: "Cursed Hand"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 80
- Refine: false
- Script: <"
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;
- bonus bHit,10;
- bonus bHPrecovRate,20;
- ">
-},
-{
- Id: 2729
- AegisName: "Diabolus_Ring"
- Name: "Diabolus Ring"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,100;
- bonus bHealPower,5;
- bonus2 bAddDamageClass,1916,10;
- bonus2 bAddDamageClass,1917,10;
- ">
-},
-{
- Id: 2730
- AegisName: "Morroc_Seal"
- Name: "Seal of Continental Guard"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 2731
- AegisName: "Morroc_Charm_Stone"
- Name: "Rune Spellstone"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,50;
- bonus bVariableCastrate,-1;
- ">
-},
-{
- Id: 2732
- AegisName: "Morroc_Ring"
- Name: "Death Loop"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bCritical,5; ">
-},
-{
- Id: 2733
- AegisName: "Medal_Gunner"
- Name: "Sheriff Badge"
- Type: 5
- Buy: 20
- Def: 1
- Job: 0x01000000
- Upper: 1
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bCritical,10;
- bonus bMaxHP,300;
- bonus bMaxSP,80;
- bonus3 bAddEff,Eff_Blind,100,ATF_LONG;
- ">
-},
-{
- Id: 2734
- AegisName: "Directive_A"
- Name: "Directive"
- Type: 5
- Buy: 0
- Job: 0x00000001
- Upper: 47
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2735
- AegisName: "Directive_B"
- Name: "Directive"
- Type: 5
- Buy: 0
- Job: 0x00000001
- Upper: 47
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2736
- AegisName: "Navel_Ring"
- Name: "Navel Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bDex,3;
- bonus bLuk,3;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2737
- AegisName: "Foot_Ring"
- Name: "Foot Ring"
- Type: 5
- Buy: 20
- Weight: 150
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bVit,3;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 2738
- AegisName: "Shiny_Coin"
- Name: "Shiny Coin"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,6;
- bonus2 bAddRace,RC_Boss,6;
- bonus bMatkRate,6;
- ">
-},
-{
- Id: 2739
- AegisName: "Ordinary_Coin"
- Name: "Ordinary Coin"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2740
- AegisName: "Rusty_Coin"
- Name: "Rusty Coin"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,3;
- bonus2 bAddRace,RC_Boss,3;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 2741
- AegisName: "All_In_One_Ring"
- Name: "All In One Ring"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,1;
- bonus bNoCastCancel,0;
- bonus bVariableCastrate,10;
- skill AL_HEAL,1;
- skill AL_TELEPORT,1;
- ">
-},
-{
- Id: 2742
- AegisName: "Lucky_Clip"
- Name: "Lucky Clip"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2743
- AegisName: "Angelic_Ring"
- Name: "Angelic Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- bonus bMdef,2;
- autobonus3 "{ bonus bHealPower,20; }",50,3000,AL_HEAL;
- autobonus3 "{ bonus bHealPower,20; }",50,3000,AM_POTIONPITCHER;
- autobonus3 "{ bonus bHealPower,20; }",50,3000,PR_SANCTUARY;
- ">
-},
-{
- Id: 2744
- AegisName: "Sprint_Ring"
- Name: "Sprint Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bVariableCastrate,-10;
- bonus bDelayrate,5;
- ">
-},
-{
- Id: 2745
- AegisName: "Pinguicula_Corsage"
- Name: "Pinguicula Corsage"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bMaxSP,25;
- ">
-},
-{
- Id: 2746
- AegisName: "Cold_Heart"
- Name: "Cold Heart"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x00001000
- Upper: 58
- Loc: 136
- EquipLv: 80
- Refine: false
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 2747
- AegisName: "Black_Cat"
- Name: "Black Cat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x00020000
- Upper: 58
- Loc: 136
- EquipLv: 80
- Refine: false
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 2748
- AegisName: "Cursed_Star"
- Name: "Cursed Star"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0x00080808
- Upper: 58
- Loc: 136
- EquipLv: 84
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bDex,2;
- bonus bLuk,-1;
- bonus2 bHPLossRate,50,10000;
- bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET;
- ">
- OnUnequipScript: <" heal -300,0; ">
-},
-{
- Id: 2749
- AegisName: "Linen_Glove"
- Name: "Linen Glove"
- Type: 5
- Buy: 20
- Weight: 120
- Def: 1
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bMdef,1;
- bonus bAgi,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 2750
- AegisName: "Summer_Night_Dream"
- Name: "Midsummer Night's Dream"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" skill ALL_DREAM_SUMMERNIGHT,1; ">
-},
-{
- Id: 2751
- AegisName: "Academy_Badge"
- Name: "Academy Of Badge"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(BaseLevel<80) {
- bonus bMaxHP,400;
- bonus bMaxSP,200;
- }
- ">
-},
-{
- Id: 2752
- AegisName: "Praxinus_C"
- Name: "Praccsinos"
- Type: 5
- Buy: 2
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2753
- AegisName: "Beholder_Ring"
- Name: "Beholder Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Formless,15; ">
-},
-{
- Id: 2754
- AegisName: "Hallow_Ring"
- Name: "Hallow Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Undead,15; ">
-},
-{
- Id: 2755
- AegisName: "Clamorous_Ring"
- Name: "Clamorous Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Brute,15; ">
-},
-{
- Id: 2756
- AegisName: "Chemical_Ring"
- Name: "Chemical Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Plant,15; ">
-},
-{
- Id: 2757
- AegisName: "Insecticide_Ring"
- Name: "Insecticide Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Insect,15; ">
-},
-{
- Id: 2758
- AegisName: "Fisher_Ring"
- Name: "Fischer Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Fish,15; ">
-},
-{
- Id: 2759
- AegisName: "Decussate_Ring"
- Name: "Decussate Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Demon,15; ">
-},
-{
- Id: 2760
- AegisName: "Bloody_Ring"
- Name: "Bloody Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_DemiPlayer,15; ">
-},
-{
- Id: 2761
- AegisName: "Satanic_Ring"
- Name: "Satanic Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Angel,15; ">
-},
-{
- Id: 2762
- AegisName: "Dragoon_Ring"
- Name: "Dragon Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Dragon,15; ">
-},
-{
- Id: 2763
- AegisName: "Skul_Ring_C"
- Name: "Neo Skull Ring"
- Type: 5
- Buy: 0
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- EquipLv: 95
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus bMaxHPrate,5;
- bonus2 bSkillHeal,AL_HEAL,5;
- skill MG_SIGHT,1;
- ">
-},
-{
- Id: 2764
- AegisName: "Small_Fishing_Rod"
- Name: "Small Fishing Rod"
- Type: 5
- Buy: 10
- Weight: 250
- Loc: 136
- Refine: false
-},
-{
- Id: 2765
- AegisName: "Novice_Figure"
- Name: "Novice Figure"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bMaxHP,70;
- if(Class==Job_Novice || Class==Job_Novice_High || Class==Job_SuperNovice) bonus bMaxHP,30;
- ">
-},
-{
- Id: 2766
- AegisName: "Swordman_Figure"
- Name: "Swordman Figure"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,1;
- if(BaseClass==Job_Swordman) bonus bDef,2;
- ">
-},
-{
- Id: 2767
- AegisName: "Acolyte_Figure"
- Name: "Acolyte Figure"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- if(BaseClass==Job_Acolyte) bonus bMaxSP,50;
- ">
-},
-{
- Id: 2768
- AegisName: "Mage_Figure"
- Name: "Mage Figure"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- if(BaseClass==Job_Mage) bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 2769
- AegisName: "Archer_Figure"
- Name: "Archer Figure"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,1;
- if(BaseClass==Job_Archer) bonus bBaseAtk,10;
- ">
-},
-{
- Id: 2770
- AegisName: "Thief_Figure"
- Name: "Thief Figure"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,1;
- if(BaseClass==Job_Thief) bonus bAspdRate,3;
- ">
-},
-{
- Id: 2771
- AegisName: "Merchant_Figure"
- Name: "Merchant Figure"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- if(BaseClass==Job_Merchant) bonus bCritical,5;
- ">
-},
-{
- Id: 2772
- AegisName: "Krieger_Ring1"
- Name: "Glorious Ring"
- Type: 5
- Buy: 20
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 81
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,300;
- bonus2 bSubEle,Ele_Water,10;
- bonus2 bSubEle,Ele_Wind,10;
- bonus2 bSubEle,Ele_Earth,10;
- bonus2 bSubEle,Ele_Fire,10;
- bonus bAspdRate,5;
- bonus bVariableCastrate,-3;
- bonus bHealPower,5;
- ">
-},
-{
- Id: 2773
- AegisName: "Krieger_Ring2"
- Name: "Glorious Popularized Ring"
- Type: 5
- Buy: 20
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 61
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 2774
- AegisName: "Krieger_Ring3"
- Name: "Glorious Mass-Production Ring"
- Type: 5
- Buy: 20
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2775
- AegisName: "Lure"
- Name: "Lure"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
-},
-{
- Id: 2776
- AegisName: "Cool_Towel"
- Name: "Adventurer's Trusty Towel"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- OnEquipScript: <" sc_start SC_SUMMER,-1,0; ">
- OnUnequipScript: <" sc_end SC_SUMMER; ">
-},
-{
- Id: 2777
- AegisName: "Shaman_Ring"
- Name: "Shaman Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bUseSPrate,-5; ">
-},
-{
- Id: 2778
- AegisName: "Shaman_Earing"
- Name: "Shaman Earrings"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2779
- AegisName: "Dark_Knight_Belt"
- Name: "Dark Knight Belt"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2780
- AegisName: "Dark_Knight_Glove"
- Name: "Dark Knight Glove"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" autobonus "{ bonus bAspdRate,2; }",10,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; ">
-},
-{
- Id: 2781
- AegisName: "Aumdura's_Grace"
- Name: "Aumdura's Benefit"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2782
- AegisName: "Ring_Of_Wise_King"
- Name: "Ring of the Ancient Wise King"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 2783
- AegisName: "Eyes_Stone_Ring"
- Name: "Eye Stone Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bCritical,2;
- bonus bMaxSP,25;
- ">
-},
-{
- Id: 2784
- AegisName: "Oh_Holy_Night"
- Name: "Christmas Musicbox"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <" skill ALL_WEWISH,1; ">
-},
-{
- Id: 2785
- AegisName: "Orleans_Glove_M"
- Name: "Orlean's Gloves"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- EquipLv: 90
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 2786
- AegisName: "Spiritual_Ring_M"
- Name: "Spiritual Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 2787
- AegisName: "Waterdrop_Brooch"
- Name: "Waterdrop Brooch"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bMaxHPrate,1;
- bonus2 bSubEle,Ele_Water,5;
- ">
-},
-{
- Id: 2788
- AegisName: "Bradium_Earing"
- Name: "Bradium Earring"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMatk,5;
- ">
-},
-{
- Id: 2789
- AegisName: "Bradium_Ring"
- Name: "Bradium Ring"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bVit,1;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 2790
- AegisName: "Bradium_Brooch"
- Name: "Bradium Brooch"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 136
- Refine: false
- Script: <"
- bonus bAgi,1;
- bonus bFlee,4;
- if(readparam(bAgi)>=120) {
- bonus bCritical,4;
- }
- ">
-},
-{
- Id: 2791
- AegisName: "Just_Got_Fish"
- Name: "Fresh Fish"
- Type: 5
- Buy: 20
- Weight: 500
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus bHit,3; ">
-},
-{
- Id: 2792
- AegisName: "Ring_Of_Flame_Lord_I"
- Name: "Ring of Flame Lord"
- Type: 5
- Buy: 0
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bBaseAtk,15;
- bonus2 bSubEle,Ele_Fire,10;
- bonus3 bAutoSpell,CH_SOULCOLLECT,1,30;
- bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10;
- bonus3 bAutoSpell,PA_PRESSURE,2,30;
- bonus3 bAutoSpell,MG_FIREBALL,1,150;
- bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;
- ">
-},
-{
- Id: 2793
- AegisName: "Ring_Of_Resonance_I"
- Name: "Ring of Resonance"
- Type: 5
- Buy: 0
- Def: 2
- Job: 0x000FDF80
- Upper: 58
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,2;
- bonus bVit,1;
- bonus bMdef,2;
- bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0;
- bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20;
- bonus3 bAutoSpellWhenHit,AL_HEAL,10,30;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20;
- bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;
- ">
-},
-{
- Id: 2794
- AegisName: "Magic_Stone_Ring"
- Name: "Magic Stone Ring"
- Type: 5
- Buy: 0
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 2795
- AegisName: "Green_Apple_Ring"
- Name: "Green Apple Ring"
- Type: 5
- Buy: 0
- Job: 0x000FDF80
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(JobLevel<30) {
- bonus bAllStats,6-(JobLevel/5);
- }
- ">
-},
-{
- Id: 2796
- AegisName: "Magical_Stone"
- Name: "Magical Stone"
- Type: 5
- Buy: 0
- Weight: 200
- Job: 0x00810204
- Loc: 136
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,2047,10;
- bonus2 bAddDefClass,2048,-10;
- bonus3 bAddClassDropItem,6152,2047,70;
- ">
-},
-{
- Id: 2797
- AegisName: "Magical_Stone_"
- Name: "Magical Stone"
- Type: 5
- Buy: 0
- Weight: 200
- Job: 0x00810204
- Loc: 136
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,2049,10;
- bonus2 bAddDefClass,2050,-10;
- bonus3 bAddClassDropItem,6151,2049,70;
- ">
-},
-{
- Id: 2798
- AegisName: "Will_Of_Exhausted_Angel"
- Name: "Will Of Exhausted Warrior"
- Type: 5
- Buy: 0
- Weight: 200
- Job: 0x00008100
- Loc: 136
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_arch02") {
- bonus2 bAddDefClass,1761,50;
- bonus2 bAddDefClass,1762,50;
- }
- ">
-},
-{
- Id: 2799
- AegisName: "Kuirpenring"
- Name: "Ring of Protection"
- Type: 5
- Buy: 0
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2800
- AegisName: "Accelerator"
- Name: "Accelerator"
- Type: 5
- Buy: 100000
- Weight: 100
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2801
- AegisName: "Hovering_Booster"
- Name: "Hovering Booster"
- Type: 5
- Buy: 100000
- Weight: 2000
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2802
- AegisName: "Suicidal_Device"
- Name: "Suicidal Device"
- Type: 5
- Buy: 500000
- Weight: 1000
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
-},
-{
- Id: 2803
- AegisName: "Shape_Shifter"
- Name: "Shape Shifter"
- Type: 5
- Buy: 100000
- Weight: 500
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 2804
- AegisName: "Cooling_Device"
- Name: "Cooling Device"
- Type: 5
- Buy: 100000
- Weight: 2500
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2805
- AegisName: "Mag_Field_Generator"
- Name: "Magnetic Field Generator"
- Type: 5
- Buy: 100000
- Weight: 6000
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2806
- AegisName: "Barrier_Builder"
- Name: "Barrier Builder"
- Type: 5
- Buy: 150000
- Weight: 8000
- Def: 3
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2807
- AegisName: "Repair_Kit"
- Name: "Repair Kit"
- Type: 5
- Buy: 200000
- Weight: 400
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
-},
-{
- Id: 2808
- AegisName: "Camouflage_Generator"
- Name: "Camouflage Generator"
- Type: 5
- Buy: 250000
- Weight: 1000
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 2809
- AegisName: "High_Quality_Cooler"
- Name: "High Quality Cooler"
- Type: 5
- Buy: 100000
- Weight: 2500
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2810
- AegisName: "Special_Cooler"
- Name: "Special Cooler"
- Type: 5
- Buy: 100000
- Weight: 2500
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2811
- AegisName: "Freyja_SBracelet7"
- Name: "Freya Spirit Bracelet"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2812
- AegisName: "Freyja_SBracelet30"
- Name: "Freya Spirit Bracelet"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2813
- AegisName: "Freyja_SBracelet60"
- Name: "Freya Spirit Bracelet"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2814
- AegisName: "Freyja_SBracelet90"
- Name: "Freya Spirit Bracelet"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2815
- AegisName: "Th_Ring_Of_Water"
- Name: "Ring of Water"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 136
- Refine: false
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2816
- AegisName: "Radar_Ring1"
- Name: "Radar Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2817
- AegisName: "Radar_Ring2"
- Name: "Radar Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2818
- AegisName: "Radar_Ring3"
- Name: "Radar Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2819
- AegisName: "Swordman_Manual"
- Name: "Swordman Manual"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill SM_BASH,1;
- skill SM_PROVOKE,1;
- skill SM_MAGNUM,1;
- ">
-},
-{
- Id: 2820
- AegisName: "Thief_Manual"
- Name: "Thief Manual"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill TF_DOUBLE,3;
- bonus bDoubleRate,15;
- skill TF_STEAL,1;
- skill TF_HIDING,1;
- skill TF_POISON,1;
- ">
-},
-{
- Id: 2821
- AegisName: "Acolyte_Manual"
- Name: "Acolyte Manual"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill AL_HEAL,1;
- skill AL_INCAGI,1;
- skill AL_BLESSING,1;
- ">
-},
-{
- Id: 2822
- AegisName: "Archer_Manual"
- Name: "Archer Manual"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill AC_OWL,1;
- skill AC_CONCENTRATION,1;
- ">
-},
-{
- Id: 2823
- AegisName: "Merchant_Manual"
- Name: "Merchant Manual"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill MC_DISCOUNT,1;
- skill MC_OVERCHARGE,10;
- skill MC_IDENTIFY,1;
- skill MC_MAMMONITE,1;
- ">
-},
-{
- Id: 2824
- AegisName: "Mage_Manual"
- Name: "Mage Manual"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill MG_SRECOVERY,1;
- skill MG_COLDBOLT,1;
- skill MG_FIREWALL,1;
- skill MG_FIREBOLT,1;
- ">
-},
-{
- Id: 2825
- AegisName: "Shaman_EaringB"
- Name: "Shaman Earrings"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2826
- AegisName: "Dark_Knight_BeltB"
- Name: "Dark Knight Belt"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2827
- AegisName: "Dark_Knight_GloveB"
- Name: "Dark Knight Glove"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" autobonus "{ bonus bMaxHPrate,10; }",10,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; ">
-},
-{
- Id: 2828
- AegisName: "Upg_Clip"
- Name: "Upg Clip"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bMaxHPrate,3;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 2829
- AegisName: "Greed_Clip"
- Name: "Greed Clip"
- Type: 5
- Buy: 0
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 10
- Refine: false
-},
-{
- Id: 2830
- AegisName: "Magingiorde_C"
- Name: "Ephemeral Magingiorde"
- Type: 5
- Buy: 20
- Def: 2
- Loc: 136
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bStr,40;
- bonus bMdef,7;
- ">
-},
-{
- Id: 2831
- AegisName: "Brysinggamen_C"
- Name: "Ephemeral Brysinggamen"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 136
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bStr,6;
- bonus bInt,6;
- bonus bVit,6;
- bonus bAgi,6;
- bonus bLuk,10;
- bonus bMdef,5;
- bonus bHealPower,6;
- ">
-},
-{
- Id: 2832
- AegisName: "Freyja_Ring"
- Name: "Freya Ring R"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2833
- AegisName: "Odin's_Recall"
- Name: "Odin Recall R"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2834
- AegisName: "F_All_In_One_Ring"
- Name: "All In One Ring"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Script: <"
- bonus bAllStats,1;
- bonus bNoCastCancel,0;
- bonus bVariableCastrate,10;
- skill AL_HEAL,1;
- skill AL_TELEPORT,1;
- ">
-},
-{
- Id: 2835
- AegisName: "F_Critical_Ring_C"
- Name: "Critical Ring"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bCritical,10; ">
-},
-{
- Id: 2836
- AegisName: "F_Glove_C"
- Name: "Rental Glove"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 2837
- AegisName: "F_Safety_Ring_C"
- Name: "Safety Ring"
- Type: 5
- Buy: 1
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2838
- AegisName: "F_Necklace_C"
- Name: "Necklace"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bVit,4; ">
-},
-{
- Id: 2839
- AegisName: "F_Ring_C"
- Name: "Ring"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 2840
- AegisName: "F_Rosary_C"
- Name: "Rosary"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <"
- bonus bLuk,4;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2841
- AegisName: "Caracas_Ring"
- Name: "Caracas Ring"
- Type: 5
- Buy: 0
- Def: 2
- Job: 0x00050000
- Upper: 56
- Loc: 136
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- bonus bMdef,2;
- bonus2 bExpAddRace,RC_Boss,10;
- bonus2 bExpAddRace,RC_NonBoss,10;
- ">
-},
-{
- Id: 2842
- AegisName: "F_Earing_C"
- Name: "Earring"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 2843
- AegisName: "Gold_Trickle"
- Name: "Golden Bell"
- Type: 5
- Buy: 20
- Loc: 136
- EquipLv: 75
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxSP,50; ">
-},
-{
- Id: 2844
- AegisName: "El_Dicastes_Light"
- Name: "Light of El Dicastes"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" skill RETURN_TO_ELDICASTES,1; ">
-},
-{
- Id: 2845
- AegisName: "No_Fear_Belt"
- Name: "NoFear Belts"
- Type: 5
- Buy: 0
- Def: 2
- Loc: 136
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2846
- AegisName: "E_All_In_One_Ring"
- Name: "E All In One Ring"
- Type: 5
- Buy: 20
- Loc: 136
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2847
- AegisName: "E_Critical_Ring_C"
- Name: "E Critical Ring C"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bCritical,10; ">
-},
-{
- Id: 2848
- AegisName: "E_Glove_C"
- Name: "E Glove C"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 2849
- AegisName: "E_Safety_Ring_C"
- Name: "E Safety Ring C"
- Type: 5
- Buy: 1
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2850
- AegisName: "E_Ring_C"
- Name: "E Ring C"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bVit,4; ">
-},
-{
- Id: 2851
- AegisName: "E_Necklace_C"
- Name: "E Necklace C"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 2852
- AegisName: "E_Rosary_C"
- Name: "E Rosary C"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <"
- bonus bLuk,4;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2853
- AegisName: "Telekinetic_Orb"
- Name: "Telekinetic Orb"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0x000FDF80
- Upper: 56
- Loc: 136
- EquipLv: 110
- Refine: false
- Script: <"
- bonus bMdef,1;
- bonus bInt,3;
- bonus bMaxSP,30;
- bonus2 bSkillAtk,WL_SOULEXPANSION,10;
- bonus2 bSkillAtk,SO_PSYCHIC_WAVE,10;
- bonus2 bSkillUseSP,WL_SOULEXPANSION,-50;
- bonus2 bSkillUseSP,SO_PSYCHIC_WAVE,-50;
- ">
-},
-{
- Id: 2854
- AegisName: "Alchemy_Glove"
- Name: "Alchemy Glove"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Job: 0x000FDF80
- Upper: 56
- Loc: 136
- EquipLv: 125
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bInt,1;
- bonus2 bMagicAtkEle,Ele_Fire,10;
- bonus2 bMagicAtkEle,Ele_Water,-20;
- bonus2 bSubEle,Ele_Water,-30;
- bonus3 bAutoSpell,MG_FIREBALL,5,30;
- bonus5 bAutoSpell,MG_FIREBOLT,5,30,BF_MAGIC,1;
- ">
-},
-{
- Id: 2855
- AegisName: "Whike_Black_Tail"
- Name: "Whikebain's Black Tail"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- EquipLv: 45
- Refine: false
- Script: <"
- bonus bCritical,7;
- bonus bAspdRate,3;
- bonus2 bAddEff2,Eff_Curse,10;
- ">
-},
-{
- Id: 2856
- AegisName: "Half_Megin"
- Name: "Meginjard (Trial Version)"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 136
- EquipLv: 47
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bStr,20;
- ">
-},
-{
- Id: 2857
- AegisName: "Half_Brysing"
- Name: "Brisingamen (Trial Version)"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 136
- EquipLv: 47
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus bInt,5;
- bonus bVit,3;
- bonus bDex,3;
- bonus bAgi,3;
- bonus bLuk,5;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2858
- AegisName: "Pendant_Of_Guardian"
- Name: "Pendant Of Guardian"
- Type: 5
- Buy: 0
- Loc: 136
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" skill ALL_GUARDIAN_RECALL,1; ">
-},
-{
- Id: 2859
- AegisName: "Golden_Rod_Orb"
- Name: "Golden Rod Orb"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0x00000200
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bInt,1;
- bonus2 bSubEle,Ele_Wind,15;
- bonus3 bAutoSpellWhenHit,WZ_JUPITEL,3,30;
- ">
-},
-{
- Id: 2860
- AegisName: "Aqua_Orb"
- Name: "Aqua Orb"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0x00000200
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bInt,1;
- bonus2 bSubEle,Ele_Water,15;
- bonus3 bAutoSpellWhenHit,WZ_FROSTNOVA,3,30;
- ">
-},
-{
- Id: 2861
- AegisName: "Crimson_Orb"
- Name: "Crimson Orb"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0x00000200
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bInt,1;
- bonus2 bSubEle,Ele_Fire,15;
- bonus3 bAutoSpellWhenHit,WZ_SIGHTRASHER,3,30;
- ">
-},
-{
- Id: 2862
- AegisName: "Forest_Orb"
- Name: "Forest Orb"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0x00000200
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bInt,1;
- bonus2 bSubEle,Ele_Earth,15;
- bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,30;
- ">
-},
-{
- Id: 2863
- AegisName: "Ring_Of_Valkyrie"
- Name: "Ring of The Valkyrie"
- Type: 5
- Buy: 0
- Def: 2
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bExpAddRace,RC_Boss,5;
- bonus2 bExpAddRace,RC_NonBoss,5;
- ">
-},
-{
- Id: 2864
- AegisName: "Light_Of_Cure"
- Name: "Light Of Cure"
- Type: 5
- Buy: 20
- Job: 0x00000100
- Upper: 56
- Loc: 136
- EquipLv: 110
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,2;
- bonus bHealPower,2;
- ">
-},
-{
- Id: 2865
- AegisName: "Seal_Of_Cathedral"
- Name: "Seal Of Cathedral"
- Type: 5
- Buy: 20
- Job: 0x00000100
- Upper: 56
- Loc: 136
- EquipLv: 110
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bHealPower,2;
- ">
-},
-{
- Id: 2866
- AegisName: "Ring_Of_Archbishop"
- Name: "Ring Of Archbishop"
- Type: 5
- Buy: 20
- Job: 0x00000100
- Upper: 56
- Loc: 136
- EquipLv: 110
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bHealPower,2;
- ">
-},
-{
- Id: 2867
- AegisName: "Broken_Bamboo_Piece"
- Name: "Broken Bamboo Piece"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 136
- Refine: false
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 2868
- AegisName: "Green_Batik"
- Name: "Green Batik"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 45
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2869
- AegisName: "Colorful_Ketupat"
- Name: "Colorful Ketupat"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 45
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 2870
- AegisName: "Tw_8th_Anni_Ring"
- Name: "Tw 8th Anni Ring"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Script: <"
- bonus bStr,5;
- bonus bInt,5;
- bonus bVit,5;
- bonus bDex,5;
- bonus bAgi,5;
- bonus bLuk,5;
- ">
-},
-{
- Id: 2871
- AegisName: "Brazilian_Emblem"
- Name: "Symbol Of Brazil"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 60
- Refine: false
-},
-{
- Id: 2872
- AegisName: "G_Honor_Certificate"
- Name: "G Honor Certificate"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2873
- AegisName: "Cat_Hand_Glove"
- Name: "Cat Hand Glove"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bVit,1;
- bonus bDex,1;
- bonus bAgi,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2874
- AegisName: "Buffalo_Horn"
- Name: "Buffalo Horns"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 10
- Refine: false
-},
-{
- Id: 2875
- AegisName: "RO_Appreciation_Ring"
- Name: "Grate Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2876
- AegisName: "Necklace_Spica"
- Name: "Spica Necklace"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 10
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2877
- AegisName: "Glove_Sabik"
- Name: "Sabiku Gloves"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 10
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2878
- AegisName: "Bracelet_Arunairi"
- Name: "Bracelet Alna And Iris"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 10
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2879
- AegisName: "Badge_Giorredart"
- Name: "Algol Badge"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 10
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2880
- AegisName: "Ring_Lupak"
- Name: "Rufaku Ring"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 136
- EquipLv: 10
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2881
- AegisName: "Orleans_Necklace"
- Name: "Orlean's Necklace"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bMatk,20;
- ">
-},
-{
- Id: 2882
- AegisName: "Ecoro_Cardslip"
- Name: "Card Sleeves ECO ?RO"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bVit,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2883
- AegisName: "Ur_Seal"
- Name: "Ur's Seal"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHPrate,2;
- bonus2 bSkillUseSP,LK_SPIRALPIERCE,5;
- bonus2 bSkillUseSP,RK_HUNDREDSPEAR,5;
- ">
-},
-{
- Id: 2884
- AegisName: "Peuz_Seal"
- Name: "Peuz's Seal"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bBaseAtk,20;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 2885
- AegisName: "Mother_Heart"
- Name: "Mother's Heart"
- Type: 5
- Buy: 0
- Loc: 136
- EquipLv: [1, 60]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bBaseAtk,15;
- bonus bMatk,15;
- bonus2 bExpAddRace,RC_Boss,15;
- bonus2 bExpAddRace,RC_NonBoss,15;
- ">
-},
-{
- Id: 2886
- AegisName: "Sabah_Ring"
- Name: "Sapha Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00001000
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bCritical,3;
- bonus2 bSkillUseSP,GC_DARKILLUSION,5;
- ">
-},
-{
- Id: 2887
- AegisName: "Nab_Ring"
- Name: "Nab Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00001000
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bBaseAtk,10;
- bonus bMatk,20;
- ">
-},
-{
- Id: 2888
- AegisName: "School_Bag"
- Name: "Attending School Back"
- Type: 5
- Buy: 20
- Weight: 1000
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bAspdRate,3;
- bonus bVariableCastrate,-3;
- if(BaseLevel<80) {
- bonus bMaxHP,200;
- bonus bMaxSP,100;
- }
- ">
-},
-{
- Id: 2889
- AegisName: "Endure_Ring"
- Name: "Ring of Patience"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- EquipLv: 60
- Refine: false
-},
-{
- Id: 2890
- AegisName: "White_Wing_Brooch"
- Name: "White Wing Brooch"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00000800
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bLongAtkRate,3;
- ">
-},
-{
- Id: 2891
- AegisName: "Black_wing_Brooch"
- Name: "Black Wing Brooch"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00000800
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 2892
- AegisName: "Assassin_Handcuffs"
- Name: "Assassin Handcuffs"
- Type: 5
- Buy: 56000
- Weight: 400
- Def: 3
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxSP,20;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2893
- AegisName: "Cursed_Heart"
- Name: "Haunted Heart"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Loc: 136
- EquipLv: 80
- Refine: false
-},
-{
- Id: 2894
- AegisName: "Glove_Of_Shura"
- Name: "Glove Of Shura"
- Type: 5
- Buy: 56000
- Weight: 400
- Def: 1
- Job: 0x00008000
- Upper: 56
- Loc: 136
- EquipLv: 130
- Refine: false
- Script: <"
- bonus bStr,5;
- bonus bMaxSPrate,6;
- bonus bMaxHPrate,-6;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,30;
- }
- ">
-},
-{
- Id: 2895
- AegisName: "Medal_Of_Valor1"
- Name: "Medal Of Valor1"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 136
- Refine: false
-},
-{
- Id: 2896
- AegisName: "Medal_Of_Valor2"
- Name: "Medal Of Valor2"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 136
- Refine: false
-},
-{
- Id: 2897
- AegisName: "2011RWC_Necklace_J"
- Name: "RWC Necklace"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus2 bExpAddRace,RC_Boss,1;
- bonus2 bExpAddRace,RC_NonBoss,1;
- ">
-},
-{
- Id: 2898
- AegisName: "Black_Rosary"
- Name: "Black Rosary"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 2899
- AegisName: "Sound_Amplifier"
- Name: "Sound Amplifier"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0x00080800
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <"
- bonus2 bSkillAtk,WM_METALICSOUND,150;
- bonus2 bSkillUseSP,WM_METALICSOUND,-60;
- bonus bVariableCastrate,-50;
- ">
-},
-{
- Id: 2900
- AegisName: "Morrigane's_Belt_"
- Name: "Morrigane's Belt"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 61
- Refine: false
- Script: <"
- bonus bBaseAtk,5;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2901
- AegisName: "Morrigane's_Pendant_"
- Name: "Morrigane's Pendant"
- Type: 5
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 61
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2902
- AegisName: "Morpheus's_Ring_"
- Name: "Morpheus's Ring"
- Type: 5
- Buy: 30000
- Weight: 100
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 33
- Refine: false
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2903
- AegisName: "Morpheus's_Armlet_"
- Name: "Morpheus's Bracelet"
- Type: 5
- Buy: 30000
- Weight: 100
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 136
- EquipLv: 33
- Refine: false
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2904
- AegisName: "Naqsh"
- Name: "At Lorient"
- Type: 5
- Buy: 0
- Loc: 136
- Refine: false
-},
-{
- Id: 2905
- AegisName: "Super_Ora_Ora"
- Name: "Ora Ora Very Strong"
- Type: 5
- Buy: 0
- Weight: 1000
- Loc: 136
- Refine: false
-},
-{
- Id: 2906
- AegisName: "Happy_Gauntlet"
- Name: "Gloves of Fortune"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 3
- Slots: 1
- Loc: 136
- EquipLv: 70
- Refine: false
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2907
- AegisName: "Buwaya_Tattoo"
- Name: "Buwaya Agimat Tattoo"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bMatkRate,7;
- bonus bFixedCastrate,-7;
- ">
-},
-{
- Id: 2908
- AegisName: "Light_Ring"
- Name: "Ring of Light"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
-},
-{
- Id: 2909
- AegisName: "Darkness_Ring"
- Name: "Ring of Darkness"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- Refine: false
-},
-{
- Id: 2910
- AegisName: "Bakonawa_Tattoo"
- Name: "Bakonawa Agimat Tattoo"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus2 bAddRace,RC_NonBoss,7;
- bonus2 bAddRace,RC_Boss,7;
- bonus bAspdRate,10;
- ">
-},
-{
- Id: 2911
- AegisName: "Bangungot_Tattoo"
- Name: "Bangungot Agimat Tattoo"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bHealPower,4;
- bonus bHealPower2,7;
- ">
-},
-{
- Id: 2912
- AegisName: "Xylitol_2011"
- Name: "Xylitol 2011"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 136
- Refine: false
-},
-{
- Id: 2913
- AegisName: "Thief_Handcuff"
- Name: "Thieves Large Handcuffs"
- Type: 5
- Buy: 20
- Weight: 1400
- Slots: 1
- Loc: 136
- EquipLv: 10
- Refine: false
-},
-{
- Id: 2914
- AegisName: "Wizard_Left_Eye"
- Name: "Wizard Left Eye"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Job: 0x000FDF80
- Loc: 136
- Refine: false
- Script: <"
- bonus bInt,4;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2915
- AegisName: "Ettlang_Keepsake"
- Name: "Ettlang Keepsake"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2916
- AegisName: "Fairy_Wing"
- Name: "Fairy Wing"
- Type: 5
- Buy: 0
- Weight: 10
- Loc: 136
- EquipLv: 90
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" skill ECLAGE_RECALL,1; ">
-},
-{
- Id: 2917
- AegisName: "Str_Glove"
- Name: "Str Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bBaseAtk,(readparam(bStr)/10);
- if(readparam(bStr)>=110) {
- bonus bAtkRate,1;
- }
- ">
-},
-{
- Id: 2918
- AegisName: "Int_Glove"
- Name: "Int Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bMatk,(readparam(bInt)/10);
- if(readparam(bInt)>=110) {
- bonus bMatkRate,1;
- }
- ">
-},
-{
- Id: 2919
- AegisName: "Agi_Glove"
- Name: "Agi Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bFlee,(readparam(bAgi)/10);
- if(readparam(bAgi)>=110) {
- bonus bFlee2,1;
- }
- ">
-},
-{
- Id: 2920
- AegisName: "Vit_Glove"
- Name: "Vit Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bMaxHP,(readparam(bVit)/10)*50;
- if(readparam(bVit)>=110) {
- bonus bMaxHPrate,1;
- }
- ">
-},
-{
- Id: 2921
- AegisName: "Dex_Glove"
- Name: "Dex Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bHit,(readparam(bDex)/10);
- if(readparam(bDex)>=110) {
- bonus bLongAtkRate,1;
- }
- ">
-},
-{
- Id: 2922
- AegisName: "Luk_Glove"
- Name: "Luk Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bCritical,(readparam(bLuk)/10);
- if(readparam(bLuk)>=110) {
- bonus bCritAtkRate,1;
- }
- ">
-},
-{
- Id: 2923
- AegisName: "Str_Glove_"
- Name: "Str Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bBaseAtk,(readparam(bStr)/10);
- if(readparam(bStr)>=110) {
- bonus bAtkRate,1;
- }
- ">
-},
-{
- Id: 2924
- AegisName: "Int_Glove_"
- Name: "Int Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bMatk,(readparam(bInt)/10);
- if(readparam(bInt)>=110) {
- bonus bMatkRate,1;
- }
- ">
-},
-{
- Id: 2925
- AegisName: "Agi_Glove_"
- Name: "Agi Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bFlee,(readparam(bAgi)/10);
- if(readparam(bAgi)>=110) {
- bonus bFlee2,1;
- }
- ">
-},
-{
- Id: 2926
- AegisName: "Vit_Glove_"
- Name: "Vit Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bMaxHP,(readparam(bVit)/10)*50;
- if(readparam(bVit)>=110) {
- bonus bMaxHPrate,1;
- }
- ">
-},
-{
- Id: 2927
- AegisName: "Dex_Glove_"
- Name: "Dex Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bHit,(readparam(bDex)/10);
- if(readparam(bDex)>=110) {
- bonus bLongAtkRate,1;
- }
- ">
-},
-{
- Id: 2928
- AegisName: "Luk_Glove_"
- Name: "Luk Glove"
- Type: 5
- Buy: 75000
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,20;
- bonus bCritical,(readparam(bLuk)/10);
- if(readparam(bLuk)>=110) {
- bonus bCritAtkRate,1;
- }
- ">
-},
-{
- Id: 2936
- AegisName: "Recovery_Ring"
- Name: "Rings of Recovery"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 136
- EquipLv: 10
- Refine: false
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 2940
- AegisName: "Ninja_Manual"
- Name: "Ninja Tutorial"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill NJ_UTSUSEMI,1;
- skill NJ_KOUENKA,1;
- skill NJ_SYURIKEN,1;
- ">
-},
-{
- Id: 2941
- AegisName: "Gunslinger_Manual"
- Name: "Gunslinger Tutorial"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill GS_GLITTERING,1;
- skill GS_ADJUSTMENT,1;
- skill GS_MADNESSCANCEL,1;
- skill GS_INCREASING,1;
- ">
-},
-{
- Id: 2942
- AegisName: "Taekwon_Manual"
- Name: "Taekwon Tutorial"
- Type: 5
- Buy: 0
- Weight: 100
- Job: 0x00000001
- Upper: 47
- Loc: 136
- EquipLv: [1, 12]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill TK_SEVENWIND,4;
- skill TK_JUMPKICK,5;
- ">
-},
-{
- Id: 2944
- AegisName: "TE_Ring_of_Protection"
- Name: "TE Ring of Protection"
- Type: 5
- Buy: 20
- Loc: 136
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus2 bAddRaceTolerance,RC_Player,5;
- ">
-},
-{
- Id: 2945
- AegisName: "TE_Rage_Ring"
- Name: "TE Rage Ring"
- Type: 5
- Buy: 20
- Loc: 136
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Player,5;
- bonus2 bMagicAddRace,RC_Player,5;
- ">
-},
-{
- Id: 2946
- AegisName: "TE_Defiance_Ring"
- Name: "TE Defiance Ring"
- Type: 5
- Buy: 20
- Loc: 136
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_Player,5;
- ">
-},
-{
- Id: 2950
- AegisName: "Rune_Ring"
- Name: "Rune Ring"
- Type: 5
- Loc: 136
- EquipLv: [1, 100]
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bExpAddRace,RC_Boss,10;
- bonus2 bExpAddRace,RC_NonBoss,10;
- ">
-},
-{
- Id: 2959
- AegisName: "Fidelity_Necklace"
- Name: "Fidelity Necklace"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 136
- EquipLv: 50
- Refine: false
- Script: <"
- bonus bAgi,2;
- bonus2 bSubRace,RC_Brute,3;
- ">
-},
-{
- Id: 2960
- AegisName: "Badge_Of_Manny"
- Name: "Badge Of Manny"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 136
- Refine: false
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2963
- AegisName: "Physical_Enhancer_Ring"
- Name: "Physical Enhancer Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bAtkRate,5;
- ">
-},
-{
- Id: 2964
- AegisName: "Magic_Intensifier_Ring"
- Name: "Magic Intensifier Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2966
- AegisName: "RWC_2012_Ring"
- Name: "RWC 2012 Ring"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 136
- Refine: false
- Script: <"
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 2967
- AegisName: "RWC_2012_Ring_"
- Name: "Chambered RWC 2012 Ring"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 2968
- AegisName: "RWC_2012_Pendant"
- Name: "RWC 2012 Pendant"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 136
- Refine: false
-},
-{
- Id: 2969
- AegisName: "RWC_2012_Pendant_"
- Name: "Chambered RWC 2012 Pendant"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 136
- Refine: false
-},
-{
- Id: 2971
- AegisName: "Pocket_Watch__"
- Name: "Pocket Watch"
- Type: 4
- Buy: 20
- Weight: 200
- Job: 0x00800200
- Loc: 136
- EquipLv: 80
- Refine: false
-},
-{
- Id: 2981
- AegisName: "Brave_Ring"
- Name: "Brave Ring"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 136
- EquipLv: 160
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2986
- AegisName: "Snake_Ring"
- Name: "Snake Ring"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bDex,3;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2987
- AegisName: "Snake_Pendant"
- Name: "Snake Pendant"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bAgi,3;
- bonus bLuk,2;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2988
- AegisName: "Ozs_New_Wing_Ring"
- Name: "Oz's New Wing Ring"
- Type: 5
- Buy: 62000
- Weight: 100
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 136
- EquipLv: 130
- Refine: false
- Script: <" bonus bVariableCastrate,-25; ">
-},
-{
- Id: 2989
- AegisName: "Bloody_Floral_Decoration_Bracelet"
- Name: "Bloody Floral Decoration Bracelet"
- Type: 4
- Buy: 62000
- Weight: 100
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 136
- EquipLv: 130
- Refine: false
- Script: <" bonus bVariableCastrate,-25; ">
-},
-{
- Id: 2997
- AegisName: "RWC_Gold_Brooch"
- Name: "RWC Gold Brooch"
- Type: 5
- Weight: 200
- Slots: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtk,20;
- bonus bMatk,20;
- ">
-},
-{
- Id: 2998
- AegisName: "RWC_Silver_Brooch"
- Name: "RWC Silver Brooch"
- Type: 5
- Weight: 200
- Loc: 136
- Refine: false
- Script: <"
- bonus bMaxHP,300;
- bonus bMaxSP,30;
- ">
-},
-
-// Cards
-// ===================================================================
-{
- Id: 4001
- AegisName: "Poring_Card"
- Name: "Poring Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bLuk,2;
- bonus bFlee2,1;
- ">
-},
-{
- Id: 4002
- AegisName: "Fabre_Card"
- Name: "Fabre Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bVit,1;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4003
- AegisName: "Pupa_Card"
- Name: "Pupa Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bMaxHP,700; ">
-},
-{
- Id: 4004
- AegisName: "Drops_Card"
- Name: "Drops Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bDex,1;
- bonus bHit,3;
- ">
-},
-{
- Id: 4005
- AegisName: "Poring__Card"
- Name: "Santa Poring Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Dark,20; ">
-},
-{
- Id: 4006
- AegisName: "Lunatic_Card"
- Name: "Lunatic Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bLuk,1;
- bonus bCritical,1;
- bonus bFlee2,1;
- ">
-},
-{
- Id: 4007
- AegisName: "Pecopeco_Egg_Card"
- Name: "Pecopeco Egg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Formless,20; ">
-},
-{
- Id: 4008
- AegisName: "Picky_Card"
- Name: "Picky Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bStr,1;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 4009
- AegisName: "Chonchon_Card"
- Name: "Chonchon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bAgi,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 4010
- AegisName: "Wilow_Card"
- Name: "Willow Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bMaxSP,80; ">
-},
-{
- Id: 4011
- AegisName: "Picky__Card"
- Name: "Picky Egg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bVit,1;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4012
- AegisName: "Thief_Bug_Egg_Card"
- Name: "Thiefbug Egg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus bMaxHP,400; ">
-},
-{
- Id: 4013
- AegisName: "Andre_Egg_Card"
- Name: "Andre Egg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus bMaxHPrate,5; ">
-},
-{
- Id: 4014
- AegisName: "Roda_Frog_Card"
- Name: "Roda Frog Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHP,400;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 4015
- AegisName: "Condor_Card"
- Name: "Condor Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bFlee,10; ">
-},
-{
- Id: 4016
- AegisName: "Thief_Bug_Card"
- Name: "Thief Bug Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4017
- AegisName: "Savage_Babe_Card"
- Name: "Savage Bebe Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEff,Eff_Stun,500; ">
-},
-{
- Id: 4018
- AegisName: "Andre_Larva_Card"
- Name: "Andre Larva Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,10;
- ">
-},
-{
- Id: 4019
- AegisName: "Hornet_Card"
- Name: "Hornet Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bStr,1;
- bonus bBaseAtk,3;
- ">
-},
-{
- Id: 4020
- AegisName: "Farmiliar_Card"
- Name: "Familiar Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Blind,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4021
- AegisName: "Rocker_Card"
- Name: "Rocker Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDex,1;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4022
- AegisName: "Spore_Card"
- Name: "Spore Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 4023
- AegisName: "Desert_Wolf_Babe_Card"
- Name: "Baby Desertwolf Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 4024
- AegisName: "Plankton_Card"
- Name: "Plankton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Sleep,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4025
- AegisName: "Skeleton_Card"
- Name: "Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,10;
- bonus2 bAddEff,Eff_Stun,200;
- ">
-},
-{
- Id: 4026
- AegisName: "Thief_Bug_Female_Card"
- Name: "Female Thiefbug Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bAgi,1;
- bonus bFlee,1;
- ">
-},
-{
- Id: 4027
- AegisName: "Kukre_Card"
- Name: "Kukre Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4028
- AegisName: "Tarou_Card"
- Name: "Tarou Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 4029
- AegisName: "Wolf_Card"
- Name: "Wolf Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,15;
- bonus bCritical,1;
- ">
-},
-{
- Id: 4030
- AegisName: "Mandragora_Card"
- Name: "Mandragora Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Wind,20; ">
-},
-{
- Id: 4031
- AegisName: "Pecopeco_Card"
- Name: "Pecopeco Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bMaxHPrate,10; ">
-},
-{
- Id: 4032
- AegisName: "Ambernite_Card"
- Name: "Ambernite Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus bDef,2; ">
-},
-{
- Id: 4033
- AegisName: "Poporing_Card"
- Name: "PoPoring Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill TF_DETOXIFY,1; ">
-},
-{
- Id: 4034
- AegisName: "Worm_Tail_Card"
- Name: "Wormtail Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 4035
- AegisName: "Hydra_Card"
- Name: "Hydra Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_DemiPlayer,20; ">
-},
-{
- Id: 4036
- AegisName: "Muka_Card"
- Name: "Muka Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bHPrecovRate,10; ">
-},
-{
- Id: 4037
- AegisName: "Snake_Card"
- Name: "Snake Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Poison,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4038
- AegisName: "Zombie_Card"
- Name: "Zombie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bHPrecovRate,20; ">
-},
-{
- Id: 4039
- AegisName: "Stainer_Card"
- Name: "Stainer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bResEff,Eff_Silence,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4040
- AegisName: "Creamy_Card"
- Name: "Creamy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill AL_TELEPORT,1; ">
-},
-{
- Id: 4041
- AegisName: "Coco_Card"
- Name: "Coco Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bResEff,Eff_Sleep,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4042
- AegisName: "Steel_Chonchon_Card"
- Name: "Steel Chonchon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus2 bSubEle,Ele_Wind,10;
- bonus bDef,2;
- ">
-},
-{
- Id: 4043
- AegisName: "Andre_Card"
- Name: "Andre Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bBaseAtk,20; ">
-},
-{
- Id: 4044
- AegisName: "Smokie_Card"
- Name: "Smokie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill TF_HIDING,1; ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 4045
- AegisName: "Horn_Card"
- Name: "Horn Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus bLongAtkDef,35; ">
-},
-{
- Id: 4046
- AegisName: "Martin_Card"
- Name: "Martin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bResEff,Eff_Blind,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4047
- AegisName: "Ghostring_Card"
- Name: "Ghostring Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Ghost;
- bonus bHPrecovRate,-25;
- ">
-},
-{
- Id: 4048
- AegisName: "Poison_Spore_Card"
- Name: "Poison Spore Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill TF_POISON,3; ">
-},
-{
- Id: 4049
- AegisName: "Vadon_Card"
- Name: "Vadon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Fire,20; ">
-},
-{
- Id: 4050
- AegisName: "Thief_Bug_Male_Card"
- Name: "Male Thiefbug Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4051
- AegisName: "Yoyo_Card"
- Name: "Yoyo Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bFlee2,5;
- bonus bAgi,1;
- ">
-},
-{
- Id: 4052
- AegisName: "Elder_Wilow_Card"
- Name: "Elder Willow Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 4053
- AegisName: "Vitata_Card"
- Name: "Vitata Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- skill AL_HEAL,1;
- bonus bUseSPrate,25;
- ">
-},
-{
- Id: 4054
- AegisName: "Angeling_Card"
- Name: "Angeling Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDefEle,Ele_Holy; ">
-},
-{
- Id: 4055
- AegisName: "Marina_Card"
- Name: "Marina Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Freeze,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4056
- AegisName: "Dustiness_Card"
- Name: "Dustiness Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Wind,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4057
- AegisName: "Metaller_Card"
- Name: "Metaller Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Silence,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4058
- AegisName: "Thara_Frog_Card"
- Name: "Thara Frog Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,30; ">
-},
-{
- Id: 4059
- AegisName: "Soldier_Andre_Card"
- Name: "Soldier Andre Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,30; ">
-},
-{
- Id: 4060
- AegisName: "Goblin_Card"
- Name: "Goblin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Brute,20; ">
-},
-{
- Id: 4061
- AegisName: "Cornutus_Card"
- Name: "Cornutus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bUnbreakableArmor,0;
- bonus bDef,1;
- ">
-},
-{
- Id: 4062
- AegisName: "Anacondaq_Card"
- Name: "Anacondaq Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Poison,20; ">
-},
-{
- Id: 4063
- AegisName: "Caramel_Card"
- Name: "Caramel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Insect,20; ">
-},
-{
- Id: 4064
- AegisName: "Zerom_Card"
- Name: "Zerom Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 4065
- AegisName: "Kaho_Card"
- Name: "Kaho Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Earth,20; ">
-},
-{
- Id: 4066
- AegisName: "Orc_Warrior_Card"
- Name: "Orc Warrior Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Brute,30; ">
-},
-{
- Id: 4067
- AegisName: "Megalodon_Card"
- Name: "Megalodon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bResEff,Eff_Freeze,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4068
- AegisName: "Scorpion_Card"
- Name: "Scorpion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Plant,20; ">
-},
-{
- Id: 4069
- AegisName: "Drainliar_Card"
- Name: "Drainliar Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Water,20; ">
-},
-{
- Id: 4070
- AegisName: "Eggyra_Card"
- Name: "Eggyra Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bSPrecovRate,15; ">
-},
-{
- Id: 4071
- AegisName: "Orc_Zombie_Card"
- Name: "Orc Zombie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Undead,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4072
- AegisName: "Golem_Card"
- Name: "Golem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4073
- AegisName: "Pirate_Skel_Card"
- Name: "Pirate Skel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill MC_DISCOUNT,5; ">
-},
-{
- Id: 4074
- AegisName: "BigFoot_Card"
- Name: "Bigfoot Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Insect,30; ">
-},
-{
- Id: 4075
- AegisName: "Argos_Card"
- Name: "Argos Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bResEff,Eff_Stone,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4076
- AegisName: "Magnolia_Card"
- Name: "Magnolia Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Curse,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4077
- AegisName: "Phen_Card"
- Name: "Phen Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bNoCastCancel,0;
- bonus bVariableCastrate,25;
- ">
-},
-{
- Id: 4078
- AegisName: "Savage_Card"
- Name: "Savage Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,3; ">
-},
-{
- Id: 4079
- AegisName: "Mantis_Card"
- Name: "Mantis Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 4080
- AegisName: "Flora_Card"
- Name: "Flora Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Fish,20; ">
-},
-{
- Id: 4081
- AegisName: "Hode_Card"
- Name: "Hode Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Earth,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4082
- AegisName: "Desert_Wolf_Card"
- Name: "Desert Wolf Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddSize,Size_Small,15;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4083
- AegisName: "Rafflesia_Card"
- Name: "Rafflesia Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Fish,30; ">
-},
-{
- Id: 4084
- AegisName: "Marine_Sphere_Card"
- Name: "Marine Sphere Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill SM_MAGNUM,3; ">
-},
-{
- Id: 4085
- AegisName: "Orc_Skeleton_Card"
- Name: "Orc Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Holy,20; ">
-},
-{
- Id: 4086
- AegisName: "Soldier_Skeleton_Card"
- Name: "Soldier Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bCritical,9; ">
-},
-{
- Id: 4087
- AegisName: "Giearth_Card"
- Name: "Giearth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bResEff,Eff_Confusion,10000;
- bonus2 bSubEle,Ele_Earth,15;
- ">
-},
-{
- Id: 4088
- AegisName: "Frilldora_Card"
- Name: "Frilldora Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" skill AS_CLOAKING,1; ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 4089
- AegisName: "Sword_Fish_Card"
- Name: "Swordfish Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Water;
- bonus bDef,1;
- ">
-},
-{
- Id: 4090
- AegisName: "Munak_Card"
- Name: "Munak Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bResEff,Eff_Stone,1500;
- bonus2 bSubEle,Ele_Earth,5;
- bonus bDef,1;
- ">
-},
-{
- Id: 4091
- AegisName: "Kobold_Card"
- Name: "Kobold Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bStr,1;
- bonus bCritical,4;
- ">
-},
-{
- Id: 4092
- AegisName: "Skel_Worker_Card"
- Name: "Skel Worker Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddSize,Size_Medium,15;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4093
- AegisName: "Obeaune_Card"
- Name: "Obeaune Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill AL_CURE,1; ">
-},
-{
- Id: 4094
- AegisName: "Archer_Skeleton_Card"
- Name: "Archer Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bLongAtkRate,10; ">
-},
-{
- Id: 4095
- AegisName: "Marse_Card"
- Name: "Marse Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Water,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4096
- AegisName: "Zenorc_Card"
- Name: "Zenorc Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddEff,Eff_Poison,400;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 4097
- AegisName: "Matyr_Card"
- Name: "Matyr Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxHPrate,10;
- bonus bAgi,1;
- ">
-},
-{
- Id: 4098
- AegisName: "Dokebi_Card"
- Name: "Dokebi Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Wind;
- bonus bDef,1;
- ">
-},
-{
- Id: 4099
- AegisName: "Pasana_Card"
- Name: "Pasana Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Fire;
- bonus bDef,1;
- ">
-},
-{
- Id: 4100
- AegisName: "Sohee_Card"
- Name: "Sohee Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxSPrate,15;
- bonus bSPrecovRate,3;
- ">
-},
-{
- Id: 4101
- AegisName: "Sand_Man_Card"
- Name: "Sandman Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Earth;
- bonus bDef,1;
- ">
-},
-{
- Id: 4102
- AegisName: "Whisper_Card"
- Name: "Whisper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,20;
- bonus2 bSubEle,Ele_Ghost,-50;
- ">
-},
-{
- Id: 4103
- AegisName: "Horong_Card"
- Name: "Horong Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill MG_SIGHT,1; ">
- OnUnequipScript: <" sc_end SC_SIGHT; ">
-},
-{
- Id: 4104
- AegisName: "Requiem_Card"
- Name: "Requiem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEff,Eff_Confusion,500; ">
-},
-{
- Id: 4105
- AegisName: "Marc_Card"
- Name: "Marc Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bResEff,Eff_Freeze,10000;
- ">
-},
-{
- Id: 4106
- AegisName: "Mummy_Card"
- Name: "Mummy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bHit,20; ">
-},
-{
- Id: 4107
- AegisName: "Verit_Card"
- Name: "Verit Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- ">
-},
-{
- Id: 4108
- AegisName: "Myst_Card"
- Name: "Myst Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Poison,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4109
- AegisName: "Jakk_Card"
- Name: "Jakk Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Fire,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4110
- AegisName: "Ghoul_Card"
- Name: "Ghoul Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bResEff,Eff_Poison,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4111
- AegisName: "Strouf_Card"
- Name: "Strouf Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Demon,20; ">
-},
-{
- Id: 4112
- AegisName: "Marduk_Card"
- Name: "Marduk Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus2 bResEff,Eff_Silence,10000; ">
-},
-{
- Id: 4113
- AegisName: "Marionette_Card"
- Name: "Marionette Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Ghost,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4114
- AegisName: "Argiope_Card"
- Name: "Argiope Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Poison;
- bonus bDef,1;
- ">
-},
-{
- Id: 4115
- AegisName: "Hunter_Fly_Card"
- Name: "Hunter Fly Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bHPDrainRate,30,15; ">
-},
-{
- Id: 4116
- AegisName: "Isis_Card"
- Name: "Isis Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Dark,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4117
- AegisName: "Side_Winder_Card"
- Name: "Sidewinder Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- skill TF_DOUBLE,1;
- bonus bDoubleRate,5;
- ">
-},
-{
- Id: 4118
- AegisName: "Petit_Card"
- Name: "Earth Petite Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Dragon,20; ">
-},
-{
- Id: 4119
- AegisName: "Bathory_Card"
- Name: "Bathory Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDefEle,Ele_Dark; ">
-},
-{
- Id: 4120
- AegisName: "Petit__Card"
- Name: "Sky Petite Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Dragon,30; ">
-},
-{
- Id: 4121
- AegisName: "Phreeoni_Card"
- Name: "Phreeoni Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bHit,100; ">
-},
-{
- Id: 4122
- AegisName: "Deviruchi_Card"
- Name: "Deviruchi Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bStr,1;
- bonus2 bResEff,Eff_Blind,10000;
- ">
-},
-{
- Id: 4123
- AegisName: "Eddga_Card"
- Name: "Eddga Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bMaxHPrate,-25; ">
- OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
- OnUnequipScript: <" sc_end SC_ENDURE; ">
-},
-{
- Id: 4124
- AegisName: "Medusa_Card"
- Name: "Medusa Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,15;
- bonus2 bResEff,Eff_Stone,10000;
- ">
-},
-{
- Id: 4125
- AegisName: "Deviace_Card"
- Name: "Deviace Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,7;
- bonus2 bAddRace,RC_Brute,7;
- bonus2 bAddRace,RC_Plant,7;
- bonus2 bAddRace,RC_Insect,7;
- ">
-},
-{
- Id: 4126
- AegisName: "Minorous_Card"
- Name: "Minorous Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddSize,Size_Large,15;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4127
- AegisName: "Nightmare_Card"
- Name: "Nightmare Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bResEff,Eff_Sleep,10000;
- bonus bAgi,1;
- ">
-},
-{
- Id: 4128
- AegisName: "Golden_Bug_Card"
- Name: "Golden Thiefbug Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bNoMagicDamage,100;
- bonus bUseSPrate,100;
- ">
-},
-{
- Id: 4129
- AegisName: "Baphomet__Card"
- Name: "Bapho Jr. Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bAgi,3;
- bonus bCritical,1;
- ">
-},
-{
- Id: 4130
- AegisName: "Scorpion_King_Card"
- Name: "Scorpion King Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Undead,20; ">
-},
-{
- Id: 4131
- AegisName: "Moonlight_Flower_Card"
- Name: "Moonlight Flower Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bSpeedRate,25; ">
-},
-{
- Id: 4132
- AegisName: "Mistress_Card"
- Name: "Mistress Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bNoGemStone,0;
- bonus bUseSPrate,25;
- ">
-},
-{
- Id: 4133
- AegisName: "Daydric_Card"
- Name: "Raydric Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus2 bSubEle,Ele_Neutral,20; ">
-},
-{
- Id: 4134
- AegisName: "Dracula_Card"
- Name: "Dracula Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPDrainRate,100,5; ">
-},
-{
- Id: 4135
- AegisName: "Orc_Load_Card"
- Name: "Orc Lord Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bShortWeaponDamageReturn,30; ">
-},
-{
- Id: 4136
- AegisName: "Khalitzburg_Card"
- Name: "Khalitzburg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Demon,30; ">
-},
-{
- Id: 4137
- AegisName: "Drake_Card"
- Name: "Drake Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bNoSizeFix,0; ">
-},
-{
- Id: 4138
- AegisName: "Anubis_Card"
- Name: "Anubis Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Angel,30; ">
-},
-{
- Id: 4139
- AegisName: "Joker_Card"
- Name: "Joker Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill TF_STEAL,1; ">
-},
-{
- Id: 4140
- AegisName: "Knight_Of_Abyss_Card"
- Name: "Abysmal Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Boss,25; ">
-},
-{
- Id: 4141
- AegisName: "Evil_Druid_Card"
- Name: "Evil Druid Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Undead;
- bonus bInt,1;
- bonus bDef,1;
- ">
-},
-{
- Id: 4142
- AegisName: "Doppelganger_Card"
- Name: "Doppelganger Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bAspdRate,10; ">
-},
-{
- Id: 4143
- AegisName: "Orc_Hero_Card"
- Name: "Orc Hero Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bVit,3;
- bonus2 bResEff,Eff_Stun,10000;
- ">
-},
-{
- Id: 4144
- AegisName: "Osiris_Card"
- Name: "Osiris Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bRestartFullRecover,0; ">
-},
-{
- Id: 4145
- AegisName: "Berzebub_Card"
- Name: "Berzebub Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bVariableCastrate,-30; ">
-},
-{
- Id: 4146
- AegisName: "Maya_Card"
- Name: "Maya Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus bMagicDamageReturn,50; ">
-},
-{
- Id: 4147
- AegisName: "Baphomet_Card"
- Name: "Baphomet Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bHit,-10;
- bonus bSplashRange,1;
- ">
-},
-{
- Id: 4148
- AegisName: "Pharaoh_Card"
- Name: "Pharaoh Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bUseSPrate,-30; ">
-},
-{
- Id: 4149
- AegisName: "Gargoyle_Card"
- Name: "Gargoyle Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12028,RC_Insect,100; ">
-},
-{
- Id: 4150
- AegisName: "Goat_Card"
- Name: "Goat Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- if(getrefine()<6) {
- bonus bDef,2;
- bonus bMdef,5;
- }
- ">
-},
-{
- Id: 4151
- AegisName: "Gajomart_Card"
- Name: "Gajomart Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Plant,-20;
- bonus2 bExpAddRace,RC_Plant,10;
- ">
-},
-{
- Id: 4152
- AegisName: "Galapago_Card"
- Name: "Galapago Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddItemHealRate,Apple_Juice,50;
- bonus2 bAddItemHealRate,Banana_Juice,50;
- bonus2 bAddItemHealRate,Carrot_Juice,50;
- bonus3 bAddMonsterDropItem,531,RC_Insect,300;
- bonus3 bAddMonsterDropItem,532,RC_Insect,300;
- bonus3 bAddMonsterDropItem,534,RC_Insect,300;
- ">
-},
-{
- Id: 4153
- AegisName: "Crab_Card"
- Name: "Crab Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddDamageClass,1266,30;
- ">
-},
-{
- Id: 4154
- AegisName: "Rice_Cake_Boy_Card"
- Name: "Dumpling Kid Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddItemHealRate,Candy,50;
- bonus2 bAddItemHealRate,Candy_Striper,50;
- bonus3 bAddMonsterDropItem,529,RC_DemiPlayer,300;
- bonus3 bAddMonsterDropItem,530,RC_DemiPlayer,100;
- ">
-},
-{
- Id: 4155
- AegisName: "Goblin_Leader_Card"
- Name: "Goblin Leader Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace2,RC2_Goblin,30; ">
-},
-{
- Id: 4156
- AegisName: "Steam_Goblin_Card"
- Name: "Goblin Steamrider Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Formless,7;
- ">
-},
-{
- Id: 4157
- AegisName: "Goblin_Archer_Card"
- Name: "Goblin Archer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Undead,7;
- ">
-},
-{
- Id: 4158
- AegisName: "Flying_Deleter_Card"
- Name: "Sky Deleter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bHPrecovRate,-100;
- bonus bHPGainValue,100;
- ">
-},
-{
- Id: 4159
- AegisName: "Nine_Tail_Card"
- Name: "Nine Tail Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bAgi,2;
- if(getrefine()>8) bonus bFlee,20;
- ">
-},
-{
- Id: 4160
- AegisName: "Antique_Firelock_Card"
- Name: "Firelock Soldier Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bStr,2;
- if(getrefine()>8) {
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- }
- ">
-},
-{
- Id: 4161
- AegisName: "Grand_Peco_Card"
- Name: "Grand Peco Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus3 bAutoSpellWhenHit,PR_GLORIA,1,50; ">
-},
-{
- Id: 4162
- AegisName: "Grizzly_Card"
- Name: "Grizzly Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Blind,300; ">
-},
-{
- Id: 4163
- AegisName: "Gryphon_Card"
- Name: "Gryphon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bFlee,2;
- bonus bCritical,7;
- if(BaseClass==Job_Swordman) bonus3 bAutoSpell,KN_BOWLINGBASH,5,10;
- ">
-},
-{
- Id: 4164
- AegisName: "Gullinbursti_Card"
- Name: "Gullinbursti Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Fish,-20;
- bonus2 bExpAddRace,RC_Fish,10;
- ">
-},
-{
- Id: 4165
- AegisName: "Gig_Card"
- Name: "Gig Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Insect,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4166
- AegisName: "Nightmare_Terror_Card"
- Name: "Nightmare Terror Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Curse,300; ">
-},
-{
- Id: 4167
- AegisName: "Neraid_Card"
- Name: "Nereid Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Brute,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4168
- AegisName: "Dark_Lord_Card"
- Name: "Dark Lord Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus3 bAutoSpellWhenHit,WZ_METEOR,5,100; ">
-},
-{
- Id: 4169
- AegisName: "Dark_Illusion_Card"
- Name: "Dark Illusion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMaxHPrate,-10;
- bonus bMaxSPrate,-10;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4170
- AegisName: "Dark_Frame_Card"
- Name: "Dark Frame Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Stone,600; ">
-},
-{
- Id: 4171
- AegisName: "Dark_Priest_Card"
- Name: "Dark Priest Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bSPVanishRate,50,10;
- if(BaseJob==Job_Sage) bonus bSPDrainValue,1;
- ">
-},
-{
- Id: 4172
- AegisName: "The_Paper_Card"
- Name: "The Paper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,20;
- bonus2 bSPDrainValue,-1,0;
- ">
-},
-{
- Id: 4173
- AegisName: "Demon_Pungus_Card"
- Name: "Demon Fungus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,600; ">
-},
-{
- Id: 4174
- AegisName: "Deviling_Card"
- Name: "Deviling Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Neutral,50;
- bonus2 bSubEle,Ele_Water,-50;
- bonus2 bSubEle,Ele_Earth,-50;
- bonus2 bSubEle,Ele_Fire,-50;
- bonus2 bSubEle,Ele_Wind,-50;
- bonus2 bSubEle,Ele_Poison,-50;
- bonus2 bSubEle,Ele_Holy,-50;
- bonus2 bSubEle,Ele_Dark,-50;
- bonus2 bSubEle,Ele_Ghost,-50;
- bonus2 bSubEle,Ele_Undead,-50;
- ">
-},
-{
- Id: 4175
- AegisName: "Poison_Toad_Card"
- Name: "Poisonous Toad Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus3 bAutoSpell,TF_POISON,1,20;
- bonus2 bAddSkillBlow,52,5;
- ">
-},
-{
- Id: 4176
- AegisName: "Dullahan_Card"
- Name: "Dullahan Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Dragon,7;
- ">
-},
-{
- Id: 4177
- AegisName: "Dryad_Card"
- Name: "Dryad Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus3 bAddMonsterDropItem,993,RC_Plant,100;
- bonus2 bSubEle,Ele_Earth,10;
- ">
-},
-{
- Id: 4178
- AegisName: "Dragon_Tail_Card"
- Name: "Dragon Tail Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bAgi,1;
- bonus bFlee,10;
- bonus2 bSkillAtk,AC_DOUBLE,5;
- bonus2 bSkillAtk,AC_SHOWER,5;
- ">
-},
-{
- Id: 4179
- AegisName: "Dragon_Fly_Card"
- Name: "Dragon Fly Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4180
- AegisName: "Driller_Card"
- Name: "Driller Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Dragon,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4181
- AegisName: "Disguise_Card"
- Name: "Disguise Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77); ">
-},
-{
- Id: 4182
- AegisName: "Diabolic_Card"
- Name: "Diabolic Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Demon,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4183
- AegisName: "Vagabond_Wolf_Card"
- Name: "Vagabond Wolf Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 4184
- AegisName: "Lava_Golem_Card"
- Name: "Lava Golem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace2,RC2_Golem,30; ">
-},
-{
- Id: 4185
- AegisName: "Rideword_Card"
- Name: "Rideword Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,1;
- if(BaseClass==Job_Acolyte) {
- bonus bInt,1;
- bonus bMdef,1;
- }
- ">
-},
-{
- Id: 4186
- AegisName: "Raggler_Card"
- Name: "Raggler Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bStr,1;
- bonus bVit,1;
- ">
-},
-{
- Id: 4187
- AegisName: "Raydric_Archer_Card"
- Name: "Raydric Archer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12030,RC_Demon,100; ">
-},
-{
- Id: 4188
- AegisName: "Leib_Olmai_Card"
- Name: "Leib Olmai Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bSubEle,Ele_Fire,10;
- bonus3 bAddMonsterDropItem,990,RC_Brute,100;
- ">
-},
-{
- Id: 4189
- AegisName: "Wraith_Dead_Card"
- Name: "Wraith Dead Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Curse,600; ">
-},
-{
- Id: 4190
- AegisName: "Wraith_Card"
- Name: "Wraith Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12027,RC_Undead,100; ">
-},
-{
- Id: 4191
- AegisName: "Loli_Ruri_Card"
- Name: "Loli Ruri Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAutoSpellWhenHit,AL_HEAL,3,50; ">
-},
-{
- Id: 4192
- AegisName: "Rotar_Zairo_Card"
- Name: "Rotar Zairo Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Fish,7;
- ">
-},
-{
- Id: 4193
- AegisName: "Lude_Card"
- Name: "Lude Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,SM_ENDURE,1,200; ">
-},
-{
- Id: 4194
- AegisName: "Rybio_Card"
- Name: "Rybio Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77); ">
-},
-{
- Id: 4195
- AegisName: "Leaf_Cat_Card"
- Name: "Leaf Cat Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bSubEle,Ele_Water,10;
- bonus3 bAddMonsterDropItem,991,RC_Fish,100;
- ">
-},
-{
- Id: 4196
- AegisName: "Marin_Card"
- Name: "Marin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddMonsterDropItem,909,2000;
- bonus2 bAddMonsterDropItem,7126,10;
- ">
-},
-{
- Id: 4197
- AegisName: "Mastering_Card"
- Name: "Mastering Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 4198
- AegisName: "Maya_Puple_Card"
- Name: "Maya Purple Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bIntravision,0; ">
-},
-{
- Id: 4199
- AegisName: "Merman_Card"
- Name: "Merman Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bHPrecovRate,10;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 4200
- AegisName: "Megalith_Card"
- Name: "Megalith Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" if(getrefine()<6) bonus bMdef,7; ">
-},
-{
- Id: 4201
- AegisName: "Majoruros_Card"
- Name: "Majoruros Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Stun,600; ">
-},
-{
- Id: 4202
- AegisName: "Civil_Servant_Card"
- Name: "Mao Guai Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEle,Ele_Ghost,20; ">
-},
-{
- Id: 4203
- AegisName: "Mutant_Dragon_Card"
- Name: "Mutant Dragonoid Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,15;
- bonus3 bAutoSpell,MG_FIREBALL,3+2*(getskilllv(MG_FIREBALL)==10),50;
- ">
-},
-{
- Id: 4204
- AegisName: "Mini_Demon_Card"
- Name: "Mini Demon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Brute,-20;
- bonus2 bExpAddRace,RC_Brute,10;
- ">
-},
-{
- Id: 4205
- AegisName: "Mimic_Card"
- Name: "Mimic Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus2 bAddMonsterDropItem,603,10; ">
-},
-{
- Id: 4206
- AegisName: "Mystcase_Card"
- Name: "Myst Case Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus2 bAddMonsterDropItem,644,30; ">
-},
-{
- Id: 4207
- AegisName: "Mysteltainn_Card"
- Name: "Mysteltainn Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubSize,Size_Small,25;
- bonus bDef,1;
- ">
-},
-{
- Id: 4208
- AegisName: "Miyabi_Ningyo_Card"
- Name: "Miyabi Doll Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxSPrate,10;
- bonus2 bSkillAtk,MG_FROSTDIVER,5;
- ">
-},
-{
- Id: 4209
- AegisName: "Violy_Card"
- Name: "Violy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,BA_FROSTJOKER,1+4*(getskilllv(BA_FROSTJOKER)==5),20; ">
-},
-{
- Id: 4210
- AegisName: "Wander_Man_Card"
- Name: "Wanderer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" if(BaseClass==Job_Thief) bonus bFlee,20; ">
-},
-{
- Id: 4211
- AegisName: "Vocal_Card"
- Name: "Vocal Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 4212
- AegisName: "Bon_Gun_Card"
- Name: "Bongun Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus3 bAutoSpell,SM_BASH,1,20;
- bonus2 bAddSkillBlow,SM_BASH,5;
- bonus2 bAddDefClass,1026,-100;
- ">
-},
-{
- Id: 4213
- AegisName: "Brilight_Card"
- Name: "Brilight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Silence,600; ">
-},
-{
- Id: 4214
- AegisName: "Bloody_Murderer_Card"
- Name: "Bloody Murderer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Insect,7;
- ">
-},
-{
- Id: 4215
- AegisName: "Blazzer_Card"
- Name: "Blazzer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_FOOD; ">
-},
-{
- Id: 4216
- AegisName: "Sasquatch_Card"
- Name: "Sasquatch Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,600; ">
-},
-{
- Id: 4217
- AegisName: "Live_Peach_Tree_Card"
- Name: "Enchanted Peach Tree Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus3 bAutoSpell,AL_HEAL,1+9*(getskilllv(AL_HEAL)==10),20; ">
-},
-{
- Id: 4218
- AegisName: "Succubus_Card"
- Name: "Succubus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bVit,-3;
- bonus bHPrecovRate,-20;
- bonus bMaxHP,1000;
- ">
-},
-{
- Id: 4219
- AegisName: "Sageworm_Card"
- Name: "Sage Worm Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddMonsterDropItem,715,30;
- bonus2 bAddMonsterDropItem,716,30;
- bonus2 bAddMonsterDropItem,717,30;
- ">
-},
-{
- Id: 4220
- AegisName: "Solider_Card"
- Name: "Solider Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDef,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 4221
- AegisName: "Skeleton_General_Card"
- Name: "Skeleton General Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Insect,-20;
- bonus2 bExpAddRace,RC_Insect,10;
- ">
-},
-{
- Id: 4222
- AegisName: "Skel_Prisoner_Card"
- Name: "Skel Prisoner Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,300; ">
-},
-{
- Id: 4223
- AegisName: "Stalactic_Golem_Card"
- Name: "Stalactic Golem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stun,2000;
- ">
-},
-{
- Id: 4224
- AegisName: "Stem_Worm_Card"
- Name: "Stem Worm Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12032,RC_Brute,100; ">
-},
-{
- Id: 4225
- AegisName: "Stone_Shooter_Card"
- Name: "Stone Shooter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,10;
- bonus bHit,10;
- ">
-},
-{
- Id: 4226
- AegisName: "Sting_Card"
- Name: "Sting Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bDef,2;
- if(getrefine()>8) bonus bMdef,5;
- ">
-},
-{
- Id: 4227
- AegisName: "Spring_Rabbit_Card"
- Name: "Spring Rabbit Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddItemHealRate,Meat,50;
- bonus2 bAddItemHealRate,528,50;
- bonus3 bAddMonsterDropItem,Meat,RC_Brute,200;
- bonus3 bAddMonsterDropItem,528,RC_Brute,200;
- ">
-},
-{
- Id: 4228
- AegisName: "Sleeper_Card"
- Name: "Sleeper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12031,RC_Fish,100; ">
-},
-{
- Id: 4229
- AegisName: "C_Tower_Manager_Card"
- Name: "Tower Keeper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,1;
- bonus bVariableCastrate,-5;
- ">
-},
-{
- Id: 4230
- AegisName: "Shinobi_Card"
- Name: "Shinobi Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bAgi,1;
- bonus3 bAutoSpellWhenHit,AS_CLOAKING,5,100;
- ">
-},
-{
- Id: 4231
- AegisName: "Increase_Soil_Card"
- Name: "Mi Gao Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bSubRace2,RC2_Guardian,50; ">
-},
-{
- Id: 4232
- AegisName: "Wild_Ginseng_Card"
- Name: "Hermit Plant Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddItemHealRate,Red_Herb,50;
- bonus2 bAddItemHealRate,Yellow_Herb,50;
- bonus2 bAddItemHealRate,White_Herb,50;
- bonus3 bAddMonsterDropItem,507,RC_Plant,300;
- bonus3 bAddMonsterDropItem,508,RC_Plant,200;
- bonus3 bAddMonsterDropItem,509,RC_Plant,100;
- ">
-},
-{
- Id: 4233
- AegisName: "Baby_Leopard_Card"
- Name: "Baby Leopard Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bLuk,3;
- if(BaseClass==Job_Merchant) bonus bUnbreakableArmor,0;
- ">
-},
-{
- Id: 4234
- AegisName: "Anolian_Card"
- Name: "Anolian Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAutoSpellWhenHit,AC_CONCENTRATION,1+9*(getskilllv(AC_CONCENTRATION)==10),30; ">
-},
-{
- Id: 4235
- AegisName: "Cookie_XMAS_Card"
- Name: "Christmas Cookie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Angel,-20;
- bonus2 bExpAddRace,RC_Angel,10;
- ">
-},
-{
- Id: 4236
- AegisName: "Amon_Ra_Card"
- Name: "Amon Ra Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bAllStats,1;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99));
- ">
-},
-{
- Id: 4237
- AegisName: "Owl_Duke_Card"
- Name: "Owl Duke Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,PR_IMPOSITIO,3,3; ">
-},
-{
- Id: 4238
- AegisName: "Owl_Baron_Card"
- Name: "Owl Baron Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,PR_LEXAETERNA,1,30; ">
-},
-{
- Id: 4239
- AegisName: "Iron_Fist_Card"
- Name: "Iron Fist Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Formless,-20;
- bonus2 bExpAddRace,RC_Formless,10;
- ">
-},
-{
- Id: 4240
- AegisName: "Arclouse_Card"
- Name: "Arclouze Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- if(getrefine()<6) {
- bonus bDef,2;
- bonus bMdef,3;
- }
- ">
-},
-{
- Id: 4241
- AegisName: "Archangeling_Card"
- Name: "Arc Angeling Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMaxHP,300;
- if(readparam(bLuk)>=77) {
- bonus bHPrecovRate,100;
- bonus bSPrecovRate,100;
- }
- ">
-},
-{
- Id: 4242
- AegisName: "Apocalips_Card"
- Name: "Apocalipse Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bVit,2;
- if(getrefine()>8) bonus bMaxHP,800;
- ">
-},
-{
- Id: 4243
- AegisName: "Antonio_Card"
- Name: "Antonio Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAutoSpellWhenHit,AL_TELEPORT,1,500; ">
-},
-{
- Id: 4244
- AegisName: "Alarm_Card"
- Name: "Alarm Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus3 bAutoSpellWhenHit,MG_SIGHT,1,200;
- bonus bMaxHP,300;
- bonus bVit,1;
- ">
-},
-{
- Id: 4245
- AegisName: "Am_Mut_Card"
- Name: "Am Mut Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,-20;
- bonus2 bExpAddRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 4246
- AegisName: "Assulter_Card"
- Name: "Assaulter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_DemiPlayer,7;
- ">
-},
-{
- Id: 4247
- AegisName: "Aster_Card"
- Name: "Aster Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddDamageClass,1074,30;
- ">
-},
-{
- Id: 4248
- AegisName: "Ancient_Mummy_Card"
- Name: "Ancient Mummy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus3 bAutoSpellWhenHit,AL_CRUCIS,5,30; ">
-},
-{
- Id: 4249
- AegisName: "Ancient_Worm_Card"
- Name: "Ancient Worm Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Demon,-20;
- bonus2 bExpAddRace,RC_Demon,10;
- ">
-},
-{
- Id: 4250
- AegisName: "Executioner_Card"
- Name: "Executioner Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubSize,Size_Large,25;
- bonus bDef,1;
- ">
-},
-{
- Id: 4251
- AegisName: "Elder_Card"
- Name: "Elder Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace2,RC2_Guardian,40; ">
-},
-{
- Id: 4252
- AegisName: "Alligator_Card"
- Name: "Alligator Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bLongAtkDef,5; ">
-},
-{
- Id: 4253
- AegisName: "Alice_Card"
- Name: "Alice Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubRace,RC_Boss,40;
- bonus2 bSubRace,RC_NonBoss,-40;
- ">
-},
-{
- Id: 4254
- AegisName: "Tirfing_Card"
- Name: "Ogretooth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubSize,Size_Medium,25;
- bonus bDef,1;
- ">
-},
-{
- Id: 4255
- AegisName: "Orc_Lady_Card"
- Name: "Orc Lady Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace2,RC2_Orc,30; ">
-},
-{
- Id: 4256
- AegisName: "Orc_Archer_Card"
- Name: "Orc Archer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12034,RC_DemiPlayer,100; ">
-},
-{
- Id: 4257
- AegisName: "Wild_Rose_Card"
- Name: "Wild Rose Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bAgi,1;
- if(BaseClass==Job_Thief) bonus bFlee2,5;
- ">
-},
-{
- Id: 4258
- AegisName: "Wicked_Nymph_Card"
- Name: "Evil Nymph Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 4259
- AegisName: "Wooden_Golem_Card"
- Name: "Wooden Golem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDef,1;
- bonus bHPrecovRate,30;
- ">
-},
-{
- Id: 4260
- AegisName: "Wootan_Shooter_Card"
- Name: "Wootan Shooter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Confusion,2000;
- ">
-},
-{
- Id: 4261
- AegisName: "Wootan_Fighter_Card"
- Name: "Wootan Fighter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Bleeding,2000;
- ">
-},
-{
- Id: 4262
- AegisName: "Evil_Cloud_Hermit_Card"
- Name: "Cloud Hermit Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12029,RC_Plant,100; ">
-},
-{
- Id: 4263
- AegisName: "Incant_Samurai_Card"
- Name: "Samurai Spector Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus bHPrecovRate,-100;
- bonus2 bHPLossRate,666,10000;
- ">
- OnUnequipScript: <"
- if((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
- heal(1-Hp),0;
- }
- else {
- heal -999,0;
- }
- ">
-},
-{
- Id: 4264
- AegisName: "Wind_Ghost_Card"
- Name: "Wind Ghost Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- 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
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12033,RC_Angel,100; ">
-},
-{
- Id: 4266
- AegisName: "Eclipse_Card"
- Name: "Eclipse Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 4267
- AegisName: "Explosion_Card"
- Name: "Explosion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Dragon,-20;
- bonus2 bExpAddRace,RC_Dragon,10;
- ">
-},
-{
- Id: 4268
- AegisName: "Injustice_Card"
- Name: "Injustice Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAutoSpell,AS_SONICBLOW,1,50; ">
-},
-{
- Id: 4269
- AegisName: "Incubus_Card"
- Name: "Incubus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,-3;
- bonus bSPrecovRate,-20;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 4270
- AegisName: "Giant_Spider_Card"
- Name: "Giant Spider Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Poison,600; ">
-},
-{
- Id: 4271
- AegisName: "Giant_Honet_Card"
- Name: "Giant Hornet Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bSubEle,Ele_Wind,10;
- bonus3 bAddMonsterDropItem,992,RC_Insect,100;
- ">
-},
-{
- Id: 4272
- AegisName: "Dancing_Dragon_Card"
- Name: "Zhu Po Long Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bAgi,1;
- bonus bCritical,3;
- ">
-},
-{
- Id: 4273
- AegisName: "Shellfish_Card"
- Name: "Shell Fish Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddDamageClass,1073,30;
- ">
-},
-{
- Id: 4274
- AegisName: "Zombie_Master_Card"
- Name: "Zombie Master Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Undead,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4275
- AegisName: "Zombie_Prisoner_Card"
- Name: "Zombie Prisoner Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bSubRace,RC_Undead,-20;
- bonus2 bExpAddRace,RC_Undead,10;
- ">
-},
-{
- Id: 4276
- AegisName: "Lord_Of_Death_Card"
- Name: "Lord of The Dead Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Curse,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Silence,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Poison,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT;
- bonus2 bWeaponComaRace,RC_NonBoss,1;
- ">
-},
-{
- Id: 4277
- AegisName: "Zherlthsh_Card"
- Name: "Zealotus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bLuk,2;
- bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
- bonus2 bSkillAtk,DC_THROWARROW,10;
- ">
-},
-{
- Id: 4278
- AegisName: "Gibbet_Card"
- Name: "Gibbet Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" if(getrefine()<6) bonus bMdef,5; ">
-},
-{
- Id: 4279
- AegisName: "Deleter_Card"
- Name: "Earth Deleter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bSPrecovRate,-100;
- bonus bSPGainValue,10;
- ">
- OnUnequipScript: <" heal 0,-100; ">
-},
-{
- Id: 4280
- AegisName: "Geographer_Card"
- Name: "Geographer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAutoSpellWhenHit,AL_BLESSING,2+8*(getskilllv(AL_BLESSING)==10),30; ">
-},
-{
- Id: 4281
- AegisName: "Zipper_Bear_Card"
- Name: "Zipper Bear Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,30;
- bonus2 bSPDrainValue,-1,0;
- if(BaseClass==Job_Merchant) bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 4282
- AegisName: "Tengu_Card"
- Name: "Tengu Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_HEAL; ">
-},
-{
- Id: 4283
- AegisName: "Greatest_General_Card"
- Name: "Greatest General Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,MO_CALLSPIRITS,5,2+18*(BaseClass==Job_Acolyte); ">
-},
-{
- Id: 4284
- AegisName: "Chepet_Card"
- Name: "Chepet Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus4 bAutoSpell,AL_HEAL,5,50,1; ">
-},
-{
- Id: 4285
- AegisName: "Choco_Card"
- Name: "Choco Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee2,5;
- bonus bFlee,10;
- ">
-},
-{
- Id: 4286
- AegisName: "Karakasa_Card"
- Name: "Karakasa Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77); ">
-},
-{
- Id: 4287
- AegisName: "Kapha_Card"
- Name: "Kapha Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" if(getrefine()<6) bonus bMdef,8; ">
-},
-{
- Id: 4288
- AegisName: "Carat_Card"
- Name: "Carat Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,2;
- if(getrefine()>8) bonus bMaxSP,150;
- ">
-},
-{
- Id: 4289
- AegisName: "Caterpillar_Card"
- Name: "Caterpillar Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Plant,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4290
- AegisName: "Cat_O_Nine_Tail_Card"
- Name: "Cat O' Nine Tails Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMdef,3;
- bonus bMagicDamageReturn,5;
- ">
-},
-{
- Id: 4291
- AegisName: "Kobold_Leader_Card"
- Name: "Kobold Leader Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace2,RC2_Kobold,30; ">
-},
-{
- Id: 4292
- AegisName: "Kobold_Archer_Card"
- Name: "Kobold Archer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Plant,7;
- ">
-},
-{
- Id: 4293
- AegisName: "Cookie_Card"
- Name: "Cookie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bLuk,2;
- bonus2 bSkillAtk,AL_HOLYLIGHT,10;
- ">
-},
-{
- Id: 4294
- AegisName: "Quve_Card"
- Name: "Quve Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100; ">
-},
-{
- Id: 4295
- AegisName: "Kraben_Card"
- Name: "Kraben Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Blind,600; ">
-},
-{
- Id: 4296
- AegisName: "Cramp_Card"
- Name: "Cramp Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus2 bGetZenyNum,500,1; ">
-},
-{
- Id: 4297
- AegisName: "Cruiser_Card"
- Name: "Cruiser Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Brute,7;
- ">
-},
-{
- Id: 4298
- AegisName: "Cremy_Fear_Card"
- Name: "Creamy Fear Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,600; ">
-},
-{
- Id: 4299
- AegisName: "Clock_Card"
- Name: "Clock Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAutoSpellWhenHit,CR_AUTOGUARD,3+7*(getskilllv(CR_AUTOGUARD)==10),30; ">
- OnUnequipScript: <" sc_end SC_AUTOGUARD; ">
-},
-{
- Id: 4300
- AegisName: "Chimera_Card"
- Name: "Chimera Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob==Job_Assassin); ">
-},
-{
- Id: 4301
- AegisName: "Killer_Mantis_Card"
- Name: "Killer Mantis Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Bleeding,600; ">
-},
-{
- Id: 4302
- AegisName: "Tao_Gunka_Card"
- Name: "Tao Gunka Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHPrate,100;
- bonus bDefRate,-50;
- bonus bMdefRate,-50;
- ">
-},
-{
- Id: 4303
- AegisName: "Whisper_Boss_Card"
- Name: "Giant Whisper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- if(readparam(bStr)>=80) {
- bonus bBaseAtk,20;
- }
- if(readparam(bVit)>=80) {
- bonus bMaxHPrate,3;
- }
- if(readparam(bLuk)>=80) {
- bonus bCritical,3;
- }
- ">
-},
-{
- Id: 4304
- AegisName: "Tamruan_Card"
- Name: "Tamruan Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bDef,2;
- bonus2 bSkillAtk,CR_SHIELDCHARGE,10;
- bonus2 bSkillAtk,CR_SHIELDBOOMERANG,10;
- ">
-},
-{
- Id: 4305
- AegisName: "Turtle_General_Card"
- Name: "Turtle General Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddRace,RC_NonBoss,20;
- bonus2 bAddRace,RC_Boss,20;
- bonus3 bAutoSpell,SM_MAGNUM,10,30;
- ">
-},
-{
- Id: 4306
- AegisName: "Toad_Card"
- Name: "Toad Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bFlee2,1; ">
-},
-{
- Id: 4307
- AegisName: "Kind_Of_Beetle_Card"
- Name: "Beetle King Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Fish,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4308
- AegisName: "Tri_Joint_Card"
- Name: "Tri Joint Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Formless,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4309
- AegisName: "Parasite_Card"
- Name: "Parasite Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bDef,1;
- bonus2 bAddRaceTolerance,RC_Formless,5;
- ">
-},
-{
- Id: 4310
- AegisName: "Panzer_Goblin_Card"
- Name: "Panzer Goblin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Demon,7;
- ">
-},
-{
- Id: 4311
- AegisName: "Permeter_Card"
- Name: "Permeter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bSubEle,Ele_Dark,15;
- bonus2 bSubEle,Ele_Undead,15;
- ">
-},
-{
- Id: 4312
- AegisName: "Fur_Seal_Card"
- Name: "Fur Seal Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bFlee,3;
- bonus bHit,10;
- if(BaseClass==Job_Acolyte) {
- bonus2 bCriticalAddRace,RC_Undead,9;
- bonus2 bCriticalAddRace,RC_Demon,9;
- }
- ">
-},
-{
- Id: 4313
- AegisName: "Punk_Card"
- Name: "Punk Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1+4*(getskilllv(WZ_QUAGMIRE)==5),50,0; ">
-},
-{
- Id: 4314
- AegisName: "Penomena_Card"
- Name: "Penomena Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bSubRace,RC_Formless,30; ">
-},
-{
- Id: 4315
- AegisName: "Pest_Card"
- Name: "Pest Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77); ">
-},
-{
- Id: 4316
- AegisName: "Fake_Angel_Card"
- Name: "False Angel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_Angel,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4317
- AegisName: "Mobster_Card"
- Name: "Mobster Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,15;
- if(BaseClass==Job_Thief) bonus bCritical,4;
- ">
-},
-{
- Id: 4318
- AegisName: "Knight_Windstorm_Card"
- Name: "Stormy Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus3 bAutoSpell,WZ_STORMGUST,2,20;
- bonus2 bAddEff,Eff_Freeze,2000;
- ">
-},
-{
- Id: 4319
- AegisName: "Freezer_Card"
- Name: "Freezer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxHP,300;
- if(getrefine()>=9) bonus2 bSkillAtk,SM_BASH,10;
- ">
-},
-{
- Id: 4320
- AegisName: "Bloody_Knight_Card"
- Name: "Bloody Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAutoSpell,WZ_METEOR,1,20; ">
-},
-{
- Id: 4321
- AegisName: "Hylozoist_Card"
- Name: "Hylozoist Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bClassChange,100; ">
-},
-{
- Id: 4322
- AegisName: "High_Orc_Card"
- Name: "High Orc Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bDef,1;
- bonus bShortWeaponDamageReturn,5;
- ">
-},
-{
- Id: 4323
- AegisName: "Garm_Baby_Card"
- Name: "Hatii Bebe Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAutoSpell,MG_FROSTDIVER,3,50; ">
-},
-{
- Id: 4324
- AegisName: "Garm_Card"
- Name: "Hatii Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,5000; ">
-},
-{
- Id: 4325
- AegisName: "Harpy_Card"
- Name: "Harpy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bAddRaceTolerance,RC_Formless,15;
- bonus2 bSkillAtk,MG_NAPALMBEAT,5;
- ">
-},
-{
- Id: 4326
- AegisName: "See_Otter_Card"
- Name: "Sea-Otter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddItemHealRate,Sushi,50;
- bonus2 bAddItemHealRate,Fish_Slice,50;
- bonus3 bAddMonsterDropItem,551,RC_Fish,300;
- bonus3 bAddMonsterDropItem,544,RC_Fish,300;
- ">
-},
-{
- Id: 4327
- AegisName: "Blood_Butterfly_Card"
- Name: "Bloody Butterfly Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bVariableCastrate,30;
- bonus bNoCastCancel,0;
- bonus2 bSkillAtk,MG_FIREWALL,5;
- ">
-},
-{
- Id: 4328
- AegisName: "Hyegun_Card"
- Name: "Yao Jun Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,15;
- bonus bCritical,1;
- ">
-},
-{
- Id: 4329
- AegisName: "Phendark_Card"
- Name: "Phendark Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPGainRace,RC_DemiPlayer,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4330
- AegisName: "Dark_Snake_Lord_Card"
- Name: "Evil Snake Lord Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,3;
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Curse,10000;
- ">
-},
-{
- Id: 4331
- AegisName: "Heater_Card"
- Name: "Heater Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bCritical,3;
- if(BaseClass==Job_Swordman) bonus bFlee2,3;
- ">
-},
-{
- Id: 4332
- AegisName: "Waste_Stove_Card"
- Name: "Waste Stove Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bBaseAtk,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 4333
- AegisName: "Venomous_Card"
- Name: "Venomous Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF; ">
-},
-{
- Id: 4334
- AegisName: "Noxious_Card"
- Name: "Noxious Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bLongAtkDef,10;
- bonus2 bSubEle,Ele_Neutral,10;
- ">
-},
-{
- Id: 4335
- AegisName: "Pitman_Card"
- Name: "Pitman Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bSkillAtk,WZ_EARTHSPIKE,5;
- bonus2 bSkillAtk,WZ_HEAVENDRIVE,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4336
- AegisName: "Ungoliant_Card"
- Name: "Ungoliant Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bHPrecovRate,10;
- bonus2 bResEff,Eff_Bleeding,10000;
- ">
-},
-{
- Id: 4337
- AegisName: "Porcellio_Card"
- Name: "Porcellio Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bBaseAtk,25;
- bonus bDef,-5;
- ">
-},
-{
- Id: 4338
- AegisName: "Obsidian_Card"
- Name: "Obsidian Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,readparam(bDex)/18; ">
-},
-{
- Id: 4339
- AegisName: "Mineral_Card"
- Name: "Mineral Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bBaseAtk,-25;
- bonus bDef,3;
- ">
-},
-{
- Id: 4340
- AegisName: "Teddy_Bear_Card"
- Name: "Teddy Bear Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Undead,30; ">
-},
-{
- Id: 4341
- AegisName: "Metaling_Card"
- Name: "Metaling Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAutoSpell,RG_STRIPWEAPON,1,50; ">
-},
-{
- Id: 4342
- AegisName: "Rsx_0806_Card"
- Name: "RSX-0806 Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bVit,3;
- bonus bUnbreakableArmor,0;
- bonus bNoKnockback,0;
- ">
-},
-{
- Id: 4343
- AegisName: "Mole_Card"
- Name: "Holden Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 4344
- AegisName: "Anopheles_Card"
- Name: "Anopheles Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12058,RC_Insect,50; ">
-},
-{
- Id: 4345
- AegisName: "Hill_Wind_Card"
- Name: "Hill Wind Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bSkillAtk,MG_THUNDERSTORM,5;
- bonus2 bSkillAtk,WZ_JUPITEL,5;
- bonus2 bSkillAtk,WZ_VERMILION,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4346
- AegisName: "Ygnizem_Card"
- Name: "Egnigem Cenia Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,readparam(bInt)/18; ">
-},
-{
- Id: 4347
- AegisName: "Armaia_Card"
- Name: "Armeyer Dinze Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12053,RC_Fish,50; ">
-},
-{
- Id: 4348
- AegisName: "Whikebain_Card"
- Name: "Wickebine Tres Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,RG_STRIPARMOR,1,50; ">
-},
-{
- Id: 4349
- AegisName: "Erend_Card"
- Name: "Errende Ebecee Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus4 bAutoSpellWhenHit,AL_PNEUMA,1,50,0; ">
-},
-{
- Id: 4350
- AegisName: "Rawrel_Card"
- Name: "Laurell Weinder Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bSkillAtk,WZ_FROSTNOVA,3;
- bonus2 bSkillAtk,WZ_STORMGUST,3;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4351
- AegisName: "Kavac_Card"
- Name: "Kavach Icarus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- if(getrefine()<=4) {
- bonus bFlee,20;
- bonus bFlee2,1;
- }
- else {
- bonus bFlee,10;
- }
- ">
-},
-{
- Id: 4352
- AegisName: "B_Ygnizem_Card"
- Name: "Boss Egnigem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- bonus2 bHPRegenRate,50,10000;
- bonus2 bSPRegenRate,10,10000;
- ">
-},
-{
- Id: 4353
- AegisName: "Removal_Card"
- Name: "Remover Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHP,800-40*getrefine();
- bonus bHPrecovRate,10;
- ">
-},
-{
- Id: 4354
- AegisName: "Gemini_Card"
- Name: "Gemini-S58 Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- if(readparam(bAgi)>=90) {
- bonus2 bResEff,Eff_Silence,3000;
- bonus2 bResEff,Eff_Stun,3000;
- }
- if(readparam(bVit)>=80) {
- bonus2 bResEff,Eff_Stone,5000;
- bonus2 bResEff,Eff_Sleep,5000;
- }
- ">
-},
-{
- Id: 4355
- AegisName: "Gremlin_Card"
- Name: "Gremlin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12043,RC_Brute,50; ">
-},
-{
- Id: 4356
- AegisName: "Beholder_Card"
- Name: "Beholder Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" skill SA_CASTCANCEL,1; ">
-},
-{
- Id: 4357
- AegisName: "B_Seyren_Card"
- Name: "Lord Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- skill LK_BERSERK,1;
- bonus bMaxHPrate,-50;
- ">
-},
-{
- Id: 4358
- AegisName: "Seyren_Card"
- Name: "Seyren Windsor Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bStr,getrefine()-6; ">
-},
-{
- Id: 4359
- AegisName: "B_Eremes_Card"
- Name: "Assassin Cross Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" skill AS_CLOAKING,3; ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 4360
- AegisName: "Eremes_Card"
- Name: "Eremes Guile Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bCriticalAddRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 4361
- AegisName: "B_Harword_Card"
- Name: "MasterSmith Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBreakWeaponRate,1000;
- bonus bBreakArmorRate,700;
- ">
-},
-{
- Id: 4362
- AegisName: "Harword_Card"
- Name: "Howard Alt-Eisen Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bAspdRate,-5;
- bonus bHit,30;
- ">
-},
-{
- Id: 4363
- AegisName: "B_Magaleta_Card"
- Name: "High Priest Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,50,BF_WEAPON|BF_MAGIC,0; ">
-},
-{
- Id: 4364
- AegisName: "Magaleta_Card"
- Name: "Margaretha Sorin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,1;
- bonus5 bAutoSpellWhenHit,PR_LEXDIVINA,5,150,BF_MAGIC,1;
- ">
-},
-{
- Id: 4365
- AegisName: "B_Katrinn_Card"
- Name: "High Wizard Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bIgnoreMdefRace,RC_NonBoss;
- bonus bVariableCastrate,100;
- bonus bSPrecovRate,-100;
- ">
- OnUnequipScript: <" heal 0,-2000; ">
-},
-{
- Id: 4366
- AegisName: "Katrinn_Card"
- Name: "Kathryne Keyron Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bVariableCastrate,getrefine()*-1;
- if(getrefine()>=9) {
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 4367
- AegisName: "B_Shecil_Card"
- Name: "Sniper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bHPDrainRate,10,20;
- bonus bHPrecovRate,-10;
- ">
-},
-{
- Id: 4368
- AegisName: "Shecil_Card"
- Name: "Cecil Damon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bAspdRate,5;
- bonus bHit,-30;
- ">
-},
-{
- Id: 4369
- AegisName: "Venatu_Card"
- Name: "Venatu Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,readparam(bAgi)/18; ">
-},
-{
- Id: 4370
- AegisName: "Dimik_Card"
- Name: "Dimik Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,getrefine()-5; ">
-},
-{
- Id: 4371
- AegisName: "Archdam_Card"
- Name: "Archdam Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bBaseAtk,10;
- bonus bVariableCastrate,20;
- ">
-},
-{
- Id: 4372
- AegisName: "Bacsojin_Card"
- Name: "White Lady Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bHealPower,30;
- bonus bUseSPrate,15;
- ">
-},
-{
- Id: 4373
- AegisName: "Chung_E_Card"
- Name: "Green Maiden Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bLuk,getrefine()-5;
- bonus bCritical,min(getrefine(),10);
- ">
-},
-{
- Id: 4374
- AegisName: "Apocalips_H_Card"
- Name: "Vesper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDex,2;
- bonus2 bIgnoreMdefRate,RC_Boss,30;
- ">
-},
-{
- Id: 4375
- AegisName: "Orc_Baby_Card_Card"
- Name: "Orc Baby Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- if(getrefine()>=9) {
- bonus2 bSubEle,Ele_Neutral,15;
- bonus bFlee,15;
- }
- else {
- bonus2 bSubEle,Ele_Neutral,10;
- bonus bFlee,10;
- }
- ">
-},
-{
- Id: 4376
- AegisName: "Lady_Tanee_Card"
- Name: "Lady Tanee Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxHPrate,-40;
- bonus bMaxSPrate,50;
- bonus2 bAddMonsterDropItem,513,200;
- bonus2 bAddItemHealRate,513,100;
- ">
-},
-{
- Id: 4377
- AegisName: "Green_Iguana_Card"
- Name: "Grove Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12063,RC_Formless,50; ">
-},
-{
- Id: 4378
- AegisName: "Acidus_Card"
- Name: "Gold Acidus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- if(getrefine()<=4) {
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- bonus bHPrecovRate,5;
- bonus bSPrecovRate,5;
- }
- else {
- bonus bMaxHPrate,4;
- bonus bMaxSPrate,4;
- }
- ">
-},
-{
- Id: 4379
- AegisName: "Acidus__Card"
- Name: "Blue Acidus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- if(getrefine()<=4) {
- bonus bSPrecovRate,5;
- bonus bMaxSP,80;
- }
- else {
- bonus bMaxSP,40;
- }
- ">
-},
-{
- Id: 4380
- AegisName: "Ferus_Card"
- Name: "Red Ferus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bSkillAtk,WZ_FIREPILLAR,5;
- bonus2 bSkillAtk,WZ_METEOR,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4381
- AegisName: "Ferus__Card"
- Name: "Green Ferus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bVit,1;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 4382
- AegisName: "Novus__Card"
- Name: "Yellow Novus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHP,500;
- bonus bHPrecovRate,10;
- ">
-},
-{
- Id: 4383
- AegisName: "Novus_Card"
- Name: "Red Novus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF; ">
-},
-{
- Id: 4384
- AegisName: "Hydro_Card"
- Name: "Hydro Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,SA_SPELLBREAKER,1,100; ">
-},
-{
- Id: 4385
- AegisName: "Dragon_Egg_Card"
- Name: "Dragon Egg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12048,RC_Dragon,50; ">
-},
-{
- Id: 4386
- AegisName: "Detale_Card"
- Name: "Detardeurus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMdef,-20;
- bonus2 bResEff,Eff_Freeze,10000;
- bonus5 bAutoSpellWhenHit,SA_LANDPROTECTOR,1,70,BF_MAGIC,0;
- ">
-},
-{
- Id: 4387
- AegisName: "Ancient_Mimic_Card"
- Name: "Ancient Mimic Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,readparam(bLuk)/18; ">
-},
-{
- Id: 4388
- AegisName: "Deathword_Card"
- Name: "Death Word Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bSkillAtk,MG_NAPALMBEAT,5;
- bonus2 bSkillAtk,MG_SOULSTRIKE,5;
- bonus2 bSkillAtk,HW_NAPALMVULCAN,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4389
- AegisName: "Plasma_Card"
- Name: "Plasma Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddMonsterDropItem,12118,50;
- bonus2 bAddMonsterDropItem,12119,50;
- bonus2 bAddMonsterDropItem,12120,50;
- bonus2 bAddMonsterDropItem,12121,50;
- ">
-},
-{
- Id: 4390
- AegisName: "Breeze_Card"
- Name: "Breeze Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddEff,Eff_Bleeding,500;
- ">
-},
-{
- Id: 4391
- AegisName: "Retribution_Card"
- Name: "Baroness of Retribution Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAddMonsterDropItem,12068,RC_Angel,50; ">
-},
-{
- Id: 4392
- AegisName: "Observation_Card"
- Name: "Dame of Sentinel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,readparam(bVit)/18; ">
-},
-{
- Id: 4393
- AegisName: "Shelter_Card"
- Name: "Mistress of Shelter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,readparam(bStr)/18; ">
-},
-{
- Id: 4394
- AegisName: "Solace_Card"
- Name: "Lady Solace Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" if(BaseJob==Job_Priest) bonus3 bAutoSpell,CR_GRANDCROSS,5,20; ">
-},
-{
- Id: 4395
- AegisName: "Tha_Maero_Card"
- Name: "Maero of Thanatos Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,5;
- bonus3 bAutoSpell,AL_DECAGI,3,50;
- ">
-},
-{
- Id: 4396
- AegisName: "Tha_Odium_Card"
- Name: "Odium of Thanatos Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bAgi,getrefine()-5; ">
-},
-{
- Id: 4397
- AegisName: "Tha_Despero_Card"
- Name: "Despero of Thanatos Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus bInt,getrefine()-6; ">
-},
-{
- Id: 4398
- AegisName: "Tha_Dolor_Card"
- Name: "Dolor of Thanatos Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Angel,10; ">
-},
-{
- Id: 4399
- AegisName: "Thanatos_Card"
- Name: "Memory of Thanatos Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bDefRatioAtkRace,RC_Boss;
- bonus bDefRatioAtkRace,RC_NonBoss;
- bonus bSPDrainValue,-1;
- bonus bDef,-30;
- bonus bFlee,-30;
- ">
-},
-{
- Id: 4400
- AegisName: "Aliza_Card"
- Name: "Aliza Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50+50*(BaseJob==Job_Dancer); ">
-},
-{
- Id: 4401
- AegisName: "Alicel_Card"
- Name: "Alicel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bFlee,10;
- bonus bDef,-5;
- ">
-},
-{
- Id: 4402
- AegisName: "Aliot_Card"
- Name: "Aliot Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) {
- bonus bStr,2;
- bonus bMaxHPrate,5;
- }
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) {
- bonus bInt,2;
- bonus bMaxSPrate,5;
- }
- ">
-},
-{
- Id: 4403
- AegisName: "Kiel_Card"
- Name: "Kiel-D-01 Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bDelayrate,-30; ">
-},
-{
- Id: 4404
- AegisName: "Skogul_Card"
- Name: "Skogul Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF; ">
-},
-{
- Id: 4405
- AegisName: "Frus_Card"
- Name: "Frus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMagicDamageReturn,min(getrefine(),10)*2;
- if(BaseClass==Job_Mage) bonus bMdef,3;
- ">
-},
-{
- Id: 4406
- AegisName: "Skeggiold_Card"
- Name: "Skeggiold Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Demon,2; ">
-},
-{
- Id: 4407
- AegisName: "Randgris_Card"
- Name: "Randgris Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddRace,RC_NonBoss,10;
- bonus2 bAddRace,RC_Boss,10;
- bonus3 bAutoSpell,SA_DISPELL,1,50;
- ">
-},
-{
- Id: 4408
- AegisName: "Gloom_Under_Night_Card"
- Name: "Gloom Under Night Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus2 bAddEle,Ele_Holy,40;
- bonus2 bAddEle,Ele_Dark,40;
- bonus2 bAddRace,RC_Angel,40;
- bonus2 bAddRace,RC_Demon,40;
- ">
-},
-{
- Id: 4409
- AegisName: "Agav_Card"
- Name: "Agav Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMatkRate,5;
- bonus bDef,-10;
- if(BaseClass==Job_Mage) bonus bMaxSP,100;
- ">
-},
-{
- Id: 4410
- AegisName: "Echio_Card"
- Name: "Echio Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bBaseAtk,15;
- if(BaseClass==Job_Swordman) bonus bMaxHP,500;
- ">
-},
-{
- Id: 4411
- AegisName: "Vanberk_Card"
- Name: "Vanberk Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bStr,2;
- autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 4412
- AegisName: "Isilla_Card"
- Name: "Isilla Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,2;
- autobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";
- ">
-},
-{
- Id: 4413
- AegisName: "Hodremlin_Card"
- Name: "Hodremlin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubSize,Size_Small,15;
- bonus2 bSubSize,Size_Medium,15;
- bonus2 bSubSize,Size_Large,15;
- autobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }";
- ">
-},
-{
- Id: 4414
- AegisName: "Seeker_Card"
- Name: "Seeker Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- skill MG_STONECURSE,1;
- bonus2 bResEff,Eff_Stone,3000;
- bonus bMdef,10;
- ">
-},
-{
- Id: 4415
- AegisName: "Snowier_Card"
- Name: "Snowier Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bAddMonsterDropItem,536,500;
- bonus2 bAddItemHealRate,536,100;
- ">
-},
-{
- Id: 4416
- AegisName: "Siroma_Card"
- Name: "Siroma Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bSkillAtk,MG_COLDBOLT,25;
- bonus2 bVariableCastrate,MG_COLDBOLT,-25;
- ">
-},
-{
- Id: 4417
- AegisName: "Ice_Titan_Card"
- Name: "Ice Titan Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bVit,2;
- autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }";
- ">
-},
-{
- Id: 4418
- AegisName: "Gazeti_Card"
- Name: "Gazeti Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus3 bAutoSpell,MG_COLDBOLT,2,100; ">
-},
-{
- Id: 4419
- AegisName: "Ktullanux_Card"
- Name: "Ktullanux Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus2 bAddEle,Ele_Fire,50;
- bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,20,BF_WEAPON|BF_MAGIC,0;
- ">
-},
-{
- Id: 4420
- AegisName: "Muscipular_Card"
- Name: "Muscipular Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,100;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;
- ">
-},
-{
- Id: 4421
- AegisName: "Drosera_Card"
- Name: "Drosera Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" if(getiteminfo(getequipid(EQI_HAND_R),9)>3) bonus bCritical,15; ">
-},
-{
- Id: 4422
- AegisName: "Roween_Card"
- Name: "Roween Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,5;
- bonus bFlee2,3;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bCriticalAddRace,RC_Fish,15;
- ">
-},
-{
- Id: 4423
- AegisName: "Galion_Card"
- Name: "Galion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bHit,5;
- bonus2 bAddEle,Ele_Water,5;
- ">
-},
-{
- Id: 4424
- AegisName: "Stapo_Card"
- Name: "Stapo Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- skill TF_PICKSTONE,1;
- skill TF_THROWSTONE,1;
- ">
-},
-{
- Id: 4425
- AegisName: "Atroce_Card"
- Name: "Atroce Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,25;
- autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 4426
- AegisName: "Byorgue_Card"
- Name: "Byorgue Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- if(BaseJob==Job_Rogue) {
- bonus bMatkRate,10;
- bonus2 bAddRace,RC_NonBoss,10;
- bonus2 bAddRace,RC_Boss,10;
- }
- ">
-},
-{
- Id: 4427
- AegisName: "Sword_Guardian_Card"
- Name: "Sword Guardian Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) {
- bonus bHit,5;
- bonus bCritical,5;
- bonus2 bSkillAtk,62,25;
- }
- ">
-},
-{
- Id: 4428
- AegisName: "Bow_Guardian_Card"
- Name: "Bow Guardian Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
- bonus bHit,5;
- bonus bCritical,5;
- bonus2 bSkillAtk,AC_SHOWER,50;
- }
- ">
-},
-{
- Id: 4429
- AegisName: "Salamander_Card"
- Name: "Salamander Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSkillAtk,WZ_FIREPILLAR,40;
- bonus2 bSkillAtk,WZ_METEOR,40;
- ">
-},
-{
- Id: 4430
- AegisName: "Ifrit_Card"
- Name: "Ifrit Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bBaseAtk,(JobLevel/10);
- bonus bCritical,(JobLevel/10);
- bonus bHit,(JobLevel/10);
- bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,10,1;
- ">
-},
-{
- Id: 4431
- AegisName: "Kasa_Card"
- Name: "Kasa Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus3 bAutoSpell,MG_FIREBALL,5,20;
- bonus3 bAutoSpell,MG_FIREBOLT,5,20;
- ">
-},
-{
- Id: 4432
- AegisName: "Magmaring_Card"
- Name: "Magmaring Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bCriticalAddRace,RC_Brute,15;
- ">
-},
-{
- Id: 4433
- AegisName: "Imp_Card"
- Name: "Imp Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bSkillAtk,MG_FIREBOLT,25;
- bonus2 bVariableCastrate,MG_FIREBOLT,-25;
- ">
-},
-{
- Id: 4434
- AegisName: "Knocker_Card"
- Name: "Knocker Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bAddRace,RC_Formless,5;
- bonus3 bAddMonsterDropItem,756,RC_Formless,10;
- bonus3 bAddMonsterDropItem,757,RC_Formless,10;
- ">
-},
-{
- Id: 4435
- AegisName: "Zombie_Slaughter_Card"
- Name: "Zombie Slaughter Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bMagicAddRace,RC_DemiPlayer,1;
- bonus bHPGainValue,50;
- ">
-},
-{
- Id: 4436
- AegisName: "Ragged_Zombie_Card"
- Name: "Ragged Zombie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bCriticalAddRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bMagicAddRace,RC_DemiPlayer,1;
- bonus2 bAddEff2,Eff_Bleeding,10;
- ">
-},
-{
- Id: 4437
- AegisName: "Hell_Poodle_Card"
- Name: "Hell Poodle Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bHit,1;
- bonus2 bAddItemHealRate,517,100;
- bonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;
- ">
-},
-{
- Id: 4438
- AegisName: "Banshee_Card"
- Name: "Banshee Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- if(BaseClass==Job_Mage) {
- bonus bMaxSP,100;
- bonus bMaxHP,-100;
- bonus2 bSkillAtk,MG_NAPALMBEAT,20;
- bonus2 bSkillAtk,MG_SOULSTRIKE,20;
- bonus2 bSkillAtk,HW_NAPALMVULCAN,20;
- }
- ">
-},
-{
- Id: 4439
- AegisName: "Flame_Skull_Card"
- Name: "Flame Skull Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bResEff,Eff_Blind,3000;
- bonus2 bResEff,Eff_Stun,3000;
- bonus2 bResEff,Eff_Curse,3000;
- bonus2 bResEff,Eff_Stone,3000;
- bonus2 bAddEffWhenHit,Eff_Blind,500;
- bonus2 bAddEffWhenHit,Eff_Stun,500;
- bonus2 bAddEffWhenHit,Eff_Curse,500;
- bonus2 bAddEffWhenHit,Eff_Stone,500;
- ">
-},
-{
- Id: 4440
- AegisName: "Necromancer_Card"
- Name: "Necromancer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==10) {
- bonus bInt,1;
- bonus bIgnoreMdefRate,2;
- }
- ">
-},
-{
- Id: 4441
- AegisName: "Fallen_Bishop_Card"
- Name: "Fallen Bishop Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMatkRate,10;
- bonus bMaxSPrate,-50;
- bonus2 bMagicAddRace,RC_Angel,50;
- bonus2 bMagicAddRace,RC_DemiPlayer,50;
- ">
-},
-{
- Id: 4442
- AegisName: "Tatacho_Card"
- Name: "Tatacho Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Neutral,20;
- bonus2 bAddEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 4443
- AegisName: "Aqua_Elemental_Card"
- Name: "Aqua Elemental Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bAddEle,Ele_Water,5;
- ">
-},
-{
- Id: 4444
- AegisName: "Draco_Card"
- Name: "Draco Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bAddEle,Ele_Earth,5;
- ">
-},
-{
- Id: 4445
- AegisName: "Luciola_Vespa_Card"
- Name: "Luciola Vespa Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bAddEle,Ele_Wind,5;
- ">
-},
-{
- Id: 4446
- AegisName: "Enhanced_Skeleton_Card"
- Name: "Enhanced Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bAtk,15;
- bonus2 bAddEff,Eff_Stun,200;
- if(BaseLevel>99) {
- bonus2 bAddEff,Eff_Stun,100;
- }
- ">
-},
-{
- Id: 4447
- AegisName: "Centipede_Card"
- Name: "Centipede Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bAddEle,Ele_Poison,5;
- ">
-},
-{
- Id: 4448
- AegisName: "Cornus_Card"
- Name: "Cornus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bAddEle,Ele_Holy,5;
- ">
-},
-{
- Id: 4449
- AegisName: "Dark_Shadow_Card"
- Name: "Dark Shadow Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bAddEle,Ele_Dark,5;
- ">
-},
-{
- Id: 4450
- AegisName: "Banshee_Master_Card"
- Name: "Banshee Master Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bInt,1;
- bonus bMatk,10;
- ">
-},
-{
- Id: 4451
- AegisName: "Ant_Buyanne_Card"
- Name: "Entweihen Crothen Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bMatk,100; ">
-},
-{
- Id: 4452
- AegisName: "Centipede_Larva_Card"
- Name: "Centipede Larva Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bInt,1;
- bonus bMatk,3;
- ">
-},
-{
- Id: 4453
- AegisName: "Hilsrion_Card"
- Name: "Hillslion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bBaseAtk,25; ">
-},
-{
- Id: 4454
- AegisName: "Light_Up_Card1"
- Name: "No name card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
-},
-{
- Id: 4455
- AegisName: "Light_Up_Card2"
- Name: "No name card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
-},
-{
- Id: 4456
- AegisName: "Nidhogg_Shadow_Card"
- Name: "Nidhoggur Shadow Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bInt,5;
- if (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T) bonus bFixedCastrate,-50;
- ">
-},
-{
- Id: 4457
- AegisName: "Nahtzigger_Card"
- Name: "Naght Seiger Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus2 bSkillAtk,MG_NAPALMBEAT,30;
- bonus2 bSkillAtk,MG_SOULSTRIKE,30;
- bonus2 bSkillAtk,HW_NAPALMVULCAN,30;
- bonus2 bSkillAtk,GS_MAGICALBULLET,30;
- bonus2 bSkillAtk,WL_SOULEXPANSION,30;
- ">
-},
-{
- Id: 4458
- AegisName: "Duneirre_Card"
- Name: "Duneyrr Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bBaseAtk,10;
- autobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 4459
- AegisName: "Lata_Card"
- Name: "Rata Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,10;
- autobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";
- ">
-},
-{
- Id: 4460
- AegisName: "Ringco_Card"
- Name: "Rhyncho Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bHealPower,4;
- bonus2 bSkillUseSP,AL_HEAL,-15;
- ">
-},
-{
- Id: 4461
- AegisName: "Pillar_Card"
- Name: "Phylla Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- autobonus "{ bonus bCritical,20; }",15,4000,0,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 4462
- AegisName: "Hardrock_Mommos_Card"
- Name: "Hardrock Mammoth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDef,5;
- if(getrefine()>=12) {
- bonus bDef,20;
- bonus bMaxHPrate,10;
- }
- if(getrefine()>=14) {
- bonus bMaxHPrate,3;
- }
- ">
-},
-{
- Id: 4463
- AegisName: "Tendrilion_Card"
- Name: "Tendrillion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritical,5;
- if(getrefine()>=12) {
- bonus bBaseAtk,35;
- }
- if(getrefine()>=14) {
- bonus bCritical,10;
- }
- ">
-},
-{
- Id: 4464
- AegisName: "Aunoe_Card"
- Name: "Aunoe Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bCritAtkRate,20; ">
-},
-{
- Id: 4465
- AegisName: "Panat_Card"
- Name: "Fanat Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,10;
- if(getiteminfo(getequipid(EQI_HAND_R),11)==3) {
- if(getrefine()>=10) {
- bonus bAspd,1;
- }
- if(getrefine()>=14) {
- bonus bAspd,1;
- }
- }
- ">
-},
-{
- Id: 4466
- AegisName: "Beholder_Master_Card"
- Name: "Beholder Master Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bLongAtkRate,3;
- if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
- if(getrefine()>=10) {
- bonus bAspd,1;
- }
- if(getrefine()>=14) {
- bonus bAspd,1;
- }
- }
- ">
-},
-{
- Id: 4467
- AegisName: "Heavy_Metaling_Card"
- Name: "Heavy Metaling Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bStr,2;
- if(BaseClass==Job_Merchant) {
- bonus2 bSkillAtk,MC_CARTREVOLUTION,50;
- }
- ">
-},
-{
- Id: 4468
- AegisName: "Pinguicula_Dark_Card"
- Name: "Dark Pinguicula Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bBaseAtk,10;
- bonus2 bAddMonsterDropItem,7932,10;
- bonus2 bAddMonsterDropItem,7933,10;
- bonus2 bAddMonsterDropItem,7934,10;
- bonus2 bAddMonsterDropItem,7935,10;
- bonus2 bAddMonsterDropItem,7936,10;
- bonus2 bAddMonsterDropItem,7937,10;
- ">
-},
-{
- Id: 4469
- AegisName: "Naga_Card"
- Name: "Naga Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Fish,10; ">
-},
-{
- Id: 4470
- AegisName: "Nepenthes_Card"
- Name: "Nepenthes Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Plant,10; ">
-},
-{
- Id: 4471
- AegisName: "Egg_Of_Draco_Card"
- Name: "Draco Egg Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Dragon,10; ">
-},
-{
- Id: 4472
- AegisName: "Bradium_Goram_Card"
- Name: "Bradium Golem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Brute,10; ">
-},
-{
- Id: 4473
- AegisName: "Ancient_Tree_Card"
- Name: "Ancient Tree Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Undead,10; ">
-},
-{
- Id: 4474
- AegisName: "Jakudam_Card"
- Name: "Zakudam Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 4475
- AegisName: "Cobalt_Mineral_Card"
- Name: "Cobalt Mineral Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Formless,10; ">
-},
-{
- Id: 4476
- AegisName: "Pinguicula_Card"
- Name: "Pinguicula Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Insect,10; ">
-},
-{
- Id: 4477
- AegisName: "Hell_Apocalips_Card"
- Name: "Hell Apocalypse Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bMagicAddRace,RC_Demon,10; ">
-},
-{
- Id: 4478
- AegisName: "Light_Up_Card3"
- Name: "Lie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
-},
-{
- Id: 4479
- AegisName: "Light_Up_Card4"
- Name: "Lie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
-},
-{
- Id: 4480
- AegisName: "Sealed_Kiel_Card"
- Name: "Sealed Kiel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bDelayrate,((getrefine()>14)?-20:-15); ">
-},
-{
- Id: 4481
- AegisName: "Sealed_Ktullanux_Card"
- Name: "Sealed Ktullanux Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25);
- bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,10,BF_WEAPON|BF_MAGIC,0;
- ">
-},
-{
- Id: 4482
- AegisName: "Sealed_B_Ygnizem_Card"
- Name: "Sealed B Ygnizem Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- .@rate = (getrefine()>14)?7:5;
- bonus bMaxHPrate,.@rate;
- bonus bMaxSPrate,.@rate;
- bonus2 bHPRegenRate,50,10000;
- bonus2 bSPRegenRate,10,10000;
- ">
-},
-{
- Id: 4483
- AegisName: "Sealed_Dracula_Card"
- Name: "Sealed Dracula Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bSPDrainRate,((getrefine()>14)?70:50),5; ">
-},
-{
- Id: 4484
- AegisName: "Sealed_Mistress_Card"
- Name: "Sealed Mistress Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bNoGemStone,0;
- bonus bUseSPrate,((getrefine()>14)?35:50);
- ">
-},
-{
- Id: 4485
- AegisName: "Sealed_Gloom_Card"
- Name: "Sealed Gloom Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- .@rate = (getrefine()>14)?30:20;
- bonus2 bAddEle,Ele_Holy,.@rate;
- bonus2 bAddEle,Ele_Dark,.@rate;
- bonus2 bAddRace,RC_Angel,.@rate;
- bonus2 bAddRace,RC_Demon,.@rate;
- ">
-},
-{
- Id: 4486
- AegisName: "Sealed_Berz_Card"
- Name: "Sealed Berzebub Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <" bonus bVariableCastrate,-15; ">
-},
-{
- Id: 4487
- AegisName: "Sealed_Ifrit_Card"
- Name: "Sealed Ifrit Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bBaseAtk,(JobLevel/20);
- bonus bCritical,(JobLevel/20);
- bonus bHit,(JobLevel/20);
- bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,5,1;
- ">
-},
-{
- Id: 4488
- AegisName: "Sealed_D_Lord_Card"
- Name: "Sealed Dark Lord Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus3 bAutoSpellWhenHit,WZ_METEOR,5,50; ">
-},
-{
- Id: 4489
- AegisName: "Sealed_Pharaoh_Card"
- Name: "Sealed Pharaoh Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bUseSPrate,-15; ">
-},
-{
- Id: 4490
- AegisName: "Sealed_M_Flower_Card"
- Name: "Sealed Moonlight Flower Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" skill AL_INCAGI,((getrefine()>14)?5:1); ">
-},
-{
- Id: 4491
- AegisName: "Sealed_B_Shecil_Card"
- Name: "Sealed Sniper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bHPrecovRate,-100;
- bonus2 bHPDrainRate,5,((getrefine()>14)?15:10);
- ">
-},
-{
- Id: 4492
- AegisName: "Sealed_Orc_Hero_Card"
- Name: "Sealed Orc Hero Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bVit,3;
- bonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000);
- ">
-},
-{
- Id: 4493
- AegisName: "Sealed_Tao_Card"
- Name: "Sealed Tao Gunka Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHPrate,((getrefine()>14)?75:50);
- bonus bDefRate,-50;
- bonus bMdefRate,-50;
- ">
-},
-{
- Id: 4494
- AegisName: "Sealed_TurtleG_Card"
- Name: "Sealed Turtle General Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- .@rate = (getrefine()>14)?15:10;
- bonus2 bAddRace,RC_NonBoss,.@rate;
- bonus2 bAddRace,RC_Boss,.@rate;
- bonus3 bAutoSpell,SM_MAGNUM,10,15;
- ">
-},
-{
- Id: 4495
- AegisName: "Sealed_Amon_Ra_Card"
- Name: "Sealed Amon Ra Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bAllStats,1;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99));
- ">
-},
-{
- Id: 4496
- AegisName: "Sealed_Drake_Card"
- Name: "Sealed Drake Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
-},
-{
- Id: 4497
- AegisName: "Sealed_Knight_WS_Card"
- Name: "Sealed Stormy Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus3 bAutoSpell,WZ_STORMGUST,1,10;
- bonus2 bAddEff,Eff_Freeze, ((getrefine()>14)?1500:1000);
- ">
-},
-{
- Id: 4498
- AegisName: "Sealed_Lady_Tanee_Card"
- Name: "Sealed Lady Tanee Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMaxHPrate,((getrefine()>14)?-50:-60);
- bonus bMaxSPrate,50;
- bonus2 bAddMonsterDropItem,513,100;
- bonus2 bAddItemHealRate,513,((getrefine()>14)?80:50);
- ">
-},
-{
- Id: 4499
- AegisName: "Sealed_Samurai_Card"
- Name: "Sealed Incantation Samurai Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus bHPrecovRate,-100;
- if (getrefine()>14) bonus2 bHPLossRate,777,8000;
- else bonus2 bHPLossRate,888,5000;
- ">
- OnUnequipScript: <"
- if((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
- heal(1-Hp),0;
- }
- else {
- heal -999,0;
- }
- ">
-},
-{
- Id: 4500
- AegisName: "Sealed_Orc_Load_Card"
- Name: "Sealed Orc Lord Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15); ">
-},
-{
- Id: 4501
- AegisName: "Sealed_B_Magaleta_Card"
- Name: "Sealed High Priest Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0; ">
-},
-{
- Id: 4502
- AegisName: "Sealed_B_Harword_Card"
- Name: "Sealed MasterSmith Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if (getrefine()>14) {
- bonus bBreakWeaponRate,800;
- bonus bBreakArmorRate,600;
- }
- else {
- bonus bBreakWeaponRate,500;
- bonus bBreakArmorRate,400;
- }
- ">
-},
-{
- Id: 4503
- AegisName: "Sealed_Apocalips_H_Card"
- Name: "Sealed Vesper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDex,2;
- bonus2 bIgnoreMdefRate,RC_Boss,((getrefine()>14)?25:15);
- ">
-},
-{
- Id: 4504
- AegisName: "Sealed_Eddga_Card"
- Name: "Sealed Eddga Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus bMaxHPrate,((getrefine()>14)?-35:-50); ">
- OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
- OnUnequipScript: <" sc_end SC_ENDURE; ">
-},
-{
- Id: 4505
- AegisName: "Scaraba_Card"
- Name: "Scaraba Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bMatk,20;
- bonus bMaxSPrate,-1;
- ">
-},
-{
- Id: 4506
- AegisName: "Dolomedes_Card"
- Name: "Dolomedes Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bDex,2;
- if(BaseClass==Job_Archer) {
- bonus bDex,getrefine()/3;
- }
- ">
-},
-{
- Id: 4507
- AegisName: "Q_Scaraba_Card"
- Name: "Queen Scaraba Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddRace2,RC2_Scaraba,30;
- bonus2 bAddMonsterDropItem,12806,30;
- ">
-},
-{
- Id: 4508
- AegisName: "Gold_Scaraba_Card"
- Name: "Gold Scaraba Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bBaseAtk,20;
- bonus bMaxHPrate,-1;
- ">
-},
-{
- Id: 4509
- AegisName: "Gold_Q_Scaraba_Card"
- Name: "Gold Queen Scaraba Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,3;
- bonus2 bAddRaceTolerance,RC_Insect,10;
- if(getrefine()>=9) {
- bonus2 bAddRaceTolerance,RC_Insect,5;
- }
- ">
-},
-{
- Id: 4510
- AegisName: "Miming_Card"
- Name: "Miming Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEff,Eff_Deepsleep,500; ">
-},
-{
- Id: 4511
- AegisName: "Little_Fatum_Card"
- Name: "Little Fatum Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAddEff,Eff_Silence,500,ATF_SKILL; ">
-},
-{
- Id: 4512
- AegisName: "Parus_Card"
- Name: "Parus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bHealPower,3;
- if(BaseClass==Job_Acolyte) {
- bonus bHealPower,getrefine()/2;
- }
- ">
-},
-{
- Id: 4513
- AegisName: "Angra_Mantis_Card"
- Name: "Angra Mantis Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bCritAtkRate,2;
- if(BaseClass==Job_Thief) {
- bonus bCritAtkRate,getrefine()/2;
- }
- ">
-},
-{
- Id: 4514
- AegisName: "Pom_Spider_Card"
- Name: "Pom Spider Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Undead,20; ">
-},
-{
- Id: 4515
- AegisName: "Alnoldi_Card"
- Name: "Alnoldi Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,30; ">
-},
-{
- Id: 4516
- AegisName: "Comodo_Card"
- Name: "Comodo Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDef,50;
- bonus bFlee,-25;
- ">
-},
-{
- Id: 4517
- AegisName: "Cendrawasih_Card"
- Name: "Cendrawasih Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,2;
- if(BaseClass==Job_Mage) {
- bonus bInt,getrefine()/3;
- }
- ">
-},
-{
- Id: 4518
- AegisName: "Banaspaty_Card"
- Name: "Banaspaty Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddEff,Eff_Burning,1500; ">
-},
-{
- Id: 4519
- AegisName: "Butoijo_Card"
- Name: "Butoijo Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus2 bAddRace,RC_Angel,20; ">
-},
-{
- Id: 4520
- AegisName: "Leak_Card"
- Name: "Leak Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bStr,3;
- bonus2 bAddEff,Eff_Confusion,5000;
- bonus3 bAddEff,Eff_Confusion,5000,ATF_SKILL;
- ">
-},
-{
- Id: 4521
- AegisName: "Sedora_Card"
- Name: "Sedora Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bCritAtkRate,15; ">
-},
-{
- Id: 4522
- AegisName: "Sropho_Card"
- Name: "Sropho Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus4 bAddEff,Eff_Cold,500,ATF_SHORT,3000; ">
-},
-{
- Id: 4523
- AegisName: "Pot_Dofle_Card"
- Name: "Pot Dofle Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDefEle,Ele_Water;
- bonus2 bAddRaceTolerance,RC_Fish,10;
- ">
-},
-{
- Id: 4524
- AegisName: "King_Dramoh_Card"
- Name: "King Dramoh Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bStr,2;
- if(BaseClass==Job_Swordman) {
- bonus bStr,getrefine()/3;
- }
- ">
-},
-{
- Id: 4525
- AegisName: "Kraken_Card"
- Name: "Kraken Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- skill TF_HIDING,1;
- skill RG_RAID,1;
- bonus3 bAddEffOnSkill,RG_RAID,Eff_Bleeding,1000;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 4526
- AegisName: "Odd_Coelacanth_Card"
- Name: "Weird Coelacanth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxSPrate,5;
- bonus bMdef,50;
- ">
-},
-{
- Id: 4527
- AegisName: "Black_Coelacanth_Card"
- Name: "Dark Coelacanth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHPrate,10;
- bonus bDef,100;
- ">
-},
-{
- Id: 4528
- AegisName: "Mutant_Coelacanth_Card"
- Name: "Mutant Coelacanth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatkRate,2+(getrefine()/2);
- bonus bMaxHPrate,-getrefine()/2;
- ">
-},
-{
- Id: 4529
- AegisName: "Cruel_Coelacanth_Card"
- Name: "Violent Coelacanth Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bAddRace,RC_NonBoss,2+(getrefine()/2);
- bonus2 bAddRace,RC_Boss,2+(getrefine()/2);
- bonus bMaxSPrate,-getrefine()/2;
- ">
-},
-{
- Id: 4530
- AegisName: "Siorava_Card"
- Name: "Siorava Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bLuk,2;
- if(BaseClass==Job_Merchant) {
- bonus bLuk,getrefine()/3;
- }
- ">
-},
-{
- Id: 4531
- AegisName: "Red_Eruma_Card"
- Name: "Red Eruma Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAddEff,Eff_Curse,500,ATF_SKILL; ">
-},
-{
- Id: 4532
- AegisName: "Wild_Rider_Card"
- Name: "Wild Rider Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <" bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10; ">
-},
-{
- Id: 4533
- AegisName: "Mini_Octopus_Card"
- Name: "Octopus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus3 bAddEff,Eff_Blind,500,ATF_SKILL; ">
-},
-{
- Id: 4534
- AegisName: "Giant_Octopus_Card"
- Name: "Giant Octopus Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHPrate,12;
- skill WZ_WATERBALL,5;
- ">
-},
-{
- Id: 4535
- AegisName: "Sealed_Rand_Card"
- Name: "Sealed Rand Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
-},
-{
- Id: 4536
- AegisName: "Sealed_Atroce_Card"
- Name: "Sealed Atroce Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,((getrefine()>14)?25:15);
- autobonus "{ bonus bAspdRate,((getrefine()>14)?75:50); }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 4537
- AegisName: "Sealed_Phreeoni_Card"
- Name: "Sealed Phreeoni Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <" bonus bHit,((getrefine()>14)?75:50); ">
-},
-{
- Id: 4538
- AegisName: "Sealed_Bacsojin_Card"
- Name: "Sealed White Lady Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- if (getrefine()>14) {
- bonus bHealPower,25;
- bonus bUseSPrate,20;
- }
- else {
- bonus bHealPower,15;
- bonus bUseSPrate,30;
- }
- ">
-},
-{
- Id: 4539
- AegisName: "Sealed_F_Bishop_Card"
- Name: "Sealed Fallen Bishop Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bMatkRate,((getrefine()>14)?8:5);
- bonus bMaxSPrate,-50;
- .@rate = (getrefine()>14)?33:25;
- bonus2 bMagicAddRace,RC_Angel,.@rate;
- bonus2 bMagicAddRace,RC_DemiPlayer,.@rate;
- ">
-},
-{
- Id: 4540
- AegisName: "SLD_Lord_Of_Death_Card"
- Name: "Sealed Lord Of The Death Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- .@rate = (getrefine()>14)?350:250;
- bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT;
- bonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT;
- bonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT;
- bonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT;
- bonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT;
- bonus2 bWeaponComaRace,RC_NonBoss,1;
- ">
-},
-{
- Id: 4541
- AegisName: "SLD_B_Katrinn_Card"
- Name: "Sealed High Wizard Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bIgnoreMdefRace,RC_NonBoss;
- if (getrefine()>14) {
- bonus bVariableCastrate,120;
- bonus bSPrecovRate,-120;
- }
- else {
- bonus bVariableCastrate,150;
- bonus bSPrecovRate,-150;
- }
- ">
- OnUnequipScript: <" heal 0,((getrefine()>14)?-2000:-3000); ">
-},
-{
- Id: 4542
- AegisName: "SLD_Detale_Card"
- Name: "SLD Detale Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
-},
-{
- Id: 4543
- AegisName: "SLD_Garm_Card"
- Name: "Sealed Garm Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500); ">
-},
-{
- Id: 4544
- AegisName: "SLD_Dark_Snake_Card"
- Name: "Sealed Dark Snake Lord Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bInt,3;
- if (getrefine()>14) {
- bonus2 bResEff,Eff_Blind,7500;
- bonus2 bResEff,Eff_Curse,7500;
- }
- else {
- bonus2 bResEff,Eff_Blind,5000;
- bonus2 bResEff,Eff_Curse,5000;
- }
- ">
-},
-{
- Id: 4545
- AegisName: "Novice_Poring_Card"
- Name: "Novice Poring Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 4546
- AegisName: "Val'khiri_Card"
- Name: "Val'khiri Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
-},
-{
- Id: 4547
- AegisName: "Enhanced_Byorgue_Card"
- Name: "Enhanced Byorgue Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- if(BaseJob==Job_Rogue) {
- bonus bMatkRate,10;
- bonus2 bAddRace,RC_NonBoss,10;
- bonus2 bAddRace,RC_Boss,10;
- }
- bonus bMaxHPrate,getrefine()/2;
- bonus3 bAddEffOnSkill,SC_BODYPAINT,Eff_Confusion,100;
- ">
-},
-{
- Id: 4548
- AegisName: "Enhanced_Salamander_Card"
- Name: "Enhanced Salamander Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSkillAtk,WZ_FIREPILLAR,40;
- bonus2 bSkillAtk,WZ_METEOR,40;
- ">
-},
-{
- Id: 4549
- AegisName: "Upd_Maya_Puple_Card"
- Name: "Upd Maya Puple Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bIntravision,0;
- bonus bAllStats,1;
- skill AL_RUWACH,1;
- ">
-},
-{
- Id: 4550
- AegisName: "Upd_Bow_Guardian_Card"
- Name: "Upd Bow Guardian Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
- bonus2 bSkillAtk,RA_ARROWSTORM,50;
- bonus bCritical,25+10*(getequiprefinerycnt(EQI_HAND_R)/4);
- bonus bHit,5;
- bonus3 bAutoSpell,HT_PHANTASMIC,1,100;
- }
- ">
-},
-{
- Id: 4551
- AegisName: "Enhanced_Necromancer_Card"
- Name: "Enhanced Necromancer Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==10) {
- bonus bInt,1;
- bonus bIgnoreMdefRate,2;
- bonus bIgnoreMdefRate,getrefine()/4;
- }
- ">
-},
-{
- Id: 4552
- AegisName: "Manny_Card"
- Name: "Manny Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bMaxHP,10;
- ">
-},
-{
- Id: 4553
- AegisName: "Sid_Card"
- Name: "Sid Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4554
- AegisName: "Diego_Card"
- Name: "Diego Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4555
- AegisName: "Scrat_Card"
- Name: "Scrat Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4556
- AegisName: "Fenrir_Card"
- Name: "Fenrir Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,50;
- bonus bMatk,(getrefine()*5);
- bonus bFixedCastrate,-70;
- ">
-},
-{
- Id: 4557
- AegisName: "Weakened_Fenrir_Card"
- Name: "Weakened Fenrir Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,25;
- ">
-},
-{
- Id: 4558
- AegisName: "Chun_Tree_Card"
- Name: "Chun Tree Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Earth,20;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,2,20;
- ">
-},
-{
- Id: 4559
- AegisName: "Devil_Morocc_Card"
- Name: "Devil Morocc Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus bAspd,1;
- bonus bMaxHPrate,-10;
- ">
-},
-{
- Id: 4560
- AegisName: "Clown_Card"
- Name: "Clown Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bFlee,20;
- if(readparam(bVit)>=110) {
- bonus bFlee,20;
- }
- if(getiteminfo(getequipid(EQI_HAND_R),11)==13) {
- skill BA_POEMBRAGI,10;
- }
- ">
-},
-{
- Id: 4561
- AegisName: "Professor_Card"
- Name: "Professor Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMatkRate,7;
- if(readparam(bDex)>=110) {
- bonus bMatkRate,7;
- }
- bonus5 bAutoSpellWhenHit,SA_LANDPROTECTOR,5,70,BF_MAGIC,0;
- ">
-},
-{
- Id: 4562
- AegisName: "Champion_Card"
- Name: "Champion Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bAtkRate,7;
- if(readparam(bAgi)>=110) {
- bonus bAtkRate,7;
- }
- bonus5 bAutoSpellWhenHit,MO_INVESTIGATE,5,70,BF_WEAPON,1;
- ">
-},
-{
- Id: 4563
- AegisName: "Creator_Card"
- Name: "Creator Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bCritical,20;
- if(readparam(bStr)>=110) {
- bonus bCritical,20;
- }
- bonus5 bAutoSpellWhenHit,AM_ACIDTERROR,5,70,BF_WEAPON,1;
- ">
-},
-{
- Id: 4564
- AegisName: "Stalker_Card"
- Name: "Stalker Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bHit,20;
- if(readparam(bLuk)>=110) {
- bonus bHit,20;
- }
- bonus5 bAutoSpellWhenHit,ST_FULLSTRIP,1,70,BF_WEAPON,1;
- ">
-},
-{
- Id: 4565
- AegisName: "Paladin_Card"
- Name: "Paladin Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHPrate,10;
- if(readparam(bInt)>=110) {
- bonus bMaxHPrate,10;
- }
- bonus5 bAutoSpellWhenHit,CR_GRANDCROSS,10,70,BF_WEAPON,0;
- ">
-},
-{
- Id: 4566
- AegisName: "Gypsy_Card"
- Name: "Gypsy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==13) {
- skill DC_FORTUNEKISS,10;
- }
- bonus bFlee,20;
- if(readparam(bVit)>=110) {
- bonus bFlee,20;
- }
- ">
-},
-{
- Id: 4567
- AegisName: "Alphoccio_Card"
- Name: "Alphoccio Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- if(BaseJob==Job_Bard) {
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,5;
- }
- ">
-},
-{
- Id: 4568
- AegisName: "Celia_Card"
- Name: "Celia Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- skill SA_ABRACADABRA,1;
- ">
-},
-{
- Id: 4569
- AegisName: "Chen_Card"
- Name: "Chen Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- skill MO_CALLSPIRITS,2;
- ">
-},
-{
- Id: 4570
- AegisName: "Flamel_Card"
- Name: "Flamel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- bonus2 bAddItemHealRate,501,200;
- bonus2 bAddItemHealRate,502,200;
- bonus2 bAddItemHealRate,503,200;
- bonus2 bAddItemHealRate,504,200;
- ">
-},
-{
- Id: 4571
- AegisName: "Gertie_Card"
- Name: "Gertie Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- skill RG_CLOSECONFINE,1;
- ">
-},
-{
- Id: 4572
- AegisName: "Randel_Card"
- Name: "Randel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- skill CR_AUTOGUARD,3;
- ">
-},
-{
- Id: 4573
- AegisName: "Trentini_Card"
- Name: "Trentini Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bFlee,10;
- if(BaseJob==Job_Dancer) {
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,5;
- }
- ">
-},
-{
- Id: 4574
- AegisName: "General_Daehyon_Card"
- Name: "General Daehyon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if((getiteminfo(getequipid(EQI_HAND_R),11)==3)||(getiteminfo(getequipid(EQI_HAND_R),11)==4)) {
- bonus bBaseAtk,100;
- }
- ">
-},
-{
- Id: 4575
- AegisName: "Armed_Guard_Soheon_Card"
- Name: "Armed Guard Soheon Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,10;
- if(getiteminfo(getequipid(EQI_HAND_R),11)==1) {
- if(getrefine()>=10) {
- bonus bAspd,1;
- }
- if(getrefine()>=14) {
- bonus bAspd,1;
- }
- }
- ">
-},
-{
- Id: 4576
- AegisName: "Gioia_Card"
- Name: "Gioia Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bMagicAtkEle,Ele_Wind,100;
- bonus2 bMagicAtkEle,Ele_Ghost,100;
- bonus2 bSubEle,Ele_Neutral,-30;
- bonus2 bSubEle,Ele_Water,-30;
- bonus2 bSubEle,Ele_Earth,-30;
- bonus2 bSubEle,Ele_Fire,-30;
- bonus2 bSubEle,Ele_Wind,-30;
- bonus2 bSubEle,Ele_Poison,-30;
- bonus2 bSubEle,Ele_Holy,-30;
- bonus2 bSubEle,Ele_Dark,-30;
- bonus2 bSubEle,Ele_Ghost,-30;
- bonus2 bSubEle,Ele_Undead,-30;
- ">
-},
-{
- Id: 4577
- AegisName: "Elvira_Card"
- Name: "Elvira Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bMagicAtkEle,Ele_Wind,20;
- bonus2 bMagicAtkEle,Ele_Ghost,20;
- ">
-},
-{
- Id: 4578
- AegisName: "Angry_Student_Pyuriel_Card"
- Name: "Angry Student Pyuriel Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritAtkRate,30;
- bonus2 bSubRace,RC_NonBoss,-10;
- bonus2 bSubRace,RC_Boss,-10;
- ">
-},
-{
- Id: 4579
- AegisName: "Warrior_Lola_Card"
- Name: "Warrior Lola Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==8) {
- bonus bBaseAtk,20;
- bonus bCritical,10;
- }
- bonus bBaseAtk,getrefine();
- bonus bCritical,getrefine();
- ">
-},
-{
- Id: 4580
- AegisName: "Guardian_Kades_Card"
- Name: "Guardian Kades Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Water,50;
- bonus2 bSubEle,Ele_Earth,50;
- bonus2 bSubEle,Ele_Fire,50;
- bonus2 bSubEle,Ele_Wind,50;
- bonus2 bSubEle,Ele_Dark,50;
- bonus2 bSubEle,Ele_Undead,50;
- bonus2 bSubEle,Ele_Holy,-100;
- bonus2 bSubEle,Ele_Ghost,-100;
- ">
-},
-{
- Id: 4581
- AegisName: "Rudo_Card"
- Name: "Rudo Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- autobonus "{ sc_start SC_MOVHASTE_INFINITY,3000,0; bonus bAgi,44; heal 0,-40; }",3,3000,0;
- ">
-},
-{
- Id: 4582
- AegisName: "Bungisngis_Card"
- Name: "Bungisngis Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <" bonus bMaxHPrate,getrefine()/2; ">
-},
-{
- Id: 4583
- AegisName: "Engkanto_Card"
- Name: "Engkanto Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus2 bAddEle,Ele_Poison,30;
- bonus2 bIgnoreDefRate,RC_Plant,30;
- ">
-},
-{
- Id: 4584
- AegisName: "Manananggal_Card"
- Name: "Manananggal Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bSPDrainValue,1;
- bonus bMaxSPrate,-1;
- ">
-},
-{
- Id: 4585
- AegisName: "Mangkukulam_Card"
- Name: "Mangkukulam Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxSPrate,10;
- bonus bHPGainValue,-666;
- ">
-},
-{
- Id: 4586
- AegisName: "Tikbalang_Card"
- Name: "Tikbalang Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,10;
- bonus2 bMagicAtkEle,Ele_Wind,5;
- if(getrefine()>=9) {
- bonus2 bMagicAtkEle,Ele_Wind,5;
- }
- ">
-},
-{
- Id: 4587
- AegisName: "Tiyanak_Card"
- Name: "Tiyanak Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus2 bCriticalAddRace,RC_DemiPlayer,12;
- bonus2 bCriticalAddRace,RC_Fish,12;
- bonus2 bCriticalAddRace,RC_Brute,12;
- ">
-},
-{
- Id: 4588
- AegisName: "Wakwak_Card"
- Name: "Wakwak Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bBaseAtk,5*(readparam(bStr)/10); ">
-},
-{
- Id: 4589
- AegisName: "Jejeling_Card"
- Name: "Jejeling Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bMaxHP,200*(readparam(bVit)/10); ">
-},
-{
- Id: 4590
- AegisName: "Bangungot_Card"
- Name: "Bangungot Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bInt,4;
- bonus5 bAutoSpellWhenHit,NPC_WIDESLEEP,3,2500,BF_MAGIC,0;
- ">
-},
-{
- Id: 4591
- AegisName: "Bakonawa_Card"
- Name: "Bakonawa Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bStr,4;
- bonus2 bAddEffWhenHit,Eff_Bleeding,2000;
- ">
-},
-{
- Id: 4592
- AegisName: "Buwaya_Card"
- Name: "Buwaya Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bVit,4;
- bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,3,2500,BF_MAGIC,0;
- ">
-},
-{
- Id: 4593
- AegisName: "Menblatt_Card"
- Name: "Menblatt Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bLongAtkDef,readparam(bDex)/10; ">
-},
-{
- Id: 4594
- AegisName: "Petal_Card"
- Name: "Petal Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bCritAtkRate,2*(readparam(bLuk)/10); ">
-},
-{
- Id: 4595
- AegisName: "Cenere_Card"
- Name: "Cenere Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bAspdRate,2*(readparam(bAgi)/10);
- bonus bDelayrate,-2*(readparam(bAgi)/10);
- ">
-},
-{
- Id: 4596
- AegisName: "Antique_Book_Card"
- Name: "Antique Book Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <" bonus bMatk,5*(readparam(bInt)/10); ">
-},
-{
- Id: 4597
- AegisName: "Lichtern_Blue_Card"
- Name: "Lichtern Blue Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,10;
- bonus2 bMagicAtkEle,Ele_Water,(getrefine()>=9)?10:5;
- ">
-},
-{
- Id: 4598
- AegisName: "Lichtern_Green_Card"
- Name: "Lichtern Green Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,10;
- bonus2 bMagicAtkEle,Ele_Ghost,(getrefine()>=9)?10:5;
- ">
-},
-{
- Id: 4599
- AegisName: "Lichtern_Red_Card"
- Name: "Lichtern Red Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,10;
- bonus2 bMagicAtkEle,Ele_Fire,(getrefine()>=9)?10:5;
- ">
-},
-{
- Id: 4600
- AegisName: "Lichtern_Yellow_Card"
- Name: "Lichtern Yellow Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 769
- Script: <"
- bonus bMatk,10;
- bonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5;
- ">
-},
-{
- Id: 4601
- AegisName: "Amdarais_Card"
- Name: "Amdarais Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bAtkRate,15;
- bonus bMatkRate,15;
- bonus2 bHPLossRate,666,4000;
- bonus2 bSPLossRate,66,4000;
- ">
- OnUnequipScript: <" heal -6666,-666; ">
-},
-{
- Id: 4602
- AegisName: "Realized_Amdarais_Card"
- Name: "Realized Amdarais Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bAtkRate,20;
- bonus bMatkRate,20;
- bonus2 bHPLossRate,666,6000;
- bonus2 bSPLossRate,66,6000;
- ">
- OnUnequipScript: <" heal -6666,-666; ">
-},
-{
- Id: 4603
- AegisName: "Corruption_Root_Card"
- Name: "Corruption Root Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,20;
- bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,1,70,BF_WEAPON,0;
- bonus5 bAutoSpellWhenHit,NPC_WIDESLEEP,1,70,BF_WEAPON,0;
- bonus5 bAutoSpellWhenHit,NPC_WIDECURSE,1,70,BF_WEAPON,0;
- ">
-},
-{
- Id: 4604
- AegisName: "Realized_Corruption_Root_Card"
- Name: "Realized Corruption Root Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,30;
- bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,2,70,BF_WEAPON,0;
- bonus5 bAutoSpellWhenHit,NPC_WIDESLEEP,2,70,BF_WEAPON,0;
- bonus5 bAutoSpellWhenHit,NPC_WIDECURSE,2,70,BF_WEAPON,0;
- ">
-},
-{
- Id: 4605
- AegisName: "Agony_Of_Royal_Knight_Card"
- Name: "Agony Of Royal Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bMaxHPrate,-44;
- bonus bHPGainValue,200+10*getrefine();
- ">
-},
-{
- Id: 4606
- AegisName: "Grudge_of_Royal_Knight_Card"
- Name: "Grudge of Royal Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bMaxSPrate,-44;
- bonus bSPGainValue,20+(getrefine()/2);
- ">
- OnUnequipScript: <" heal 0,-444; ">
-},
-{
- Id: 4607
- AegisName: "Faithful_Manager_Card"
- Name: "Faithful Manager Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,5;
- bonus bMatk,5;
- if(getiteminfo(getequipid(EQI_HAND_R),11) == 15) {
- if(getrefine()>=10) {
- bonus bBaseAtk,20;
- bonus bMatk,20;
- }
- if(getrefine()>=14) {
- bonus bBaseAtk,20;
- bonus bMatk,20;
- }
- }
- ">
-},
-{
- Id: 4608
- AegisName: "White_Knight_Card"
- Name: "White Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bBaseAtk,15;
- bonus2 bAddSize,Size_Medium,20;
- bonus2 bAddSize,Size_Large,20;
- ">
-},
-{
- Id: 4609
- AegisName: "Khalitzburg_Knight_Card"
- Name: "Khalitzburg Knight Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus bDef,20;
- bonus2 bSubSize,Size_Medium,25;
- bonus2 bSubSize,Size_Large,25;
- ">
-},
-{
- Id: 4610
- AegisName: "Sarah_Card"
- Name: "Sarah Card"
- Type: 6
- Buy: 10
- Weight: 10
- Loc: 16
-},
-{
- Id: 4625
- AegisName: "Timeholder_Card"
- Name: "Timeholder Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bMatkRate,20;
- bonus bUseSPrate,10;
- ">
-},
-{
- Id: 4626
- AegisName: "Big_Ben_Card"
- Name: "Big Ben Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bMagicAddRace,RC_Formless,5;
- bonus2 bMagicAddRace,RC_Demon,5;
- ">
-},
-{
- Id: 4627
- AegisName: "Big_Bell_Card"
- Name: "Big Bell Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus2 bAddRace,RC_Formless,10;
- bonus2 bAddRace,RC_Demon,10;
- ">
-},
-{
- Id: 4628
- AegisName: "Neo_Punk_Card"
- Name: "Neo Punk Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bSubRace,RC_Formless,20;
- bonus2 bSubRace,RC_Demon,20;
- ">
-},
-{
- Id: 4629
- AegisName: "Arc_Elder_Card"
- Name: "Arc Elder Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus2 bSubEle,Ele_Neutral,15;
- bonus2 bMagicAtkEle,Ele_Earth,(getrefine()*3);
- ">
-},
-{
- Id: 4630
- AegisName: "Time_Keeper_Card"
- Name: "Time Keeper Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 64
- Script: <"
- bonus3 bAutoSpell,NPC_WIDECURSE,2,20;
- ">
-},
-{
- Id: 4631
- AegisName: "Owl_Viscount_Card"
- Name: "Owl Viscount Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 4632
- AegisName: "Owl_Marquees_Card"
- Name: "Owl Marquees Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- if(getskilllv(SA_VIOLENTGALE)==5) {
- bonus5 bAutoSpell,SA_VIOLENTGALE,5,20,BF_WEAPON,0;
- }
- else bonus5 bAutoSpell,SA_VIOLENTGALE,1,20,BF_WEAPON,0;
- ">
-},
-{
- Id: 4633
- AegisName: "Enhanced_Archer_Skeleton_Card"
- Name: "Enhanced Archer Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bLongAtkRate,10;
- if(BaseLevel>99) {
- bonus bLongAtkRate,2;
- }
- ">
-},
-{
- Id: 4634
- AegisName: "Enhanced_Soldier_Skeleton_Card"
- Name: "Enhanced Soldier Skeleton Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 2
- Script: <"
- bonus bCritical,9;
- if(BaseLevel>99) {
- bonus bCritical,1;
- }
- ">
-},
-{
- Id: 4635
- AegisName: "Enhanced_Amdarais_Card"
- Name: "Enhanced Amdarais Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bDef,getequiprefinerycnt(EQI_ARMOR)*10;
- bonus bFlee,-(getequiprefinerycnt(EQI_ARMOR)*2);
- if(BaseLevel>99) {
- bonus bMaxHP,500;
- }
- ">
-},
-{
- Id: 4636
- AegisName: "Bijou_Card"
- Name: "Bijou Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- bonus2 bResEff,Eff_Freeze,10000;
- bonus bAtkRate,10;
- bonus bMatkRate,10;
- ">
-},
-{
- Id: 4637
- AegisName: "Immortal_Corps_Card"
- Name: "Immortal Corps Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 4
- Script: <"
- bonus bHPGainValue,50;
- bonus bSPGainValue,5;
- bonus bHPrecovRate,-100;
- ">
- OnUnequipScript: <" heal -1000,100; ">
-},
-{
- Id: 4638
- AegisName: "Watcher_Card"
- Name: "Watcher Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <"
- bonus bAtk,30;
- /* When attacked by enemy, drain 5 SP from user. */
- ">
-},
-{
- Id: 4639
- AegisName: "Taffy_Card"
- Name: "Taffy Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bAtkRate,1;
- ">
-},
-{
- Id: 4640
- AegisName: "Frozen_Wolf_Card"
- Name: "Frozen Wolf Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 136
- Script: <"
- bonus bMatkRate,1;
- ">
-},
-{
- Id: 4641
- AegisName: "Zombie_Guard_Card"
- Name: "Zombie Guard Card"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 32
- Script: <"
- /*bonus bSPrecovRate,-100;*/
- /*Each time you get a physical attack, recover SP by 1.*/
- ">
-},
-// Armor Enchant System
-// ===================================================================
-{
- Id: 4700
- AegisName: "Strength1"
- Name: "STR+1"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 4701
- AegisName: "Strength2"
- Name: "STR+2"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 4702
- AegisName: "Strength3"
- Name: "STR+3"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 4703
- AegisName: "Strength4"
- Name: "STR+4"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 4704
- AegisName: "Strength5"
- Name: "STR+5"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,5; ">
-},
-{
- Id: 4705
- AegisName: "Strength6"
- Name: "STR+6"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,6; ">
-},
-{
- Id: 4706
- AegisName: "Strength7"
- Name: "STR+7"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,7; ">
-},
-{
- Id: 4707
- AegisName: "Strength8"
- Name: "STR+8"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,8; ">
-},
-{
- Id: 4708
- AegisName: "Strength9"
- Name: "STR+9"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,9; ">
-},
-{
- Id: 4709
- AegisName: "Strength10"
- Name: "STR+10"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bStr,10; ">
-},
-{
- Id: 4710
- AegisName: "Inteligence1"
- Name: "INT+1"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 4711
- AegisName: "Inteligence2"
- Name: "INT+2"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 4712
- AegisName: "Inteligence3"
- Name: "INT+3"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 4713
- AegisName: "Inteligence4"
- Name: "INT+4"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,4; ">
-},
-{
- Id: 4714
- AegisName: "Inteligence5"
- Name: "INT+5"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,5; ">
-},
-{
- Id: 4715
- AegisName: "Inteligence6"
- Name: "INT+6"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,6; ">
-},
-{
- Id: 4716
- AegisName: "Inteligence7"
- Name: "INT+7"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,7; ">
-},
-{
- Id: 4717
- AegisName: "Inteligence8"
- Name: "INT+8"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,8; ">
-},
-{
- Id: 4718
- AegisName: "Inteligence9"
- Name: "INT+9"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,9; ">
-},
-{
- Id: 4719
- AegisName: "Inteligence10"
- Name: "INT+10"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bInt,10; ">
-},
-{
- Id: 4720
- AegisName: "Dexterity1"
- Name: "DEX+1"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 4721
- AegisName: "Dexterity2"
- Name: "DEX+2"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 4722
- AegisName: "Dexterity3"
- Name: "DEX+3"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 4723
- AegisName: "Dexterity4"
- Name: "DEX+4"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 4724
- AegisName: "Dexterity5"
- Name: "DEX+5"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,5; ">
-},
-{
- Id: 4725
- AegisName: "Dexterity6"
- Name: "DEX+6"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,6; ">
-},
-{
- Id: 4726
- AegisName: "Dexterity7"
- Name: "DEX+7"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,7; ">
-},
-{
- Id: 4727
- AegisName: "Dexterity8"
- Name: "DEX+8"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,8; ">
-},
-{
- Id: 4728
- AegisName: "Dexterity9"
- Name: "DEX+9"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,9; ">
-},
-{
- Id: 4729
- AegisName: "Dexterity10"
- Name: "DEX+10"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bDex,10; ">
-},
-{
- Id: 4730
- AegisName: "Agility1"
- Name: "AGI+1"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4731
- AegisName: "Agility2"
- Name: "AGI+2"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4732
- AegisName: "Agility3"
- Name: "AGI+3"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 4733
- AegisName: "Agility4"
- Name: "AGI+4"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,4; ">
-},
-{
- Id: 4734
- AegisName: "Agility5"
- Name: "AGI+5"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,5; ">
-},
-{
- Id: 4735
- AegisName: "Agility6"
- Name: "AGI+6"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,6; ">
-},
-{
- Id: 4736
- AegisName: "Agility7"
- Name: "AGI+7"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,7; ">
-},
-{
- Id: 4737
- AegisName: "Agility8"
- Name: "AGI+8"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,8; ">
-},
-{
- Id: 4738
- AegisName: "Agility9"
- Name: "AGI+9"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,9; ">
-},
-{
- Id: 4739
- AegisName: "Agility10"
- Name: "AGI+10"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bAgi,10; ">
-},
-{
- Id: 4740
- AegisName: "Vitality1"
- Name: "VIT+1"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 4741
- AegisName: "Vitality2"
- Name: "VIT+2"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 4742
- AegisName: "Vitality3"
- Name: "VIT+3"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,3; ">
-},
-{
- Id: 4743
- AegisName: "Vitality4"
- Name: "VIT+4"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,4; ">
-},
-{
- Id: 4744
- AegisName: "Vitality5"
- Name: "VIT+5"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,5; ">
-},
-{
- Id: 4745
- AegisName: "Vitality6"
- Name: "VIT+6"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,6; ">
-},
-{
- Id: 4746
- AegisName: "Vitality7"
- Name: "VIT+7"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,7; ">
-},
-{
- Id: 4747
- AegisName: "Vitality8"
- Name: "VIT+8"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,8; ">
-},
-{
- Id: 4748
- AegisName: "Vitality9"
- Name: "VIT+9"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,9; ">
-},
-{
- Id: 4749
- AegisName: "Vitality10"
- Name: "VIT+10"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bVit,10; ">
-},
-{
- Id: 4750
- AegisName: "Luck1"
- Name: "LUK+1"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 4751
- AegisName: "Luck2"
- Name: "LUK+2"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 4752
- AegisName: "Luck3"
- Name: "LUK+3"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 4753
- AegisName: "Luck4"
- Name: "LUK+4"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,4; ">
-},
-{
- Id: 4754
- AegisName: "Luck5"
- Name: "LUK+5"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,5; ">
-},
-{
- Id: 4755
- AegisName: "Luck6"
- Name: "LUK+6"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,6; ">
-},
-{
- Id: 4756
- AegisName: "Luck7"
- Name: "LUK+7"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,7; ">
-},
-{
- Id: 4757
- AegisName: "Luck8"
- Name: "LUK+8"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,8; ">
-},
-{
- Id: 4758
- AegisName: "Luck9"
- Name: "LUK+9"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,9; ">
-},
-{
- Id: 4759
- AegisName: "Luck10"
- Name: "LUK+10"
- Type: 6
- Buy: 20
- Weight: 10
- Loc: 16
- Script: <" bonus bLuk,10; ">
-},
-{
- Id: 4760
- AegisName: "Matk1"
- Name: "MATK+1%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatkRate,1;
- bonus bFixedCastrate,-1;
- ">
-},
-{
- Id: 4761
- AegisName: "Matk2"
- Name: "MATK+2%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatkRate,2;
- bonus bFixedCastrate,-1;
- ">
-},
-{
- Id: 4762
- AegisName: "Evasion6"
- Name: "FLEE+6"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bFlee,6; ">
-},
-{
- Id: 4763
- AegisName: "Evasion12"
- Name: "FLEE+12"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bFlee,12; ">
-},
-{
- Id: 4764
- AegisName: "Critical5"
- Name: "CRI+5"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bCritical,5; ">
-},
-{
- Id: 4765
- AegisName: "Critical7"
- Name: "CRI+7"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bCritical,7; ">
-},
-{
- Id: 4766
- AegisName: "Atk2"
- Name: "ATK+2%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAtkRate,2; ">
-},
-{
- Id: 4767
- AegisName: "Atk3"
- Name: "ATK+3%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAtkRate,3; ">
-},
-{
- Id: 4768
- AegisName: "Str1_J"
- Name: "Str1 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 4769
- AegisName: "Str2_J"
- Name: "Str2 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 4770
- AegisName: "Str3_J"
- Name: "Str3 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 4771
- AegisName: "Int1_J"
- Name: "Int1 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 4772
- AegisName: "Int2_J"
- Name: "Int2 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 4773
- AegisName: "Int3_J"
- Name: "Int3 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 4774
- AegisName: "Vit1_J"
- Name: "Vit1 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 4775
- AegisName: "Vit2_J"
- Name: "Vit2 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 4776
- AegisName: "Vit3_J"
- Name: "Vit3 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bVit,3; ">
-},
-{
- Id: 4777
- AegisName: "Agi1_J"
- Name: "Agi1 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4778
- AegisName: "Agi2_J"
- Name: "Agi2 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4779
- AegisName: "Agi3_J"
- Name: "Agi3 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 4780
- AegisName: "Dex1_J"
- Name: "Dex1 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 4781
- AegisName: "Dex2_J"
- Name: "Dex2 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 4782
- AegisName: "Dex3_J"
- Name: "Dex3 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 4783
- AegisName: "Luk1_J"
- Name: "Luk1 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 4784
- AegisName: "Luk2_J"
- Name: "Luk2 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 4785
- AegisName: "Luk3_J"
- Name: "Luk3 J"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 4786
- AegisName: "Mdef2"
- Name: "MDEF+2"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 4787
- AegisName: "Mdef4"
- Name: "MDEF+4"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 4788
- AegisName: "Mdef6"
- Name: "MDEF+6"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMdef,6; ">
-},
-{
- Id: 4789
- AegisName: "Mdef8"
- Name: "MDEF+8"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMdef,8; ">
-},
-{
- Id: 4790
- AegisName: "Mdef10"
- Name: "MDEF+10"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 4791
- AegisName: "Def3"
- Name: "DEF+3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDef,3; ">
-},
-{
- Id: 4792
- AegisName: "Def6"
- Name: "DEF+6"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDef,6; ">
-},
-{
- Id: 4793
- AegisName: "Def9"
- Name: "DEF+9"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDef,9; ">
-},
-{
- Id: 4794
- AegisName: "Def12"
- Name: "DEF+12"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bDef,12; ">
-},
-{
- Id: 4795
- AegisName: "HP100"
- Name: "HP+100"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHP,100; ">
-},
-{
- Id: 4796
- AegisName: "HP200"
- Name: "HP+200"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHP,200; ">
-},
-{
- Id: 4797
- AegisName: "HP300"
- Name: "HP+300"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHP,300; ">
-},
-{
- Id: 4798
- AegisName: "HP400"
- Name: "HP+400"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHP,400; ">
-},
-{
- Id: 4799
- AegisName: "HP500"
- Name: "HP+500"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHP,500; ">
-},
-{
- Id: 4800
- AegisName: "SP50"
- Name: "SP+50"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxSP,50; ">
-},
-{
- Id: 4801
- AegisName: "SP100"
- Name: "SP+100"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxSP,100; ">
-},
-{
- Id: 4802
- AegisName: "SP150"
- Name: "SP+150"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxSP,150; ">
-},
-{
- Id: 4803
- AegisName: "Highness_Heal_3sec"
- Name: "Cure1Lv."
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus2 bSkillCooldown,AB_HIGHNESSHEAL,-3000; ">
-},
-{
- Id: 4804
- AegisName: "Coluceo_Heal30"
- Name: "Catholic1Lv."
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus2 bSkillUseSP,AB_CHEAL,30; ">
-},
-{
- Id: 4805
- AegisName: "Heal_Amount2"
- Name: "Archbishop1Lv."
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bHealPower,3; ">
-},
-{
- Id: 4806
- AegisName: "Matk3"
- Name: "MATK+3%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatkRate,3;
- bonus bFixedCastrate,-1;
- ">
-},
-{
- Id: 4807
- AegisName: "Atk_Speed1"
- Name: "Atk Speed1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAspd,1; ">
-},
-{
- Id: 4808
- AegisName: "Fighting_Spirit4"
- Name: "Fighting Spirit4"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,15;
- bonus bHit,5;
- ">
-},
-{
- Id: 4809
- AegisName: "Fighting_Spirit3"
- Name: "Fighting Spirit3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,12;
- bonus bHit,4;
- ">
-},
-{
- Id: 4810
- AegisName: "Fighting_Spirit2"
- Name: "Fighting Spirit2"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,9;
- bonus bHit,3;
- ">
-},
-{
- Id: 4811
- AegisName: "Fighting_Spirit1"
- Name: "Fighting Spirit1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,6;
- bonus bHit,2;
- ">
-},
-{
- Id: 4812
- AegisName: "Spell4"
- Name: "Spell4"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,15;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4813
- AegisName: "Spell3"
- Name: "Spell3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,12;
- bonus bVariableCastrate,-8;
- ">
-},
-{
- Id: 4814
- AegisName: "Spell2"
- Name: "Spell2"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,9;
- bonus bVariableCastrate,-6;
- ">
-},
-{
- Id: 4815
- AegisName: "Spell1"
- Name: "Spell1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,6;
- bonus bVariableCastrate,-4;
- ">
-},
-{
- Id: 4816
- AegisName: "Sharp3"
- Name: "Sharp3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bCritical,12;
- bonus bHit,4;
- ">
-},
-{
- Id: 4817
- AegisName: "Sharp2"
- Name: "Sharp2"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bCritical,9;
- bonus bHit,3;
- ">
-},
-{
- Id: 4818
- AegisName: "Sharp1"
- Name: "Sharp1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bCritical,6;
- bonus bHit,2;
- ">
-},
-{
- Id: 4819
- AegisName: "Atk1"
- Name: "Atk1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAtkRate,1; ">
-},
-{
- Id: 4820
- AegisName: "Fighting_Spirit5"
- Name: "Fighting Spirit5"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,18;
- bonus bHit,5;
- ">
-},
-{
- Id: 4821
- AegisName: "Fighting_Spirit6"
- Name: "Fighting Spirit6"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,21;
- bonus bHit,5;
- ">
-},
-{
- Id: 4822
- AegisName: "Fighting_Spirit7"
- Name: "Fighting Spirit7"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,24;
- bonus bHit,5;
- ">
-},
-{
- Id: 4823
- AegisName: "Fighting_Spirit8"
- Name: "Fighting Spirit8"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,27;
- bonus bHit,5;
- ">
-},
-{
- Id: 4824
- AegisName: "Fighting_Spirit9"
- Name: "Fighting Spirit9"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,30;
- bonus bHit,5;
- ">
-},
-{
- Id: 4825
- AegisName: "Fighting_Spirit10"
- Name: "Fighting Spirit10"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,50;
- bonus bHit,15;
- ">
-},
-{
- Id: 4826
- AegisName: "Spell5"
- Name: "Spell5"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,18;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4827
- AegisName: "Spell6"
- Name: "Spell6"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,21;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4828
- AegisName: "Spell7"
- Name: "Spell7"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,24;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4829
- AegisName: "Spell8"
- Name: "Spell8"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,27;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4830
- AegisName: "Spell9"
- Name: "Spell9"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,30;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 4831
- AegisName: "Spell10"
- Name: "Spell10"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bMatk,50;
- bonus bVariableCastrate,-20;
- ">
-},
-{
- Id: 4832
- AegisName: "Expert_Archer1"
- Name: "Expert Archer1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,2; ">
-},
-{
- Id: 4833
- AegisName: "Expert_Archer2"
- Name: "Expert Archer2"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,4; ">
-},
-{
- Id: 4834
- AegisName: "Expert_Archer3"
- Name: "Expert Archer3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,6; ">
-},
-{
- Id: 4835
- AegisName: "Expert_Archer4"
- Name: "Expert Archer4"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,8; ">
-},
-{
- Id: 4836
- AegisName: "Expert_Archer5"
- Name: "Expert Archer5"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,10; ">
-},
-{
- Id: 4837
- AegisName: "Expert_Archer6"
- Name: "Expert Archer6"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,12; ">
-},
-{
- Id: 4838
- AegisName: "Expert_Archer7"
- Name: "Expert Archer7"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,14; ">
-},
-{
- Id: 4839
- AegisName: "Expert_Archer8"
- Name: "Expert Archer8"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,16; ">
-},
-{
- Id: 4840
- AegisName: "Expert_Archer9"
- Name: "Expert Archer9"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bLongAtkRate,18; ">
-},
-{
- Id: 4841
- AegisName: "Expert_Archer10"
- Name: "Expert Archer10"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bLongAtkRate,20;
- bonus bAspd,1;
- ">
-},
-{
- Id: 4842
- AegisName: "Atk_Speed2"
- Name: "Atk Speed2"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bAspd,2; ">
-},
-{
- Id: 4843
- AegisName: "Sharp4"
- Name: "Sharp4"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bCritical,14;
- bonus bHit,5;
- ">
-},
-{
- Id: 4844
- AegisName: "Sharp5"
- Name: "Sharp5"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bCritical,15;
- bonus bHit,6;
- ">
-},
-{
- Id: 4845
- AegisName: "Sea_Energy"
- Name: "Strength Of Ocean"
- Type: 6
- Buy: 0
- Loc: 16
-},
-{
- Id: 4846
- AegisName: "2011Valentin_Angel"
- Name: "Fully Loved Stone"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,10;
- bonus bMatk,10;
- ">
-},
-{
- Id: 4847
- AegisName: "2011Valentin_Devil"
- Name: "Spelled Stone"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bBaseAtk,10;
- bonus bMatk,10;
- ">
-},
-{
- Id: 4848
- AegisName: "Immuned1"
- Name: "Immune Level 1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus2 bSubEle,Ele_Neutral,5; ">
-},
-{
- Id: 4849
- AegisName: "Cranial1"
- Name: "Cranial Level 1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,5; ">
-},
-{
- Id: 4850
- AegisName: "Heal_Amount3"
- Name: "Heal Amount3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bHealPower,6;
- bonus bUseSPrate,5;
- ">
-},
-{
- Id: 4851
- AegisName: "Heal_Amount4"
- Name: "Heal Amount4"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bHealPower,12;
- bonus bUseSPrate,10;
- ">
-},
-{
- Id: 4852
- AegisName: "Heal_Amount5"
- Name: "Heal Amount5"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bHealPower,20;
- bonus bUseSPrate,15;
- ">
-},
-{
- Id: 4853
- AegisName: "S_Str"
- Name: "Special Str"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bStr,1;
- if(getrefine()>7) {
- bonus bStr,3;
- }
- if(getrefine()>8) {
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- }
- if(getrefine()>11) {
- bonus bAspd,1;
- bonus bFixedCastrate,-7;
- }
- ">
-},
-{
- Id: 4854
- AegisName: "S_Agi"
- Name: "Special Agi"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <"
- bonus bAgi,1;
- if(getrefine()>7) {
- bonus bAgi,3;
- }
- if(getrefine()>8) {
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- }
- if(getrefine()>11) {
- bonus bAspd,1;
- bonus bFixedCastrate,-7;
- }
- ">
-},
-{
- Id: 4855
- AegisName: "S_Vital"
- Name: "Special Vit"
- Type: 2
- Buy: 0
- Loc: 16
- Script: <"
- bonus bVit,1;
- if(getrefine()>7) {
- bonus bVit,3;
- }
- if(getrefine()>8) {
- bonus bMaxSPrate,1;
- }
- if(getrefine()>11) {
- bonus bAspd,1;
- bonus bFixedCastrate,-7;
- }
- ">
-},
-{
- Id: 4856
- AegisName: "S_Int"
- Name: "Special Int"
- Type: 2
- Buy: 0
- Loc: 16
- Script: <"
- bonus bInt,1;
- if(getrefine()>7) {
- bonus bInt,3;
- }
- if(getrefine()>8) {
- bonus bMatkRate,1;
- }
- if(getrefine()>11) {
- bonus bAspd,1;
- bonus bFixedCastrate,-7;
- }
- ">
-},
-{
- Id: 4857
- AegisName: "S_Dex"
- Name: "Special Dex"
- Type: 2
- Buy: 0
- Loc: 16
- Script: <"
- bonus bDex,1;
- if(getrefine()>7) {
- bonus bDex,3;
- }
- if(getrefine()>8) {
- bonus bMatkRate,1;
- }
- if(getrefine()>11) {
- bonus bAspd,1;
- bonus bFixedCastrate,-7;
- }
- ">
-},
-{
- Id: 4858
- AegisName: "S_Luck"
- Name: "Special Luk"
- Type: 2
- Buy: 0
- Loc: 16
- Script: <"
- bonus bLuk,1;
- if(getrefine()>7) {
- bonus bLuk,3;
- }
- if(getrefine()>8) {
- bonus bMaxHPrate,1;
- }
- if(getrefine()>11) {
- bonus bAspd,1;
- bonus bFixedCastrate,-7;
- }
- ">
-},
-{
- Id: 4859
- AegisName: "Evasion1"
- Name: "Evasion1"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bFlee,1; ">
-},
-{
- Id: 4860
- AegisName: "Evasion3"
- Name: "Evasion3"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bFlee,3; ">
-},
-{
- Id: 4861
- AegisName: "MHP1"
- Name: "MHP+1%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHPrate,1; ">
-},
-{
- Id: 4862
- AegisName: "MHP2"
- Name: "MHP+2%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHPrate,2; ">
-},
-{
- Id: 4867
- AegisName: "MHP3"
- Name: "MHP+3%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 4868
- AegisName: "MHP4"
- Name: "MHP+4%"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxHPrate,4; ">
-},
-{
- Id: 4870
- AegisName: "SP25"
- Name: "SP+25"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxSP,25; ">
-},
-{
- Id: 4871
- AegisName: "SP75"
- Name: "SP+75"
- Type: 6
- Buy: 0
- Loc: 16
- Script: <" bonus bMaxSP,75; ">
-},
-
-// More Headgears
-// ===================================================================
-{
- Id: 5001
- AegisName: "Headset"
- Name: "Headset"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- View: 87
- Script: <" bonus2 bResEff,Eff_Curse,1000; ">
-},
-{
- Id: 5002
- AegisName: "Gemmed_Crown"
- Name: "Jewel Crown"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 9
- Job: 0x000654E2
- Loc: 256
- EquipLv: 60
- View: 88
- Script: <"
- bonus bInt,2;
- bonus bLuk,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5003
- AegisName: "Joker_Jester"
- Name: "Joker Jester"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 89
- Script: <"
- bonus bLuk,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5004
- AegisName: "Oxygen_Mask"
- Name: "Oxygen Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 90
- Script: <" bonus2 bResEff,Eff_Poison,2000; ">
-},
-{
- Id: 5005
- AegisName: "Gas_Mask"
- Name: "Gas Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 513
- Refine: false
- View: 91
- Script: <" bonus2 bResEff,Eff_Poison,3000; ">
-},
-{
- Id: 5006
- AegisName: "Machoman_Glasses"
- Name: "Machoman's Glasses"
- Type: 5
- Buy: 36000
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 92
-},
-{
- Id: 5007
- AegisName: "Loard_Circlet"
- Name: "Grand Circlet"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 7
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 55
- View: 93
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bLuk,1;
- bonus bMdef,4;
- ">
-},
-{
- Id: 5008
- AegisName: "Puppy_Love"
- Name: "Puppy Love"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 94
-},
-{
- Id: 5009
- AegisName: "Safety_Helmet"
- Name: "Safety Helmet"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 7
- Job: 0xFFFFFFFE
- Loc: 256
- View: 95
- Script: <"
- bonus bMdef,3;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5010
- AegisName: "Indian_Hair_Piece"
- Name: "Indian Fillet"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 96
-},
-{
- Id: 5011
- AegisName: "Antenna"
- Name: "Aerial"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 97
-},
-{
- Id: 5012
- AegisName: "Ph.D_Hat"
- Name: "Ph.D Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 98
-},
-{
- Id: 5013
- AegisName: "Horn_Of_Lord_Kaho"
- Name: "Lord Kaho's Horn"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 30
- Loc: 256
- View: 99
- Script: <"
- bonus bMdef,10;
- bonus bStr,5;
- bonus bAgi,10;
- bonus bVit,10;
- bonus bInt,5;
- bonus bLuk,20;
- ">
-},
-{
- Id: 5014
- AegisName: "Fin_Helm"
- Name: "Fin Helm"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Job: 0x00004082
- Loc: 512
- EquipLv: 65
- Refine: false
- View: 100
-},
-{
- Id: 5015
- AegisName: "Egg_Shell"
- Name: "Egg Shell"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 6
- Loc: 256
- Refine: false
- View: 101
-},
-{
- Id: 5016
- AegisName: "Boy's_Cap"
- Name: "Boy's Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 102
-},
-{
- Id: 5017
- AegisName: "Bone_Helm"
- Name: "Bone Helm"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 15
- Job: 0x000444A2
- Loc: 256
- EquipLv: 70
- View: 103
- Script: <" bonus2 bSubEle,Ele_Dark,-15; ">
-},
-{
- Id: 5018
- AegisName: "Feather_Bonnet"
- Name: "Feather Bonnet"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 8
- Job: 0x00080808
- Loc: 256
- View: 104
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5019
- AegisName: "Corsair"
- Name: "Corsair"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 11
- Job: 0xFFFFFFFE
- Loc: 256
- View: 105
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5020
- AegisName: "Kafra_Band"
- Name: "Kafra Band"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Loc: 256
- View: 106
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5021
- AegisName: "Bankruptcy_Of_Heart"
- Name: "Grief for Greed"
- Type: 5
- Buy: 20
- Weight: 1200
- Def: 8
- Job: 0x00040420
- Loc: 256
- EquipLv: 38
- View: 107
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5022
- AegisName: "Helm_Of_Sun"
- Name: "Hat of the Sun God"
- Type: 5
- Buy: 20
- Weight: 2400
- Def: 4
- Job: 0x000FDF80
- Loc: 768
- View: 138
- Script: <"
- bonus bStr,3;
- bonus bInt,2;
- ">
-},
-{
- Id: 5023
- AegisName: "Hat_Of_Bundle"
- Name: "Parcel Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Job: 0x00040420
- Loc: 256
- View: 108
-},
-{
- Id: 5024
- AegisName: "Hat_Of_Cake"
- Name: "Cake Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 2
- Loc: 256
- View: 109
-},
-{
- Id: 5025
- AegisName: "Helm_Of_Angel"
- Name: "Helm of Angel"
- Type: 5
- Buy: 20
- Weight: 1600
- Def: 10
- Job: 0x000FDF80
- Loc: 256
- EquipLv: 74
- View: 110
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5026
- AegisName: "Hat_Of_Cook"
- Name: "Chef Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 50
- View: 111
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5027
- AegisName: "Wizardry_Hat"
- Name: "Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00810204
- Loc: 256
- View: 112
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5028
- AegisName: "Candle"
- Name: "Candle"
- Type: 5
- Buy: 20
- Weight: 150
- Loc: 256
- View: 113
-},
-{
- Id: 5029
- AegisName: "Spore_Hat"
- Name: "Spore Hat"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 114
-},
-{
- Id: 5030
- AegisName: "Panda_Cap"
- Name: "Panda Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 40
- View: 115
-},
-{
- Id: 5031
- AegisName: "Mine_Helm"
- Name: "Mine Hat"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 9
- Job: 0x0006D5F2
- Loc: 256
- EquipLv: 55
- View: 116
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5032
- AegisName: "Picnic_Hat"
- Name: "Sunday Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 117
-},
-{
- Id: 5033
- AegisName: "Smokie_Hat"
- Name: "Raccoon Hat"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 50
- View: 118
-},
-{
- Id: 5034
- AegisName: "Light_Bulb_Band"
- Name: "Bulb Band"
- Type: 5
- Buy: 20
- Weight: 500
- Job: 0xFFFFFFFE
- Loc: 256
- View: 119
-},
-{
- Id: 5035
- AegisName: "Poring_Hat"
- Name: "Poring Hat"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 38
- View: 120
-},
-{
- Id: 5036
- AegisName: "Cross_Band"
- Name: "Cross Hat"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 10
- View: 121
-},
-{
- Id: 5037
- AegisName: "Fruit_Shell"
- Name: "Nut Shell"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 8
- Loc: 256
- EquipLv: 5
- Refine: false
- View: 122
-},
-{
- Id: 5038
- AegisName: "Deviruchi_Cap"
- Name: "Deviruchi Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 64
- View: 123
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5039
- AegisName: "Mottled_Egg_Shell"
- Name: "Rainbow Eggshell"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 8
- Loc: 256
- EquipLv: 19
- Refine: false
- View: 124
-},
-{
- Id: 5040
- AegisName: "Blush"
- Name: "Blush"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 125
-},
-{
- Id: 5041
- AegisName: "Heart_Hair_Pin"
- Name: "Heart Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 126
-},
-{
- Id: 5042
- AegisName: "Hair_Protector"
- Name: "Bao Bao"
- Type: 5
- Buy: 20
- Weight: 150
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 14
- View: 127
-},
-{
- Id: 5043
- AegisName: "Opera_Ghost_Mask"
- Name: "Opera Phantom Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 20
- Refine: false
- View: 128
-},
-{
- Id: 5044
- AegisName: "Devil's_Wing"
- Name: "Evil Wing Ears"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 4
- Loc: 256
- EquipLv: 45
- View: 129
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5045
- AegisName: "Magician_Hat"
- Name: "Magician Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Job: 0x00818314
- Loc: 256
- EquipLv: 50
- View: 130
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5046
- AegisName: "Bongun_Hat"
- Name: "Bongun Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Loc: 769
- Refine: false
- View: 139
-},
-{
- Id: 5047
- AegisName: "Fashion_Sunglass"
- Name: "Fashionable Glasses"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 256
- View: 131
-},
-{
- Id: 5048
- AegisName: "First_Moon_Hair_Pin"
- Name: "Cresent Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 132
-},
-{
- Id: 5049
- AegisName: "Stripe_Band"
- Name: "Striped Hairband"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 1
- Loc: 256
- Refine: false
- View: 133
-},
-{
- Id: 5050
- AegisName: "Mystery_Fruit_Shell"
- Name: "Wonder Nutshell"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 10
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 134
-},
-{
- Id: 5051
- AegisName: "Kitty_Bell"
- Name: "Pussy Cat Bell"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 135
-},
-{
- Id: 5052
- AegisName: "Blue_Hair_Band"
- Name: "Blue Hairband"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 2
- Loc: 256
- View: 136
-},
-{
- Id: 5053
- AegisName: "Spinx_Helm"
- Name: "Sphinx Hat"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 5
- Job: 0x00004082
- Loc: 257
- EquipLv: 65
- Refine: false
- View: 137
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5054
- AegisName: "Assasin_Mask"
- Name: "Assassin Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0x00001100
- Loc: 1
- EquipLv: 70
- Refine: false
- View: 180
-},
-{
- Id: 5055
- AegisName: "Novice_Egg_Cap"
- Name: "Novice False Eggshell"
- Type: 5
- Buy: 1
- Weight: 1
- Def: 6
- Job: 0x00000001
- Upper: 47
- Loc: 256
- Refine: false
- View: 101
-},
-{
- Id: 5056
- AegisName: "Love_Berry"
- Name: "Fruit of Love"
- Type: 5
- Buy: 1
- Weight: 100
- Loc: 256
- Refine: false
- View: 140
-},
-{
- Id: 5057
- AegisName: "Ear_Of_Black_Cat"
- Name: "Black Cat Ears"
- Type: 5
- Buy: 16000
- Weight: 200
- Def: 4
- Loc: 256
- EquipLv: 45
- View: 141
-},
-{
- Id: 5058
- AegisName: "Drooping_Kitty"
- Name: "Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 142
- Script: <"
- bonus bMdef,15;
- bonus2 bResEff,Eff_Curse,3000;
- ">
-},
-{
- Id: 5059
- AegisName: "Brown_Bear_Cap"
- Name: "Teddybear Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 6
- Loc: 256
- EquipLv: 50
- View: 143
-},
-{
- Id: 5060
- AegisName: "Party_Hat"
- Name: "Party Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- View: 144
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5061
- AegisName: "Flower_Hairpin"
- Name: "Flower Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 145
-},
-{
- Id: 5062
- AegisName: "Straw_Hat"
- Name: "Straw Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 6
- Loc: 256
- EquipLv: 50
- View: 146
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5063
- AegisName: "Plaster"
- Name: "Giant Band Aid"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 147
-},
-{
- Id: 5064
- AegisName: "Leaf_Headgear"
- Name: "Smokie Leaf"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 148
-},
-{
- Id: 5065
- AegisName: "Fish_On_Head"
- Name: "Blue Fish"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- EquipLv: 50
- View: 149
- Script: <" bonus2 bAddRace,RC_Fish,10; ">
-},
-{
- Id: 5066
- AegisName: "Horn_Of_Succubus"
- Name: "Succubus Horn"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 7
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 70
- View: 150
- Script: <"
- bonus bInt,1;
- bonus bMdef,10;
- ">
-},
-{
- Id: 5067
- AegisName: "Sombrero"
- Name: "Sombrero"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 256
- View: 151
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5068
- AegisName: "Ear_Of_Devil's_Wing"
- Name: "Evil Wing Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 152
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5069
- AegisName: "Mask_Of_Fox"
- Name: "Kitsune Mask"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 153
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5070
- AegisName: "Headband_Of_Power"
- Name: "Hot-blooded Headband"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 154
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5071
- AegisName: "Indian_Headband"
- Name: "Indian Headband"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 155
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5072
- AegisName: "Inccubus_Horn"
- Name: "Incubus Horn"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 7
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 70
- View: 156
- Script: <"
- bonus bAgi,1;
- bonus bMdef,10;
- ">
-},
-{
- Id: 5073
- AegisName: "Cap_Of_Concentration"
- Name: "Model Training Hat"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 157
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5074
- AegisName: "Ear_Of_Angel's_Wing"
- Name: "Angel Wing Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 158
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5075
- AegisName: "Cowboy_Hat"
- Name: "Cowboy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Loc: 256
- View: 159
-},
-{
- Id: 5076
- AegisName: "Fur_Hat"
- Name: "Beanie"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 3
- Loc: 256
- View: 160
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5077
- AegisName: "Tulip_Hairpin"
- Name: "Tulip Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 161
-},
-{
- Id: 5078
- AegisName: "Sea_Otter_Cap"
- Name: "Sea-Otter Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 6
- Loc: 256
- EquipLv: 50
- View: 162
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5079
- AegisName: "Crossed_Hair_Band"
- Name: "X Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 163
-},
-{
- Id: 5080
- AegisName: "Headgear_Of_Queen"
- Name: "Crown of Ancient Queen"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 8
- Loc: 256
- EquipLv: 45
- View: 164
-},
-{
- Id: 5081
- AegisName: "Mistress_Crown"
- Name: "Crown of Mistress"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 75
- View: 165
- Script: <"
- bonus bMaxSP,100;
- bonus bInt,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5082
- AegisName: "Mushroom_Band"
- Name: "Decorative Mushroom"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 166
-},
-{
- Id: 5083
- AegisName: "Red_Tailed_Ribbon"
- Name: "Red Ribbon"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 256
- EquipLv: 45
- View: 167
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 5084
- AegisName: "Lazy_Raccoon"
- Name: "Lazy Smokie"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 168
- Script: <" bonus2 bResEff,Eff_Sleep,2000; ">
-},
-{
- Id: 5085
- AegisName: "Pair_Of_Red_Ribbon"
- Name: "Small Ribbons"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- EquipLv: 45
- Refine: false
- View: 169
-},
-{
- Id: 5086
- AegisName: "Alarm_Mask"
- Name: "Alarm Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 513
- Refine: false
- View: 170
- Script: <" bonus2 bResEff,Eff_Blind,5000; ">
-},
-{
- Id: 5087
- AegisName: "Goblin_Mask_01"
- Name: "Poker Face"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 513
- Refine: false
- View: 171
-},
-{
- Id: 5088
- AegisName: "Goblin_Mask_02"
- Name: "Surprised Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 513
- Refine: false
- View: 172
-},
-{
- Id: 5089
- AegisName: "Goblin_Mask_03"
- Name: "Annoyed Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 513
- Refine: false
- View: 173
-},
-{
- Id: 5090
- AegisName: "Goblin_Mask_04"
- Name: "Goblin Leader Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 513
- Refine: false
- View: 174
-},
-{
- Id: 5091
- AegisName: "Big_Golden_Bell"
- Name: "Decorative Golden Bell"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 35
- View: 175
-},
-{
- Id: 5092
- AegisName: "Blue_Coif"
- Name: "Coif"
- Type: 5
- Buy: 150000
- Weight: 300
- Def: 5
- Job: 0x00001100
- Loc: 768
- EquipLv: 65
- View: 176
-},
-{
- Id: 5093
- AegisName: "Blue_Coif_"
- Name: "Coif"
- Type: 5
- Buy: 150000
- Weight: 300
- Def: 5
- Slots: 1
- Job: 0x00001100
- Loc: 768
- EquipLv: 65
- View: 177
- Script: <" bonus bMaxSP,100; ">
-},
-{
- Id: 5094
- AegisName: "Orc_Hero_Helm"
- Name: "Helmet of Orc Hero"
- Type: 5
- Buy: 500000
- Weight: 900
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 55
- View: 178
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- ">
-},
-{
- Id: 5095
- AegisName: "Orc_Hero_Helm_"
- Name: "Helmet of Orc Hero"
- Type: 5
- Buy: 800000
- Weight: 1000
- Def: 5
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 55
- View: 179
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- ">
-},
-{
- Id: 5096
- AegisName: "Assassin_Mask_"
- Name: "Assassin Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x00001100
- Loc: 1
- EquipLv: 70
- Refine: false
- View: 180
-},
-{
- Id: 5097
- AegisName: "Cone_Hat_"
- Name: "Holiday Hat"
- Type: 5
- Buy: 0
- Weight: 400
- Loc: 256
- View: 144
-},
-{
- Id: 5098
- AegisName: "Tiger_Mask"
- Name: "Tiger Mask"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 768
- EquipLv: 50
- Refine: false
- View: 181
- Script: <"
- bonus bStr,3;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 5099
- AegisName: "Cat_Hat"
- Name: "Neko Mimi"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- View: 182
- Script: <"
- bonus bLuk,2;
- bonus bMdef,10;
- bonus2 bAddRaceTolerance,RC_Brute,5;
- ">
-},
-{
- Id: 5100
- AegisName: "Sales_Signboard"
- Name: "Sales Banner"
- Type: 5
- Buy: 20
- Weight: 800
- Loc: 256
- EquipLv: 75
- View: 183
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5101
- AegisName: "Takius_Blindfold"
- Name: "Takius Blindfold"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 184
- Script: <"
- bonus bInt,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 5102
- AegisName: "Round_Eyes"
- Name: "Blank Eyes"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 185
-},
-{
- Id: 5103
- AegisName: "Sunflower_Hairpin"
- Name: "Sunflower Hairpin"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 186
- Script: <"
- bonus bAgi,2;
- bonus bCriticalRate,5;
- ">
-},
-{
- Id: 5104
- AegisName: "Dark_Blindfold"
- Name: "Dark Blinder"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 187
- Script: <"
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Stun,200;
- ">
-},
-{
- Id: 5105
- AegisName: "Hat_Of_Cake_"
- Name: "2nd Anniversary Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 2
- Loc: 256
- EquipLv: 24
- View: 109
- Script: <"
- bonus bMaxSP,60;
- bonus3 bAddMonsterDropItem,7864,7,50;
- ">
-},
-{
- Id: 5106
- AegisName: "Cone_Hat_INA"
- Name: "2nd Anniversary Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 10
- Loc: 256
- Refine: false
- View: 144
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bLuk,1;
- bonus bMatkRate,3;
- bonus bFlee,3;
- bonus bHit,3;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 5107
- AegisName: "Well_Baked_Toast"
- Name: "Crunch Toast"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- Refine: false
- View: 188
-},
-{
- Id: 5108
- AegisName: "Detective_Hat"
- Name: "Renown Detective's Cap"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 6
- Slots: 1
- Loc: 256
- View: 189
-},
-{
- Id: 5109
- AegisName: "Red_Bonnet"
- Name: "Red Bonnet"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 4
- Loc: 256
- View: 190
-},
-{
- Id: 5110
- AegisName: "Baby_Pacifier"
- Name: "Baby Pacifier"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- Refine: false
- View: 191
-},
-{
- Id: 5111
- AegisName: "Galapago_Cap"
- Name: "Galapago Cap"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- EquipLv: 55
- View: 192
- Script: <" bonus2 bAddMonsterDropItem,605,100; ">
-},
-{
- Id: 5112
- AegisName: "Super_Novice_Hat"
- Name: "Super Novice Hat"
- Type: 5
- Buy: 8500
- Weight: 400
- Def: 8
- Job: 0x00000001
- Upper: 47
- Loc: 256
- EquipLv: 40
- View: 193
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5113
- AegisName: "Angry_Mouth"
- Name: "Angry Snarl"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- Refine: false
- View: 194
-},
-{
- Id: 5114
- AegisName: "Fedora"
- Name: "Bucket Hat"
- Type: 5
- Buy: 6000
- Weight: 300
- Def: 6
- Loc: 256
- View: 195
-},
-{
- Id: 5115
- AegisName: "Winter_Hat"
- Name: "Winter Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Loc: 256
- View: 196
- Script: <" bonus2 bResEff,Eff_Freeze,1000; ">
-},
-{
- Id: 5116
- AegisName: "Banana_Hat"
- Name: "Banana Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- View: 197
- Script: <" bonus3 bAutoSpell,SM_PROVOKE,3,30; ">
-},
-{
- Id: 5117
- AegisName: "Mistic_Rose"
- Name: "Mystic Rose"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 198
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,2; ">
-},
-{
- Id: 5118
- AegisName: "Ear_Of_Puppy"
- Name: "Puppy Headband"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 199
-},
-{
- Id: 5119
- AegisName: "Super_Novice_Hat_"
- Name: "Super Novice Hat"
- Type: 5
- Buy: 8500
- Weight: 400
- Def: 8
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 256
- EquipLv: 40
- View: 193
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5120
- AegisName: "Fedora_"
- Name: "Bucket Hat"
- Type: 5
- Buy: 6000
- Weight: 300
- Def: 6
- Slots: 1
- Loc: 256
- View: 195
-},
-{
- Id: 5121
- AegisName: "Zherlthsh_Mask"
- Name: "Zealotus Mask"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 70
- View: 200
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5122
- AegisName: "Magni_Cap"
- Name: "Magni's Cap"
- Type: 5
- Buy: 30000
- Weight: 1000
- Def: 9
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 65
- View: 250
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5123
- AegisName: "Ulle_Cap"
- Name: "Ulle's Cap"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 6
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 65
- View: 254
- Script: <"
- bonus bDex,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5124
- AegisName: "Fricca_Circlet"
- Name: "Fricca's Circlet"
- Type: 5
- Buy: 30000
- Weight: 300
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 65
- View: 251
- Script: <"
- bonus bMdef,10;
- bonus bInt,2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5125
- AegisName: "Kiss_Of_Angel"
- Name: "Angel's Kiss"
- Type: 5
- Buy: 10000
- Weight: 300
- Def: 6
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 256
- EquipLv: 50
- View: 255
- Script: <" bonus bSPrecovRate,3; ">
-},
-{
- Id: 5126
- AegisName: "Morpheus's_Hood"
- Name: "Morpheus's Hood"
- Type: 5
- Buy: 30000
- Weight: 200
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 33
- View: 256
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5127
- AegisName: "Morrigane's_Helm"
- Name: "Morrigane's Helm"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 61
- View: 257
- Script: <"
- bonus bLuk,2;
- bonus bBaseAtk,3;
- ">
-},
-{
- Id: 5128
- AegisName: "Goibne's_Helmet"
- Name: "Goibne's Helm"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 54
- View: 258
- Script: <"
- bonus bVit,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5129
- AegisName: "Bird_Nest"
- Name: "Bird Nest"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 256
- EquipLv: 50
- Refine: false
- View: 201
- Script: <"
- bonus bAgi,2;
- bonus2 bAddRaceTolerance,RC_Brute,10;
- ">
-},
-{
- Id: 5130
- AegisName: "Lion_Mask"
- Name: "Lion Mask"
- Type: 5
- Buy: 20
- Weight: 700
- Job: 0x000FDF80
- Loc: 768
- EquipLv: 75
- View: 202
- Script: <"
- bonus2 bAddEffWhenHit,Eff_Silence,500;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5131
- AegisName: "Close_Helmet"
- Name: "Close Helmet"
- Type: 5
- Buy: 20
- Weight: 1200
- Def: 8
- Job: 0x00004082
- Loc: 769
- EquipLv: 75
- View: 203
- Script: <"
- bonus bVit,3;
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 5132
- AegisName: "Angeling_Hat"
- Name: "Angeling Hat"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 5
- Loc: 256
- Refine: false
- View: 204
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,10; ">
-},
-{
- Id: 5133
- AegisName: "Sheep_Hat"
- Name: "Sheep Hat"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 3
- Job: 0x00008110
- Loc: 256
- Refine: false
- View: 205
- Script: <" bonus bShortWeaponDamageReturn,5; ">
-},
-{
- Id: 5134
- AegisName: "Pumpkin_Hat"
- Name: "Pumpkin-Head"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- View: 206
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5135
- AegisName: "Cyclops_Visor"
- Name: "Cyclop's Eye"
- Type: 5
- Buy: 0
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 75
- Refine: false
- View: 207
- Script: <" bonus bMaxSP,50; ">
-},
-{
- Id: 5136
- AegisName: "Santa's_Hat_"
- Name: "Antonio's Santa Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 20
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 5137
- AegisName: "Alice_Doll"
- Name: "Alice Doll"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 208
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddEff2,Eff_Sleep,10;
- ">
-},
-{
- Id: 5138
- AegisName: "Magic_Eyes"
- Name: "Magic Eyes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Job: 0x00810204
- Loc: 256
- EquipLv: 30
- View: 209
- Script: <"
- bonus bMdef,5;
- bonus bVariableCastrate,-10;
- bonus bUseSPrate,20;
- ">
-},
-{
- Id: 5139
- AegisName: "Hibiscus"
- Name: "Hibiscus"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 210
- Script: <"
- bonus bDex,1;
- bonus bInt,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5140
- AegisName: "Charming_Ribbon"
- Name: "Charming Ribbon"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 211
- Script: <"
- bonus2 bAddRaceTolerance,RC_Undead,5;
- bonus2 bAddRaceTolerance,RC_Demon,5;
- ">
-},
-{
- Id: 5141
- AegisName: "Marionette_Doll"
- Name: "Marionette Doll"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- View: 212
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5142
- AegisName: "Crescent_Helm"
- Name: "Crescent Helm"
- Type: 5
- Buy: 48000
- Weight: 3000
- Def: 20
- Slots: 1
- Job: 0x000444A2
- Loc: 768
- EquipLv: 50
- View: 213
- Script: <"
- bonus bVit,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5143
- AegisName: "Kabuki_Mask"
- Name: "Kabuki Mask"
- Type: 5
- Buy: 50000
- Weight: 1000
- Def: 5
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 769
- EquipLv: 30
- View: 214
- Script: <" bonus2 bResEff,Eff_Silence,3000; ">
-},
-{
- Id: 5144
- AegisName: "Gambler_Hat"
- Name: "Gamble Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Loc: 256
- View: 16
- Script: <" bonus bLuk,5; ">
-},
-{
- Id: 5145
- AegisName: "Carnival_Joker_Jester"
- Name: "Carnival Joker Jester"
- Type: 5
- Buy: 10
- Weight: 100
- Loc: 256
- View: 89
-},
-{
- Id: 5146
- AegisName: "Elephant_Hat"
- Name: "Elephant Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Loc: 256
- View: 215
- Script: <"
- bonus bVit,1;
- skill WZ_WATERBALL,1;
- if(getrefine()>8) bonus3 bAutoSpell,BS_GREED,1,10;
- ">
-},
-{
- Id: 5147
- AegisName: "Baseball_Cap"
- Name: "Baseball Cap"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 256
- View: 216
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5148
- AegisName: "Phrygian_Cap"
- Name: "Phrygian Cap"
- Type: 5
- Buy: 0
- Weight: 500
- Loc: 256
- View: 217
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5149
- AegisName: "Silver_Tiara"
- Name: "Silver Tiara"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 256
- View: 218
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5150
- AegisName: "Joker_Jester_"
- Name: "Joker Jester"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- Refine: false
- View: 219
- Script: <" bonus bSpeedRate,25; ">
-},
-{
- Id: 5151
- AegisName: "Headset_OST"
- Name: "Note Headphone"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Slots: 1
- Loc: 768
- View: 220
- Script: <"
- bonus bMdef,3;
- bonus2 bResEff,Eff_Stun,1000;
- bonus2 bResEff,Eff_Freeze,1000;
- ">
-},
-{
- Id: 5152
- AegisName: "Chinese_Crown"
- Name: "Chinese Crown"
- Type: 5
- Buy: 20
- Weight: 2000
- Def: 2
- Loc: 768
- View: 221
- Script: <"
- bonus bMdef,2;
- bonus2 bResEff,Eff_Stun,1000;
- bonus bInt,1;
- ">
-},
-{
- Id: 5153
- AegisName: "Angeling_Hairpin"
- Name: "Angeling Hairpin"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 5
- Loc: 256
- View: 222
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 5154
- AegisName: "Sunglasses_F"
- Name: "Father's Sunglasses"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 512
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5155
- AegisName: "Granpa_Beard_F"
- Name: "Father's White Moustache"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 25
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bBaseAtk,20; ">
-},
-{
- Id: 5156
- AegisName: "Flu_Mask_F"
- Name: "Father's Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMatkRate,1; ">
-},
-{
- Id: 5157
- AegisName: "Viking_Helm_"
- Name: "Orc Helm"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 9
- Slots: 1
- Job: 0x000654E2
- Loc: 256
- View: 86
-},
-{
- Id: 5158
- AegisName: "Holy_Bonnet_"
- Name: "Monk Hat"
- Type: 5
- Buy: 30000
- Weight: 100
- Def: 10
- Slots: 1
- Job: 0x00008110
- Loc: 256
- View: 35
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5159
- AegisName: "Golden_Gear_"
- Name: "Golden Gear"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 9
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 40
- View: 30
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5160
- AegisName: "Magestic_Goat_"
- Name: "Magestic Goat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 9
- Slots: 1
- Job: 0x006444A2
- Loc: 256
- View: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5161
- AegisName: "Sharp_Gear_"
- Name: "Spiky Band"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 12
- Slots: 1
- Job: 0x0066D5F2
- Loc: 256
- EquipLv: 50
- View: 43
-},
-{
- Id: 5162
- AegisName: "Bone_Helm_"
- Name: "Bone Helm"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 15
- Slots: 1
- Job: 0x000444A2
- Loc: 256
- EquipLv: 70
- View: 103
- Script: <" bonus2 bSubEle,Ele_Dark,-15; ">
-},
-{
- Id: 5163
- AegisName: "Corsair_"
- Name: "Corsair"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 105
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5164
- AegisName: "Tiara_"
- Name: "Tiara"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 7
- Slots: 1
- Job: 0xFFFFFFFE
- Gender: 0
- Loc: 256
- EquipLv: 45
- View: 19
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5165
- AegisName: "Crown_"
- Name: "Crown"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 7
- Slots: 1
- Job: 0xFFFFFFFE
- Gender: 1
- Loc: 256
- EquipLv: 45
- View: 45
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5166
- AegisName: "Spinx_Helm_"
- Name: "Sphinx Hat"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 5
- Slots: 1
- Job: 0x00004082
- Loc: 257
- EquipLv: 65
- Refine: false
- View: 137
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5167
- AegisName: "Munak_Turban_"
- Name: "Munak Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 769
- Refine: false
- View: 51
- Script: <" bonus2 bAddRaceTolerance,RC_Undead,10; ">
-},
-{
- Id: 5168
- AegisName: "Bongun_Hat_"
- Name: "Bongun Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 769
- Refine: false
- View: 139
-},
-{
- Id: 5169
- AegisName: "Bride_Mask"
- Name: "Bride Mask"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 4
- Slots: 1
- Loc: 768
- EquipLv: 40
- View: 223
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bLuk,2;
- bonus bCritical,5;
- }
- ">
-},
-{
- Id: 5170
- AegisName: "Feather_Beret"
- Name: "Feather Beret"
- Type: 5
- Buy: 30000
- Weight: 600
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 224
- Script: <"
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 5171
- AegisName: "Valkyrie_Helm"
- Name: "Valkyrie Helm"
- Type: 5
- Buy: 100000
- Weight: 1000
- Def: 10
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 256
- View: 225
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5172
- AegisName: "Beret"
- Name: "Beret"
- Type: 5
- Buy: 30000
- Weight: 700
- Loc: 256
- Refine: false
- View: 226
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,10; ">
-},
-{
- Id: 5173
- AegisName: "Satto_Hat"
- Name: "Magistrate Hat"
- Type: 5
- Buy: 30000
- Weight: 400
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 60
- View: 227
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bAgi,1;
- bonus bHPrecovRate,3;
- }
- ">
-},
-{
- Id: 5174
- AegisName: "Ayam"
- Name: "Ayam"
- Type: 5
- Buy: 30000
- Weight: 400
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 60
- View: 228
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bInt,1;
- bonus bSPrecovRate,3;
- }
- ">
-},
-{
- Id: 5175
- AegisName: "Censor_Bar"
- Name: "Censor Bar"
- Type: 5
- Buy: 30000
- Weight: 100
- Loc: 512
- Refine: false
- View: 229
- Script: <"
- bonus2 bResEff,Eff_Curse,500;
- bonus bMdef,1;
- bonus bHit,-5;
- ">
-},
-{
- Id: 5176
- AegisName: "Hahoe_Mask"
- Name: "Hahoe Mask"
- Type: 5
- Buy: 30000
- Weight: 100
- Def: 2
- Loc: 513
- EquipLv: 30
- Refine: false
- View: 230
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bLuk,1;
- bonus bFlee2,2;
- }
- ">
-},
-{
- Id: 5177
- AegisName: "Guardian_Lion_Mask"
- Name: "Mythical Lion Mask"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 768
- EquipLv: 40
- View: 231
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bDex,2;
- bonus bBaseAtk,2*getrefine();
- bonus3 bAddEff,Eff_Stun,1000,ATF_SHORT;
- }
- ">
-},
-{
- Id: 5178
- AegisName: "Candle_"
- Name: "Candle"
- Type: 5
- Buy: 20
- Weight: 150
- Loc: 256
- View: 113
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5179
- AegisName: "Gold_Tiara"
- Name: "Golden Tiara"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 256
- View: 232
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5180
- AegisName: "Phrygian_Cap_"
- Name: "France Holiday Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 217
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5181
- AegisName: "Helm_Of_Darkness"
- Name: "Helm of Darkness"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Job: 0x000654E2
- Loc: 768
- EquipLv: 50
- View: 233
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5182
- AegisName: "Puppy_Hat"
- Name: "Puppy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 234
- Script: <"
- bonus bAgi,1;
- bonus3 bAutoSpell,PR_GLORIA,1,10+20*(readparam(bAgi)>=77);
- ">
-},
-{
- Id: 5183
- AegisName: "Bird_Nest_Hat"
- Name: "Bird Nest Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 235
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus2 bResEff,Eff_Stun,1000;
- ">
-},
-{
- Id: 5184
- AegisName: "Captain_Hat"
- Name: "Captain's Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- View: 236
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 5185
- AegisName: "Laurel_Wreath"
- Name: "Laurel Wreath"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 237
- Script: <"
- bonus bLuk,3;
- bonus2 bResEff,Eff_Blind,500;
- bonus2 bResEff,Eff_Curse,500;
- ">
-},
-{
- Id: 5186
- AegisName: "Geographer_Band"
- Name: "Geographer Band"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 238
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,50;
- ">
-},
-{
- Id: 5187
- AegisName: "Twin_Ribbon"
- Name: "Twin Red Ribbon"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 239
- Script: <"
- bonus bMaxSP,30;
- bonus bMdef,3;
- bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,10;
- bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,6,120,BF_MAGIC,0;
- ">
-},
-{
- Id: 5188
- AegisName: "Minstrel_Hat"
- Name: "Creative Convention Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- EquipLv: 50
- View: 240
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5189
- AegisName: "Fallen_Leaves"
- Name: "Autumn Leaves"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 241
- Script: <"
- bonus bMaxHP,40;
- bonus bMaxSP,40;
- ">
-},
-{
- Id: 5190
- AegisName: "Baseball_Cap_"
- Name: "Independence Memorial Hat"
- Type: 5
- Buy: 20
- Weight: 20
- Def: 5
- Slots: 1
- Loc: 256
- View: 216
-},
-{
- Id: 5191
- AegisName: "Ribbon_Black"
- Name: "Black Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 242
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5192
- AegisName: "Ribbon_Yellow"
- Name: "Yellow Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 243
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5193
- AegisName: "Ribbon_Green"
- Name: "Green Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 244
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5194
- AegisName: "Ribbon_Pink"
- Name: "Pink Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 245
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5195
- AegisName: "Ribbon_Red"
- Name: "Red Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 246
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5196
- AegisName: "Ribbon_Orange"
- Name: "Orange Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 247
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5197
- AegisName: "Ribbon_White"
- Name: "White Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Gender: 0
- Loc: 256
- View: 248
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5198
- AegisName: "Drooping_Bunny"
- Name: "Evolved Drooping Bunny"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 3
- Gender: 0
- Loc: 256
- View: 249
- Script: <"
- bonus bDex,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 5199
- AegisName: "Baseball_Cap_I"
- Name: "Baseball Cap"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Loc: 256
- View: 216
-},
-{
- Id: 5200
- AegisName: "Coppola"
- Name: "Coppola"
- Type: 5
- Buy: 10
- Weight: 300
- Loc: 256
- View: 252
-},
-{
- Id: 5201
- AegisName: "Party_Hat_B"
- Name: "Party Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- View: 144
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5202
- AegisName: "Pumpkin_Hat_"
- Name: "Fantastic Pumpkin-Head"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- View: 206
- Script: <" bonus2 bAddRaceTolerance,RC_Demon,5; ">
-},
-{
- Id: 5203
- AegisName: "Tongue_Mask"
- Name: "Smiling Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 513
- Refine: false
- View: 253
- Script: <" bonus bSpeedRate,25; ">
-},
-{
- Id: 5204
- AegisName: "Event_Pierrot_Nose"
- Name: "Rudolph's Nose"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 49
- Script: <"
- bonus2 bResEff,Eff_Blind,3000;
- bonus2 bAddMonsterDropItem,12130,30;
- ">
-},
-{
- Id: 5205
- AegisName: "Wreath"
- Name: "Emperor's Laurel Crown"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: 768
- View: 261
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5206
- AegisName: "Romantic_White_Flower"
- Name: "Romantic White Flower"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 259
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,3; ">
-},
-{
- Id: 5207
- AegisName: "Gold_Spirit_Chain"
- Name: "Angel Blessing"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- Refine: false
- View: 260
- Script: <"
- bonus bLuk,1;
- bonus2 bSubEle,Ele_Holy,5;
- ">
-},
-{
- Id: 5208
- AegisName: "Rideword_Hat"
- Name: "Rideword Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 40
- View: 262
- Script: <"
- bonus2 bHPDrainRate,50,8;
- bonus2 bSPDrainRate,10,4;
- bonus2 bHPLossRate,10,5000;
- ">
-},
-{
- Id: 5209
- AegisName: "Yellow_Baseball_Cap"
- Name: "Love Dad Cap"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 256
- View: 263
-},
-{
- Id: 5210
- AegisName: "Flying_Angel"
- Name: "Flapping Angel Wing"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- EquipLv: 10
- View: 264
- Script: <"
- bonus bVariableCastrate,-3;
- bonus bAspdRate,3;
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5211
- AegisName: "Dress_Hat"
- Name: "Dress Hat"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 265
- Script: <"
- bonus bMdef,7;
- bonus bStr,1;
- bonus bInt,1;
- bonus2 bAddRace,RC_NonBoss,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus bMatkRate,2;
- bonus bHealPower,5;
- if(getrefine()>=7) {
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- bonus bMatkRate,1;
- bonus bHealPower,1;
- }
- ">
-},
-{
- Id: 5212
- AegisName: "Satellite_Hairband"
- Name: "Satellite Hairband"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 266
- Script: <"
- bonus bMaxHP,50;
- bonus bMaxSP,10;
- skill AL_RUWACH,1;
- ">
- OnUnequipScript: <" sc_end SC_RUWACH; ">
-},
-{
- Id: 5213
- AegisName: "Black_Bunny_Band"
- Name: "Sheila Hairnet"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 4
- Loc: 256
- View: 267
- Script: <"
- bonus bAgi,2;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5214
- AegisName: "Moonlight_Flower_Hat"
- Name: "Moonlight Flower Hat"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 3
- Loc: 768
- View: 268
- Script: <"
- bonus bDex,2;
- bonus3 bAutoSpell,AL_INCAGI,1,50;
- ">
-},
-{
- Id: 5215
- AegisName: "Angelic_Chain_"
- Name: "Evolved Angel Wing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- View: 38
- Script: <"
- bonus bMdef,3;
- bonus bDex,1;
- bonus bInt,1;
- bonus2 bAddRaceTolerance,RC_Demon,3;
- ">
-},
-{
- Id: 5216
- AegisName: "Satanic_Chain_"
- Name: "Evolved Evil Wing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- View: 39
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus bFlee,3;
- bonus2 bAddRaceTolerance,RC_Angel,3;
- ">
-},
-{
- Id: 5217
- AegisName: "Magestic_Goat_TW"
- Name: "Evolved Magestic Goat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 10
- Job: 0x006444A2
- Loc: 256
- View: 41
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5218
- AegisName: "Bunny_Band_"
- Name: "Evolved Bunny Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 15
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5219
- AegisName: "Drooping_Kitty_"
- Name: "Evolved Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 142
- Script: <"
- bonus bMdef,18;
- bonus bFlee,3;
- ">
-},
-{
- Id: 5220
- AegisName: "Smoking_Pipe_"
- Name: "Evolved Pipe"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 55
- Script: <"
- bonus bVit,1;
- bonus2 bAddRaceTolerance,RC_Brute,5;
- ">
-},
-{
- Id: 5221
- AegisName: "Pair_Of_Red_Ribbon_"
- Name: "Evolved Pair of Red Ribbon"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- EquipLv: 45
- Refine: false
- View: 169
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 5222
- AegisName: "Fish_On_Head_"
- Name: "Evolved Blue Fish"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- EquipLv: 50
- View: 149
- Script: <"
- bonus bAgi,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5223
- AegisName: "Big_Golden_Bell_"
- Name: "Evolved Big Golden Bell"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 35
- View: 175
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5224
- AegisName: "Orc_Hero_Helm_TW"
- Name: "Evolved Orc Hero Helm"
- Type: 5
- Buy: 500000
- Weight: 900
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 55
- View: 178
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 5225
- AegisName: "Marcher_Hat"
- Name: "Parade Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 269
- Script: <"
- bonus bMdef,2;
- bonus bStr,2;
- bonus4 bAutoSpellWhenHit,AL_ANGELUS,5,30,0;
- bonus4 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,0;
- bonus2 bResEff,Eff_Stun,1000;
- if(BaseClass==Job_Acolyte) bonus4 bAutoSpellOnSkill,AL_HEAL,PR_LEXAETERNA,1,1000;
- ">
-},
-{
- Id: 5226
- AegisName: "Mini_Propeller_"
- Name: "Mini Propeller"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Loc: 256
- View: 270
- Script: <"
- bonus bAgi,2;
- bonus bDex,1;
- bonus bFlee,10;
- bonus bVariableCastrate,-getrefine();
- ">
-},
-{
- Id: 5227
- AegisName: "Red_Deviruchi_Cap"
- Name: "Red Deviruchi Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 64
- View: 271
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5228
- AegisName: "White_Deviruchi_Cap"
- Name: "Gray Deviruchi Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 64
- View: 272
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5229
- AegisName: "Gray_Deviruchi_Cap"
- Name: "Brown Deviruchi Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 64
- View: 273
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5230
- AegisName: "White_Drooping_Kitty"
- Name: "Gray Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 274
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5231
- AegisName: "Gray_Drooping_Kitty"
- Name: "Brown Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 275
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5232
- AegisName: "Pink_Drooping_Kitty"
- Name: "Pink Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 276
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5233
- AegisName: "Blue_Drooping_Kitty"
- Name: "Blue Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 277
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5234
- AegisName: "Yellow_Drooping_Kitty"
- Name: "Yellow Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 278
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5235
- AegisName: "Gray_Fur_Hat"
- Name: "Brown Beanie"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 3
- Loc: 256
- View: 279
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5236
- AegisName: "Blue_Fur_Hat"
- Name: "Blue Beanie"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 3
- Loc: 256
- View: 280
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5237
- AegisName: "Pink_Fur_Hat"
- Name: "Pink Beanie"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 3
- Loc: 256
- View: 281
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5238
- AegisName: "Red_Wizardry_Hat"
- Name: "Red Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00810204
- Loc: 256
- View: 282
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5239
- AegisName: "White_Wizardry_Hat"
- Name: "Gray Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00810204
- Loc: 256
- View: 283
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5240
- AegisName: "Gray_Wizardry_Hat"
- Name: "Brown Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00810204
- Loc: 256
- View: 284
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5241
- AegisName: "Blue_Wizardry_Hat"
- Name: "Blue Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00810204
- Loc: 256
- View: 285
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5242
- AegisName: "Yellow_Wizardry_Hat"
- Name: "Yellow Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00810204
- Loc: 256
- View: 286
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5243
- AegisName: "Chullos"
- Name: "Shafka"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 2
- Slots: 1
- Loc: 768
- View: 287
- Script: <" bonus2 bResEff,Eff_Freeze,1000; ">
-},
-{
- Id: 5244
- AegisName: "Elven_Blindfold"
- Name: "Elven Blindfold"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- Refine: false
- View: 288
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 5245
- AegisName: "Elven_Sunglasses"
- Name: "Elven Sunglasses"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- Refine: false
- View: 289
- Script: <" bonus2 bResEff,Eff_Blind,500; ">
-},
-{
- Id: 5246
- AegisName: "Angelic_Helm"
- Name: "Angelic Helm"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 7
- Loc: 256
- View: 290
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- bonus2 bSubRace,RC_Demon,3;
- ">
-},
-{
- Id: 5247
- AegisName: "Satanic_Helm"
- Name: "Satanic Helm"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Loc: 256
- View: 291
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- bonus2 bSubRace,RC_Demon,3;
- ">
-},
-{
- Id: 5248
- AegisName: "Robotic_Blindfold"
- Name: "Robotic Blindfold"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- Refine: false
- View: 292
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 5249
- AegisName: "Human_Blindfold"
- Name: "Human Blindfold"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- Refine: false
- View: 293
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 5250
- AegisName: "Robotic_Ears"
- Name: "Robotic Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 294
-},
-{
- Id: 5251
- AegisName: "Round_Ears"
- Name: "Round Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 295
-},
-{
- Id: 5252
- AegisName: "Drooping_Nine_Tail"
- Name: "Drooping Ninetail"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- EquipLv: 20
- View: 296
- Script: <"
- bonus bAgi,1;
- bonus bDex,1;
- bonus3 bAutoSpellWhenHit,PR_GLORIA,1,30;
- ">
-},
-{
- Id: 5253
- AegisName: "Lif_Doll_Hat"
- Name: "Lif Doll Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 297
- Script: <"
- bonus bInt,1;
- bonus bMdef,getrefine();
- bonus bDef,getrefine()*-1;
- ">
-},
-{
- Id: 5254
- AegisName: "Deviling_Hat"
- Name: "Deviling Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Slots: 1
- Loc: 256
- View: 298
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bCritical,3;
- bonus2 bAddRaceTolerance,RC_Angel,-20;
- if(getrefine()>=6) {
- bonus bCritical,getrefine()-5;
- }
- ">
-},
-{
- Id: 5255
- AegisName: "Triple_Poring_Hat"
- Name: "Triple Poring Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 6
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 299
- Script: <"
- bonus bLuk,3;
- bonus3 bAutoSpell,BS_GREED,1,50;
- ">
-},
-{
- Id: 5256
- AegisName: "Valkyrie_Feather_Band"
- Name: "Valkyrie Feather Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 300
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;
- ">
-},
-{
- Id: 5257
- AegisName: "Soulless_Wing"
- Name: "Soul Ring"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 301
- Script: <"
- bonus bMdef,2;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10;
- ">
-},
-{
- Id: 5258
- AegisName: "Afro_Wig"
- Name: "Afro Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 768
- EquipLv: 10
- View: 302
- Script: <"
- bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,300;
- bonus2 bSubEle,Ele_Neutral,1;
- ">
-},
-{
- Id: 5259
- AegisName: "Elephant_Hat_"
- Name: "Elephant Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Loc: 256
- View: 215
- Script: <"
- bonus bVit,1;
- bonus3 bAutoSpell,WZ_WATERBALL,3,10;
- skill AL_HOLYWATER,1;
- ">
-},
-{
- Id: 5260
- AegisName: "Cookie_Hat"
- Name: "Cookie Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- View: 217
- Script: <"
- bonus bAgi,1;
- bonus bFlee2,5;
- bonus bCritAtkRate,5;
- ">
-},
-{
- Id: 5261
- AegisName: "Silver_Tiara_"
- Name: "Silver Tiara"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Loc: 256
- View: 218
- Script: <"
- bonus bInt,2;
- if(BaseClass==Job_Mage) bonus bMatkRate,(JobLevel/20);
- if(BaseClass==Job_Acolyte) bonus bUseSPrate,-(JobLevel/10);
- if(BaseClass==Job_Archer) bonus bMaxSP,(JobLevel*2);
- ">
-},
-{
- Id: 5262
- AegisName: "Gold_Tiara_"
- Name: "Golden Tiara"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Loc: 256
- View: 232
- Script: <"
- bonus bStr,2;
- bonus bUnbreakableHelm,0;
- if((readparam(bDex)<56)&&(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief)) {
- bonus bDex,JobLevel/7;
- }
- ">
-},
-{
- Id: 5263
- AegisName: "Ati_Atihan_Hat"
- Name: "Pagdayaw"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 769
- EquipLv: 20
- View: 303
- Script: <"
- bonus2 bSubEle,Ele_Water,1;
- bonus2 bSubEle,Ele_Earth,1;
- bonus2 bSubEle,Ele_Fire,1;
- bonus2 bSubEle,Ele_Wind,1;
- bonus2 bAddEff,Eff_Curse,300;
- ">
-},
-{
- Id: 5264
- AegisName: "Aussie_Flag_Hat"
- Name: "Australian Flag Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Loc: 256
- View: 304
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 5265
- AegisName: "Apple_Of_Archer_C"
- Name: "Rental Apple of Archer"
- Type: 5
- Buy: 1
- Def: 12
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 72
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 5266
- AegisName: "Bunny_Band_C"
- Name: "Rental Bunny Band"
- Type: 5
- Buy: 1
- Def: 10
- Loc: 256
- Refine: false
- View: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 5267
- AegisName: "Sahkkat_C"
- Name: "Sahkkat C"
- Type: 5
- Buy: 1
- Def: 10
- Loc: 256
- Refine: false
- View: 67
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 5268
- AegisName: "Lord_Circlet_C"
- Name: "Grand Circlet"
- Type: 5
- Buy: 1
- Def: 12
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 93
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bLuk,3;
- bonus bMdef,4;
- ">
-},
-{
- Id: 5269
- AegisName: "Flying_Angel_"
- Name: "Flapping Angel Wing"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- EquipLv: 10
- View: 264
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- bonus bAspdRate,3;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 5270
- AegisName: "Fallen_Leaves_"
- Name: "Autumn Leaves"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- View: 241
- Script: <" bonus bFlee2,5; ">
-},
-{
- Id: 5271
- AegisName: "Chinese_Crown_"
- Name: "Phoenix Crown"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Loc: 768
- View: 221
- Script: <"
- bonus bMdef,3;
- bonus2 bSubRace,RC_Boss,getrefine();
- ">
-},
-{
- Id: 5272
- AegisName: "Tongue_Mask_"
- Name: "Tongue Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 513
- Refine: false
- View: 253
- Script: <" bonus3 bAutoSpell,SM_PROVOKE,5,50; ">
-},
-{
- Id: 5273
- AegisName: "Happy_Wig"
- Name: "Happy Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 768
- View: 305
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5274
- AegisName: "Shiny_Wig"
- Name: "Shiny Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 768
- View: 306
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5275
- AegisName: "Marvelous_Wig"
- Name: "Marvelous Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 768
- View: 307
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5276
- AegisName: "Fantastic_Wig"
- Name: "Fantastic Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 768
- View: 308
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5277
- AegisName: "Yellow_Bandana"
- Name: "Air Pirate's Bandana"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 309
- Script: <"
- bonus bLuk,2;
- bonus bVit,2;
- bonus bLongAtkDef,10;
- ">
-},
-{
- Id: 5278
- AegisName: "Yellow_Ribbon"
- Name: "Yellow Ribbon"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 310
- Script: <"
- bonus bLuk,2;
- bonus bVit,2;
- bonus bLongAtkDef,10;
- ">
-},
-{
- Id: 5279
- AegisName: "Drooping_Kitty_C"
- Name: "Refined Drooping Cat"
- Type: 5
- Buy: 2
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 142
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,15;
- bonus2 bResEff,Eff_Curse,3000;
- ">
-},
-{
- Id: 5280
- AegisName: "Magestic_Goat_C"
- Name: "Baphomet Horns"
- Type: 5
- Buy: 2
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 41
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5281
- AegisName: "Deviruchi_Cap_C"
- Name: "Refined Deviruchi Hat"
- Type: 5
- Buy: 2
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 123
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5282
- AegisName: "euRO_Baseball_Cap"
- Name: "Europe Baseball Cap"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 256
- View: 216
-},
-{
- Id: 5283
- AegisName: "Chick_Hat"
- Name: "Chick Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 311
- Script: <"
- bonus bLuk,2;
- bonus bMaxHP,50;
- bonus bMaxSP,50;
- skill TF_DOUBLE,2;
- bonus bDoubleRate,10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,3;
- bonus2 bAddRaceTolerance,RC_Brute,3;
- ">
-},
-{
- Id: 5284
- AegisName: "Water_Lily_Crown"
- Name: "Water Lily Crown"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 312
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMdef,3;
- bonus bHPrecovRate,5;
- bonus bSPrecovRate,3;
- ">
-},
-{
- Id: 5285
- AegisName: "Vane_Hairpin"
- Name: "Vane Hairpin"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 313
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5286
- AegisName: "Pecopeco_Hairband"
- Name: "Pecopeco Hairband"
- Type: 5
- Buy: 20
- Def: 6
- Loc: 256
- Refine: false
- View: 314
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bSpeedRate,10;
- bonus bAspdRate,-10;
- bonus bVariableCastrate,25;
- ">
-},
-{
- Id: 5287
- AegisName: "Vacation_Hat"
- Name: "Vacation Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 315
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5288
- AegisName: "Red_Glasses"
- Name: "Red Glasses"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 512
- Refine: false
- View: 316
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5289
- AegisName: "Vanilmirth_Hat"
- Name: "Vanilmirth Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 317
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus3 bAutoSpell,MG_FIREBOLT,1,10;
- bonus3 bAutoSpell,MG_COLDBOLT,1,10;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,1,10;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5290
- AegisName: "Drooping_Bunny_"
- Name: "Drooping Bunny"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 249
- Script: <"
- bonus bDex,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 5291
- AegisName: "Kettle_Hat"
- Name: "Kettle Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 8
- Loc: 256
- EquipLv: 30
- View: 318
- Script: <"
- bonus4 bAutoSpell,SA_DELUGE,2,10,0;
- bonus3 bAutoSpell,WZ_WATERBALL,3,10;
- ">
-},
-{
- Id: 5292
- AegisName: "Dragon_Skull"
- Name: "Dragon Skull"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 10
- Loc: 256
- EquipLv: 50
- View: 319
- Script: <" bonus2 bAddRaceTolerance,RC_Dragon,5; ">
-},
-{
- Id: 5293
- AegisName: "Ramen_Hat"
- Name: "Ramen Hat"
- Type: 5
- Buy: 20
- Def: 3
- Loc: 256
- Refine: false
- View: 320
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,4;
- bonus4 bAutoSpellWhenHit,AL_DECAGI,1,30,1;
- ">
-},
-{
- Id: 5294
- AegisName: "Whisper_Mask"
- Name: "Whisper Mask"
- Type: 5
- Buy: 20
- Loc: 769
- Refine: false
- View: 321
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAgi,3;
- bonus2 bSubEle,Ele_Ghost,-10;
- ">
-},
-{
- Id: 5295
- AegisName: "Golden_Bandana"
- Name: "Golden Bandana"
- Type: 5
- Buy: 20
- Weight: 2400
- Def: 4
- Loc: 768
- Refine: false
- View: 138
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 5296
- AegisName: "Drooping_Nine_Tail_"
- Name: "Drooping Nine Tail"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 256
- View: 296
- Script: <"
- bonus bAgi,1;
- bonus bCritical,1;
- ">
-},
-{
- Id: 5297
- AegisName: "Soulless_Wing_"
- Name: "Soul Wing"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 256
- View: 301
- Script: <"
- bonus bAllStats,1;
- bonus2 bSPRegenRate,2,10000;
- ">
-},
-{
- Id: 5298
- AegisName: "Marvelous_Wig_"
- Name: "Dokebi's Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: 768
- View: 307
- Script: <"
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bSubEle,Ele_Fire,-5;
- bonus2 bSubEle,Ele_Water,-5;
- ">
-},
-{
- Id: 5299
- AegisName: "Ati_Atihan_Hat_"
- Name: "Pagdayaw"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: 769
- View: 303
- Script: <" bonus3 bAutoSpell,DC_SCREAM,1,50; ">
-},
-{
- Id: 5300
- AegisName: "Bullock_Helm"
- Name: "Bullock Helm"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 45
- View: 322
- Script: <" bonus bMaxHP,100; ">
-},
-{
- Id: 5301
- AegisName: "Russian_Ribbon"
- Name: "Victory Hairband"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 256
- View: 323
-},
-{
- Id: 5302
- AegisName: "Lotus_Flower_Hat"
- Name: "Water Lily Hat"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 2
- Loc: 256
- EquipLv: 30
- View: 324
-},
-{
- Id: 5303
- AegisName: "Flower_Coronet"
- Name: "Flower Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- View: 325
- Script: <"
- bonus bMdef,3;
- bonus bMaxHP,50;
- ">
-},
-{
- Id: 5304
- AegisName: "Cap_Of_Blindness"
- Name: "Cap Of Blindness"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Slots: 1
- Loc: 769
- EquipLv: 30
- View: 326
- Script: <"
- bonus2 bResEff,Eff_Curse,700;
- bonus2 bResEff,Eff_Blind,10000;
- ">
-},
-{
- Id: 5305
- AegisName: "Pirate_Dagger"
- Name: "Pirate Dagger"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 327
- Script: <" bonus bBaseAtk,5; ">
-},
-{
- Id: 5306
- AegisName: "Freyja_Crown"
- Name: "Freyja Crown"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 20
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 328
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,5; ">
-},
-{
- Id: 5307
- AegisName: "Carmen_Miranda's_Hat"
- Name: "Carmen Miranda's Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 10
- Slots: 1
- Loc: 256
- View: 329
- Script: <"
- bonus bMdef,3;
- bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50;
- ">
-},
-{
- Id: 5308
- AegisName: "Brazilian_Flag_Hat"
- Name: "Brazilian Flag Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- View: 330
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bSpeedAddRate,25; ">
-},
-{
- Id: 5309
- AegisName: "Mahican"
- Name: "Wool Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 769
- View: 331
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" skill RG_GRAFFITI,1; ">
-},
-{
- Id: 5310
- AegisName: "Bulb_Hairband"
- Name: "Shining Electric Bulb Hairband"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 332
- Script: <"
- bonus2 bSubEle,Ele_Dark,10;
- skill MG_SIGHT,1;
- ">
- OnUnequipScript: <" sc_end SC_SIGHT; ">
-},
-{
- Id: 5311
- AegisName: "Large_Hibiscus"
- Name: "Large Hisbiscus"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- View: 333
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 5312
- AegisName: "Ayothaya_Hat"
- Name: "Ayothaya King's Hat"
- Type: 5
- Buy: 45000
- Weight: 100
- Def: 5
- Slots: 1
- Job: 0x000654E2
- Loc: 256
- View: 334
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5313
- AegisName: "Diadem"
- Name: "Diadem"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 768
- View: 335
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,3;
- bonus bVariableCastrate,-3;
- ">
-},
-{
- Id: 5314
- AegisName: "Hockey_Mask"
- Name: "Hockey Mask"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 513
- EquipLv: 50
- Refine: false
- View: 336
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace,RC_DemiPlayer,5; ">
-},
-{
- Id: 5315
- AegisName: "Observer"
- Name: "Observer"
- Type: 5
- Buy: 20
- Def: 2
- Loc: 512
- EquipLv: 35
- Refine: false
- View: 337
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- skill WZ_ESTIMATION,1;
- ">
-},
-{
- Id: 5316
- AegisName: "Umbrella_Hat"
- Name: "Umbrella Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- EquipLv: 50
- View: 338
- Script: <" bonus2 bSubEle,Ele_Water,3; ">
-},
-{
- Id: 5317
- AegisName: "Fisherman_Hat"
- Name: "Fisherman Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- EquipLv: 50
- View: 339
- Script: <" bonus3 bAutoSpell,WZ_WATERBALL,3,50; ">
-},
-{
- Id: 5318
- AegisName: "Poring_Party_Hat"
- Name: "Poring Party Hat"
- Type: 5
- Buy: 20
- Loc: 256
- View: 340
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5319
- AegisName: "Hellomother_Hat"
- Name: "Arc Angeling Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- View: 341
- Script: <"
- bonus bLuk,3;
- bonus2 bAddRaceTolerance,RC_Angel, 5;
- bonus2 bAddRace,RC_Angel, 5;
- bonus2 bMagicAddRace,RC_Angel,5;
- bonus3 bAddMonsterDropItem,12033,RC_Angel,100;
- ">
-},
-{
- Id: 5320
- AegisName: "Champion_Wreath"
- Name: "Champion Wreath"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Job: 0xFFFFFFFE
- Loc: 256
- View: 261
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus4 bAutoSpellWhenHit,AL_HEAL,1,50,0;
- ">
-},
-{
- Id: 5321
- AegisName: "Indonesian_Bandana"
- Name: "Indonesian Bandana"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- View: 342
- Script: <"
- bonus2 bAddMonsterDropItem,518,300;
- ">
-},
-{
- Id: 5322
- AegisName: "Scarf"
- Name: "Scarf"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- EquipLv: 24
- View: 343
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,2;
- bonus bFlee,5;
- ">
-},
-{
- Id: 5323
- AegisName: "Misstrance_Crown"
- Name: "Misstrance Crown"
- Type: 5
- Buy: 20
- Def: 14
- Loc: 256
- Refine: false
- View: 165
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 5324
- AegisName: "Little_Angel_Doll"
- Name: "Little Angel Doll"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 344
- Script: <"
- bonus bDex,3;
- bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0;
- ">
-},
-{
- Id: 5325
- AegisName: "Robo_Eye"
- Name: "Robo Eye"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 345
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRace,RC_NonBoss,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus bMatkRate,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 5326
- AegisName: "Masquerade_C"
- Name: "Masquerade C"
- Type: 5
- Buy: 1
- Def: 1
- Loc: 512
- Refine: false
- View: 78
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace,RC_DemiPlayer,7; ">
-},
-{
- Id: 5327
- AegisName: "Orc_Hero_Helm_C"
- Name: "Refined Helmet of Orc Hero"
- Type: 5
- Buy: 1
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 768
- Refine: false
- View: 178
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,5;
- bonus bVit,3;
- ">
-},
-{
- Id: 5328
- AegisName: "Evil_Wing_Ears_C"
- Name: "Evil Wing Ears C"
- Type: 5
- Buy: 1
- Def: 4
- Loc: 512
- Refine: false
- View: 152
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5329
- AegisName: "Dark_Blindfold_C"
- Name: "Costume Dark Blindfold"
- Type: 5
- Buy: 1
- Def: 1
- Loc: 512
- Refine: false
- View: 187
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Stun,500;
- ">
-},
-{
- Id: 5330
- AegisName: "kRO_Drooping_Kitty_C"
- Name: "kRO Drooping Kitty C"
- Type: 5
- Buy: 1
- Def: 9
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 142
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,15;
- bonus2 bResEff,Eff_Curse,4000;
- bonus2 bResEff,Eff_Curse,1000;
- ">
-},
-{
- Id: 5331
- AegisName: "Corsair_C"
- Name: "Corsair C"
- Type: 5
- Buy: 1
- Def: 14
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 105
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,3;
- bonus bInt,3;
- ">
-},
-{
- Id: 5332
- AegisName: "Loki_Mask"
- Name: "Loki Mask"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 2
- Loc: 513
- EquipLv: 20
- Refine: false
- View: 346
- Script: <" bonus bFlee2,3; ">
-},
-{
- Id: 5333
- AegisName: "Radio_Antenna"
- Name: "Radio Antenna"
- Type: 5
- Buy: 0
- Weight: 1500
- Def: 2
- Loc: 256
- EquipLv: 50
- View: 347
- Script: <"
- bonus bMdef,5;
- bonus bCritical,5;
- bonus bFlee,5;
- skill MG_LIGHTNINGBOLT,1;
- bonus4 bAutoSpellWhenHit,MG_THUNDERSTORM,5,30,1;
- ">
-},
-{
- Id: 5334
- AegisName: "Angeling_Wanna_Fly"
- Name: "Flapping Angeling"
- Type: 5
- Buy: 0
- Weight: 700
- Def: 5
- Slots: 1
- Loc: 256
- View: 348
- Script: <"
- bonus bLuk,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5335
- AegisName: "Jumping_Poring"
- Name: "Jumping Poring"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 3
- Loc: 256
- Refine: false
- View: 349
- Script: <"
- bonus bLuk,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5336
- AegisName: "Guildsman_Recruiter"
- Name: "Guildsman Recruiter Hat"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 350
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5337
- AegisName: "Party_Recruiter_Hat"
- Name: "Party Recruiter Hat"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 351
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5338
- AegisName: "Bf_Recruiter_Hat"
- Name: "Bf Recruiter Hat"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 352
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5339
- AegisName: "Friend_Recruiter_Hat"
- Name: "Friend Recruiter Hat"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 353
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5340
- AegisName: "Deprotai_Doll_Hat"
- Name: "Defolty Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 354
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus4 bAutoSpellWhenHit,AL_ANGELUS,10,20,0;
- ">
-},
-{
- Id: 5341
- AegisName: "Claris_Doll_Hat"
- Name: "Glaris Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 355
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus bMagicHPGainValue,50;
- ">
-},
-{
- Id: 5342
- AegisName: "Sorin_Doll_Hat"
- Name: "Sorin Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 356
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- autobonus "{ bonus bBaseAtk,50; }",20,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 5343
- AegisName: "Tayelin_Doll_Hat"
- Name: "Telling Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 357
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddItemHealRate,504,10;
- bonus2 bAddItemHealRate,547,10;
- ">
-},
-{
- Id: 5344
- AegisName: "Binit_Doll_Hat"
- Name: "Bennit Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 358
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- autobonus "{ bonus bAspdRate,5; }",20,30000,0,"{ specialeffect2 EF_HASTEUP; }";
- ">
-},
-{
- Id: 5345
- AegisName: "Debril_Doll_Hat"
- Name: "W Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 359
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_Undead,5;
- bonus2 bMagicAddRace,RC_Undead,5;
- ">
-},
-{
- Id: 5346
- AegisName: "Gf_Recruiter_Hat"
- Name: "Gf Recruiter Hat"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 256
- EquipLv: 10
- View: 360
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5347
- AegisName: "Ph.D_Hat_"
- Name: "Ph.D Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 98
-},
-{
- Id: 5348
- AegisName: "Big_Sis'_Ribbon_"
- Name: "Big Ribbon"
- Type: 5
- Buy: 15000
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 28
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5349
- AegisName: "Boy's_Cap_"
- Name: "Boy's Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 102
-},
-{
- Id: 5350
- AegisName: "Pirate_Bandana_"
- Name: "Pirate Bandana"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 74
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5351
- AegisName: "Sunflower_"
- Name: "Sunflower"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- Refine: false
- View: 37
- Script: <" bonus2 bAddRaceTolerance,RC_Insect,10; ">
-},
-{
- Id: 5352
- AegisName: "Poporing_Cap"
- Name: "Poporing Cap"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 38
- View: 361
-},
-{
- Id: 5353
- AegisName: "Helm_Of_Sun_"
- Name: "Hat of the Sun God"
- Type: 5
- Buy: 20
- Weight: 2400
- Def: 4
- Slots: 1
- Job: 0x000FDF80
- Loc: 768
- View: 138
- Script: <"
- bonus bStr,3;
- bonus bInt,2;
- bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,BF_WEAPON|BF_MAGIC,0;
- ">
-},
-{
- Id: 5354
- AegisName: "Muslim_Hat_M"
- Name: "Muslim Hat M"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 4
- Loc: 256
- Refine: false
- View: 362
- Script: <" bonus bVariableCastrate,-5; ">
-},
-{
- Id: 5355
- AegisName: "Muslim_Hat_F"
- Name: "Selendang"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 4
- Loc: 256
- Refine: false
- View: 363
- Script: <" bonus bVariableCastrate,-5; ">
-},
-{
- Id: 5356
- AegisName: "Pumpkin_Hat_H"
- Name: "Festival Pumpkin Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- View: 206
- Script: <"
- bonus2 bSubRace,RC_Demon,5;
- bonus2 bAddRace,RC_Demon,5;
- ">
-},
-{
- Id: 5357
- AegisName: "Wings_Of_Victory"
- Name: "Wings Of Victory"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 10
- Loc: 768
- Refine: false
- View: 365
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,10;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5358
- AegisName: "Pecopeco_Wing_Ears"
- Name: "Peco Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 366
- Script: <"
- bonus bAgi,1;
- bonus bMdef,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5359
- AegisName: "J_Captain_Hat"
- Name: "Ship Captain Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 7
- Slots: 1
- Loc: 256
- EquipLv: 60
- View: 367
- Script: <"
- bonus bDex,1;
- bonus bLongAtkRate,7;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 5360
- AegisName: "Whikebain_Ears"
- Name: "Wickebine's Black Cat Ears"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Loc: 256
- EquipLv: 45
- View: 368
- Script: <"
- bonus bFlee,10;
- bonus bCritical,3;
- bonus bCritAtkRate,10;
- bonus bDefRate,-50;
- bonus bDef2Rate,-50;
- ">
-},
-{
- Id: 5361
- AegisName: "Gang_Scarf"
- Name: "Gangster Scarf"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 369
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bBaseAtk,5;
- if(BaseJob==Job_Rogue) skill RG_GANGSTER,1;
- ">
-},
-{
- Id: 5362
- AegisName: "Ninja_Scroll"
- Name: "Ninja Scroll"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 1
- Refine: false
- View: 370
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMatkRate,1;
- ">
-},
-{
- Id: 5363
- AegisName: "Helm_Of_Abyss"
- Name: "Abysmal Knight Helm"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 9
- Slots: 1
- Job: 0x000654E2
- Loc: 256
- EquipLv: 70
- View: 371
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus2 bSubRace,RC_Boss,10;
- ">
-},
-{
- Id: 5364
- AegisName: "Dark_Snake_Lord_Hat"
- Name: "Evil Snake Lord Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 150
- View: 372
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bAgi,2;
- bonus2 bAddMonsterDropItem,12582,30;
- ">
-},
-{
- Id: 5365
- AegisName: "Fried_Egg"
- Name: "Mangolia Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- Refine: false
- View: 373
- Script: <"
- bonus2 bResEff,Eff_Stun,500;
- skill HT_FLASHER,1;
- ">
-},
-{
- Id: 5366
- AegisName: "Hat_0f_King"
- Name: "Love Dad Bandana"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Loc: 256
- View: 374
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 5367
- AegisName: "Hyegun_Hat"
- Name: "Yao Jun Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 769
- EquipLv: 10
- Refine: false
- View: 375
- Script: <"
- bonus bMdef,3;
- bonus2 bAddRaceTolerance,RC_Demon,10;
- ">
-},
-{
- Id: 5368
- AegisName: "White_Wing"
- Name: "White Wing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 38
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,12280,300; ">
-},
-{
- Id: 5369
- AegisName: "Dark_Wing"
- Name: "Dark Wing"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 39
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,12279,300; ">
-},
-{
- Id: 5370
- AegisName: "Orchid_Hairband"
- Name: "Orchid Hairband"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 256
- View: 376
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5371
- AegisName: "Hat_Of_Judge"
- Name: "Judge Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 768
- View: 377
- Script: <"
- bonus bLuk,1;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 5372
- AegisName: "Drooping_White_Kitty"
- Name: "Koneko Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Loc: 256
- View: 378
- Script: <"
- bonus bInt,1;
- bonus bDelayrate,-3;
- bonus bMatkRate,3;
- bonus bMaxSPrate,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5373
- AegisName: "Darkness_Helm"
- Name: "Dark Randgris Helm"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 768
- View: 379
- Script: <"
- bonus bDex,3;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5374
- AegisName: "L_Magestic_Goat"
- Name: "Gigantic Magestic Goat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 10
- Loc: 256
- View: 380
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,12;
- bonus bBaseAtk,(JobLevel*2)/7;
- ">
-},
-{
- Id: 5375
- AegisName: "L_Orc_Hero_Helm"
- Name: "Faux Orc Boss Hat"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 5
- Slots: 1
- Loc: 768
- View: 381
- Script: <"
- bonus bStr,2;
- bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10;
- ">
-},
-{
- Id: 5376
- AegisName: "Satanic_Chain_P"
- Name: "Flying Evil Wings"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- View: 382
- Script: <"
- bonus bMaxSP,120;
- bonus2 bAddEff2,Eff_Curse,10;
- ">
-},
-{
- Id: 5377
- AegisName: "Antique_Pipe"
- Name: "Gentleman's Pipe"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 383
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 5378
- AegisName: "Rabbit_Ear_Hat"
- Name: "Bunny Top Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 256
- View: 384
- Script: <"
- bonus bAgi,3;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10;
- ">
-},
-{
- Id: 5379
- AegisName: "Balloon_Hat"
- Name: "Tam"
- Type: 5
- Buy: 0
- Weight: 800
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 385
- Script: <" bonus bMatkRate,(getrefine()*1); ">
-},
-{
- Id: 5380
- AegisName: "Fish_Head_Hat"
- Name: "Fish Head Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 256
- View: 386
- Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,1,5; ">
-},
-{
- Id: 5381
- AegisName: "Santa_Poring_Hat"
- Name: "Santa Poring Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- Refine: false
- View: 387
- Script: <"
- bonus bMdef,2;
- bonus2 bAddEle,Ele_Dark,3;
- bonus2 bSubEle,Ele_Dark,3;
- ">
-},
-{
- Id: 5382
- AegisName: "Bell_Ribbon"
- Name: "Bell Ribbon"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 256
- View: 388
- Script: <"
- bonus bVit,1;
- skill AL_ANGELUS,1;
- ">
- OnUnequipScript: <" sc_end SC_ANGELUS; ">
-},
-{
- Id: 5383
- AegisName: "Hunting_Cap"
- Name: "Hunting Cap"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 6
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 50
- View: 389
- Script: <"
- bonus bLuk,1;
- bonus2 bAddRace,RC_Brute,10;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5384
- AegisName: "Santa_Hat_1"
- Name: "Twin Pom Santa"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 390
- Script: <"
- bonus bLuk,3;
- skill WZ_ESTIMATION,1;
- bonus3 bAutoSpell,AL_INCAGI,1,500;
- ">
-},
-{
- Id: 5385
- AegisName: "Yoyo_Hat"
- Name: "Yoyo Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- EquipLv: 20
- View: 391
- Script: <" skill TF_HIDING,1; ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5386
- AegisName: "Ayam_"
- Name: "New Year's Hat"
- Type: 5
- Buy: 0
- Weight: 70
- Def: 7
- Loc: 256
- Refine: false
- View: 228
- Script: <"
- bonus bMdef,7;
- bonus bFlee,7;
- bonus2 bAddMonsterDropItem,12198,200;
- ">
-},
-{
- Id: 5387
- AegisName: "Neko_Mimi_Kafra"
- Name: "Neko Mimi Kafra"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 392
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5388
- AegisName: "Snake_Head"
- Name: "Snake Head"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 393
- Script: <"
- skill TF_DOUBLE,5;
- bonus bDoubleRate,25;
- ">
-},
-{
- Id: 5389
- AegisName: "Angel_Spirit"
- Name: "Angel Spirit"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- Refine: false
- View: 394
- Script: <"
- bonus bStr,2;
- bonus bHit,15;
- ">
-},
-{
- Id: 5390
- AegisName: "Santa_Hat_2"
- Name: "Blue Christmas Cheer"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 395
- Script: <" bonus2 bResEff,Eff_Freeze,3000; ">
-},
-{
- Id: 5391
- AegisName: "Toast_C"
- Name: "Toast"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 1
- Refine: false
- View: 188
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMaxHP,100;
- bonus2 bAddMonsterDropItem,617,10;
- ">
-},
-{
- Id: 5392
- AegisName: "Louyang_Cap"
- Name: "Louyang NewYear Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Loc: 256
- View: 396
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 5393
- AegisName: "Valentine_Hat"
- Name: "Valentine Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Loc: 256
- Refine: false
- View: 397
- Script: <"
- bonus bMaxSPrate,7;
- bonus bMaxHPrate,7;
- ">
-},
-{
- Id: 5394
- AegisName: "Bubblegum_Lower"
- Name: "Bubble Gum Low"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,100;
- bonus2 bExpAddRace,RC_NonBoss,100;
- ">
-},
-{
- Id: 5395
- AegisName: "Tiraya_Bonnet"
- Name: "Tiraya Bonnet"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 398
- Script: <"
- bonus bMaxHP,100+(getrefine()*20);
- bonus bLuk,3;
- ">
-},
-{
- Id: 5396
- AegisName: "Jasper_Crest"
- Name: "Jasper Crest"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 6
- Slots: 1
- Loc: 256
- View: 399
- Script: <"
- bonus bDex,1;
- bonus bVit,1;
- ">
-},
-{
- Id: 5397
- AegisName: "Scuba_Mask"
- Name: "Scuba Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 400
- Script: <"
- bonus2 bSubEle,Ele_Water,10;
- bonus2 bExpAddRace,RC_Fish,10;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5398
- AegisName: "Bone_Head"
- Name: "Bone Head"
- Type: 5
- Buy: 20
- Weight: 1200
- Def: 10
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 256
- EquipLv: 85
- View: 401
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bStr,2;
- bonus bMdef,5;
- bonus2 bResEff,Eff_Stun,500;
- bonus2 bResEff,Eff_Bleeding,500;
- ">
-},
-{
- Id: 5399
- AegisName: "Mandragora_Cap"
- Name: "Mandragora Cap"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 256
- EquipLv: 85
- Refine: false
- View: 402
- Script: <"
- bonus bVit,3;
- bonus3 bAutoSpellWhenHit,DC_SCREAM,5,30;
- ">
-},
-{
- Id: 5400
- AegisName: "Fox_Hat"
- Name: "Fox Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 769
- Refine: false
- View: 403
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5401
- AegisName: "Black_Glasses"
- Name: "Black Frame Glasses"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 404
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5402
- AegisName: "Mischievous_Fairy"
- Name: "Mischievous Fairy"
- Type: 5
- Buy: 10
- Weight: 200
- Def: 2
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 405
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 5403
- AegisName: "Fish_In_Mouth"
- Name: "Fish In Mouth"
- Type: 5
- Buy: 10
- Weight: 200
- Loc: 1
- EquipLv: 30
- Refine: false
- View: 406
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddMonsterDropItem,579,500;
- bonus2 bAddItemHealRate,579,25;
- ">
-},
-{
- Id: 5404
- AegisName: "Blue_Ribbon"
- Name: "Blue Ribbon"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 45
- View: 407
- Script: <" bonus4 bAutoSpellWhenHit,AC_CONCENTRATION,2,7,0; ">
-},
-{
- Id: 5405
- AegisName: "Filir_Hat"
- Name: "Filir Hat"
- Type: 5
- Buy: 10
- Weight: 200
- Def: 2
- Loc: 256
- EquipLv: 80
- Refine: false
- View: 408
- Script: <" bonus bShortWeaponDamageReturn,1; ">
-},
-{
- Id: 5406
- AegisName: "Academy_Freshman_Hat"
- Name: "Academy Freshman Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 5
- Loc: 256
- View: 409
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bVit,1;
- bonus bInt,1;
- bonus bMaxHP,80;
- bonus bMaxSP,10;
- ">
-},
-{
- Id: 5407
- AegisName: "Academy_Graduating_Cap"
- Name: "Academy Completion Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 5
- Loc: 256
- View: 410
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bInt,2;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 5408
- AegisName: "Old_Bandanna"
- Name: "Old Bandana"
- Type: 5
- Buy: 0
- Def: 10
- Loc: 256
- Refine: false
- View: 6
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,50;
- bonus bVariableCastrate,10;
- ">
-},
-{
- Id: 5409
- AegisName: "New_Cowboy_Hat"
- Name: "Purple Cowboy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Slots: 1
- Loc: 256
- View: 411
- Script: <"
- bonus bInt,2;
- bonus bVit,2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5410
- AegisName: "Bread_Bag2"
- Name: "Brown Paperbag Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 6
- Loc: 769
- View: 412
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus2 bResEff,Eff_Stun,400;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,4;
- ">
-},
-{
- Id: 5411
- AegisName: "White_Snake_Hat"
- Name: "White Snake Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- View: 413
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5412
- AegisName: "Sweet_Candy"
- Name: "Lollipop"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 1
- Refine: false
- View: 414
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5413
- AegisName: "Popcorn_Hat"
- Name: "Popcorn Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- Refine: false
- View: 415
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubEle,Ele_Wind,10; ">
-},
-{
- Id: 5414
- AegisName: "Campfire_Hat"
- Name: "Campfire Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- Refine: false
- View: 416
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Fire,10;
- bonus4 bAutoSpellWhenHit,MG_FIREBALL,5,100,1;
- ">
-},
-{
- Id: 5415
- AegisName: "Poring_Cake_Cap"
- Name: "Poring Cake Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 10
- Loc: 256
- EquipLv: 40
- View: 417
- Script: <"
- bonus bMdef,5;
- bonus bCritical,5;
- bonus bFlee,5;
- bonus bFlee2,5;
- bonus bAspdRate,5;
- bonus bVariableCastrate,-5;
- bonus bDelayrate,-5;
- ">
-},
-{
- Id: 5416
- AegisName: "Beer_Cap"
- Name: "Beer Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 4
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 18
- View: 418
- Script: <"
- bonus bFlee2,5;
- skill SM_RECOVERY,3;
- skill MG_SRECOVERY,3;
- ">
-},
-{
- Id: 5417
- AegisName: "Crown_Parrot"
- Name: "Crown Parrots"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- Refine: false
- View: 419
- Script: <"
- bonus bInt,1;
- bonus2 bResEff,Eff_Silence,10000;
- bonus3 bAutoSpell,DC_SCREAM,1,50;
- ">
-},
-{
- Id: 5418
- AegisName: "Soldier_Hat"
- Name: "Soldier Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 8
- Slots: 1
- Loc: 256
- View: 420
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace,RC_NonBoss,3;
- bonus2 bAddRace,RC_Boss,3;
- bonus bUseSPrate,10;
- ">
-},
-{
- Id: 5419
- AegisName: "Evolved_Leaf"
- Name: "Leaves Of Grass"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 57
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bVit,1;
- bonus2 bSubRace,RC_Plant,5;
- ">
-},
-{
- Id: 5420
- AegisName: "Mask_Of_Ifrit"
- Name: "Ifrit Mask"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 12
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 769
- EquipLv: 50
- Refine: false
- View: 421
- Script: <"
- bonus bStr,2;
- bonus bInt,2;
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Fire,10;
- bonus2 bSubEle,Ele_Water,-10;
- skill MG_SIGHT,1;
- bonus3 bAutoSpellWhenHit,WZ_METEOR,3,50;
- bonus3 bAutoSpell,MG_FIREBOLT,3,50;
- ">
- OnUnequipScript: <" sc_end SC_SIGHT; ">
-},
-{
- Id: 5421
- AegisName: "Ifrit's_Ear"
- Name: "Ifrit's Ears"
- Type: 5
- Buy: 20
- Weight: 300
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 422
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- bonus bStr,1;
- bonus bMdef,3;
- bonus2 bSkillAtk,MG_FIREBOLT,2;
- bonus2 bSkillAtk,WZ_FIREPILLAR,2;
- bonus2 bSkillAtk,WZ_METEOR,2;
- bonus2 bSkillAtk,SM_BASH,2;
- bonus2 bSkillAtk,SM_MAGNUM,2;
- bonus2 bSkillAtk,KN_PIERCE,2;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Water,-5;
- ">
-},
-{
- Id: 5422
- AegisName: "Linguistic_Book_Cap"
- Name: "Linguistic Book Hat"
- Type: 5
- Buy: 20
- Weight: 70
- Loc: 256
- View: 423
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5423
- AegisName: "Lovecap_China"
- Name: "I LOVE CHINA"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 10
- Loc: 256
- Refine: false
- View: 424
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,3;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 5424
- AegisName: "Fanta_Orange_Can"
- Name: "Fanta Orange Can Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 425
-},
-{
- Id: 5425
- AegisName: "Fanta_Grape_Can"
- Name: "Fanta Grape Can Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 426
-},
-{
- Id: 5426
- AegisName: "Karada_Meguri_Tea_Hat"
- Name: "Karada Meguricha Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 427
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5427
- AegisName: "Royal_Milk_Tea_Hat"
- Name: "Black Tea Kochakaden Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 428
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5428
- AegisName: "Bread_Bag1"
- Name: "RWC Anniversary Bread Envelope"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 769
- View: 429
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,12; ">
-},
-{
- Id: 5429
- AegisName: "Bogy_Cap"
- Name: "Dokebi Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 430
- Script: <"
- bonus bHPrecovRate,5;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 5430
- AegisName: "Sacred_Torch_Coronet"
- Name: "Promethean Crown"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 6
- Loc: 256
- Refine: false
- View: 431
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Fire,20;
- skill MG_FIREBOLT,5;
- ">
-},
-{
- Id: 5431
- AegisName: "Chicken_Hat"
- Name: "Chicken Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 432
- Script: <"
- bonus3 bAutoSpell,MC_LOUD,1,30;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 5432
- AegisName: "Brazil_Baseball_Cap"
- Name: "bRO 4th Anniversary Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 433
- Script: <" if(gettime(6)==9&&gettime(5)>=10&&gettime(5)<=24) bonus bAllStats,4; ">
-},
-{
- Id: 5433
- AegisName: "Golden_Wreath"
- Name: "Champion's Wreath"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 434
-},
-{
- Id: 5434
- AegisName: "Cola_Can"
- Name: "Coca-Cola Bottle"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 435
-},
-{
- Id: 5435
- AegisName: "Coke_Hat"
- Name: "Coca-Cola Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 40
- View: 436
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,80;
- bonus bMdef,3;
- if(getrefine()>5) {
- bonus bMdef,getrefine()-5;
- bonus bMaxSP,(getrefine()-5)*10;
- }
- ">
-},
-{
- Id: 5436
- AegisName: "Bride's_Corolla"
- Name: "Bride's Corolla"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 256
- View: 437
- Script: <"
- bonus bLuk,3;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5437
- AegisName: "Flower_Of_Fairy"
- Name: "Fairy Flower"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- View: 438
- Script: <"
- bonus bInt,1;
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_Insect,5;
- ">
-},
-{
- Id: 5438
- AegisName: "Fillet_Green"
- Name: "Cute Green Ribbon"
- Type: 5
- Buy: 500
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 439
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5439
- AegisName: "Fillet_Red"
- Name: "Cute Red Ribbon"
- Type: 5
- Buy: 500
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 440
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5440
- AegisName: "Fillet_Blue"
- Name: "Cute Blue Ribbon"
- Type: 5
- Buy: 500
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 441
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5441
- AegisName: "Fillet_White"
- Name: "Cute White Ribbon"
- Type: 5
- Buy: 500
- Weight: 100
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 442
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5442
- AegisName: "Necktie"
- Name: "Necktie"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 70
- View: 443
- Script: <"
- bonus bVit,1;
- bonus bHit,-5;
- bonus bUseSPrate,5;
- ">
-},
-{
- Id: 5443
- AegisName: "Status_Of_Baby_Angel"
- Name: "Statue Of Baby Angel"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 70
- View: 444
- Script: <"
- bonus bMdef,2;
- bonus4 bAutoSpellWhenHit,PR_STRECOVERY,1,20,0;
- ">
-},
-{
- Id: 5444
- AegisName: "Hair_Brush"
- Name: "Hair Brush"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 445
- Script: <" bonus bCritical,6; ">
-},
-{
- Id: 5445
- AegisName: "Candy_Cane_In_The_Mouth"
- Name: "Candy Cane In Mouth"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 446
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMaxSP,5;
- ">
-},
-{
- Id: 5446
- AegisName: "Cat_Foot_Hairpin"
- Name: "Catfoot Hairpin"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- View: 447
- Script: <"
- bonus bFlee,5;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 5447
- AegisName: "Frog_Cap"
- Name: "Frog Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 448
- Script: <"
- bonus bMdef,1;
- bonus2 bAddRace,RC_Insect,12;
- bonus2 bMagicAddRace,RC_Insect,12;
- ">
-},
-{
- Id: 5448
- AegisName: "Solo_Play_Box1"
- Name: "Indifferent Solo Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 769
- View: 449
- Script: <" skill RG_GRAFFITI,1; ">
-},
-{
- Id: 5449
- AegisName: "Solo_Play_Box2"
- Name: "Angry Solo Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 769
- View: 450
- Script: <" skill RG_GRAFFITI,1; ">
-},
-{
- Id: 5450
- AegisName: "Sun_Cap"
- Name: "Solar Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 451
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5451
- AegisName: "Dragonhelm_Gold"
- Name: "Gold Dragonhelm"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 14
- Slots: 1
- Loc: 256
- Refine: false
- View: 452
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,10;
- bonus2 bAddRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_Player,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Player,10;
- ">
-},
-{
- Id: 5452
- AegisName: "Dragonhelm_Silver"
- Name: "Silver Dragonhelm"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 10
- Slots: 1
- Loc: 256
- Refine: false
- View: 453
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,7;
- bonus2 bAddRace,RC_DemiPlayer,3;
- bonus2 bAddRace,RC_Player,3;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,7;
- bonus2 bAddRaceTolerance,RC_Player,7;
- ">
-},
-{
- Id: 5453
- AegisName: "Dragonhelm_Copper"
- Name: "Copper Dragonhelm"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 5
- Slots: 1
- Loc: 256
- Refine: false
- View: 454
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,5;
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bAddRace,RC_Player,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddRaceTolerance,RC_Player,5;
- ">
-},
-{
- Id: 5454
- AegisName: "Dog_Cap_"
- Name: "Puppy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Loc: 256
- View: 234
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- autobonus "{ bonus bCritical,100; }",10,3000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- autobonus "{ bonus bIgnoreMdefRate,100; }",10,3000,BF_MAGIC,"{ specialeffect2 EF_MAGICALATTHIT; }";
- ">
-},
-{
- Id: 5455
- AegisName: "Geographer_Band_"
- Name: "Decorative Geographer"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- View: 238
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpell,AL_HEAL,5,50;
- bonus3 bAutoSpellWhenHit,AL_HEAL,5,30;
- ">
-},
-{
- Id: 5456
- AegisName: "Vacation_Hat_"
- Name: "Summer Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 256
- View: 315
- Script: <"
- bonus bVit,5;
- bonus bHPrecovRate,20;
- bonus bSPrecovRate,15;
- ">
-},
-{
- Id: 5457
- AegisName: "Spring_Rabbit_Hat"
- Name: "Moon Rabbit Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 256
- View: 455
- Script: <"
- bonus bAgi,3;
- bonus bBaseAtk,5;
- bonus bMatkRate,5;
- if(getrefine()>4) {
- bonus bBaseAtk,getrefine()-4;
- bonus bMatkRate,getrefine()-4;
- }
- ">
-},
-{
- Id: 5458
- AegisName: "Pinwheel_Cap"
- Name: "Pinwheel Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- View: 456
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 5459
- AegisName: "Drooping_Bunny_Chusuk"
- Name: "Drooping Bunny"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 3
- Loc: 256
- View: 249
- Script: <"
- bonus bDex,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 5460
- AegisName: "Adv_Dragon_Skull"
- Name: "Evolved Dragon Skull Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 14
- Loc: 256
- EquipLv: 60
- View: 457
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 5461
- AegisName: "Adv_Whisper_Mask"
- Name: "Evolved Whisper Mask"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 769
- EquipLv: 50
- View: 458
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,3;
- bonus2 bSubEle,Ele_Ghost,20;
- ">
-},
-{
- Id: 5462
- AegisName: "Spiked_Scarf"
- Name: "Spiked Scarf"
- Type: 5
- Buy: 20
- Def: 3
- Loc: 1
- Refine: false
- View: 459
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bVit,1;
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 5463
- AegisName: "Rainbow_Scarf"
- Name: "Rainbow Scarf"
- Type: 5
- Buy: 20
- Loc: 1
- Refine: false
- View: 460
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- bonus bMdef,2;
- bonus bMatkRate,1;
- ">
-},
-{
- Id: 5464
- AegisName: "Zaha_Doll_Hat"
- Name: "Zaha Doll Hat"
- Type: 5
- Buy: 20
- Slots: 1
- Loc: 256
- View: 461
- Script: <"
- bonus bInt,2;
- skill PR_MAGNIFICAT,3;
- ">
-},
-{
- Id: 5465
- AegisName: "Celestial_Hat"
- Name: "Hat Of Fortune"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 40
- View: 462
- Script: <"
- bonus bLuk,2;
- bonus bMdef,5;
- if(getrefine()>4) bonus bLuk,getrefine()-4;
- ">
-},
-{
- Id: 5466
- AegisName: "Wind_Milestone"
- Name: "Wind's Guide"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 463
- Script: <"
- bonus bAgi,2;
- skill AL_TELEPORT,1;
- ">
-},
-{
- Id: 5467
- AegisName: "Helm_Of_Dragoon"
- Name: "Dragon Helm"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 10
- Slots: 1
- Loc: 256
- View: 464
- Script: <"
- bonus bDex,2;
- bonus bInt,2;
- bonus bStr,2;
- bonus2 bAddRace,RC_Dragon,20;
- bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
- ">
-},
-{
- Id: 5468
- AegisName: "Parade_Cap"
- Name: "Parade Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 5
- Slots: 1
- Loc: 256
- View: 465
- Script: <"
- bonus bDelayrate,-5;
- bonus bMdef,2;
- if(getrefine()>5) bonus bVariableCastrate,-(getrefine()-5);
- ">
-},
-{
- Id: 5469
- AegisName: "Noble_Hat"
- Name: "Musketeer Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 466
- Script: <"
- bonus bStr,2;
- bonus3 bAutoSpellWhenHit,BS_ADRENALINE,1,7;
- ">
-},
-{
- Id: 5470
- AegisName: "Eyes_Of_Darkness"
- Name: "Darkness Eyes"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 467
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,1;
- bonus2 bResEff,Eff_Blind,10000;
- ">
-},
-{
- Id: 5471
- AegisName: "Hairband_Of_Reginleif"
- Name: "Reginrev's Wings"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 2
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 468
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bSubEle,Ele_Water,3;
- bonus2 bSubEle,Ele_Fire,3;
- bonus2 bSubEle,Ele_Undead,3;
- bonus2 bSubEle,Ele_Ghost,3;
- ">
-},
-{
- Id: 5472
- AegisName: "Red_White_Hat"
- Name: "Red White Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 469
- Script: <" bonus3 bAddMonsterDropItem,554,RC_DemiPlayer,200; ">
-},
-{
- Id: 5473
- AegisName: "Forceps_Hairpin"
- Name: "Crab Nipper Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Loc: 256
- EquipLv: 30
- View: 470
- Script: <"
- bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,30;
- bonus3 bAddMonsterDropItem,991,RC_Fish,100;
- ">
-},
-{
- Id: 5474
- AegisName: "Notice_Board"
- Name: "AFK Hat"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 4
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 471
-},
-{
- Id: 5475
- AegisName: "Cube_Mask"
- Name: "Quove Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 513
- Refine: false
- View: 472
-},
-{
- Id: 5476
- AegisName: "Hairband_Of_Grandpeco"
- Name: "Grand Peco Headdress"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 5
- Loc: 768
- View: 473
- Script: <"
- bonus bStr,2;
- bonus bMaxHPrate,-10;
- bonus2 bAddRace2,RC2_Orc,15;
- ">
-},
-{
- Id: 5477
- AegisName: "Bro_Flag"
- Name: "Brazilian Flag Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 474
-},
-{
- Id: 5478
- AegisName: "Classic_Hat"
- Name: "Classic Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- View: 475
- Script: <"
- bonus bStr,2;
- bonus bMaxHP,300;
- ">
-},
-{
- Id: 5479
- AegisName: "Shaman's_Hair_Ornament"
- Name: "Shaman's Hair Decoration"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- View: 476
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bMaxHP,50;
- bonus2 bSubEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 5480
- AegisName: "Bizofnil_Wing_Deco"
- Name: "Bijofnil Wings"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 6
- Loc: 256
- View: 477
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus3 bAutoSpell,PR_IMPOSITIO,3,3;
- ">
-},
-{
- Id: 5481
- AegisName: "Hermose_Cap"
- Name: "Hermode Cap"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 2
- Slots: 1
- Loc: 256
- View: 478
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,10;
- bonus bBaseAtk,-20;
- bonus bMatkRate,-10;
- ">
-},
-{
- Id: 5482
- AegisName: "Dark_Knight_Mask"
- Name: "Dark Knight Mask"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 5
- Loc: 769
- View: 479
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 5483
- AegisName: "Odin_Mask"
- Name: "Odin Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 513
- Refine: false
- View: 480
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bHit,-10;
- bonus2 bAddRace,RC_DemiPlayer,6;
- ">
-},
-{
- Id: 5484
- AegisName: "Taiwan_Flag_Hat"
- Name: "Holidays Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Loc: 256
- Refine: false
- View: 482
- Script: <"
- bonus bStr,5;
- bonus bInt,5;
- bonus bVit,5;
- bonus bDex,5;
- bonus bAgi,5;
- bonus bLuk,5;
- ">
-},
-{
- Id: 5485
- AegisName: "Tiger_Face"
- Name: "Tiger Face"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: 769
- EquipLv: 60
- View: 483
- Script: <"
- bonus2 bAddRaceTolerance,RC_Brute,5;
- bonus2 bAddRace,RC_Brute,5;
- bonus2 bMagicAddRace,RC_Brute,5;
- ">
-},
-{
- Id: 5486
- AegisName: "J_Anniversary_Hat"
- Name: "Anniversary Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- View: 395
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 5487
- AegisName: "J_Poringcake_Hat"
- Name: "Poring Cake Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 256
- View: 417
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 5488
- AegisName: "J_Twin_Santahat"
- Name: "Cute Santa Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 390
- Script: <"
- bonus bLuk,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5489
- AegisName: "Love_Daddy"
- Name: "Love Daddy Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 484
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5490
- AegisName: "Anubis_Helm"
- Name: "Anubis Helm"
- Type: 5
- Buy: 20
- Def: 8
- Loc: 768
- EquipLv: 65
- Refine: false
- View: 485
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- bonus2 bSubRace,RC_Boss,10;
- bonus bHealPower2,10;
- bonus bAddItemHealRate,10;
- ">
-},
-{
- Id: 5491
- AegisName: "Hat_Of_Outlaw"
- Name: "Bandit Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 6
- Slots: 1
- Loc: 256
- View: 486
- Script: <"
- bonus bStr,2;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 5492
- AegisName: "Boy's_Cap_I"
- Name: "Student Cap"
- Type: 5
- Buy: 0
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 102
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5493
- AegisName: "Ulle_Cap_I"
- Name: "Ulle's Cap"
- Type: 5
- Buy: 0
- Def: 12
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 254
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5494
- AegisName: "Spinx_Helm_I"
- Name: "Sphinx Hat"
- Type: 5
- Buy: 0
- Def: 10
- Job: 0x00004082
- Loc: 257
- Refine: false
- View: 137
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,5; ">
-},
-{
- Id: 5495
- AegisName: "Power_Of_Thor"
- Name: "Power Of Thor"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 493
- Script: <"
- bonus bLuk,1;
- bonus bAgi,1;
- bonus bVit,1;
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,3;
- bonus bFlee,5;
- ">
-},
-{
- Id: 5496
- AegisName: "Dice_Hat"
- Name: "Dice Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 50
- Refine: false
- View: 494
- Script: <" bonus bLuk,4; ">
-},
-{
- Id: 5497
- AegisName: "King_Tiger_Doll_Hat"
- Name: "Edgga Doll"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 6
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 495
- Script: <"
- bonus bDex,2;
- bonus bStr,2;
- ">
-},
-{
- Id: 5498
- AegisName: "Wondering_Wolf_Helm"
- Name: "Vagabond Wolf Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 5
- Slots: 1
- Loc: 768
- EquipLv: 20
- View: 490
- Script: <"
- bonus bVit,5;
- bonus bFlee,10;
- ">
-},
-{
- Id: 5499
- AegisName: "Pizza_Hat"
- Name: "Pizza Pie of Plenty"
- Type: 5
- Buy: 20
- Weight: 600
- Loc: 256
- Refine: false
- View: 487
- Script: <" skill SM_PROVOKE,1; ">
-},
-{
- Id: 5500
- AegisName: "Icecream_Hat"
- Name: "Ice Cream Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 30
- View: 488
- Script: <"
- bonus bMdef,3;
- skill MG_FROSTDIVER,3;
- ">
-},
-{
- Id: 5501
- AegisName: "Pirate's_Pride"
- Name: "Pirate's Pride"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 496
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRace2,RC2_Ninja,5;
- bonus2 bSubRace2,RC2_Ninja,5;
- ">
-},
-{
- Id: 5502
- AegisName: "Necromencer's_Hood"
- Name: "Necromancer's Hood"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 6
- Loc: 768
- View: 491
- Script: <"
- bonus bMdef,3;
- bonus bInt,3;
- bonus5 bAutoSpellWhenHit,NPC_DARKSTRIKE,5,5,BF_WEAPON|BF_MAGIC,1;
- ">
-},
-{
- Id: 5503
- AegisName: "Rabbit_Magic_Hat"
- Name: "Rabbit Magic Hat"
- Type: 5
- Buy: 0
- Weight: 800
- Def: 4
- Loc: 256
- View: 497
- Script: <"
- bonus bDex,2;
- bonus bAgi,2;
- bonus bMdef,1;
- bonus bMaxSP,50;
- bonus3 bAutoSpellWhenHit,MG_FIREBOLT,1,20;
- bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,20;
- bonus3 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,1,20;
- ">
-},
-{
- Id: 5504
- AegisName: "China_Wedding_Veil"
- Name: "RO 5th Wedding Anniversary"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 5
- Loc: 769
- EquipLv: 70
- Refine: false
- View: 489
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 5505
- AegisName: "Asara_Fairy_Hat"
- Name: "Ashura Fairy Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 2
- Loc: 768
- EquipLv: 50
- View: 492
- Script: <"
- skill DC_DONTFORGETME,1;
- bonus bDex,2;
- bonus bLuk,2;
- ">
-},
-{
- Id: 5506
- AegisName: "Blue_Pajamas_Hat"
- Name: "Blue Pajamas Hat"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 501
- Script: <"
- bonus bBaseAtk,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 5507
- AegisName: "Pink_Pajamas_Hat"
- Name: "Pink Pajamas Hat"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 502
- Script: <"
- bonus bBaseAtk,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 5508
- AegisName: "Shark_Hat"
- Name: "Shark Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Loc: 256
- View: 503
- Script: <"
- bonus bStr,1;
- bonus bAgi,2;
- bonus bMdef,1;
- bonus2 bAddEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Water,10;
- ">
-},
-{
- Id: 5509
- AegisName: "Sting_Hat"
- Name: "Sting Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 10
- Loc: 256
- View: 504
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bMdef,3;
- bonus2 bAddEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus3 bAutoSpell,WZ_EARTHSPIKE,1,10;
- ">
-},
-{
- Id: 5510
- AegisName: "Shower_Cap"
- Name: "Shower Cap"
- Type: 5
- Buy: 20
- Def: 4
- Loc: 256
- View: 507
- Script: <"
- bonus bMdef,3;
- bonus bFlee,3;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bSubRace,RC_Fish,10;
- ">
-},
-{
- Id: 5511
- AegisName: "Samambaia"
- Name: "Samambaia"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 768
- View: 508
- Script: <" bonus bSPrecovRate,8; ">
-},
-{
- Id: 5512
- AegisName: "Aquarius_Diadem"
- Name: "Aquarius Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 509
- Script: <"
- bonus bStr,2;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Wind,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bBaseAtk,15;
- }
- ">
-},
-{
- Id: 5513
- AegisName: "Aquarius_Crown"
- Name: "Aquarius Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 510
- Script: <"
- bonus bStr,2;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Wind,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bBaseAtk,15;
- }
- ">
-},
-{
- Id: 5514
- AegisName: "Pisces_Diadem"
- Name: "Pisces Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 511
- Script: <"
- bonus bInt,2;
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Water,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5515
- AegisName: "Pisces_Crown"
- Name: "Pisces Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 512
- Script: <"
- bonus bInt,2;
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Water,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5516
- AegisName: "Hawk_Eyes01"
- Name: "Hawk Eyes"
- Type: 5
- Buy: 10
- Weight: 100
- Job: 0x00000800
- Upper: 58
- Loc: 512
- EquipLv: 60
- Refine: false
- View: 23
- Script: <"
- bonus bDex,1;
- bonus bLongAtkRate,3;
- ">
-},
-{
- Id: 5517
- AegisName: "Hawk_Eyes02"
- Name: "Hawk Eyes"
- Type: 5
- Buy: 10
- Weight: 100
- Job: 0x00080808
- Loc: 512
- EquipLv: 60
- Refine: false
- View: 23
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5518
- AegisName: "L_Magestic_Goat2"
- Name: "Large Baphomet Horns"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 10
- Loc: 256
- EquipLv: 50
- View: 513
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,12;
- bonus bBaseAtk,(JobLevel*2)/7;
- ">
-},
-{
- Id: 5519
- AegisName: "Peacock_Feather"
- Name: "Peacock Feather"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 4
- Slots: 1
- Loc: 256
- View: 514
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5520
- AegisName: "Rabbit_Earplug"
- Name: "Rabbit Earmuffs"
- Type: 5
- Buy: 20
- Weight: 400
- Slots: 1
- Loc: 768
- View: 515
- Script: <"
- bonus2 bAddRace,RC_NonBoss,4;
- bonus2 bAddRace,RC_Boss,4;
- bonus bMatkRate,4;
- ">
-},
-{
- Id: 5521
- AegisName: "Angry_Mouth_C"
- Name: "Angry Snarl"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 194
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDelayrate,-3;
- ">
-},
-{
- Id: 5522
- AegisName: "Fanta_Zero_Lemon_Hat"
- Name: "Fanta Zero Lemon Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 516
-},
-{
- Id: 5523
- AegisName: "Sakura_Mist_Hat"
- Name: "Sakura Mist Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 517
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5524
- AegisName: "Sakura_Milk_Tea_Hat"
- Name: "Sakura Milk Tea Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 518
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5525
- AegisName: "First_Leaf_Tea_Hat"
- Name: "First Leaf Tea Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- View: 519
- Script: <"
- bonus bMaxHP,80;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 5526
- AegisName: "Lady_Tanee_Doll"
- Name: "Lady Tanee Doll"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 520
- Script: <"
- bonus bAgi,2;
- bonus bFlee,3;
- bonus2 bSubEle,Ele_Wind,5;
- bonus2 bAddMonsterDropItem,513,200;
- ">
-},
-{
- Id: 5527
- AegisName: "Lunatic_Hat"
- Name: "Lunatic Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- View: 521
- Script: <"
- bonus bLuk,3;
- bonus bMdef,2;
- bonus bFlee2,5;
- bonus2 bAddMonsterDropItem,622,50;
- ">
-},
-{
- Id: 5528
- AegisName: "King_Frog_Hat"
- Name: "Frog King Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 522
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5529
- AegisName: "Evil's_Bone_Hat"
- Name: "Frost Giant's Skull"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 12
- Slots: 1
- Loc: 768
- View: 523
- Script: <"
- bonus bMdef,2;
- bonus bInt,2;
- bonus bStr,2;
- bonus bDex,3;
- bonus2 bSubEle,Ele_Neutral,5;
- skill WZ_FROSTNOVA,1;
- ">
-},
-{
- Id: 5530
- AegisName: "Raven_Cap"
- Name: "Raven Cap"
- Type: 5
- Buy: 45000
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 524
-},
-{
- Id: 5531
- AegisName: "B_Dragon_Hat"
- Name: "Baby Dragon Hat"
- Type: 5
- Buy: 45000
- Weight: 100
- Def: 1
- Slots: 1
- Loc: 256
- View: 525
-},
-{
- Id: 5532
- AegisName: "Pirate_Dagger_J"
- Name: "Pirate Dagger"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 30
- Refine: false
- View: 327
- Script: <" bonus bShortWeaponDamageReturn,1; ">
-},
-{
- Id: 5533
- AegisName: "Emperor_Wreath_J"
- Name: "Emperor Wreath"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 80
- View: 261
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5534
- AegisName: "Fox_Hat_J"
- Name: "Fox Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 513
- EquipLv: 70
- Refine: false
- View: 403
- Script: <"
- bonus bAgi,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5535
- AegisName: "Side_Cap"
- Name: "Side Cap"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 256
- View: 529
- Script: <"
- bonus bVit,1;
- bonus bDex,1;
- bonus bMdef,3;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_DemiPlayer,3;
- ">
-},
-{
- Id: 5536
- AegisName: "Spare_Card"
- Name: "Spare Card"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 1
- Refine: false
- View: 526
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- bonus2 bAddMonsterDropItem,6187,1000;
- bonus bFlee2,10;
- bonus2 bAddMonsterDropItem,617,5;
- bonus2 bAddMonsterDropItem,12132,30;
- bonus2 bAddMonsterDropItem,12130,30;
- ">
-},
-{
- Id: 5537
- AegisName: "Quati_Hat"
- Name: "Coati Hat"
- Type: 5
- Buy: 45000
- Weight: 700
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 45
- View: 527
- Script: <"
- bonus bAgi,3;
- bonus2 bAddRace,RC_Plant,10;
- ">
-},
-{
- Id: 5538
- AegisName: "Tucan_Hat"
- Name: "Tucan Hat"
- Type: 5
- Buy: 45000
- Weight: 600
- Def: 2
- Slots: 1
- Loc: 768
- EquipLv: 45
- View: 528
- Script: <"
- bonus bDex,3;
- bonus bCritical,5;
- ">
-},
-{
- Id: 5539
- AegisName: "Jaguar_Hat"
- Name: "Jaguar Hat"
- Type: 5
- Buy: 50000
- Weight: 400
- Def: 4
- Slots: 1
- Loc: 769
- EquipLv: 25
- View: 530
- Script: <"
- bonus bMdef,2;
- skill MC_LOUD,1;
- ">
-},
-{
- Id: 5540
- AegisName: "Freyja_SCirclet7"
- Name: "Freya Soul Circlet"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5541
- AegisName: "Freyja_SCirclet30"
- Name: "Freya Soul Circlet"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5542
- AegisName: "Freyja_SCirclet60"
- Name: "Freya Soul Circlet"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5543
- AegisName: "Freyja_SCirclet90"
- Name: "Freya Soul Circlet"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5544
- AegisName: "Time_Keeper_Hat"
- Name: "Guardian Hat"
- Type: 5
- Buy: 0
- Def: 6
- Loc: 256
- View: 240
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5545
- AegisName: "Aries_Diadem"
- Name: "Aries Diadem"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 6
- Slots: 1
- Loc: 256
- View: 531
- Script: <"
- bonus bVit,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bVit,1;
- }
- ">
-},
-{
- Id: 5546
- AegisName: "Aries_Crown"
- Name: "Aries Crown"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Loc: 256
- View: 532
- Script: <"
- bonus bLuk,2;
- bonus bVit,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bVit,1;
- }
- ">
-},
-{
- Id: 5547
- AegisName: "RJC_Katusa"
- Name: "Red Flower Hairband"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: 256
- View: 533
- Script: <"
- bonus2 bSkillAtk,WZ_HEAVENDRIVE,15+getequiprefinerycnt(EQI_HAND_R);
- bonus2 bSkillAtk,WZ_EARTHSPIKE,15+getequiprefinerycnt(EQI_HAND_R);
- bonus2 bVariableCastrate,WZ_HEAVENDRIVE,-25;
- bonus2 bVariableCastrate,WZ_EARTHSPIKE,-25;
- ">
-},
-{
- Id: 5548
- AegisName: "Scarlet_Rose"
- Name: "Rose Of Crimson"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 50
- Refine: false
- View: 534
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5549
- AegisName: "Taurus_Diadem"
- Name: "Taurus Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 535
- Script: <"
- bonus bDex,2;
- bonus bDelayrate,-2;
- bonus2 bSubEle,Ele_Earth,5;
- if(getrefine()>6) {
- bonus bDex,1;
- bonus bMatkRate,1;
- }
- ">
-},
-{
- Id: 5550
- AegisName: "Taurus_Crown"
- Name: "Taurus Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Loc: 256
- EquipLv: 70
- View: 536
- Script: <"
- bonus bAgi,2;
- bonus bDex,2;
- bonus bDelayrate,-2;
- bonus2 bSubEle,Ele_Earth,5;
- if(getrefine()>6) {
- bonus bDex,1;
- bonus bMatkRate,1;
- }
- ">
-},
-{
- Id: 5551
- AegisName: "Holy_Egg_Hat"
- Name: "Sacreg Egg Hat"
- Type: 5
- Buy: 20
- Def: 4
- Loc: 256
- View: 537
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5552
- AegisName: "Fest_Lord_Circlet"
- Name: "Festival Grand Circlet"
- Type: 5
- Buy: 0
- Def: 10
- Loc: 256
- Refine: false
- View: 93
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5553
- AegisName: "Fest_Bunny_Band"
- Name: "Festival Bunny Band"
- Type: 5
- Buy: 0
- Def: 14
- Loc: 256
- Refine: false
- View: 15
- Script: <"
- bonus bMdef,4;
- bonus2 bSubRace,RC_DemiPlayer,9;
- ">
-},
-{
- Id: 5554
- AegisName: "Octopus_Hat"
- Name: "Octopus Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- View: 538
- Script: <"
- bonus bMdef,3;
- bonus3 bAutoSpell,SM_PROVOKE,5,10;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5555
- AegisName: "Leaf_Cat_Hat"
- Name: "Leaf Cat Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Loc: 256
- View: 539
- Script: <"
- bonus bAgi,2;
- bonus3 bAutoSpellWhenHit,AL_HEAL,3,10;
- ">
-},
-{
- Id: 5556
- AegisName: "Fur_Seal_Hat"
- Name: "Seal Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Loc: 768
- View: 540
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpell,WZ_FROSTNOVA,1,30;
- ">
-},
-{
- Id: 5557
- AegisName: "Wild_Rose_Hat"
- Name: "Wild Rose Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 541
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 5558
- AegisName: "Saci_Hat"
- Name: "Luxury Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 542
- Script: <" bonus3 bAddMonsterDropItem,510,RC_Plant,500; ">
-},
-{
- Id: 5559
- AegisName: "Piece_Of_White_Cloth_E"
- Name: "Piece Of White Cloth"
- Type: 5
- Buy: 0
- Def: 5
- Loc: 768
- View: 543
- Script: <"
- bonus2 bAddRace,RC_NonBoss,6;
- bonus2 bAddRace,RC_Boss,6;
- bonus bMatkRate,6;
- bonus bLongAtkRate,6;
- bonus bHealPower,6;
- bonus bVariableCastrate,-20;
- bonus bAspd,1;
- ">
-},
-{
- Id: 5560
- AegisName: "Bullock_Helm_J"
- Name: "Horned Helm"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 6
- Loc: 256
- EquipLv: 75
- View: 322
- Script: <"
- bonus bMaxHP,100;
- bonus bNoKnockback,0;
- bonus2 bSubEle,Ele_Neutral,-20;
- bonus2 bSubEle,Ele_Fire,-20;
- bonus2 bSubEle,Ele_Water,-20;
- bonus2 bSubEle,Ele_Wind,-20;
- bonus2 bSubEle,Ele_Earth,-20;
- bonus2 bSubEle,Ele_Dark,-20;
- bonus2 bSubEle,Ele_Holy,-20;
- bonus2 bSubEle,Ele_Ghost,-20;
- ">
-},
-{
- Id: 5561
- AegisName: "Rabbit_Magic_Hat_J"
- Name: "Rabbit Magic Hat"
- Type: 5
- Buy: 0
- Weight: 800
- Def: 1
- Loc: 256
- View: 497
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,50;
- bonus4 bAutoSpellWhenHit,MG_FIREBOLT,3,10,3;
- bonus4 bAutoSpellWhenHit,MG_COLDBOLT,3,10,3;
- bonus4 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,3,10,3;
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;
- ">
-},
-{
- Id: 5562
- AegisName: "Good_Wedding_Veil_J"
- Name: "Love of Truth"
- Type: 5
- Buy: 0
- Weight: 500
- Slots: 1
- Loc: 768
- EquipLv: 45
- Refine: false
- View: 489
- Script: <"
- bonus bMdef,10;
- bonus bVariableCastrate,-3;
- bonus bUseSPrate,-5;
- ">
-},
-{
- Id: 5563
- AegisName: "Dolor_Hat"
- Name: "Dolor Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- Refine: false
- View: 547
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus3 bAutoSpell,PR_LEXAETERNA,1,15;
- ">
-},
-{
- Id: 5564
- AegisName: "Crown_Of_Deceit"
- Name: "Crown of Deceit"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 768
- EquipLv: 85
- View: 544
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,10;
- bonus bInt,4;
- bonus bVariableCastrate,-10;
- ">
-},
-{
- Id: 5565
- AegisName: "Dragon_Arhat_Mask"
- Name: "Dragon Arhat Mask"
- Type: 5
- Buy: 40000
- Def: 5
- Loc: 513
- Refine: false
- View: 545
- Script: <" bonus2 bAddRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 5566
- AegisName: "Tiger_Arhat_Mask"
- Name: "Tiger Arhat Mask"
- Type: 5
- Buy: 40000
- Def: 1
- Loc: 513
- Refine: false
- View: 546
- Script: <" bonus2 bAddRace,RC_DemiPlayer,2; ">
-},
-{
- Id: 5567
- AegisName: "Bright_Fury"
- Name: "Rage Of Luster"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- View: 548
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace,RC_NonBoss,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus bAspdRate,2;
- ">
-},
-{
- Id: 5568
- AegisName: "Rabbit_Bonnet"
- Name: "Rabbit Bonnet"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 4
- Slots: 1
- Loc: 768
- View: 549
- Script: <"
- bonus bInt,2;
- bonus bDelayrate,-3;
- ">
-},
-{
- Id: 5569
- AegisName: "Gemini_Diadem"
- Name: "Gemini Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 256
- View: 550
- Script: <"
- bonus bDex,2;
- bonus bAgi,2;
- bonus bMatkRate,2;
- if(getrefine()>6) {
- bonus bMdef,7;
- bonus bMatkRate,8;
- bonus2 bSubEle,Ele_Wind,5;
- }
- ">
-},
-{
- Id: 5570
- AegisName: "Gemini_Crown"
- Name: "Gemini Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Loc: 256
- View: 551
- Script: <"
- bonus bAgi,2;
- bonus bBaseAtk,2;
- bonus bMdef,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bMatk,15;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Wind,5;
- }
- ">
-},
-{
- Id: 5571
- AegisName: "Rasta_Wig"
- Name: "Rasta Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 552
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5572
- AegisName: "Savage_Baby_Hat"
- Name: "Savage Babe Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- View: 553
- Script: <"
- bonus bVit,2;
- bonus2 bAddEff,Eff_Stun,500;
- bonus2 bAddRaceTolerance,RC_Brute,-10;
- ">
-},
-{
- Id: 5573
- AegisName: "Bogy_Horn"
- Name: "Dokebi Horn"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- View: 554
- Script: <"
- bonus bAddMonsterDropChainItem,ITMCHAIN_GEM;
- bonus3 bAutoSpell,MC_MAMMONITE,5,70;
- ">
-},
-{
- Id: 5574
- AegisName: "Pencil_In_Mouth"
- Name: "Well-Chewed Pencil"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 555
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,2;
- bonus bHitRate,3;
- ">
-},
-{
- Id: 5575
- AegisName: "Onigiri_Hat"
- Name: "Rice Ball Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 556
-},
-{
- Id: 5576
- AegisName: "Japan_Winecup"
- Name: "Wine Cup"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 557
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5577
- AegisName: "Dark_Knight_MaskB"
- Name: "Dark Knight Mask"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 5
- Loc: 769
- View: 479
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,3;
- bonus bStr,3;
- ">
-},
-{
- Id: 5578
- AegisName: "Voyage_Hat"
- Name: "Voyage Hat"
- Type: 5
- Buy: 200
- Weight: 10
- Def: 1
- Loc: 256
- View: 236
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5579
- AegisName: "Wanderer's_Sakkat"
- Name: "Wanderer's Sakkat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 768
- View: 558
- Script: <"
- bonus bAgi,2;
- bonus bFlee,3;
- if(getrefine()>6) {
- bonus bFlee,2;
- bonus bAgi,2;
- }
- if(getrefine()>8) {
- bonus bCritical,10;
- bonus bAspdRate,8;
- }
- ">
-},
-{
- Id: 5580
- AegisName: "Red_Beret"
- Name: "Red Beret"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- Refine: false
- View: 559
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_Player,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddRaceTolerance,RC_Player,5;
- ">
-},
-{
- Id: 5581
- AegisName: "Cancer_Diadem"
- Name: "Cancer Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- EquipLv: 70
- View: 560
- Script: <"
- bonus bInt,2;
- bonus2 bSubEle,Ele_Water,5;
- if(getrefine()>6) {
- bonus bMdef,1;
- bonus bHealPower,3;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5582
- AegisName: "Cancer_Crown"
- Name: "Cancer Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- EquipLv: 70
- View: 561
- Script: <"
- bonus bStr,2;
- bonus2 bSubEle,Ele_Water,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bBaseAtk,15;
- bonus bFlee,10;
- }
- ">
-},
-{
- Id: 5583
- AegisName: "Para_Team_Hat"
- Name: "Eden Group Hat"
- Type: 5
- Buy: 0
- Def: 5
- Loc: 256
- EquipLv: 12
- View: 465
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5584
- AegisName: "Majestic_Evil_Horn"
- Name: "Majestic Devil Horns"
- Type: 5
- Buy: 0
- Weight: 400
- Def: 2
- Loc: 256
- View: 562
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,3;
- bonus2 bHPDrainRate,3,15;
- bonus2 bSPDrainRate,1,7;
- ">
-},
-{
- Id: 5585
- AegisName: "Rune_Hairband"
- Name: "Rune Hairband"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Slots: 1
- Loc: 768
- View: 564
- Script: <"
- bonus2 bSubEle,Ele_Neutral,3;
- bonus bHit,5;
- bonus2 bSPDrainRate,1,5;
- ">
-},
-{
- Id: 5586
- AegisName: "Mosquito_Coil"
- Name: "Mosquito Coil"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 563
-},
-{
- Id: 5587
- AegisName: "Mosquito_Coil_1Use"
- Name: "Mosquito Coil For 1 Use"
- Type: 5
- Buy: 0
- Def: 5
- Loc: 256
- View: 563
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,1627,100;
- bonus2 bAddDamageClass,1095,20;
- bonus2 bAddDamageClass,1160,20;
- bonus2 bAddDamageClass,1105,20;
- bonus2 bAddDamageClass,1097,20;
- bonus2 bAddDamageClass,1051,20;
- bonus2 bAddDamageClass,1053,20;
- bonus2 bAddDamageClass,1054,20;
- bonus2 bAddDamageClass,1048,20;
- ">
-},
-{
- Id: 5588
- AegisName: "Leo_Crown"
- Name: "Leo Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 565
- Script: <"
- bonus bStr,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bFlee,10;
- bonus3 bAutoSpell,TK_SEVENWIND,4,50;
- }
- ">
-},
-{
- Id: 5589
- AegisName: "Leo_Diadem"
- Name: "Leo Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 566
- Script: <"
- bonus bDex,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bFlee,10;
- bonus bAspdRate,3;
- autobonus "{ bonus bSplashRange,1; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- }
- ">
-},
-{
- Id: 5590
- AegisName: "K_Poring_Cake_Cap"
- Name: "Poring Cake Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Loc: 256
- View: 417
- Script: <"
- bonus bMdef,5;
- bonus bLuk,3;
- bonus bMaxHP,BaseLevel*2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5591
- AegisName: "Desert_Prince"
- Name: "Desert Prince"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 567
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 5592
- AegisName: "Sigrun's_Wing"
- Name: "Sigrun's Wings"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- Refine: false
- View: 568
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bAspd,1;
- else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) {
- bonus bMatk,5;
- bonus bHealPower,2;
- }
- else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bLongAtkRate,2;
- else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) {
- bonus bMaxHP,120;
- bonus bMaxSP,60;
- }
- ">
-},
-{
- Id: 5593
- AegisName: "K_Rabbit_Bonnet"
- Name: "Rabbit Bonnet"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 10
- Slots: 1
- Loc: 768
- View: 549
- Script: <"
- bonus bBaseAtk,10;
- bonus bMatk,10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,3;
- bonus bDelayrate,-3;
- if(getrefine()>6) {
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Wind,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- bonus2 bSubEle,Ele_Ghost,5;
- }
- ">
-},
-{
- Id: 5594
- AegisName: "Donut_In_Mouth"
- Name: "Donut In Mouth"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 1
- Loc: 1
- Refine: false
- View: 569
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bHPRegenRate,1,10000;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 5595
- AegisName: "Eye_Of_Juno"
- Name: "Eye Of Juno"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Slots: 1
- Loc: 256
- View: 570
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 5596
- AegisName: "4Leaf_Clover_In_Mouth"
- Name: "Four Leaf Clover"
- Type: 5
- Buy: 20
- Def: 2
- Loc: 1
- Refine: false
- View: 571
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,2;
- bonus2 bAddMonsterDropItem,12245,10;
- ">
-},
-{
- Id: 5597
- AegisName: "Bubble_Gum_In_Mouth"
- Name: "Chewing Gum"
- Type: 5
- Buy: 20
- Def: 2
- Loc: 1
- Refine: false
- View: 572
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5598
- AegisName: "Virgo_Crown"
- Name: "Virgo Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 573
- Script: <"
- bonus bDex,2;
- bonus bAspdRate,1;
- if(getrefine()>6) {
- bonus2 bSubEle,Ele_Earth,5;
- autobonus "{ bonus bDex,20; }",10,6000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- }
- ">
-},
-{
- Id: 5599
- AegisName: "Virgo_Diadem"
- Name: "Virgo Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 256
- View: 574
- Script: <"
- bonus bAspdRate,3;
- bonus2 bSubEle,Ele_Earth,5;
- if(getrefine()>6) bonus3 bAutoSpell,MO_BALKYOUNG,1,50;
- ">
-},
-{
- Id: 5600
- AegisName: "Br_Twin_Ribbon"
- Name: "Brazil Twin Ribbon"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 575
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5601
- AegisName: "Br_Beret"
- Name: "Banana Beret"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 576
- Script: <"
- bonus bLuk,3;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5602
- AegisName: "Jaguar_Hat_J"
- Name: "Jaguar Face"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 513
- EquipLv: 50
- Refine: false
- View: 530
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5603
- AegisName: "RTC_Winner_Only"
- Name: "RWC Statue(Winner)"
- Type: 5
- Buy: 0
- Weight: 250
- Def: 8
- Slots: 1
- Loc: 256
- View: 577
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,3;
- bonus bAspdRate,10;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5604
- AegisName: "RTC_Second_Best"
- Name: "RWC Statue(Second)"
- Type: 5
- Buy: 0
- Weight: 250
- Def: 6
- Slots: 1
- Loc: 256
- View: 578
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,2;
- bonus bAspdRate,7;
- bonus2 bAddRace,RC_DemiPlayer,3;
- ">
-},
-{
- Id: 5605
- AegisName: "RTC_Third_Best"
- Name: "RWC Statue(3rd)"
- Type: 5
- Buy: 0
- Weight: 250
- Def: 4
- Slots: 1
- Loc: 256
- View: 579
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,1;
- bonus bAspdRate,5;
- bonus2 bAddRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 5606
- AegisName: "Campume_Hat"
- Name: "American Helm"
- Type: 5
- Buy: 500
- Weight: 1200
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 3
- View: 580
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5607
- AegisName: "Lyria_Doll_Hat"
- Name: "Lyria Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 581
- Script: <"
- bonus bMaxHP,500;
- bonus2 bSubRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5608
- AegisName: "Dorothy_Doll_Hat"
- Name: "Dorothy Doll Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 582
- Script: <"
- bonus bMaxHP,80;
- bonus2 bSubRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5609
- AegisName: "Chung_Hairband"
- Name: "Chung Hairpin"
- Type: 5
- Buy: 45000
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 583
- Script: <"
- bonus bLuk,3;
- bonus bMdef,4;
- bonus3 bAutoSpellWhenHit,MC_MAMMONITE,5,5;
- ">
-},
-{
- Id: 5610
- AegisName: "Ice_Wing_Ear"
- Name: "Ice Ear Wing"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 584
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- bonus3 bAutoSpellWhenHit,MG_COLDBOLT,5,5;
- ">
-},
-{
- Id: 5611
- AegisName: "Turtle_Hat"
- Name: "Turtle Hat"
- Type: 5
- Buy: 0
- Weight: 300
- Loc: 256
- EquipLv: 10
- View: 585
- Script: <"
- bonus bAgi,1;
- bonus3 bAutoSpellWhenHit,AL_DECAGI,3,5;
- ">
-},
-{
- Id: 5612
- AegisName: "F_Blue_Drooping_Kitty"
- Name: "Blue Drooping Cat"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 277
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 5613
- AegisName: "F_Flying_Angel"
- Name: "Flapping Angel Wing"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 256
- EquipLv: 10
- View: 264
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5614
- AegisName: "F_Smoking_Pipe_"
- Name: "Evolved Pipe"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 55
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5615
- AegisName: "F_Pair_Of_Red_Ribbon_"
- Name: "Evolved Pair of Red Ribbon"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 512
- EquipLv: 45
- Refine: false
- View: 169
-},
-{
- Id: 5616
- AegisName: "F_Fish_On_Head_"
- Name: "Evolved Blue Fish"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- EquipLv: 50
- View: 149
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5617
- AegisName: "F_Hibiscus"
- Name: "Hibiscus"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 210
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5618
- AegisName: "F_Cat_Hat"
- Name: "Neko Mimi"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 256
- View: 182
- Script: <"
- bonus bLuk,2;
- bonus bMdef,10;
- ">
-},
-{
- Id: 5619
- AegisName: "F_Bunny_Band_"
- Name: "Evolved Bunny Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 15
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5620
- AegisName: "F_Magestic_Goat_TW"
- Name: "Evolved Magestic Goat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 5
- Job: 0x006444A2
- Loc: 256
- View: 41
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5621
- AegisName: "F_Sheep_Hat"
- Name: "Sheep Hat"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 1
- Job: 0x00008110
- Loc: 256
- Refine: false
- View: 205
- Script: <" bonus bShortWeaponDamageReturn,5; ">
-},
-{
- Id: 5622
- AegisName: "F_Mini_Propeller_"
- Name: "Mini Propeller"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 256
- View: 270
- Script: <"
- bonus bDex,1;
- bonus bAgi,2;
- bonus bFlee,10;
- bonus bVariableCastrate,-getrefine();
- ">
-},
-{
- Id: 5623
- AegisName: "F_Alice_Doll"
- Name: "Alice Doll"
- Type: 5
- Buy: 20
- Weight: 500
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 208
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5624
- AegisName: "F_Red_Glasses"
- Name: "Red Glasses"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 512
- Refine: false
- View: 316
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- ">
-},
-{
- Id: 5625
- AegisName: "F_Chick_Hat"
- Name: "Chick Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 311
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 5626
- AegisName: "F_White_Deviruchi_Cap"
- Name: "Gray Deviruchi Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 64
- View: 272
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5627
- AegisName: "F_Vane_Hairpin"
- Name: "Vane Hairpin"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 313
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5628
- AegisName: "F_Pecopeco_Hairband"
- Name: "Pecopeco Hairband"
- Type: 5
- Buy: 20
- Def: 3
- Loc: 256
- Refine: false
- View: 314
-},
-{
- Id: 5629
- AegisName: "F_Vacation_Hat"
- Name: "Vacation Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 315
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5630
- AegisName: "F_Charming_Ribbon"
- Name: "Charming Ribbon"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 211
-},
-{
- Id: 5631
- AegisName: "F_Water_Lily_Crown"
- Name: "Water Lily Crown"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 312
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5632
- AegisName: "F_Vanilmirth_Hat"
- Name: "Vanilmirth Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 317
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5633
- AegisName: "F_Drooping_Bunny_"
- Name: "Drooping Bunny"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 249
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5634
- AegisName: "F_Kettle_Hat"
- Name: "Kettle Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 4
- Loc: 256
- EquipLv: 30
- View: 318
-},
-{
- Id: 5635
- AegisName: "F_Dragon_Skull"
- Name: "Dragon Skull"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 5
- Loc: 256
- EquipLv: 50
- View: 319
-},
-{
- Id: 5636
- AegisName: "F_Ramen_Hat"
- Name: "Ramen Hat"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 256
- Refine: false
- View: 320
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,4;
- ">
-},
-{
- Id: 5637
- AegisName: "F_Pink_Fur_Hat"
- Name: "Pink Beanie"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 2
- Loc: 256
- View: 281
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5638
- AegisName: "F_Puppy_Hat"
- Name: "Puppy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 234
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5639
- AegisName: "F_Magic_Eyes"
- Name: "Magic Eyes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Job: 0x00810204
- Loc: 256
- EquipLv: 30
- View: 209
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5640
- AegisName: "F_Jumping_Poring"
- Name: "Jumping Poring"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 2
- Loc: 256
- Refine: false
- View: 349
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5641
- AegisName: "F_Robo_Eye"
- Name: "Robo Eye"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 345
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRace,RC_NonBoss,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus bMatkRate,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 5642
- AegisName: "F_Yellow_Wizardry_Hat"
- Name: "Yellow Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Job: 0x00810204
- Loc: 256
- View: 286
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5643
- AegisName: "F_Crescent_Helm"
- Name: "Crescent Helm"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 8
- Job: 0x000444A2
- Loc: 768
- EquipLv: 50
- View: 213
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5644
- AegisName: "F_Tiger_Mask"
- Name: "Tiger Mask"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 768
- EquipLv: 50
- Refine: false
- View: 181
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 5645
- AegisName: "F_Fantastic_Wig"
- Name: "Fantastic Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 768
- View: 308
-},
-{
- Id: 5646
- AegisName: "F_Whisper_Mask"
- Name: "Whisper Mask"
- Type: 5
- Buy: 20
- Loc: 769
- Refine: false
- View: 321
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAgi,3;
- ">
-},
-{
- Id: 5647
- AegisName: "F_Bunny_Band_C"
- Name: "Bunny Band"
- Type: 5
- Buy: 1
- Def: 9
- Loc: 256
- Refine: false
- View: 15
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5648
- AegisName: "F_Centimental_Flower_C"
- Name: "Centimental Flower"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 56
-},
-{
- Id: 5649
- AegisName: "F_Apple_Of_Archer_C"
- Name: "Apple Of Archer"
- Type: 5
- Buy: 1
- Def: 7
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 72
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 5650
- AegisName: "F_Elven_Ears_C"
- Name: "Elven Ears"
- Type: 5
- Buy: 1
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 73
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5651
- AegisName: "F_Brooch_C"
- Name: "Brooch"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bAgi,4; ">
-},
-{
- Id: 5652
- AegisName: "F_Magestic_Goat_C"
- Name: "Magestic Goat"
- Type: 5
- Buy: 2
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5653
- AegisName: "Darkness_Helm_J"
- Name: "Darkness Helm"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 70
- View: 586
-},
-{
- Id: 5654
- AegisName: "Holy_Marching_Hat_J"
- Name: "Holy Marching Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 256
- View: 587
- Script: <"
- bonus bMdef,5;
- bonus bDex,1;
- bonus bInt,1;
- bonus bStr,2;
- bonus3 bAutoSpell,PR_ASPERSIO,2,30;
- ">
-},
-{
- Id: 5655
- AegisName: "Dark_Snake_Lord_Hat_J"
- Name: "Dark Snake Lord Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- EquipLv: 60
- View: 372
- Script: <"
- bonus bInt,2;
- bonus bAgi,2;
- bonus bDex,-2;
- autobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";
- ">
-},
-{
- Id: 5656
- AegisName: "Scooter_Hat_J"
- Name: "Scooter Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 7
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 588
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5657
- AegisName: "Antique_Pipe_J"
- Name: "Captain's Pipe"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 30
- Refine: false
- View: 383
-},
-{
- Id: 5658
- AegisName: "Imp_Hat"
- Name: "Imp Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: 256
- View: 589
- Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,5; ">
-},
-{
- Id: 5659
- AegisName: "Sleepr_Hat"
- Name: "Sleeper Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Loc: 256
- View: 590
- Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,1,5; ">
-},
-{
- Id: 5660
- AegisName: "Gryphon_Hat"
- Name: "Gryphon Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: 256
- View: 591
- Script: <"
- bonus bAgi,2;
- bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,5;
- ">
-},
-{
- Id: 5661
- AegisName: "Red_Pirate_Bandana"
- Name: "Red Pirate Bandana"
- Type: 5
- Buy: 0
- Def: 3
- Loc: 256
- EquipLv: 10
- View: 592
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bAspdRate,2;
- bonus bVariableCastrate,-2;
- ">
-},
-{
- Id: 5662
- AegisName: "Libra_Crown"
- Name: "Libra Crown"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 3
- Loc: 256
- View: 593
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 5663
- AegisName: "Libra_Diadem"
- Name: "Libra Diadem"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 3
- Loc: 256
- View: 594
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 5664
- AegisName: "Filir_Wing"
- Name: "Filir's Pinions"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 595
- Script: <"
- bonus bAspdRate,2;
- bonus bVariableCastrate,-2;
- ">
-},
-{
- Id: 5665
- AegisName: "Shaman_Hat"
- Name: "Norn Feather Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Slots: 1
- Loc: 256
- View: 596
- Script: <"
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Neutral,3;
- bonus2 bSubEle,Ele_Water,3;
- bonus2 bSubEle,Ele_Earth,3;
- bonus2 bSubEle,Ele_Fire,3;
- bonus2 bSubEle,Ele_Wind,3;
- bonus2 bSubEle,Ele_Poison,3;
- bonus2 bSubEle,Ele_Holy,3;
- bonus2 bSubEle,Ele_Dark,3;
- bonus2 bSubEle,Ele_Ghost,3;
- bonus2 bSubEle,Ele_Undead,3;
- ">
-},
-{
- Id: 5666
- AegisName: "Golden_Crown"
- Name: "Crown Cap"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Slots: 1
- Loc: 256
- View: 597
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5667
- AegisName: "Skull_Hood"
- Name: "Skull Hood"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 10
- Slots: 1
- Loc: 768
- EquipLv: 30
- View: 598
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,10;
- bonus2 bAddRaceTolerance,RC_Undead,10;
- if(getrefine()>=7) autobonus "{ bonus bCritical,30; bonus bHit,10; }",10,10000,0,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 5668
- AegisName: "Weird_Pumpkin_Hat"
- Name: "Weird Pumpkin Hat"
- Type: 5
- Buy: 20
- Def: 5
- Loc: 256
- View: 206
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus2 bAddMonsterDropItem,6097,10;
- ">
-},
-{
- Id: 5669
- AegisName: "Poring_Party_Hat_J"
- Name: "Poring Party Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 256
- View: 340
-},
-{
- Id: 5670
- AegisName: "Aniv_Star_Hat"
- Name: "Anniversary Thief Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 256
- View: 599
-},
-{
- Id: 5671
- AegisName: "Drooping_Morocc_Minion"
- Name: "Incarnation Of Morocc Doll"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 256
- EquipLv: 70
- Refine: false
- View: 600
- Script: <"
- bonus bSPGainValue,2;
- bonus3 bAutoSpellWhenHit,NPC_CRITICALWOUND,2,2;
- ">
-},
-{
- Id: 5672
- AegisName: "Southern_Cross"
- Name: "Southern Cross"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 601
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5673
- AegisName: "Home_Cherry_Blossom"
- Name: "Nostalgic Sakura"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 602
- Script: <"
- bonus bNoCastCancel,0;
- bonus bVariableCastrate,35;
- ">
-},
-{
- Id: 5674
- AegisName: "Pig_Moneybox"
- Name: "Piggie Bank"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 603
-},
-{
- Id: 5675
- AegisName: "Poring_Letter"
- Name: "Poring Letter"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 604
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5676
- AegisName: "Scorpio_Crown"
- Name: "Scorpio Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 605
-},
-{
- Id: 5677
- AegisName: "Scorpio_Diadem"
- Name: "Scorpio Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 256
- View: 606
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5678
- AegisName: "Notation_Hairband"
- Name: "Musical Note Headband"
- Type: 5
- Buy: 200
- Weight: 100
- Def: 5
- Loc: 256
- View: 607
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5679
- AegisName: "Engineer_Cap"
- Name: "Engineer Cap"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 608
-},
-{
- Id: 5680
- AegisName: "Hawkeyes"
- Name: "Hawk Eye"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 609
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5681
- AegisName: "F_Ribbon_Green"
- Name: "Green Ribbon"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Gender: 0
- Loc: 256
- View: 244
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5682
- AegisName: "Triangle_Rune_Cap"
- Name: "Triangle Rune Cap"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- View: 610
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5683
- AegisName: "Majestic_Goat_Repl"
- Name: "Horn Of Arch Evil Model"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 41
-},
-{
- Id: 5684
- AegisName: "Jewel_Crown_Repl"
- Name: "Luxurious Crown"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 88
-},
-{
- Id: 5685
- AegisName: "Prontera_Army_Cap_Repl"
- Name: "A Military Cap Of A Knight"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 48
-},
-{
- Id: 5686
- AegisName: "Feather_Bonnet_Repl"
- Name: "A Hat With Nice Feather"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 104
-},
-{
- Id: 5687
- AegisName: "Viking_Helm_Repl"
- Name: "Light Hornhelm"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 86
-},
-{
- Id: 5688
- AegisName: "2009Love_Daddy"
- Name: "2009 Love Dad"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 611
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 5689
- AegisName: "Queen_Ant_Diadem"
- Name: "Ant Queen Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 75
- View: 612
-},
-{
- Id: 5690
- AegisName: "Red_Wing_Hat"
- Name: "Red Wing Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Loc: 256
- View: 613
- Script: <"
- if(getrefine()>6) {
- bonus2 bAddRace,RC_NonBoss,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus bMatkRate,2;
- }
- if(getrefine()>8) {
- bonus2 bAddRace,RC_NonBoss,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5691
- AegisName: "Catain_Bandanna"
- Name: "Sailor's Bandana"
- Type: 5
- Buy: 20
- Weight: 10
- Def: 1
- Slots: 1
- Loc: 256
- View: 542
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,1;
- bonus2 bSubEle,Ele_Poison,20;
- ">
-},
-{
- Id: 5692
- AegisName: "Sea_Cat_Hat"
- Name: "Sea Cat Hat"
- Type: 5
- Buy: 20
- Weight: 10
- Def: 1
- Loc: 256
- View: 539
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,1;
- ">
-},
-{
- Id: 5693
- AegisName: "No_Fear_Underware"
- Name: "NoFear Underwear"
- Type: 5
- Buy: 0
- Def: 10
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 30
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5694
- AegisName: "No_Fear_P_Headgear"
- Name: "NoFear Headband"
- Type: 5
- Buy: 0
- Def: 1
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- Refine: false
- View: 614
- Script: <"
- bonus bVit,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5695
- AegisName: "E_Blue_Drooping_Kitty"
- Name: "E Blue Drooping Kitty"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 1
- Loc: 256
- View: 277
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 5696
- AegisName: "E_Flying_Angel"
- Name: "E Flying Angel"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 256
- EquipLv: 10
- View: 264
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5697
- AegisName: "E_Smoking_Pipe_"
- Name: "E Smoking Pipe "
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 55
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5698
- AegisName: "E_Pair_OE_Red_Ribbon_"
- Name: "E Pair OE Red Ribbon "
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 512
- EquipLv: 45
- Refine: false
- View: 169
-},
-{
- Id: 5699
- AegisName: "E_Fish_On_Head_"
- Name: "E Fish On Head "
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- EquipLv: 50
- View: 149
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5700
- AegisName: "E_Hibiscus"
- Name: "E Hibiscus"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 210
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5701
- AegisName: "E_Cat_Hat"
- Name: "E Cat Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 256
- View: 182
- Script: <"
- bonus bLuk,2;
- bonus bMdef,10;
- ">
-},
-{
- Id: 5702
- AegisName: "E_Bunny_Band_"
- Name: "E Bunny Band "
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 256
- View: 15
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5703
- AegisName: "E_Magestic_Goat_TW"
- Name: "E Magestic Goat TW"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 5
- Job: 0x006444A2
- Loc: 256
- View: 41
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5704
- AegisName: "E_Sheep_Hat"
- Name: "E Sheep Hat"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 1
- Job: 0x00008110
- Loc: 256
- Refine: false
- View: 205
-},
-{
- Id: 5705
- AegisName: "E_Mini_Propeller_"
- Name: "E Mini Propeller "
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 256
- View: 270
- Script: <"
- bonus bDex,1;
- bonus bAgi,2;
- bonus bFlee,10;
- bonus bVariableCastrate,-getrefine();
- ">
-},
-{
- Id: 5706
- AegisName: "E_Alice_Doll"
- Name: "E Alice Doll"
- Type: 5
- Buy: 20
- Weight: 500
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 208
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5707
- AegisName: "E_Red_Glasses"
- Name: "E Red Glasses"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 512
- Refine: false
- View: 316
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- ">
-},
-{
- Id: 5708
- AegisName: "E_Chick_Hat"
- Name: "E Chick Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 311
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 5709
- AegisName: "E_White_Deviruchi_Cap"
- Name: "E White Deviruchi Cap"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 64
- View: 272
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5710
- AegisName: "E_Vane_Hairpin"
- Name: "E Vane Hairpin"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 313
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5711
- AegisName: "E_Pecopeco_Hairband"
- Name: "E Pecopeco Hairband"
- Type: 5
- Buy: 20
- Def: 3
- Loc: 256
- Refine: false
- View: 314
-},
-{
- Id: 5712
- AegisName: "E_Vacation_Hat"
- Name: "E Vacation Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 315
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5713
- AegisName: "E_Charming_Ribbon"
- Name: "E Charming Ribbon"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 211
-},
-{
- Id: 5714
- AegisName: "E_Water_Lily_Crown"
- Name: "E Water Lily Crown"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 312
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5715
- AegisName: "E_Vanilmirth_Hat"
- Name: "E Vanilmirth Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 317
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5716
- AegisName: "E_Drooping_Bunny_"
- Name: "E Drooping Bunny "
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 249
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5717
- AegisName: "E_Kettle_Hat"
- Name: "E Kettle Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 4
- Loc: 256
- EquipLv: 30
- View: 318
-},
-{
- Id: 5718
- AegisName: "E_Dragon_Skull"
- Name: "E Dragon Skull"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 5
- Loc: 256
- EquipLv: 50
- View: 319
-},
-{
- Id: 5719
- AegisName: "E_Ramen_Hat"
- Name: "E Ramen Hat"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 256
- Refine: false
- View: 320
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,4;
- ">
-},
-{
- Id: 5720
- AegisName: "E_Pink_Fur_Hat"
- Name: "E Pink Fur Hat"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 2
- Loc: 256
- View: 281
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5721
- AegisName: "E_Puppy_Hat"
- Name: "E Puppy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 234
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5722
- AegisName: "E_Magic_Eyes"
- Name: "E Magic Eyes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Job: 0x00810204
- Loc: 256
- EquipLv: 30
- View: 209
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5723
- AegisName: "E_Jumping_Poring"
- Name: "E Jumping Poring"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 2
- Loc: 256
- Refine: false
- View: 349
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5724
- AegisName: "E_Robo_Eye"
- Name: "E Robo Eye"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 345
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,1;
- ">
-},
-{
- Id: 5725
- AegisName: "E_Yellow_Wizardry_Hat"
- Name: "E Yellow Wizardry Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Job: 0x00810204
- Loc: 256
- View: 286
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5726
- AegisName: "E_Crescent_Helm"
- Name: "E Crescent Helm"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 8
- Job: 0x000444A2
- Loc: 768
- EquipLv: 50
- View: 213
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5727
- AegisName: "E_Tiger_Mask"
- Name: "E Tiger Mask"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 768
- EquipLv: 50
- Refine: false
- View: 181
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 5728
- AegisName: "E_Fantastic_Wig"
- Name: "E Fantastic Wig"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 768
- View: 308
-},
-{
- Id: 5729
- AegisName: "E_Bunny_Band_C"
- Name: "E Bunny Band C"
- Type: 5
- Buy: 1
- Def: 9
- Loc: 256
- Refine: false
- View: 15
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5730
- AegisName: "E_Centimental_Flower_C"
- Name: "E Centimental Flower C"
- Type: 5
- Buy: 1
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 1
- Refine: false
- View: 56
-},
-{
- Id: 5731
- AegisName: "E_Apple_OE_Archer_C"
- Name: "E Apple OE Archer C"
- Type: 5
- Buy: 1
- Def: 7
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 72
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 5732
- AegisName: "E_Elven_Ears_C"
- Name: "E Elven Ears C"
- Type: 5
- Buy: 1
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 73
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5733
- AegisName: "E_Brooch_C"
- Name: "E Brooch C"
- Type: 5
- Buy: 1
- Job: 0xFFFFFFFE
- Loc: 136
- Refine: false
- Script: <" bonus bAgi,4; ">
-},
-{
- Id: 5734
- AegisName: "E_Magestic_Goat_C"
- Name: "E Magestic Goat C"
- Type: 5
- Buy: 2
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5735
- AegisName: "E_Ribbon_Green"
- Name: "E Ribbon Green"
- Type: 5
- Buy: 800
- Weight: 100
- Def: 1
- Gender: 0
- Loc: 256
- View: 244
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5736
- AegisName: "EF_Whisper_Mask"
- Name: "EF Whisper Mask"
- Type: 5
- Buy: 20
- Loc: 769
- Refine: false
- View: 321
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAgi,3;
- bonus2 bSubEle,Ele_Ghost,-10;
- ">
-},
-{
- Id: 5737
- AegisName: "Cactus_Hat"
- Name: "Potted Muka Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Loc: 256
- Refine: false
- View: 615
- Script: <"
- skill SM_PROVOKE,3;
- ">
-},
-{
- Id: 5738
- AegisName: "Snowman_Hat"
- Name: "Snowman Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Slots: 1
- Loc: 256
- View: 616
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bMdef,3;
- bonus2 bSubEle,Ele_Water,7;
- bonus2 bAddMonsterDropItem,530,100;
- bonus2 bAddMonsterDropItem,12354,300;
- if(getrefine()>7) {
- bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,5,20,BF_WEAPON|BF_MAGIC,0;
- }
- else {
- bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,1,20,BF_WEAPON|BF_MAGIC,0;
- }
- ">
-},
-{
- Id: 5739
- AegisName: "Sagittarius_Crown"
- Name: "Sagittarius Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 617
- Script: <"
- bonus bDex,2;
- bonus2 bSubEle,Ele_Fire,7;
- if(getrefine()>6) bonus bAspdRate,2;
- if(getrefine()>7) bonus bAgi,2;
- if(getrefine()>8) bonus bLongAtkRate,5;
- if(getrefine()>9) autobonus2 "{ bonus bDex,10; bonus bAgi,10; }",3,10000,BF_WEAPON,"{ specialeffect2 EF_WIND; }";
- ">
-},
-{
- Id: 5740
- AegisName: "Sagittarius_Diadem"
- Name: "Sagittarius Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 618
- Script: <"
- bonus bDex,2;
- bonus bMdef,3;
- bonus2 bSubEle,Ele_Fire,7;
- if(getrefine()>6) bonus bVariableCastrate,-3;
- if(getrefine()>7) bonus5 bAutoSpell,WZ_SIGHTRASHER,1,5,BF_MAGIC,0;
- if(getrefine()>8) bonus bVariableCastrate,-2;
- if(getrefine()>9) bonus bMatkRate,4;
- ">
-},
-{
- Id: 5741
- AegisName: "Im_Egg_Shell_Hat"
- Name: "Eternal Egg Skin Hat"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 256
- EquipLv: 10
- View: 101
- Script: <"
- bonus bHealPower2,5;
- bonus2 bAddMonsterDropItem,610,10;
- bonus2 bAddItemHealRate,Red_Potion,5;
- bonus2 bAddItemHealRate,Yellow_Potion,5;
- bonus2 bAddItemHealRate,Orange_Potion,5;
- bonus2 bAddItemHealRate,White_Potion,5;
- bonus2 bAddItemHealRate,Red_Slim_Potion,5;
- bonus2 bAddItemHealRate,Yellow_Slim_Potion,5;
- bonus2 bAddItemHealRate,White_Slim_Potion,5;
- ">
-},
-{
- Id: 5742
- AegisName: "Rudolf_Santa_Hat"
- Name: "Rudolf Santa Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Loc: 256
- EquipLv: 10
- View: 619
- Script: <"
- bonus bLuk,1;
- bonus2 bAddItemHealRate,Piece_Of_Cake,100;
- bonus2 bAddItemHealRate,Well_Baked_Cookie,100;
- ">
-},
-{
- Id: 5743
- AegisName: "Orange_Stem_Hat"
- Name: "Orange Stem Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- Refine: false
- View: 620
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,3;
- ">
-},
-{
- Id: 5744
- AegisName: "Capricon_Crown"
- Name: "Capricorn Crown"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 256
- View: 621
- Script: <"
- bonus bVit,2;
- bonus bDex,2;
- ">
-},
-{
- Id: 5745
- AegisName: "Capricon_Diadem"
- Name: "Capricorn Diadem"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 256
- View: 622
- Script: <"
- bonus bDex,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5746
- AegisName: "Rune_Circlet"
- Name: "Rune Circlet"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 623
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bMatk,5;
- }
- ">
-},
-{
- Id: 5747
- AegisName: "Mitra"
- Name: "Mitra"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 624
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,1;
- bonus bInt,1;
- bonus bMdef,5;
- bonus bHealPower,5;
- if(readparam(bInt)>=120) {
- bonus bMatk,10;
- }
- ">
-},
-{
- Id: 5748
- AegisName: "Sniper_Goggle"
- Name: "Sniper Goggle"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 768
- EquipLv: 100
- View: 625
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bAgi)>=120) {
- bonus bLongAtkRate,4;
- bonus bAspd,1;
- }
- ">
-},
-{
- Id: 5749
- AegisName: "Driver_Band"
- Name: "Driver Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 626
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bCritical,3;
- }
- ">
-},
-{
- Id: 5750
- AegisName: "Shadow_Handicraft"
- Name: "Shadow Handicraft"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00020000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 627
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bInt,1;
- bonus bMdef,5;
- if(readparam(bAgi)>=120) {
- bonus bBaseAtk,10;
- bonus bFlee,3;
- }
- ">
-},
-{
- Id: 5751
- AegisName: "Minstrel_Song_Hat"
- Name: "Maestro Song's Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 628
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bLuk,1;
- bonus bMdef,5;
- bonus bLongAtkRate,4;
- bonus2 bSkillUseSP,MI_RUSH_WINDMILL,10;
- ">
-},
-{
- Id: 5752
- AegisName: "Midas_Whisper"
- Name: "Midas Whisper"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00040000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 629
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,5;
- bonus bAspd,1;
- }
- ">
-},
-{
- Id: 5753
- AegisName: "Magic_Stone_Hat"
- Name: "Magic Stone Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 630
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bDex)>=120) {
- bonus bMatkRate,10;
- bonus bVariableCastrate,-2;
- }
- ">
-},
-{
- Id: 5754
- AegisName: "Blazing_Soul"
- Name: "Blazing Soul"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00008000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 631
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bVit,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bHit,3;
- }
- ">
-},
-{
- Id: 5755
- AegisName: "Silent_Executer"
- Name: "Silent Executor"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Job: 0x00001000
- Upper: 56
- Loc: 513
- EquipLv: 100
- Refine: false
- View: 632
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bMdef,5;
- if(readparam(bAgi)>=120) {
- bonus bBaseAtk,10;
- bonus bFlee2,5;
- }
- ">
-},
-{
- Id: 5756
- AegisName: "Wind_Whisper"
- Name: "Wind Whisper"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00010000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 633
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bInt)>=120) {
- bonus bMatkRate,10;
- bonus bFlee,3;
- }
- ">
-},
-{
- Id: 5757
- AegisName: "Schmidt_Helm"
- Name: "Dip Schmidt Helm"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 17
- Slots: 1
- Job: 0x00004000
- Upper: 56
- Loc: 768
- EquipLv: 100
- View: 634
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,2;
- bonus bInt,1;
- bonus bMdef,5;
- if(readparam(bInt)>=120) {
- bonus bMatkRate,10;
- bonus bDef,5;
- }
- ">
-},
-{
- Id: 5758
- AegisName: "Dying_Swan"
- Name: "Dying Swan"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 635
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bLuk,1;
- bonus bMdef,5;
- bonus bLongAtkRate,5;
- bonus2 bSkillUseSP,WA_SWING_DANCE,10;
- bonus2 bSkillUseSP,WA_SYMPHONY_OF_LOVER,10;
- ">
-},
-{
- Id: 5759
- AegisName: "Noah_Hat"
- Name: "Noa's Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- View: 636
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5760
- AegisName: "Driver_Band_"
- Name: "Driver Band"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 637
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bCritical,3;
- }
- ">
-},
-{
- Id: 5761
- AegisName: "Sloth_Hat"
- Name: "Sloth Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 3
- Slots: 1
- Loc: 256
- View: 638
- Script: <"
- bonus bAgi,2;
- bonus3 bAutoSpell,AS_SONICBLOW,5,50;
- ">
-},
-{
- Id: 5762
- AegisName: "Duneyrr_Helm"
- Name: "Duneyrr Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Loc: 256
- View: 639
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- bonus2 bAddRaceTolerance,RC_Player,2;
- bonus2 bAddRaceTolerance,RC_Brute,2;
- ">
-},
-{
- Id: 5763
- AegisName: "Red_Bunny_Band"
- Name: "Red Bunny Band"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 4
- Loc: 256
- View: 640
- Script: <"
- bonus bAgi,2;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5764
- AegisName: "Love_Rabbit_Hood"
- Name: "Love Rabbit Hood"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: 769
- EquipLv: 10
- Refine: false
- View: 549
- Script: <" bonus3 bAutoSpell,PR_GLORIA,3,((readparam(bAgi)>=80)?30:10); ">
-},
-{
- Id: 5765
- AegisName: "Black_Tail_Ribbon"
- Name: "Pitch Black Ribbon"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 642
- Script: <"
- bonus bMdef,5;
- bonus bLongAtkDef,10;
- bonus2 bSubEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 5766
- AegisName: "Amistr_Cap"
- Name: "Amistr Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 643
- Script: <"
- bonus bVit,5;
- bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20;
- ">
-},
-{
- Id: 5767
- AegisName: "Samurai_Mask"
- Name: "Samurai Mask"
- Type: 5
- Buy: 40000
- Weight: 300
- Def: 1
- Loc: 1
- EquipLv: 50
- Refine: false
- View: 644
- Script: <"
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 5768
- AegisName: "Sakura_Coronet"
- Name: "Cherry Blossom Crown"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 1
- Slots: 1
- Loc: 256
- View: 645
- Script: <"
- bonus bMdef,3;
- bonus bMaxSP,25;
- ">
-},
-{
- Id: 5769
- AegisName: "Gold_Angel_Sculpture"
- Name: "Estatua Peque? Angel Oro"
- Type: 5
- Buy: 100
- Def: 2
- Loc: 256
- EquipLv: 70
- Refine: false
- View: 646
- Script: <"
- bonus bUnbreakableHelm,0;
- skill RG_GRAFFITI,1;
- ">
-},
-{
- Id: 5770
- AegisName: "Splash_Hat"
- Name: "Splash Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 349
- Script: <" autobonus "{ sc_start SC_PROPERTYWIND,180000,1; }",3,180000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; ">
-},
-{
- Id: 5771
- AegisName: "Family_Hat"
- Name: "Family Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 109
- Script: <"
- bonus bDex,1;
- bonus bMdef,1;
- bonus bMaxHPrate,2;
- bonus bMaxSPrate,2;
- skill PR_MAGNIFICAT,1;
- ">
-},
-{
- Id: 5772
- AegisName: "Red_Navy_Hat"
- Name: "Blood Admiral's Hat"
- Type: 5
- Buy: 3000
- Weight: 500
- Def: 1
- Loc: 256
- EquipLv: 95
- View: 651
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Player,10;
- ">
-},
-{
- Id: 5773
- AegisName: "Navy_Beret"
- Name: "Navy Blue Beret"
- Type: 5
- Buy: 3000
- Weight: 500
- Def: 1
- Loc: 256
- EquipLv: 95
- View: 652
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Player,10;
- ">
-},
-{
- Id: 5774
- AegisName: "Red_Pirate_Hat"
- Name: "Scallywag's Hat"
- Type: 5
- Buy: 3000
- Weight: 500
- Def: 1
- Loc: 256
- EquipLv: 95
- View: 496
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Player,10;
- ">
-},
-{
- Id: 5775
- AegisName: "Choco_Donut_In_Mouth"
- Name: "Chocolate Donut"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 1
- Loc: 1
- Refine: false
- View: 653
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMaxHP,50;
- ">
-},
-{
- Id: 5776
- AegisName: "Blazing_Sun"
- Name: "Blazin Sun"
- Type: 5
- Buy: 0
- Weight: 500
- Loc: 256
- View: 654
- Script: <"
- bonus2 bVariableCastrate,MG_FIREBOLT,-5;
- bonus2 bSkillAtk,MG_FIREBOLT,5;
- bonus2 bVariableCastrate,MG_FIREBALL,-5;
- bonus2 bSkillAtk,MG_FIREBALL,5;
- bonus2 bSkillAtk,MG_FIREWALL,3;
- bonus2 bSkillAtk,WZ_METEOR,3;
- bonus bUseSPrate,5;
- ">
-},
-{
- Id: 5777
- AegisName: "Remover_Hat"
- Name: "Remover Hat"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 2
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 655
- Script: <"
- bonus bMdef,1;
- bonus3 bAddMonsterDropItem,713,RC_Formless,200;
- bonus3 bAddMonsterDropItem,971,RC_Formless,30;
- bonus3 bAddMonsterDropItem,972,RC_Formless,10;
- ">
-},
-{
- Id: 5778
- AegisName: "Blue_Arara_Hat"
- Name: "Turkey On Your Head"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 656
- Script: <"
- bonus bStr,2;
- bonus2 bAddMonsterDropItem,574,500;
- bonus2 bAddItemHealRate,574,5;
- .@rate = min(getrefine(),10);
- bonus bMaxHPrate,.@rate;
- bonus bMaxSPrate,.@rate;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,.@rate,10;
- bonus3 bAutoSpell,AL_INCAGI,.@rate,10;
- ">
-},
-{
- Id: 5779
- AegisName: "Drooping_Boto"
- Name: "Drooping Boto"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 657
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5780
- AegisName: "Tendrilion_Hat"
- Name: "Tendrilion Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 658
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Player,10;
- skill WZ_EARTHSPIKE,3;
- ">
-},
-{
- Id: 5781
- AegisName: "Persika"
- Name: "Persica"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 256
- Refine: false
- View: 659
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bFlee,1;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 5782
- AegisName: "Hoplite_Helmet"
- Name: "Legionaire Helm"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 4
- Slots: 1
- Loc: 769
- View: 660
- Script: <"
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 5783
- AegisName: "YellowBunny_Hairband"
- Name: "YellowBunny Hairband"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- View: 662
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,2;
- if (getrefine()>8) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- }
- if (getrefine()>9) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5784
- AegisName: "PinkBunny_Hairband"
- Name: "Pink Bunny Band"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- View: 663
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- if (getrefine()>8) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- }
- if (getrefine()>9) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5785
- AegisName: "Green_Bunny_Hairband"
- Name: "Green Bunny Band"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 256
- View: 664
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus bDex,1;
- if (getrefine()>8) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- }
- if (getrefine()>9) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- }
- ">
-},
-{
- Id: 5786
- AegisName: "Ancient_Elven_Ear"
- Name: "Ancient Fairy Ears"
- Type: 5
- Buy: 10
- Weight: 200
- Def: 1
- Loc: 512
- Refine: false
- View: 665
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- bonus bMaxHP,100;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 5787
- AegisName: "Tha_Maero_Mask"
- Name: "Tha Maero Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 513
- EquipLv: 30
- Refine: false
- View: 666
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5788
- AegisName: "3D_Glasses"
- Name: "3D Glasses"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 512
- Refine: false
- View: 661
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bMagicAddRace,RC_Formless,4;
- ">
-},
-{
- Id: 5789
- AegisName: "Thanatos_Mal_Mask"
- Name: "Thanatos Odium Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 513
- EquipLv: 30
- Refine: false
- View: 667
- Script: <"
- bonus bVit,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5790
- AegisName: "Holy_Mom_Love"
- Name: "Mother's Kindness"
- Type: 5
- Buy: 20
- Weight: 500
- Slots: 1
- Loc: 768
- EquipLv: 45
- View: 610
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,-5;
- bonus2 bAddRaceTolerance,RC_Undead,-5;
- bonus3 bAutoSpell,MG_COLDBOLT,1,20;
- ">
-},
-{
- Id: 5791
- AegisName: "Tenkaippin_Ramen"
- Name: "Tenkaippin Ramen"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 668
- Script: <"
- bonus bInt,-1;
- bonus bDex,4;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5792
- AegisName: "Fish_Pin"
- Name: "Fish Pin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 669
- Script: <" bonus2 bAddRaceTolerance,RC_Fish,1; ">
-},
-{
- Id: 5793
- AegisName: "Ribbon_Of_Life"
- Name: "Life Ribbon"
- Type: 5
- Buy: 20
- Def: 2
- Loc: 512
- Refine: false
- View: 575
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5794
- AegisName: "3D_Glasses_"
- Name: "3D Glasses"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 512
- Refine: false
- View: 661
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5795
- AegisName: "Red_Dress_Hat"
- Name: "Bright Red Dress Hat"
- Type: 5
- Buy: 20
- Loc: 256
- View: 670
- Script: <"
- bonus bMdef,7;
- bonus bAtkRate,4;
- bonus bMatkRate,4;
- bonus bHealPower,5;
- if (getrefine()>6) {
- bonus bAtkRate,2;
- bonus bMatkRate,2;
- bonus bHealPower,1;
- bonus bInt,2;
- bonus bStr,2;
- }
- ">
-},
-{
- Id: 5796
- AegisName: "Cheer_Scarf"
- Name: "Cheering scarf"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,10;
- bonus2 bExpAddRace,RC_NonBoss,10;
- ">
-},
-{
- Id: 5797
- AegisName: "Cheer_Scarf2"
- Name: "Cheering scarf II"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,20;
- bonus2 bExpAddRace,RC_NonBoss,20;
- ">
-},
-{
- Id: 5798
- AegisName: "Cheer_Scarf3"
- Name: "Cheering scarf III"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,30;
- bonus2 bExpAddRace,RC_NonBoss,30;
- ">
-},
-{
- Id: 5799
- AegisName: "Cheer_Scarf4"
- Name: "Cheering scarf IV"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,40;
- bonus2 bExpAddRace,RC_NonBoss,40;
- ">
-},
-{
- Id: 5800
- AegisName: "Blush_Of_Groom"
- Name: "Blush of Groom"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 512
- Refine: false
- View: 125
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,3;
- ">
-},
-{
- Id: 5801
- AegisName: "Ribbon_Of_Bride"
- Name: "Red Tailed Ribbon"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 10
- Loc: 256
- View: 167
- Script: <"
- bonus bAllStats,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- if(getskilllv(AL_HEAL)==10) {
- bonus3 bAutoSpellWhenHit,AL_HEAL,10,20;
- }
- else {
- bonus3 bAutoSpellWhenHit,AL_HEAL,5,20;
- }
- ">
-},
-{
- Id: 5802
- AegisName: "Upgrade_Elephant_Hat"
- Name: "Upgrade Elephant Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 6
- Slots: 1
- Loc: 256
- View: 215
-},
-{
- Id: 5803
- AegisName: "Flower_Love_Hat"
- Name: "Love Flower Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Loc: 256
- View: 5
- Script: <" bonus2 bAddMonsterDropItem,608,100; ">
-},
-{
- Id: 5804
- AegisName: "Pirate_Eyepatch"
- Name: "Pirate Eye Bandage"
- Type: 5
- Buy: 1000
- Weight: 100
- Loc: 512
- Refine: false
- View: 13
-},
-{
- Id: 5805
- AegisName: "Victorious_Coronet"
- Name: "Victorious Coronet"
- Type: 5
- Buy: 0
- Weight: 150
- Def: 2
- Gender: 0
- Loc: 256
- EquipLv: 70
- Refine: false
- View: 43
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,15;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 5806
- AegisName: "Poem_Natalia_Hat"
- Name: "Poem Natalia Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 9
- Loc: 256
- Refine: false
- View: 67
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5807
- AegisName: "October_Fest_Cap"
- Name: "October Fest Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 50
- View: 104
-},
-{
- Id: 5808
- AegisName: "Diabolus_Helmet"
- Name: "Dark Bacilium"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 5
- Slots: 1
- Job: 0x000FDF80
- Upper: 58
- Loc: 769
- View: 364
- Script: <"
- bonus2 bResEff,Eff_Stone,2000+(getrefine()*200);
- bonus2 bResEff,Eff_Freeze,2000+(getrefine()*200);
- bonus2 bResEff,Eff_Stun,2000+(getrefine()*200);
- ">
-},
-{
- Id: 5809
- AegisName: "Boom_Boom_Hat"
- Name: "Boom Boom Hat"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 6
- Loc: 256
- Refine: false
- View: 216
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,5;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 5810
- AegisName: "Ph.D_Hat_V"
- Name: "Ph.D Hat V"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Job: 0xFFFFFFFE
- Loc: 256
- View: 98
- Script: <"
- bonus bInt,5;
- bonus bVit,3;
- bonus bDex,3;
- ">
-},
-{
- Id: 5811
- AegisName: "Santa_Beard"
- Name: "Santa's Beard"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 25
- Script: <" bonus2 bAddRaceTolerance,RC_Brute,5; ">
-},
-{
- Id: 5812
- AegisName: "Hat_Of_Expert"
- Name: "Hat Of Expert"
- Type: 5
- Buy: 0
- Def: 2
- Loc: 256
- View: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,3;
- bonus3 bAddEffWhenHit,Eff_Bleeding,500,ATF_TARGET|ATF_SELF;
- bonus3 bAddEffWhenHit,Eff_Silence,500,ATF_TARGET|ATF_SELF;
- bonus3 bAddEffWhenHit,Eff_Confusion,500,ATF_TARGET|ATF_SELF;
- bonus3 bAddEffWhenHit,Eff_Curse,500,ATF_TARGET|ATF_SELF;
- bonus3 bAddEffWhenHit,Eff_Blind,500,ATF_TARGET|ATF_SELF;
- ">
-},
-{
- Id: 5813
- AegisName: "Red_Ph.D_Hat"
- Name: "Red Scholar Hat"
- Type: 5
- Buy: 1000
- Weight: 500
- Loc: 256
- View: 481
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5814
- AegisName: "Ati_Atihan_Hat3"
- Name: "Ati Atihan Hat3"
- Type: 5
- Buy: 20
- Def: 2
- Loc: 769
- EquipLv: 20
- Refine: false
- View: 303
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5815
- AegisName: "Cowboy_Hat_J"
- Name: "Classic Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Loc: 256
- View: 475
- Script: <"
- bonus bStr,1;
- bonus2 bSubSize,Size_Small,5;
- bonus2 bSubSize,Size_Medium,5;
- bonus2 bSubSize,Size_Large,5;
- ">
-},
-{
- Id: 5816
- AegisName: "Classic_Hat_J"
- Name: "New Cowboy Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Loc: 256
- View: 411
-},
-{
- Id: 5817
- AegisName: "Valentine_Pledge"
- Name: "Valentine's Emblem"
- Type: 5
- Buy: 20
- Def: 3
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus bMdef,3;
- bonus bHealPower,10;
- bonus2 bAddRace,RC_NonBoss,3;
- bonus2 bAddRace,RC_Boss,3;
- bonus bMatkRate,3;
- bonus bFlee,10;
- bonus bAspdRate,1;
- ">
-},
-{
- Id: 5818
- AegisName: "Carnival_Hat"
- Name: "Carnival Hat"
- Type: 5
- Buy: 0
- Def: 6
- Loc: 256
- View: 505
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5819
- AegisName: "Carnival_Circlet"
- Name: "Carnival Circlet"
- Type: 5
- Buy: 0
- Def: 6
- Loc: 256
- View: 506
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5820
- AegisName: "Black_Elven_Ears"
- Name: "Black Fairy Ears"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 2
- Loc: 512
- Refine: false
- View: 498
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5821
- AegisName: "Gold_Tulip_Hairpin"
- Name: "Golden Tulip Hairpin"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 2
- Loc: 256
- View: 499
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bExpAddRace,RC_Boss,5;
- bonus2 bExpAddRace,RC_NonBoss,5;
- ">
-},
-{
- Id: 5822
- AegisName: "Love_Chick_Hat"
- Name: "Chicken Of Love Hat"
- Type: 5
- Buy: 10000
- Weight: 100
- Def: 4
- Loc: 256
- View: 500
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bLuk,4;
- bonus bMaxHP,100;
- bonus bMaxSP,100;
- bonus2 bAddRaceTolerance,RC_Brute,7;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,7;
- ">
-},
-{
- Id: 5823
- AegisName: "Love_Arrow"
- Name: "Arrow Of Love"
- Type: 5
- Buy: 5000
- Weight: 100
- Def: 1
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,5;
- bonus bAgi,5;
- ">
-},
-{
- Id: 5824
- AegisName: "Fools_Day_Hat"
- Name: "April Fool's Day Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 265
-},
-{
- Id: 5825
- AegisName: "Badge_Of_Order_Grace"
- Name: "Knight Of Honor Badge"
- Type: 5
- Buy: 0
- Def: 1
- Loc: 136
- Refine: false
- Script: <"
- bonus bAtkRate,10;
- bonus bMatkRate,10;
- bonus bMaxHP,1500;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5826
- AegisName: "Valkyrie_Helmet"
- Name: "Helm Of Valkyrie"
- Type: 5
- Buy: 0
- Def: 10
- Loc: 256
- Refine: false
- View: 225
- Script: <"
- bonus bStr,2;
- bonus bInt,2;
- bonus bDex,2;
- bonus bAgi,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5827
- AegisName: "Book_File_Hat"
- Name: "Book Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 423
-},
-{
- Id: 5828
- AegisName: "Honor_Gold_Ring"
- Name: "Gold Ring Of Honor"
- Type: 5
- Buy: 0
- Weight: 50
- Loc: 136
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5829
- AegisName: "Ordinary_Armor"
- Name: "Ordinary Armor"
- Type: 5
- Buy: 0
- Loc: 16
- EquipLv: 30
-},
-{
- Id: 5830
- AegisName: "Woe_Sahkkat"
- Name: "Woe Sahkkat"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 67
-},
-{
- Id: 5831
- AegisName: "Woe_Big_Sis_Ribbon"
- Name: "Woe Big Sis Ribbon"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 28
-},
-{
- Id: 5832
- AegisName: "Woe_Vane_Hairpin"
- Name: "Woe Vane Hairpin"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 313
-},
-{
- Id: 5833
- AegisName: "Woe_Picnic_Hat"
- Name: "Woe Picnic Hat"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 117
-},
-{
- Id: 5834
- AegisName: "Woe_Crown"
- Name: "Woe Crown"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 45
-},
-{
- Id: 5835
- AegisName: "Woe_Tiara"
- Name: "Woe Tiara"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 19
-},
-{
- Id: 5836
- AegisName: "Woe_Boys_Cap"
- Name: "Woe Boys Cap"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- EquipLv: 60
- View: 102
-},
-{
- Id: 5837
- AegisName: "Woe_Sunglass"
- Name: "Woe Sunglass"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 12
-},
-{
- Id: 5838
- AegisName: "Woe_Fin_Helm"
- Name: "Woe Fin Helm"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 100
-},
-{
- Id: 5839
- AegisName: "Woe_Blush"
- Name: "Woe Blush"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 125
-},
-{
- Id: 5840
- AegisName: "Woe_Elven_Ears"
- Name: "Woe Elven Ears"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 73
-},
-{
- Id: 5841
- AegisName: "Shaman_Hat_"
- Name: "Shaman Hat "
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 596
- Script: <"
- bonus bLuk,2;
- bonus3 bSubEle,Ele_Neutral,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Water,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Earth,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Fire,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Wind,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Poison,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Holy,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Dark,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Ghost,3,BF_MAGIC;
- bonus3 bSubEle,Ele_Undead,3,BF_MAGIC;
- ">
-},
-{
- Id: 5842
- AegisName: "Loyal_Ring1"
- Name: "Loyal Ring1"
- Type: 5
- Buy: 0
- Loc: 136
-},
-{
- Id: 5843
- AegisName: "Loyal_Ring2"
- Name: "Loyal Ring2"
- Type: 5
- Buy: 0
- Loc: 136
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 5844
- AegisName: "Loyal_Ring3"
- Name: "Loyal Ring3"
- Type: 5
- Buy: 0
- Loc: 136
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5845
- AegisName: "Buzzy_Ball_Board"
- Name: "Buzzy Ball Board"
- Type: 5
- Buy: 50
- Weight: 400
- Loc: 256
- View: 641
-},
-{
- Id: 5846
- AegisName: "Buzzy_Ball_Gum"
- Name: "Buzzy Ball Gum"
- Type: 5
- Buy: 50
- Weight: 100
- Def: 1
- Loc: 1
- Refine: false
- View: 572
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5847
- AegisName: "Fools_Day_Helmet"
- Name: "Fools Day Helmet"
- Type: 5
- Buy: 0
- Loc: 256
- Refine: false
- View: 647
- Script: <"
- bonus bInt,5;
- bonus bVit,-3;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5848
- AegisName: "Robin_Eyepatch"
- Name: "Bandit Disguise"
- Type: 5
- Buy: 20
- Loc: 512
- Refine: false
- View: 50
-},
-{
- Id: 5849
- AegisName: "Doctor_Hairband"
- Name: "Doctor Hairband"
- Type: 5
- Buy: 20
- Loc: 256
- Refine: false
- View: 60
-},
-{
- Id: 5850
- AegisName: "Golden_Savage_Hat"
- Name: "Golden Savage Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Loc: 256
- EquipLv: 50
- View: 648
-},
-{
- Id: 5851
- AegisName: "Summer_Knight"
- Name: "Summer Knight"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 768
- EquipLv: 60
- Refine: false
- View: 138
-},
-{
- Id: 5852
- AegisName: "Easter_Egg_Shell"
- Name: "Easter Egg Shell"
- Type: 5
- Buy: 20
- Weight: 500
- Def: -7
- Loc: 256
- EquipLv: 40
- View: 537
- Script: <"
- bonus bDef,-7;
- bonus bMdef,-7;
- bonus2 bHPRegenRate,(MaxHp/100),10000;
- if (getrefine()>=7) bonus bFlee,2;
- if (getrefine() >= 9) bonus2 bSPRegenRate,(MaxSp/100),10000;
- ">
-},
-{
- Id: 5855
- AegisName: "Fishing_Rod"
- Name: "Fishing Rod"
- Type: 5
- Loc: 136
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5856
- AegisName: "Passion_FB_Hat"
- Name: "Passion Soccerball Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: 256
- View: 671
- Script: <"
- bonus bVit,2;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5857
- AegisName: "Cool_FB_Hat"
- Name: "Cool Soccerball Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: 256
- View: 672
- Script: <"
- bonus bStr,2;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5858
- AegisName: "Victory_FB_Hat"
- Name: "Soccerball Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: 256
- View: 673
- Script: <"
- bonus bInt,2;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5859
- AegisName: "Glory_FB_Hat"
- Name: "Glorious Soccerball Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: 256
- View: 674
- Script: <"
- bonus bAgi,3;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5864
- AegisName: "Shadow_Booster"
- Name: "Shadow Booster"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 512
- View: 873
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspd,1;
- bonus bDelayrate,-1;
- ">
-},
-{
- Id: 5868
- AegisName: "Bushy_Moustache"
- Name: "Bushy Moustache"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 1004
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bBaseAtk,10;
- bonus bMatk,10;
- ">
-},
-{
- Id: 5869
- AegisName: "Mimic_Egg_Shell"
- Name: "Mimic Egg Shell"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 4
- Loc: 256
- View: 999
- Script: <"
- bonus2 bAddEffWhenHit,Eff_Stone,600;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 5870
- AegisName: "Bunny_Egg_Shell"
- Name: "Bunny Egg Shell"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 5
- Loc: 256
- View: 1000
- Script: <"
- bonus bAgi,3;
- bonus bAspd,1;
- ">
-},
-{
- Id: 5871
- AegisName: "Picky_Egg_Shell"
- Name: "Picky Egg Shell"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 2
- Loc: 256
- View: 1001
- Script: <"
- bonus bVit,3;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5873
- AegisName: "Helmet_of_Siegfried"
- Name: "Helmet of Siegfried"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 7
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 256
- EquipLv: 60
- View: 1055
- Script: <"
- bonus bAllStats,5;
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bAddRaceTolerance,RC_Dragon,5;
- bonus2 bHPLossRate,600,4000;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,5,20; /* Custom - IRO */
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5874
- AegisName: "Circlet_of_Kriemhild"
- Name: "Circlet of Kriemhild"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 6
- Slots: 1
- Job: 0x000A1848
- Upper: 58
- Loc: 256
- EquipLv: 60
- View: 1056
- Script: <"
- bonus bAllStats,5;
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bAddRaceTolerance,RC_Dragon,5;
- bonus2 bHPLossRate,400,4000;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,5,50;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5875
- AegisName: "Diadem_of_Brinhild"
- Name: "Diadem of Brinhild"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 6
- Slots: 1
- Job: 0x00018314
- Upper: 58
- Loc: 256
- EquipLv: 60
- View: 1057
- Script: <"
- bonus bAllStats,5;
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bAddRaceTolerance,RC_Dragon,5;
- bonus2 bHPLossRate,300,4000;
- bonus3 bAutoSpellWhenHit,SM_ENDURE,5,50;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5881
- AegisName: "Weissbier_Hat"
- Name: "Weissbier Hat"
- Type: 5
- Weight: 300
- Def: 4
- Loc: 256
- Refine: false
- View: 1079
- Script: <"
- bonus bMaxHPrate,3;
- bonus bMaxSPrate,3;
- bonus bDex,-10;
- bonus4 bAutoSpell,WZ_ESTIMATION,1,800,1;
- bonus4 bAutoSpell,MC_IDENTIFY,1,500,1;
- bonus4 bAutoSpell,TF_PICKSTONE,1,1000,1;
- bonus4 bAutoSpell,BS_GREED,1,100,1;
- bonus5 bAutoSpellWhenHit,TK_RUN,5,200,BF_SHORT,0;
- bonus5 bAutoSpellWhenHit,TK_HIGHJUMP,3,300,BF_SHORT,0;
- bonus5 bAutoSpellWhenHit,NV_FIRSTAID,1,1000,BF_SHORT,0;
- bonus5 bAutoSpellWhenHit,TF_BACKSLIDING,1,500,BF_SHORT,0;
- if(getrefine()>6) {
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- bonus bDex,-5;
- }
- ">
-},
-{
- Id: 5890
- AegisName: "Angel_Earrings"
- Name: "Angel Earrings"
- Type: 5
- Weight: 100
- Def: 5
- Loc: 512
- Refine: false
- View: 1093
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5891
- AegisName: "Black_Cat_Hat"
- Name: "Black Cat Hat"
- Type: 5
- Weight: 100
- Def: 7
- Loc: 256
- EquipLv: 10
- View: 1105
- Script: <"
- bonus5 bAutoSpell,DC_SCREAM,5,50,BF_WEAPON|BF_MAGIC,0; /* Custom - TWRO */
- ">
-},
-{
- Id: 5897
- AegisName: "Ascendant_Crown_"
- Name: "Ascendant Crown"
- Type: 5
- Weight: 50
- Def: 20
- Slots: 1
- Job: 0x00000001
- Loc: 256
- EquipLv: 100
- View: 1118
- Script: <"
- bonus bAllStats,10;
- bonus bMaxHPrate,15;
- bonus bMaxSPrate,15;
- bonus2 bAddRace,RC_Boss,15;
- bonus2 bAddRace,RC_NonBoss,15;
- bonus bMatkRate,15;
- bonus bHit,20;
- bonus bFlee,20;
- bonus bCritical,20;
- bonus bFlee2,10;
- bonus bVariableCastrate,-20;
- bonus2 bSubEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 5898
- AegisName: "Autumn_Headband"
- Name: "Autumn Headband"
- Type: 5
- Weight: 200
- Def: 10
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 256
- EquipLv: 100
- Refine: false
- View: 1119
- Script: <"
- bonus2 bSkillUseSP,SN_WINDWALK,20;
- bonus bLongAtkRate,5;
- if(getrefine()>=7) { bonus bAtk,2*(readparam(bInt)/5); }
- if(getrefine()>=9) { bonus2 bSkillAtk,RA_ARROWSTORM,2*(BaseLevel/10); }
- ">
-},
-{
- Id: 5899
- AegisName: "Black_Ribbon_"
- Name: "Black Ribbon"
- Type: 5
- Weight: 200
- Def: 10
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 1120
- Script: <"
- bonus2 bSkillAtk,RK_WINDCUTTER,50;
- bonus2 bSkillAtk,RK_SONICWAVE,50;
- if(getrefine()>=7) { bonus bAtk,2*(readparam(bAgi)/5); }
- if(getrefine()>=9) { bonus2 bSkillAtk,RK_IGNITIONBREAK,30; }
- ">
-},
-{
- Id: 5900
- AegisName: "Divine_Guard_Hat_"
- Name: "Divine Guard Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 10
- Slots: 1
- Job: 0x00004000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 1121
- Script: <"
- bonus2 bSubSize,Size_Medium,5;
- bonus2 bSubSize,Size_Large,5;
- bonus2 bSubSize,Size_Small,5;
- if(getrefine()>6) { bonus5 bAutoSpellWhenHit,AL_HEAL,max(getskilllv(AL_HEAL),5),100,BF_WEAPON,0; }
- if(getrefine()>8) { bonus2 bSkillAtk,LG_RAYOFGENESIS,20; }
- ">
-},
-{
- Id: 5904
- AegisName: "Inconspicuous_Hat_"
- Name: "Inconspicuous Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 10
- Slots: 1
- Job: 0x00020000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 1125
- Script: <"
- bonus bMatkRate,7;
- if(getrefine()>6) { bonus bMatk,(readparam(bInt)/5)*2; }
- if(getrefine()>8) { bonus bMatkRate,5; }
- ">
-},
-{
- Id: 5905
- AegisName: "Lyrica_Hat_"
- Name: "Lyrica Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 10
- Slots: 1
- Job: 0x00080000
- Upper: 56
- Gender: 1
- Loc: 256
- EquipLv: 100
- View: 1126
- Script: <"
- bonus2 bSkillAtk,WM_SEVERE_RAINSTORM,15;
- if(getrefine()>6) { bonus bFixedCastrate,-(getskilllv(BA_MUSICALLESSON)*4); }
- if(getrefine()>8) { bonus2 bSkillUseSP,WM_SEVERE_RAINSTORM,10; }
- ">
-},
-{
- Id: 5906
- AegisName: "Oni_Horns_"
- Name: "Oni Horns"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 10
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 1127
- Script: <"
- bonus2 bSkillAtk,GC_COUNTERSLASH,getskilllv(GC_WEAPONBLOCKING)*10;
- if(getrefine()>6) {
- bonus bAtk,10;
- bonus bHit,5;
- }
- if(getrefine()>8) { bonus3 bAutoSpell,GC_CROSSIMPACT,1,100; }
- ">
-},
-{
- Id: 5907
- AegisName: "Sea_Captain_Hat"
- Name: "Sea Captain Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 20
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 1128
- Script: <"
- bonus2 bSkillAtk,NC_AXETORNADO,20;
- bonus2 bSkillAtk,NC_AXEBOOMERANG,20;
- if(getrefine()>6) { bonus2 bSkillAtk,NC_AXETORNADO,getskilllv(BS_WEAPONRESEARCH); }
- if(getrefine()>8) { bonus2 bSkillAtk,NC_AXETORNADO,getskilllv(NC_TRAININGAXE); }
- ">
-},
-{
- Id: 5918
- AegisName: "Gambler_Seal"
- Name: "Gambler Seal"
- Type: 5
- Buy: 20
- Weight: 500
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 1202
- Script: <"
- bonus bCritical,3;
- bonus bCritAtkRate,3;
- ">
-},
-{
- Id: 5921
- AegisName: "Fish_Monster's_Grill"
- Name: "Fish Monster's Grill"
- Type: 5
- Weight: 200
- Def: 1
- Loc: 512
- EquipLv: 10
- View: 1218
-},
-{
- Id: 5932
- AegisName: "Birdcage_of_paradise"
- Name: "Birdcage of paradise"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 6
- Loc: 256
- EquipLv: 40
- View: 1286
- Script: <"
- bonus bLuk,5;
- bonus bCritical,5;
- bonus bFlee2,5;
- if(BaseClass==Job_Ranger||BaseClass==Job_Ranger_T) {
- skill HT_BLITZBEAT,5*getrefine();
- if (isequipped(Ixion_Wing)) {
- skill HT_BLITZBEAT,5*getequiprefinerycnt(EQI_HAND_R);
- }
- }
- ">
-},
-{
- Id: 5933
- AegisName: "Crow_Tengu_Mask"
- Name: "Crow Tengu Mask"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 512
- EquipLv: 80
- View: 1287
- Script: <"
- bonus bAtkRate,1;
- bonus bLongAtkRate,2;
- if(readparam(bStr)>=108) {
- bonus bAtkRate,1;
- bonus bLongAtkRate,2;
- }
- if(readparam(bStr)>=120) {
- bonus bAtkRate,2;
- bonus bLongAtkRate,3;
- }
- ">
-},
-{
- Id: 5934
- AegisName: "Happy_Balloon"
- Name: "Happy Balloon"
- Type: 5
- Weight: 100
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 1289
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- bonus2 bAddMonsterDropItem,644,30; /*Custom - JRO*/
- /*+Mistcase card, when base Luk is 77 or more, Has change to drops \'Happy Box\' when killing a monster.*/
- ">
-},
-{
- Id: 5941
- AegisName: "Joystick_Hat"
- Name: "Joystick Hat"
- Type: 5
- Weight: 100
- Loc: 256
- View: 1305
- Script: <"
- bonus bDex,5;
- bonus bLuk,5;
- bonus4 bAutoSpell,BS_ADRENALINE,5,100,0;
- bonus5 bAutoSpellWhenHit,AC_CONCENTRATION,5,100,BF_WEAPON,0;
- ">
-},
-{
- Id: 5942
- AegisName: "Lovegame_Hat"
- Name: "Lovegame Hat"
- Type: 5
- Weight: 100
- Loc: 256
- View: 1306
- Script: <"
- bonus bAllStats,3;
- bonus5 bAutoSpellWhenHit,DC_WINKCHARM,1,500,BF_WEAPON,1;
- ">
-},
-{
- Id: 5966
- AegisName: "Kardui_Ears"
- Name: "Kardui Ears"
- Type: 5
- Weight: 300
- Loc: 512
- EquipLv: 70
- View: 1357
- Script: <"
- bonus bMatk,2*(readparam(bDex)/10);
- if(readparam(bDex)>=108) {
- bonus bMatk,60;
- bonus bVariableCastrate,-10;
- }
- if(readparam(bDex)>=120) {
- bonus bMatk,40;
- bonus bVariableCastrate,-5;
- }
- ">
-},
-{
- Id: 5967
- AegisName: "Flying_Galapagos"
- Name: "Flying Galapagos"
- Type: 5
- Weight: 500
- Loc: 1
- EquipLv: 110
- View: 1358
- Script: <"
- bonus3 bAutoSpell,HT_BLITZBEAT,getskilllv(HT_BLITZBEAT),(10*getskilllv(HT_BLITZBEAT))+(readparam(bLuk)/3);
- if(getskilllv(HT_STEELCROW)>0) { skill HT_BLITZBEAT,40; }
- ">
-},
-{
- Id: 5968
- AegisName: "Divine_Angel_Nurse_Cap"
- Name: "Divine Angel Nurse Cap"
- Type: 5
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 1359
- Script: <"
- bonus bHealPower,3;
- bonus bNoCastCancel,0;
- if(getrefine()>4) { bonus bHealPower,3; }
- if(getrefine()>6) { bonus bHealPower,3; }
- if(getrefine()>8) { bonus bHealPower,3; }
- ">
-},
-{
- Id: 5969
- AegisName: "Queen_Anne's_Revenge"
- Name: "Queen Anne's Revenge"
- Type: 5
- Weight: 400
- Def: 7
- Slots: 1
- Loc: 256
- EquipLv: 100
- View: 1360
- Script: <"
- bonus bStr,5;
- bonus2 bAddRace,RC_Boss,7;
- bonus2 bAddRace,RC_NonBoss,7;
- if(getrefine()>4) {
- bonus2 bAddRace,RC_Boss,2;
- bonus2 bAddRace,RC_NonBoss,2;
- }
- if(getrefine()>6) {
- bonus2 bAddRace,RC_Boss,1;
- bonus2 bAddRace,RC_NonBoss,1;
- }
- if(getrefine()>8) {
- bonus2 bAddRace,RC_Boss,1;
- bonus2 bAddRace,RC_NonBoss,1;
- bonus bNoSizeFix,0;
- }
- ">
-},
-{
- Id: 5970
- AegisName: "Rune_Helm"
- Name: "Rune Helm"
- Type: 5
- Weight: 3000
- Def: 15
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 1361
- Script: <"
- bonus bVit,3;
- bonus bMaxHPrate,4;
- if(BaseLevel<100) { bonus bVit,getrefine()/2; }
- if(BaseLevel>99) { bonus bVit,getrefine(); }
- /* Grant additional effects on Rune stone skill activation */
- ">
-},
-// More Etc Items
-// ===================================================================
-{
- Id: 6000
- AegisName: "Dark_Ashes"
- Name: "Ashes of Darkness"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6001
- AegisName: "Essence_Of_Fire"
- Name: "Essence of Fire"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6002
- AegisName: "Token_Of_Apostle"
- Name: "Token of Apostle"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6003
- AegisName: "Soul_Pendant"
- Name: "Pendant of Spirit"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6004
- AegisName: "Bapho_Doll"
- Name: "Cursed Baphomet Doll"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6005
- AegisName: "New_Year_Rice_Cake"
- Name: "NewYear Ricecake"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6006
- AegisName: "Rice_Cake_Delivery_Box"
- Name: "Delivery Ricecake Box"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6007
- AegisName: "New_Year_Rice_Cake_Soup"
- Name: "NewYear Ricecake Soup"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6008
- AegisName: "Wood"
- Name: "Wood"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6009
- AegisName: "Large_Magical_Fan"
- Name: "Big Fan Of Magic"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6010
- AegisName: "Pickaxe"
- Name: "Hoe"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6011
- AegisName: "Blue_Card_B"
- Name: "Blue B Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6012
- AegisName: "Blue_Card_C"
- Name: "Blue C Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6013
- AegisName: "Blue_Card_J"
- Name: "Blue J Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6015
- AegisName: "Blue_Card_M"
- Name: "Blue M Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6016
- AegisName: "Blue_Card_Q"
- Name: "Blue Q Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6017
- AegisName: "Blue_Card_T"
- Name: "Blue T Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6018
- AegisName: "Blue_Card_V"
- Name: "Blue V Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6019
- AegisName: "Blue_Card_Z"
- Name: "Blue Z Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6020
- AegisName: "Fur"
- Name: "Fur"
- Buy: 704
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6021
- AegisName: "Peaked_Hat"
- Name: "Peaked Hat"
- Buy: 433
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6022
- AegisName: "Hard_Skin"
- Name: "Hard Skin"
- Buy: 884
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6023
- AegisName: "Mystic_Horn"
- Name: "Mystic Horn"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6024
- AegisName: "17Carat_Dia"
- Name: "17Carat Diamond"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- }
-},
-{
- Id: 6025
- AegisName: "Towel_Of_Memory"
- Name: "Towel of Memory"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6026
- AegisName: "Marriage_Covenant"
- Name: "Written Oath Of Marriage"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6027
- AegisName: "Crystal_Of_Feardoom"
- Name: "Crystal Of Feardom"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6028
- AegisName: "Seal_Scroll"
- Name: "Sealed Scroll"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6029
- AegisName: "Morocc_Tracing_Log"
- Name: "Morocc Tracing Log"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6030
- AegisName: "Glitering_PaperA"
- Name: "Glittering Paper"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6031
- AegisName: "Glitering_PaperB"
- Name: "Glittering Paper"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6032
- AegisName: "Horn_Of_Hilsrion"
- Name: "Horn of Hillslion"
- Buy: 567
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6033
- AegisName: "Horn_Of_Tendrilion"
- Name: "Horn of Tendrilion"
- Buy: 567
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6034
- AegisName: "Weird_Part"
- Name: "Weird Part"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6035
- AegisName: "Decaying_Stem"
- Name: "Decaying Stem"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6036
- AegisName: "Invite_To_Meeting"
- Name: "Meeting Invitation"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6037
- AegisName: "Rough_File"
- Name: "Messy File"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6038
- AegisName: "Neat_Report"
- Name: "Neat Report"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6039
- AegisName: "Piece_Of_Fish"
- Name: "Piece of Fish"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6040
- AegisName: "Some_Of_Report"
- Name: "Part of a Report"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6041
- AegisName: "Strong_Bine"
- Name: "Strong Vine"
- Buy: 30
- Weight: 50
-},
-{
- Id: 6042
- AegisName: "Ordinary_Branch"
- Name: "Ordinary Branch"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6043
- AegisName: "Letter_From_Lugen"
- Name: "Letter from Lugen"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6044
- AegisName: "Letter_From_Otto"
- Name: "Letter from Otto"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6045
- AegisName: "Supply_Box"
- Name: "Supply Box"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6046
- AegisName: "Clothing_Dye_Coupon"
- Name: "New Clothing Dye Coupon"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "SetPalete",1; ">
-},
-{
- Id: 6047
- AegisName: "Clothing_Dye_Coupon2"
- Name: "Original Clothing Dye Coupon"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "SetPalete",2; ">
-},
-{
- Id: 6048
- AegisName: "Unidentified_Mineral"
- Name: "Unidentified Mineral"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6049
- AegisName: "Marlin"
- Name: "Marlin"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6050
- AegisName: "Mercenary_Contract"
- Name: "Mercenary Contract"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6051
- AegisName: "Gray_Hollow"
- Name: "Gray Hollow"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6052
- AegisName: "Ornamental_Hairpin"
- Name: "Ornament Hairpin"
- Buy: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6053
- AegisName: "Yuanbao"
- Name: "Circle Step"
- Buy: 100
- Weight: 100
-},
-{
- Id: 6054
- AegisName: "Blue_Card_6"
- Name: "Number 6 Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6055
- AegisName: "Blue_Card_Annyver"
- Name: "Character Week Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6056
- AegisName: "Blue_Card_Sary"
- Name: "Character Year Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6057
- AegisName: "Blue_Card_E"
- Name: "Character Lee Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6058
- AegisName: "Blue_Card_Ven"
- Name: "Character Ben Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6059
- AegisName: "Blue_Card_Nt"
- Name: "Character Project Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6060
- AegisName: "Moon_Admin_Ticket"
- Name: "Month Viewing Ticket"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6061
- AegisName: "Plantain"
- Name: "Blood Beginner"
- Buy: 100
- Weight: 50
-},
-{
- Id: 6062
- AegisName: "Moon_Cake15"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6063
- AegisName: "Moon_Cake16"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6064
- AegisName: "Moon_Cake17"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6065
- AegisName: "Moon_Cake18"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6066
- AegisName: "Moon_Cake19"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6067
- AegisName: "Moon_Cake20"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6068
- AegisName: "Rabbit_Skin"
- Name: "Leather Rabbit"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6069
- AegisName: "ABUNDANCE"
- Name: "ABUNDANCE"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6070
- AegisName: "Shaman's_Old_Paper"
- Name: "Shaman's Document"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6071
- AegisName: "Broken_Sword"
- Name: "Broken Sword"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6072
- AegisName: "Wing_Of_Bizofnil"
- Name: "Bijofnil Feather"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6073
- AegisName: "Dragon's_Mane"
- Name: "Dragon's Mane"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6074
- AegisName: "Bazett's_Order"
- Name: "Bazett's Order"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6075
- AegisName: "Crystalized_Teardrop"
- Name: "Crystalized Teardrop"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6076
- AegisName: "Portable_Toolbox"
- Name: "Portable Toolbox"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6077
- AegisName: "Rough_Mineral"
- Name: "Rough Mineral"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6078
- AegisName: "Stone_Fragments"
- Name: "Stone Fragment"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6079
- AegisName: "Flower_Of_Alfheim"
- Name: "Flower Of Alfheim"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6080
- AegisName: "Manuk_Coin"
- Name: "Manuk Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6081
- AegisName: "Splendide_Coin"
- Name: "Splendide Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6082
- AegisName: "Spirit_Of_Alfheim"
- Name: "Spirit Of Alfheim"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6083
- AegisName: "Dolly_Capsule"
- Name: "Capsule Dolls"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6084
- AegisName: "Bradium_Fragments"
- Name: "Bradium Fragments"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6085
- AegisName: "Shaggy_Muffler"
- Name: "Shaggy Muffler"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6086
- AegisName: "Withered_Flower"
- Name: "Withered Flower"
- Buy: 890
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6087
- AegisName: "Crystal_Of_Soul_01"
- Name: "Spiritual Crystal"
- Buy: 1050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6088
- AegisName: "Crystal_Of_Soul_02"
- Name: "Spiritual Crystal"
- Buy: 1050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6089
- AegisName: "Piece_Of_Darkness"
- Name: "Dark Piece"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6090
- AegisName: "Purified_Bradium"
- Name: "Refined Bradium"
- Buy: 1100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 6091
- AegisName: "Dark_Red_Scale"
- Name: "Darkred Scale Piece"
- Buy: 200000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6092
- AegisName: "Singing_Crystal_Piece"
- Name: "Piece Of Singing Crystal"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6093
- AegisName: "Egg_Of_Draco"
- Name: "Draco's Egg"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6094
- AegisName: "Traditional_Cookie"
- Name: "Traditional Cookie"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6095
- AegisName: "Flavored_Alcohol"
- Name: "Flavored Alcohol"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6096
- AegisName: "Fish_With_Blue_Back"
- Name: "Fish With Blue Back"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6097
- AegisName: "Pumpkin_Pie_"
- Name: "Pumpkin Pie"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6098
- AegisName: "Small_Snow_Flower"
- Name: "Small Snow Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6099
- AegisName: "Grilled_Rice_Cake"
- Name: "Grilled Rice Cake"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6100
- AegisName: "Damp_Darkness"
- Name: "Damp Darkness"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6101
- AegisName: "Attendance_Card"
- Name: "Attendance Card"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6102
- AegisName: "Report_On_Splendide"
- Name: "Report On Splendide"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6103
- AegisName: "Report_On_Manuk"
- Name: "Report On Manuk"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6104
- AegisName: "Big_Cell"
- Name: "Big Cell"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6105
- AegisName: "Morning_Dew"
- Name: "Morning Dew"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6106
- AegisName: "Well_Ripened_Berry"
- Name: "Well Ripened Berry"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6107
- AegisName: "Sunset_On_The_Rock"
- Name: "Sunset On The Rock"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6108
- AegisName: "Apple_Pudding"
- Name: "Apple Pudding"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6109
- AegisName: "Plant_Neutrient"
- Name: "Plant Neutrient"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6110
- AegisName: "Vital_Flower"
- Name: "Yellow Vital Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6111
- AegisName: "Mystic_Stone"
- Name: "Mystic Stone"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6112
- AegisName: "Fresh_Plant"
- Name: "Fresh Plant"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6113
- AegisName: "Vital_Flower_"
- Name: "Blue Vital Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6114
- AegisName: "Flame_Gemstone"
- Name: "Flame Gemstone"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6115
- AegisName: "Bun_"
- Name: "Bun"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6116
- AegisName: "Succu_Pet_Coupon"
- Name: "Succubus Pet Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6117
- AegisName: "Imp_Pet_Coupon"
- Name: "Imp Pet Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6118
- AegisName: "Chung_E_Pet_Coupon"
- Name: "Chung E Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6119
- AegisName: "Natural_Leather"
- Name: "Cow Leather"
- Buy: 0
-},
-{
- Id: 6120
- AegisName: "Face_Paint"
- Name: "Face Paint"
- Buy: 150
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 6121
- AegisName: "Makeover_Brush"
- Name: "Makeover Brush"
- Buy: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6122
- AegisName: "Paint_Brush"
- Name: "Paint Brush"
- Buy: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6123
- AegisName: "Surface_Paint"
- Name: "Surface Paint"
- Buy: 250
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 6124
- AegisName: "Wolf's_Flute"
- Name: "Wolf Flute"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6125
- AegisName: "Lucky_Box"
- Name: "Bunny Box"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6126
- AegisName: "Happy_Box"
- Name: "Summer Happy Box"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6127
- AegisName: "Purification_Stone"
- Name: "Purification Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6128
- AegisName: "Guillotine_Antidote"
- Name: "Antidote"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6129
- AegisName: "Ticket_Nightmare"
- Name: "Nightmare Terror Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6130
- AegisName: "Ticket_Loli_Ruri"
- Name: "Ticket Loli Ruri"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6131
- AegisName: "Ticket_Goblin_Leader"
- Name: "Goblin Leader Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6132
- AegisName: "Ticket_Incubus"
- Name: "Incubus Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6133
- AegisName: "Ticket_Miyabi_Ningyo"
- Name: "Miyabi Ningyo Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6134
- AegisName: "Ticket_Whisper"
- Name: "Giant Whisper Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6135
- AegisName: "Ticket_Wicked_Nymph"
- Name: "Evil Nymph Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6136
- AegisName: "Ticket_Medusa"
- Name: "Medusa Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6137
- AegisName: "Ticket_Stoneshooter"
- Name: "Stone Shooter Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6138
- AegisName: "Ticket_Marionette"
- Name: "Marionette Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6139
- AegisName: "Ticket_Leafcat"
- Name: "Leaf Cat Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6140
- AegisName: "Ticket_Dullahan"
- Name: "Dullahan Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6141
- AegisName: "Ticket_Shinobi"
- Name: "Shinobi Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6142
- AegisName: "Ticket_Golem"
- Name: "Golem Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6143
- AegisName: "Ticket_Civil_Servant"
- Name: "Civil Servant Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6144
- AegisName: "Heartbroken_Tears"
- Name: "Regrettable Tears"
- Buy: 1250
- Weight: 2
- BuyingStore: true
-},
-{
- Id: 6145
- AegisName: "Vulcan_Bullet"
- Name: "Vulcan Bullet"
- Buy: 12
- Weight: 2
- BuyingStore: true
-},
-{
- Id: 6146
- AegisName: "Magic_Gear_Fuel"
- Name: "Magic Gear Fuel"
- Buy: 375
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 6147
- AegisName: "Liquid_Condensed_Bullet"
- Name: "Liquid Condensed Bullet"
- Buy: 125
- Weight: 3
- BuyingStore: true
-},
-{
- Id: 6148
- AegisName: "Chocolate_Of_Eternity"
- Name: "Eternity Of Chocolate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6149
- AegisName: "Plain_Chocolate"
- Name: "Simple Chocolate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6150
- AegisName: "Key_Of_The_Mansion"
- Name: "Mansion Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6151
- AegisName: "Peice_Of_Great_Bradium"
- Name: "Giant Bradium Fragment"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6152
- AegisName: "Glittering_Crystal"
- Name: "Glittering Crystal"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6153
- AegisName: "Special_Exchange_Coupon"
- Name: "Special Exchange Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6154
- AegisName: "Broken_Horn_Pipe"
- Name: "Broken Horn Pipe"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6155
- AegisName: "Coke_Membership_Card"
- Name: "Member Card"
- Buy: 0
-},
-{
- Id: 6156
- AegisName: "Approval_Report"
- Name: "A Report To Be Approved"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6157
- AegisName: "Poring_Ticket"
- Name: "Festa Gold Medal"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6158
- AegisName: "Drops_Ticket"
- Name: "Vote 2"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6159
- AegisName: "Poporing_Ticket"
- Name: "Poporing Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6160
- AegisName: "Lunatic_Ticket"
- Name: "Lunatic Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6161
- AegisName: "Picky_Ticket"
- Name: "Picky Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6162
- AegisName: "Pecopeco_Ticket"
- Name: "Peco Peco Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6163
- AegisName: "Savage_Baby_Ticket"
- Name: "Savage Babe Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6164
- AegisName: "Spore_Ticket"
- Name: "Spore Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6165
- AegisName: "Poison_Spore_Ticket"
- Name: "Poison Spore Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6166
- AegisName: "Chonchon_Ticket"
- Name: "Chonchon Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6167
- AegisName: "Steel_Chonchon_Ticket"
- Name: "Steel Chonchon Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6168
- AegisName: "Petit_Ticket"
- Name: "Sky Petite Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6169
- AegisName: "Deviruchi_Ticket"
- Name: "Deviruchi Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6170
- AegisName: "Isis_Ticket"
- Name: "Isis Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6171
- AegisName: "Smokie_Ticket"
- Name: "Smokie Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6172
- AegisName: "Dokebi_Ticket"
- Name: "Dokebi Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6173
- AegisName: "Desert_Wolf_B_Ticket"
- Name: "Baby Desert Wolf Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6174
- AegisName: "Yoyo_Ticket"
- Name: "Yoyo Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6175
- AegisName: "Sohee_Ticket"
- Name: "Sohee Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6176
- AegisName: "Rocker_Ticket"
- Name: "Rocker Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6177
- AegisName: "Hunter_Fly_Ticket"
- Name: "Hunter Fly Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6178
- AegisName: "Orc_Warrior_Ticket"
- Name: "Orc Warrior Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6179
- AegisName: "Bapho_Jr_Ticket"
- Name: "Bapho Jr. Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6180
- AegisName: "Munak_Ticket"
- Name: "Munak Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6181
- AegisName: "Bongun_Ticket"
- Name: "Bongun Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6182
- AegisName: "Goblin_Ticket"
- Name: "Christmas Goblin Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6183
- AegisName: "Hardtack_Ticket"
- Name: "Rice Cake Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6184
- AegisName: "Zherlthsh_Ticket"
- Name: "Zherlthsh Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6185
- AegisName: "Alice_Ticket"
- Name: "Alice Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6186
- AegisName: "Monkey_Wrench"
- Name: "Monkey Wrench"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6187
- AegisName: "Blank_Card"
- Name: "Blank Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6188
- AegisName: "Slot_Coupon"
- Name: "Slotting Advertisement"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6189
- AegisName: "Magic_Book_FB"
- Name: "Spell Book(Fire Bolt)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6190
- AegisName: "Magic_Book_CB"
- Name: "Spell Book(Cold Bolt)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6191
- AegisName: "Magic_Book_LB"
- Name: "Spell Book(Lightning Bolt)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6192
- AegisName: "Magic_Book_SG"
- Name: "Spell Book(Storm Gust)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6193
- AegisName: "Magic_Book_LOV"
- Name: "Spell Book(Lord Of Vermilion)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6194
- AegisName: "Magic_Book_MS"
- Name: "Spell Book(Meteor Storm)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6195
- AegisName: "Magic_Book_CM"
- Name: "Spell Book(Comet)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6196
- AegisName: "Magic_Book_TV"
- Name: "Spell Book(Tetra Vortex)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6197
- AegisName: "Magic_Book_TS"
- Name: "Spell Book(Thunder Storm)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6198
- AegisName: "Magic_Book_JT"
- Name: "Spell Book(Jupitel Thunder)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6199
- AegisName: "Magic_Book_WB"
- Name: "Spell Book(Water Ball)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6200
- AegisName: "Magic_Book_HD"
- Name: "Spell Book(Heaven's Drive)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6201
- AegisName: "Magic_Book_ES"
- Name: "Spell Book(Earth Spike)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6202
- AegisName: "Magic_Book_ES_"
- Name: "Spell Book(Earth Strain)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6203
- AegisName: "Magic_Book_CL"
- Name: "Spell Book(Chain Lightning)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6204
- AegisName: "Magic_Book_CR"
- Name: "Spell Book(Crimson Rock)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6205
- AegisName: "Magic_Book_DL"
- Name: "Spell Book(Drain Life)"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 6206
- AegisName: "I_Love_You"
- Name: "I Love You"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6207
- AegisName: "Thank_You"
- Name: "Thanks"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6208
- AegisName: "I_Respect_You"
- Name: "Respect"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6209
- AegisName: "Glory_Of_Knights"
- Name: "Knight Of Honor"
- Buy: 0
-},
-{
- Id: 6210
- AegisName: "Seed_Of_Horny_Plant"
- Name: "Thorn Plant Seed"
- Buy: 750
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6211
- AegisName: "Bloodsuck_Plant_Seed"
- Name: "Blood Sucker Plant Seed"
- Buy: 1000
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6212
- AegisName: "Bomb_Mushroom_Spore"
- Name: "Bomb Mushroom Spore"
- Buy: 1250
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6213
- AegisName: "Explosive_Powder"
- Name: "Explosive Powder"
- Buy: 625
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6214
- AegisName: "Smoke_Powder"
- Name: "Smoke Powder"
- Buy: 625
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6215
- AegisName: "Tear_Gas"
- Name: "Tear Gas"
- Buy: 625
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6216
- AegisName: "Oil_Bottle"
- Name: "Oil Bottle"
- Buy: 1250
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6217
- AegisName: "Mandragora_Flowerpot"
- Name: "Mandragora Flowerpot"
- Buy: 2500
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6218
- AegisName: "Disin_Delivery_Box"
- Name: "Dieshin's Delivery Box"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6219
- AegisName: "Para_Team_Mark"
- Name: "Eden Group Mark"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6220
- AegisName: "Mysterious_Dyestuff"
- Name: "Mysterious Dyestuffs"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6221
- AegisName: "Mystic_Leaf_Cat_Ball"
- Name: "Mystic Hydra Ball"
- Buy: 0
-},
-{
- Id: 6222
- AegisName: "Shining_Beads"
- Name: "Shining Beads"
- Buy: 20
-},
-{
- Id: 6223
- AegisName: "Carnium"
- Name: "Carnium"
- Buy: 2000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 6224
- AegisName: "Bradium"
- Name: "Bradium"
- Buy: 2000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 6225
- AegisName: "HD_Carnium"
- Name: "HD Carnium"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6226
- AegisName: "HD_Bradium"
- Name: "HD Bradium"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6228
- AegisName: "Guarantee_Weapon_9Up"
- Name: "Safe to 9 Weapon Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6229
- AegisName: "Guarantee_Weapon_8Up"
- Name: "Safe to 8 Weapon Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6230
- AegisName: "Guarantee_Weapon_7Up"
- Name: "Safe to 7 Weapon Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6231
- AegisName: "Guarantee_Weapon_6Up"
- Name: "Safe to 6 Weapon Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6232
- AegisName: "Guarantee_Armor_9Up"
- Name: "Safe to 9 Body Armor Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6233
- AegisName: "Guarantee_Armor_8Up"
- Name: "Safe to 8 Body Armor Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6234
- AegisName: "Guarantee_Armor_7Up"
- Name: "Safe to 7 Body Armor Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6235
- AegisName: "Guarantee_Armor_6Up"
- Name: "Safe to 7 Headgear Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6236
- AegisName: "Blue_Card_7"
- Name: "Blue 7 Card"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6237
- AegisName: "Guarana_Fruit"
- Name: "Guarana Fruit"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6238
- AegisName: "Guarantee_Weapon_11Up"
- Name: "Safe to 11 Weapon Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6239
- AegisName: "Guarantee_Armor_11Up"
- Name: "Safe to 11 Armor Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6240
- AegisName: "HD_Oridecon"
- Name: "HD Oridecon"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6241
- AegisName: "HD_Elunium"
- Name: "HD Elunium"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6242
- AegisName: "Midgard_Coin"
- Name: "Midgard Coin"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6243
- AegisName: "Exchange_Coupon"
- Name: "WPS Point Token"
- Buy: 0
-},
-{
- Id: 6244
- AegisName: "Gun_Powder"
- Name: "Gun Powder"
- Buy: 10
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6245
- AegisName: "Black_Powder"
- Name: "Black Powder"
- Buy: 125
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6246
- AegisName: "Yellow_Powder"
- Name: "Yellow Powder"
- Buy: 125
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6247
- AegisName: "White_Powder"
- Name: "White Powder"
- Buy: 125
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6248
- AegisName: "Melange_Pot"
- Name: "Melange Pot"
- Buy: 750
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6249
- AegisName: "Savage_Meat"
- Name: "Savage Meat"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6250
- AegisName: "Cooking_Skewer"
- Name: "Cooking Skewer"
- Buy: 375
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6251
- AegisName: "Black_Charcoal"
- Name: "Black Charcoal"
- Buy: 375
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6252
- AegisName: "Wolf_Blood"
- Name: "Blood Of Wolf"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6253
- AegisName: "Cold_Ice"
- Name: "Cold Ice"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6254
- AegisName: "Beef_Head_Meat"
- Name: "Beef Head"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6255
- AegisName: "Large_Cookpot"
- Name: "Large Cookpot"
- Buy: 625
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6256
- AegisName: "Ice_Fragment"
- Name: "Ice Piece"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6257
- AegisName: "Ice_Crystal"
- Name: "Ice Crystal"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6258
- AegisName: "Comodo_Tropic_Fruit"
- Name: "Comodo Tropical Fruit"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6259
- AegisName: "Drocera_Tentacle"
- Name: "Drosera Tentacle"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6260
- AegisName: "Petti_Tail"
- Name: "Petite's Tail"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6261
- AegisName: "Fine_Noodle"
- Name: "Fine Noodle"
- Buy: 625
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6262
- AegisName: "Cool_Gravy"
- Name: "Cool Gravy"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6263
- AegisName: "Coconut_Fruit"
- Name: "Coconut Fruit"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6264
- AegisName: "Melon"
- Name: "Melon"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6265
- AegisName: "Pineapple"
- Name: "Pineapple"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6266
- AegisName: "Cheat_Key"
- Name: "Key Of Deception"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6267
- AegisName: "Virtual_Key"
- Name: "Key Of Illusion"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6268
- AegisName: "Mirth_Key"
- Name: "Key Of Pleasure"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6269
- AegisName: "Master_Brush"
- Name: "A Master's Brush"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6270
- AegisName: "Mins_Picture"
- Name: "A Picture Of Maestro Song"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6271
- AegisName: "Mins_Receipt"
- Name: "Receipt"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6272
- AegisName: "Experiment_Seed"
- Name: "Seed For Experiemnt"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6273
- AegisName: "Altered_Seed"
- Name: "Seed For Experiemnt"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6274
- AegisName: "Saint_Cloth_Piece"
- Name: "Saint's Clothing Piece"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6275
- AegisName: "King_Shield"
- Name: "King's Shield"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6276
- AegisName: "Clear_Reagent"
- Name: "Clear Reagent"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6277
- AegisName: "Red_Reagent"
- Name: "Red Reagent"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6278
- AegisName: "Black_Reagent"
- Name: "Black Reagent"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6279
- AegisName: "Apple_Bomb_CB"
- Name: "How To Make An Apple Bomb"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6280
- AegisName: "Pinepple_Bomb_CB"
- Name: "How To Make A Pineapple Bomb"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6281
- AegisName: "Coconut_Bomb_CB"
- Name: "How To Make A Coconut Fruit Bomb"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6282
- AegisName: "Melon_Bomb_CB"
- Name: "How To Make A Melon Bomb"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6283
- AegisName: "Banana_Bomb_CB"
- Name: "How To Make A Banana Bomb"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6284
- AegisName: "Plant_Genetic_Grow"
- Name: "How To Grow Plant Genes"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6285
- AegisName: "Quality_Potion_Book"
- Name: "How To Make High Quality Potion"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6286
- AegisName: "F_Max_Weight_Up_Scroll"
- Name: "Gym Pass"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6287
- AegisName: "F_Clothing_Dye_Coupon"
- Name: "Omni Clothing Dye"
- Buy: 0
-},
-{
- Id: 6288
- AegisName: "F_Happy_Box"
- Name: "Summer Happy Box"
- Buy: 10
-},
-{
- Id: 6289
- AegisName: "F_Mysterious_Dyestuff"
- Name: "Mysterious Dyestuffs"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6290
- AegisName: "F_New_Style_Coupon"
- Name: "Hairstyle Coupon"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6291
- AegisName: "F_Enriched_Elunium"
- Name: "Enriched Elunium"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6292
- AegisName: "F_Enriched_Oridecon"
- Name: "Enriched Oridecon"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6293
- AegisName: "F_Token_Of_Siegfried"
- Name: "Token Of Siegfried"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6294
- AegisName: "F_Marriage_Covenant"
- Name: "Marriage Covenant"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6295
- AegisName: "F_Clothing_Dye_Coupon2"
- Name: "Original Clothing Dye Coupon"
- Buy: 0
-},
-{
- Id: 6296
- AegisName: "RF_Taining_Notice"
- Name: "RF Taining Notice"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6297
- AegisName: "Bottle_To_Throw"
- Name: "Bottle Throw"
- Buy: 300
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6298
- AegisName: "Pumpkin_Head_Crushed"
- Name: "Crushed Pumpkin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6299
- AegisName: "Worn_Cloth_Piece"
- Name: "Worn Fabric"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6300
- AegisName: "J_7Draw"
- Name: "J 7Draw"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6301
- AegisName: "J_Semi_Draw"
- Name: "J Semi Draw"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6302
- AegisName: "GM_Handwriting"
- Name: "GM Max Bond"
- Buy: 20004
-},
-{
- Id: 6303
- AegisName: "Changed_Hydra_Ball"
- Name: "Changed Hydra Ball"
- Buy: 0
-},
-{
- Id: 6304
- AegisName: "Sapa_Feat_Cert"
- Name: "Sapha Certification"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6305
- AegisName: "Frozen_Skin_Piece"
- Name: "Frozen Piece of Skin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6306
- AegisName: "Solid_Bloodstain"
- Name: "Clotted Bloodstain"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6307
- AegisName: "Suspicious_Magic_Stone"
- Name: "Strange Magic Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6308
- AegisName: "Unidentified_Relic"
- Name: "Unknown Relic"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6309
- AegisName: "E_Max_Weight_Up_Scroll"
- Name: "E Max Weight Up Scroll"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6310
- AegisName: "E_Cloth_Dye_Coupon"
- Name: "E Cloth Dye Coupon"
- Buy: 0
-},
-{
- Id: 6311
- AegisName: "E_Happy_Box"
- Name: "E Happy Box"
- Buy: 10
-},
-{
- Id: 6312
- AegisName: "E_Mysterious_Dyestuff"
- Name: "E Mysterious Dyestuff"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6313
- AegisName: "E_New_Style_Coupon"
- Name: "E New Style Coupon"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6314
- AegisName: "E_Enriched_Elunium"
- Name: "E Enriched Elunium"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6315
- AegisName: "E_Enriched_Oridecon"
- Name: "E Enriched Oridecon"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6316
- AegisName: "E_Token_Of_Siegfried"
- Name: "E Token Of Siegfried"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6317
- AegisName: "E_Marriage_Covenant"
- Name: "E Marriage Covenant"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6318
- AegisName: "E_Cloth_Dye_Coupon2"
- Name: "E Cloth Dye Coupon2"
- Buy: 0
-},
-{
- Id: 6319
- AegisName: "Small_Bradium"
- Name: "Small Bradium"
- Buy: 324
- Weight: 10
-},
-{
- Id: 6320
- AegisName: "Premium_Reset_Stone"
- Name: "Magical Stone"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6321
- AegisName: "Rakehorn_Helm"
- Name: "Rake Horn Helm"
- Buy: 822
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6322
- AegisName: "Antler_Helm"
- Name: "Antler Helm"
- Buy: 800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6323
- AegisName: "Twinhorn_Helm"
- Name: "Twin Horn Helm"
- Buy: 728
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6324
- AegisName: "Singlehorn_Helm"
- Name: "Single Horn Helm"
- Buy: 702
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6325
- AegisName: "White_Spider_Limb"
- Name: "White Spider Limb"
- Buy: 1004
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6326
- AegisName: "Queen_Wing_Piece"
- Name: "Piece of Queen's Wing"
- Buy: 1630
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6327
- AegisName: "Lmtd_HD_Bradium"
- Name: "Limited HD Bradium"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6328
- AegisName: "Calender_January"
- Name: "January Calendar"
- Buy: 20
-},
-{
- Id: 6329
- AegisName: "Calender_February"
- Name: "February Calendar"
- Buy: 20
-},
-{
- Id: 6330
- AegisName: "Calender_March"
- Name: "March Calendar"
- Buy: 20
-},
-{
- Id: 6331
- AegisName: "Calender_April"
- Name: "April Calendar"
- Buy: 20
-},
-{
- Id: 6332
- AegisName: "Calender_May"
- Name: "May Calendar"
- Buy: 20
-},
-{
- Id: 6333
- AegisName: "Calender_June"
- Name: "June Calendar"
- Buy: 20
-},
-{
- Id: 6334
- AegisName: "Calender_July"
- Name: "July Calendar"
- Buy: 20
-},
-{
- Id: 6335
- AegisName: "Calender_August"
- Name: "August Calendar"
- Buy: 20
-},
-{
- Id: 6336
- AegisName: "Calender_September"
- Name: "September Calendar"
- Buy: 20
-},
-{
- Id: 6337
- AegisName: "Calender_October"
- Name: "October Calendar"
- Buy: 20
-},
-{
- Id: 6338
- AegisName: "Calender_November"
- Name: "November Calendar"
- Buy: 20
-},
-{
- Id: 6339
- AegisName: "Calender_December"
- Name: "December Calendar"
- Buy: 20
-},
-{
- Id: 6340
- AegisName: "Fade_Notation_Green"
- Name: "Faded Music(Green)"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6341
- AegisName: "Fade_Notation_Red"
- Name: "Faded Music(Red)"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6342
- AegisName: "Fade_Notation_Purple"
- Name: "Faded Music(Purple)"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6343
- AegisName: "Fade_Notation_Blue"
- Name: "Faded Music(Blue)"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6344
- AegisName: "Muscle_Story"
- Name: "Muscle Story"
- Buy: 0
-},
-{
- Id: 6345
- AegisName: "Love_Ball"
- Name: "Love Lump"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6346
- AegisName: "Seagate_Mark"
- Name: "Seagate Mark"
- Buy: 0
-},
-{
- Id: 6347
- AegisName: "Bless_Word_Paper1"
- Name: "Bless Word Paper1"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6348
- AegisName: "Bless_Word_Paper2"
- Name: "Bless Word Paper2"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6349
- AegisName: "Bless_Word_Paper3"
- Name: "Bless Word Paper3"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6350
- AegisName: "Bless_Word_Paper4"
- Name: "Bless Word Paper4"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6351
- AegisName: "Bless_Word_Paper5"
- Name: "Bless Word Paper5"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6352
- AegisName: "Bless_Word_Paper6"
- Name: "Bless Word Paper6"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6353
- AegisName: "Bless_Word_Paper7"
- Name: "Bless Word Paper7"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6354
- AegisName: "Bless_Word_Paper8"
- Name: "Bless Word Paper8"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6355
- AegisName: "Bless_Word_Paper9"
- Name: "Bless Word Paper9"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6356
- AegisName: "Bless_Word_Paper10"
- Name: "Bless Word Paper10"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6357
- AegisName: "Fortune_Cookie_Fail"
- Name: "Fortune Cookie Fail"
- Buy: 4020
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6358
- AegisName: "Free_Cash_Coupon"
- Name: "Free Cash Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6359
- AegisName: "Guidebook_Exchange"
- Name: "Guidebook Exchange"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6360
- AegisName: "Scarlet_Pts"
- Name: "Scarlet Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6361
- AegisName: "Indigo_Pts"
- Name: "Indigo Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6362
- AegisName: "Yellow_Wish_Pts"
- Name: "Yellow Wish Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6363
- AegisName: "Lime_Green_Pts"
- Name: "Lime Green Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6369
- AegisName: "Amatsu_Bead_A"
- Name: "Amatsu Bead A"
- Buy: 0
-},
-{
- Id: 6370
- AegisName: "Amatsu_Bead_Ma"
- Name: "Amatsu Bead Ma"
- Buy: 0
-},
-{
- Id: 6371
- AegisName: "Amatsu_Bead_Tsu"
- Name: "Amatsu Bead Tsu"
- Buy: 0
-},
-{
- Id: 6372
- AegisName: "Amatsu_Bead_Jam"
- Name: "Amatsu Bead Jam"
- Buy: 0
-},
-{
- Id: 6373
- AegisName: "Amatsu_Bead_Bo"
- Name: "Amatsu Bead Bo"
- Buy: 0
-},
-{
- Id: 6374
- AegisName: "Amatsu_Bead_Ree"
- Name: "Amatsu Bead Ree"
- Buy: 0
-},
-{
- Id: 6375
- AegisName: "Amatsu_Bead_!"
- Name: "Amatsu Bead !"
- Buy: 0
-},
-{
- Id: 6376
- AegisName: "KVM_Badge"
- Name: "KVM Badge"
- Buy: 0
-},
-{
- Id: 6377
- AegisName: "Buy_Market_Permit"
- Name: "Bulk Buyer Shop License"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6378
- AegisName: "Winning_Mark"
- Name: "Token Of Victory War"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6379
- AegisName: "Card_Coin"
- Name: "Card Coin"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6380
- AegisName: "Mora_Coin"
- Name: "Mora Coin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6381
- AegisName: "Field_Shovel"
- Name: "Field Shovel"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6382
- AegisName: "Urn"
- Name: "Urn"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6383
- AegisName: "Clue_Of_Lope"
- Name: "Lope's Clue"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6384
- AegisName: "Ring_Of_Lope"
- Name: "Lope's Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6385
- AegisName: "Research_Tool_Bag"
- Name: "Research Tool Bag"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6386
- AegisName: "Bathtub_R_Sample"
- Name: "Bath Water Sample"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6387
- AegisName: "Teeth_Sample"
- Name: "Teeth Sample"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6388
- AegisName: "Scale_Sample"
- Name: "Scale Sample"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6389
- AegisName: "Puddle_R_Sample"
- Name: "Sample of Puddle Research"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6390
- AegisName: "Small_Pocket"
- Name: "Small Pocket"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6391
- AegisName: "Splendid_Supply_Kit"
- Name: "Splendid Supply Kit"
- Buy: 20
- Weight: 2000
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6392
- AegisName: "Bradium_Box"
- Name: "Bradium Box"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6393
- AegisName: "Round_Feather"
- Name: "Round Feather"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6394
- AegisName: "Golden_Feather"
- Name: "Golden Feather"
- Buy: 650
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6395
- AegisName: "Angel_Magic_Power"
- Name: "Angel Magic Power"
- Buy: 820
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6396
- AegisName: "Auger_Of_Spirit"
- Name: "Spiritual Auger"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6397
- AegisName: "PR_Team_Ticket"
- Name: "Tickets Public Relations"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6398
- AegisName: "Develop_Team_Ticket"
- Name: "Development Team's ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6399
- AegisName: "Marketing_Team_Ticket"
- Name: "Tickets Marketing"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6400
- AegisName: "Operating_Team_Ticket"
- Name: "Operation Team's Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6401
- AegisName: "Palm_O"
- Name: "Palm Oils"
- Buy: 0
- Weight: 500
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6402
- AegisName: "Oil_Palm_F"
- Name: "Palm Oil Fruit"
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6403
- AegisName: "Comodo_L"
- Name: "Comodo Leather"
- Buy: 5
- Weight: 10
-},
-{
- Id: 6404
- AegisName: "Caress_H"
- Name: "Keris Hilt"
- Buy: 0
- Weight: 100
-},
-{
- Id: 6405
- AegisName: "Cendrawasih_F"
- Name: "Cendrawasih Feather"
- Buy: 3
- Weight: 10
-},
-{
- Id: 6406
- AegisName: "Cendrawasih_SF"
- Name: "Shining Cendrawasih Feather"
- Buy: 10
- Weight: 100
-},
-{
- Id: 6407
- AegisName: "Sang_Stone_Fragment"
- Name: "Sang Stone Fragment"
- Buy: 10
-},
-{
- Id: 6408
- AegisName: "Sang_Stone"
- Name: "Sang Stone"
- Buy: 20
-},
-{
- Id: 6409
- AegisName: "Sang_Stone_Mass"
- Name: "Sang Stone Mass"
- Buy: 30
-},
-{
- Id: 6410
- AegisName: "Idul_Fitri_Card"
- Name: "Idul Fitri Card"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6411
- AegisName: "Ripe_Watermelon"
- Name: "Ripe Watermelon"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6412
- AegisName: "Special_Medal"
- Name: "Special Medal"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6413
- AegisName: "New_Insurance"
- Name: "New Insurance"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6414
- AegisName: "Raganta_Card"
- Name: "Among The Other Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6415
- AegisName: "Strange_Embryo"
- Name: "Strange Embryo"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6416
- AegisName: "Pet_Exchange"
- Name: "Around The Exchange Carpet Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6417
- AegisName: "Silvervine"
- Name: "Silvervine Fruit"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6418
- AegisName: "Agrade_Coin"
- Name: "AClass Coin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6419
- AegisName: "Bgrade_Coin"
- Name: "BClass Coin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6420
- AegisName: "Cgrade_Coin"
- Name: "CClass Coin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6421
- AegisName: "Dgrade_Coin"
- Name: "DClass Coin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6422
- AegisName: "Egrade_Coin"
- Name: "EClass Coin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6423
- AegisName: "Anger_Seagod"
- Name: "Seagod Anger"
- Buy: 20
-},
-{
- Id: 6424
- AegisName: "Halloween_Fragment"
- Name: "Spirit Piece"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6425
- AegisName: "Halloween_Certificate"
- Name: "Halloween Certificate"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6426
- AegisName: "Bad_Can"
- Name: "Poor Can"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6427
- AegisName: "Bad_Can_Sack"
- Name: "Poor Can Sack"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6428
- AegisName: "Bravery_Card_A"
- Name: "Adventure Card A"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6429
- AegisName: "Bravery_Card_B"
- Name: "Adventure Card B"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6430
- AegisName: "Picture_Piece"
- Name: "Fragment of Picture"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6431
- AegisName: "Bucket"
- Name: "Bucket"
- Buy: 0
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6432
- AegisName: "Full_Bucket"
- Name: "All Filled Bucket"
- Buy: 0
- Weight: 3000
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6433
- AegisName: "Clean_Brush"
- Name: "Cleaning Brush"
- Buy: 0
- Weight: 300
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6434
- AegisName: "Fix_Kit"
- Name: "Fixing Kit"
- Buy: 0
- Weight: 1000
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6435
- AegisName: "Fresh_Fruit"
- Name: "Fresh Fruit"
- Buy: 0
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6436
- AegisName: "Ptotection_Seagod"
- Name: "Seagod's Protection"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6437
- AegisName: "Scaraba_Perfume"
- Name: "Scaraba Perfume"
- Buy: 0
-},
-{
- Id: 6438
- AegisName: "Unbreakable_Weap"
- Name: "Blessed Weapon Ore"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6439
- AegisName: "Unbreakable_Def"
- Name: "Blessed Armor Ore"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6440
- AegisName: "General_Lubricant"
- Name: "Ordinary Lubricant"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6441
- AegisName: "High_RankLubricant"
- Name: "High Ranked Lubricant"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6442
- AegisName: "Octopus_Hunt_Stick"
- Name: "Octopus Hunting Stick"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6443
- AegisName: "Sillit_Pong_Bottle"
- Name: "Sillit Pong Bottle"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6444
- AegisName: "Emperium_G"
- Name: "Emperium G"
- Buy: 2
- Weight: 1000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6445
- AegisName: "Blue_Card_X"
- Name: "Blue Card X"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6446
- AegisName: "Green_Paper"
- Name: "Green Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6447
- AegisName: "Red_Paper"
- Name: "Red Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6448
- AegisName: "White_Paper"
- Name: "White Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6449
- AegisName: "Casual_Diary"
- Name: "Ordinary Kid's Diary"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6450
- AegisName: "Honest_Diary"
- Name: "Honest Kid's Diary"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6451
- AegisName: "Unknown_Fish"
- Name: "Unidentified Fish"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6452
- AegisName: "Etoile_Ring"
- Name: "Etoille's Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6453
- AegisName: "Undelivered_Gift"
- Name: "Undelivered Gift"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6454
- AegisName: "Santa_Bag"
- Name: "Santa Bag"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6455
- AegisName: "Tiny_Ticket"
- Name: "Tiny Ticket"
- Buy: 20
-},
-{
- Id: 6456
- AegisName: "Guarantee_Weapon_5Up"
- Name: "Weapon 5 Smelting Guarantee Volume"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6457
- AegisName: "Guarantee_Armor_5Up"
- Name: "Safe to 10 Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6459
- AegisName: "Jae_Sinho_Unpo"
- Name: "Fortune Gun"
- Buy: 0
-},
-{
- Id: 6460
- AegisName: "Jae_Sinho_Undo"
- Name: "fortune"
- Buy: 0
-},
-{
- Id: 6461
- AegisName: "Mimong_Sungjin"
- Name: "Sung Jin Mimong"
- Buy: 0
-},
-{
- Id: 6462
- AegisName: "Gilsang_Yeoui"
- Name: "Lucky Face"
- Buy: 0
-},
-{
- Id: 6463
- AegisName: "Sin_Sun_Jeonsul"
- Name: "Fresh scripture Legend"
- Buy: 0
-},
-{
- Id: 6464
- AegisName: "Hate_Bundle"
- Name: "Hate Crate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6465
- AegisName: "Guard_Coin"
- Name: "Guardian Coin"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6466
- AegisName: "Clean_Water"
- Name: "Clean Water"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6467
- AegisName: "Perfume"
- Name: "Perfume"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6468
- AegisName: "Thai_Perfume"
- Name: "Thai Perfume"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6469
- AegisName: "Will_Of_Warrior"
- Name: "Will of Warrior"
- Buy: 1000
- Weight: 10
-},
-{
- Id: 6470
- AegisName: "Blood_Thirst"
- Name: "Blood Thirst"
- Buy: 1200
- Weight: 10
-},
-{
- Id: 6471
- AegisName: "Goast_Chill"
- Name: "Ghost Chill"
- Buy: 1600
- Weight: 10
-},
-{
- Id: 6472
- AegisName: "Holy_Mom_Blaze"
- Name: "Virgin's Splendor"
- Buy: 0
-},
-{
- Id: 6473
- AegisName: "Amatsu_Orb01"
- Name: "Pearl Spring (Cherry Beans)"
- Buy: 0
-},
-{
- Id: 6474
- AegisName: "Amatsu_Orb02"
- Name: "Pearl Spring (Sakura T)"
- Buy: 0
-},
-{
- Id: 6475
- AegisName: "Amatsu_Orb03"
- Name: "Pearl Spring (Cold Scarlet Cherry)"
- Buy: 0
-},
-{
- Id: 6476
- AegisName: "Amatsu_Orb04"
- Name: "Pearl Spring (Miyama Sakura)"
- Buy: 0
-},
-{
- Id: 6477
- AegisName: "Amatsu_Orb05"
- Name: "Pearl Spring (Sato Sakura)"
- Buy: 0
-},
-{
- Id: 6478
- AegisName: "Amatsu_Orb06"
- Name: "Pearl Spring (Wild Cherry Tree)"
- Buy: 0
-},
-{
- Id: 6479
- AegisName: "Amatsu_Orb07"
- Name: "Pearl Spring (Edo Equinox)"
- Buy: 0
-},
-{
- Id: 6480
- AegisName: "Event_coin"
- Name: "10Th Event Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6481
- AegisName: "Holy_Rock_Piece"
- Name: "Sacred Rock Shard"
- Buy: 0
-},
-{
- Id: 6482
- AegisName: "Ancient_City_Key"
- Name: "Ancient City Key"
- Buy: 0
-},
-{
- Id: 6483
- AegisName: "Dream_Scroll"
- Name: "Dream Scroll"
- Buy: 0
-},
-{
- Id: 6484
- AegisName: "Enchant_Book"
- Name: "Heroic Desocketing Book"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6485
- AegisName: "BlueCard_2"
- Name: "Blue 2 Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6486
- AegisName: "BlueCard_0"
- Name: "Blue 0 Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6487
- AegisName: "BlueCard_1"
- Name: "Blue 1 Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6488
- AegisName: "Thanks_Invest_Ticket"
- Name: "Thanks Invest Ticket"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6489
- AegisName: "Cats_Invest_Certif"
- Name: "Cats Invest Certificate"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6490
- AegisName: "Magic_Clay_Fragment"
- Name: "Piece of Clay Magic"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6491
- AegisName: "Magic_Clay"
- Name: "Clay Magic"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6492
- AegisName: "Magic_Clay_Lump"
- Name: "Magic Lump Of clay"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6493
- AegisName: "Makibishi"
- Name: "Makibishi"
- Buy: 30
- Weight: 1
-},
-{
- Id: 6494
- AegisName: "Kafra_Coin2"
- Name: "Kafra Coin"
- Buy: 0
-},
-{
- Id: 6495
- AegisName: "Para_Logro_Badge"
- Name: "Eden Merit Badge"
- Buy: 0
-},
-{
- Id: 6496
- AegisName: "Tikbalang_Thick_Spine"
- Name: "Tikbalang's Thick Spine"
- Buy: 300
- Weight: 10
-},
-{
- Id: 6497
- AegisName: "Lesser_Agimat"
- Name: "Lesser Agimat"
- Buy: 20
- Weight: 50
-},
-{
- Id: 6498
- AegisName: "Jejellopy"
- Name: "Jejellopy"
- Buy: 200
- Weight: 10
-},
-{
- Id: 6499
- AegisName: "Ancient_Grudge"
- Name: "Ancient Grudge"
- Buy: 500
- Weight: 10
-},
-{
- Id: 6500
- AegisName: "Sharp_Bamboo"
- Name: "Sharpened Bamboo"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6501
- AegisName: "Salt_Bag"
- Name: "Salt Bag"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6502
- AegisName: "Silver_Cross"
- Name: "Silver Cross"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6503
- AegisName: "Soul_Protection"
- Name: "Spiritual Protection"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6504
- AegisName: "Cast_Iron_Caldron"
- Name: "Cast-Iron Caldron"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6505
- AegisName: "Purified_Bone"
- Name: "Purified Spirit Bone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6506
- AegisName: "Offering_Bouquet"
- Name: "Offering Bouquet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6507
- AegisName: "Evil_Bone"
- Name: "Evil Spirit Bone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6508
- AegisName: "Silver_Bracelet"
- Name: "Silver Bracelet"
- Buy: 300
- Weight: 10
-},
-{
- Id: 6509
- AegisName: "Mysterious_Flower"
- Name: "Mysterious Flower"
- Buy: 500
- Weight: 10
-},
-{
- Id: 6510
- AegisName: "Elegant_Flower"
- Name: "Elegant Flower"
- Buy: 300
- Weight: 10
-},
-{
- Id: 6511
- AegisName: "Beautiful_Flower"
- Name: "Beautiful Flower"
- Buy: 300
- Weight: 10
-},
-{
- Id: 6512
- AegisName: "Charm_Fire"
- Name: "Charm Fire"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6513
- AegisName: "Charm_Ice"
- Name: "Charm Ice"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6514
- AegisName: "Charm_Wind"
- Name: "Charm Wind"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6515
- AegisName: "Charm_Earth"
- Name: "Charm Earth"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6516
- AegisName: "Bakonawa_Doll"
- Name: "Bakonawa Doll"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6517
- AegisName: "Bangungot_Doll"
- Name: "Bangungot Doll"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6518
- AegisName: "Buwaya_Doll"
- Name: "Buwaya Doll"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6519
- AegisName: "Collected_Sample"
- Name: "Collected Sample"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6520
- AegisName: "Lost_Belongings"
- Name: "Lost Belongings"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6521
- AegisName: "Royal_Certificate"
- Name: "King's Mark"
- Buy: 0
-},
-{
- Id: 6522
- AegisName: "Royal_Certificate_"
- Name: "King's Mark"
- Buy: 0
-},
-{
- Id: 6523
- AegisName: "Bakonawa_Spirit_Piece"
- Name: "Piece of Bakonawa's Spirit"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6524
- AegisName: "Bangungot_Spirit_Piece"
- Name: "Piece of Bangungot's Spirit"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6525
- AegisName: "Buwaya_Spirit_Piece"
- Name: "Piece of Buwaya's Spirit"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6526
- AegisName: "BlueCard_Happy"
- Name: "BlueCard Happy"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6527
- AegisName: "BlueCard_Enjoy"
- Name: "BlueCard Enjoy"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6528
- AegisName: "BlueCard_Light"
- Name: "BlueCard Light"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6529
- AegisName: "BlueCard_Mid"
- Name: "BlueCard Mid"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6530
- AegisName: "BlueCard_Fall"
- Name: "BlueCard Fall"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6531
- AegisName: "Royal_Certificate__"
- Name: "King's Mark"
- Buy: 0
-},
-{
- Id: 6532
- AegisName: "Honey_Songpyun"
- Name: "Honey Rice Cake"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6533
- AegisName: "Torn_Document"
- Name: "Torn Document"
- Buy: 2
- Weight: 500
-},
-{
- Id: 6534
- AegisName: "Fruit_Sundae"
- Name: "Fruit Sundae"
- Buy: 2
- Weight: 50
-},
-{
- Id: 6535
- AegisName: "Red_Cloth"
- Name: "Piece Of Red Fabric"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6536
- AegisName: "Star_Decor"
- Name: "Star Shape Decoration"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6537
- AegisName: "Sky_Medal"
- Name: "Sky Tuesday"
- Buy: 20
-},
-{
- Id: 6538
- AegisName: "Real_Blank_Card"
- Name: "Blank Card"
- Buy: 20
-},
-{
- Id: 6539
- AegisName: "Old_Left_Lapine"
- Name: "Old Left Lapine"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6540
- AegisName: "Golden_Leaf"
- Name: "Golden Leaf"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6541
- AegisName: "Avant_Research_Data"
- Name: "Avant Research Data"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6542
- AegisName: "Star_Shape_Mushroom"
- Name: "Star Shape Mushroom"
- Buy: 20
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6543
- AegisName: "Lv110_Achieved_Coin"
- Name: "110 Level Reached Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6544
- AegisName: "Lv120_Achieved_Coin"
- Name: "120 Level Reached Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6545
- AegisName: "Firm_Hair"
- Name: "Firm Hair"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6546
- AegisName: "Younger_Bro_Letter"
- Name: "Younger Brother Letter"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6547
- AegisName: "Stained_Research_Book"
- Name: "Stained Research Book"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6548
- AegisName: "Piece_Of_Lapine_Wing"
- Name: "Piece Of Lapine Wing"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6549
- AegisName: "Courtesy_Ticket"
- Name: "Pass kindly"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6550
- AegisName: "Brownie_Ticket"
- Name: "Brownie Ticket"
- Buy: 20
-},
-{
- Id: 6551
- AegisName: "RWC_Spirit_Auger"
- Name: "Black Devil Auger"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6552
- AegisName: "Mail_Package"
- Name: "Mail Package"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6553
- AegisName: "Leaf_Made_Wood"
- Name: "Leaf Made Wood"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6554
- AegisName: "Seed_Box"
- Name: "Seed Box"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6555
- AegisName: "Birthday_Candle"
- Name: "Birthday Candle"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6556
- AegisName: "Nespresso_Ticket"
- Name: "Coupon Coffee capsule Machine"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6557
- AegisName: "Fancy_Fairy_Wing"
- Name: "Fancy Fairy Wing"
- Buy: 2350
- Weight: 10
-},
-{
- Id: 6558
- AegisName: "Pile_Of_Acorn"
- Name: "Pile Of Acorn"
- Buy: 1500
- Weight: 10
-},
-{
- Id: 6559
- AegisName: "Eye_Drops"
- Name: "Eye Drops"
- Buy: 1780
- Weight: 10
-},
-{
- Id: 6560
- AegisName: "Leaf_Bookmark"
- Name: "Leaf Bookmark"
- Buy: 3000
- Weight: 10
-},
-{
- Id: 6561
- AegisName: "Dustball"
- Name: "Dustball"
- Buy: 2000
- Weight: 10
-},
-{
- Id: 6562
- AegisName: "Tiny_Mouse_Tail"
- Name: "Tiny Mouse Tail"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6563
- AegisName: "Weeds"
- Name: "Weeds"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6564
- AegisName: "Captive_Hatchling"
- Name: "Captive Hatchling"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6565
- AegisName: "Racy_Spice"
- Name: "Racy Spice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6566
- AegisName: "Cacao99_Recipe"
- Name: "Fierce cacao 99 Recipe"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6567
- AegisName: "Choco_Drink_Recipe"
- Name: "Chocolate Drink Recipe"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6581
- AegisName: "Holy_Amulet"
- Name: "Divine Amulet"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6583
- AegisName: "3rd_Test_Pass"
- Name: "3rd Test Pass"
- Buy: 0
-},
-{
- Id: 6584
- AegisName: "Guarantee_Weapon_12Up"
- Name: "Safe to 12 Weapon Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6585
- AegisName: "Guarantee_Armor_12Up"
- Name: "Safe to 12 Armor Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6586
- AegisName: "Captured_Book"
- Name: "Captured Book"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6593
- AegisName: "Criatura_Hair_Coupon"
- Name: "Criatura Hair Coupon"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6606
- AegisName: "P_Cart_C"
- Name: "P Cart C"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6607
- AegisName: "Temporal_Crystal"
- Name: "Temporal Crystal"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6608
- AegisName: "Coagulated_Spell"
- Name: "Coagulated Spell"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6616
- AegisName: "Lmtd_Manny_Card"
- Name: "Lmtd Manny Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6617
- AegisName: "Lmtd_Sid_Card"
- Name: "Lmtd Sid Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6618
- AegisName: "Lmtd_Diego_Card"
- Name: "Lmtd Diego Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6619
- AegisName: "Lmtd_Scrat_Card"
- Name: "Lmtd Scrat Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6623
- AegisName: "Rough_Energy_Crystal"
- Name: "Rough Energy Crystal"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6624
- AegisName: "Purified_Energy_Crystal"
- Name: "Purified Energy Crystal"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6625
- AegisName: "High_Purity_Energy_Xtal"
- Name: "High Energy Crystal"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6635
- AegisName: "Blacksmith_Blessing"
- Name: "Blacksmith's Blessing"
- Buy: 20
-},
-{
- Id: 6646
- AegisName: "Poring_Badge"
- Name: "Poring Badge"
- Buy: 0
-},
-{
- Id: 6654
- AegisName: "Needle_And_Thread"
- Name: "Needle And Thread"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6655
- AegisName: "Firm_Pumpkin"
- Name: "Hard Pumpkin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6656
- AegisName: "Goast_Free_Charm"
- Name: "Controlling Amulet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6657
- AegisName: "Memory_Of_Jack"
- Name: "Jack Memories"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6658
- AegisName: "Halloween_Coin"
- Name: "Halloween Coin"
- Buy: 0
-},
-{
- Id: 6665
- AegisName: "RWC_Inicializer"
- Name: "RWC Enchant Reset Ticket"
- Buy: 0
- Weight: 10
-},
-{
- Id: 6671
- AegisName: "Geffen_Magic_Tournament_Coin"
- Name: "Geffen Magic Tournament Coin"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6672
- AegisName: "Gray_Piece"
- Name: "Gray Piece"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6673
- AegisName: "Ticket_to_Bossnia"
- Name: "Ticket to Bossnia"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6674
- AegisName: "Part_time_Receipt"
- Name: "Part-time Receipt"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6681
- AegisName: "XMAS_Cookie"
- Name: "XMAS Cookie"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6682
- AegisName: "Bag_Of_Selling_Goods"
- Name: "Bag Of Selling Goods"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6712
- AegisName: "Lovely_Stick"
- Name: "Love Wand"
- Buy: 0
-},
-{
- Id: 6804
- AegisName: "Organic_Pumpkin"
- Name: "Organic Pumpkin"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6805
- AegisName: "Inorganic_Pumpkin"
- Name: "Inorganic Pumpkin"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6821
- AegisName: "Solo_Troops_Badge"
- Name: "Single Union Badge"
- Buy: 0
-},
-{
- Id: 6913
- AegisName: "Sacred_Rosary"
- Name: "Sacred Rosary"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6914
- AegisName: "Black_Soul"
- Name: "Black Soul"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6915
- AegisName: "Captured_Soul"
- Name: "Captured Soul"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7001
- AegisName: "Mould_Powder"
- Name: "Mould Powder"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7002
- AegisName: "Ogre_Tooth"
- Name: "Ogre Tooth"
- Buy: 658
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7003
- AegisName: "Anolian_Skin"
- Name: "Anolian Skin"
- Buy: 968
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7004
- AegisName: "Mud_Lump"
- Name: "Mud Lump"
- Buy: 876
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7005
- AegisName: "Skull"
- Name: "Skull"
- Buy: 1044
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7006
- AegisName: "Wing_Of_Red_Bat"
- Name: "Wing of Red Bat"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7007
- AegisName: "Claw_Of_Rat"
- Name: "Claw of Rat"
- Buy: 748
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7008
- AegisName: "Stiff_Horn"
- Name: "Stiff Horn"
- Buy: 636
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7009
- AegisName: "Glitter_Shell"
- Name: "Glitter Shell"
- Buy: 528
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7010
- AegisName: "Tail_Of_Steel_Scorpion"
- Name: "Tail of Steel Scorpion"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7011
- AegisName: "Claw_Of_Monkey"
- Name: "Claw of Monkey"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7012
- AegisName: "Tough_Scalelike_Stem"
- Name: "Tough Scalelike Stem"
- Buy: 412
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7013
- AegisName: "Coral_Reef"
- Name: "Coral Reef"
- Buy: 772
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7014
- AegisName: "Old_Portrait"
- Name: "Old Portrait"
- Buy: 1500
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7015
- AegisName: "Bookclip_In_Memory"
- Name: "Bookclip in Memory"
- Buy: 3000
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7016
- AegisName: "Spoon_Stub"
- Name: "Spoon Stub"
- Buy: 2500
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7017
- AegisName: "Executioner's_Mitten"
- Name: "Executioner's Mitten"
- Buy: 4500
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7018
- AegisName: "Young_Twig"
- Name: "Young Twig"
- Buy: 50
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7019
- AegisName: "Loki's_Whispers"
- Name: "Loki's Whispers"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7020
- AegisName: "Mother's_Nightmare"
- Name: "Mother's Nightmare"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7021
- AegisName: "Foolishness_Of_Blind"
- Name: "Foolishness of the Blind"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7022
- AegisName: "Old_Hilt"
- Name: "Old Hilt"
- Buy: 150
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7023
- AegisName: "Blade_Lost_In_Darkness"
- Name: "Blade Lost in Darkness"
- Buy: 12000
- Weight: 40
- BuyingStore: true
-},
-{
- Id: 7024
- AegisName: "Bloody_Edge"
- Name: "Bloody Edge"
- Buy: 10000
- Weight: 40
- BuyingStore: true
-},
-{
- Id: 7025
- AegisName: "Lucifer's_Lament"
- Name: "Lucifer's Lament"
- Buy: 30000
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7026
- AegisName: "Key_Of_Clock_Tower"
- Name: "Key of Clock Tower"
- Buy: 100
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7027
- AegisName: "Underground_Key"
- Name: "Key of Underground"
- Buy: 100
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7028
- AegisName: "Invite_For_Duel"
- Name: "Invite for Duel"
- Buy: 0
-},
-{
- Id: 7029
- AegisName: "Admission_For_Duel"
- Name: "Admission for Duel"
- Buy: 0
-},
-{
- Id: 7030
- AegisName: "Claw_Of_Desert_Wolf"
- Name: "Claw of Desert Wolf"
- Buy: 208
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7031
- AegisName: "Old_Frying_Pan"
- Name: "Old Frying Pan"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7032
- AegisName: "Piece_Of_Egg_Shell"
- Name: "Piece of Egg Shell"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7033
- AegisName: "Poison_Spore"
- Name: "Poison Spore"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7034
- AegisName: "Red_Socks_With_Holes"
- Name: "Red Stocking"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7035
- AegisName: "Matchstick"
- Name: "Matchstick"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7036
- AegisName: "Fang_Of_Garm"
- Name: "Fang of Hatii"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7037
- AegisName: "Trade_Coupon"
- Name: "Coupon"
- Buy: 100
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7038
- AegisName: "Yarn"
- Name: "Yarn"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7039
- AegisName: "Novice_Nametag"
- Name: "Newbie Tag"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7040
- AegisName: "Megaphone"
- Name: "Megaphone"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7041
- AegisName: "Fine_Grit"
- Name: "Fine Grit"
- Buy: 120
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7042
- AegisName: "Leather_Bag_Of_Infinity"
- Name: "Leather Bag of Infinity"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7043
- AegisName: "Fine_Sand"
- Name: "Fine Sand"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7044
- AegisName: "Vigorgra"
- Name: "Vigorgra"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7045
- AegisName: "Magic_Paint"
- Name: "Magic Paint"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7046
- AegisName: "Cart_Parts"
- Name: "Cart Parts"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7047
- AegisName: "Alice's_Apron"
- Name: "Alice's Apron"
- Buy: 2424
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7048
- AegisName: "Talon_Of_Griffin"
- Name: "Talon of Griffon"
- Buy: 5418
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7049
- AegisName: "Stone"
- Name: "Stone"
- Buy: 0
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7050
- AegisName: "Cotton_Mat"
- Name: "Cotton Mat"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7051
- AegisName: "Silk_Mat"
- Name: "Silk Mat"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7052
- AegisName: "Old_Magazine"
- Name: "Old Papers"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7053
- AegisName: "Cyfar"
- Name: "Cyfar"
- Buy: 772
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7054
- AegisName: "Brigan"
- Name: "Brigan"
- Buy: 746
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7055
- AegisName: "Animal_Pooopoo"
- Name: "Animal Poop"
- Buy: 100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 7056
- AegisName: "Payroll_Of_Kafra"
- Name: "Payment Statement for Kafra Employee"
- Buy: 0
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 7057
- AegisName: "Gallar_Horn"
- Name: "Gjallar"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7058
- AegisName: "Gullraifnir"
- Name: "Gleipnir"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7059
- AegisName: "Cargo_Free_Ticket"
- Name: "Free Ticket for Kafra Storage"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7060
- AegisName: "Warp_Free_Ticket"
- Name: "Free Ticket for Kafra Transportation"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7061
- AegisName: "Cart_Free_Ticket"
- Name: "Free Ticket for the Cart Service"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7062
- AegisName: "Broken_Turtle_Shell"
- Name: "Broken Turtle Shell"
- Buy: 280
- Weight: 10
-},
-{
- Id: 7063
- AegisName: "Soft_Feather"
- Name: "Soft Feather"
- Buy: 280
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7064
- AegisName: "Dragon_Fly_Wing"
- Name: "Wing of Dragonfly"
- Buy: 520
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7065
- AegisName: "Sea_Otter_Leather"
- Name: "Sea-otter Fur"
- Buy: 820
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7066
- AegisName: "Ice_Piece"
- Name: "Ice Cubic"
- Buy: 660
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7067
- AegisName: "Stone_Piece"
- Name: "Stone Fragment"
- Buy: 640
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7068
- AegisName: "Burn_Tree"
- Name: "Burnt Tree"
- Buy: 722
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7069
- AegisName: "Broken_Armor_Piece"
- Name: "Destroyed Armor"
- Buy: 1042
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7070
- AegisName: "Broken_Shell"
- Name: "Broken Shell"
- Buy: 900
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7071
- AegisName: "Tatters_Clothes"
- Name: "Tattered Clothes"
- Buy: 1280
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7072
- AegisName: "Rust_Suriken"
- Name: "Old Shuriken"
- Buy: 1780
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7073
- AegisName: "Jewel_Of_Prayer"
- Name: "Freya's Jewel"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7074
- AegisName: "Iron_Glove"
- Name: "Thor's Gauntlets"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7075
- AegisName: "Iron_Maiden"
- Name: "Iron Maiden"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7076
- AegisName: "Mystery_Wheel"
- Name: "Wheel of the Unknown"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7077
- AegisName: "Silver_Fancy"
- Name: "Silver Ornament"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7078
- AegisName: "Anger_Of_Valkurye"
- Name: "Wrath of Valkyrie"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7079
- AegisName: "Feather_Of_Angel"
- Name: "Feather of Angel Wing"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7080
- AegisName: "Foot_Step_Of_Cat"
- Name: "Cat Tread"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7081
- AegisName: "Beard_Of_Women"
- Name: "Woman's Moustache"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7082
- AegisName: "Root_Of_Stone"
- Name: "Root of Stone"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7083
- AegisName: "Soul_Of_Fish"
- Name: "Spirit of Fish"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7084
- AegisName: "Saliva_Of_Bird"
- Name: "Sputum of Bird"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7085
- AegisName: "Tendon_Of_Bear"
- Name: "Sinew of Bear"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7086
- AegisName: "Symbol_Of_Sun"
- Name: "Amblem of the Sun God"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7087
- AegisName: "Breath_Of_Soul"
- Name: "Breath of Spirit"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7088
- AegisName: "Crystal_Of_Snow"
- Name: "Snow Crystal"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7089
- AegisName: "Indication_Of_Tempest"
- Name: "Omen of Tempest"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7090
- AegisName: "Slilince_Wave"
- Name: "Ripple"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7091
- AegisName: "Rough_Billows"
- Name: "Billow"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7092
- AegisName: "Air_Stream"
- Name: "Drifting Air"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7093
- AegisName: "Wheel"
- Name: "Cogwheel"
- Buy: 1512
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7094
- AegisName: "Mystery_Piece"
- Name: "Fragment"
- Buy: 1344
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7095
- AegisName: "Broken_Steel_Piece"
- Name: "Metal Fragment"
- Buy: 1075
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7096
- AegisName: "Cold_Magma"
- Name: "Lava"
- Buy: 1109
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7097
- AegisName: "Burning_Heart"
- Name: "Burning Heart"
- Buy: 924
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7098
- AegisName: "Live_Coal"
- Name: "Live Coal"
- Buy: 638
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7099
- AegisName: "Old_Magic_Circle"
- Name: "Worn-out Magic Scroll"
- Buy: 773
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7100
- AegisName: "Sharp_Leaf"
- Name: "Sharp Leaf"
- Buy: 806
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7101
- AegisName: "Peco_Wing_Feather"
- Name: "PecoPeco Feather"
- Buy: 454
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7102
- AegisName: "Hideous_Dream"
- Name: "Nightmare"
- Buy: 1075
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7103
- AegisName: "Unknown_Liquid_Bottle"
- Name: "Unknown Liquid Bottle"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7104
- AegisName: "Fake_Angel_Wing"
- Name: "False Angel Wing"
- Buy: 756
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7105
- AegisName: "Fake_Angel_Loop"
- Name: "False Heaven Ring"
- Buy: 924
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7106
- AegisName: "Goat's_Horn"
- Name: "Antelope Horn"
- Buy: 672
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7107
- AegisName: "Gaoat's_Skin"
- Name: "Antelope Skin"
- Buy: 756
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7108
- AegisName: "Boroken_Shiled_Piece"
- Name: "Piece of Shield"
- Buy: 1680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7109
- AegisName: "Shine_Spear_Blade"
- Name: "Shining Spear Blade"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7110
- AegisName: "Vroken_Sword"
- Name: "Broken Sword"
- Buy: 588
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7111
- AegisName: "Smooth_Paper"
- Name: "Slick Paper"
- Buy: 706
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7112
- AegisName: "Fright_Paper_Blade"
- Name: "Sharp Paper"
- Buy: 907
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7113
- AegisName: "Broken_Pharaoh_Symbol"
- Name: "Broken Pharaoh Emblem"
- Buy: 2016
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7114
- AegisName: "Tutankhamen's_Mask"
- Name: "Masque of Tutankhamen"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7115
- AegisName: "Harpy's_Feather"
- Name: "Harpy Feather"
- Buy: 1142
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7116
- AegisName: "Harpy's_Claw"
- Name: "Harpy Talon"
- Buy: 1210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7117
- AegisName: "Rent_Spell_Book"
- Name: "Torn Magic Book"
- Buy: 1142
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7118
- AegisName: "Rent_Scroll"
- Name: "Torn Scroll"
- Buy: 1361
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7119
- AegisName: "Spawns"
- Name: "Bacillus"
- Buy: 1025
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7120
- AegisName: "Burning_Horse_Shoe"
- Name: "Burning Horseshoe"
- Buy: 823
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7121
- AegisName: "Honey_Jar"
- Name: "Honey Pot"
- Buy: 622
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7122
- AegisName: "Hot_Hair"
- Name: "Burning Hair"
- Buy: 974
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7123
- AegisName: "Dragon's_Skin"
- Name: "Dragon Skin"
- Buy: 1025
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7124
- AegisName: "Sand_Lump"
- Name: "Sand Clump"
- Buy: 706
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7125
- AegisName: "Scropion's_Nipper"
- Name: "Scorpion Claw"
- Buy: 706
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7126
- AegisName: "Large_Jellopy"
- Name: "Large Jellopy"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7127
- AegisName: "Alcol_Create_Book"
- Name: "Alcohol Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7128
- AegisName: "FireBottle_Create_Book"
- Name: "Bottle Grenade Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7129
- AegisName: "Acid_Create_Book"
- Name: "Acid Bottle Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7130
- AegisName: "Plant_Create_Book"
- Name: "Plant Bottle Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7131
- AegisName: "Mine_Create_Book"
- Name: "Marine Sphere Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7132
- AegisName: "Coating_Create_Book"
- Name: "Glistening Coat Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7133
- AegisName: "Slim_Potion_Create_Book"
- Name: "Condensed Potion Creation Guide"
- Buy: 240000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7134
- AegisName: "Medicine_Bowl"
- Name: "Medicine Bowl"
- Buy: 8
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7135
- AegisName: "Fire_Bottle"
- Name: "Bottle Grenade"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7136
- AegisName: "Acid_Bottle"
- Name: "Acid Bottle"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7137
- AegisName: "MenEater_Plant_Bottle"
- Name: "Plant Bottle"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7138
- AegisName: "Mini_Bottle"
- Name: "Marine Sphere Bottle"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7139
- AegisName: "Coating_Bottle"
- Name: "Glistening Coat"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7140
- AegisName: "Seed_Of_Life"
- Name: "Seed of Life"
- Buy: 60000
- Weight: 10
- BuyingStore: true
- Trade: {
- nodrop: true
- }
-},
-{
- Id: 7141
- AegisName: "Yggdrasilberry_Dew"
- Name: "Morning Dew of Yggdrasil"
- Buy: 20000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7142
- AegisName: "Germination_Breed"
- Name: "Embryo"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7143
- AegisName: "Life_Force_Pot"
- Name: "Glass Tube"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7144
- AegisName: "Normal_Potion_Book"
- Name: "Potion Creation Gude"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7145
- AegisName: "Rag_T_Shirts"
- Name: "Ragnarok T-shirt"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7146
- AegisName: "Vacance_Ticket"
- Name: "Vacation Ticket"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7147
- AegisName: "Jasmin"
- Name: "Jasmine"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7148
- AegisName: "Mother_Letter"
- Name: "Mother's Letter"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7149
- AegisName: "Yellow_Plate"
- Name: "Yellow Plate"
- Buy: 220
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7150
- AegisName: "Bamboo_Cut"
- Name: "Piece of Bamboo"
- Buy: 310
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7151
- AegisName: "Oil_Paper"
- Name: "Oil Paper"
- Buy: 210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7152
- AegisName: "Glossy_Hair"
- Name: "Glossy Hair"
- Buy: 340
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7153
- AegisName: "Old_Japaness_Clothes"
- Name: "Worn-out Kimono"
- Buy: 590
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7154
- AegisName: "Poison_Powder"
- Name: "Poisonous Powder"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7155
- AegisName: "Poison_Toad's_Skin"
- Name: "Poisonous Toad Skin"
- Buy: 280
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7156
- AegisName: "Broken_Shuriken"
- Name: "Broken Shuriken"
- Buy: 470
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7157
- AegisName: "Black_Mask"
- Name: "Dark Mask"
- Buy: 315
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7158
- AegisName: "Broken_Wine_Vessel"
- Name: "Broken Liquor Jar"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7159
- AegisName: "Tengu's_Nose"
- Name: "Tengu Nose"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7160
- AegisName: "Lord's_Passable_Ticket"
- Name: "Feudal Lord Permit"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7161
- AegisName: "Black_Bear's_Skin"
- Name: "Black Bear Skin"
- Buy: 384
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7162
- AegisName: "Cloud_Piece"
- Name: "Cloud Crumb"
- Buy: 390
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7163
- AegisName: "Sharp_Feeler"
- Name: "Hard Feeler"
- Buy: 570
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7164
- AegisName: "Hard_Peach"
- Name: "Solid Peach"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7165
- AegisName: "Limpid_Celestial_Robe"
- Name: "Transparent Celestial Robe"
- Buy: 650
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7166
- AegisName: "Soft_Silk_Cloth"
- Name: "Soft Silk"
- Buy: 1200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7167
- AegisName: "Mystery_Iron_Bit"
- Name: "Strange Steel Piece"
- Buy: 430
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7168
- AegisName: "Great_Wing"
- Name: "Giant Butterfly Wing"
- Buy: 614
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7169
- AegisName: "Taegeuk_Plate"
- Name: "Ba Gua"
- Buy: 2800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7170
- AegisName: "Tuxedo"
- Name: "Tuxedo"
- Buy: 43000
- Weight: 10
- BuyingStore: true
- Trade: {
- nodrop: true
- }
-},
-{
- Id: 7171
- AegisName: "Leopard_Skin"
- Name: "Leopard Skin"
- Buy: 282
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7172
- AegisName: "Leopard_Talon"
- Name: "Leopard Claw"
- Buy: 290
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7173
- AegisName: "BurnBuster_Bag"
- Name: "Bun Buster Bag"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7174
- AegisName: "Packing_Ribbon"
- Name: "Wrapping Lace"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7175
- AegisName: "Packing_Paper"
- Name: "Wrapping Paper"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7176
- AegisName: "XMAS_Coupon"
- Name: "Royal Certificate"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7177
- AegisName: "Part_Of_Star's_Sob"
- Name: "Crumb of Sobbing Starlight"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7178
- AegisName: "Star's_Sob"
- Name: "Sobbing Starlight"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7179
- AegisName: "Donation_Card"
- Name: "Proof of Donation"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7180
- AegisName: "Introduction_Of_Mr.Han"
- Name: "Hahn Sukbong's Recommendation"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7181
- AegisName: "Receipt_01"
- Name: "Receipt"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7182
- AegisName: "Cacao"
- Name: "Cacao"
- Buy: 200
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7183
- AegisName: "Sister_Letter"
- Name: "Letter from Sister"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7184
- AegisName: "Piano_Keyboard"
- Name: "Piano Key"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7185
- AegisName: "Quiz_Ticket"
- Name: "Quiz Entry"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7186
- AegisName: "Thin_Stem"
- Name: "Thin Trunk"
- Buy: 380
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7187
- AegisName: "Festival_Mask"
- Name: "Festival Mask"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7188
- AegisName: "Browny_Root"
- Name: "Brown Root"
- Buy: 560
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7189
- AegisName: "Heart_Of_Tree"
- Name: "Wooden Heart"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7190
- AegisName: "Solid_Peeling"
- Name: "Solid Husk"
- Buy: 140
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7191
- AegisName: "Lamplight"
- Name: "Lamp"
- Buy: 0
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7192
- AegisName: "Blade_Of_Pinwheel"
- Name: "Vane"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7193
- AegisName: "Germinating_Sprout"
- Name: "Sprout"
- Buy: 230
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7194
- AegisName: "Soft_Leaf"
- Name: "Soft Blade of Grass"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7195
- AegisName: "Air_Rifle"
- Name: "Slingshot"
- Buy: 210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7196
- AegisName: "Shoulder_Protection"
- Name: "Shoulder Protector"
- Buy: 230
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7197
- AegisName: "Tough_Vines"
- Name: "Tough Vines"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7198
- AegisName: "Great_Leaf"
- Name: "Huge Leaf"
- Buy: 610
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7199
- AegisName: "Coupon"
- Name: "Event Tickets"
- Buy: 0
- BuyingStore: true
- Trade: {
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7200
- AegisName: "Flexible_String"
- Name: "Elastic Band"
- Buy: 380
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7201
- AegisName: "Log"
- Name: "Log"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7202
- AegisName: "Beetle_Nipper"
- Name: "Pincher of Beetle"
- Buy: 290
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7203
- AegisName: "Solid_Twig"
- Name: "Strong Branch"
- Buy: 190
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7204
- AegisName: "Gunpowder"
- Name: "Gunpowder"
- Buy: 320
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7205
- AegisName: "Piece_Of_Black_Cloth"
- Name: "Piece of Black Cloth"
- Buy: 526
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7206
- AegisName: "Black_Kitty_Doll"
- Name: "Black Cat Doll"
- Buy: 1440
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7207
- AegisName: "Old_Manteau"
- Name: "Old Manteau"
- Buy: 1050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7208
- AegisName: "Rusty_Cleaver"
- Name: "Rusty Kitchen Knife"
- Buy: 1780
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7209
- AegisName: "Dullahan's_Helm"
- Name: "Helm of Dullahan"
- Buy: 1350
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7210
- AegisName: "Dullahan_Armor"
- Name: "Armor Piece of Dullahan"
- Buy: 790
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7211
- AegisName: "Rojerta_Piece"
- Name: "Fragment of Rossata Stone"
- Buy: 2600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7212
- AegisName: "Hanging_Doll"
- Name: "Hung Doll"
- Buy: 1020
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7213
- AegisName: "Needle_Pouch"
- Name: "Needle Packet"
- Buy: 832
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7214
- AegisName: "Bat_Cage"
- Name: "Bat Cage"
- Buy: 880
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7215
- AegisName: "Broken_Needle"
- Name: "Broken Needle"
- Buy: 690
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7216
- AegisName: "Red_Scarf"
- Name: "Red Muffler"
- Buy: 660
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7217
- AegisName: "Spool"
- Name: "Spool"
- Buy: 424
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7218
- AegisName: "Rotten_Rope"
- Name: "Decomposed Rope"
- Buy: 390
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7219
- AegisName: "Striped_Socks"
- Name: "Striped Sock"
- Buy: 920
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7220
- AegisName: "Ectoplasm"
- Name: "Ectoplasm"
- Buy: 322
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7221
- AegisName: "Tangled_Chain"
- Name: "Tangled Chains"
- Buy: 740
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7222
- AegisName: "Tree_Knot"
- Name: "Wooden Gnarl"
- Buy: 468
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7223
- AegisName: "Distorted_Portrait"
- Name: "Contorted Self-Portrait"
- Buy: 2032
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7224
- AegisName: "Stone_Of_Intelligence"
- Name: "Stone of Sage"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7225
- AegisName: "Pumpkin_Bucket"
- Name: "Pumpkin Lantern"
- Buy: 486
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7226
- AegisName: "Pill"
- Name: "Pellet"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7227
- AegisName: "TCG_Card"
- Name: "Bossnia Entrance Ticket"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7228
- AegisName: "Gold_Bullion"
- Name: "Gold Bullion"
- Buy: 300000
- Weight: 300
-},
-{
- Id: 7229
- AegisName: "Silver_Bullion"
- Name: "Silver Bullion"
- Buy: 500000
- Weight: 300
-},
-{
- Id: 7230
- AegisName: "White_Gold_Bullion"
- Name: "Platinum Bullion"
- Buy: 600000
- Weight: 300
-},
-{
- Id: 7231
- AegisName: "Gold_Ore"
- Name: "Gold Ore"
- Buy: 20
- Weight: 150
-},
-{
- Id: 7232
- AegisName: "Silver_Ore"
- Name: "Silver Ore"
- Buy: 20
- Weight: 150
-},
-{
- Id: 7233
- AegisName: "Mithril_Ore"
- Name: "Mithril Ore"
- Buy: 20
- Weight: 150
-},
-{
- Id: 7234
- AegisName: "Soul_Of_Guild"
- Name: "Spirit of Guild"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7235
- AegisName: "Soul_Of_Courage"
- Name: "Spirit of Charge"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7236
- AegisName: "Soul_Of_Guard"
- Name: "Spirit of Protection"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7237
- AegisName: "Soul_Of_Partnership"
- Name: "Spirit of Association"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7238
- AegisName: "Soul_Of_Correspondence"
- Name: "Spirit of Coordination"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7239
- AegisName: "Soul_Of_Proceeding"
- Name: "Spirit of Advance"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7240
- AegisName: "Soul_Of_Confidence"
- Name: "Spirit of Trust"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7241
- AegisName: "Soul_Of_Agreement"
- Name: "Spirit of Union"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7242
- AegisName: "Soul_Of_Harmony"
- Name: "Spirit of Combination"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7243
- AegisName: "Soul_Of_Cooperate"
- Name: "Spirit of Cooperation"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7244
- AegisName: "Soul_Of_Unity"
- Name: "Spirit of Solidarity"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7245
- AegisName: "Soul_Of_Friendship"
- Name: "Spirit of Friendship"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7246
- AegisName: "Soul_Of_Peace"
- Name: "Spirit of Peace"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7247
- AegisName: "Soul_Of_Spirit"
- Name: "Spirit of Determination"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7248
- AegisName: "Soul_Of_Honor"
- Name: "Spirit of Honor"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7249
- AegisName: "Soul_Of_Service"
- Name: "Spirit of Service"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7250
- AegisName: "Soul_Of_Glory"
- Name: "Spirit of Glory"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7251
- AegisName: "Soul_Of_Victory"
- Name: "Spirit of Victory"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7252
- AegisName: "Herb_Medicine"
- Name: "Herbal Medicine"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7253
- AegisName: "Taeguk_Flag"
- Name: "Golden Korean Flag"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7254
- AegisName: "Digital_Print_Ticket"
- Name: "Digital Picture Printing Coupon"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7255
- AegisName: "China_Marble01"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7256
- AegisName: "China_Marble02"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7257
- AegisName: "China_Marble03"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7258
- AegisName: "China_Marble04"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7259
- AegisName: "China_Marble05"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7260
- AegisName: "China_Marble06"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7261
- AegisName: "China_Marble07"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7262
- AegisName: "Fan"
- Name: "Folding Fan of Cat Ghost"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7263
- AegisName: "Cat_Eyed_Stone"
- Name: "Cat's Eye"
- Buy: 954
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7264
- AegisName: "Dried_Sand"
- Name: "Dry Sand"
- Buy: 322
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7265
- AegisName: "Dragon_Horn"
- Name: "Dragon Horn"
- Buy: 544
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7266
- AegisName: "Dragon_Fang"
- Name: "Denture from Dragon Mask"
- Buy: 436
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7267
- AegisName: "Tiger_Skin_Panties"
- Name: "Tiger Panty"
- Buy: 298
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7268
- AegisName: "Little_Blacky_Ghost"
- Name: "Little Ghost Doll"
- Buy: 1210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7269
- AegisName: "Bib"
- Name: "Pinafore"
- Buy: 960
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7270
- AegisName: "Milk_Bottle"
- Name: "Nursing Bottle"
- Buy: 1100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7271
- AegisName: "Figure"
- Name: "Novice Figure"
- Buy: 10000
- Weight: 10
-},
-{
- Id: 7272
- AegisName: "Meat_Dumpling_Doll"
- Name: "Rice Ball Doll"
- Buy: 500
- Weight: 10
-},
-{
- Id: 7273
- AegisName: "Golden_Necklace"
- Name: "RWC Necklace"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7274
- AegisName: "Ancient_Translator"
- Name: "Translated Ancient Language"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7275
- AegisName: "Ancient_Document"
- Name: "Record of Ancient Language"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7276
- AegisName: "Picture_Letter"
- Name: "Doodled Message"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7277
- AegisName: "Munak_Doll"
- Name: "Munak Doll"
- Buy: 8900
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7278
- AegisName: "Wellbeing_Letter"
- Name: "Letter to Wife"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7279
- AegisName: "Vita500_Lid"
- Name: "Vita500 Lid"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7280
- AegisName: "Quiz_Ticket01"
- Name: "1st Quiz Entry"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7281
- AegisName: "Quiz_Ticket02"
- Name: "2nd Quiz Entry"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7282
- AegisName: "Quiz_Ticket03"
- Name: "3rd Quiz Entry"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7283
- AegisName: "Quiz_Ticket04"
- Name: "4th Quiz Entry"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7284
- AegisName: "Quiz_Ticket05"
- Name: "5th Quiz Entry"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7285
- AegisName: "Thread_Skein"
- Name: "Holy Threads"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7286
- AegisName: "Chilli"
- Name: "Red Chile"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7287
- AegisName: "Thread_Skein_"
- Name: "Holier Threads"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7288
- AegisName: "Thai_Ring"
- Name: "Engagement Ring"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7289
- AegisName: "Olivine"
- Name: "Peridot"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7290
- AegisName: "Phlogopite"
- Name: "Phlogopite"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7291
- AegisName: "Agate"
- Name: "Agate"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7292
- AegisName: "Muscovite"
- Name: "Muscovite"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7293
- AegisName: "Rose_Quartz"
- Name: "Rose Quartz"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7294
- AegisName: "Turquoise"
- Name: "Turquoise"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7295
- AegisName: "Citrine"
- Name: "Citrin"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7296
- AegisName: "Pyroxene"
- Name: "Pyroxene"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7297
- AegisName: "Biotite"
- Name: "Biotite"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7298
- AegisName: "Leaf_Clothes"
- Name: "Fig Leaf"
- Buy: 538
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7299
- AegisName: "Bamboo_Basket"
- Name: "Straw Basket"
- Buy: 632
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7300
- AegisName: "Gemstone"
- Name: "Gemstone"
- Buy: 1420
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7301
- AegisName: "Sword_Accessory"
- Name: "Tassel"
- Buy: 798
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7302
- AegisName: "KRATHONG"
- Name: "Krathong"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7303
- AegisName: "Bag_Of_Rice"
- Name: "Straw Rice Bag"
- Buy: 0
- Weight: 800
- BuyingStore: true
-},
-{
- Id: 7304
- AegisName: "Witch's_Spell_Book"
- Name: "Witch's Spell Scroll"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7305
- AegisName: "Authority_Of_Nine_World"
- Name: "Symbol of the Nine Realms"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7306
- AegisName: "Fragment_Of_Soul"
- Name: "Piece of Spirit"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7307
- AegisName: "Whisper_Of_Soul"
- Name: "Spiritual Whispers"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7308
- AegisName: "Witch's_Potion"
- Name: "Witch's Tonic"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7309
- AegisName: "Wing_Of_Crow"
- Name: "Crow Wing"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7310
- AegisName: "Free_Peco_Ticket"
- Name: "Free Ticket for Peco Ride"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7311
- AegisName: "Free_Flying_Ship_Ticket"
- Name: "Free Ticket for Flyship"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7312
- AegisName: "Jubilee"
- Name: "Jubilee"
- Buy: 32
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7313
- AegisName: "Seal_Of_Witch"
- Name: "Witch's Medal"
- Buy: 2
-},
-{
- Id: 7314
- AegisName: "The_Sign"
- Name: "The Sign"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7315
- AegisName: "Dark_Crystal_Fragment"
- Name: "Dark Crystal Fragment"
- Buy: 422
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7316
- AegisName: "Long_Limb"
- Name: "Insect Leg"
- Buy: 658
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7317
- AegisName: "Screw"
- Name: "Rusty Screw"
- Buy: 534
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7318
- AegisName: "Old_Pick"
- Name: "Old Pick"
- Buy: 512
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7319
- AegisName: "Old_Steel_Plate"
- Name: "Used Iron Plate"
- Buy: 1024
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7320
- AegisName: "Air_Pollutant"
- Name: "Dust Pollutant"
- Buy: 256
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7321
- AegisName: "Fragment_Of_Crystal"
- Name: "Crystal Fragment"
- Buy: 552
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7322
- AegisName: "Poisonous_Gas"
- Name: "Toxic Gas"
- Buy: 666
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7323
- AegisName: "Battered_Kettle"
- Name: "Battered Kettle"
- Buy: 256
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7325
- AegisName: "Tube"
- Name: "Flexible Tube"
- Buy: 102
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7326
- AegisName: "Fluorescent_Liquid"
- Name: "Fluorescent Liquid"
- Buy: 712
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7327
- AegisName: "Headlamp"
- Name: "Flashlight"
- Buy: 1024
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7328
- AegisName: "Legendary_Scroll"
- Name: "Legend of Songkran"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7329
- AegisName: "Old_Copper_Key"
- Name: "Old Bronze Key"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7330
- AegisName: "2anny"
- Name: "Mystic Orb"
- Buy: 0
- Weight: 100
-},
-{
- Id: 7331
- AegisName: "Flower_Of_Heaven"
- Name: "Heaven Flower"
- Buy: 500
- Weight: 10
-},
-{
- Id: 7332
- AegisName: "Slate"
- Name: "Complete Tablet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7333
- AegisName: "Piece_Of_Slate_1"
- Name: "Prontera Tablet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7334
- AegisName: "Piece_Of_Slate_2"
- Name: "Payon Tablet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7335
- AegisName: "Piece_Of_Slate_3"
- Name: "Morroc Tablet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7336
- AegisName: "Piece_Of_Slate_4"
- Name: "Geffen Tablet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7337
- AegisName: "Eye_Of_Hellion"
- Name: "Eye of Hellion"
- Buy: 0
-},
-{
- Id: 7338
- AegisName: "RO_Transportation_Card"
- Name: "One-way Ticket"
- Buy: 0
-},
-{
- Id: 7339
- AegisName: "RO_Transportation_Card_"
- Name: "Commemorative Travel Card"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7340
- AegisName: "Will_Of_Darkness"
- Name: "Will of the Darkness"
- Buy: 734
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 7341
- AegisName: "Worn_Out_Pendant"
- Name: "Old Pendant"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7342
- AegisName: "File01"
- Name: "File Folder"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7343
- AegisName: "File02"
- Name: "Sealed File Folder"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7344
- AegisName: "File03"
- Name: "Shinokas Case File"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7345
- AegisName: "Armlet_Of_Prisoner"
- Name: "Handcuffs"
- Buy: 724
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7346
- AegisName: "Pile_Of_Ymir_Heart"
- Name: "Ymir's Heart Piece"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7347
- AegisName: "Lab_Staff_Record"
- Name: "Research Chart"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7348
- AegisName: "Indication_Of_Member01"
- Name: "Membership Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7349
- AegisName: "Indication_Of_Member02"
- Name: "Archive Permit"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7350
- AegisName: "Pass"
- Name: "Pass"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7351
- AegisName: "Friend's_Diary"
- Name: "Friend's Diary"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7352
- AegisName: "Transparent_Plate01"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7353
- AegisName: "Transparent_Plate02"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7354
- AegisName: "Transparent_Plate03"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7355
- AegisName: "Transparent_Plate04"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7356
- AegisName: "Piece_Of_Crest1"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7357
- AegisName: "Piece_Of_Crest2"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7358
- AegisName: "Piece_Of_Crest3"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7359
- AegisName: "Piece_Of_Crest4"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7360
- AegisName: "RO_Festival_Ticket"
- Name: "RO Festival Invitation"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7361
- AegisName: "Lotto01"
- Name: "Lotto Ball 01"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7362
- AegisName: "Lotto02"
- Name: "Lotto Ball 02"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7363
- AegisName: "Lotto03"
- Name: "Lotto Ball 03"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7364
- AegisName: "Lotto04"
- Name: "Lotto Ball 04"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7365
- AegisName: "Lotto05"
- Name: "Lotto Ball 05"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7366
- AegisName: "Lotto06"
- Name: "Lotto Ball 06"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7367
- AegisName: "Lotto07"
- Name: "Lotto Ball 07"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7368
- AegisName: "Lotto08"
- Name: "Lotto Ball 08"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7369
- AegisName: "Lotto09"
- Name: "Lotto Ball 09"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7370
- AegisName: "Lotto10"
- Name: "Lotto Ball 10"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7371
- AegisName: "Lotto11"
- Name: "Lotto Ball 11"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7372
- AegisName: "Lotto12"
- Name: "Lotto Ball 12"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7373
- AegisName: "Lotto13"
- Name: "Lotto Ball 13"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7374
- AegisName: "Lotto14"
- Name: "Lotto Ball 14"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7375
- AegisName: "Lotto15"
- Name: "Lotto Ball 15"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7376
- AegisName: "Lotto16"
- Name: "Lotto Ball 16"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7377
- AegisName: "Lotto17"
- Name: "Lotto Ball 17"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7378
- AegisName: "Lotto18"
- Name: "Lotto Ball 18"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7379
- AegisName: "Lotto19"
- Name: "Lotto Ball 19"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7380
- AegisName: "Lotto20"
- Name: "Lotto Ball 20"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7381
- AegisName: "Lotto21"
- Name: "Lotto Ball 21"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7382
- AegisName: "Lotto22"
- Name: "Lotto Ball 22"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7383
- AegisName: "Lotto23"
- Name: "Lotto Ball 23"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7384
- AegisName: "Lotto24"
- Name: "Lotto Ball 24"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7385
- AegisName: "Lotto25"
- Name: "Lotto Ball 25"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7386
- AegisName: "Lotto26"
- Name: "Lotto Ball 26"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7387
- AegisName: "Lotto27"
- Name: "Lotto Ball 27"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7388
- AegisName: "Lotto28"
- Name: "Lotto Ball 28"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7389
- AegisName: "Lotto29"
- Name: "Lotto Ball 29"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7390
- AegisName: "Lotto30"
- Name: "Lotto Ball 30"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7391
- AegisName: "Lotto31"
- Name: "Lotto Ball 31"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7392
- AegisName: "Lotto32"
- Name: "Lotto Ball 32"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7393
- AegisName: "Lotto33"
- Name: "Lotto Ball 33"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7394
- AegisName: "Lotto34"
- Name: "Lotto Ball 34"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7395
- AegisName: "Lotto35"
- Name: "Lotto Ball 35"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7396
- AegisName: "Lotto36"
- Name: "Lotto Ball 36"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7397
- AegisName: "Lotto37"
- Name: "Lotto Ball 37"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7398
- AegisName: "Lotto38"
- Name: "Lotto Ball 38"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7399
- AegisName: "Word_Card01"
- Name: "Selamat"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7400
- AegisName: "Word_Card02"
- Name: "Hari"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7401
- AegisName: "Word_Card03"
- Name: "Kemerdekaan"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7402
- AegisName: "Word_Card04"
- Name: "Republik"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7403
- AegisName: "Word_Card05"
- Name: "Indonesia"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7404
- AegisName: "Word_Card06"
- Name: "Ke-60"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7405
- AegisName: "Crushed_Can"
- Name: "Crushed Can"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7406
- AegisName: "Moon_Cake1"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7407
- AegisName: "Moon_Cake2"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7408
- AegisName: "Moon_Cake3"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7409
- AegisName: "Moon_Cake4"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7410
- AegisName: "Moon_Cake5"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7411
- AegisName: "Moon_Cake6"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7412
- AegisName: "Moon_Cake7"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7413
- AegisName: "Moon_Cake8"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7414
- AegisName: "Moon_Cake9"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7415
- AegisName: "Stone_Of_Summons"
- Name: "Summoning Stone"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7416
- AegisName: "Letter_Of_Recommend"
- Name: "Letter of Recommendation"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7417
- AegisName: "Mission_ScrollA"
- Name: "Written Request(A)"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7418
- AegisName: "Mission_ScrollB"
- Name: "Written Request(B)"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7419
- AegisName: "Embryo_HandBook"
- Name: "Embryo Creation Guide"
- Buy: 48000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7420
- AegisName: "Skull_"
- Name: "Skull"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7421
- AegisName: "Key_Red"
- Name: "Red Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7422
- AegisName: "Key_Yellow"
- Name: "Yellow Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7423
- AegisName: "Key_Blue"
- Name: "Blue Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7424
- AegisName: "Key_Green"
- Name: "Green Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7425
- AegisName: "Key_Black"
- Name: "Black Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7426
- AegisName: "Magic_Gem_Red"
- Name: "Red Charm Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7427
- AegisName: "Magic_Gem_Yellow"
- Name: "Yellow Charm Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7428
- AegisName: "Magic_Gem_Blue"
- Name: "Blue Charm Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7429
- AegisName: "Magic_Gem_Green"
- Name: "Green Charm Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7430
- AegisName: "Magic_Gem_Black"
- Name: "Black Charm Stone"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7431
- AegisName: "Several_Books"
- Name: "Pile of Books"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7432
- AegisName: "Leather_Pouch"
- Name: "Leather Pouch"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7433
- AegisName: "Scroll"
- Name: "Blank Scroll"
- Buy: 4000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7434
- AegisName: "Elemental_Potion_Book"
- Name: "Elemental Potion Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7435
- AegisName: "Golden_Bracelet"
- Name: "Golden Ornament"
- Buy: 1907
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7436
- AegisName: "Piece_Of_Memory_Green"
- Name: "Fragment of Agony"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7437
- AegisName: "Piece_Of_Memory_Purple"
- Name: "Fragment of Misery"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7438
- AegisName: "Piece_Of_Memory_Blue"
- Name: "Fragment of Hatred"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7439
- AegisName: "Piece_Of_Memory_Red"
- Name: "Fragment of Despair"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7440
- AegisName: "Red_Feather"
- Name: "Red Feather"
- Buy: 1335
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7441
- AegisName: "Blue_Feather"
- Name: "Blue Feather"
- Buy: 1408
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7442
- AegisName: "Cursed_Seal"
- Name: "Cursed Seal"
- Buy: 1332
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7443
- AegisName: "Tri_Headed_Dragon_Head"
- Name: "Three-Headed Dragon's Head"
- Buy: 956
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7444
- AegisName: "Treasure_Box"
- Name: "Treasure Box"
- Buy: 300000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7445
- AegisName: "Dragonball_Green"
- Name: "Green Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7446
- AegisName: "Dragonball_Blue"
- Name: "Blue Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7447
- AegisName: "Dragonball_Red"
- Name: "Red Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7448
- AegisName: "Dragonball_Yellow"
- Name: "Yellow Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7449
- AegisName: "Bloody_Page"
- Name: "Bloody Page"
- Buy: 681
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7450
- AegisName: "Piece_Of_Bone_Armor"
- Name: "Skeletal Armor Piece"
- Buy: 2050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7451
- AegisName: "Scale_Of_Red_Dragon"
- Name: "Fire Dragon Scale"
- Buy: 1852
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7452
- AegisName: "Yellow_Spice"
- Name: "Yellow Spice"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7453
- AegisName: "Sweet_Sauce"
- Name: "Sweet Sauce"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7454
- AegisName: "Plain_Sauce"
- Name: "Savory Sauce"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7455
- AegisName: "Hot_Sauce"
- Name: "Spicy Sauce"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7456
- AegisName: "Red_Spice"
- Name: "Red Spice"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7457
- AegisName: "Cooking_Oil"
- Name: "Cooking Oil"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7458
- AegisName: "Baphomet's_Horn"
- Name: "Fortune Horn"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7459
- AegisName: "RAMADAN_"
- Name: "Idul Fitri Card"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7460
- AegisName: "Niflheim_Ticket"
- Name: "Niflheim Express Ticket"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7461
- AegisName: "BlueCard_A"
- Name: "Blue A Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7462
- AegisName: "BlueCard_E"
- Name: "Blue E Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7463
- AegisName: "BlueCard_F"
- Name: "Blue F Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7464
- AegisName: "BlueCard_H"
- Name: "Blue H Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7465
- AegisName: "BlueCard_L"
- Name: "Blue L Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7466
- AegisName: "BlueCard_N"
- Name: "Blue N Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7467
- AegisName: "BlueCard_O"
- Name: "Blue O Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7468
- AegisName: "BlueCard_P"
- Name: "Blue P Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7469
- AegisName: "BlueCard_U"
- Name: "Blue U Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7470
- AegisName: "BlueCard_W"
- Name: "Blue W Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7471
- AegisName: "BlueCard_Y"
- Name: "Blue Y Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7472
- AegisName: "Cookbook01"
- Name: "Level 1 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7473
- AegisName: "Cookbook02"
- Name: "Level 2 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7474
- AegisName: "Cookbook03"
- Name: "Level 3 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7475
- AegisName: "Cookbook04"
- Name: "Level 4 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7476
- AegisName: "Cookbook05"
- Name: "Level 5 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7477
- AegisName: "Cookbook06"
- Name: "Level 6 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7478
- AegisName: "Cookbook07"
- Name: "Level 7 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7479
- AegisName: "Cookbook08"
- Name: "Level 8 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7480
- AegisName: "Cookbook09"
- Name: "Level 9 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7481
- AegisName: "Cookbook10"
- Name: "Level 10 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7482
- AegisName: "Pot"
- Name: "Pot"
- Buy: 200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7483
- AegisName: "Key_Of_Seal"
- Name: "Key of the Seal"
- Buy: 0
-},
-{
- Id: 7484
- AegisName: "Warrior_Symbol"
- Name: "Symbol of a Brave Warrior"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7485
- AegisName: "2nd_Floor_Pass"
- Name: "Cloud General"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7486
- AegisName: "3rd_Floor_Pass"
- Name: "Wind General"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7487
- AegisName: "Tavern_Wine"
- Name: "Culinary Wine"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7488
- AegisName: "Delivery_Box"
- Name: "Delivery Package"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7489
- AegisName: "Villa_Spare_Key"
- Name: "Cottage Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7490
- AegisName: "Kyll_Hire_Letter"
- Name: "Letter to Elly"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7491
- AegisName: "Iron_Box"
- Name: "Steel Box"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7492
- AegisName: "Yellow_Key_Card"
- Name: "Yellow Keycard"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7493
- AegisName: "Golden_Key"
- Name: "Golden Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7494
- AegisName: "Kiel_Button"
- Name: "Luxurious Button"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7495
- AegisName: "Blue_Key_Card"
- Name: "Blue Keycard"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7496
- AegisName: "Red_Key_Card"
- Name: "Red Keycard"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7497
- AegisName: "Steel_Piece"
- Name: "Metal Fragment"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7498
- AegisName: "Rosimier_Key"
- Name: "Rosimier Mansion Keys"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7499
- AegisName: "Family_Portrait"
- Name: "Family Portrait"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7500
- AegisName: "Elysia_Portrait"
- Name: "Woman's Portrait"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7501
- AegisName: "Kyll_Hire_Letter2"
- Name: "K.H's Letter"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7502
- AegisName: "Piece_Memo_Of_James"
- Name: "James's Note"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7503
- AegisName: "Man_Portrait"
- Name: "Man's Portrait"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7504
- AegisName: "Toy_Motor"
- Name: "Power Device"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7505
- AegisName: "Toy_Key"
- Name: "Toy Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7506
- AegisName: "Black_Key_Card"
- Name: "Black Keycard"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7507
- AegisName: "Sturdy_Iron_Piece"
- Name: "Solid Iron Piece"
- Buy: 842
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7508
- AegisName: "Elysia_Ring"
- Name: "Allysia's Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7509
- AegisName: "Fancy_Key_Card"
- Name: "Luxurious Keycard"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7510
- AegisName: "Valhalla_Flower"
- Name: "Valhala's Flower"
- Buy: 200000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7511
- AegisName: "Rune_Of_Darkness"
- Name: "Rune of Darkness"
- Buy: 2526
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7512
- AegisName: "Burnt_Parts"
- Name: "Burnt Part"
- Buy: 1600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7513
- AegisName: "Pocket_Watch"
- Name: "Pocket Watch"
- Buy: 3420
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7514
- AegisName: "Monster_Ticket"
- Name: "Monster Ticket"
- Buy: 2
-},
-{
- Id: 7515
- AegisName: "Marvelous_Medal"
- Name: "Prize Medal"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7516
- AegisName: "Green_Key_Card"
- Name: "Green Keycard"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7517
- AegisName: "Gold_Coin_"
- Name: "Gold Coin"
- Buy: 1000
- Weight: 100
-},
-{
- Id: 7518
- AegisName: "Women's_Medal"
- Name: "Women's Medal"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7519
- AegisName: "Money_Envelope"
- Name: "Handsel"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7520
- AegisName: "Chinese_Scroll"
- Name: "Please Be Rich"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7521
- AegisName: "Flame_Stone"
- Name: "Flame Stone"
- Buy: 150
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7522
- AegisName: "Ice_Stone"
- Name: "Ice Stone"
- Buy: 150
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7523
- AegisName: "Wind_Stone"
- Name: "Wind Stone"
- Buy: 150
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7524
- AegisName: "Shadow_Orb"
- Name: "Shadow Orb"
- Buy: 300
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7525
- AegisName: "Summer_Feast_Ticket"
- Name: "Summer Festival Ticket"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7526
- AegisName: "Manuscript_Paper"
- Name: "Manuscript Paper"
- Buy: 2
-},
-{
- Id: 7527
- AegisName: "Life_Book"
- Name: "Book About True Life"
- Buy: 0
- Weight: 100
- Trade: {
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7528
- AegisName: "Id_Lottery_Ticket"
- Name: "Lottery Ticket"
- Buy: 0
-},
-{
- Id: 7529
- AegisName: "Stolen_Sandals"
- Name: "Stolen Sandal"
- Buy: 0
-},
-{
- Id: 7530
- AegisName: "Travel_Brochure_01"
- Name: "Travel Brochure [Amatsu]"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7531
- AegisName: "Travel_Brochure_02"
- Name: "Travel Brochure [Kunlun]"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7532
- AegisName: "Travel_Brochure_03"
- Name: "Travel Brochure [Louyang]"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7533
- AegisName: "Travel_Brochure_04"
- Name: "Travel Brochure [Ayothaya]"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7534
- AegisName: "Photo_Album_01"
- Name: "Amatsu Completed Photo Album"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7535
- AegisName: "Photo_Album_02"
- Name: "Kunlun Completed Photo Album"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7536
- AegisName: "Photo_Album_03"
- Name: "Louyang Completed Photo Album"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7537
- AegisName: "Photo_Album_04"
- Name: "Ayothaya Completed Photo Album"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7538
- AegisName: "Sifted_Sand"
- Name: "Sand for Work"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7539
- AegisName: "Poring_Coin"
- Name: "Poring Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7540
- AegisName: "Lotto39"
- Name: "Lotto Ball 39"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7541
- AegisName: "Lotto40"
- Name: "Lotto Ball 40"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7542
- AegisName: "Lotto41"
- Name: "Lotto Ball 41"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7543
- AegisName: "Lotto42"
- Name: "Lotto Ball 42"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7544
- AegisName: "Lotto43"
- Name: "Lotto Ball 43"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7545
- AegisName: "Lotto44"
- Name: "Lotto Ball 44"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7546
- AegisName: "Lotto45"
- Name: "Lotto Ball 45"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7547
- AegisName: "Soccer_Ball"
- Name: "Soccer Ball"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7548
- AegisName: "Soccer_Shoes"
- Name: "Soccer Shoes"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7549
- AegisName: "Brazilian_Flag"
- Name: "Brazilian Flag"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7550
- AegisName: "Ticket01"
- Name: "6.13 Ticket"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7551
- AegisName: "Ticket02"
- Name: "6.18 Ticket"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7552
- AegisName: "Ticket03"
- Name: "6.22 Ticket"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7553
- AegisName: "Lotus_Flower"
- Name: "Water Lily"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7554
- AegisName: "Striped_Candle"
- Name: "Striped Candle"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7555
- AegisName: "Green_Incense"
- Name: "Green Incense"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7556
- AegisName: "Longing_Heart"
- Name: "Longing Heart"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7557
- AegisName: "Invitation_Letter"
- Name: "Invitation Letter"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7558
- AegisName: "Invitation_Ticket"
- Name: "Invitation Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7559
- AegisName: "Key_Of_Flower_Garden"
- Name: "Key to the Secret Garden"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7560
- AegisName: "Longing_Heart2"
- Name: "Longing Heart"
- Buy: 0
-},
-{
- Id: 7561
- AegisName: "Ice_Heart"
- Name: "Glacial Heart"
- Buy: 606
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7562
- AegisName: "Ice_Scale"
- Name: "Ice Scale"
- Buy: 3020
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7563
- AegisName: "Bloody_Rune"
- Name: "Bloody Rune"
- Buy: 2016
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7564
- AegisName: "Rotten_Meat"
- Name: "Rotten Meat"
- Buy: 102
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7565
- AegisName: "Sticky_Poison"
- Name: "Sticky Poison"
- Buy: 350
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7566
- AegisName: "Will_Of_Darkness_"
- Name: "Will of Red Darkness"
- Buy: 1530
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7567
- AegisName: "Suspicious_Hat"
- Name: "Suspicious Hat"
- Buy: 1290
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7568
- AegisName: "White_Mask"
- Name: "White Mask"
- Buy: 1060
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7569
- AegisName: "Hammer_Of_Wind"
- Name: "Wind Hammer"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7570
- AegisName: "Temple_Lottery_Ticket"
- Name: "Temple Lottery Ticket"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7571
- AegisName: "Diary_Of_Blue"
- Name: "Bruspetti's Diary"
- Buy: 0
-},
-{
- Id: 7572
- AegisName: "Magic_Necklace"
- Name: "Ashy Necklace"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7573
- AegisName: "Magic_Necklace_"
- Name: "Sparkling Necklace"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7574
- AegisName: "Ice_Particle"
- Name: "Freezing Snow Powder"
- Buy: 0
- BuyingStore: true
-},
-{
- Id: 7575
- AegisName: "Red_Jewel_"
- Name: "Red Jewel"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7576
- AegisName: "Blue_Jewel_"
- Name: "Blue Jewel"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7577
- AegisName: "Golden_Jewel_"
- Name: "Yellow Jewel"
- Buy: 20
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7578
- AegisName: "Anti_Spell_Bead"
- Name: "Countermagic Crystal"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7579
- AegisName: "Silk_Handkerchief"
- Name: "Silk Handkerchief of Zhi Nu"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7580
- AegisName: "Black_Bead"
- Name: "Black Bead"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7581
- AegisName: "Anniversary_Ticket"
- Name: "Celebration Document"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7582
- AegisName: "Gem_Of_Ruin"
- Name: "Jewel of Destruction"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7583
- AegisName: "Evil_Mind"
- Name: "Evil Mind"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7584
- AegisName: "Proof_Of_Guard1"
- Name: "Guard's First Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7585
- AegisName: "Proof_Of_Guard2"
- Name: "Guard's Second Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7586
- AegisName: "Proof_Of_Guard3"
- Name: "Guard's Third Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7587
- AegisName: "Proof_Of_Guard4"
- Name: "Guard's Fourth Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7588
- AegisName: "IPOD_Ticker"
- Name: "IPOD Coupon"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7589
- AegisName: "Moon_Cake10"
- Name: "Lettered Moon Snack 01"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7590
- AegisName: "Moon_Cake11"
- Name: "Lettered Moon Snack 02"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7591
- AegisName: "Moon_Cake12"
- Name: "Lettered Moon Snack 03"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7592
- AegisName: "Moon_Cake13"
- Name: "Lettered Moon Snack 04"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7593
- AegisName: "Moon_Cake14"
- Name: "Lettered Moon Snack 05"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7594
- AegisName: "Sonia's_Letter"
- Name: "Sonia's Letter"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7595
- AegisName: "Unique_Sword"
- Name: "Special Sword"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7596
- AegisName: "Unique_Shield"
- Name: "Special Shield"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7597
- AegisName: "Magic_Stone"
- Name: "Magic Stone"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7598
- AegisName: "BlueCard_I"
- Name: "Blue I Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7599
- AegisName: "BlueCard_D"
- Name: "Blue D Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7600
- AegisName: "BlueCard_K"
- Name: "Blue K Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7601
- AegisName: "BlueCard_S"
- Name: "Blue S Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7602
- AegisName: "BlueCard_R"
- Name: "Blue R Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7603
- AegisName: "RO_Party_Ticket"
- Name: "RO Party Invitation Ticket"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7604
- AegisName: "Flour"
- Name: "Flour"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7605
- AegisName: "Chicken_Egg"
- Name: "Chicken Egg"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7606
- AegisName: "Coin"
- Name: "Token of the Ox"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7607
- AegisName: "Evil_Dragon_Head"
- Name: "Neck of Demon Dragon"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7608
- AegisName: "Premium_Ticket"
- Name: "Premium Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7609
- AegisName: "Pumpkin_Mojo"
- Name: "Pumpkin Mojo"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7610
- AegisName: "Food_Ticket"
- Name: "Food Exchange Ticket"
- Buy: 1000
- Weight: 10
-},
-{
- Id: 7611
- AegisName: "Fox_Symbol"
- Name: "Symbol of Fox"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7612
- AegisName: "Heart_Of_Fox_Queen"
- Name: "Heart of Queen Fox"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7613
- AegisName: "Small_Rice_Dough"
- Name: "Small Rice Cake Dough"
- Buy: 0
-},
-{
- Id: 7614
- AegisName: "Special_Packing_Paper"
- Name: "Wrapping Paper"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7615
- AegisName: "MVP_Ticket"
- Name: "MVP Voucher"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7616
- AegisName: "Mini_Boss_Ticket"
- Name: "Miniboss Voucher"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7617
- AegisName: "Monster_Ticket_"
- Name: "Monster Voucher"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7618
- AegisName: "Monster_Crystal"
- Name: "Monster Crystal"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7619
- AegisName: "Enriched_Elunium"
- Name: "Old Enriched Elunium"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7620
- AegisName: "Enriched_Oridecon"
- Name: "Old Enriched Oridecon"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7621
- AegisName: "Token_Of_Siegfried"
- Name: "Token Of Siegfried"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7622
- AegisName: "New_Style_Coupon"
- Name: "Hairstyle Coupon"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7623
- AegisName: "Name_Change_Coupon"
- Name: "Ticket Of Identification"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7624
- AegisName: "Spring_Stanza23"
- Name: "Spring Stanza23"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7625
- AegisName: "Registration_Ticket"
- Name: "Operators special compensation"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7626
- AegisName: "Bubble_Gum_Token"
- Name: "Bubble Gum Token"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7627
- AegisName: "Sage_Key"
- Name: "Sage Key"
- Buy: 0
-},
-{
- Id: 7628
- AegisName: "Idiot_Key"
- Name: "Idiot Key"
- Buy: 0
-},
-{
- Id: 7629
- AegisName: "Pink_Gift_Box"
- Name: "Pink Gift Box"
- Buy: 0
-},
-{
- Id: 7630
- AegisName: "Clean_Beach_Brush"
- Name: "Broom clean Beaches"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7631
- AegisName: "Trash_Debris"
- Name: "Waste Residue"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7632
- AegisName: "To_Afterworld_Record"
- Name: "Terrible Report Card"
- Buy: 0
-},
-{
- Id: 7633
- AegisName: "To_Heaven_Record"
- Name: "Heavensent Report Card"
- Buy: 0
-},
-{
- Id: 7634
- AegisName: "Rose_Of_Father"
- Name: "Father Rose"
- Buy: 0
-},
-{
- Id: 7635
- AegisName: "Perfume_Pouch"
- Name: "Incense Bag"
- Buy: 100
-},
-{
- Id: 7636
- AegisName: "Magic_Potion_Bottle"
- Name: "Magic Potion Bottle"
- Buy: 0
-},
-{
- Id: 7637
- AegisName: "Father_Giftbox"
- Name: "Father Gift Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7638
- AegisName: "Tw_Green_Box"
- Name: "Green Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7639
- AegisName: "Tw_Red_Box"
- Name: "Red Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7646
- AegisName: "RO_Luk_Bookmark"
- Name: "RO Luk Bookmark"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7647
- AegisName: "Taiwan_Luk_Coin"
- Name: "Taiwan Luk Coin"
- Buy: 0
-},
-{
- Id: 7648
- AegisName: "Snake_Bookmark"
- Name: "Snake Bookmark"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7649
- AegisName: "Big_Luk_Bookmark"
- Name: "Big Luk Bookmark"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7651
- AegisName: "Mystery_Egg"
- Name: "Mystery Egg"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7663
- AegisName: "Full_Metal_Jacket"
- Name: "Full Metal Jacket"
- Type: 10
- Buy: 200
- Weight: 2
- Atk: 10
- Job: 0x41000000
- Loc: 32768
- View: 3
-},
-{
- Id: 7664
- AegisName: "Projection_Landmines"
- Name: "Projection Landmines"
- Type: 10
- Buy: 450
- Weight: 3
- Atk: 10
- Job: 0x41000000
- Loc: 32768
- View: 5
-},
-{
- Id: 7665
- AegisName: "Dragon_Tail_Missile"
- Name: "Dragon Tail Missile"
- Type: 10
- Buy: 1500
- Weight: 100
- Atk: 10
- Job: 0x41000000
- Loc: 32768
- View: 5
-},
-{
- Id: 7701
- AegisName: "Dragon_Spirit"
- Name: "Soul"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7702
- AegisName: "Special_Cogwheel"
- Name: "Special Cogwheel"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7703
- AegisName: "Piece_Of_Cogwheel"
- Name: "Piece of Cogwheel"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7704
- AegisName: "Broken_Thermometer"
- Name: "Broken Thermometer"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7705
- AegisName: "Note_Of_Geologist"
- Name: "Note of Geologist"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7706
- AegisName: "Spoiled_Carrot_Juice"
- Name: "Broken Carrot Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7707
- AegisName: "Spoiled_Banana_Juice"
- Name: "Broken Banana Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7708
- AegisName: "Spoiled_Apple_Juice"
- Name: "Broken Apple Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7709
- AegisName: "Spoiled_Grape_Juice"
- Name: "Broken Grape Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7710
- AegisName: "Black_Gemstone"
- Name: "Black Gemstone"
- Buy: 600
- Weight: 30
-},
-{
- Id: 7711
- AegisName: "Update_Ticket"
- Name: "Event Ticket"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7712
- AegisName: "Nokia5500"
- Name: "Nokia 5500"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7713
- AegisName: "BlueCard_A_"
- Name: "Blue A(2) Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7714
- AegisName: "BlueCard_R_"
- Name: "Blue R(2) Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7715
- AegisName: "Handmade_Choco_Recipe"
- Name: "Hand-made Chocolate Recipe"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7716
- AegisName: "Strawberry_Choco_Recipe"
- Name: "Chocolate Strawberry Recipe"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7717
- AegisName: "Choco_Tart_Recipe"
- Name: "Chocolate Tart Recipe"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7718
- AegisName: "Cacao_Bean"
- Name: "Cacao Bean"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7719
- AegisName: "BlueCard_G"
- Name: "Blue G Card"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7720
- AegisName: "Gold_Coin_US"
- Name: "Gold Coin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7721
- AegisName: "Treasure_Box_"
- Name: "Treasure Box"
- Buy: 100
- Weight: 500
-},
-{
- Id: 7722
- AegisName: "Debt_Note"
- Name: "Debt Note"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7723
- AegisName: "Diamond_Of_Ruin"
- Name: "Diamond of Ruin"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7724
- AegisName: "Forbidden_Secret_Art"
- Name: "Forbidden Secret Art"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7725
- AegisName: "Unlucky_Emerald"
- Name: "Unlucky Emerald"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7726
- AegisName: "Token_Of_King"
- Name: "Token of King"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7727
- AegisName: "HP_Doctor_Ticket"
- Name: "HP Doctor Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7728
- AegisName: "SP_Doctor_Ticket"
- Name: "SP Doctor Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7729
- AegisName: "Rok_Star_Badge"
- Name: "Rok Star Badge"
- Buy: 20
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7730
- AegisName: "Mission_Certificate1"
- Name: "Mission Ticket 1"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7731
- AegisName: "Mission_Certificate2"
- Name: "Mission Ticket 2"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7732
- AegisName: "Mission_Certificate3"
- Name: "Mission Ticket 3"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7733
- AegisName: "Mission_Certificate4"
- Name: "Mission Ticket 4"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7734
- AegisName: "Mission_Certificate5"
- Name: "Mission Ticket 5"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7735
- AegisName: "Mission_Certificate6"
- Name: "Mission Ticket 6"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7736
- AegisName: "Mission_Certificate7"
- Name: "Mission Ticket 7"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7737
- AegisName: "Mission_Certificate8"
- Name: "Mission Ticket 8"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7738
- AegisName: "Mission_Certificate9"
- Name: "Mission Ticket 9"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7739
- AegisName: "Mission_Certificate10"
- Name: "Mission Ticket 10"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7740
- AegisName: "Mission_Certificate11"
- Name: "Mission Ticket 11"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7741
- AegisName: "Mission_Certificate12"
- Name: "Mission Ticket 12"
- Buy: 0
- Weight: 10
- Trade: {
- noselltonpc: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7742
- AegisName: "Kaong"
- Name: "Kaong"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7743
- AegisName: "Gulaman"
- Name: "Gulaman"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7744
- AegisName: "Leche_Flan"
- Name: "Leche Flan"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7745
- AegisName: "Ube_Jam"
- Name: "Ube Jam"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7746
- AegisName: "Sago"
- Name: "Sago"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7747
- AegisName: "Langka"
- Name: "Langka"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7748
- AegisName: "Sweet_Bean"
- Name: "Sweet Beans"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7749
- AegisName: "Sweet_Banana"
- Name: "Sweet Bananas"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7750
- AegisName: "Macapuno"
- Name: "Macapuno"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7751
- AegisName: "Old_White_Cloth"
- Name: "Old White Cloth"
- Buy: 550
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7752
- AegisName: "Clattering_Skull"
- Name: "Clattering Skull"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7753
- AegisName: "Broken_Farming_Utensil"
- Name: "Broken Farming Utensil"
- Buy: 330
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7754
- AegisName: "Broken_Crown"
- Name: "Broken Crown"
- Buy: 3000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7755
- AegisName: "Research_Note"
- Name: "Research Note"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7756
- AegisName: "Sealed_Book"
- Name: "Sealed Book"
- Buy: 2000
- Weight: 10
-},
-{
- Id: 7757
- AegisName: "Mithril"
- Name: "Mithril"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7758
- AegisName: "Star_Crystal"
- Name: "Star Crystal"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7759
- AegisName: "Geology_Report"
- Name: "Geologist's Report"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7760
- AegisName: "Yaga_Magic_Book"
- Name: "Yaga's Magic Book"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7761
- AegisName: "Magic_Gourd_Bottle"
- Name: "Magic Gourd Bottle"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7762
- AegisName: "Yaga_Pestle"
- Name: "Yaga's Pestle"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7763
- AegisName: "Sticky_Herb"
- Name: "Sticky Herb"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7764
- AegisName: "High_Strength_Adhesive"
- Name: "High Strength Adhesive"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7765
- AegisName: "Yaga_Secret_Medicine"
- Name: "Baba Yaga's Secret Medicine"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7766
- AegisName: "Bok_Choy"
- Name: "Bok Choy"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7767
- AegisName: "Chung_E_Cake"
- Name: "Chung E Cake"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7768
- AegisName: "Squid"
- Name: "Squid"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7769
- AegisName: "Egg_Yolk"
- Name: "Egg Yolk"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7770
- AegisName: "Sweet_Rice"
- Name: "Sweet Rice"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7771
- AegisName: "Lotus_Leaf"
- Name: "Lotus Leaf"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7772
- AegisName: "String"
- Name: "String"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7773
- AegisName: "War_Badge"
- Name: "War Badge"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7774
- AegisName: "Chung_E_Ticket"
- Name: "Chung E Ticket"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7775
- AegisName: "Spring_Rabbit_Ticket"
- Name: "Spring Rabbit Ticket"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7776
- AegisName: "Max_Weight_Up_Scroll"
- Name: "Gym Pass"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7777
- AegisName: "Gold_Box"
- Name: "Sealed Golden Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7778
- AegisName: "Silver_Box"
- Name: "Sealed Silver Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7779
- AegisName: "Gold_Key_TW"
- Name: "Golden Key"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7780
- AegisName: "Silver_Key"
- Name: "Silver Key"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7781
- AegisName: "Heart_Box"
- Name: "Engrave Treasure Box"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7782
- AegisName: "Gold_Key77"
- Name: "Episode 13.1 Poporing Key"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7783
- AegisName: "Silver_Key77"
- Name: "Episode 13.2 Poring Key"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7784
- AegisName: "Fawner_Coupon1"
- Name: "Free Coupon 1"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7785
- AegisName: "Fawner_Coupon2"
- Name: "Free Coupon 2"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7786
- AegisName: "Fawner_Coupon3"
- Name: "Free Coupon 3"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7787
- AegisName: "Fawner_Coupon4"
- Name: "Free Coupon 4"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7788
- AegisName: "Fawner_Coupon5"
- Name: "Free Coupon 5"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7789
- AegisName: "Fawner_Coupon6"
- Name: "Free Coupon 6"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7790
- AegisName: "Fawner_Coupon7"
- Name: "Free Coupon 7"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7791
- AegisName: "Fawner_Coupon8"
- Name: "Free Coupon 8"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7792
- AegisName: "Guyak"
- Name: "Old"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7793
- AegisName: "Golden_Apple"
- Name: "Golden Apple"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7794
- AegisName: "Fate_Of_Crow"
- Name: "The Crow of Destiny"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7795
- AegisName: "Mami_Photo_Album"
- Name: "Mammi's Photo Album"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7796
- AegisName: "Author_Autograph"
- Name: "Author's Autograph"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7797
- AegisName: "Author_Memo"
- Name: "Author's Memo"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7798
- AegisName: "Dark_Debris"
- Name: "Fragment of Darkness"
- Buy: 500
- Weight: 10
-},
-{
- Id: 7799
- AegisName: "Dark_Crystal"
- Name: "Crystal of Darkness"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7800
- AegisName: "Golden_Apple_"
- Name: "Golden Charm Apple"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7801
- AegisName: "Girl_Fan_Letter"
- Name: "Girl's Letter"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7802
- AegisName: "Autograph_Book"
- Name: "Signature Notebook"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7803
- AegisName: "Battle_Manual_TW"
- Name: "Beginner's Field Manual"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7805
- AegisName: "Brown_Ring"
- Name: "Brown Jenoss's Family Ring"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7806
- AegisName: "Black_Anvil"
- Name: "God Anvil"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7807
- AegisName: "Ore"
- Name: "God Mineral"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7808
- AegisName: "Gold_Hammer"
- Name: "God Hammer"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7809
- AegisName: "Gold_Furnace"
- Name: "God Furnace"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7810
- AegisName: "Yellow_Cat_Eyed_Stone"
- Name: "Symbol of Richness"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7811
- AegisName: "Gold_Anvil"
- Name: "Anvil"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7812
- AegisName: "Red_Cat_Eyed_Stone"
- Name: "Symbol of Bravery"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7813
- AegisName: "Th_Red_Ring"
- Name: "Red Jenoss's Family Ring"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7814
- AegisName: "Green_Ring"
- Name: "Green Jenoss's Family Ring"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7815
- AegisName: "Blue_Ring"
- Name: "Blue Jenoss's Family Ring"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7816
- AegisName: "Blue_Cat_Eyed_Stone"
- Name: "Symbol of Faith"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7817
- AegisName: "White_Cat_Eyed_Stone"
- Name: "Symbol of Peace"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7818
- AegisName: "RJC_Golden_Necklace"
- Name: "Jessur's Necklace"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7819
- AegisName: "Nokia5300"
- Name: "Nokia 5300"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7820
- AegisName: "Morroc_Skin"
- Name: "Piece of Morocc Skin"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7821
- AegisName: "Green_Apple"
- Name: "Green Apple"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7822
- AegisName: "Whole_Barbecue"
- Name: "Whole Barbecue"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7823
- AegisName: "Meat_Veg_Skewer"
- Name: "Meat Veg Skewer"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7824
- AegisName: "Spirit_Liquor"
- Name: "Spirit Liquor"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7825
- AegisName: "Heroic_Stone"
- Name: "Heroic Stone"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7826
- AegisName: "Continental_Guard_Paper"
- Name: "Continental Guard Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7827
- AegisName: "Mineral_Report"
- Name: "Mineral Evals"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7828
- AegisName: "BF_Badge1"
- Name: "Bravery Badge"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7829
- AegisName: "BF_Badge2"
- Name: "Valor Badge"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7830
- AegisName: "Goddess_Tear"
- Name: "Goddess Tear"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7831
- AegisName: "Valkyrie_Token"
- Name: "Valkyrie's Token"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7832
- AegisName: "Brynhild_Armor_Piece"
- Name: "Brynhild Armor Piece"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7833
- AegisName: "Hero_Remains"
- Name: "Hero's Remains"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7834
- AegisName: "Andvari_Ring"
- Name: "Andvari's Ring"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7835
- AegisName: "Dusk_Glow"
- Name: "Dusk Glow"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7836
- AegisName: "Dawn_Essence"
- Name: "Dawn Essence"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7837
- AegisName: "Cold_Moonlight"
- Name: "Cold Moonlight"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7838
- AegisName: "Hazy_Starlight"
- Name: "Hazy Starlight"
- Buy: 0
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7839
- AegisName: "Crystal_Key"
- Name: "Crystal Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7840
- AegisName: "Valkyrie_Gift"
- Name: "Valkyrie's Gift"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7841
- AegisName: "Spotted_Paper"
- Name: "Stained Piece Of Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7842
- AegisName: "Torn_Paper"
- Name: "Torn Piece Of Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7843
- AegisName: "Old_Paper"
- Name: "Old Piece Of Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7844
- AegisName: "Burnt_Paper"
- Name: "Burnt Pieces Of Paper"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7845
- AegisName: "Copy_Of_Spotted_Paper"
- Name: "Copy Of Spotted Paper"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7846
- AegisName: "Copy_Of_Torn_Paper"
- Name: "Copy Of Torn Paper"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7847
- AegisName: "Copy_Of_Old_Paper"
- Name: "Copy Of Old Paper"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7848
- AegisName: "Copy_Of_Burnt_Paper"
- Name: "Copy Of Burnt Paper"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7849
- AegisName: "Soul_Crystal"
- Name: "Soul Crystal"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7850
- AegisName: "Wooden_Block_"
- Name: "Wooden Block"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7851
- AegisName: "Pass_F1"
- Name: "Wii Raffle Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7852
- AegisName: "Pass_F2"
- Name: "Divx Player Raffle Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7853
- AegisName: "Pass_F3"
- Name: "iPod nano Raffle Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7854
- AegisName: "Pass_CF"
- Name: "Comodo Festival Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7855
- AegisName: "Heart"
- Name: "Heart"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7856
- AegisName: "Girl_Bunch_Of_Flower_"
- Name: "Girl's Bouquet"
- Buy: 20
- Weight: 50
-},
-{
- Id: 7857
- AegisName: "Handmade_Kitty_Doll"
- Name: "Hand-made Kitty Doll"
- Buy: 20
- Weight: 30
-},
-{
- Id: 7858
- AegisName: "Dragonball_Yellow_"
- Name: "Dragonball Yellow"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7859
- AegisName: "Game_Ticket"
- Name: "Game Ticket"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7860
- AegisName: "Peeps"
- Name: "Peeps"
- Buy: 0
- Weight: 50
-},
-{
- Id: 7861
- AegisName: "Jelly_Bean"
- Name: "Jelly Bean"
- Buy: 0
- Weight: 50
-},
-{
- Id: 7862
- AegisName: "Marshmallow"
- Name: "Marshmallow"
- Buy: 0
- Weight: 50
-},
-{
- Id: 7863
- AegisName: "GOLD_ID4"
- Name: "Special Gold"
- Buy: 20
- Weight: 200
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7864
- AegisName: "Love_Flower"
- Name: "Stolen Cacao"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7865
- AegisName: "Gold_Pouch"
- Name: "Gold Pouch"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7866
- AegisName: "Certificate"
- Name: "Certificate"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7867
- AegisName: "SesamePouch"
- Name: "Sesame Bag"
- Buy: 10
- Weight: 100
-},
-{
- Id: 7868
- AegisName: "Water"
- Name: "Fresh Water"
- Buy: 10
- Weight: 100
-},
-{
- Id: 7869
- AegisName: "RicePouch"
- Name: "Rice Pouch"
- Buy: 10
- Weight: 100
-},
-{
- Id: 7870
- AegisName: "Corn"
- Name: "Corn"
- Buy: 5
- Weight: 20
-},
-{
- Id: 7871
- AegisName: "BeanPouch"
- Name: "Bean Bag"
- Buy: 10
- Weight: 20
-},
-{
- Id: 7872
- AegisName: "Grass"
- Name: "Herb"
- Buy: 10
- Weight: 30
-},
-{
- Id: 7873
- AegisName: "MVP_Monster_Scroll"
- Name: "MVP Monster Scroll"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7874
- AegisName: "Monster_Scroll"
- Name: "Create Monster Scroll"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7875
- AegisName: "Pirate_Box"
- Name: "Pirate Treasure"
- Buy: 300000
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7876
- AegisName: "Gold_Key"
- Name: "Golden Key"
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7877
- AegisName: "Red_Ring"
- Name: "Red Ring"
- Buy: 0
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7878
- AegisName: "Lusalka_Hair"
- Name: "Lusalka's Hair"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7879
- AegisName: "Golden_Thread"
- Name: "Golden Thread"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7880
- AegisName: "Babayaga_Silver_Spoon"
- Name: "Baba Yaga's Silver Spoon"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7881
- AegisName: "Book_Of_Magic"
- Name: "Mystery Magic Book"
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7882
- AegisName: "Pointed_Branch"
- Name: "Sharp Branch"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7883
- AegisName: "Pointed_Wooden_Flute"
- Name: "Wooden Flute"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7884
- AegisName: "Jade_Plate"
- Name: "Jade Plate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7885
- AegisName: "Sacred_Arrow"
- Name: "Sacred Arrow"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7886
- AegisName: "Bean_Paste"
- Name: "Bean Paste"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7887
- AegisName: "Dried_Fruit_Box"
- Name: "Dried Fruit Box"
- Buy: 0
- Weight: 30
-},
-{
- Id: 7888
- AegisName: "Bag_Of_Nuts"
- Name: "Bag of Nuts"
- Buy: 0
- Weight: 30
-},
-{
- Id: 7889
- AegisName: "Chicken_Feed"
- Name: "Chicken Feed"
- Buy: 0
- Weight: 20
-},
-{
- Id: 7891
- AegisName: "Mug"
- Name: "Mug"
- Buy: 2
- Weight: 100
-},
-{
- Id: 7892
- AegisName: "Charcoal"
- Name: "Charcoal"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7893
- AegisName: "Sulfur"
- Name: "Sulphur"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7894
- AegisName: "Nitrate"
- Name: "Nitrogen Acid"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7895
- AegisName: "TRO_Memory_Book01"
- Name: "Rama5 Book"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7896
- AegisName: "TRO_Memory_Book02"
- Name: "Loykrathong Book"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7897
- AegisName: "TRO_Memory_Book03"
- Name: "Constitution Book"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7898
- AegisName: "VVS_Balmung"
- Name: "VV Strong Balmung"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7899
- AegisName: "Spiritualist_Dagger"
- Name: "Dagger Of Psychic"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7900
- AegisName: "Jenoss_Ring1"
- Name: "Jonathan Family Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7901
- AegisName: "Jenoss_Ring2"
- Name: "Jillberriel Family Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7902
- AegisName: "Jenoss_Ring3"
- Name: "Jessur Family Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7903
- AegisName: "Jenoss_Ring4"
- Name: "Jenoss Family Ring"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7904
- AegisName: "Piano_Key"
- Name: "Piano Key"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7905
- AegisName: "Rok_Star_Badge_"
- Name: "Rok Star Badge"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7906
- AegisName: "Poppy_Wreath"
- Name: "Poppy Wreath"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7907
- AegisName: "Bobbin_Of_Goddess"
- Name: "Bobbin Of Goddess"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7908
- AegisName: "Louis_Hair_Coupon"
- Name: "Louise's Beauty Coupon"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7909
- AegisName: "Stolen_Cookie"
- Name: "Stolen Cookie"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7910
- AegisName: "Stolen_Candy"
- Name: "Stolen Candy"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7911
- AegisName: "Yulia_Hat"
- Name: "Yulia's Hat"
- Buy: 0
- Weight: 10
-},
-{
- Id: 7912
- AegisName: "Portable_Snowman"
- Name: "Portable Snowman Machine"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7913
- AegisName: "Test_Certificate"
- Name: "Battle Test Certificate"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7914
- AegisName: "Ancient_Document_TW"
- Name: "Ancient Language Document"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7915
- AegisName: "Copper_Coin_"
- Name: "Shred Of Evidence"
- Buy: 0
-},
-{
- Id: 7916
- AegisName: "Silver_Coin_"
- Name: "Silver Coin"
- Buy: 0
-},
-{
- Id: 7917
- AegisName: "Magic_Potion"
- Name: "Magic Potion"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7918
- AegisName: "Particle_Of_Memory"
- Name: "Fragment Of Memory"
- Buy: 2000
- Weight: 100
-},
-{
- Id: 7919
- AegisName: "Festival_Ticket"
- Name: "Festival Ticket"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7920
- AegisName: "Hero's_Arsenal"
- Name: "Hero's Arsenal"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7921
- AegisName: "Essence_Of_Dragon"
- Name: "Essence Of Dragon"
- Buy: 1000
- Weight: 10
-},
-{
- Id: 7922
- AegisName: "RWC_Ticket"
- Name: "RWC Voucher Items"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7923
- AegisName: "KRATHONG_"
- Name: "Krathong"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7924
- AegisName: "Gold_Paper"
- Name: "Gold Paper"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7925
- AegisName: "Silver_Paper"
- Name: "Silver Paper"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7926
- AegisName: "Incense"
- Name: "Incense"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7927
- AegisName: "Candle_TW"
- Name: "Candle TW"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7928
- AegisName: "Brazilian_Flag_"
- Name: "Brazil National Flag"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7929
- AegisName: "Golden_Coin_"
- Name: "Gold Coin"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7930
- AegisName: "Cowking's_Nose_Ring"
- Name: "Devil's Cattle Ring"
- Buy: 0
- Weight: 1000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7931
- AegisName: "Poison_Kit"
- Name: "Poison Kit"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7932
- AegisName: "Poison_Herb_Nerium"
- Name: "Poison Herb Nerium"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7933
- AegisName: "Poison_Herb_Rantana"
- Name: "Poison Herb Rantana"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7934
- AegisName: "Poison_Herb_Makulata"
- Name: "Poison Herb Makulata"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7935
- AegisName: "Poison_Herb_Seratum"
- Name: "Poison Herb Seratum"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7936
- AegisName: "Poison_Herb_Scopolia"
- Name: "Poison Herb Scopolia"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7937
- AegisName: "Poison_Herb_Amoena"
- Name: "Poison Herb Amoena"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7938
- AegisName: "Light_Granule"
- Name: "Light Granule"
- Buy: 1500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7939
- AegisName: "Elder_Branch"
- Name: "Elder Branch"
- Buy: 1500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7940
- AegisName: "Special_Alloy_Trap"
- Name: "Special Alloy Trap"
- Buy: 300
- Weight: 2
- BuyingStore: true
-},
-{
- Id: 7941
- AegisName: "Halloween_Ticket"
- Name: "Halloween Ticket"
- Buy: 10
-},
-{
- Id: 7942
- AegisName: "Letter_From_Chico"
- Name: "Chico Cesar Letter"
- Buy: 0
-},
-{
- Id: 7943
- AegisName: "Caskinya"
- Name: "Caskinya"
- Buy: 0
-},
-{
- Id: 7944
- AegisName: "Box_Of_Seal"
- Name: "Sealed Box"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7945
- AegisName: "Almighty_Charm"
- Name: "Universal Amulet"
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7946
- AegisName: "Valentine_Gold_Ring"
- Name: "Gold Ring Of Valentine"
- Buy: 10
-},
-{
- Id: 7947
- AegisName: "Valentine_Silver_Ring"
- Name: "Silver Ring Of Valentine"
- Buy: 10
-},
-{
- Id: 7948
- AegisName: "Box"
- Name: "Box"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7949
- AegisName: "Woven_Wool"
- Name: "Woven Wool"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7950
- AegisName: "Ayothaya_Ticket"
- Name: "Ayothaya Fest Ticket"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7951
- AegisName: "Gold_Tulip"
- Name: "Golden Tulip Flower"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7952
- AegisName: "Gift_From_Romiros"
- Name: "Gift Of Lomi Ross"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7953
- AegisName: "Gift_From_Juliedge"
- Name: "Gift Of Juliet"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7954
- AegisName: "Festival_Ticket_"
- Name: "Summer Festival Ticket"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7955
- AegisName: "Lost_Card1"
- Name: "Forgotten Card 1"
- Buy: 10
-},
-{
- Id: 7956
- AegisName: "Lost_Card2"
- Name: "Forgotten Card 2"
- Buy: 10
-},
-{
- Id: 7957
- AegisName: "Lost_Card3"
- Name: "Forgotten Card 3"
- Buy: 10
-},
-{
- Id: 7958
- AegisName: "Lost_Card4"
- Name: "Forgotten Card 4"
- Buy: 10
-},
-{
- Id: 7959
- AegisName: "Ancient_Gold_Coin"
- Name: "UP Coin"
- Buy: 0
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7960
- AegisName: "Ancient_Silver_Coin"
- Name: "Ancient Silver"
- Buy: 0
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7961
- AegisName: "Weapon_Exchange"
- Name: "Weapon Exchange Ticket"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7962
- AegisName: "Treasure_Map1"
- Name: "Treasure Map1"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7963
- AegisName: "Treasure_Map2"
- Name: "Treasure Map2"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7964
- AegisName: "Treasure_Map3"
- Name: "Treasure Map3"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7965
- AegisName: "Treasure_Map4"
- Name: "Treasure Map4"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7966
- AegisName: "Weird_Parchment1"
- Name: "Weird Parchment1"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7967
- AegisName: "Weird_Parchment2"
- Name: "Weird Parchment2"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7968
- AegisName: "Weird_Parchment3"
- Name: "Weird Parchment3"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7969
- AegisName: "Weird_Parchment4"
- Name: "Weird Parchment4"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7970
- AegisName: "Unwritten_Letter1"
- Name: "Unwritten Letter1"
- Buy: 0
-},
-{
- Id: 7971
- AegisName: "Unwritten_Letter2"
- Name: "Unwritten Letter2"
- Buy: 0
-},
-{
- Id: 7972
- AegisName: "Oath_Day_Letter"
- Name: "Oath Day Letter"
- Buy: 0
-},
-{
- Id: 7973
- AegisName: "Immortality_Egg"
- Name: "Eternal Eggs"
- Buy: 20
-},
-{
- Id: 7974
- AegisName: "Illusion_Piece"
- Name: "Misty's Illusion Piece"
- Buy: 20
-},
-{
- Id: 7975
- AegisName: "Cupid_Choco"
- Name: "Cupid's Chocolate"
- Buy: 0
-},
-{
- Id: 7976
- AegisName: "Gf_Magic_Coin"
- Name: "Gf Magic Coin"
- Buy: 20
-},
-{
- Id: 7977
- AegisName: "Hunting_Medal_Badge"
- Name: "Hunting Medal Badge"
- Buy: 0
-},
-{
- Id: 7978
- AegisName: "Spring_Stanza1"
- Name: "Spring Stanza1"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7979
- AegisName: "Spring_Stanza2"
- Name: "Spring Stanza2"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7980
- AegisName: "Spring_Stanza3"
- Name: "Spring Stanza3"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7981
- AegisName: "Spring_Stanza4"
- Name: "Spring Stanza4"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7982
- AegisName: "Spring_Stanza5"
- Name: "Spring Stanza5"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7983
- AegisName: "Spring_Stanza6"
- Name: "Spring Stanza6"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7984
- AegisName: "Spring_Stanza7"
- Name: "Spring Stanza7"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7985
- AegisName: "Spring_Stanza8"
- Name: "Spring Stanza8"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7986
- AegisName: "Spring_Stanza9"
- Name: "Spring Stanza9"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7987
- AegisName: "Spring_Stanza10"
- Name: "Spring Stanza10"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7988
- AegisName: "Spring_Stanza11"
- Name: "Spring Stanza11"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7989
- AegisName: "Spring_Stanza12"
- Name: "Spring Stanza12"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7990
- AegisName: "Spring_Stanza13"
- Name: "Spring Stanza13"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7991
- AegisName: "Spring_Stanza14"
- Name: "Spring Stanza14"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7992
- AegisName: "Spring_Stanza15"
- Name: "Spring Stanza15"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7993
- AegisName: "Spring_Stanza16"
- Name: "Spring Stanza16"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7994
- AegisName: "Spring_Stanza17"
- Name: "Spring Stanza17"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7995
- AegisName: "Spring_Stanza18"
- Name: "Spring Stanza18"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7996
- AegisName: "Spring_Stanza19"
- Name: "Spring Stanza19"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7997
- AegisName: "Spring_Stanza20"
- Name: "Spring Stanza20"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7998
- AegisName: "Spring_Stanza21"
- Name: "Spring Stanza21"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7999
- AegisName: "Spring_Stanza22"
- Name: "Spring Stanza22"
- Buy: 2
- Weight: 10
-},
-// Pet Eggs
-// ===================================================================
-{
- Id: 9001
- AegisName: "Poring_Egg"
- Name: "Poring Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9002
- AegisName: "Drops_Egg"
- Name: "Drops Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9003
- AegisName: "Poporing_Egg"
- Name: "Poporing Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9004
- AegisName: "Lunatic_Egg"
- Name: "Lunatic Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9005
- AegisName: "Picky_Egg"
- Name: "Picky Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9006
- AegisName: "Chonchon_Egg"
- Name: "Chonchon Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9007
- AegisName: "Steel_Chonchon_Egg"
- Name: "Steel Chonchon Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9008
- AegisName: "Hunter_Fly_Egg"
- Name: "Hunter Fly Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9009
- AegisName: "Savage_Bebe_Egg"
- Name: "Savage Bebe Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9010
- AegisName: "Baby_Desert_Wolf_Egg"
- Name: "Baby Desert Wolf Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9011
- AegisName: "Rocker_Egg"
- Name: "Rocker Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9012
- AegisName: "Spore_Egg"
- Name: "Spore Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9013
- AegisName: "Poison_Spore_Egg"
- Name: "Poison Spore Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9014
- AegisName: "PecoPeco_Egg"
- Name: "PecoPeco Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9015
- AegisName: "Smokie_Egg"
- Name: "Smokie Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9016
- AegisName: "Yoyo_Egg"
- Name: "Yoyo Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9017
- AegisName: "Orc_Warrior_Egg"
- Name: "Orc Warrior Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9018
- AegisName: "Munak_Egg"
- Name: "Munak Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9019
- AegisName: "Dokkaebi_Egg"
- Name: "Dokebi Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9020
- AegisName: "Sohee_Egg"
- Name: "Sohee Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9021
- AegisName: "Isis_Egg"
- Name: "Isis Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9022
- AegisName: "Green_Petite_Egg"
- Name: "Green Petite Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9023
- AegisName: "Deviruchi_Egg"
- Name: "Deviruchi Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9024
- AegisName: "Bapho_Jr._Egg"
- Name: "Bapho Jr. Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9025
- AegisName: "Bongun_Egg"
- Name: "Bongun Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9026
- AegisName: "Zherlthsh_Egg"
- Name: "Zealotus Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9027
- AegisName: "Alice_Egg"
- Name: "Alice Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9028
- AegisName: "Rice_Cake_Egg"
- Name: "Hard Rice Cake"
- Type: 7
- Buy: 20
- Trade: {
- nodrop: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 9029
- AegisName: "Santa_Goblin_Egg"
- Name: "X-mas Goblin's Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9030
- AegisName: "Chung_E_Egg"
- Name: "Green Maiden Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9031
- AegisName: "Spring_Rabbit_Egg"
- Name: "Spring Rabbit Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9032
- AegisName: "Knife_Goblin_Egg"
- Name: "Knife Goblin Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9033
- AegisName: "Flail_Goblin_Egg"
- Name: "Flail Goblin Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9034
- AegisName: "Hammer_Goblin_Egg"
- Name: "Hammer Goblin Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9035
- AegisName: "Red_Deleter_Egg"
- Name: "Red Deleter Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9036
- AegisName: "Diabolic_Egg"
- Name: "Diabolic Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9037
- AegisName: "Wanderer_Egg"
- Name: "Wanderer Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9038
- AegisName: "New_Year_Doll_Egg"
- Name: "New Year Doll Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9039
- AegisName: "Bacsojin_Egg"
- Name: "Bacsojin Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9040
- AegisName: "Civil_Servant_Egg"
- Name: "Civil Servant Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9041
- AegisName: "Leaf_Cat_Egg"
- Name: "Leaf Cat Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9042
- AegisName: "Loli_Ruri_Egg"
- Name: "Loli Ruri Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9043
- AegisName: "Marionette_Egg"
- Name: "Marionette Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9044
- AegisName: "Shinobi_Egg"
- Name: "Shinobi Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9045
- AegisName: "Whisper_Egg"
- Name: "Whisper Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9046
- AegisName: "Goblin_Leader_Egg"
- Name: "Goblin Leader Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9047
- AegisName: "Wicked_Nymph_Egg"
- Name: "Wicked Nymph Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9048
- AegisName: "Miyabi_Ningyo_Egg"
- Name: "Miyabi Ningyo Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9049
- AegisName: "Dullahan_Egg"
- Name: "Dullahan Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9050
- AegisName: "Medusa_Egg"
- Name: "Medusa Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9051
- AegisName: "Stone_Shooter_Egg"
- Name: "Stone Shooter Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9052
- AegisName: "Incubus_Egg"
- Name: "Incubus Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9053
- AegisName: "Golem_Egg"
- Name: "Golem Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9054
- AegisName: "Nightmare_Terror_Egg"
- Name: "Nightmare Terror Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9055
- AegisName: "Succubus_Egg"
- Name: "Succubus Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9056
- AegisName: "Imp_Egg"
- Name: "Imp Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9057
- AegisName: "Egg_Of_Tiny"
- Name: "Egg Of Tiny"
- Type: 7
- Buy: 20
-},
-{
- Id: 9058
- AegisName: "Snow_Rabbit_Egg"
- Name: "Christmas Snow Rabbit Egg"
- Type: 7
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 9059
- AegisName: "Tikbalang_Pet"
- Name: "Tikbalang Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9060
- AegisName: "Brownie_Egg"
- Name: "Egg of Domovoi"
- Type: 7
- Buy: 20
-},
-{
- Id: 9061
- AegisName: "Marin_Egg"
- Name: "Marin Egg"
- Type: 7
- Buy: 20
-},
-{
- Id: 9062
- AegisName: "Novice_Poring_Egg"
- Name: "Novice Poring Egg"
- Type: 7
- Buy: 20
-},
-// Pet Accessories
-// ===================================================================
-{
- Id: 10001
- AegisName: "Skull_Helm"
- Name: "Skull Helm"
- Type: 8
- Buy: 20
-},
-{
- Id: 10002
- AegisName: "Monster_Oxygen_Mask"
- Name: "Monster Oxygen Mask"
- Type: 8
- Buy: 20
-},
-{
- Id: 10003
- AegisName: "Transparent_Headgear"
- Name: "Transparent Head Protector"
- Type: 8
- Buy: 20
-},
-{
- Id: 10004
- AegisName: "Pacifier"
- Name: "Pacifier"
- Type: 8
- Buy: 20
-},
-{
- Id: 10005
- AegisName: "Wig"
- Name: "Wig"
- Type: 8
- Buy: 20
-},
-{
- Id: 10006
- AegisName: "Queen's_Hair_Ornament"
- Name: "Queen's Hair Ornament"
- Type: 8
- Buy: 20
-},
-{
- Id: 10007
- AegisName: "Silk_Ribbon"
- Name: "Silk Ribbon"
- Type: 8
- Buy: 20
-},
-{
- Id: 10008
- AegisName: "Punisher"
- Name: "Punisher"
- Type: 8
- Buy: 20
-},
-{
- Id: 10009
- AegisName: "Wild_Flower"
- Name: "Wild Flower"
- Type: 8
- Buy: 20
-},
-{
- Id: 10010
- AegisName: "Battered_Pot"
- Name: "Battered Pot"
- Type: 8
- Buy: 20
-},
-{
- Id: 10011
- AegisName: "Stellar_Hairpin"
- Name: "Stellar Hairpin"
- Type: 8
- Buy: 20
-},
-{
- Id: 10012
- AegisName: "Tiny_Egg_Shell"
- Name: "Tiny Egg Shell"
- Type: 8
- Buy: 20
-},
-{
- Id: 10013
- AegisName: "Backpack"
- Name: "Poring Pet Backpack"
- Type: 8
- Buy: 1500
-},
-{
- Id: 10014
- AegisName: "Rocker_Glasses"
- Name: "Rocker Glasses"
- Type: 8
- Buy: 2000
-},
-{
- Id: 10015
- AegisName: "Green_Lace"
- Name: "Green Lace"
- Type: 8
- Buy: 20
-},
-{
- Id: 10016
- AegisName: "Golden_Bell"
- Name: "Golden Bell"
- Type: 8
- Buy: 20
-},
-{
- Id: 10017
- AegisName: "Bark_Shorts"
- Name: "Bark Shorts"
- Type: 8
- Buy: 20
-},
-{
- Id: 10018
- AegisName: "Monkey_Circlet"
- Name: "Monkey Circlet"
- Type: 8
- Buy: 20
-},
-{
- Id: 10019
- AegisName: "Red_Muffler"
- Name: "Red Scarf"
- Type: 8
- Buy: 20
-},
-{
- Id: 10020
- AegisName: "Sword_Of_Grave_Keeper"
- Name: "Grave Keeper's Sword"
- Type: 8
- Buy: 20
-},
-{
- Id: 10021
- AegisName: "Round_Hair_Ornament"
- Name: "Circular Headgear"
- Type: 8
- Buy: 20
-},
-{
- Id: 10022
- AegisName: "Golden_Earing"
- Name: "Gold Earring"
- Type: 8
- Buy: 20
-},
-{
- Id: 10023
- AegisName: "Green_Lucky_Bag"
- Name: "Green Jewel Bag"
- Type: 8
- Buy: 20
-},
-{
- Id: 10024
- AegisName: "Fashionable_Glasses"
- Name: "Fashionable Glasses"
- Type: 8
- Buy: 20
-},
-{
- Id: 10025
- AegisName: "Star_Hairband"
- Name: "Hairband Of Stars"
- Type: 8
- Buy: 300000
-},
-{
- Id: 10026
- AegisName: "Wine_On_Sleeve"
- Name: "Tassel for Durumagi"
- Type: 8
- Buy: 20
-},
-{
- Id: 10027
- AegisName: "Spirit_Chain_"
- Name: "Pet Soul Ring"
- Type: 8
- Buy: 300000
-},
-{
- Id: 10028
- AegisName: "Nice_Badge"
- Name: "Beautiful Badges"
- Type: 8
- Buy: 20
-},
-{
- Id: 10029
- AegisName: "Jade_Trinket"
- Name: "Jade Trinket"
- Type: 8
- Buy: 20
-},
-{
- Id: 10030
- AegisName: "Summer_Fan"
- Name: "Summer Fan"
- Type: 8
- Buy: 20
-},
-{
- Id: 10031
- AegisName: "Death_Coil"
- Name: "Ring Of Death"
- Type: 8
- Buy: 20
-},
-{
- Id: 10032
- AegisName: "Queen's_Coronet"
- Name: "Queen's Coronet"
- Type: 8
- Buy: 20
-},
-{
- Id: 10033
- AegisName: "Apro_Hair"
- Name: "Afro"
- Type: 8
- Buy: 20
-},
-{
- Id: 10034
- AegisName: "Ball_Mask"
- Name: "Masked Ball"
- Type: 8
- Buy: 300000
-},
-{
- Id: 10035
- AegisName: "Windup_Spring"
- Name: "Spring"
- Type: 8
- Buy: 20
-},
-{
- Id: 10036
- AegisName: "Hell_Horn"
- Name: "Horn Of Hell"
- Type: 8
- Buy: 20
-},
-{
- Id: 10037
- AegisName: "Black_Butterfly_Mask"
- Name: "Black Butterfly Mask"
- Type: 8
- Buy: 20
-},
-{
- Id: 10038
- AegisName: "Horn_Protector"
- Name: "Horn Barrier"
- Type: 8
- Buy: 20
-},
-{
- Id: 10039
- AegisName: "Tw_Backpack"
- Name: "Tw Backpack"
- Type: 8
- Buy: 20
-},
-// Misc "Etc" Books
-// ===================================================================
-{
- Id: 11000
- AegisName: "Prontera_Book_01"
- Name: "History book of Prontera"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11001
- AegisName: "Adventure_Story01"
- Name: "Adventure Story Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11002
- AegisName: "Great_Chef_Orleans01"
- Name: "Chef King Orleans Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11003
- AegisName: "Legend_Of_Kafra01"
- Name: "Kafra Legend Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11004
- AegisName: "Mercenary_Rebellion"
- Name: "Old Book"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11005
- AegisName: "Tyrant_Schmidt"
- Name: "Rune Royal Family Book"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11006
- AegisName: "Blood_Flower01"
- Name: "Blood Flower Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11007
- AegisName: "Blood_Flower02"
- Name: "Blood Flower Vol.2"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11008
- AegisName: "Barmund"
- Name: "Biographical Dictionary Copy Edition"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11009
- AegisName: "Adventure_Story02"
- Name: "Adventure Story Vol.2"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11010
- AegisName: "Reward_List_Book"
- Name: "Battlegrounds Catalog"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11011
- AegisName: "Barmund_Note"
- Name: "Varmunt's Note"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 11012
- AegisName: "Expedition_Report"
- Name: "Expedition Report"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 11013
- AegisName: "Expedition_Report_Vol1"
- Name: "Expedition Report Vol1"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 11014
- AegisName: "Expedition_Report_Vol2"
- Name: "Expedition Report Vol2"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 11015
- AegisName: "Expedition_Report_Vol3"
- Name: "Expedition Report Vol3"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 11016
- AegisName: "Expedition_Report_Vol4"
- Name: "Expedition Report Vol4"
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 11017
- AegisName: "Reward_List_Book2"
- Name: "KVM Reward Items Catalog"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11018
- AegisName: "Splendide_Selling_Item"
- Name: "Splendide Selling Item"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11019
- AegisName: "Manuk_Selling_Item"
- Name: "Manuk Selling Item"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11020
- AegisName: "Japan_Book1"
- Name: "Japanese Book1"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11021
- AegisName: "Japan_Book2"
- Name: "Japanese Book2"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11022
- AegisName: "Mix_Cook_Book"
- Name: "Cooking Book: Mix Cooking"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11023
- AegisName: "Increase_Stamina_Study"
- Name: "How To Increase Stamina"
- Buy: 10
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 11024
- AegisName: "Vital_Drink_CB"
- Name: "How To Increase Vitality"
- Buy: 10
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 11025
- AegisName: "Swordman_Book_Basic"
- Name: "Swordman Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11026
- AegisName: "Swordman_Book_Practice"
- Name: "Swordman Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11027
- AegisName: "Swrodman_Book_Misc"
- Name: "Swrodman Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11028
- AegisName: "Thief_Book_Basic"
- Name: "Thief Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11029
- AegisName: "Thief_Book_Practice"
- Name: "Thief Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11030
- AegisName: "Thief_Book_Misc"
- Name: "Thief Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11031
- AegisName: "Archer_Book_Basic"
- Name: "Archer Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11032
- AegisName: "Archer_Book_Practice"
- Name: "Archer Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11033
- AegisName: "Archer_Book_Misc"
- Name: "Archer Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11034
- AegisName: "Acol_Book_Basic"
- Name: "Acol Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11035
- AegisName: "Acol_Book_Practice"
- Name: "Acol Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11036
- AegisName: "Acol_Book_Misc"
- Name: "Acol Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11037
- AegisName: "Mage_Book_Basic"
- Name: "Mage Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11038
- AegisName: "Mage_Book_Practice"
- Name: "Mage Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11039
- AegisName: "Mage_Book_Misc"
- Name: "Mage Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11040
- AegisName: "Mer_Book_Basic"
- Name: "Mer Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11041
- AegisName: "Mer_Book_Practice"
- Name: "Mer Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11042
- AegisName: "Mer_Book_Misc"
- Name: "Mer Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11043
- AegisName: "TK_Book_Basic"
- Name: "TK Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11044
- AegisName: "TK_Book_Practice"
- Name: "TK Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11045
- AegisName: "TK_Book_Misc"
- Name: "TK Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11046
- AegisName: "Ninja_Book_Basic"
- Name: "Ninja Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11047
- AegisName: "Ninja_Book_Practice"
- Name: "Ninja Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11048
- AegisName: "Ninja_Book_Misc"
- Name: "Ninja Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11049
- AegisName: "Gun_Book_Basic"
- Name: "Gun Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11050
- AegisName: "Gun_Book_Practice"
- Name: "Gun Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11051
- AegisName: "Gun_Book_Misc"
- Name: "Gun Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11052
- AegisName: "SN_Book_Basic"
- Name: "SN Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11053
- AegisName: "SN_Book_Practice"
- Name: "SN Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11054
- AegisName: "SN_Book_Misc"
- Name: "SN Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11055
- AegisName: "Basic_Adventure"
- Name: "Basic Adventure"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11056
- AegisName: "Spiritualism_Guide"
- Name: "Spiritualism Guide"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11057
- AegisName: "Feb_Sweets"
- Name: "February Sweets"
- Buy: 20
- Weight: 50
-},
-// More Usable Items
-// ===================================================================
-{
- Id: 11058
- AegisName: "Novice_Combi_Book"
- Name: "Beginner Item Book"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11060
- AegisName: "Energy_Xtal_Combi_Book"
- Name: "Energy Crystal Book"
- Buy: 0
- Weight: 10
-},
-{
- Id: 11500
- AegisName: "Light_Yellow_Pot"
- Name: "Light Yellow Potion"
- Type: 0
- Buy: 550
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 11501
- AegisName: "Light_White_Pot"
- Name: "Light White Potion"
- Type: 0
- Buy: 1200
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 11502
- AegisName: "Light_Blue_Pot"
- Name: "Light Blue Potion"
- Type: 0
- Buy: 5000
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal 0,rand(40,60); ">
-},
-{
- Id: 11503
- AegisName: "Siege_White_Potion"
- Name: "WoE White Potion"
- Type: 0
- Buy: 0
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(400,500),0; ">
-},
-{
- Id: 11504
- AegisName: "Siege_Blue_Potion"
- Name: "WoE Blue Potion"
- Type: 0
- Buy: 0
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal 0,rand(50,70); ">
-},
-{
- Id: 11505
- AegisName: "Iris"
- Name: "Iris"
- Type: 0
- Buy: 0
- Weight: 30
- Script: <" itemheal 0,150; ">
-},
-{
- Id: 11506
- AegisName: "Fanta_Orange"
- Name: "Fanta Orange"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11507
- AegisName: "Fanta_Grape"
- Name: "Fanta Grape"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11508
- AegisName: "Karada_Meguri_Tea"
- Name: "Karada Meguricha"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11509
- AegisName: "Royal_Milk_Tea"
- Name: "Black Tea Kochakaden"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11510
- AegisName: "Coke_Zero"
- Name: "Coca Cola Zero"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11511
- AegisName: "Coke_No_Cal"
- Name: "Diet Coca Cola"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11512
- AegisName: "Coca_Cola"
- Name: "Coca Cola"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11513
- AegisName: "Protect_Neck_Candy"
- Name: "Throat Lozenge"
- Type: 0
- Buy: 250
- Weight: 1
- BuyingStore: true
- Script: <" itemheal rand(5,25),0; ">
-},
-{
- Id: 11514
- AegisName: "Enriched_Slim_Pot"
- Name: "Enriched Slim Potion"
- Type: 0
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(335,415),0; ">
-},
-{
- Id: 11515
- AegisName: "Coconut"
- Name: "Coconut"
- Type: 0
- Buy: 1500
- Weight: 120
- BuyingStore: true
- Script: <" itemheal rand(300,400),0; ">
-},
-{
- Id: 11516
- AegisName: "Asai_Fruit"
- Name: "Asai Fruit"
- Type: 0
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(16,22),0; ">
-},
-{
- Id: 11517
- AegisName: "Puri_Potion"
- Name: "Purification Potion"
- Type: 0
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" itemheal rand(400,600),0; ">
-},
-{
- Id: 11518
- AegisName: "N_Blue_Potion"
- Name: "Cure Free"
- Type: 0
- Buy: 0
- Weight: 50
- EquipLv: [1, 20]
- Script: <" itemheal 0,5; ">
-},
-{
- Id: 11519
- AegisName: "Beef_Toast"
- Name: "Bifrost"
- Type: 0
- Buy: 1200
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(170,250),0; ">
-},
-{
- Id: 11520
- AegisName: "Mora_Mandarin"
- Name: "Mora Mandarin"
- Type: 0
- Buy: 500
- Weight: 20
- EquipLv: 100
- BuyingStore: true
- Script: <" itemheal 0,rand(50,80); ">
-},
-{
- Id: 11521
- AegisName: "Pingui_Berry_Juice"
- Name: "Pinguicula Berry Juice"
- Type: 0
- Buy: 500
- Weight: 50
- EquipLv: 100
- BuyingStore: true
- Script: <" itemheal rand(400,800),rand(50,80); ">
-},
-{
- Id: 11522
- AegisName: "Red_Raffle_Sap"
- Name: "Red Raffle Sap"
- Type: 0
- Buy: 2500
- Weight: 100
- EquipLv: 100
- BuyingStore: true
- Delay: 1000
- Script: <" itemheal rand(400,800),0; ">
-},
-{
- Id: 11523
- AegisName: "Yellow_Raffle_Sap"
- Name: "Yellow Raffle Sap"
- Type: 0
- Buy: 3000
- Weight: 120
- EquipLv: 110
- BuyingStore: true
- Delay: 2000
- Script: <" itemheal rand(600,1000),0; ">
-},
-{
- Id: 11524
- AegisName: "White_Raffle_Sap"
- Name: "White Raffle Sap"
- Type: 0
- Buy: 3500
- Weight: 140
- EquipLv: 120
- BuyingStore: true
- Delay: 3000
- Script: <" itemheal rand(800,1200),0; ">
-},
-{
- Id: 11525
- AegisName: "Mora_Hip_Tea"
- Name: "Mora Hip Tea"
- Type: 0
- Buy: 20
- Weight: 150
- EquipLv: 120
- BuyingStore: true
- Delay: 5000
- Script: <" itemheal rand(1500,2000),0; ">
-},
-{
- Id: 11526
- AegisName: "Rafflecino"
- Name: "Rafflecino"
- Type: 0
- Buy: 20
- Weight: 100
- EquipLv: 120
- BuyingStore: true
- Script: <" itemheal 0,rand(120,160); ">
-},
-{
- Id: 11527
- AegisName: "Baklava"
- Name: "Baklava"
- Type: 0
- Buy: 3500
- Weight: 600
- Script: <" itemheal 1200,440; ">
-},
-{
- Id: 11528
- AegisName: "Kanafeh"
- Name: "Kanafeh"
- Type: 0
- Buy: 1500
- Weight: 200
- Script: <" itemheal 300,240; ">
-},
-{
- Id: 11529
- AegisName: "MAAMOUL_"
- Name: "MAAMOUL "
- Type: 0
- Buy: 500
- Weight: 100
- Script: <" itemheal 120,60; ">
-},
-{
- Id: 11530
- AegisName: "Jujube"
- Name: "Jujube"
- Type: 0
- Buy: 10
- Weight: 100
- Script: <" itemheal 30,0; ">
-},
-{
- Id: 11531
- AegisName: "Coffee"
- Name: "Coffee"
- Type: 0
- Buy: 10
- Weight: 100
- Script: <" itemheal 0,10; ">
-},
-{
- Id: 11532
- AegisName: "Nasi_Goreng"
- Name: "Nasi Goreng"
- Type: 0
- Buy: 15
- Weight: 20
- Script: <" itemheal rand(17,23),0; ">
-},
-{
- Id: 11533
- AegisName: "Satay"
- Name: "Satay"
- Type: 0
- Buy: 15
- Weight: 20
- Script: <" itemheal rand(17,23),0; ">
-},
-{
- Id: 11534
- AegisName: "Coco_Juice"
- Name: "Coconut Juice"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <" itemheal rand(17,23),0; ">
-},
-{
- Id: 11535
- AegisName: "Almond_Chocolate"
- Name: "Almond Chocolate"
- Type: 0
- Buy: 190
- Weight: 200
- Script: <" itemheal 0,rand(8,16); ">
-},
-{
- Id: 11536
- AegisName: "Cat_Hard_Biscuit"
- Name: "Cat's Ship Biscuit"
- Type: 0
- Buy: 0
- Weight: 10
- Script: <" itemheal rand(70,110),0; ">
-},
-{
- Id: 11537
- AegisName: "Rice_weevil_Bug"
- Name: "Weevil Bug Worm"
- Type: 0
- Buy: 0
- Weight: 10
- Script: <" itemheal rand(100,150),0; ">
-},
-{
- Id: 11538
- AegisName: "Octupus_Leg"
- Name: "Fresh Octopus Legs"
- Type: 0
- Buy: 20
- Weight: 30
- Script: <" itemheal rand(35,60),rand(5,10); ">
-},
-{
- Id: 11539
- AegisName: "Athale_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11540
- AegisName: "Shyai_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11541
- AegisName: "Mid_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11542
- AegisName: "Zonda_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11543
- AegisName: "Goedo_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11544
- AegisName: "Huike_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11545
- AegisName: "Rune_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11546
- AegisName: "Pope_Choco"
- Name: "Handmade Chocolate"
- Type: 0
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 11547
- AegisName: "Woe_Violet_Potion"
- Name: "WoE Violet Potion"
- Type: 0
- Buy: 0
- Weight: 80
- Script: <" itemheal rand(500,700),rand(60,85); ">
-},
-{
- Id: 11548
- AegisName: "Woe_White_Potion"
- Name: "WoE White Potion"
- Type: 0
- Buy: 0
- Weight: 80
- Script: <" percentheal 10,0; ">
-},
-{
- Id: 11549
- AegisName: "Woe_Blue_Potion"
- Name: "WoE Blue Potion"
- Type: 0
- Buy: 0
- Weight: 80
- Script: <" percentheal 0,10; ">
-},
-{
- Id: 11550
- AegisName: "Pumpkin_Cake"
- Name: "Pumpkin Cake"
- Type: 0
- Buy: 10
- Weight: 40
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 11551
- AegisName: "Savory_Herb_Salad"
- Name: "Aromatic Herb Seasoned"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(20,30),0; ">
-},
-{
- Id: 11552
- AegisName: "Apple_Carrot_Salad"
- Name: "Apple Carrot Salad"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(20,30),0; ">
-},
-{
- Id: 11553
- AegisName: "Casual_Stew"
- Name: "Anything Casserole"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(20,30),0; ">
-},
-{
- Id: 11554
- AegisName: "Golden_Roasted_Apple"
- Name: "92 Golden Apple"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(20,30),0; ">
-},
-{
- Id: 11592
- AegisName: "Trance_Candy_R"
- Name: "Red Transform Candy"
- Type: 0
- Weight: 30
- Script: <"
- itemheal rand(45,65),0;
- montransform "Bloody Murderer",600000,SC_MTF_MHP,1000;
- ">
-},
-{
- Id: 11593
- AegisName: "Trance_Candy_B"
- Name: "Blue Transform Candy"
- Type: 0
- Weight: 30
- Script: <"
- itemheal rand(45,65),0;
- montransform "Bathory",600000,SC_MTF_MSP,100;
- ">
-},
-{
- Id: 11594
- AegisName: "Trance_Candy_Y"
- Name: "Yellow Transform Candy"
- Type: 0
- Weight: 30
- Script: <"
- itemheal rand(45,65),0;
- montransform "Jakk",600000,SC_MTF_PUMPKIN,2000;
- ">
-},
-{
- Id: 11595
- AegisName: "Trance_Candy_G"
- Name: "Green Transform Candy"
- Type: 0
- Weight: 30
- Script: <"
- itemheal rand(45,65),0;
- montransform "Quve",600000,SC_MTF_HITFLEE,10,20;
- ">
-},
-{
- Id: 11701
- AegisName: "Girl_Bunch_Of_Flower"
- Name: "Girl's Bouquet"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 11702
- AegisName: "Moon_Cookie"
- Name: "Moon Cookie"
- Type: 0
- Buy: 0
- Weight: 300
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 11703
- AegisName: "Mysterious_Blood"
- Name: "Mystery Blood"
- Type: 0
- Buy: 0
- Weight: 30
- Script: <" itemheal 0,rand(25,35); ">
-},
-{
- Id: 11704
- AegisName: "KETUPAT_F"
- Name: "Ketupat"
- Type: 0
- Buy: 2
- Weight: 10
- Script: <" itemheal rand(70,90),0; ">
-},
-{
- Id: 11705
- AegisName: "Special_White_Potion"
- Name: "Child Potion"
- Type: 0
- Buy: 1
- Weight: 10
- Script: <" itemheal rand(425,425),0; ">
-},
-{
- Id: 11706
- AegisName: "Steak"
- Name: "Steak"
- Type: 0
- Buy: 1
- Weight: 200
- Script: <" itemheal rand(700,1000),0; ">
-},
-{
- Id: 11707
- AegisName: "Roasted_Beef"
- Name: "Roast Beef"
- Type: 0
- Buy: 1
- Weight: 200
- Script: <" itemheal 0,rand(100,200); ">
-},
-{
- Id: 11708
- AegisName: "Fore_Flank_Sirloin"
- Name: "Fore Flank Sirloin"
- Type: 0
- Buy: 20
- Weight: 100
- Script: <" itemheal rand(30,50),rand(1,5); ">
-},
-{
- Id: 11709
- AegisName: "Fanta_Zero_Lemon"
- Name: "Fanta Zero Lemon"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11710
- AegisName: "Sakura_Mist"
- Name: "Sakura Mist"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11711
- AegisName: "Sakura_Milk_Tea"
- Name: "Sakura Milk Tea"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11712
- AegisName: "First_Leaf_Tea"
- Name: "Flower"
- Type: 0
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11713
- AegisName: "Julia's_Candy"
- Name: "Julia's Candy"
- Type: 0
- Buy: 0
- Weight: 30
- Script: <" itemheal rand(40,45),0; ">
-},
-{
- Id: 12000
- AegisName: "Cold_Scroll_2_5"
- Name: "Level 5 Frost Diver"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FROSTDIVER,5; ">
-},
-{
- Id: 12001
- AegisName: "Holy_Scroll_1_3"
- Name: "Level 3 Heal"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_HEAL,3; ">
-},
-{
- Id: 12002
- AegisName: "Holy_Scroll_1_5"
- Name: "Level 5 Heal"
- Type: 11
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_HEAL,5; ">
-},
-{
- Id: 12003
- AegisName: "Holy_Scroll_2_1"
- Name: "Level 1 Teleport"
- Type: 11
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Script: <" itemskill AL_TELEPORT,1; ">
-},
-{
- Id: 12004
- AegisName: "Arrow_Container"
- Name: "Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1750,500; ">
-},
-{
- Id: 12005
- AegisName: "Iron_Arrow_Container"
- Name: "Iron Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1770,500; ">
-},
-{
- Id: 12006
- AegisName: "Steel_Arrow_Container"
- Name: "Steel Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1753,500; ">
-},
-{
- Id: 12007
- AegisName: "Ori_Arrow_Container"
- Name: "Oridecon Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1765,500; ">
-},
-{
- Id: 12008
- AegisName: "Fire_Arrow_Container"
- Name: "Fire Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1752,500; ">
-},
-{
- Id: 12009
- AegisName: "Silver_Arrow_Container"
- Name: "Silver Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1751,500; ">
-},
-{
- Id: 12010
- AegisName: "Wind_Arrow_Container"
- Name: "Wind Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1755,500; ">
-},
-{
- Id: 12011
- AegisName: "Stone_Arrow_Container"
- Name: "Stone Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1756,500; ">
-},
-{
- Id: 12012
- AegisName: "Crystal_Arrow_Container"
- Name: "Crystal Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1754,500; ">
-},
-{
- Id: 12013
- AegisName: "Shadow_Arrow_Container"
- Name: "Shadow Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1767,500; ">
-},
-{
- Id: 12014
- AegisName: "Imma_Arrow_Container"
- Name: "Immaterial Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1757,500; ">
-},
-{
- Id: 12015
- AegisName: "Rusty_Arrow_Container"
- Name: "Rusty Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1762,500; ">
-},
-{
- Id: 12016
- AegisName: "Speed_Up_Potion"
- Name: "Speed Potion"
- Type: 2
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; ">
-},
-{
- Id: 12017
- AegisName: "Slow_Down_Potion"
- Name: "Slow Potion"
- Type: 2
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_SLOWDOWN,5000,0; ">
-},
-{
- Id: 12018
- AegisName: "Fire_Cracker"
- Name: "Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" end; ">
-},
-{
- Id: 12019
- AegisName: "Holy_Egg"
- Name: "Holy Egg"
- Type: 11
- Buy: 2
- Weight: 150
- Script: <" itemskill ALL_RESURRECTION,2; ">
-},
-{
- Id: 12020
- AegisName: "Water_Of_Darkness"
- Name: "Cursed Water"
- Type: 11
- Buy: 2
- Weight: 30
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,8; ">
-},
-{
- Id: 12021
- AegisName: "Pork_Belly"
- Name: "Pork"
- Type: 0
- Buy: 0
- Weight: 10
- Script: <" itemheal rand(70,99),0; ">
-},
-{
- Id: 12022
- AegisName: "Spareribs"
- Name: "Galbi"
- Type: 0
- Buy: 0
- Weight: 10
- Script: <" itemheal rand(70,99),0; ">
-},
-{
- Id: 12023
- AegisName: "Giftbox_China"
- Name: "Wrapped Box"
- Type: 2
- Buy: 1000
- Weight: 200
- Script: <" getrandgroupitem 12023,1; ">
-},
-{
- Id: 12024
- AegisName: "Red_Pouch_Of_Surprise"
- Name: "Red Pouch"
- Type: 2
- Buy: 50
- Weight: 50
- Script: <" monster "this",-1,-1,"--ja--",-4,1,""; ">
-},
-{
- Id: 12025
- AegisName: "Egg_Boy"
- Name: "Dano Festival Egg"
- Type: 2
- Buy: 1000
- Weight: 200
- Script: <" getrandgroupitem 12025,1; ">
-},
-{
- Id: 12026
- AegisName: "Egg_Girl"
- Name: "Dano Festival Egg"
- Type: 2
- Buy: 1000
- Weight: 200
- Script: <" getrandgroupitem 12026,1; ">
-},
-{
- Id: 12027
- AegisName: "Giggling_Box"
- Name: "Giggling Box"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 9,0;
- sc_start SC_CURSE,30000,0,3000,SCFLAG_NONE;
- ">
-},
-{
- Id: 12028
- AegisName: "Box_Of_Thunder"
- Name: "Box of Thunder"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_MOVHASTE_HORSE,20000,0; ">
-},
-{
- Id: 12029
- AegisName: "Gloomy_Box"
- Name: "Box of Gloom"
- Type: 11
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AC_CONCENTRATION,1; ">
-},
-{
- Id: 12030
- AegisName: "Box_Of_Grudge"
- Name: "Box of Resentment"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_PLUSATTACKPOWER,60000,20; ">
-},
-{
- Id: 12031
- AegisName: "Sleepy_Box"
- Name: "Box of Drowsiness"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_PLUSMAGICPOWER,60000,20; ">
-},
-{
- Id: 12032
- AegisName: "Box_Of_Storm"
- Name: "Box of Storms"
- Type: 11
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ITEM_ENCHANTARMS,2; ">
-},
-{
- Id: 12033
- AegisName: "Box_Of_Sunlight"
- Name: "Box of Sunlight"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CLAIRVOYANCE,30000,0; ">
-},
-{
- Id: 12034
- AegisName: "Painting_Box"
- Name: "Box of Panting"
- Type: 2
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,9;
- sc_start SC_SILENCE,30000,0,3000,SCFLAG_NONE;
- ">
-},
-{
- Id: 12035
- AegisName: "Lotto_Box01"
- Name: "Lotto Box 01"
- Type: 2
- Buy: 0
- Weight: 20
- Script: <" getrandgroupitem 12035,1; ">
-},
-{
- Id: 12036
- AegisName: "Lotto_Box02"
- Name: "Lotto Box 02"
- Type: 2
- Buy: 0
- Weight: 20
- Script: <" getrandgroupitem 12036,1; ">
-},
-{
- Id: 12037
- AegisName: "Lotto_Box03"
- Name: "Lotto Box 03"
- Type: 2
- Buy: 0
- Weight: 20
- Script: <" getrandgroupitem 12037,1; ">
-},
-{
- Id: 12038
- AegisName: "Lotto_Box04"
- Name: "Lotto Box 04"
- Type: 2
- Buy: 0
- Weight: 20
- Script: <" getrandgroupitem 12038,1; ">
-},
-{
- Id: 12039
- AegisName: "Lotto_Box05"
- Name: "Lotto Box 05"
- Type: 2
- Buy: 0
- Weight: 20
- Script: <" getrandgroupitem 12039,1; ">
-},
-{
- Id: 12040
- AegisName: "Stone_Of_Intelligence_"
- Name: "Stone of Sage"
- Type: 2
- Buy: 100000
- Weight: 300
- BuyingStore: true
- Script: <" homevolution; ">
-},
-{
- Id: 12041
- AegisName: "Str_Dish01"
- Name: "Fried Grasshopper Legs"
- Type: 0
- Buy: 0
- Weight: 60
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 12042
- AegisName: "Str_Dish02"
- Name: "Seasoned Sticky Webfoot"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 12043
- AegisName: "Str_Dish03"
- Name: "Bomber Steak"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 12044
- AegisName: "Str_Dish04"
- Name: "Herb Marinade Beef"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,4;
- percentheal 5,0;
- ">
-},
-{
- Id: 12045
- AegisName: "Str_Dish05"
- Name: "Lutie Lady's Pancake"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 12046
- AegisName: "Int_Dish01"
- Name: "Grape Juice Herbal Tea"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,1;
- percentheal 0,5;
- ">
-},
-{
- Id: 12047
- AegisName: "Int_Dish02"
- Name: "Autumn Red Tea"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,2;
- percentheal 0,5;
- ">
-},
-{
- Id: 12048
- AegisName: "Int_Dish03"
- Name: "Honey Herbal Tea"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,3;
- percentheal 0,5;
- ">
-},
-{
- Id: 12049
- AegisName: "Int_Dish04"
- Name: "Morroc Fruit Wine"
- Type: 0
- Buy: 0
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,4;
- percentheal 0,5;
- ">
-},
-{
- Id: 12050
- AegisName: "Int_Dish05"
- Name: "Mastela Fruit Wine"
- Type: 0
- Buy: 0
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,5;
- percentheal 0,10;
- ">
-},
-{
- Id: 12051
- AegisName: "Vit_Dish01"
- Name: "Steamed Crab Nippers"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 12052
- AegisName: "Vit_Dish02"
- Name: "Assorted Seafood"
- Type: 0
- Buy: 0
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 12053
- AegisName: "Vit_Dish03"
- Name: "Clam Soup"
- Type: 0
- Buy: 0
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 12054
- AegisName: "Vit_Dish04"
- Name: "Seasoned Jellyfish"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,4;
- percentheal 5,0;
- ">
-},
-{
- Id: 12055
- AegisName: "Vit_Dish05"
- Name: "Spicy Fried Bao"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 12056
- AegisName: "Agi_Dish01"
- Name: "Frog Egg Squid Ink Soup"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,1;
- percentheal 3,1;
- ">
-},
-{
- Id: 12057
- AegisName: "Agi_Dish02"
- Name: "Smooth Noodle"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,2;
- percentheal 3,1;
- ">
-},
-{
- Id: 12058
- AegisName: "Agi_Dish03"
- Name: "Tentacle Cheese Gratin"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,3;
- percentheal 3,1;
- ">
-},
-{
- Id: 12059
- AegisName: "Agi_Dish04"
- Name: "Lutie Cold Noodle"
- Type: 0
- Buy: 0
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,4;
- percentheal 3,1;
- ">
-},
-{
- Id: 12060
- AegisName: "Agi_Dish05"
- Name: "Steamed Bat Wing in Pumpkin"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,5;
- percentheal 6,2;
- ">
-},
-{
- Id: 12061
- AegisName: "Dex_Dish01"
- Name: "Honey Grape Juice"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,1;
- percentheal 2,2;
- ">
-},
-{
- Id: 12062
- AegisName: "Dex_Dish02"
- Name: "Chocolate Mousse Cake"
- Type: 0
- Buy: 0
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,2;
- percentheal 2,2;
- ">
-},
-{
- Id: 12063
- AegisName: "Dex_Dish03"
- Name: "Fruit Mix"
- Type: 0
- Buy: 0
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,3;
- percentheal 2,2;
- ">
-},
-{
- Id: 12064
- AegisName: "Dex_Dish04"
- Name: "Cream Sandwich"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,4;
- percentheal 2,2;
- ">
-},
-{
- Id: 12065
- AegisName: "Dex_Dish05"
- Name: "Green Salad"
- Type: 0
- Buy: 0
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,5;
- percentheal 5,5;
- ">
-},
-{
- Id: 12066
- AegisName: "Luk_Dish01"
- Name: "Fried Monkey Tails"
- Type: 0
- Buy: 0
- Weight: 60
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,1;
- percentheal 3,2;
- ">
-},
-{
- Id: 12067
- AegisName: "Luk_Dish02"
- Name: "Mixed Juice"
- Type: 0
- Buy: 0
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,2;
- percentheal 3,2;
- ">
-},
-{
- Id: 12068
- AegisName: "Luk_Dish03"
- Name: "Fried Sweet Potato"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,3;
- percentheal 4,2;
- ">
-},
-{
- Id: 12069
- AegisName: "Luk_Dish04"
- Name: "Steamed Ancient Lips"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,4;
- percentheal 4,2;
- ">
-},
-{
- Id: 12070
- AegisName: "Luk_Dish05"
- Name: "Fried Scorpion Tails"
- Type: 0
- Buy: 0
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,5;
- percentheal 5,2;
- ">
-},
-{
- Id: 12071
- AegisName: "Str_Dish06"
- Name: "Shiny Marinade Beef"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,6;
- percentheal 10,2;
- ">
-},
-{
- Id: 12072
- AegisName: "Str_Dish07"
- Name: "Whole Roast"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,7;
- percentheal 10,4;
- ">
-},
-{
- Id: 12073
- AegisName: "Str_Dish08"
- Name: "Bearfoot Special"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,8;
- percentheal 15,6;
- ">
-},
-{
- Id: 12074
- AegisName: "Str_Dish09"
- Name: "Tendon Satay"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,9;
- percentheal 15,8;
- ">
-},
-{
- Id: 12075
- AegisName: "Str_Dish10"
- Name: "Steamed Tongue"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,10;
- percentheal 20,20;
- ">
-},
-{
- Id: 12076
- AegisName: "Int_Dish06"
- Name: "Red Mushroom Wine"
- Type: 0
- Buy: 0
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,6;
- percentheal 2,10;
- ">
-},
-{
- Id: 12077
- AegisName: "Int_Dish07"
- Name: "Special Royal Jelly Herbal Tea"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,7;
- percentheal 4,10;
- ">
-},
-{
- Id: 12078
- AegisName: "Int_Dish08"
- Name: "Royal Family Tea"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,8;
- percentheal 6,10;
- ">
-},
-{
- Id: 12079
- AegisName: "Int_Dish09"
- Name: "Tristram 12"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,9;
- percentheal 8,15;
- ">
-},
-{
- Id: 12080
- AegisName: "Int_Dish10"
- Name: "Dragon Breath Cocktail"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,10;
- percentheal 10,20;
- ">
-},
-{
- Id: 12081
- AegisName: "Vit_Dish06"
- Name: "Awfully Bitter Bracer"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,6;
- percentheal 13,0;
- ">
-},
-{
- Id: 12082
- AegisName: "Vit_Dish07"
- Name: "Sumptuous Feast"
- Type: 0
- Buy: 0
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,7;
- percentheal 16,0;
- ">
-},
-{
- Id: 12083
- AegisName: "Vit_Dish08"
- Name: "Giant Burito"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,8;
- percentheal 19,0;
- ">
-},
-{
- Id: 12084
- AegisName: "Vit_Dish09"
- Name: "Ascending Dragon Soup"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,9;
- percentheal 22,0;
- ">
-},
-{
- Id: 12085
- AegisName: "Vit_Dish10"
- Name: "Immortal Stew"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,10;
- percentheal 25,0;
- ">
-},
-{
- Id: 12086
- AegisName: "Agi_Dish06"
- Name: "Chile Shrimp Gratin"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,6;
- percentheal 7,2;
- ">
-},
-{
- Id: 12087
- AegisName: "Agi_Dish07"
- Name: "Steamed Alligator with Vegetable"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,7;
- percentheal 8,2;
- ">
-},
-{
- Id: 12088
- AegisName: "Agi_Dish08"
- Name: "Incredibly Spicy Curry"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,8;
- percentheal 9,2;
- ">
-},
-{
- Id: 12089
- AegisName: "Agi_Dish09"
- Name: "Special Meat Stew"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,9;
- percentheal 10,2;
- ">
-},
-{
- Id: 12090
- AegisName: "Agi_Dish10"
- Name: "Steamed Desert Scorpions"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12091
- AegisName: "Dex_Dish06"
- Name: "Peach Cake"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,6;
- percentheal 5,6;
- ">
-},
-{
- Id: 12092
- AegisName: "Dex_Dish07"
- Name: "Soul Haunted Bread"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,7;
- percentheal 5,7;
- ">
-},
-{
- Id: 12093
- AegisName: "Dex_Dish08"
- Name: "Special Toast"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,8;
- percentheal 5,8;
- ">
-},
-{
- Id: 12094
- AegisName: "Dex_Dish09"
- Name: "Heavenly Fruit Juice"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,9;
- percentheal 5,9;
- ">
-},
-{
- Id: 12095
- AegisName: "Dex_Dish10"
- Name: "Hwergelmir's Tonic"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,10;
- percentheal 10,10;
- ">
-},
-{
- Id: 12096
- AegisName: "Luk_Dish06"
- Name: "Lucky Soup"
- Type: 0
- Buy: 0
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,6;
- percentheal 6,3;
- ">
-},
-{
- Id: 12097
- AegisName: "Luk_Dish07"
- Name: "Assorted Shish Kebob"
- Type: 0
- Buy: 0
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,7;
- percentheal 7,3;
- ">
-},
-{
- Id: 12098
- AegisName: "Luk_Dish08"
- Name: "Strawberry Flavored Rice Ball"
- Type: 0
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,8;
- percentheal 9,3;
- ">
-},
-{
- Id: 12099
- AegisName: "Luk_Dish09"
- Name: "Blood Flavored Soda"
- Type: 0
- Buy: 0
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,9;
- percentheal 10,4;
- ">
-},
-{
- Id: 12100
- AegisName: "Luk_Dish10"
- Name: "Cooked Nine Tail's Tails"
- Type: 0
- Buy: 0
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,10;
- percentheal 14,8;
- ">
-},
-{
- Id: 12101
- AegisName: "Citron"
- Name: "Citron"
- Type: 0
- Buy: 20
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 12102
- AegisName: "Meat_Skewer"
- Name: "Grilled Skewer"
- Type: 0
- Buy: 20
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 12103
- AegisName: "Bloody_Dead_Branch"
- Name: "Bloody Branch"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" monster "this",-1,-1,"--ja--",-3,1,""; ">
-},
-{
- Id: 12104
- AegisName: "Random_Quiver"
- Name: "Random Quiver"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 12104,1; ">
-},
-{
- Id: 12105
- AegisName: "Set_Of_Taiming_Item"
- Name: "Taming Gift Set"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12105,1;
- getrandgroupitem 12105,1;
- getrandgroupitem 12105,1;
- ">
-},
-{
- Id: 12106
- AegisName: "Accessory_Box"
- Name: "Jewelry Box"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 12106,1; ">
-},
-{
- Id: 12107
- AegisName: "Wrapped_Mask"
- Name: "Wrapped Mask"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 12107,1; ">
-},
-{
- Id: 12108
- AegisName: "Bundle_Of_Magic_Scroll"
- Name: "Scroll Package"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- ">
-},
-{
- Id: 12109
- AegisName: "Poring_Box"
- Name: "Poring Box"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" monster "this",-1,-1,"--ja--",-2,1,""; ">
-},
-{
- Id: 12110
- AegisName: "First_Aid_Kit"
- Name: "First Aid Kit"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- ">
-},
-{
- Id: 12111
- AegisName: "Food_Package"
- Name: "Bundle of Food"
- Type: 2
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12111,1;
- getrandgroupitem 12111,1;
- getrandgroupitem 12111,1;
- ">
-},
-{
- Id: 12112
- AegisName: "Tropical_Sograt"
- Name: "Tropical Sograt"
- Type: 2
- Buy: 1000
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_CURSE,10000,1; ">
-},
-{
- Id: 12113
- AegisName: "Vermilion_The_Beach"
- Name: "Vermilion on the Beach"
- Type: 2
- Buy: 1000
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_STUN,10000,1; ">
-},
-{
- Id: 12114
- AegisName: "Elemental_Fire"
- Name: "Elemental Converter"
- Type: 11
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,4; ">
-},
-{
- Id: 12115
- AegisName: "Elemental_Water"
- Name: "Elemental Converter"
- Type: 11
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,2; ">
-},
-{
- Id: 12116
- AegisName: "Elemental_Earth"
- Name: "Elemental Converter"
- Type: 11
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,3; ">
-},
-{
- Id: 12117
- AegisName: "Elemental_Wind"
- Name: "Elemental Converter"
- Type: 11
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,5; ">
-},
-{
- Id: 12118
- AegisName: "Resist_Fire"
- Name: "Fireproof Potion"
- Type: 2
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; ">
-},
-{
- Id: 12119
- AegisName: "Resist_Water"
- Name: "Coldproof Potion"
- Type: 2
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; ">
-},
-{
- Id: 12120
- AegisName: "Resist_Earth"
- Name: "Earthproof Potion"
- Type: 2
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; ">
-},
-{
- Id: 12121
- AegisName: "Resist_Wind"
- Name: "Thunderproof Potion"
- Type: 2
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; ">
-},
-{
- Id: 12122
- AegisName: "Sesame_Pastry"
- Name: "Sesame Pastry"
- Type: 2
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; ">
-},
-{
- Id: 12123
- AegisName: "Honey_Pastry"
- Name: "Honey Pastry"
- Type: 2
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; ">
-},
-{
- Id: 12124
- AegisName: "Rainbow_Cake"
- Name: "Rainbow Cake"
- Type: 2
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <"
- sc_start SC_BATKFOOD,1200000,10;
- sc_start SC_MATKFOOD,120000,10;
- ">
-},
-{
- Id: 12125
- AegisName: "Outdoor_Cooking_Kits"
- Name: "Outdoor Cooking Kit"
- Type: 2
- Buy: 500
- Weight: 20
- BuyingStore: true
- Script: <" cooking 11; ">
-},
-{
- Id: 12126
- AegisName: "Indoor_Cooking_Kits"
- Name: "Home Cooking Kit"
- Type: 2
- Buy: 1000
- Weight: 30
- BuyingStore: true
- Script: <" cooking 12; ">
-},
-{
- Id: 12127
- AegisName: "High_end_Cooking_Kits"
- Name: "Professional Cooking Kit"
- Type: 2
- Buy: 2000
- Weight: 50
- BuyingStore: true
- Script: <" cooking 13; ">
-},
-{
- Id: 12128
- AegisName: "Imperial_Cooking_Kits"
- Name: "Royal Cooking Kit"
- Type: 2
- Buy: 5000
- Weight: 70
- BuyingStore: true
- Script: <" cooking 14; ">
-},
-{
- Id: 12129
- AegisName: "Fantastic_Cooking_Kits"
- Name: "Fantastic Cooking Kit"
- Type: 2
- Buy: 10000
- Weight: 70
- BuyingStore: true
- Script: <" cooking 15; ">
-},
-{
- Id: 12130
- AegisName: "Cookie_Bag"
- Name: "Cookie Bag"
- Type: 2
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <"
- getrandgroupitem 12130,1;
- getrandgroupitem 12130,1;
- getrandgroupitem 12130,1;
- ">
-},
-{
- Id: 12131
- AegisName: "Lucky_Potion"
- Name: "Lucky Potion"
- Type: 0
- Buy: 2
- Weight: 100
-},
-{
- Id: 12132
- AegisName: "Red_Bag"
- Name: "Santa's Bag"
- Type: 2
- Buy: 0
- Weight: 200
- BuyingStore: true
- Script: <" sc_start SC_XMAS,600000,0; ">
-},
-{
- Id: 12133
- AegisName: "Ice_Cream_"
- Name: "McDonald's Ice Cone"
- Type: 0
- Buy: 0
- Weight: 80
- Script: <"
- if(gettime(5)!=MDiceCone) {
- MDiceCone = gettime(5);
- percentheal 50,50;
- }
- ">
-},
-{
- Id: 12134
- AegisName: "Red_Envelope"
- Name: "Red Envelope"
- Type: 2
- Buy: 1
- Weight: 10
- Script: <" Zeny += rand(1000,10000); ">
-},
-{
- Id: 12135
- AegisName: "Green_Ale"
- Name: "Green Ale"
- Type: 2
- Buy: 20
- Weight: 30
- Script: <"
- percentheal 50,50;
- sc_start SC_CONFUSION,10000,0,1000,SCFLAG_NONE;
- ">
-},
-{
- Id: 12136
- AegisName: "Women's_Bundle"
- Name: "Women's Bundle"
- Type: 2
- Buy: 0
- Weight: 100
- Script: <" getitem callfunc("F_RandMes",4,558,529,2668,7518),1; ">
-},
-{
- Id: 12137
- AegisName: "1st_Stage_Prize"
- Name: "First Stage Prize"
- Type: 2
- Buy: 0
-},
-{
- Id: 12138
- AegisName: "2nd_Stage_Prize"
- Name: "Second Stage Prize"
- Type: 2
- Buy: 0
-},
-{
- Id: 12139
- AegisName: "3rd_Stage_Prize"
- Name: "Third Stage Prize"
- Type: 2
- Buy: 0
-},
-{
- Id: 12140
- AegisName: "4th_Stage_Prize"
- Name: "Fourth Stage Prize"
- Type: 2
- Buy: 0
-},
-{
- Id: 12141
- AegisName: "5th_Stage_Prize"
- Name: "Fifth Stage Prize"
- Type: 2
- Buy: 0
-},
-{
- Id: 12142
- AegisName: "Magic_Book"
- Name: "Book of Magic"
- Type: 2
- Buy: 0
- Weight: 100
- Trade: {
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_AGI,1800000,10; ">
-},
-{
- Id: 12143
- AegisName: "Red_Can"
- Name: "Red Can"
- Type: 2
- Buy: 50000
- Weight: 300
-},
-{
- Id: 12144
- AegisName: "Sphere_Case_Wind"
- Name: "Lightning Sphere Pack"
- Type: 2
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem 13204,500; ">
-},
-{
- Id: 12145
- AegisName: "Sphere_Case_Darkness"
- Name: "Blind Sphere Pack"
- Type: 2
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem 13206,500; ">
-},
-{
- Id: 12146
- AegisName: "Sphere_Case_Poison"
- Name: "Poison Sphere Pack"
- Type: 2
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem 13205,500; ">
-},
-{
- Id: 12147
- AegisName: "Sphere_Case_Water"
- Name: "Freezing Sphere Pack"
- Type: 2
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem 13207,500; ">
-},
-{
- Id: 12148
- AegisName: "Sphere_Case_Fire"
- Name: "Flare Sphere Pack"
- Type: 2
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem 13203,500; ">
-},
-{
- Id: 12149
- AegisName: "Bullet_Case"
- Name: "Cartridge"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 13200,500; ">
-},
-{
- Id: 12150
- AegisName: "Bullet_Case_Blood"
- Name: "Blood Cartridge"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 13202,500; ">
-},
-{
- Id: 12151
- AegisName: "Bullet_Case_Silver"
- Name: "Silver Cartridge"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 13201,500; ">
-},
-{
- Id: 12152
- AegisName: "Special_Box"
- Name: "Special Present"
- Type: 2
- Buy: 0
- Weight: 100
- Script: <" packageitem(); ">
-},
-{
- Id: 12153
- AegisName: "Bow_Mercenary_Scroll1"
- Name: "Bowman Scroll 1"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6017,1800000; ">
-},
-{
- Id: 12154
- AegisName: "Bow_Mercenary_Scroll2"
- Name: "Bowman Scroll 2"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6018,1800000; ">
-},
-{
- Id: 12155
- AegisName: "Bow_Mercenary_Scroll3"
- Name: "Bowman Scroll 3"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6019,1800000; ">
-},
-{
- Id: 12156
- AegisName: "Bow_Mercenary_Scroll4"
- Name: "Bowman Scroll 4"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6020,1800000; ">
-},
-{
- Id: 12157
- AegisName: "Bow_Mercenary_Scroll5"
- Name: "Bowman Scroll 5"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6021,1800000; ">
-},
-{
- Id: 12158
- AegisName: "Bow_Mercenary_Scroll6"
- Name: "Bowman Scroll 6"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6022,1800000; ">
-},
-{
- Id: 12159
- AegisName: "Bow_Mercenary_Scroll7"
- Name: "Bowman Scroll 7"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6023,1800000; ">
-},
-{
- Id: 12160
- AegisName: "Bow_Mercenary_Scroll8"
- Name: "Bowman Scroll 8"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6024,1800000; ">
-},
-{
- Id: 12161
- AegisName: "Bow_Mercenary_Scroll9"
- Name: "Bowman Scroll 9"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6025,1800000; ">
-},
-{
- Id: 12162
- AegisName: "Bow_Mercenary_Scroll10"
- Name: "Bowman Scroll 10"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6026,1800000; ">
-},
-{
- Id: 12163
- AegisName: "SwordMercenary_Scroll1"
- Name: "Fencer Scroll 1"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6037,1800000; ">
-},
-{
- Id: 12164
- AegisName: "SwordMercenary_Scroll2"
- Name: "Fencer Scroll 2"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6038,1800000; ">
-},
-{
- Id: 12165
- AegisName: "SwordMercenary_Scroll3"
- Name: "Fencer Scroll 3"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6039,1800000; ">
-},
-{
- Id: 12166
- AegisName: "SwordMercenary_Scroll4"
- Name: "Fencer Scroll 4"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6040,1800000; ">
-},
-{
- Id: 12167
- AegisName: "SwordMercenary_Scroll5"
- Name: "Fencer Scroll 5"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6041,1800000; ">
-},
-{
- Id: 12168
- AegisName: "SwordMercenary_Scroll6"
- Name: "Fencer Scroll 6"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6042,1800000; ">
-},
-{
- Id: 12169
- AegisName: "SwordMercenary_Scroll7"
- Name: "Fencer Scroll 7"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6043,1800000; ">
-},
-{
- Id: 12170
- AegisName: "SwordMercenary_Scroll8"
- Name: "Fencer Scroll 8"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6044,1800000; ">
-},
-{
- Id: 12171
- AegisName: "SwordMercenary_Scroll9"
- Name: "Fencer Scroll 9"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6045,1800000; ">
-},
-{
- Id: 12172
- AegisName: "SwordMercenary_Scroll10"
- Name: "Fencer Scroll 10"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6046,1800000; ">
-},
-{
- Id: 12173
- AegisName: "SpearMercenary_Scroll1"
- Name: "Spearman Scroll 1"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6027,1800000; ">
-},
-{
- Id: 12174
- AegisName: "SpearMercenary_Scroll2"
- Name: "Spearman Scroll 2"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6028,1800000; ">
-},
-{
- Id: 12175
- AegisName: "SpearMercenary_Scroll3"
- Name: "Spearman Scroll 3"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6029,1800000; ">
-},
-{
- Id: 12176
- AegisName: "SpearMercenary_Scroll4"
- Name: "Spearman Scroll 4"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6030,1800000; ">
-},
-{
- Id: 12177
- AegisName: "SpearMercenary_Scroll5"
- Name: "Spearman Scroll 5"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6031,1800000; ">
-},
-{
- Id: 12178
- AegisName: "SpearMercenary_Scroll6"
- Name: "Spearman Scroll 6"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6032,1800000; ">
-},
-{
- Id: 12179
- AegisName: "SpearMercenary_Scroll7"
- Name: "Spearman Scroll 7"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6033,1800000; ">
-},
-{
- Id: 12180
- AegisName: "SpearMercenary_Scroll8"
- Name: "Spearman Scroll 8"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6034,1800000; ">
-},
-{
- Id: 12181
- AegisName: "SpearMercenary_Scroll9"
- Name: "Spearman Scroll 9"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6035,1800000; ">
-},
-{
- Id: 12182
- AegisName: "SpearMercenary_Scroll10"
- Name: "Spearman Scroll 10"
- Type: 2
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 6036,1800000; ">
-},
-{
- Id: 12183
- AegisName: "Holy_Arrow_Quiver"
- Name: "Holy Arrow Quiver"
- Type: 2
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1772,500; ">
-},
-{
- Id: 12184
- AegisName: "Mercenary_Red_Potion"
- Name: "Mercenary Red Potion"
- Type: 2
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <" mercenary_heal 1000,0; ">
-},
-{
- Id: 12185
- AegisName: "Mercenary_Blue_Potion"
- Name: "Mercenary Blue Potion"
- Type: 2
- Buy: 1000
- Weight: 100
- BuyingStore: true
- Script: <" mercenary_heal 0,100; ">
-},
-{
- Id: 12186
- AegisName: "Red_Box"
- Name: "Old Red Box"
- Type: 2
- Buy: 50000
- Weight: 200
- Script: <" getrandgroupitem 12186,1; ">
-},
-{
- Id: 12187
- AegisName: "Green_Box"
- Name: "Old Green Box"
- Type: 2
- Buy: 50000
- Weight: 200
- Script: <" getrandgroupitem 12187,1; ">
-},
-{
- Id: 12188
- AegisName: "Magical_Moon_Cake"
- Name: "Grace Moon Cake"
- Type: 0
- Buy: 20
- Weight: 300
- Script: <" percentheal 50,50; ">
-},
-{
- Id: 12189
- AegisName: "Red_Box_"
- Name: "Old Red Box"
- Type: 2
- Buy: 50000
- Weight: 200
- Script: <" getrandgroupitem 12189,1; ">
-},
-{
- Id: 12190
- AegisName: "Moon_Cake"
- Name: "Moon Cake"
- Type: 2
- Buy: 2
- Weight: 300
-},
-{
- Id: 12191
- AegisName: "Special_Moon_Cake"
- Name: "Special Moon Cake"
- Type: 2
- Buy: 2
- Weight: 500
- Script: <"
- sc_start SC_ATTHASTE_POTION1,600000,4;
- sc_start SC_MOVHASTE_HORSE,600000,0;
- ">
-},
-{
- Id: 12192
- AegisName: "Pumpkin_Pie"
- Name: "Pumpkin Pie"
- Type: 0
- Buy: 20
- Weight: 10
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 12193
- AegisName: "Brezel"
- Name: "Pretzel"
- Type: 2
- Buy: 20
- Weight: 20
-},
-{
- Id: 12194
- AegisName: "Hometown_Gift"
- Name: "Hometown Gift"
- Type: 2
- Buy: 20
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12194,1;
- getrandgroupitem 12194,1;
- getrandgroupitem 12194,1;
- ">
-},
-{
- Id: 12195
- AegisName: "Plain_Rice_Cake"
- Name: "Plain Rice Cake"
- Type: 0
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 0,20; ">
-},
-{
- Id: 12196
- AegisName: "Hearty_Rice_Cake"
- Name: "Hearty Rice Cake"
- Type: 0
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 50,0; ">
-},
-{
- Id: 12197
- AegisName: "Salty_Rice_Cake"
- Name: "Salty Rice Cake"
- Type: 0
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 10,10; ">
-},
-{
- Id: 12198
- AegisName: "Lucky_Rice_Cake"
- Name: "Lucky Rice Cake"
- Type: 2
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_INCLUK,1200000,21; ">
-},
-{
- Id: 12199
- AegisName: "Rice_Scroll"
- Name: "Scroll of Magic"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12200
- AegisName: "Event_Cake"
- Name: "X-mas Cake"
- Type: 11
- Buy: 20
- Weight: 50
- Script: <" itemskill PR_MAGNIFICAT,3; ">
-},
-{
- Id: 12201
- AegisName: "Red_Box_C"
- Name: "Commonplace Red Box"
- Type: 2
- Buy: 20
- Weight: 200
-},
-// Cash Shop Usable Items
-{
- Id: 12202
- AegisName: "Str_Dish10_"
- Name: "Steamed Tongue"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_STR_CASH,1800000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12203
- AegisName: "Agi_Dish10_"
- Name: "Steamed Scorpion"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_AGI_CASH,1800000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12204
- AegisName: "Int_Dish10_"
- Name: "Dragon Breath Cocktail"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_INT_CASH,1800000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12205
- AegisName: "Dex_Dish10_"
- Name: "Hwergelmir's Tonic"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_DEX_CASH,1800000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12206
- AegisName: "Luk_Dish10_"
- Name: "Cooked Nine Tail's Tails"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_LUK_CASH,1800000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12207
- AegisName: "Vit_Dish10_"
- Name: "Stew Of Immortality"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_VIT_CASH,1800000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12208
- AegisName: "Battle_Manual"
- Name: "Battle Manual"
- Type: 2
- Buy: 2
- Weight: 10
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,50; ">
-},
-{
- Id: 12209
- AegisName: "Insurance"
- Name: "Life Insurance"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_DEATHPENALTY,1800000,0; ">
-},
-{
- Id: 12210
- AegisName: "Bubble_Gum"
- Name: "Bubble Gum"
- Type: 2
- Buy: 2
- Weight: 10
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_RECEIVEITEM,1800000,200; ">
-},
-{
- Id: 12211
- AegisName: "Kafra_Card"
- Name: "Kafra Card"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashStore"; ">
-},
-{
- Id: 12212
- AegisName: "Giant_Fly_Wing"
- Name: "Giant Fly Wing"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashPartyCall"; ">
-},
-{
- Id: 12213
- AegisName: "Neuralizer"
- Name: "Neuralizer"
- Type: 11
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashReset"; ">
-},
-{
- Id: 12214
- AegisName: "Convex_Mirror"
- Name: "Convex Mirror"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_BOSS_ALARM,600000,0; ">
-},
-{
- Id: 12215
- AegisName: "Blessing_10_Scroll"
- Name: "LV10 Blessing Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,240000,10;
- ">
-},
-{
- Id: 12216
- AegisName: "Inc_Agi_10_Scroll"
- Name: "LV10 Agil Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(Hp>15) {
- skilleffect AL_INCAGI,0;
- sc_start SC_INC_AGI,240000,10;
- heal -15,0;
- }
- ">
-},
-{
- Id: 12217
- AegisName: "Aspersio_5_Scroll"
- Name: "LV5 Aspersio Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(countitem(523)>0) {
- skilleffect PR_ASPERSIO,0;
- sc_start SC_ASPERSIO,180000,5;
- delitem 523,1;
- }
- ">
-},
-{
- Id: 12218
- AegisName: "Assumptio_5_Scroll"
- Name: "LV5 Assumptio Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- sc_start SC_ASSUMPTIO,100000,5;
- skilleffect HP_ASSUMPTIO,0;
- ">
-},
-{
- Id: 12219
- AegisName: "Wind_Walk_10_Scroll"
- Name: "LV10 Wind Walker Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- skilleffect SN_WINDWALK,0;
- sc_start SC_WINDWALK,250000,5;
- ">
-},
-{
- Id: 12220
- AegisName: "Adrenaline_Scroll"
- Name: "LV5 Adrenaline Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- .@type = getiteminfo(getequipid(EQI_HAND_R),11);
- if (.@type==6||.@type==7||.@type==8) {
- skilleffect BS_ADRENALINE,0;
- sc_start SC_ADRENALINE,150000,5;
- }
- ">
-},
-{
- Id: 12221
- AegisName: "Megaphone_"
- Name: "Megaphone"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- input @megaphone$;
- announce strcharinfo(0) + ": " + @megaphone$,bc_all,0xFF0000;
- end;
- ">
-},
-{
- Id: 12225
- AegisName: "Sweet_Candy_Striper"
- Name: "Sweet Candy Cane"
- Type: 2
- Buy: 20
- Weight: 50
- Nouse: {
- sitting: true
- }
- Script: <" pet 1245; ">
-},
-{
- Id: 12226
- AegisName: "Examination1"
- Name: "Examination1"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_HORSE,5400000,0;
- percentheal 100,100;
- sc_start SC_FOOD_STR,5400000,10;
- sc_start SC_FOOD_DEX,5400000,5;
- sc_start SC_PLUSATTACKPOWER,5400000,22;
- sc_start SC_MATKFOOD,5400000,15;
- ">
-},
-{
- Id: 12227
- AegisName: "Examination2"
- Name: "Examination2"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_HORSE,5400000,0;
- percentheal 100,100;
- sc_start SC_FOOD_INT,5400000,8;
- sc_start SC_FOOD_VIT,5400000,7;
- sc_start SC_FOOD_LUK,5400000,7;
- sc_start SC_PLUSATTACKPOWER,5400000,10;
- ">
-},
-{
- Id: 12228
- AegisName: "Examination3"
- Name: "Examination3"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_HORSE,5400000,0;
- percentheal 100,100;
- sc_start SC_FOOD_AGI,5400000,15;
- sc_start SC_PLUSATTACKPOWER,5400000,52;
- sc_start SC_MATKFOOD,5400000,10;
- ">
-},
-{
- Id: 12229
- AegisName: "Examination4"
- Name: "Examination4"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_HORSE,5400000,0;
- percentheal 100,100;
- sc_start SC_FOOD_STR,5400000,3;
- sc_start SC_FOOD_AGI,5400000,5;
- sc_start SC_FOOD_VIT,5400000,10;
- sc_start SC_MATKFOOD,5400000,52;
- ">
-},
-{
- Id: 12230
- AegisName: "Examination5"
- Name: "Examination5"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_HORSE,5400000,0;
- percentheal 100,100;
- sc_start SC_FOOD_INT,5400000,3;
- sc_start SC_FOOD_DEX,5400000,12;
- sc_start SC_PLUSATTACKPOWER,5400000,20;
- sc_start SC_MATKFOOD,5400000,20;
- ">
-},
-{
- Id: 12231
- AegisName: "Examination6"
- Name: "Examination6"
- Type: 0
- Buy: 20
- Weight: 50
- Script: <"
- percentheal 100,100;
- sc_start SC_MOVHASTE_HORSE,5400000,0;
- sc_start SC_FOOD_STR,5400000,6;
- sc_start SC_FOOD_DEX,5400000,6;
- sc_start SC_FOOD_AGI,5400000,6;
- sc_start SC_FOOD_INT,5400000,6;
- sc_start SC_FOOD_VIT,5400000,6;
- sc_start SC_FOOD_LUK,5400000,6;
- sc_start SC_PLUSATTACKPOWER,5400000,24;
- sc_start SC_MATKFOOD,5400000,24;
- ">
-},
-{
- Id: 12232
- AegisName: "Gingerbread"
- Name: "Ginger Bread"
- Type: 2
- Buy: 20
- Weight: 150
- Script: <"
- sc_start SC_ATTHASTE_POTION2,900000,0;
- sc_start SC_MOVHASTE_HORSE,900000,0;
- ">
-},
-{
- Id: 12233
- AegisName: "Kvass"
- Name: "Kvass"
- Type: 0
- Buy: 20
- Weight: 200
- Script: <" percentheal 100,100; ">
-},
-{
- Id: 12234
- AegisName: "Cacao99"
- Name: "Fierce Cacao 99%"
- Type: 0
- Buy: 20
- Weight: 100
- Script: <" percentheal 25,0; ">
-},
-{
- Id: 12235
- AegisName: "Strawberry_Choco"
- Name: "Chocolate Strawberry"
- Type: 2
- Buy: 20
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,5;
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,240000,10;
- ">
-},
-{
- Id: 12236
- AegisName: "Choco_Tart"
- Name: "Chocolate Tart"
- Type: 11
- Buy: 20
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 5,0;
- itemskill AL_ANGELUS,5;
- ">
-},
-{
- Id: 12237
- AegisName: "Choco_Lump"
- Name: "Junky Chocolate"
- Type: 2
- Buy: 0
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,5;
- sc_start SC_POISON,18000,0;
- sc_start SC_BLOODING,18000,0;
- ">
-},
-{
- Id: 12238
- AegisName: "New_Year_Rice_Cake_1"
- Name: "New Year Rice Cake"
- Type: 2
- Buy: 20
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE;
- sc_start SC_POISON,50000,0;
- ">
-},
-{
- Id: 12239
- AegisName: "New_Year_Rice_Cake_2"
- Name: "New Year Rice Cake"
- Type: 2
- Buy: 20
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE;
- sc_start SC_POISON,50000,0;
- ">
-},
-{
- Id: 12240
- AegisName: "Old_Yellow_Box"
- Name: "Old Yellow Box"
- Type: 2
- Buy: 20
- Weight: 200
- Script: <" getrandgroupitem 12240,1; ">
-},
-{
- Id: 12241
- AegisName: "M_Center_Potion"
- Name: "Mercenary Concentration Potion"
- Type: 2
- Buy: 800
- Weight: 100
- BuyingStore: true
- Script: <" mercenary_sc_start SC_ATTHASTE_POTION1,1800000,0; ">
-},
-{
- Id: 12242
- AegisName: "M_Awakening_Potion"
- Name: "Mercenary Awakening Potion"
- Type: 2
- Buy: 1500
- Weight: 150
- BuyingStore: true
- Script: <" mercenary_sc_start SC_ATTHASTE_POTION2,1800000,0; ">
-},
-{
- Id: 12243
- AegisName: "M_Berserk_Potion"
- Name: "Mercenary Berserk Potion"
- Type: 2
- Buy: 3000
- Weight: 200
- BuyingStore: true
- Script: <" mercenary_sc_start SC_ATTHASTE_POTION3,1800000,0; ">
-},
-{
- Id: 12244
- AegisName: "Old_Gift_Box"
- Name: "Old Gift Box"
- Type: 2
- Buy: 20
- Weight: 200
- Script: <" getrandgroupitem 12244,1; ">
-},
-{
- Id: 12245
- AegisName: "Green_Ale_US"
- Name: "Green Ale"
- Type: 0
- Buy: 5000
- Weight: 500
- Script: <" percentheal 100,0; ">
-},
-{
- Id: 12246
- AegisName: "Magic_Card_Album"
- Name: "Mystical Card Album"
- Type: 2
- Buy: 10000
- Weight: 50
- BuyingStore: true
- Script: <" getrandgroupitem 12246,1; ">
-},
-{
- Id: 12247
- AegisName: "Halohalo"
- Name: "Halo-Halo"
- Type: 2
- Buy: 2
- Weight: 100
- Script: <" sc_start SC_INCALLSTATUS,600000,3; ">
-},
-{
- Id: 12248
- AegisName: "Masquerade_Ball_Box"
- Name: "Fancy Ball Box"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" getrandgroupitem 12248,1; ">
-},
-{
- Id: 12249
- AegisName: "Payroll_Of_Kafra_"
- Name: "Payment Statement for Kafra Employee"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12250
- AegisName: "Str_Dish10_M"
- Name: "Steamed Tongue"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR,3600000,10;
- percentheal 20,20;
- ">
-},
-{
- Id: 12251
- AegisName: "Agi_Dish10_M"
- Name: "Steamed Desert Scorpions"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_FOOD_AGI,3600000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12252
- AegisName: "Int_Dish10_M"
- Name: "Dragon Breath Cocktail"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT,3600000,10;
- percentheal 10,20;
- ">
-},
-{
- Id: 12253
- AegisName: "Dex_Dish10_M"
- Name: "Hwergelmir's Tonic"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX,3600000,10;
- percentheal 10,10;
- ">
-},
-{
- Id: 12254
- AegisName: "Luk_Dish10_M"
- Name: "Cooked Nine Tail"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_FOOD_LUK,3600000,10;
- percentheal 14,8;
- ">
-},
-{
- Id: 12255
- AegisName: "Vit_Dish10_M"
- Name: "Immortal Stew"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_FOOD_VIT,3600000,10;
- percentheal 25,0;
- ">
-},
-{
- Id: 12256
- AegisName: "PRO_Gift_Box"
- Name: "PRO Gift Box"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12257
- AegisName: "Cold_Medicine"
- Name: "Cold Medicine"
- Type: 0
- Buy: 20
- Weight: 100
- EquipLv: 50
- Script: <" percentheal 25,25; ">
-},
-{
- Id: 12258
- AegisName: "Bombring_Box"
- Name: "Bombring Capsule"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_rang02") {
- monster "this",-1,-1,"--ja--",1904,1,"";
- }
- ">
-},
-{
- Id: 12259
- AegisName: "Miracle_Medicine"
- Name: "Miracle Tonic"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getexp 3000000,1500000; ">
-},
-{
- Id: 12260
- AegisName: "Cool_Summer_Outfit"
- Name: "Cool Summer Outfit"
- Type: 2
- Buy: 0
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_SUMMER,600000,0; ">
-},
-{
- Id: 12261
- AegisName: "Secret_Medicine"
- Name: "Leap of Fantasy"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getexp 2000000,1000000; ">
-},
-{
- Id: 12262
- AegisName: "Inspector_Certificate_"
- Name: "Authoritative Badge"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_MOVHASTE_HORSE,180000,0; ">
-},
-{
- Id: 12263
- AegisName: "Comp_Battle_Manual"
- Name: "Field Manual"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,50; ">
-},
-{
- Id: 12264
- AegisName: "Comp_Bubble_Gum"
- Name: "Bubble Gum"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_RECEIVEITEM,1800000,200; ">
-},
-{
- Id: 12265
- AegisName: "Comp_Insurance"
- Name: "Life Insurrance"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_DEATHPENALTY,1800000,0; ">
-},
-{
- Id: 12266
- AegisName: "Sesame_Pastry_"
- Name: "Sesame Pastry"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; ">
-},
-{
- Id: 12267
- AegisName: "Honey_Pastry_"
- Name: "Honey Pastry"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; ">
-},
-{
- Id: 12268
- AegisName: "Rainbow_Cake_"
- Name: "Rainbow Cake"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_PLUSATTACKPOWER,60000,10;
- sc_start SC_MATKFOOD,120000,10;
- ">
-},
-{
- Id: 12269
- AegisName: "Tasty_Colonel"
- Name: "Tasty Pink Ration"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_PLUSATTACKPOWER,600000,15; ">
-},
-{
- Id: 12270
- AegisName: "Tasty_Major"
- Name: "Tasty White Ration"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_PLUSMAGICPOWER,600000,15; ">
-},
-{
- Id: 12271
- AegisName: "Mre_A"
- Name: "Military Ration A"
- Type: 0
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 5,0; ">
-},
-{
- Id: 12272
- AegisName: "Mre_B"
- Name: "Military Ration B"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_INCHIT,600000,33; ">
-},
-{
- Id: 12273
- AegisName: "Mre_C"
- Name: "Military Ration C"
- Type: 2
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_INCFLEE,600000,33; ">
-},
-{
- Id: 12274
- AegisName: "Gold_Pill_1"
- Name: "Daehwandan"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCMHPRATE,36000000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 12275
- AegisName: "Gold_Pill_2"
- Name: "Taecheongdan"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCMSPRATE,36000000,5;
- percentheal 0,10;
- ">
-},
-{
- Id: 12276
- AegisName: "Mimic_Scroll"
- Name: "Mimic Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 2058,1800000; ">
-},
-{
- Id: 12277
- AegisName: "Disguise_Scroll"
- Name: "Disguise Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 2059,1800000; ">
-},
-{
- Id: 12278
- AegisName: "Alice_Scroll"
- Name: "Alice Contract"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 2060,1800000; ">
-},
-{
- Id: 12279
- AegisName: "Undead_Element_Scroll"
- Name: "Undead Elemental Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20; ">
-},
-{
- Id: 12280
- AegisName: "Holy_Element_Scroll"
- Name: "Holy Elemental Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- specialeffect2 EF_BENEDICTIO;
- sc_start SC_BENEDICTIO,300000,1;
- ">
-},
-{
- Id: 12281
- AegisName: "Tresure_Box_WoE"
- Name: "Event Treasure Box"
- Type: 2
- Buy: 20
- Weight: 150
- Script: <" packageitem(); ">
-},
-{
- Id: 12282
- AegisName: "Internet_Cafe1"
- Name: "Internet Cafe1"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_INCALLSTATUS,5400000,3;
- sc_start SC_PLUSATTACKPOWER,5400000,15;
- sc_start SC_PLUSMAGICPOWER,5400000,15;
- ">
-},
-{
- Id: 12283
- AegisName: "Internet_Cafe2"
- Name: "Internet Cafe2"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_CHASEWALK2,5400000,8;
- sc_start SC_INCDEX,5400000,4;
- sc_start SC_INCAGI,5400000,6;
- sc_start SC_PLUSATTACKPOWER,5400000,32;
- sc_start SC_INCFLEE,5400000,5;
- ">
-},
-{
- Id: 12284
- AegisName: "Internet_Cafe3"
- Name: "Internet Cafe3"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_INCINT,5400000,8;
- sc_start SC_INCVIT,5400000,4;
- sc_start SC_INCDEX,5400000,6;
- sc_start SC_PLUSMAGICPOWER,5400000,40;
- ">
-},
-{
- Id: 12285
- AegisName: "Internet_Cafe4"
- Name: "Internet Cafe4"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <"
- sc_start SC_INCDEX,5400000,8;
- sc_start SC_INCLUK,5400000,4;
- sc_start SC_INCAGI,5400000,6;
- sc_start SC_PLUSATTACKPOWER,5400000,24;
- sc_start SC_PLUSMAGICPOWER,5400000,24;
- ">
-},
-{
- Id: 12286
- AegisName: "Masquerade_Ball_Box2"
- Name: "Masquerade Ball Box2"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" getrandgroupitem 12286,1; ">
-},
-{
- Id: 12287
- AegisName: "Love_Angel"
- Name: "Love Angel Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 1; ">
-},
-{
- Id: 12288
- AegisName: "Squirrel"
- Name: "Squirrel Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 2; ">
-},
-{
- Id: 12289
- AegisName: "Gogo"
- Name: "Gogo Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 3; ">
-},
-{
- Id: 12290
- AegisName: "Mysterious_Can"
- Name: "Mysterious Can Magic Powder"
- Type: 2
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 5,0;
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,120000,5;
- ">
-},
-{
- Id: 12291
- AegisName: "Mysterious_PET_Bottle"
- Name: "Mysterious PET Bottle"
- Type: 2
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 5,0;
- skilleffect AL_INCAGI,0;
- sc_start SC_INC_AGI,120000,5;
- ">
-},
-{
- Id: 12292
- AegisName: "Unripe_Fruit"
- Name: "Unripe Yggdrasilberry"
- Type: 0
- Buy: 500
- Weight: 200
- BuyingStore: true
- Script: <" percentheal 20,0; ">
-},
-{
- Id: 12293
- AegisName: "Dried_Yggdrasilberry"
- Name: "Dried Yggdrasilberry"
- Type: 0
- Buy: 500
- Weight: 200
- BuyingStore: true
- Script: <" percentheal 0,20; ">
-},
-{
- Id: 12294
- AegisName: "PC_Bang_Coin_Box1"
- Name: "Blue Christmas Cheer Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2740,1; ">
-},
-{
- Id: 12295
- AegisName: "PC_Bang_Coin_Box2"
- Name: "Groove Pack 1"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2739,1; ">
-},
-{
- Id: 12296
- AegisName: "PC_Bang_Coin_Box3"
- Name: "Splendid Spring Hat Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2738,1; ">
-},
-{
- Id: 12297
- AegisName: "PC_Bang_Coin_Box4"
- Name: "Expanded Party Buff Scroll Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2738,2; ">
-},
-{
- Id: 12298
- AegisName: "SP_Potion"
- Name: "SP Consumption Reduction Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ATKER_BLOOD,3600000,15; ">
-},
-{
- Id: 12299
- AegisName: "Mega_Resist_Potion"
- Name: "Mega Resist Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_TARGET_BLOOD,3600000,10; ">
-},
-{
- Id: 12300
- AegisName: "Wild_Rose_Scroll"
- Name: "Wild Rose Contract"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 1965,1800000; ">
-},
-{
- Id: 12301
- AegisName: "Doppelganger_Scroll"
- Name: "Doppelganger Contract"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 1966,1800000; ">
-},
-{
- Id: 12302
- AegisName: "Ygnizem_Scroll"
- Name: "Egnigem Cenia Contract"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create 1967,1800000; ">
-},
-{
- Id: 12303
- AegisName: "Water_Of_Blessing"
- Name: "Blessing Of Water"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12304
- AegisName: "Picture_Diary"
- Name: "Diary Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 4; ">
-},
-{
- Id: 12305
- AegisName: "Mini_Heart"
- Name: "Mini Heart Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 5; ">
-},
-{
- Id: 12306
- AegisName: "Newcomer"
- Name: "Freshman Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 6; ">
-},
-{
- Id: 12307
- AegisName: "Kid"
- Name: "Kid Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 7; ">
-},
-{
- Id: 12308
- AegisName: "Magic_Castle"
- Name: "Magic Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 8; ">
-},
-{
- Id: 12309
- AegisName: "Bulging_Head"
- Name: "JJangu Magic Powder"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 9; ">
-},
-{
- Id: 12310
- AegisName: "Spray_Of_Flowers"
- Name: "Spray Of Flowers"
- Type: 2
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_INCFLEE,600000,10; ">
-},
-{
- Id: 12311
- AegisName: "Large_Spray_Of_Flowers"
- Name: "Huge Spray Of Flowers"
- Type: 11
- Buy: 0
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ALL_PARTYFLEE,1; ">
-},
-{
- Id: 12312
- AegisName: "Thick_Manual50"
- Name: "Thick Battle Manual"
- Type: 2
- Buy: 0
- Script: <" sc_start SC_CASH_PLUSEXP,3600000,50; ">
-},
-{
- Id: 12313
- AegisName: "Protection_Of_Angel"
- Name: "Guardian Angel"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ALL_ANGEL_PROTECT,1; ">
-},
-{
- Id: 12314
- AegisName: "Noive_Box"
- Name: "Noive Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12315
- AegisName: "Goddess_Bless"
- Name: "Goddess Of Blessing"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12316
- AegisName: "Angel_Bless"
- Name: "Angel Of Blessing"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12317
- AegisName: "Powder_Snow"
- Name: "Snow Powder"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" end; ">
-},
-{
- Id: 12318
- AegisName: "Little_Heart"
- Name: "Small Hearts"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12319
- AegisName: "Strawberry_Cake"
- Name: "Rune Strawberry Cake"
- Type: 2
- Buy: 0
- Weight: 300
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCATKRATE,600000,5;
- sc_start SC_INCMATKRATE,600000,5;
- ">
-},
-{
- Id: 12320
- AegisName: "Pineapple_Juice"
- Name: "Schwartzwald Pine Jubilee"
- Type: 2
- Buy: 0
- Weight: 300
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCHIT,600000,10;
- sc_start SC_PLUSAVOIDVALUE,600000,20;
- ">
-},
-{
- Id: 12321
- AegisName: "Spicy_Sandwich"
- Name: "Arunafeltz Desert Sandwich"
- Type: 2
- Buy: 0
- Weight: 300
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CRITICALPERCENT,600000,7; ">
-},
-{
- Id: 12322
- AegisName: "Chocolate_Pie"
- Name: "Chocolate Pie"
- Type: 0
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 12323
- AegisName: "N_Fly_Wing"
- Name: "Novice Fly Wing"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_TELEPORT,1; ">
-},
-{
- Id: 12324
- AegisName: "N_Butterfly_Wing"
- Name: "Novice Butterfly Wing"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_TELEPORT,3; ">
-},
-{
- Id: 12325
- AegisName: "N_Magnifier"
- Name: "Novice Magnifier"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MC_IDENTIFY,1; ">
-},
-{
- Id: 12326
- AegisName: "J_Firecracker"
- Name: "Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
-},
-{
- Id: 12327
- AegisName: "Charm_Of_Luck"
- Name: "Unsuitable Of Lucky"
- Type: 2
- Buy: 1000
- Weight: 50
-},
-{
- Id: 12328
- AegisName: "Charm_Of_Happiness"
- Name: "Unsuitable Of Happyness"
- Type: 2
- Buy: 1800
- Weight: 100
- Script: <" sc_start SC_INCLUK,3600000,20; ">
-},
-{
- Id: 12329
- AegisName: "Recall_MaleGM"
- Name: "Support Game Master"
- Type: 2
- Buy: 0
- Weight: 10
- BuyingStore: true
- Script: <" mercenary_create 2000,1800000; ">
-},
-{
- Id: 12330
- AegisName: "Recall_FemaleGM"
- Name: "Support Game Master"
- Type: 2
- Buy: 0
- Weight: 10
- BuyingStore: true
- Script: <" mercenary_create 2001,1800000; ">
-},
-{
- Id: 12331
- AegisName: "Ginseng"
- Name: "Ginseng"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 6,0; ">
-},
-{
- Id: 12332
- AegisName: "Fruit_Juice"
- Name: "Fruit Juice"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 0,6; ">
-},
-{
- Id: 12333
- AegisName: "Ansila"
- Name: "Ancilla"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Stack: [3, 1]
- Script: <" percentheal 0,15; ">
-},
-{
- Id: 12334
- AegisName: "Cherish_Box"
- Name: "Treasure Edition Helm Box"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" getrandgroupitem 12334,1; ">
-},
-{
- Id: 12335
- AegisName: "Yummy_Skewered_Dish"
- Name: "Grilled Delicious Skewer"
- Type: 0
- Buy: 1000
- Weight: 350
- Script: <" percentheal 60,60; ">
-},
-{
- Id: 12336
- AegisName: "Baked_Mushroom"
- Name: "Grilled Mushroom"
- Type: 0
- Buy: 500
- Weight: 300
- Script: <" percentheal 30,30; ">
-},
-{
- Id: 12337
- AegisName: "Grilled_Sausage"
- Name: "Grilled Sausages"
- Type: 0
- Buy: 300
- Weight: 200
- Script: <" percentheal 20,20; ">
-},
-{
- Id: 12338
- AegisName: "Grilled_Corn"
- Name: "Grilled Corn"
- Type: 2
- Buy: 100
- Weight: 100
- Script: <"
- sc_start SC_CHASEWALK2,180000,2;
- sc_start SC_INCINT,180000,2;
- sc_start SC_INCAGI,180000,2;
- ">
-},
-{
- Id: 12339
- AegisName: "Cherish_Box_Ori"
- Name: "Treasure Edition Box"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" getrandgroupitem 12339,1; ">
-},
-{
- Id: 12340
- AegisName: "Mysterious_Rice_Powder"
- Name: "Chewy Rice Powder"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet 1815; ">
-},
-{
- Id: 12341
- AegisName: "Special_Alloy_Trap_Box"
- Name: "Special Alloy Trap Box"
- Type: 2
- Buy: 30000
- Weight: 100
- BuyingStore: true
- Script: <" getitem 7940,100; ">
-},
-{
- Id: 12342
- AegisName: "Manuk's_Opportunity"
- Name: "Manuk's Opportunity"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_POTION_BERSERK;
- sc_start SC_MANU_ATK,600000,10;
- ">
-},
-{
- Id: 12343
- AegisName: "Manuk's_Courage"
- Name: "Manuk's Courage"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_GUARD;
- sc_start SC_MANU_DEF,600000,10;
- ">
-},
-{
- Id: 12344
- AegisName: "Pinguicula's_fruit_Jam"
- Name: "Pinguicula's Fruit Jam"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_POTION_BERSERK;
- sc_start SC_SPL_ATK,600000,10;
- ">
-},
-{
- Id: 12345
- AegisName: "Luciola's_Honey_Jam"
- Name: "Luciola's Honey Jam"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_GUARD;
- sc_start SC_SPL_DEF,600000,10;
- ">
-},
-{
- Id: 12346
- AegisName: "Unripe_Acorn"
- Name: "Unripe Acorn"
- Type: 2
- Buy: 0
- BuyingStore: true
- Script: <" heal -100,0; ">
-},
-{
- Id: 12347
- AegisName: "Acorn_Jelly"
- Name: "Acorn Jelly"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ALL_REVERSEORCISH,1; ">
-},
-{
- Id: 12348
- AegisName: "Manuk's_Faith"
- Name: "Manuk's Faith"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_POTION_BERSERK;
- sc_start SC_MANU_MATK,600000,10;
- ">
-},
-{
- Id: 12349
- AegisName: "Cornus'_Tears"
- Name: "Cornus' Tears"
- Type: 2
- Buy: 0
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_POTION_BERSERK;
- sc_start SC_SPL_MATK,600000,10;
- ">
-},
-{
- Id: 12350
- AegisName: "Angeling_Potion"
- Name: "Angeling Potion"
- Type: 11
- Buy: 20
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,120000,5;
- itemskill AL_ANGELUS,5;
- ">
-},
-{
- Id: 12351
- AegisName: "Shout_Megaphone"
- Name: "Scream Megaphone"
- Type: 11
- Buy: 20
- Weight: 50
- BuyingStore: true
- Script: <" itemskill MC_LOUD,1; ">
-},
-{
- Id: 12352
- AegisName: "Dun_Tele_Scroll3"
- Name: "Dungeon Teleport Scroll 3"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" callfunc "F_CashDungeon",3; ">
-},
-{
- Id: 12353
- AegisName: "Tiny_Waterbottle"
- Name: "Small Bottle"
- Type: 2
- Buy: 600
- Weight: 10
- BuyingStore: true
- Script: <" sc_start SC_PROPERTYWATER,90000,1; ">
-},
-{
- Id: 12354
- AegisName: "Buche_De_Noel"
- Name: "Buche De Noel"
- Type: 2
- Buy: 2
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect2 EF_ANGELUS;
- sc_start SC_INCMHPRATE,600000,3;
- sc_start SC_INCMSPRATE,600000,3;
- sc_start SC_INCHITRATE,600000,3;
- sc_start SC_CRITICALPERCENT,600000,7;
- ">
-},
-{
- Id: 12355
- AegisName: "Xmas_Gift"
- Name: "Xmas Gift"
- Type: 2
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" getrandgroupitem 12355,1; ">
-},
-{
- Id: 12356
- AegisName: "Louise_Costume_Box"
- Name: "Louise Costume Box"
- Type: 2
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" getrandgroupitem 12356,1; ">
-},
-{
- Id: 12357
- AegisName: "Shiny_Wing_Gown"
- Name: "Gingerbread Cookie"
- Type: 2
- Buy: 20
- Weight: 50
- Script: <" pet 1630; ">
-},
-{
- Id: 12358
- AegisName: "Fan_Of_Wind"
- Name: "Fan Of Wind"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1513; ">
-},
-{
- Id: 12359
- AegisName: "Very_Soft_Plant"
- Name: "Very Soft Plant"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1586; ">
-},
-{
- Id: 12360
- AegisName: "Very_Red_Juice"
- Name: "Very Red Juice"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1505; ">
-},
-{
- Id: 12361
- AegisName: "Delicious_Shaved_Ice"
- Name: "Delicious Shaved Ice"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet 1143; ">
-},
-{
- Id: 12362
- AegisName: "Kuloren"
- Name: "Kuloren"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1401; ">
-},
-{
- Id: 12363
- AegisName: "Fit_Pipe"
- Name: "Ghost Coffin"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet 1179; ">
-},
-{
- Id: 12364
- AegisName: "Staff_Of_Leader"
- Name: "Staff Of Leader"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1299; ">
-},
-{
- Id: 12365
- AegisName: "Charming_Lotus"
- Name: "Charming Lotus"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1416; ">
-},
-{
- Id: 12366
- AegisName: "Gril_Doll"
- Name: "Girl Doll"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1404; ">
-},
-{
- Id: 12367
- AegisName: "Luxury_Whisky_Bottle"
- Name: "Luxury Whisky Bottle"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1504; ">
-},
-{
- Id: 12368
- AegisName: "Splendid_Mirror"
- Name: "Splendid Mirror"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1148; ">
-},
-{
- Id: 12369
- AegisName: "Oilpalm_Coconut"
- Name: "Oilpalm Coconut"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1495; ">
-},
-{
- Id: 12370
- AegisName: "Gril's_Naivety"
- Name: "Girl's Naivety"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet 1374; ">
-},
-{
- Id: 12371
- AegisName: "Magical_Lithography"
- Name: "Magical Lithography"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1040; ">
-},
-{
- Id: 12372
- AegisName: "Hell_Contract"
- Name: "Hell Contract"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1379; ">
-},
-{
- Id: 12373
- AegisName: "Boy's_Naivety"
- Name: "Boy's Pure Heart"
- Type: 2
- Buy: 20
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1370; ">
-},
-{
- Id: 12374
- AegisName: "Flaming_Ice"
- Name: "Ice Fireworks"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet 1837; ">
-},
-{
- Id: 12375
- AegisName: "Acaraje"
- Name: "Akaraje"
- Type: 2
- Buy: 0
- Weight: 80
- Script: <"
- specialeffect2 EF_STEAL;
- sc_start SC_INCHITRATE,120000,5;
- ">
-},
-{
- Id: 12376
- AegisName: "Mysterious_Can2"
- Name: "Mysterious Can2"
- Type: 2
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 3,0;
- itemskill PR_GLORIA,2;
- ">
-},
-{
- Id: 12377
- AegisName: "Mysterious_PET_Bottle2"
- Name: "Mysterious PET Bottle2"
- Type: 2
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,3;
- itemskill PR_MAGNIFICAT,1;
- ">
-},
-{
- Id: 12378
- AegisName: "2009_Rice_Cake_Soup"
- Name: "Rice Cake Soup"
- Type: 2
- Buy: 10
- Weight: 100
- Script: <" percentheal 50,50; ">
-},
-{
- Id: 12379
- AegisName: "Pope's_Cookie"
- Name: "Pope Cookie"
- Type: 2
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 12380
- AegisName: "Desert_Wolf_Babe_Scroll"
- Name: "Job Change Flute"
- Type: 2
- Buy: 10
- Weight: 10
- Script: <" mercenary_create 2034,1800000; ">
-},
-{
- Id: 12381
- AegisName: "ValkyrieA_Scroll"
- Name: "Ancient Language Scroll"
- Type: 2
- Buy: 10
- Weight: 10
- Script: <"
- if(strcharinfo(3)=="job3_arch02") {
- mercenary_create 2037,1800000;
- }
- ">
-},
-{
- Id: 12382
- AegisName: "ValkyrieB_Scroll"
- Name: "Ancient Language Scroll"
- Type: 2
- Buy: 10
- Weight: 10
- Script: <"
- if(strcharinfo(3)=="job3_arch02") {
- mercenary_create 2038,1800000;
- }
- ">
-},
-{
- Id: 12383
- AegisName: "Vulcan_Bullet_Magazine"
- Name: "Vulcan Bullet Magazine"
- Type: 2
- Buy: 13750
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 12384
- AegisName: "Rainbow_Ruby_Water"
- Name: "Rainbow Ruby"
- Type: 11
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_war02") {
- itemskill WL_FROSTMISTY,5;
- }
- ">
-},
-{
- Id: 12385
- AegisName: "Rainbow_Ruby_Fire"
- Name: "Rainbow Ruby"
- Type: 11
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_war02") {
- itemskill WL_CRIMSONROCK,5;
- }
- ">
-},
-{
- Id: 12386
- AegisName: "Rainbow_Ruby_Wind"
- Name: "Rainbow Ruby"
- Type: 11
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_war02") {
- itemskill WL_CHAINLIGHTNING,5;
- }
- ">
-},
-{
- Id: 12387
- AegisName: "Rainbow_Ruby_Earth"
- Name: "Rainbow Ruby"
- Type: 11
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_war02") {
- itemskill WL_EARTHSTRAIN,5;
- }
- ">
-},
-{
- Id: 12388
- AegisName: "Runstone_Crush"
- Name: "Rhydo Runestone For Apprentice"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_rune02") {
- itemskill RK_CRUSHSTRIKE,1;
- }
- ">
-},
-{
- Id: 12389
- AegisName: "Runstone_Storm"
- Name: "Pertz Runestone For Apprentice"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_rune02") {
- itemskill RK_STORMBLAST,1;
- }
- ">
-},
-{
- Id: 12390
- AegisName: "Runstone_Millennium"
- Name: "Verkana Runestone For Apprentice"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(strcharinfo(3)=="job3_rune02") {
- itemskill RK_MILLENNIUMSHIELD,1;
- }
- ">
-},
-{
- Id: 12391
- AegisName: "Lucky_Egg_C"
- Name: "RWC Groove Pack"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12392
- AegisName: "RepairA"
- Name: "Repair A"
- Type: 0
- Buy: 275
- Weight: 100
- Job: 0x00000400
- BuyingStore: true
- Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300),0; ">
-},
-{
- Id: 12393
- AegisName: "RepairB"
- Name: "Repair B"
- Type: 0
- Buy: 625
- Weight: 140
- Job: 0x00000400
- BuyingStore: true
- Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400),0; ">
-},
-{
- Id: 12394
- AegisName: "RepairC"
- Name: "Repair C"
- Type: 0
- Buy: 1375
- Weight: 180
- Job: 0x00000400
- BuyingStore: true
- Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500),0; ">
-},
-{
- Id: 12395
- AegisName: "Tantanmen"
- Name: "Tantan Noodle"
- Type: 2
- Buy: 20
- Weight: 50
- BuyingStore: true
- Script: <" pet 1519; ">
-},
-{
- Id: 12396
- AegisName: "Fools_Day_Box"
- Name: "Gift Box?"
- Type: 11
- Buy: 20
- Weight: 10
- Nouse: {
- sitting: true
- }
- Script: <"
- if(rand(1,10)==1) itemskill AL_TELEPORT,1;
- else if(rand(1,10)==2) itemskill AL_TELEPORT,3;
- else if(rand(1,10)==3) percentheal 50,0;
- else if(rand(1,10)==4) percentheal 0,50;
- else if(rand(1,10)==5) end;
- else if(rand(1,10)==6) getitem 512,1;
- else if(rand(1,10)==7) itemskill ALL_REVERSEORCISH,1;
- else if(rand(1,10)==8) specialeffect2 247;
- else if(rand(1,10)==9) specialeffect2 338;
- else specialeffect2 10;
- ">
-},
-{
- Id: 12397
- AegisName: "Fools_Day_Box2"
- Name: "Gift Box?"
- Type: 11
- Buy: 20
- Weight: 10
- Nouse: {
- sitting: true
- }
- Script: <"
- if(rand(1,10)==1) itemskill TF_DETOXIFY,1;
- else if(rand(1,10)==2) itemskill TF_PICKSTONE,1;
- else if(rand(1,10)==3) itemskill BA_FROSTJOKER,1;
- else if(rand(1,10)==4) itemskill DC_SCREAM,1;
- else if(rand(1,10)==5) end;
- else if(rand(1,10)==6) getitem 909,1;
- else if(rand(1,10)==7) itemskill AL_RUWACH,1;
- else if(rand(1,10)==8) specialeffect2 328;
- else if(rand(1,10)==9) specialeffect2 68;
- else specialeffect2 196;
- ">
-},
-{
- Id: 12398
- AegisName: "PCBang_Gift_Box"
- Name: "PCRoom Gift Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12399
- AegisName: "Castle_Treasure_Box"
- Name: "Castle Treasure Box"
- Type: 2
- Buy: 20
- Weight: 1000
-},
-{
- Id: 12400
- AegisName: "Water_Of_Blessing_"
- Name: "Water Of Blessing"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12401
- AegisName: "Rune_Kn_Test_Int"
- Name: "Rune Kn Test Int"
- Type: 2
- Buy: 0
- Script: <" sc_start SC_INCINT,300000,40; ">
-},
-{
- Id: 12402
- AegisName: "29Fruit"
- Name: "29Truth"
- Type: 0
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 12403
- AegisName: "Lucky_Egg_C2"
- Name: "RWC2011 Lucky Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12404
- AegisName: "Acti_Potion"
- Name: "Activation Potion"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12405
- AegisName: "Underripe_Yggseed"
- Name: "Unripe Seed Of Yggdrasil"
- Type: 2
- Buy: 20
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12406
- AegisName: "Psychic_ArmorS"
- Name: "Psychic Armor Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12407
- AegisName: "PCBang_Coupon_Box"
- Name: "PCRoom Coupon Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12408
- AegisName: "Leaf_Cat_Ball"
- Name: "Hydra Ball"
- Type: 2
- Buy: 0
- Script: <" pet 2081; ">
-},
-{
- Id: 12409
- AegisName: "Pork_Belly_H"
- Name: "1st Class Pork Belly"
- Type: 2
- Buy: 0
-},
-{
- Id: 12410
- AegisName: "Spareribs_H"
- Name: "Thick Pork Belly"
- Type: 2
- Buy: 0
-},
-{
- Id: 12411
- AegisName: "HE_Battle_Manual"
- Name: "HE Battle Manual"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" sc_start SC_CASH_PLUSEXP,900000,200; ">
-},
-{
- Id: 12412
- AegisName: "HE_Bubble_Gum"
- Name: "HE Bubble Gum"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" sc_start SC_CASH_RECEIVEITEM,900000,300; ">
-},
-{
- Id: 12413
- AegisName: "PCBang_Coupon_Box2"
- Name: "PCRoom Coupon Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12414
- AegisName: "Guarana_Candy"
- Name: "Guarana Candy"
- Type: 2
- Buy: 20
- Weight: 10
- BuyingStore: true
- Script: <"
- sc_start SC_ATTHASTE_POTION1,1800000,0;
- sc_start SC_INC_AGI,140000,5;
- skilleffect AL_INCAGI,0;
- ">
-},
-{
- Id: 12415
- AegisName: "Siege_Teleport_Scroll2"
- Name: "Siege Map Teleport Scroll II"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 12416
- AegisName: "LUcky_Egg_C3"
- Name: "Thanksgiving Groove Pack"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12417
- AegisName: "Boost500"
- Name: "Boost500"
- Type: 2
- Buy: 100
- Weight: 50
-},
-{
- Id: 12418
- AegisName: "Full_SwingK"
- Name: "Full SwingK"
- Type: 2
- Buy: 100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 12419
- AegisName: "Mana_Plus"
- Name: "Mana +"
- Type: 2
- Buy: 100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 12420
- AegisName: "Stamina_Up_M"
- Name: "Muramura(M)"
- Type: 2
- Buy: 100
- Weight: 50
-},
-{
- Id: 12421
- AegisName: "Digestive_F"
- Name: "Falmons(F)"
- Buy: 100
- Weight: 50
-},
-{
- Id: 12422
- AegisName: "HP_Increase_PotionS"
- Name: "HP Increase Potion(Small)"
- Type: 0
- Buy: 100
- Weight: 20
- BuyingStore: true
- Script: <"
- sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel);
- percentheal 2,0;
- ">
-},
-{
- Id: 12423
- AegisName: "HP_Increase_PotionM"
- Name: "HP Increase Potion(Mid)"
- Type: 0
- Buy: 100
- Weight: 40
- BuyingStore: true
- Script: <"
- sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel);
- percentheal 3,0;
- ">
-},
-{
- Id: 12424
- AegisName: "HP_Increase_PotionL"
- Name: "HP Increase Potion(Large)"
- Type: 0
- Buy: 100
- Weight: 80
- BuyingStore: true
- Script: <"
- sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel);
- percentheal 5,0;
- ">
-},
-{
- Id: 12425
- AegisName: "SP_Increase_PotionS"
- Name: "SP Increase Potion(Small)"
- Type: 0
- Buy: 100
- Weight: 20
- BuyingStore: true
- Script: <"
- sc_start SC_INCMSPRATE,500000,((BaseLevel/10)-5);
- percentheal 0,2;
- ">
-},
-{
- Id: 12426
- AegisName: "SP_Increase_PotionM"
- Name: "SP Increase Potion(Mid)"
- Type: 0
- Buy: 100
- Weight: 40
- BuyingStore: true
- Script: <"
- sc_start SC_INCMSPRATE,500000,(BaseLevel/10);
- percentheal 0,4;
- ">
-},
-{
- Id: 12427
- AegisName: "SP_Increase_PotionL"
- Name: "SP Increase Potion(Large)"
- Type: 0
- Buy: 100
- Weight: 80
- BuyingStore: true
- Script: <"
- sc_start SC_INCMSPRATE,500000,((BaseLevel/10)+5);
- percentheal 0,8;
- ">
-},
-{
- Id: 12428
- AegisName: "Enrich_White_PotionZ"
- Name: "Enriched White PotionZ"
- Type: 0
- Buy: 100
- Weight: 70
- BuyingStore: true
- Script: <"
- sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0;
- heal 1000,0;
- ">
-},
-{
- Id: 12429
- AegisName: "Savage_BBQ"
- Name: "Savage BBQ"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_SAVAGE_STEAK,300000,20; ">
-},
-{
- Id: 12430
- AegisName: "Wug_Blood_Cocktail"
- Name: "Warg Blood Cocktail"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; ">
-},
-{
- Id: 12431
- AegisName: "Minor_Brisket"
- Name: "Minor Brisket"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_MINOR_BBQ,300000,20; ">
-},
-{
- Id: 12432
- AegisName: "Siroma_Icetea"
- Name: "Siroma Icetea"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; ">
-},
-{
- Id: 12433
- AegisName: "Drocera_Herb_Stew"
- Name: "Drosera Herb Stew"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; ">
-},
-{
- Id: 12434
- AegisName: "Petti_Tail_Noodle"
- Name: "Petite Tail Noodles"
- Type: 2
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; ">
-},
-{
- Id: 12435
- AegisName: "Black_Thing"
- Name: "Black Thing"
- Type: 2
- Buy: 1000
- Weight: 50
- Script: <" sc_start SC_STOMACHACHE,60000,rand(5,10); ">
-},
-{
- Id: 12436
- AegisName: "Vitata500"
- Name: "Vitata500"
- Type: 0
- Buy: 100
- Weight: 50
- BuyingStore: true
- Script: <"
- sc_start SC_VITATA_500,500000,0;
- heal 0,200;
- ">
-},
-{
- Id: 12437
- AegisName: "Enrich_Celermine_Juice"
- Name: "Enrich Celermine Juice"
- Type: 2
- Buy: 100
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; ">
-},
-{
- Id: 12438
- AegisName: "F_Giant_Fly_Wing"
- Name: "Giant Fly Wing"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12439
- AegisName: "F_Battle_Manual"
- Name: "Old Battle Manual"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12440
- AegisName: "F_Insurance"
- Name: "Insurance"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12441
- AegisName: "F_Bubble_Gum"
- Name: "Old Bubble Gum"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12442
- AegisName: "F_Kafra_Card"
- Name: "Kafra Card"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12443
- AegisName: "F_Neuralizer"
- Name: "Neuralizer"
- Type: 2
- Buy: 2
-},
-{
- Id: 12444
- AegisName: "F_Dun_Tele_Scroll1"
- Name: "WoE Teleport Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" callfunc "F_CashSiegeTele"; ">
-},
-{
- Id: 12445
- AegisName: "F_Str_Dish10_"
- Name: "Steamed Tongue"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12446
- AegisName: "F_Agi_Dish10_"
- Name: "Steamed Desert Scorpions"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12447
- AegisName: "F_Int_Dish10_"
- Name: "Dragon Breath Cocktail"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12448
- AegisName: "F_Dex_Dish10_"
- Name: "Hwergelmir's Tonic"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12449
- AegisName: "F_Luk_Dish10_"
- Name: "Nine Tail"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12450
- AegisName: "F_Vit_Dish10_"
- Name: "Stew Of Immortality"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12451
- AegisName: "F_WOB_Rune"
- Name: "Yellow Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12452
- AegisName: "F_WOB_Schwaltz"
- Name: "Green Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12453
- AegisName: "F_WOB_Rachel"
- Name: "Red Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12454
- AegisName: "F_WOB_Local"
- Name: "Blue Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12456
- AegisName: "F_Greed_Scroll"
- Name: "Greed Scroll"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12457
- AegisName: "F_Glass_Of_Illusion"
- Name: "Glass Of Illusion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12458
- AegisName: "F_Abrasive"
- Name: "Abrasive"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12459
- AegisName: "F_Med_Life_Potion"
- Name: "Medium Life Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12460
- AegisName: "F_Small_Life_Potion"
- Name: "Small Life Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12461
- AegisName: "F_Regeneration_Potion"
- Name: "Regeneration Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12462
- AegisName: "F_B_Mdef_Potion"
- Name: "Big Magic Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12463
- AegisName: "F_S_Mdef_Potion"
- Name: "Small Magic Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12464
- AegisName: "F_B_Def_Potion"
- Name: "Big Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12465
- AegisName: "F_S_Def_Potion"
- Name: "Small Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12466
- AegisName: "F_Blessing_10_Scroll"
- Name: "LV10 Blessing Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12467
- AegisName: "F_Inc_Agi_10_Scroll"
- Name: "LV10 Agil Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12468
- AegisName: "F_Aspersio_5_Scroll"
- Name: "LV5 Aspersio Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12470
- AegisName: "F_Wind_Walk_10_Scroll"
- Name: "LV10 Wind Walker Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12471
- AegisName: "F_Adrenaline_Scroll"
- Name: "LV5 Adrenaline Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12472
- AegisName: "F_Convex_Mirror"
- Name: "Convex Mirror"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12473
- AegisName: "RWC_Parti_Box"
- Name: "Participant's Request Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12474
- AegisName: "RWC_Final_Comp_Box"
- Name: "RWC Final Event Memorial Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" packageitem(12474); ">
-},
-{
- Id: 12475
- AegisName: "Cure_Free"
- Name: "Cure Free"
- Type: 2
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <"
- sc_end SC_SILENCE;
- sc_end SC_BLOODING;
- sc_end SC_POISON;
- sc_end SC_CURSE;
- sc_end SC_ORCISH;
- sc_end SC_PROPERTYUNDEAD;
- heal 500,0;
- ">
-},
-{
- Id: 12476
- AegisName: "PCBang_Coupon_Box3"
- Name: "PCRoom Coupon Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12477
- AegisName: "Gift_Bundle"
- Name: "Prontera Costume Pack"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12478
- AegisName: "Chance_Box"
- Name: "Opportunity Of Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12479
- AegisName: "Caracas_Ring_Box"
- Name: "Caracas Ring Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12480
- AegisName: "Attend_3Day_Box"
- Name: "Attendance 3rd Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12481
- AegisName: "Attend_7Day_Box"
- Name: "Attendance 7th Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12482
- AegisName: "Attend_10Day_Box"
- Name: "Attendance 10day Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12483
- AegisName: "Attend_15Day_Box"
- Name: "Attendance 15day Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12484
- AegisName: "Attend_20Day_Box"
- Name: "Attendance 20day Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12485
- AegisName: "Attend_25Day_Box"
- Name: "Attendance 25day Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12486
- AegisName: "GoldPC_First_Box"
- Name: "Gold PCRoom 1etc. Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12487
- AegisName: "PC_4Leaf_Clover_Box"
- Name: "PCRoom Leaf Clover Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12488
- AegisName: "Ticket_Gift_Box"
- Name: "Valkyrie Mercenary Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12489
- AegisName: "Ticket_Gift_Box2"
- Name: "Ticket Gift Box II"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12490
- AegisName: "Vivid_Notation"
- Name: "Christmas Music Box"
- Type: 2
- Buy: 20
-},
-{
- Id: 12491
- AegisName: "Curious_Snowball"
- Name: "Curious Snowball"
- Type: 2
- Buy: 20
-},
-{
- Id: 12492
- AegisName: "Crumpled_Paper"
- Name: "Crumpled Wad Paper"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12493
- AegisName: "Lucky_Egg_C4"
- Name: "Groovy Dragon Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12494
- AegisName: "E_Giant_Fly_Wing"
- Name: "E Giant Fly Wing"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12495
- AegisName: "E_Battle_Manual"
- Name: "E Battle Manual"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12496
- AegisName: "E_Insurance"
- Name: "E Insurance"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12497
- AegisName: "E_Bubble_Gum"
- Name: "E Bubble Gum"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12498
- AegisName: "E_Kafra_Card"
- Name: "E Kafra Card"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12499
- AegisName: "E_Neuralizer"
- Name: "E Neuralizer"
- Type: 2
- Buy: 2
-},
-{
- Id: 12500
- AegisName: "E_Dun_Tele_Scroll1"
- Name: "E Dun Tele Scroll1"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12501
- AegisName: "E_Str_Dish10_"
- Name: "E Str Dish10 "
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12502
- AegisName: "E_Agi_Dish10_"
- Name: "E Agi Dish10 "
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12503
- AegisName: "E_Int_Dish10_"
- Name: "E Int Dish10 "
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12504
- AegisName: "E_Dex_Dish10_"
- Name: "E Dex Dish10 "
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12505
- AegisName: "E_Luk_Dish10_"
- Name: "E Luk Dish10 "
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12506
- AegisName: "E_Vit_Dish10_"
- Name: "E Vit Dish10 "
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12507
- AegisName: "E_WOB_Rune"
- Name: "Yellow Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12508
- AegisName: "E_WOB_Schwaltz"
- Name: "Green Butterfly Wings"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12509
- AegisName: "E_WOB_Rachel"
- Name: "Red Butterfly Wings"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12510
- AegisName: "E_WOB_Local"
- Name: "Blue Butterfly wings"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12511
- AegisName: "E_Siege_Teleport_Scroll"
- Name: "E Siege Teleport Scroll"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12512
- AegisName: "E_Greed_Scroll"
- Name: "E Greed Scroll"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12513
- AegisName: "E_Glass_Of_Illusion"
- Name: "E Glass Of Illusion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12514
- AegisName: "E_Abrasive"
- Name: "E Abrasive"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12515
- AegisName: "E_Med_Life_Potion"
- Name: "E Med Life Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12516
- AegisName: "E_Small_Life_Potion"
- Name: "E Small Life Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12517
- AegisName: "E_Regeneration_Potion"
- Name: "E Regeneration Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12518
- AegisName: "E_B_Mdef_Potion"
- Name: "E B Mdef Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12519
- AegisName: "E_S_Mdef_Potion"
- Name: "E S Mdef Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12520
- AegisName: "E_B_Def_Potion"
- Name: "E B Def Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12521
- AegisName: "E_S_Def_Potion"
- Name: "E S Def Potion"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12522
- AegisName: "E_Blessing_10_Scroll"
- Name: "E Blessing 10 Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12523
- AegisName: "E_Inc_Agi_10_Scroll"
- Name: "E Inc Agi 10 Scroll"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12524
- AegisName: "E_Aspersio_5_Scroll"
- Name: "E Aspersio 5 Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12525
- AegisName: "E_Assumptio_5_Scroll"
- Name: "E Assumptio 5 Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12526
- AegisName: "E_Wind_Walk_10_Scroll"
- Name: "E Wind Walk 10 Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12527
- AegisName: "E_Adrenaline_Scroll"
- Name: "E Adrenaline Scroll"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12528
- AegisName: "E_Convex_Mirror"
- Name: "E Convex Mirror"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12529
- AegisName: "White_Slim_Potion_Box"
- Name: "Condensed White Potion Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12530
- AegisName: "Mastela_Fruit_Box"
- Name: "Mastela Fruit Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12531
- AegisName: "White_Potion_Box"
- Name: "White Potion 100 Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 504,100; ">
-},
-{
- Id: 12532
- AegisName: "Royal_Jelly_Box2"
- Name: "Royal Jelly Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 526,100; ">
-},
-{
- Id: 12533
- AegisName: "Blue_Herb_Box2"
- Name: "Blue Herb Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 510,100; ">
-},
-{
- Id: 12534
- AegisName: "Yggdrasil_Seed_Box"
- Name: "Yggdrasil Seed Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12536
- AegisName: "NY_Rice_Cake_Soup"
- Name: "New Year's Rice Cake"
- Type: 2
- Buy: 20
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 12537
- AegisName: "Solo_Gift_Basket"
- Name: "Gift Chocolate Basket"
- Type: 2
- Buy: 1000
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12538
- AegisName: "Couple_Event_Basket"
- Name: "Firecracker Basket"
- Type: 2
- Buy: 2000
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12539
- AegisName: "Splendid_Box"
- Name: "Brilliant Box"
- Type: 2
- Buy: 20
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 12540
- AegisName: "GM_Warp_Box"
- Name: "GM Warp Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12541
- AegisName: "Fortune_Cookie1"
- Name: "Fortune Cookie1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12542
- AegisName: "Fortune_Cookie2"
- Name: "Fortune Cookie2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12543
- AegisName: "Fortune_Cookie3"
- Name: "Fortune Cookie3"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12544
- AegisName: "Mystic_Tree_Branch"
- Name: "Mystic Tree Branch"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12545
- AegisName: "Lucky_Egg_C5"
- Name: "Fortune Egg"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12546
- AegisName: "Suspicious_Dish"
- Name: "Dark matter"
- Type: 2
- Buy: 100
- Weight: 50
- Script: <" sc_start SC_POISON,50000,0; ">
-},
-{
- Id: 12547
- AegisName: "Chalcenodny_Box"
- Name: "Chalcenodny Box"
- Type: 2
- Buy: 0
- Weight: 200
-},
-{
- Id: 12548
- AegisName: "Buy_Market_Permit2"
- Name: "Black Market Bulk Buyer Shop License"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" buyingstore 2; ">
-},
-{
- Id: 12549
- AegisName: "White_Slim_Pot_Box2"
- Name: "Condensed White Potion 200 Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 547,200; ">
-},
-{
- Id: 12550
- AegisName: "Poison_Bottle_Box2"
- Name: "Poison Bottle Box"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,30; ">
-},
-{
- Id: 12551
- AegisName: "MVP_Tele_Scroll"
- Name: "MVP Tele Scroll"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12552
- AegisName: "Quest_Tele_Scroll"
- Name: "Quest Tele Scroll"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12553
- AegisName: "Brysinggamen_Piece_Box"
- Name: "Brysinggamen Keep Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12554
- AegisName: "Asprika_Piece_Box"
- Name: "Asprika Piece Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12555
- AegisName: "Brynhild_Piece_Box"
- Name: "Brynhild Piece Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12556
- AegisName: "Sleipnir_Piece_Box"
- Name: "Sleipnir Keep Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12557
- AegisName: "Mjolnir_Piece_Box"
- Name: "Mjolnir Keep Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12558
- AegisName: "Magingiorde_Piece_Box"
- Name: "Magingiorde Keep Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12559
- AegisName: "Tenkaippin_Strong"
- Name: "Tenkaippin Strong"
- Type: 2
- Buy: 650
- Weight: 200
-},
-{
- Id: 12560
- AegisName: "Tenkaippin_Clean"
- Name: "Tenkaippin Clean"
- Type: 2
- Buy: 650
- Weight: 200
-},
-{
- Id: 12561
- AegisName: "Mysterious_Seed"
- Name: "Mysterious Seed"
- Type: 2
- Buy: 20
- Weight: 10
- BuyingStore: true
- Script: <" warp "bif_fild01",32,382; ">
-},
-{
- Id: 12562
- AegisName: "Bubble_Gum_Plus"
- Name: "Bubble Gum Plus"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12563
- AegisName: "BM75"
- Name: "BM75"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12564
- AegisName: "3D_Glasses_Box"
- Name: "3D Glasses Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12565
- AegisName: "Cheer_Scarf_Box"
- Name: "Cheering scarf Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12566
- AegisName: "Cheer_Scarf2_Box"
- Name: "Cheering scarf II Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12567
- AegisName: "Cheer_Scarf3_Box"
- Name: "Cheering scarf III Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12568
- AegisName: "Cheer_Scarf4_Box"
- Name: "Cheering scarf IV Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12569
- AegisName: "Cheer_Scarf6_Box"
- Name: "Cheering scarf VI Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12570
- AegisName: "Cheer_Scarf8_Box"
- Name: "Cheering scarf VIII Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12571
- AegisName: "Cheer_Scarf10_Box"
- Name: "Cheering scarf X Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12572
- AegisName: "Cheer_Scarf10_Box2"
- Name: "Cheering scarf X Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12573
- AegisName: "Fruit_Basket"
- Name: "Fruit Basket"
- Type: 2
- Buy: 20
- Weight: 50
- Script: <" packageitem(); ">
-},
-{
- Id: 12574
- AegisName: "Mora_Berry"
- Name: "Mora Berry"
- Type: 2
- Buy: 0
- Weight: 20
- EquipLv: 120
- BuyingStore: true
- Script: <" itemheal 0,rand(50,65); ">
-},
-{
- Id: 12575
- AegisName: "Arrow_Of_Elf_Cntr"
- Name: "Elf's Arrow Quiver"
- Type: 2
- Buy: 500
- Weight: 250
- EquipLv: 100
- BuyingStore: true
- Script: <" getitem 1773,500; ">
-},
-{
- Id: 12576
- AegisName: "Hunting_Arrow_Cntr"
- Name: "Hunting Arrow Quiver"
- Type: 2
- Buy: 500
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1774,500; ">
-},
-{
- Id: 12577
- AegisName: "Lucky_Egg_C6"
- Name: "Fortune Egg"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12578
- AegisName: "Rapid_Life_Water"
- Name: "Rapid Water"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12579
- AegisName: "Ring_Of_Valkyrie_Box"
- Name: "Ring of The Valkyrie Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12580
- AegisName: "Vending_Search_Scroll"
- Name: "Window Shopper Catalogue"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" searchstores 10,0; ">
-},
-{
- Id: 12581
- AegisName: "Vending_Search_Scroll2"
- Name: "Bargain Hunter's Catalogue"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" searchstores 10,1; ">
-},
-{
- Id: 12582
- AegisName: "Siege_Supply_Box"
- Name: "WoE Supply Box"
- Type: 11
- Buy: 0
- Weight: 100
-},
-{
- Id: 12583
- AegisName: "PR_Team_Box"
- Name: "Public Relations box"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12584
- AegisName: "Develop_Team_box"
- Name: "Development Team box"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12585
- AegisName: "Marketing_Team_Box"
- Name: "Marketing Team box"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12586
- AegisName: "Operating_Team_Box"
- Name: "Operation Team box"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12587
- AegisName: "Summer_Night_box"
- Name: "A Summer Night's Box"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12591
- AegisName: "Uni_Catalog_Bz"
- Name: "Black Market Catalogue"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" searchstores 10,1; ">
-},
-{
- Id: 12592
- AegisName: "Cyclops_Box1"
- Name: "Cyclops Box1"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12593
- AegisName: "Cyclops_Box2"
- Name: "Cyclops Box2"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12594
- AegisName: "Cyclops_Box3"
- Name: "Cyclops Box3"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12595
- AegisName: "Lucky_Egg_C7"
- Name: "Incarnation Of Morocc Doll Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12596
- AegisName: "Magic_Candy"
- Name: "Magic Candy"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12597
- AegisName: "Opor_Ayam"
- Name: "Opor Ayam"
- Type: 11
- Buy: 20
- Weight: 150
-},
-{
- Id: 12598
- AegisName: "Dendeng_Balado"
- Name: "Dendeng Balado"
- Type: 11
- Buy: 20
- Weight: 150
-},
-{
- Id: 12599
- AegisName: "Kurma"
- Name: "Kurma"
- Type: 11
- Buy: 20
- Weight: 100
-},
-{
- Id: 12600
- AegisName: "Treasure_Box_Scroll"
- Name: "Treasure Chest Summoned"
- Type: 11
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12601
- AegisName: "Cold_Watermelon_Juice"
- Name: "Fresh Watermelon Juice"
- Type: 0
- Buy: 20
- Weight: 100
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 12602
- AegisName: "Special_Box1"
- Name: "Special Box I"
- Type: 11
- Buy: 100
- Weight: 100
-},
-{
- Id: 12603
- AegisName: "Special_Box2"
- Name: "Special Box II"
- Type: 11
- Buy: 100
- Weight: 100
-},
-{
- Id: 12604
- AegisName: "Special_Box3"
- Name: "Special Box III"
- Type: 11
- Buy: 100
- Weight: 100
-},
-{
- Id: 12605
- AegisName: "Special_Box4"
- Name: "Special Box IV"
- Type: 11
- Buy: 100
- Weight: 100
-},
-{
- Id: 12606
- AegisName: "Special_Box5"
- Name: "Special Box V"
- Type: 11
- Buy: 100
- Weight: 100
-},
-{
- Id: 12607
- AegisName: "Lolli_Pop_Box"
- Name: "Delicious Lollipop Box"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12608
- AegisName: "Splendid_Box2"
- Name: "Splendid Box2"
- Type: 2
- Buy: 20
- Weight: 100
- Script: <" packageitem(); ">
-},
-{
- Id: 12609
- AegisName: "Old_Ore_Box"
- Name: "Old Ore Box"
- Type: 2
- Buy: 20
- Weight: 100
- Script: <" packageitem(); ">
-},
-{
- Id: 12612
- AegisName: "Old_Coin_Pocket"
- Name: "Shabby Coin Bag"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12613
- AegisName: "High_Coin_Pocket"
- Name: "Premium Coin Bag"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12614
- AegisName: "Mid_Coin_Pocket"
- Name: "Normal Coin Bag"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12615
- AegisName: "Low_Coin_Pocket"
- Name: "Poor Coin Bag"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12616
- AegisName: "Sgrade_Pocket"
- Name: "S Grade Coin Bag"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12617
- AegisName: "Agrade_Pocket"
- Name: "Agrade Pocket"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12618
- AegisName: "Bgrade_Pocket"
- Name: "Bgrade Pocket"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12619
- AegisName: "Cgrade_Pocket"
- Name: "Cgrade Pocket"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12620
- AegisName: "Dgrade_Pocket"
- Name: "Dgrade Pocket"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12621
- AegisName: "Egrade_Pocket"
- Name: "Egrade Pocket"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12622
- AegisName: "Boarding_Halter"
- Name: "Halter Lead"
- Type: 11
- Buy: 20
- Delay: 3000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setcashmount(); ">
-},
-{
- Id: 12623
- AegisName: "High_Weapon_Box"
- Name: "High Weapon Box"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" getrandgroupitem 12623,1; ">
-},
-{
- Id: 12624
- AegisName: "Delicious_Jelly"
- Name: "Delicious Jelly"
- Type: 0
- Buy: 0
- Weight: 50
- Trade: {
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 3,3; ">
-},
-{
- Id: 12625
- AegisName: "Sapa_Feat_Cert_Pack"
- Name: "Proof Of Sapha's Honor Package"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12626
- AegisName: "Wander_Man_Scroll"
- Name: "Wanderman Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12627
- AegisName: "Wicked_Nymph_Scroll"
- Name: "Wicked Nymph Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12628
- AegisName: "Kasa_Scroll"
- Name: "Kasa Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12629
- AegisName: "Salamander_Scroll"
- Name: "Salamander Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12630
- AegisName: "Teddy_Bear_Scroll"
- Name: "Teddy Bear Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12631
- AegisName: "Macro_Stone_A"
- Name: "Stone (1Hour)"
- Type: 11
- Buy: 0
-},
-{
- Id: 12632
- AegisName: "Macro_Stone_B"
- Name: "Stone (1Hour)"
- Type: 11
- Buy: 0
-},
-{
- Id: 12636
- AegisName: "Malang_Sp_Can"
- Name: "Malang Sp Can"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" warp "malangdo",140,114; ">
-},
-{
- Id: 12637
- AegisName: "Gong_Bug_Pocket"
- Name: "Gong Bug Pocket"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13208,200; ">
-},
-{
- Id: 12638
- AegisName: "Dried_Squid_Box"
- Name: "Dried Squid Box"
- Type: 11
- Buy: 20
- Weight: 2000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12639
- AegisName: "Flying_Fish_Box"
- Name: "Flying Fish Box"
- Type: 11
- Buy: 20
- Weight: 2000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12640
- AegisName: "Starfish_Box"
- Name: "Starfish Box"
- Type: 11
- Buy: 20
- Weight: 500
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12641
- AegisName: "Lucky_Egg_C8"
- Name: "New Recruit Pack"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12642
- AegisName: "Fruit_Of_Mastela_Box2"
- Name: "Fruit Box (100)"
- Type: 0
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 504,100; ">
-},
-{
- Id: 12643
- AegisName: "E_Coin_Pack50"
- Name: "E Coin Pack50"
- Type: 2
- Buy: 0
- Script: <" getitem 6422,50; ">
-},
-{
- Id: 12644
- AegisName: "PCBang_Coupon_Box4"
- Name: "PCRoom Coupon Box IV"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12645
- AegisName: "J_Aspersio_5_Scroll_C"
- Name: "Sacred Scroll"
- Type: 11
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12646
- AegisName: "Takoyaki"
- Name: "Fired Octopus"
- Type: 2
- Buy: 20
- Weight: 30
-},
-{
- Id: 12647
- AegisName: "Ink_Ball"
- Name: "See Ink"
- Type: 2
- Buy: 20
- Weight: 30
-},
-{
- Id: 12648
- AegisName: "Special_Potion_Set"
- Name: "Comprehensive Set Of Potions"
- Type: 11
- Buy: 20
- Weight: 100
-},
-{
- Id: 12649
- AegisName: "Lv70_Imperial_Gift"
- Name: "Level 70 Bounty"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12650
- AegisName: "Lv90_Imperial_Gift"
- Name: "Level 90 Bounty"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12651
- AegisName: "Lv110_Imperial_Gift"
- Name: "Level 110 Bounty"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12652
- AegisName: "Lv130_Imperial_Gift"
- Name: "Level 130 Bounty"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12653
- AegisName: "Lv150_Imperial_Gift"
- Name: "Level 150 Bounty"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12654
- AegisName: "Lucky_Egg_C9"
- Name: "Recruit's Mount Gift"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12655
- AegisName: "Brain_Powder"
- Name: "Brain Powder"
- Type: 11
- Buy: 2000
- Weight: 100
-},
-{
- Id: 12656
- AegisName: "Magical_Powder"
- Name: "Magical Powder"
- Type: 11
- Buy: 3000
- Weight: 200
-},
-{
- Id: 12657
- AegisName: "Madness_Powder"
- Name: "Madness Powder"
- Type: 11
- Buy: 4000
- Weight: 300
-},
-{
- Id: 12658
- AegisName: "Trans_Scroll_Devi"
- Name: "Transformation Scroll(Deviruchi)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Deviruchi",1200000,SC_MTF_ASPD; ">
-},
-{
- Id: 12659
- AegisName: "Trans_Scroll_Ray_Arch"
- Name: "Transformation Scroll(Raydric)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Raydric Archer",1200000,SC_MTF_RANGEATK; ">
-},
-{
- Id: 12660
- AegisName: "Trans_Scroll_Mavka"
- Name: "Transformation Scroll(Mavka)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Mavka",1200000,SC_MTF_RANGEATK; ">
-},
-{
- Id: 12661
- AegisName: "Trans_Scroll_Marduk"
- Name: "Transformation Scroll(Marduk)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Marduk",1200000,SC_MTF_MATK; ">
-},
-{
- Id: 12662
- AegisName: "Trans_Scroll_Banshee"
- Name: "Transformation Scroll(Banshee)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Banshee",1200000,SC_MTF_MATK; ">
-},
-{
- Id: 12663
- AegisName: "Trans_Scroll_Poring"
- Name: "Transformation Scroll(Poring)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Poring",1200000,SC_MTF_CRIDAMAGE; ">
-},
-{
- Id: 12664
- AegisName: "Trans_Scroll_Golem"
- Name: "Transformation Scroll(Golem)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" montransform "Golem",1200000,SC_MTF_MLEATKED; ">
-},
-{
- Id: 12665
- AegisName: "Grovel_Buff"
- Name: "Grovel Buff"
- Type: 2
- Buy: 0
-},
-{
- Id: 12666
- AegisName: "Thai_Perfume_MATK"
- Name: "Thai Perfume(MATK)"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12667
- AegisName: "Thai_Perfume_ATK"
- Name: "Thai Perfume(ATK)"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12668
- AegisName: "Thai_Perfume_ASPD"
- Name: "Thai Perfume(ASPD)"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12669
- AegisName: "Thai_Perfume_CAST"
- Name: "Thai Perfume(CAST)"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12670
- AegisName: "Beast_Powder"
- Name: "Beast Powder"
- Type: 11
- Buy: 20
- Weight: 100
-},
-{
- Id: 12671
- AegisName: "99lv_Battle_Manual"
- Name: "99lv Battle Manual"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12672
- AegisName: "Start_New_Box"
- Name: "Start New Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 617,2;
- getitem 12263,2;
- getitem 12329,3;
- getitem 12330,2;
- ">
-},
-{
- Id: 12673
- AegisName: "Lucky_Egg_C10"
- Name: "Lucky Egg C10"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12674
- AegisName: "God_Material_Box"
- Name: "God Material Box"
- Type: 2
- Buy: 20
- Weight: 500
-},
-{
- Id: 12675
- AegisName: "Sg_Weapon_Supply_Box"
- Name: "Siege Weapon Supply Box"
- Type: 2
- Buy: 20
- Weight: 500
- Script: <" getrandgroupitem 12675,1; ">
-},
-{
- Id: 12676
- AegisName: "Sg_Violet_Potion_Box"
- Name: "Siege Violet Potion Box"
- Type: 2
- Buy: 20
- Weight: 200
- Script: <" getitem 11547,50; ">
-},
-{
- Id: 12677
- AegisName: "Siege_Arrow_Quiver_S"
- Name: "Siege Arrow Quiver S"
- Type: 2
- Buy: 2
- Weight: 100
- EquipLv: 130
- Script: <" getitem 1776,200; ">
-},
-{
- Id: 12678
- AegisName: "Siege_Arrow_Quiver_A"
- Name: "Siege Arrow Quiver A"
- Type: 2
- Buy: 2
- Weight: 100
- EquipLv: 95
- Script: <" getitem 1775,200; ">
-},
-{
- Id: 12679
- AegisName: "Sg_White_Potion_Box"
- Name: "Siege White Potion Box"
- Type: 2
- Buy: 20
- Weight: 200
- Script: <" getitem 11548,30; ">
-},
-{
- Id: 12680
- AegisName: "Sg_Blue_Potion_Box"
- Name: "Siege Blue Potion Box"
- Type: 2
- Buy: 20
- Weight: 200
- Script: <" getitem 11549,10; ">
-},
-{
- Id: 12681
- AegisName: "Nestea_Lemon"
- Name: "Nestea Lemon"
- Type: 2
- Buy: 0
- Weight: 50
-},
-{
- Id: 12682
- AegisName: "Nestea_Blacktea"
- Name: "Nestea Black Tea"
- Type: 2
- Buy: 0
- Weight: 30
-},
-{
- Id: 12683
- AegisName: "Sg_Vi_Potion_Box200"
- Name: "Siege Violet Potion Box (200)"
- Type: 2
- Buy: 20
- Weight: 200
- Script: <" getitem 11547,50; ">
-},
-{
- Id: 12684
- AegisName: "ASPD_Potion"
- Name: "ASPD Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12685
- AegisName: "Gryphon_Egg_Scroll"
- Name: "Gryphon Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12686
- AegisName: "Str_Dish20"
- Name: "Str Dish20"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12687
- AegisName: "Int_Dish20"
- Name: "Int Dish20"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12688
- AegisName: "Vit_Dish20"
- Name: "Vit Dish20"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12689
- AegisName: "Dex_Dish20"
- Name: "Dex Dish20"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12690
- AegisName: "Old_C_Album_Helm"
- Name: "Headgear Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12691
- AegisName: "Old_C_Album_Armor"
- Name: "Armor Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12692
- AegisName: "Old_C_Album_Shield"
- Name: "Shield Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12693
- AegisName: "Old_C_Album_Garment"
- Name: "Garment Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12694
- AegisName: "Old_C_Album_Shoes"
- Name: "Shoes Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12695
- AegisName: "Old_C_Album_Acc"
- Name: "Accessory Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12696
- AegisName: "RWC_Cele_Fire"
- Name: "RWC Celebration Firecracker"
- Type: 2
- Weight: 20
- Script: <"
- sc_start SC_FOOD_STR,10000,3;
- sc_start SC_FOOD_AGI,10000,3;
- sc_start SC_FOOD_VIT,10000,3;
- sc_start SC_FOOD_DEX,10000,3;
- sc_start SC_FOOD_INT,10000,3;
- sc_start SC_FOOD_LUK,10000,3;
- ">
-},
-{
- Id: 12697
- AegisName: "RWC_Cele_Fire2"
- Name: "RWC Celebration Firecracker 2"
- Type: 11
- Buy: 0
- Weight: 20
-},
-{
- Id: 12698
- AegisName: "Old_C_Album_Weapon"
- Name: "Weapon Card Album"
- Type: 2
- Buy: 20
- Weight: 50
-},
-{
- Id: 12699
- AegisName: "Tikbalang_Belt"
- Name: "Tikbalang Harness"
- Type: 2
- Buy: 20
- Weight: 50
- Script: <" pet 2313; ">
-},
-{
- Id: 12700
- AegisName: "Insideout_Shirt"
- Name: "Inside-out Shirt"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" warp "malaya",242,211; ">
-},
-{
- Id: 12701
- AegisName: "Old_Blue_Box_F"
- Name: "Old Blue Box"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12702
- AegisName: "Old_Bleu_Box"
- Name: "Old Blue Box"
- Type: 2
- Buy: 0
- Weight: 200
- Trade: {
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getrandgroupitem 12702,1;
- getrandgroupitem 12702,1;
- ">
-},
-{
- Id: 12703
- AegisName: "Holy_Egg_2"
- Name: "Holy Egg"
- Type: 11
- Buy: 0
- Weight: 50
-},
-{
- Id: 12704
- AegisName: "Elixir_Of_Life"
- Name: "Elixir of Life"
- Type: 0
- Buy: 0
- Weight: 10
- EquipLv: 85
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 100,0; ">
-},
-{
- Id: 12705
- AegisName: "Noble_Nameplate"
- Name: "Noble Nameplate"
- Type: 2
- Buy: 0
- Weight: 100
- EquipLv: 90
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,100; ">
-},
-{
- Id: 12706
- AegisName: "Lucky_Cookie01"
- Name: "Lucky Cookie"
- Type: 11
- Buy: 0
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <" itemskill PR_GLORIA,5; ">
-},
-{
- Id: 12707
- AegisName: "Lucky_Cookie02"
- Name: "Lucky Cookie"
- Type: 11
- Buy: 0
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <" itemskill PR_MAGNIFICAT,1; ">
-},
-{
- Id: 12708
- AegisName: "Lucky_Cookie03"
- Name: "Lucky Cookie"
- Type: 11
- Buy: 0
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <" itemskill PR_IMPOSITIO,3; ">
-},
-{
- Id: 12709
- AegisName: "Guyak_Candy"
- Name: "Guyak Candy"
- Type: 0
- Buy: 0
- Weight: 150
- Script: <" percentheal 30,30; ">
-},
-{
- Id: 12710
- AegisName: "Guyak_Pudding"
- Name: "Guyak Pudding"
- Type: 2
- Buy: 0
- Weight: 200
- Script: <" sc_start SC_MOVHASTE_INFINITY,300000,0; ">
-},
-{
- Id: 12711
- AegisName: "Pretzel"
- Name: "Pretzel"
- Type: 0
- Buy: 2
- Weight: 100
- EquipLv: 50
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 12712
- AegisName: "Green_Beer"
- Name: "Green Beer"
- Type: 2
- Buy: 2
- Weight: 100
- EquipLv: 50
-},
-{
- Id: 12713
- AegisName: "Monster_Extract"
- Name: "Monster Extract"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12714
- AegisName: "Easter_Scroll"
- Name: "Easter Scroll"
- Type: 2
- Buy: 1
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getrandgroupitem 12714,1; ">
-},
-{
- Id: 12715
- AegisName: "Black_Treasure_Box"
- Name: "Black Treasure Chest"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12716
- AegisName: "Indian_Rice_Cake"
- Name: "Indian Rice Cake"
- Type: 2
- Buy: 0
- Weight: 10
-},
-// Guillotine Cross Poisons
-{
- Id: 12717
- AegisName: "Poison_Paralysis"
- Name: "Paralysis"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_PARALYSE,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12718
- AegisName: "Poison_Leech"
- Name: "Leech End"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_LEECHESEND,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12719
- AegisName: "Poison_Oblivion"
- Name: "Oblivion Curse"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_OBLIVIONCURSE,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12720
- AegisName: "Poison_Contamination"
- Name: "Death Hurt"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_DEATHHURT,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12721
- AegisName: "Poison_Numb"
- Name: "Toxin"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_TOXIN,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12722
- AegisName: "Poison_Fever"
- Name: "Pyrexia"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_PYREXIA,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12723
- AegisName: "Poison_Laughing"
- Name: "Magic Mushroom"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_MAGICMUSHROOM,300000,0,10,SCFLAG_FIXEDTICK; ">
-},
-{
- Id: 12724
- AegisName: "Poison_Fatigue"
- Name: "Venom Bleed"
- Type: 0
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" sc_start SC_VENOMBLEED,15000,0,10,SCFLAG_FIXEDTICK; ">
-},
-// Rune Knight's Rune Stones
-{
- Id: 12725
- AegisName: "Runstone_Nosiege"
- Name: "Nosiege Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Delay: 120000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_REFRESH,1; ">
-},
-{
- Id: 12726
- AegisName: "Runstone_Rhydo"
- Name: "Rhydo Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Delay: 30000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_CRUSHSTRIKE,1; ">
-},
-{
- Id: 12727
- AegisName: "Runstone_Verkana"
- Name: "Verkana Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_MILLENNIUMSHIELD,1; ">
-},
-{
- Id: 12728
- AegisName: "Runstone_Isia"
- Name: "Isia Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_VITALITYACTIVATION,1; ">
-},
-{
- Id: 12729
- AegisName: "Runstone_Asir"
- Name: "Asir Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_FIGHTINGSPIRIT,1; ">
-},
-{
- Id: 12730
- AegisName: "Runstone_Urj"
- Name: "Urj Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_ABUNDANCE,1; ">
-},
-{
- Id: 12731
- AegisName: "Runstone_Turisus"
- Name: "Turisus Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_GIANTGROWTH,1; ">
-},
-{
- Id: 12732
- AegisName: "Runstone_Pertz"
- Name: "Pertz Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Delay: 1000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_STORMBLAST,1; ">
-},
-{
- Id: 12733
- AegisName: "Runstone_Hagalas"
- Name: "Hagalas Runestone"
- Type: 11
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_STONEHARDSKIN,1; ">
-},
-// Rune Knight Rune Ores
-{
- Id: 12734
- AegisName: "Runstone_Quality"
- Name: "Quality Rough Runestone"
- Type: 0
- Buy: 2
- Weight: 100
- Job: 0x00000080
- BuyingStore: true
- Script: <" makerune 5; ">
-},
-{
- Id: 12735
- AegisName: "Runstone_Ancient"
- Name: "Ancient Rough Runestone"
- Type: 0
- Buy: 2
- Weight: 100
- Job: 0x00000080
- BuyingStore: true
- Script: <" makerune 11; ">
-},
-{
- Id: 12736
- AegisName: "Runstone_Mystic"
- Name: "Mystic Rough Runestone"
- Type: 0
- Buy: 2
- Weight: 100
- Job: 0x00000080
- BuyingStore: true
- Script: <" makerune 14; ">
-},
-{
- Id: 12737
- AegisName: "Runstone_Ordinary"
- Name: "General Rough Runestone"
- Type: 0
- Buy: 2
- Weight: 100
- Job: 0x00000080
- BuyingStore: true
- Script: <" makerune 2; ">
-},
-{
- Id: 12738
- AegisName: "Runstone_Rare"
- Name: "Rare Rough Runestone"
- Type: 0
- Buy: 2
- Weight: 100
- Job: 0x00000080
- BuyingStore: true
- Script: <" makerune 8; ">
-},
-{
- Id: 12739
- AegisName: "Snow_Flower"
- Name: "Snow Flower"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12740
- AegisName: "Inc_Str_Scroll"
- Name: "Amplification Scroll"
- Type: 2
- Buy: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12741
- AegisName: "Inc_Int_Scroll"
- Name: "Intellect Amplification Scroll"
- Type: 2
- Buy: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12742
- AegisName: "Valentine_Gift_Box1"
- Name: "Valentine Gift Box"
- Type: 2
- Buy: 0
-},
-{
- Id: 12743
- AegisName: "Valentine_Gift_Box2"
- Name: "Valentine Gift Box"
- Type: 2
- Buy: 0
-},
-{
- Id: 12744
- AegisName: "Chocotate_Box"
- Name: "Chocolate Box"
- Type: 2
- Buy: 0
-},
-{
- Id: 12745
- AegisName: "Skull_Scroll"
- Name: "Vivid Notation"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12746
- AegisName: "Destruction_Scroll"
- Name: "Destruction Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <"
- autobonus "{bonus2 bAddRace,RC_Boss,5;}",10000,1800000;
- autobonus "{bonus2 bAddRace,RC_Angel,5;}",10000,1800000;
- autobonus "{bonus2 bAddEle,Ele_Holy,5;}",10000,1800000;
- ">
-},
-{
- Id: 12747
- AegisName: "Royal_Scroll"
- Name: "Royal Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" autobonus "{bonus2 bSubRace,RC_Boss,5;}",10000,1800000; ">
-},
-{
- Id: 12748
- AegisName: "Immune_Scroll"
- Name: "Immune Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" autobonus "{bonus2 bAddEle,Ele_Neutral,-5;}",10000,1800000; ">
-},
-{
- Id: 12749
- AegisName: "Mystic_Scroll"
- Name: "Mystic Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" sc_start SC_PLUSMAGICPOWER,180000,5; ">
-},
-{
- Id: 12750
- AegisName: "Battle_Scroll"
- Name: "Battle Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_ATTHASTE_POTION3,1800000,5;
- sc_start SC_PLUSATTACKPOWER,1800000,5;
- ">
-},
-{
- Id: 12751
- AegisName: "Armor_Scroll"
- Name: "Armor Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_PROTECT_DEF,1800000,5;
- sc_start SC_FOOD_BASICAVOIDANCE,1800000,10;
- ">
-},
-{
- Id: 12752
- AegisName: "Prayer_Scroll"
- Name: "Prayer Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_PROTECT_MDEF,1800000,5;
- sc_start SC_INCFLEE2,1800000,10;
- ">
-},
-{
- Id: 12753
- AegisName: "Soul_Scroll"
- Name: "Soul Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_INCMHPRATE,1800000,5;
- sc_start SC_INCMSPRATE,1800000,5;
- ">
-},
-{
- Id: 12754
- AegisName: "New_Year_Bun"
- Name: "New Year Bun"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12755
- AegisName: "Traditional_Firecrack"
- Name: "Traditional Firecrack"
- Type: 2
- Buy: 2
- Weight: 10
-},
-{
- Id: 12756
- AegisName: "New_Gift_Envelope"
- Name: "New Gift Envelope"
- Type: 2
- Buy: 2
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12757
- AegisName: "Loyal_Ring1_Box"
- Name: "Loyal Ring1 Box"
- Type: 2
- Buy: 10
-},
-{
- Id: 12758
- AegisName: "Loyal_Ring2_Box"
- Name: "Loyal Ring2 Box"
- Type: 2
- Buy: 10
-},
-{
- Id: 12759
- AegisName: "Loyal_Ring3_Box"
- Name: "Loyal Ring3 Box"
- Type: 2
- Buy: 10
-},
-{
- Id: 12760
- AegisName: "Bubble_Gum_Green"
- Name: "Bubble Gum Green"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12761
- AegisName: "Bubble_Gum_Yellow"
- Name: "Bubble Gum Yellow"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12762
- AegisName: "Bubble_Gum_Orange"
- Name: "Bubble Gum Orange"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12763
- AegisName: "Bubble_Gum_Red"
- Name: "Bubble Gum Red"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12764
- AegisName: "Fools_Day_Box_Tw"
- Name: "Fools Day Box Tw"
- Type: 2
- Buy: 0
-},
-{
- Id: 12765
- AegisName: "Summer_Knight_Box"
- Name: "Summer Knight Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 12766
- AegisName: "Reward_Job_BM25"
- Name: "JOB Battle Manual"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12767
- AegisName: "Passion_FB_Hat_Box"
- Name: "Passion FB Hat Box"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12768
- AegisName: "Cool_FB_Hat_Box"
- Name: "Cool FB Hat Box"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12769
- AegisName: "Victory_FB_Hat_Box"
- Name: "Victory FB Hat Box"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12770
- AegisName: "Glory_FB_Hat_Box"
- Name: "Glory FB Hat Box"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12771
- AegisName: "Passion_Hat_Box2"
- Name: "Passion Hat Box2"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12772
- AegisName: "Cool_Hat_Box2"
- Name: "Cool Hat Box2"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12773
- AegisName: "Victory_Hat_Box2"
- Name: "Victory Hat Box2"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 12774
- AegisName: "Empty_Potion_Bottle"
- Name: "Empty Potion Bottle"
- Type: 2
- Buy: 0
-},
-{
- Id: 12775
- AegisName: "Ancient_Spirit_Agimat"
- Name: "Greater Agimat of Ancient Spirit"
- Type: 2
- Buy: 20
- Weight: 600
-},
-{
- Id: 12776
- AegisName: "Agi_Dish20"
- Name: "Agi Dish20"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12777
- AegisName: "Luk_Dish20"
- Name: "Luk Dish20"
- Type: 11
- Buy: 0
- Weight: 10
-},
-{
- Id: 12778
- AegisName: "Bapho_Jr_Scroll"
- Name: "Baphomet Jr Ally Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12779
- AegisName: "Galapago_Scroll"
- Name: "Galapago Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12780
- AegisName: "10M_Zeny_Check"
- Name: "10M Zeny Check"
- Type: 11
- Buy: 0
-},
-{
- Id: 12781
- AegisName: "1M_Zeny_Check"
- Name: "1M Zeny Check"
- Type: 11
- Buy: 0
-},
-{
- Id: 12782
- AegisName: "100T_Zeny_Check"
- Name: "100T Zeny Check"
- Type: 11
- Buy: 0
-},
-{
- Id: 12783
- AegisName: "10000_Zeny_Check"
- Name: "10000 Zeny Check"
- Type: 11
- Buy: 0
-},
-{
- Id: 12784
- AegisName: "1000_Zeny_Check"
- Name: "1000 Zeny Check"
- Type: 11
- Buy: 0
-},
-{
- Id: 12785
- AegisName: "Dragon_Egg_Scroll"
- Name: "Dragon Egg"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12786
- AegisName: "Change_Slot_Card"
- Name: "Character Position Change Coupon"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" SlotChange += 1; ">
-},
-{
- Id: 12787
- AegisName: "Diabolic_Scroll"
- Name: "Diabolic Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" mercenary_create 2342,1800000; ">
-},
-{
- Id: 12788
- AegisName: "No100_Firecracker"
- Name: "No100 Firecracker"
- Type: 11
- Buy: 2
- Weight: 20
-},
-{
- Id: 12789
- AegisName: "Juicy_Fruit"
- Name: "Juicy Fruit"
- Type: 11
- Buy: 2
- Weight: 100
-},
-{
- Id: 12790
- AegisName: "Change_Name_Card"
- Name: "Name Change Coupon"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" CharRename += 1; ">
-},
-{
- Id: 12791
- AegisName: "Combat_Pill"
- Name: "Magic Battle Serum"
- Type: 2
- Buy: 20
- Weight: 150
-},
-{
- Id: 12792
- AegisName: "P_Combat_Pill"
- Name: "Advanced Magic Battle Serum"
- Type: 11
- Buy: 20
- Weight: 150
-},
-{
- Id: 12793
- AegisName: "Combat_Pill_Box10"
- Name: "Magic Battle Serum Box"
- Type: 11
- Buy: 20
-},
-{
- Id: 12794
- AegisName: "P_Combat_Pill_Box10"
- Name: "Advanced Magic Battle Serum Box"
- Type: 11
- Buy: 20
-},
-{
- Id: 12795
- AegisName: "2011_RWC_Scroll_Kr"
- Name: "2011 RWC Scroll"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12796
- AegisName: "Red_Booster"
- Name: "Red Boost"
- Type: 11
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- itemskill AC_CONCENTRATION,(getskilllv(AC_CONCENTRATION)<3?3:getskilllv(AC_CONCENTRATION));
- ">
-},
-{
- Id: 12797
- AegisName: "Wish_Maiden_Scroll"
- Name: "Wish Maiden Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12798
- AegisName: "Zealotus_Scroll"
- Name: "Zealotus Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12812
- AegisName: "Snow_Flip"
- Name: "Snow Flip"
- Type: 11
- Buy: 0
- Weight: 10
- Script: <" itemskill ECL_SNOWFLIP,1; ">
-},
-{
- Id: 12813
- AegisName: "Peony_Mommy"
- Name: "Peony Mamy"
- Type: 11
- Buy: 0
- Weight: 10
- Script: <" itemskill ECL_PEONYMAMY,1; ">
-},
-{
- Id: 12814
- AegisName: "Slapping_Herb"
- Name: "Sadagui"
- Type: 11
- Buy: 0
- Weight: 10
- Script: <" itemskill ECL_SADAGUI,1; ">
-},
-{
- Id: 12815
- AegisName: "Yggdrasil_Dust"
- Name: "Sequoia Dust"
- Type: 11
- Buy: 0
- Weight: 10
- Script: <" itemskill ECL_SEQUOIADUST,1; ">
-},
-{
- Id: 12818
- AegisName: "High_Weapon_Box_"
- Name: "Advanced Weapons Box"
- Type: 2
- Buy: 0
- EquipLv: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12831
- AegisName: "Potion_Box"
- Name: "Potion Box"
- Type: 2
- Buy: 0
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 545,100;
- getitem 546,100;
- getitem 547,100;
- getitem 505,100;
- ">
-},
-{
- Id: 12845
- AegisName: "Amatsu_Butterfly_Wing"
- Name: "Amatsu Butterfly Wing"
-},
-{
- Id: 12846
- AegisName: "Little_Unripe_Apple"
- Name: "Little Unripe Apple"
- Type: 2
- Buy: 10
- Weight: 50
- Nouse: {
- sitting: true
- }
- Script: <" pet 2398; ">
-},
-{
- Id: 12847
- AegisName: "Old_Equipment_Box"
- Name: "Old Equipment Box"
- Type: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12848
- AegisName: "Falcon_Flute"
- Name: "Falcon Flute"
- Type: 11
- Buy: 0
- Script: <"
- if(getskilllv(HT_FALCON)) {
- if(checkoption(Option_Wug)||checkoption(Option_Wugrider)) end;
- if(checkfalcon()==1) {
- setfalcon 0;
- }
- else {
- setfalcon 1;
- }
- }
- ">
-},
-{
- Id: 12849
- AegisName: "Combination_Kit"
- Name: "Union Kit"
- Type: 2
- Buy: 0
- Weight: 10
-},
-{
- Id: 12850
- AegisName: "Heaven_Scroll"
- Name: "Heaven Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12851
- AegisName: "Vocation_Scroll"
- Name: "Vocation Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12852
- AegisName: "Wisdom_Scroll"
- Name: "Wisdom Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12853
- AegisName: "Patron_Scroll"
- Name: "Patron Scroll"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 12900
- AegisName: "Battle_Manual_Box"
- Name: "Battle Manual Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,10; ">
-},
-{
- Id: 12901
- AegisName: "Insurance_Package"
- Name: "Insurance Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,10; ">
-},
-{
- Id: 12902
- AegisName: "Bubble_Gum_Box"
- Name: "Bubble Gum Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,10; ">
-},
-{
- Id: 12903
- AegisName: "Str_Dish_Box"
- Name: "Steamed Tongue Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,10; ">
-},
-{
- Id: 12904
- AegisName: "Agi_Dish_Box"
- Name: "Steamed Scorpion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,10; ">
-},
-{
- Id: 12905
- AegisName: "Int_Dish_Box"
- Name: "Dragon Breath Cocktail Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,10; ">
-},
-{
- Id: 12906
- AegisName: "Dex_Dish_Box"
- Name: "Hwergelmir's Tonic Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,10; ">
-},
-{
- Id: 12907
- AegisName: "Luk_Dish_Box"
- Name: "Nine Tail Dish Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,10; ">
-},
-{
- Id: 12908
- AegisName: "Vit_Dish_Box"
- Name: "Stew Of Immortality Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,10; ">
-},
-{
- Id: 12909
- AegisName: "Kafra_Card_Box"
- Name: "Kafra Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,10; ">
-},
-{
- Id: 12910
- AegisName: "Giant_Fly_Wing_Box"
- Name: "Giant Fly Wing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,50; ">
-},
-{
- Id: 12911
- AegisName: "Neuralizer_Box"
- Name: "Neuralizer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12213,1; ">
-},
-{
- Id: 12912
- AegisName: "Convex_Mirror_Box"
- Name: "Convex Mirror Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,10; ">
-},
-{
- Id: 12913
- AegisName: "Blessing_10_Scroll_Box"
- Name: "Blessing 10 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,50; ">
-},
-{
- Id: 12914
- AegisName: "Inc_Agi_10_Scroll_Box"
- Name: "Increase AGI 10 scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,50; ">
-},
-{
- Id: 12915
- AegisName: "Aspersio_5_Scroll_Box"
- Name: "Aspersio 5 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12217,50; ">
-},
-{
- Id: 12916
- AegisName: "Assumptio_5_Scroll_Box"
- Name: "Assumptio 5 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,50; ">
-},
-{
- Id: 12917
- AegisName: "Wind_Walk_10_Scroll_Box"
- Name: "Wind Walk 10 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,50; ">
-},
-{
- Id: 12918
- AegisName: "Adrenaline_Scroll_Box"
- Name: "Adrenaline 5 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,50; ">
-},
-{
- Id: 12919
- AegisName: "Megaphone_Box"
- Name: "Megaphone Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,10; ">
-},
-{
- Id: 12920
- AegisName: "Enriched_Elunium_Box"
- Name: "Enriched Elunium 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,10; ">
-},
-{
- Id: 12921
- AegisName: "Enriched_Oridecon_Box"
- Name: "Enriched Oridecon 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,10; ">
-},
-{
- Id: 12922
- AegisName: "Token_Of_Siegfried_Box"
- Name: "Token of Siegfried Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,10; ">
-},
-{
- Id: 12923
- AegisName: "Pet_Egg_Scroll_Box1"
- Name: "December Lucky Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 12925,1; ">
-},
-{
- Id: 12924
- AegisName: "Pet_Egg_Scroll_Box2"
- Name: "Anniversary Destiny Crate"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 12926,1; ">
-},
-{
- Id: 12925
- AegisName: "Pet_Egg_Scroll1"
- Name: "Kafra Item Mall Prize Package"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12926
- AegisName: "Pet_Egg_Scroll2"
- Name: "Anniversary Destiny Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12927
- AegisName: "J_Aspersio_5_Scroll_Box"
- Name: "Aspersio Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12928,10; ">
-},
-{
- Id: 12928
- AegisName: "J_Aspersio_5_Scroll"
- Name: "Sacred Scroll"
- Type: 11
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill PR_ASPERSIO,5; ">
-},
-{
- Id: 12929
- AegisName: "Pet_Egg_Scroll_Box3"
- Name: "Pet Egg Box 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12932,1; ">
-},
-{
- Id: 12930
- AegisName: "Pet_Egg_Scroll_Box4"
- Name: "Pet Egg Box 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12933,1; ">
-},
-{
- Id: 12931
- AegisName: "Pet_Egg_Scroll_Box5"
- Name: "Playspan 5x Easter Lucky Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12934,1; ">
-},
-{
- Id: 12932
- AegisName: "Pet_Egg_Scroll3"
- Name: "Episode 13.2 Key Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12933
- AegisName: "Pet_Egg_Scroll4"
- Name: "Summer Hat Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12934
- AegisName: "Pet_Egg_Scroll5"
- Name: "Easter Lucky Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12935
- AegisName: "Infiltrator_Box"
- Name: "Infiltrator Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1267,604800; ">
-},
-{
- Id: 12936
- AegisName: "Muramasa_Box"
- Name: "Muramasa Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1173,604800; ">
-},
-{
- Id: 12937
- AegisName: "Excalibur_Box"
- Name: "Excalibur Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13401,604800; ">
-},
-{
- Id: 12938
- AegisName: "Combat_Knife_Box"
- Name: "Combat Knife Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13021,604800; ">
-},
-{
- Id: 12939
- AegisName: "Counter_Dagger_Box"
- Name: "Dagger of Counter Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13022,604800; ">
-},
-{
- Id: 12940
- AegisName: "Kaiser_Knuckle_Box"
- Name: "Kaiser Knuckle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1817,604800; ">
-},
-{
- Id: 12941
- AegisName: "Pole_Axe_Box"
- Name: "Poll Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1419,604800; ">
-},
-{
- Id: 12942
- AegisName: "Mighty_Staff_Box"
- Name: "Mighty Staff Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1623,604800; ">
-},
-{
- Id: 12943
- AegisName: "Right_Epsilon_Box"
- Name: "Light Epsilon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1372,604800; ">
-},
-{
- Id: 12944
- AegisName: "Balistar_Box"
- Name: "Ballista Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1728,604800; ">
-},
-{
- Id: 12945
- AegisName: "Diary_Of_Great_Sage_Box"
- Name: "Sage's Diary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1563,604800; ">
-},
-{
- Id: 12946
- AegisName: "Asura_Box"
- Name: "Asura Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13023,604800; ">
-},
-{
- Id: 12947
- AegisName: "Apple_Of_Archer_Box"
- Name: "Apple of Archer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5265,1209600; ">
-},
-{
- Id: 12948
- AegisName: "Bunny_Band_Box"
- Name: "Bunny Band Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5266,1209600; ">
-},
-{
- Id: 12949
- AegisName: "Sahkkat_Box"
- Name: "Sakkat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5267,1209600; ">
-},
-{
- Id: 12950
- AegisName: "Lord_Circlet_Box"
- Name: "Grand Circlet Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5268,1209600; ">
-},
-{
- Id: 12951
- AegisName: "Elven_Ears_Box"
- Name: "Elven Ears Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2686,604800; ">
-},
-{
- Id: 12952
- AegisName: "Steel_Flower_Box"
- Name: "Steel Flower Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2687,1209600; ">
-},
-{
- Id: 12953
- AegisName: "Critical_Ring_Box"
- Name: "Critical Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2688,604800; ">
-},
-{
- Id: 12954
- AegisName: "Earring_Box"
- Name: "Earring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2689,604800; ">
-},
-{
- Id: 12955
- AegisName: "Ring_Box"
- Name: "Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2690,604800; ">
-},
-{
- Id: 12956
- AegisName: "Necklace_Box"
- Name: "Necklace Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2691,604800; ">
-},
-{
- Id: 12957
- AegisName: "Glove_Box"
- Name: "Glove Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2692,604800; ">
-},
-{
- Id: 12958
- AegisName: "Brooch_Box"
- Name: "Brooch Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2693,604800; ">
-},
-{
- Id: 12959
- AegisName: "Rosary_Box"
- Name: "Rosary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2694,604800; ">
-},
-{
- Id: 12960
- AegisName: "Safety_Ring_Box"
- Name: "Safety Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2695,604800; ">
-},
-{
- Id: 12961
- AegisName: "Vesper_Core01_Box"
- Name: "Vesper Core 01 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2696,604800; ">
-},
-{
- Id: 12962
- AegisName: "Vesper_Core02_Box"
- Name: "Vesper Core 02 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2697,604800; ">
-},
-{
- Id: 12963
- AegisName: "Vesper_Core03_Box"
- Name: "Vesper Core 03 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2698,604800; ">
-},
-{
- Id: 12964
- AegisName: "Vesper_Core04_Box"
- Name: "Vesper Core 04 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2699,604800; ">
-},
-{
- Id: 12965
- AegisName: "Emergency_Box1"
- Name: "Emergency Level 1 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12968,1; ">
-},
-{
- Id: 12966
- AegisName: "Emergency_Box2"
- Name: "Emergency Level 2 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12969,1; ">
-},
-{
- Id: 12967
- AegisName: "Emergency_Box3"
- Name: "Emergency Level 3 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12970,1; ">
-},
-{
- Id: 12968
- AegisName: "Emergency_Scroll1"
- Name: "Emergency Level 1 Scroll"
- Type: 11
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill GD_EMERGENCYCALL,1; ">
-},
-{
- Id: 12969
- AegisName: "Emergency_Scroll2"
- Name: "Emergency Level 2 Scroll"
- Type: 11
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill GD_EMERGENCYCALL,1; ">
-},
-{
- Id: 12970
- AegisName: "Emergency_Scroll3"
- Name: "Emergency Level 3 Scroll"
- Type: 11
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill GD_EMERGENCYCALL,1; ">
-},
-{
- Id: 12971
- AegisName: "Teleport_Box1"
- Name: "Teleport Scroll Box 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12977,10; ">
-},
-{
- Id: 12972
- AegisName: "Teleport_Box2"
- Name: "Teleport Scroll Box 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12978,10; ">
-},
-{
- Id: 12973
- AegisName: "Teleport_Box3"
- Name: "Teleport Scroll Box 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12979,10; ">
-},
-{
- Id: 12974
- AegisName: "Teleport_Box4"
- Name: "Teleport Scroll Box 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12980,10; ">
-},
-{
- Id: 12975
- AegisName: "Teleport_Box5"
- Name: "Teleport Scroll Box 5"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12981,10; ">
-},
-{
- Id: 12976
- AegisName: "Teleport_Box6"
- Name: "Teleport Scroll Box 6"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12982,10; ">
-},
-{
- Id: 12977
- AegisName: "Teleport_Scroll1"
- Name: "Teleport Scroll 1"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashTele",1; ">
-},
-{
- Id: 12978
- AegisName: "Teleport_Scroll2"
- Name: "Teleport Scroll 2"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashTele",2; ">
-},
-{
- Id: 12979
- AegisName: "Teleport_Scroll3"
- Name: "Teleport Scroll 3"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashTele",3; ">
-},
-{
- Id: 12980
- AegisName: "Teleport_Scroll4"
- Name: "Teleport Scroll 4"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashTele",4; ">
-},
-{
- Id: 12981
- AegisName: "Teleport_Scroll5"
- Name: "Teleport Scroll 5"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashTele",5; ">
-},
-{
- Id: 12982
- AegisName: "Teleport_Scroll6"
- Name: "Teleport Scroll 6"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashTele",6; ">
-},
-{
- Id: 12983
- AegisName: "Pet_Egg_Scroll_Box6"
- Name: "Christmas Holiday Crate"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12989,1; ">
-},
-{
- Id: 12984
- AegisName: "Pet_Egg_Scroll_Box7"
- Name: "Halloween Spooky Crate"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12990,1; ">
-},
-{
- Id: 12985
- AegisName: "Pet_Egg_Scroll_Box8"
- Name: "Summer Lucky Crate"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12991,1; ">
-},
-{
- Id: 12986
- AegisName: "Pet_Egg_Scroll_Box9"
- Name: "Adventurer Pack Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12992,1; ">
-},
-{
- Id: 12987
- AegisName: "Pet_Egg_Scroll_Box10"
- Name: "Pet Egg Scroll Box 10"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12993,1; ">
-},
-{
- Id: 12988
- AegisName: "Pet_Egg_Scroll_Box11"
- Name: "Pet Egg Scroll Box 11"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12994,1; ">
-},
-{
- Id: 12989
- AegisName: "Pet_Egg_Scroll6"
- Name: "Christmas Holiday Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12990
- AegisName: "Pet_Egg_Scroll7"
- Name: "Halloween Spooky Pack"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12991
- AegisName: "Pet_Egg_Scroll8"
- Name: "Party Hard Pack"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12992
- AegisName: "Pet_Egg_Scroll9"
- Name: "Adventurer Pack"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12993
- AegisName: "Pet_Egg_Scroll10"
- Name: "Party Buff Scroll Pack"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12994
- AegisName: "Pet_Egg_Scroll11"
- Name: "HD Elunium 10 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12995
- AegisName: "White_Herb_Box"
- Name: "White Herb Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 509,15; ">
-},
-{
- Id: 12996
- AegisName: "Blue_Herb_Box"
- Name: "Blue Herb Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 510,15; ">
-},
-{
- Id: 12997
- AegisName: "Elunium_Box"
- Name: "Elunium Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 985,5; ">
-},
-{
- Id: 12998
- AegisName: "Oridecon_Box"
- Name: "Oridecon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 984,5; ">
-},
-{
- Id: 12999
- AegisName: "Branch_Of_Dead_Tree_Box"
- Name: "Dead Branch Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 604,3; ">
-},
-{
- Id: 13000
- AegisName: "Jujube_Dagger"
- Name: "Jujube Dagger"
- Type: 4
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- View: 1
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 13001
- AegisName: "Dragon_Killer"
- Name: "Dragon Killer"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 1
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bExpAddRace,RC_Dragon,10;
- ">
-},
-{
- Id: 13002
- AegisName: "Ginnungagap"
- Name: "Ginnungagap"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 148
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Blind,500;
- bonus2 bAddEff2,Eff_Blind,50;
- ">
-},
-{
- Id: 13003
- AegisName: "Coward"
- Name: "Cowardice Blade"
- Type: 4
- Buy: 52000
- Weight: 700
- Atk: 80
- Range: 1
- Slots: 1
- Job: 0x22021040
- Loc: 2
- WeaponLv: 3
- EquipLv: 55
- View: 1
- Script: <" bonus bDef,5; ">
-},
-{
- Id: 13004
- AegisName: "Coward_"
- Name: "Cowardice Blade"
- Type: 4
- Buy: 52000
- Weight: 700
- Atk: 80
- Range: 1
- Slots: 2
- Job: 0x22021040
- Loc: 2
- WeaponLv: 3
- EquipLv: 55
- View: 1
- Script: <" bonus bDef,5; ">
-},
-{
- Id: 13005
- AegisName: "Angelwing_Short_Sword"
- Name: "Angelic Wing Dagger"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 4
- EquipLv: 50
- View: 1
-},
-{
- Id: 13006
- AegisName: "Khukri"
- Name: "Khukri"
- Type: 4
- Buy: 240000
- Weight: 600
- Atk: 150
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 65
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Curse,1000;
- ">
-},
-{
- Id: 13007
- AegisName: "Jitte"
- Name: "Jitte"
- Type: 4
- Buy: 20000
- Weight: 400
- Atk: 70
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 35
- View: 1
- Script: <" bonus bBreakWeaponRate,200; ">
-},
-{
- Id: 13008
- AegisName: "Jitte_"
- Name: "Jitte"
- Type: 4
- Buy: 20000
- Weight: 400
- Atk: 70
- Range: 1
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 35
- View: 1
- Script: <" bonus bBreakWeaponRate,200; ">
-},
-{
- Id: 13009
- AegisName: "Kamaitachi"
- Name: "Kamaitachi"
- Type: 4
- Buy: 48000
- Weight: 900
- Atk: 125
- Range: 2
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bCritical,3;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 13010
- AegisName: "Asura"
- Name: "Asura"
- Type: 4
- Buy: 3000
- Weight: 600
- Atk: 50
- Matk: 50
- Range: 1
- Slots: 2
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 1
- EquipLv: 12
- View: 1
-},
-{
- Id: 13011
- AegisName: "Asura_"
- Name: "Asura"
- Type: 4
- Buy: 3000
- Weight: 600
- Atk: 50
- Matk: 50
- Range: 1
- Slots: 3
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 1
- EquipLv: 12
- View: 1
-},
-{
- Id: 13012
- AegisName: "Murasame"
- Name: "Murasame"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 95
- Range: 1
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 24
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bCriticalAddRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 13013
- AegisName: "Murasame_"
- Name: "Murasame"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 95
- Range: 1
- Slots: 2
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 2
- EquipLv: 24
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bCriticalAddRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 13014
- AegisName: "Hakujin"
- Name: "Hakujin"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 120
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 42
- View: 1
- Script: <"
- bonus bInt,2;
- bonus3 bAutoSpell,AL_HEAL,1,10;
- ">
-},
-{
- Id: 13015
- AegisName: "Hakujin_"
- Name: "Hakujin"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 42
- View: 1
- Script: <"
- bonus bInt,2;
- bonus3 bAutoSpell,AL_HEAL,1,10;
- ">
-},
-{
- Id: 13016
- AegisName: "Poison_Knife_"
- Name: "Poison Knife"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 64
- Range: 1
- Slots: 2
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 65
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,3000;
- ">
-},
-{
- Id: 13017
- AegisName: "House_Auger_"
- Name: "Ice Pick"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 70
- Range: 1
- Slots: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bDefRatioAtkRace,RC_Boss;
- bonus bDefRatioAtkRace,RC_NonBoss;
- ">
-},
-{
- Id: 13018
- AegisName: "Sucsamad_"
- Name: "Sucsamad"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Wind,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13019
- AegisName: "Ginnungagap_"
- Name: "Ginnungagap"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 148
- Range: 1
- Slots: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Blind,500;
- bonus2 bAddEff2,Eff_Blind,50;
- ">
-},
-{
- Id: 13020
- AegisName: "Warrior_Balmung_"
- Name: "Warrior's Balmung"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 48
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 13021
- AegisName: "Combat_Knife_C"
- Name: "Rental Combat Knife"
- Type: 4
- Buy: 1
- Atk: 129
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bSubRace,RC_Demon,-10;
- bonus bMaxSPrate,10;
- bonus bSPDrainValue,3;
- ">
-},
-{
- Id: 13022
- AegisName: "Counter_Dagger_C"
- Name: "Rental Dagger of Counter"
- Type: 4
- Buy: 1
- Atk: 209
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bCritical,90; ">
-},
-{
- Id: 13023
- AegisName: "Asura_C"
- Name: "Rental Asura"
- Type: 4
- Buy: 1
- Atk: 120
- Matk: 98
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13024
- AegisName: "Sword_Breaker_C"
- Name: "Swordbreaker"
- Type: 4
- Buy: 2
- Atk: 105
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bBreakWeaponRate,500; ">
-},
-{
- Id: 13025
- AegisName: "Mail_Breaker_C"
- Name: "MailBreaker"
- Type: 4
- Buy: 2
- Atk: 105
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bBreakArmorRate,500; ">
-},
-{
- Id: 13026
- AegisName: "Moonlight_Sword_C"
- Name: "Moonlight Dagger"
- Type: 4
- Buy: 2
- Atk: 85
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSPrate,10;
- bonus bSPDrainValue,3;
- ">
-},
-{
- Id: 13027
- AegisName: "Scalpel"
- Name: "Scalpel"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Slots: 3
- Job: 0x000F5EEE
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 1
- Script: <" bonus2 bAddEff,Eff_Bleeding,500; ">
-},
-{
- Id: 13028
- AegisName: "Tooth_Blade"
- Name: "Tooth Blade"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x000F5EEE
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 1
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_SLOWCAST,2,70;
- }
- else bonus3 bAutoSpell,NPC_SLOWCAST,1,50;
- ">
-},
-{
- Id: 13029
- AegisName: "Prinsence_Knife"
- Name: "Prinsense Knife"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 13030
- AegisName: "Dragon_Killer_"
- Name: "Dragon Killer"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Slots: 2
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 1
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bExpAddRace,RC_Dragon,10;
- ">
-},
-{
- Id: 13031
- AegisName: "Sword_Breaker_"
- Name: "Swordbreaker"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Slots: 3
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <" bonus bBreakWeaponRate,500; ">
-},
-{
- Id: 13032
- AegisName: "Mail_Breaker_"
- Name: "Mailbreaker"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Slots: 3
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <" bonus bBreakArmorRate,500; ">
-},
-{
- Id: 13033
- AegisName: "Assasin_Dagger_"
- Name: "Assassin Dagger"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 2
- WeaponLv: 4
- EquipLv: 36
- View: 1
- Script: <"
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,15;
- bonus bAspdRate,2;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 13034
- AegisName: "Twilight_Desert"
- Name: "Desert Twilight"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 58
- Loc: 2
- WeaponLv: 2
- EquipLv: 70
- View: 1
-},
-{
- Id: 13035
- AegisName: "Sandstorm"
- Name: "Sandstorm"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 50
- Range: 1
- Slots: 4
- Job: 0x00001000
- Upper: 58
- Loc: 2
- WeaponLv: 2
- EquipLv: 70
- View: 1
-},
-{
- Id: 13036
- AegisName: "BF_Dagger1"
- Name: "Brave Assassin's Damascus"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(BaseClass==Job_Ninja||BaseClass==Job_Rogue) bonus bMatk,90;
- ">
-},
-{
- Id: 13037
- AegisName: "BF_Dagger2"
- Name: "Valorous Assassin's Damascus"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus bUnbreakableWeapon,0;
- autobonus "{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; }",10,6000,BF_WEAPON,"{ specialeffect2 EF_HASTEUP; }";
- if(BaseClass==Job_Ninja||BaseClass==Job_Rogue) bonus bMatk,90;
- ">
-},
-{
- Id: 13038
- AegisName: "Dagger_Of_Hunter"
- Name: "Dagger of Hunter"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 120
- Range: 1
- Slots: 3
- Job: 0x00020000
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 1
- Script: <"
- bonus bStr,1;
- bonus bAgi,2;
- bonus bDex,1;
- bonus4 bAutoSpellOnSkill,RG_BACKSTAP,SM_BASH,10,100;
- bonus2 bSkillAtk,RG_BACKSTAP,20;
- ">
-},
-{
- Id: 13039
- AegisName: "Ivory_Knife"
- Name: "Ivory Knife"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x000F5EEE
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 1
- Script: <"
- bonus bAgi,2;
- bonus bAspdRate,3;
- bonus2 bAddEff,Eff_Bleeding,300;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;
- ">
-},
-{
- Id: 13040
- AegisName: "N_Cutter"
- Name: "Novice Cutter"
- Type: 4
- Buy: 0
- Atk: 50
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
-},
-{
- Id: 13041
- AegisName: "N_Main_Gauche"
- Name: "Novice Main Gauche"
- Type: 4
- Buy: 0
- Atk: 63
- Range: 1
- Slots: 3
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
-},
-{
- Id: 13042
- AegisName: "Krieger_Dagger1"
- Name: "Glorious Gladius"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus3 bAutoSpell,PR_LEXDIVINA,1,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,RG_RAID,NPC_WIDEBLEEDING,1,250;
- ">
-},
-{
- Id: 13043
- AegisName: "Fortune_Sword_I"
- Name: "Fortune Sword"
- Type: 4
- Buy: 0
- Atk: 120
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,5; ">
-},
-{
- Id: 13044
- AegisName: "House_Auger_I"
- Name: "Ice Pick"
- Type: 4
- Buy: 0
- Atk: 105
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13045
- AegisName: "Kamaitachi_I"
- Name: "Kamaitachi"
- Type: 4
- Buy: 0
- Atk: 155
- Range: 2
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13046
- AegisName: "Krieg"
- Name: "Krieg"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 110
- Range: 1
- Slots: 3
- Job: 0x00021040
- Upper: 58
- Loc: 2
- WeaponLv: 2
- EquipLv: 50
- View: 1
- Script: <"
- bonus3 bAddEffOnSkill,RG_BACKSTAP,Eff_Bleeding,1000;
- bonus2 bSkillAtk,RG_BACKSTAP,15;
- ">
-},
-{
- Id: 13047
- AegisName: "Weihna"
- Name: "Weihna"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 135
- Range: 1
- Slots: 2
- Job: 0x00021040
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 1
- Script: <"
- bonus3 bAddEffOnSkill,RG_RAID,Eff_Poison,1000;
- autobonus "{ bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; }",5,5000,BF_WEAPON|BF_SHORT,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 13048
- AegisName: "Damascus_C"
- Name: "Damascus"
- Type: 4
- Buy: 0
- Atk: 153
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 13049
- AegisName: "Lacma"
- Name: "Lacma"
- Type: 4
- Buy: 20
- Weight: 650
- Atk: 45
- Range: 1
- Slots: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 3
- View: 1
- Trade: {
- nodrop: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(getrefine()>=3) {
- bonus bAtk,40;
- bonus bMatk,40;
- }
- if(getrefine()>=6) {
- bonus2 bAddSize,Size_Medium,8;
- autobonus "{ bonus bNoSizeFix,0; }",10,5000,0,"{ specialeffect2 EF_ENHANCE; }";
- }
- if(getrefine()>=9) bonus2 bAddSize,Size_Medium,20;
- if(getrefine()>=12) bonus bNoSizeFix,0;
- ">
-},
-{
- Id: 13050
- AegisName: "P_Dagger1"
- Name: "Eden Dagger I"
- Type: 4
- Buy: 0
- Atk: 124
- Matk: 60
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13051
- AegisName: "P_Dagger2"
- Name: "Eden Dagger II"
- Type: 4
- Buy: 0
- Atk: 158
- Matk: 70
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13052
- AegisName: "Tourist_Dagger"
- Name: "Traveler's Dagger"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 51
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAgi,2;
- ">
-},
-{
- Id: 13053
- AegisName: "F_Moonlight_Sword_C"
- Name: "Rental Moonlight Sword"
- Type: 4
- Buy: 2
- Atk: 85
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
-},
-{
- Id: 13054
- AegisName: "F_Combat_Knife_C"
- Name: "Combat Knife"
- Type: 4
- Buy: 1
- Atk: 129
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
-},
-{
- Id: 13055
- AegisName: "F_Asura_C"
- Name: "Asura"
- Type: 4
- Buy: 1
- Atk: 120
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
-},
-{
- Id: 13056
- AegisName: "F_Counter_Dagger_C"
- Name: "Counter Dagger"
- Type: 4
- Buy: 1
- Atk: 209
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
-},
-{
- Id: 13057
- AegisName: "E_Moonlight_Sword_C"
- Name: "E Moonlight Sword C"
- Type: 4
- Buy: 2
- Atk: 85
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
-},
-{
- Id: 13058
- AegisName: "E_Combat_Knife_C"
- Name: "E Combat Knife C"
- Type: 4
- Buy: 1
- Atk: 129
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
-},
-{
- Id: 13059
- AegisName: "E_Asura_C"
- Name: "E Asura C"
- Type: 4
- Buy: 1
- Atk: 120
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
-},
-{
- Id: 13060
- AegisName: "E_Counter_Dagger_C"
- Name: "E Counter Dagger C"
- Type: 4
- Buy: 1
- Atk: 209
- Range: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 1
-},
-{
- Id: 13061
- AegisName: "Black_Wing"
- Name: "Black Wing"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 142
- Range: 1
- Slots: 1
- Job: 0x00020000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 1
- Script: <"
- bonus2 bSkillAtk,SC_FATALMENACE,30;
- if(getrefine() >= 6) {
- bonus2 bSkillAtk,SC_FATALMENACE,(getrefine()-5)*2;
- bonus bMatk,(getrefine()-5)*3;
- }
- ">
-},
-{
- Id: 13062
- AegisName: "Ancient_Dagger"
- Name: "Ancient Dagger"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 107
- Matk: 120
- Range: 1
- Job: 0x000F5EEE
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 1
- Script: <"
- bonus bMatk,120;
- bonus bMaxSP,100;
- bonus bSPrecovRate,5;
- bonus2 bAddEff2,Eff_Curse,20;
- bonus3 bAddEff,Eff_Curse,20,ATF_SELF|ATF_SKILL;
- ">
-},
-{
- Id: 13063
- AegisName: "Adventure_Knife"
- Name: "Adventure Knife"
- Type: 4
- Buy: 0
- Atk: 60
- Range: 1
- Job: 0x22021040
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 1
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 13064
- AegisName: "Academy_Knife"
- Name: "Academy Knife"
- Type: 4
- Buy: 0
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x22021040
- Loc: 2
- WeaponLv: 1
- View: 1
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 13065
- AegisName: "Academy_Eti_Knife"
- Name: "Academy Eti Knife"
- Type: 4
- Buy: 0
- Weight: 1200
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 2
- WeaponLv: 1
- View: 1
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 13066
- AegisName: "P_Dagger3"
- Name: "Eden Group Dagger III"
- Type: 4
- Buy: 0
- Atk: 165
- Matk: 80
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13067
- AegisName: "Caress"
- Name: "Keris"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 107
- Matk: 70
- Range: 1
- Slots: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 3
- EquipLv: 30
- View: 1
- Script: <" bonus2 bHPDrainRate,20,10; ">
-},
-{
- Id: 13068
- AegisName: "Saurel"
- Name: "Saurel"
- Type: 4
- Buy: 0
- Atk: 160
- Matk: 100
- Range: 1
- Job: 0x228F5EEE
- Loc: 2
- WeaponLv: 1
- EquipLv: 50
- Refine: false
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,3;
- bonus bUnbreakableWeapon,0;
- autobonus "{ bonus bBaseAtk,30; }",10,7000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- autobonus "{ bonus bMatk,20; }",10,7000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";
- if(BaseLevel>99) {
- bonus bBaseAtk,10;
- bonus bMatk,10;
- }
- ">
-},
-{
- Id: 13069
- AegisName: "Aztoe_Nail"
- Name: "Aztoe Nail"
- Type: 4
- Buy: 56000
- Weight: 500
- Atk: 160
- Matk: 80
- Range: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 110
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Freeze,100+(getrefine()*50);
- ">
-},
-{
- Id: 13070
- AegisName: "Scarletto_Nail"
- Name: "Scarletto Nail"
- Type: 4
- Buy: 56000
- Weight: 500
- Atk: 160
- Matk: 80
- Range: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 110
- View: 1
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bAddEff,Eff_Stone,100+(getrefine()*50);
- ">
-},
-{
- Id: 13071
- AegisName: "Upg_Dagger"
- Name: "Upgrade Dagger"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 55
- Range: 1
- Slots: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 3
- View: 1
- Script: <"
- bonus bBaseAtk,(getrefine()*10);
- bonus bMatk,(getrefine()*5);
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 13072
- AegisName: "Velum_Damascus"
- Name: "Vellum Damascus"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 180
- Range: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 1
- Script: <"
- bonus bAspdRate,getrefine();
- bonus4 bSetDefRace,RC_Player,10000,5000,1;
- bonus4 bSetMDefRace,RC_Player,10000,5000,1;
- ">
-},
-{
- Id: 13073
- AegisName: "Counter_Dagger_"
- Name: "Dagger of Counter"
- Type: 4
- Buy: 120000
- Weight: 550
- Atk: 140
- Range: 1
- Slots: 1
- Job: 0x00810204
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 1
-},
-{
- Id: 13074
- AegisName: "Ninja_Cutter"
- Name: "Ninja Cutter"
- Type: 4
- Buy: 0
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 99
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13075
- AegisName: "Kurenai"
- Name: "Kurenai"
- Type: 4
- Buy: 5000
- Weight: 700
- Atk: 130
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 99
- View: 1
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 13076
- AegisName: "Raksasa_Dagger"
- Name: "Raksasa Dagger"
- Type: 4
- Buy: 40000
- Weight: 600
- Atk: 120
- Matk: 100
- Range: 1
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 3
- EquipLv: 110
- View: 1
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 13077
- AegisName: "Kagekiri"
- Name: "Kagekiri"
- Type: 4
- Buy: 40000
- Weight: 600
- Atk: 50
- Matk: 120
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 1
-},
-{
- Id: 13078
- AegisName: "Mikatsuki"
- Name: "Mikatsuki"
- Type: 4
- Buy: 40000
- Weight: 600
- Atk: 50
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 1
- Script: <"
- bonus bUseSPrate,-5;
- bonus bVariableCastrate,-5;
- ">
-},
-{
- Id: 13079
- AegisName: "Metal_Dagger"
- Name: "Metal Dagger"
- Type: 4
- Buy: 20
- Atk: 55
- Range: 1
- Slots: 1
- Job: 0x02021040
- Upper: 1
- Loc: 2
- WeaponLv: 3
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bBaseAtk,(getrefine()*5);
- bonus bMatk,(getrefine()*2);
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 13081
- AegisName: "Octo_kitchen_Knife"
- Name: "Discount knife Octopus"
- Type: 4
- Buy: 200000
- Weight: 700
- Atk: 140
- Slots: 3
- Job: 0x228F5EEE
- Upper: 1
- Loc: 2
- WeaponLv: 4
- EquipLv: 105
- View: 1
-},
-{
- Id: 13092
- AegisName: "RWC_Memory_Knife"
- Name: "RWC Memory Knife"
- Type: 4
- Buy: 1000
- Sell: 500
- Weight: 650
- Atk: 50
- Range: 1
- Slots: 1
- Job: 0x02800075
- Upper: 1
- Loc: 2
- WeaponLv: 3
- View: 1
- Script: <"
- bonus bBaseAtk,20*(getrefine()/3);
- bonus bMatk,20*(getrefine()/3);
- if(getrefine()>=9) {
- .@val = 1;
- bonus4 bAutoSpell,BS_WEAPONPERFECT,1,20,0;
- }
- if(getrefine()>=6) {
- .@rate = 5*(.@val+1);
- bonus2 bAddRace,RC_Boss,.@rate;
- bonus2 bAddRace,RC_NonBoss,.@rate;
- bonus2 bMagicAddRace,RC_Boss,.@rate;
- bonus2 bMagicAddRace,RC_NonBoss,.@rate;
- }
- ">
-},
-{
- Id: 13093
- AegisName: "Thanatos_Dagger"
- Name: "Thanatos Dagger"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 100
- Matk: 130
- Range: 1
- Slots: 1
- Job: 0x000E5CEA
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 1
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 13094
- AegisName: "Evil_Slayer_Stabber_Dagger"
- Name: "Evil Slayer Stabber Dagger"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x02800075
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 1
- Script: <"
- bonus2 bAddRace,RC_Demon,10;
- bonus2 bAddRace,RC_Undead,10;
- if(getrefine()>=9) { bonus bAtkRate,5; }
- if(getrefine()>=12) { bonus bAtkRate,7; }
- ">
-},
-// Revolvers
-{
- Id: 13100
- AegisName: "Six_Shooter"
- Name: "Six Shooter"
- Type: 4
- Buy: 4500
- Weight: 400
- Atk: 30
- Range: 7
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- EquipLv: 10
- View: 17
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13101
- AegisName: "Six_Shooter_"
- Name: "Six Shooter"
- Type: 4
- Buy: 4500
- Weight: 400
- Atk: 30
- Range: 7
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- EquipLv: 10
- View: 17
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13102
- AegisName: "Crimson_Bolt"
- Name: "Crimson Bolt"
- Type: 4
- Buy: 20000
- Weight: 450
- Atk: 45
- Range: 7
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 35
- View: 17
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13103
- AegisName: "Crimson_Bolt_"
- Name: "Crimson Bolt"
- Type: 4
- Buy: 20000
- Weight: 450
- Atk: 45
- Range: 7
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 35
- View: 17
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13104
- AegisName: "The_Garrison"
- Name: "Garrison"
- Type: 4
- Buy: 48000
- Weight: 500
- Atk: 70
- Range: 7
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 55
- View: 17
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13105
- AegisName: "The_Garrison_"
- Name: "Garrison"
- Type: 4
- Buy: 48000
- Weight: 500
- Atk: 70
- Range: 7
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 55
- View: 17
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13106
- AegisName: "Gold_Lux"
- Name: "Gold Lux"
- Type: 4
- Buy: 100000
- Weight: 500
- Atk: 20
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 12
- View: 17
- Script: <"
- bonus bHit,-10;
- if(getskilllv(GS_GLITTERING)>0) bonus3 bAutoSpell,GS_GLITTERING,getskilllv(GS_GLITTERING),100;
- ">
-},
-{
- Id: 13107
- AegisName: "Wasteland_Outlaw"
- Name: "Wasteland's Outlaw"
- Type: 4
- Buy: 20
- Weight: 580
- Atk: 68
- Range: 7
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 17
- Script: <"
- bonus bHit,readparam(bAgi)/10;
- bonus bAspdRate,readparam(bAgi)/14;
- ">
-},
-{
- Id: 13108
- AegisName: "BF_Pistol1"
- Name: "Soldier Revolver"
- Type: 4
- Buy: 20
- Atk: 70
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bHit,-10;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bAspdRate,100; }",10,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13109
- AegisName: "Wasteland_Outlaw_C"
- Name: "Western Outlaw"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- Refine: false
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHit,readparam(bAgi)/10;
- bonus bAspdRate,readparam(bAgi)/14;
- bonus2 bAddRace,RC_NonBoss,10;
- bonus2 bAddRace,RC_Boss,10;
- bonus bMatkRate,10;
- ">
-},
-{
- Id: 13110
- AegisName: "Krieger_Pistol1"
- Name: "Glorious Pistol"
- Type: 4
- Buy: 20
- Atk: 80
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus4 bAutoSpellOnSkill,GS_RAPIDSHOWER,GS_GLITTERING,1,1000;
- bonus2 bSkillAtk,GS_RAPIDSHOWER,getrefine()*2;
- }
- ">
-},
-{
- Id: 13111
- AegisName: "Sharpshooter_Revolver"
- Name: "Sharpshooter Revolver"
- Type: 4
- Buy: 20
- Atk: 105
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 13112
- AegisName: "P_Revolver1"
- Name: "Eden Revolver I"
- Type: 4
- Buy: 0
- Atk: 44
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bHit,-5; ">
-},
-{
- Id: 13113
- AegisName: "P_Revolver2"
- Name: "Eden Revolver II"
- Type: 4
- Buy: 0
- Atk: 60
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bHit,-5; ">
-},
-{
- Id: 13114
- AegisName: "P_Revolver3"
- Name: "Eden Group Revolver III"
- Type: 4
- Buy: 0
- Atk: 76
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 17
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bHit,-5; ">
-},
-{
- Id: 13115
- AegisName: "Upg_Revolver"
- Name: "Upgrade Revolver"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 35
- Range: 7
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- View: 17
- Script: <"
- bonus bBaseAtk,(getrefine()*5);
- bonus bLongAtkRate,(getrefine()*2);
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 13116
- AegisName: "Novice_Revolver"
- Name: "Beginner Revolver"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 20
- Range: 7
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 17
- Script: <" bonus bHit,-5; ">
-},
-{
- Id: 13120
- AegisName: "Heaven's_Feather_and_Hell's_Fire"
- Name: "Heaven's_Feather_&_Hell's_Fire"
- Type: 5
- Buy: 1250000
- Weight: 800
- Atk: 150
- Range: 9
- Slots: 1
- Job: 0x41000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 99
- View: 17
- Script: <"
- bonus2 bSkillAtk,GS_DESPERADO,20;
- bonus2 bSkillAtk,RL_FALLEN_ANGEL,20;
- ">
-},
-{
- Id: 13122
- AegisName: "Altea_and_Ares"
- Name: "Altea & Ares"
- Type: 5
- Buy: 1450000
- Weight: 1000
- Atk: 200
- Range: 9
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 140
- View: 17
- Script: <"
- bonus bHit,5;
- bonus bDelayrate,10;
- bonus bLongAtkRate,30;
- ">
-},
-{
- Id: 13124
- AegisName: "Altea_and_Ares_"
- Name: "Altea & Ares"
- Type: 5
- Buy: 1450000
- Weight: 1000
- Atk: 200
- Range: 9
- Slots: 1
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 140
- View: 17
- Script: <"
- bonus bHit,5;
- bonus bDelayrate,10;
- bonus bLongAtkRate,30;
- ">
-},
-{
- Id: 13127
- AegisName: "Crimson_Revolver"
- Name: "Crimson Revolver"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Range: 7
- Slots: 2
- Job: 0x01000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 17
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 13128
- AegisName: "Revolver_of_Vicious_Mind"
- Name: "Revolver of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 150
- Range: 7
- Slots: 1
- Job: 0x01000000
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 17
- Script: <" bonus bAtk,pow(min(getrefine(),15),2); ">
-},
-// Guns
-{
- Id: 13150
- AegisName: "Branch"
- Name: "Branch"
- Type: 4
- Buy: 3000
- Weight: 500
- Atk: 50
- Range: 9
- Slots: 3
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- View: 18
-},
-{
- Id: 13151
- AegisName: "The_Cyclone"
- Name: "Cyclone"
- Type: 4
- Buy: 17500
- Weight: 700
- Atk: 120
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 24
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 13152
- AegisName: "The_Cyclone_"
- Name: "Cyclone"
- Type: 4
- Buy: 17500
- Weight: 700
- Atk: 120
- Range: 9
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 24
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 13153
- AegisName: "Dusk"
- Name: "Dusk"
- Type: 4
- Buy: 23500
- Weight: 750
- Atk: 150
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 56
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 13154
- AegisName: "Rolling_Stone"
- Name: "Rolling Stone"
- Type: 4
- Buy: 12000
- Weight: 900
- Atk: 135
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- EquipLv: 14
- View: 20
- Script: <" bonus bSplashRange,1; ">
-},
-{
- Id: 13155
- AegisName: "Black_Rose"
- Name: "Black Rose"
- Type: 4
- Buy: 32000
- Weight: 900
- Atk: 180
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 35
- View: 20
- Script: <" bonus bSplashRange,1; ">
-},
-{
- Id: 13156
- AegisName: "Gate_Keeper"
- Name: "Gate Keeper"
- Type: 4
- Buy: 56000
- Weight: 1000
- Atk: 210
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 55
- View: 20
- Script: <"
- bonus bSplashRange,1;
- bonus3 bAutoSpell,GS_SPREADATTACK,6,50;
- ">
-},
-{
- Id: 13157
- AegisName: "Drifter"
- Name: "Drifter"
- Type: 4
- Buy: 80000
- Weight: 2300
- Atk: 50
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 55
- View: 19
-},
-{
- Id: 13158
- AegisName: "Butcher"
- Name: "Butcher"
- Type: 4
- Buy: 130000
- Weight: 2500
- Atk: 75
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 68
- View: 19
- Script: <" bonus2 bCriticalAddRace,RC_Brute,10; ">
-},
-{
- Id: 13159
- AegisName: "Butcher_"
- Name: "Butcher"
- Type: 4
- Buy: 130000
- Weight: 2500
- Atk: 75
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 68
- View: 19
- Script: <" bonus2 bCriticalAddRace,RC_Brute,10; ">
-},
-{
- Id: 13160
- AegisName: "Destroyer"
- Name: "Destroyer"
- Type: 4
- Buy: 110000
- Weight: 1200
- Atk: 220
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 52
- View: 21
- Script: <" bonus bBreakArmorRate,200; ">
-},
-{
- Id: 13161
- AegisName: "Destroyer_"
- Name: "Destroyer"
- Type: 4
- Buy: 110000
- Weight: 1200
- Atk: 220
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 52
- View: 21
- Script: <" bonus bBreakArmorRate,200; ">
-},
-{
- Id: 13162
- AegisName: "Inferno"
- Name: "Inferno"
- Type: 4
- Buy: 230000
- Weight: 1250
- Atk: 280
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 2
- EquipLv: 65
- View: 21
-},
-{
- Id: 13163
- AegisName: "Long_Barrel"
- Name: "Long Barrel"
- Type: 4
- Buy: 40000
- Weight: 1000
- Atk: 150
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,20;
- bonus bAspdRate,-3;
- bonus3 bAutoSpell,GS_TRACKING,5,20;
- ">
-},
-{
- Id: 13164
- AegisName: "Long_Barrel_"
- Name: "Long Barrel"
- Type: 4
- Buy: 40000
- Weight: 1000
- Atk: 150
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,20;
- bonus bAspdRate,-3;
- bonus3 bAutoSpell,GS_TRACKING,5,20;
- ">
-},
-{
- Id: 13165
- AegisName: "Jungle_Carbine"
- Name: "Jungle Carbine"
- Type: 4
- Buy: 56000
- Weight: 700
- Atk: 170
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,4;
- bonus bAspdRate,10;
- bonus bHit,-readparam(bDex)/3;
- ">
-},
-{
- Id: 13166
- AegisName: "Jungle_Carbine_"
- Name: "Jungle Carbine"
- Type: 4
- Buy: 56000
- Weight: 700
- Atk: 170
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCritical,4;
- bonus bAspdRate,10;
- bonus bHit,-readparam(bDex)/3;
- ">
-},
-{
- Id: 13167
- AegisName: "Gate_KeeperDD"
- Name: "Gate Keeper-DD"
- Type: 4
- Buy: 72000
- Weight: 1300
- Atk: 200
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 70
- View: 20
- Script: <"
- bonus bSplashRange,1;
- bonus3 bAutoSpell,GS_SPREADATTACK,6,50;
- bonus bDef,getrefine();
- bonus bDex,1;
- ">
-},
-{
- Id: 13168
- AegisName: "Thunder_P"
- Name: "Thunder P"
- Type: 4
- Buy: 76000
- Weight: 700
- Atk: 80
- Range: 9
- Slots: 1
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 20
- Script: <"
- bonus bSplashRange,1;
- bonus bHit,-5;
- bonus bAspdRate,20;
- ">
-},
-{
- Id: 13169
- AegisName: "Thunder_P_"
- Name: "Thunder P"
- Type: 4
- Buy: 76000
- Weight: 700
- Atk: 80
- Range: 9
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 20
- Script: <"
- bonus bSplashRange,1;
- bonus bHit,-5;
- bonus bAspdRate,20;
- ">
-},
-{
- Id: 13170
- AegisName: "Lever_Action_Rifle"
- Name: "Lever Action Rifle"
- Type: 4
- Buy: 20
- Weight: 770
- Atk: 138
- Range: 9
- Slots: 2
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 18
- Script: <"
- bonus bHit,20;
- bonus bCritical,50;
- bonus bAspdRate,-5;
- ">
-},
-{
- Id: 13171
- AegisName: "BF_Rifle1"
- Name: "Soldier Rifle"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 18
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bHit,10;
- bonus bCritical,10;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bVariableCastrate,GS_TRACKING,-25;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13172
- AegisName: "BF_Gatling_Gun1"
- Name: "Soldier GatlingGun"
- Type: 4
- Buy: 20
- Atk: 80
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 19
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,120,1000; }",10,6000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13173
- AegisName: "BF_Shotgun1"
- Name: "Soldier Shotgun"
- Type: 4
- Buy: 20
- Atk: 100
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bSplashRange,1;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }",30,6000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13174
- AegisName: "BF_Launcher1"
- Name: "Soldier Grenade Launcher"
- Type: 4
- Buy: 20
- Atk: 300
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 21
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bSplashRange,1;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }",30,9000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13175
- AegisName: "Lever_Action_Rifle_C"
- Name: "Lever Action Rifle"
- Type: 4
- Buy: 20
- Atk: 170
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- Refine: false
- View: 18
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHit,20;
- bonus bCritical,50;
- bonus bAspdRate,-5;
- ">
-},
-{
- Id: 13176
- AegisName: "Krieger_Rifle1"
- Name: "Glorious Rifle"
- Type: 4
- Buy: 20
- Atk: 90
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 18
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bVariableCastrate,GS_TRACKING,25;
- bonus2 bSkillAtk,GS_TRACKING,getrefine() * 3;
- }
- ">
-},
-{
- Id: 13177
- AegisName: "Krieger_Gatling1"
- Name: "Glorious Gatling gun"
- Type: 4
- Buy: 20
- Atk: 90
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 19
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),10)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bAddRace,RC_Boss,getrefine();
- bonus2 bAddRace,RC_NonBoss,getrefine();
- }
- ">
-},
-{
- Id: 13178
- AegisName: "Krieger_Shotgun1"
- Name: "Glorious Shotgun"
- Type: 4
- Buy: 20
- Atk: 110
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bSplashRange,1;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),10)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bSkillAtk,GS_SPREADATTACK,getrefine() * 2;
- bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000;
- }
- ">
-},
-{
- Id: 13179
- AegisName: "Krieger_Launcher1"
- Name: "Glorious Grenade Launcher"
- Type: 4
- Buy: 20
- Atk: 330
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 21
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),10)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bSkillAtk,GS_GROUNDDRIFT,getrefine() * 2;
- bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000;
- autobonus "{ bonus bAspdRate,20; }",200,20000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
- }
- ">
-},
-// Novice Guns
-{
- Id: 13180
- AegisName: "Novice_Rifle"
- Name: "Starter Branch"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 50
- Range: 9
- Slots: 3
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 18
-},
-{
- Id: 13181
- AegisName: "Novice_Shotgun"
- Name: "Beginner Shotgun"
- Type: 4
- Buy: 0
- Weight: 1000
- Atk: 80
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 20
-},
-{
- Id: 13182
- AegisName: "Novice_Gatling"
- Name: "Beginner GatlingGun"
- Type: 4
- Buy: 0
- Weight: 1500
- Atk: 40
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 19
-},
-{
- Id: 13183
- AegisName: "Novice_Grenade_Launcher"
- Name: "Beginner Grenade Launcher"
- Type: 4
- Buy: 0
- Weight: 1500
- Atk: 40
- Range: 9
- Job: 0x01000000
- Upper: 1
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 21
-},
-{
- Id: 13189
- AegisName: "Color_Scope"
- Name: "Color Scope"
- Type: 5
- Buy: 1350000
- Weight: 1200
- Atk: 240
- Range: 9
- Slots: 2
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 105
- View: 18
- Script: <"
- bonus bHit,30;
- bonus bCriticalRate,30;
- ">
-},
-{
- Id: 13190
- AegisName: "RAG203"
- Name: "RAG203"
- Type: 5
- Buy: 1800000
- Weight: 1300
- Atk: 260
- Range: 9
- Slots: 1
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 140
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCriticalRate,15;
- bonus4 bAutoSpell,AL_DECAGI,1,500,0;
- ">
-},
-{
- Id: 13192
- AegisName: "Death_Fire"
- Name: "Death Fire"
- Type: 5
- Buy: 1250000
- Weight: 2000
- Atk: 400
- Range: 9
- Slots: 1
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 108
- View: 20
- Script: <"
- bonus bLongAtkRate,5;
- bonus bHit,-50;
- bonus bDelayrate,-10;
- ">
-},
-{
- Id: 13193
- AegisName: "Rolling_Thunder"
- Name: "Rolling Thunder"
- Type: 5
- Buy: 1350000
- Weight: 1800
- Atk: 280
- Range: 9
- Slots: 1
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 120
- View: 20
- Script: <"
- bonus bHit,-10;
- bonus bDelayrate,-10;
- bonus3 bAutoSpell,MG_THUNDERSTORM,5,500;
- ">
-},
-{
- Id: 13194
- AegisName: "Peace_Breaker"
- Name: "Peace Breaker"
- Type: 5
- Buy: 1950000
- Weight: 1400
- Atk: 250
- Range: 9
- Job: 0x41000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 120
- View: 20
- Script: <"
- bonus bHit,-25;
- bonus bAspdRate,25;
- ">
-},
-{
- Id: 13195
- AegisName: "RAG203_"
- Name: "RAG203"
- Type: 5
- Buy: 1800000
- Weight: 1300
- Atk: 260
- Range: 9
- Job: 0x40000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 140
- View: 18
- Script: <"
- bonus bHit,10;
- bonus bCriticalRate,15;
- bonus4 bAutoSpell,AL_DECAGI,1,10,0;
- ">
-},
-{
- Id: 13196
- AegisName: "Peace_Breaker_"
- Name: "Peace Breaker"
- Type: 5
- Buy: 1950000
- Weight: 1400
- Atk: 250
- Range: 9
- Slots: 1
- Job: 0x41000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 120
- View: 20
- Script: <"
- bonus bHit,-25;
- bonus bAspdRate,25;
- ">
-},
-{
- Id: 13197
- AegisName: "Mini_Mei"
- Name: "Mini Mei"
- Type: 5
- Buy: 1600000
- Weight: 2500
- Atk: 220
- Range: 9
- Slots: 2
- Job: 0x41000000
- Loc: 34
- WeaponLv: 2
- EquipLv: 106
- View: 19
-},
-{
- Id: 13198
- AegisName: "Tempest_"
- Name: "Tempest"
- Type: 5
- Buy: 2200000
- Weight: 2500
- Atk: 250
- Range: 9
- Job: 0x41000000
- Loc: 34
- WeaponLv: 2
- EquipLv: 140
- View: 19
- Script: <"
- bonus bHit,-25;
- bonus bCritical,10;
- bonus bLongAtkRate,20;
- ">
-},
-{
- Id: 13199
- AegisName: "Tempest"
- Name: "Tempest"
- Type: 5
- Buy: 2200000
- Weight: 2500
- Atk: 250
- Range: 9
- Slots: 1
- Job: 0x41000000
- Loc: 34
- WeaponLv: 2
- EquipLv: 140
- View: 19
- Script: <"
- bonus bHit,-25;
- bonus bCritical,10;
- bonus bLongAtkRate,20;
- ">
-},
-// Bullets
-{
- Id: 13200
- AegisName: "Bullet"
- Name: "Bullet"
- Type: 10
- Buy: 1
- Weight: 2
- Atk: 10
- Job: 0x01000000
- Loc: 32768
- View: 3
-},
-{
- Id: 13201
- AegisName: "Silver_Bullet"
- Name: "Silver Bullet"
- Type: 10
- Buy: 15
- Weight: 2
- Atk: 15
- Job: 0x01000000
- Loc: 32768
- View: 3
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 13202
- AegisName: "Shell_Of_Blood"
- Name: "Bloody Shell"
- Type: 10
- Buy: 30
- Weight: 2
- Atk: 30
- Job: 0x01000000
- Loc: 32768
- View: 3
- Script: <" bonus2 bAddEff,Eff_Bleeding,100; ">
-},
-{
- Id: 13203
- AegisName: "Flare_Sphere"
- Name: "Flare Sphere"
- Type: 10
- Buy: 80
- Weight: 5
- Atk: 50
- Job: 0x01000000
- Loc: 32768
- View: 5
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 13204
- AegisName: "Lighting_Sphere"
- Name: "Lightning Sphere"
- Type: 10
- Buy: 80
- Weight: 5
- Atk: 50
- Job: 0x01000000
- Loc: 32768
- View: 5
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 13205
- AegisName: "Poison_Sphere"
- Name: "Poison Sphere"
- Type: 10
- Buy: 80
- Weight: 5
- Atk: 50
- Job: 0x01000000
- Loc: 32768
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,500;
- ">
-},
-{
- Id: 13206
- AegisName: "Blind_Sphere"
- Name: "Blind Sphere"
- Type: 10
- Buy: 80
- Weight: 5
- Atk: 50
- Job: 0x01000000
- Loc: 32768
- View: 5
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Blind,500;
- ">
-},
-{
- Id: 13207
- AegisName: "Freezing_Sphere"
- Name: "Freezing Sphere"
- Type: 10
- Buy: 80
- Weight: 5
- Atk: 50
- Job: 0x01000000
- Loc: 32768
- View: 5
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 13208
- AegisName: "Gong_Bug"
- Name: "GongBug"
- Type: 10
- Buy: 0
- Weight: 20
- Atk: 50
- Job: 0x01000000
- Loc: 32768
- EquipLv: 50
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 13210
- AegisName: "Slug_Ammunition_L"
- Name: "Slug Ammunition L"
- Type: 10
- Buy: 250
- Weight: 500
- Atk: 30
- Job: 0x41000000
- Loc: 32768
- View: 3
-},
-{
- Id: 13211
- AegisName: "Slug_Ammunition_M"
- Name: "Slug Ammunition M"
- Type: 10
- Buy: 500
- Weight: 500
- Atk: 30
- Job: 0x41000000
- Loc: 32768
- View: 3
-},
-{
- Id: 13212
- AegisName: "Slug_Ammunition_H"
- Name: "Slug Ammunition H"
- Type: 10
- Buy: 750
- Weight: 750
- Atk: 30
- Job: 0x41000000
- Loc: 32768
- View: 3
-},
-{
- Id: 13213
- AegisName: "Slug_Ammunition_SH"
- Name: "Slug Ammunition SH"
- Type: 10
- Buy: 1
- Weight: 1000
- Atk: 30
- Job: 0x41000000
- Loc: 32768
- View: 3
-},
-{
- Id: 13214
- AegisName: "Slug_Ammunition_XH"
- Name: "Slug Ammunition XH"
- Type: 10
- Buy: 1
- Weight: 1200
- Atk: 30
- Job: 0x41000000
- Loc: 32768
- View: 3
-},
-// Shurikens & Kunais
-{
- Id: 13250
- AegisName: "Shuriken"
- Name: "Shuriken"
- Type: 10
- Buy: 4
- Weight: 5
- Atk: 10
- Job: 0x02000000
- Loc: 32768
- View: 6
-},
-{
- Id: 13251
- AegisName: "Nimbus_Shuriken"
- Name: "Nimbus Shuriken"
- Type: 10
- Buy: 10
- Weight: 5
- Atk: 30
- Job: 0x02000000
- Loc: 32768
- EquipLv: 20
- View: 6
-},
-{
- Id: 13252
- AegisName: "Flash_Shuriken"
- Name: "Flash Shuriken"
- Type: 10
- Buy: 20
- Weight: 5
- Atk: 45
- Job: 0x02000000
- Loc: 32768
- EquipLv: 40
- View: 6
-},
-{
- Id: 13253
- AegisName: "Sharp_Leaf_Shuriken"
- Name: "Sharp Leaf Shuriken"
- Type: 10
- Buy: 40
- Weight: 5
- Atk: 70
- Job: 0x02000000
- Loc: 32768
- EquipLv: 60
- View: 6
-},
-{
- Id: 13254
- AegisName: "Thorn_Needle_Shuriken"
- Name: "Thorn Needle Shuriken"
- Type: 10
- Buy: 100
- Weight: 5
- Atk: 100
- Job: 0x02000000
- Loc: 32768
- EquipLv: 80
- View: 6
-},
-{
- Id: 13255
- AegisName: "Kunai_Of_Icicle"
- Name: "Icicle Kunai"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 30
- Job: 0x02000000
- Loc: 32768
- View: 7
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 13256
- AegisName: "Kunai_Of_Black_Soil"
- Name: "Black Earth Kunai"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 30
- Job: 0x02000000
- Loc: 32768
- View: 7
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 13257
- AegisName: "Kunai_Of_Furious_Wind"
- Name: "High Wind Kunai"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 30
- Job: 0x02000000
- Loc: 32768
- View: 7
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 13258
- AegisName: "Kunai_Of_Fierce_Flame"
- Name: "Heat Wave Kunai"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 30
- Job: 0x02000000
- Loc: 32768
- View: 7
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 13259
- AegisName: "Kunai_Of_Deadly_Poison"
- Name: "Fell Poison Kunai"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 30
- Job: 0x02000000
- Loc: 32768
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,500;
- ">
-},
-// Genetic Created Bombs And Throwing Items
-{
- Id: 13260
- AegisName: "Apple_Bomb"
- Name: "Apple Bomb"
- Type: 10
- Buy: 100
- Weight: 1
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13261
- AegisName: "Coconut_Bomb"
- Name: "Coconut Bomb"
- Type: 10
- Buy: 100
- Weight: 1
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13262
- AegisName: "Melon_Bomb"
- Name: "Melon Bomb"
- Type: 10
- Buy: 100
- Weight: 1
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13263
- AegisName: "Pineapple_Bomb"
- Name: "Pineapple Bomb"
- Type: 10
- Buy: 100
- Weight: 1
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13264
- AegisName: "Banana_Bomb"
- Name: "Banana Bomb"
- Type: 10
- Buy: 100
- Weight: 1
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13265
- AegisName: "Black_Lump"
- Name: "Black Lump"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13266
- AegisName: "Black_Hard_Lump"
- Name: "Black Hard Lump"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13267
- AegisName: "Very_Hard_Lump"
- Name: "Very Hard Lump"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
-},
-{
- Id: 13268
- AegisName: "Mysterious_Powder"
- Name: "Mysterious Powder"
- Type: 10
- Buy: 100
- Weight: 10
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_MYSTERIOUS_POWDER,10000,2; ">
-},
-{
- Id: 13269
- AegisName: "Boost500_To_Throw"
- Name: "Throwing Boost500"
- Type: 10
- Buy: 100
- Weight: 10
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_BOOST500,500000,10; ">
-},
-{
- Id: 13270
- AegisName: "Full_SwingK_To_Throw"
- Name: "Full SwingK Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_FULL_SWING_K,500000,50; ">
-},
-{
- Id: 13271
- AegisName: "Mana_Plus_To_Throw"
- Name: "Mana + Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_MANA_PLUS,500000,50; ">
-},
-{
- Id: 13272
- AegisName: "Cure_Free_To_Throw"
- Name: "Cure Free Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_end SC_SILENCE;
- sc_end SC_BLOODING;
- sc_end SC_POISON;
- sc_end SC_CURSE;
- sc_end SC_ORCISH;
- sc_end SC_PROPERTYUNDEAD;
- heal 500,0;
- ">
-},
-{
- Id: 13273
- AegisName: "Stamina_Up_M_To_Throw"
- Name: "Throwing Muramura(M)"
- Type: 10
- Buy: 100
- Weight: 10
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_MUSTLE_M,500000,5; ">
-},
-{
- Id: 13274
- AegisName: "Digestive_F_To_Throw"
- Name: "Throwing Falmons(F)"
- Type: 10
- Buy: 100
- Weight: 10
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- 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
- Buy: 100
- Weight: 20
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_INCMHPRATE,500000,1;
- sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel);
- percentheal 2,0;
- ">
-},
-{
- Id: 13276
- AegisName: "HP_Inc_PotM_To_Throw"
- Name: "HP Increase Potion(Mid) Throw"
- Type: 10
- Buy: 100
- Weight: 40
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_INCMHPRATE,500000,2;
- sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel);
- percentheal 3,0;
- ">
-},
-{
- Id: 13277
- AegisName: "HP_Inc_PotL_To_Throw"
- Name: "HP Increase Potion(Large) Throw"
- Type: 10
- Buy: 100
- Weight: 80
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_INCMHPRATE,500000,5;
- sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel);
- percentheal 5,0;
- ">
-},
-{
- Id: 13278
- AegisName: "SP_Inc_PotS_To_Throw"
- Name: "HP Increase Potion(Small) Throw"
- Type: 10
- Buy: 100
- Weight: 20
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_INCMSPRATE,500000,2;
- percentheal 0,2;
- ">
-},
-{
- Id: 13279
- AegisName: "SP_Inc_PotM_To_Throw"
- Name: "SP Increase Potion(Mid) Throw"
- Type: 10
- Buy: 100
- Weight: 40
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_INCMSPRATE,500000,4;
- percentheal 0,4;
- ">
-},
-{
- Id: 13280
- AegisName: "SP_Inc_PotL_To_Throw"
- Name: "SP Increase Potion(Large) Throw"
- Type: 10
- Buy: 100
- Weight: 80
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_INCMSPRATE,500000,8;
- percentheal 0,8;
- ">
-},
-{
- Id: 13281
- AegisName: "En_White_PotZ_To_Throw"
- Name: "Enriched White PotionZ Throw"
- Type: 10
- Buy: 100
- Weight: 70
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0;
- heal 1000,0;
- ">
-},
-{
- Id: 13282
- AegisName: "Vitata500_To_Throw"
- Name: "Vitata50 Throw0"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <"
- sc_start SC_VITATA_500,500000,0;
- heal 0,200;
- ">
-},
-{
- Id: 13283
- AegisName: "En_Cel_Juice_To_Throw"
- Name: "Enrich Celermine Juice Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; ">
-},
-{
- Id: 13284
- AegisName: "Savage_BBQ_To_Throw"
- Name: "Savage BBQ Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_SAVAGE_STEAK,300000,20; ">
-},
-{
- Id: 13285
- AegisName: "Wug_Cocktail_To_Throw"
- Name: "Warg Cocktail To Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; ">
-},
-{
- Id: 13286
- AegisName: "M_Brisket_To_Throw"
- Name: "M Brisket To Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_MINOR_BBQ,300000,20; ">
-},
-{
- Id: 13287
- AegisName: "Siroma_Icetea_To_Throw"
- Name: "Siroma Icetea To Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; ">
-},
-{
- Id: 13288
- AegisName: "Drocera_Stew_To_Throw"
- Name: "Drosera Stew To Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; ">
-},
-{
- Id: 13289
- AegisName: "Petti_Noodle_To_Throw"
- Name: "Petite Noodle To Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; ">
-},
-{
- Id: 13290
- AegisName: "Black_Thing_To_Throw"
- Name: "Black Thing To Throw"
- Type: 10
- Buy: 100
- Weight: 50
- Job: 0x00040000
- Loc: 32768
- EquipLv: 99
- View: 9
- Script: <" sc_start SC_STOMACHACHE,60000,rand(5,10); ">
-},
-// More Shurikens & Kunais
-{
- Id: 13291
- AegisName: "Starfish"
- Name: "Starfish"
- Type: 10
- Buy: 0
- Weight: 5
- Atk: 110
- Job: 0x02000000
- Loc: 32768
- EquipLv: 50
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Neutral;
- bonus2 bAddEff,Eff_Stun,1000;
- ">
-},
-{
- Id: 13292
- AegisName: "Dried_Squid"
- Name: "Dried Squid"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 50
- Job: 0x02000000
- Loc: 32768
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Neutral;
- bonus2 bAddEff,Eff_Stun,1000;
- ">
-},
-{
- Id: 13293
- AegisName: "Flying_Fish"
- Name: "Flying Fish"
- Type: 10
- Buy: 10
- Weight: 20
- Atk: 50
- Job: 0x02000000
- Loc: 32768
- View: 6
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Neutral;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,3;
- ">
-},
-{
- Id: 13294
- AegisName: "Explosive_Kunai"
- Name: "Explosive Kunai"
- Type: 10
- Buy: 100
- Weight: 30
- Atk: 50
- Job: 0x02000000
- Loc: 32768
- EquipLv: 100
- View: 7
- Script: <" bonus bAtkEle,Ele_Neutral; ">
-},
-{
- Id: 13295
- AegisName: "Light_Shuriken"
- Name: "Light Shuriken"
- Type: 10
- Buy: 0
- Weight: 5
- Atk: 5
- Loc: 32768
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-// Ninja Fuuma Shurikens
-{
- Id: 13300
- AegisName: "Huuma_Bird_Wing"
- Name: "Huuma Wing Shuriken"
- Type: 4
- Buy: 90000
- Weight: 3000
- Atk: 150
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 65
- View: 22
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Wind;
- bonus bDex,-2;
- bonus bAgi,-1;
- ">
-},
-{
- Id: 13301
- AegisName: "Huuma_Giant_Wheel"
- Name: "Huuma Giant Wheel Shuriken"
- Type: 4
- Buy: 40000
- Weight: 2500
- Atk: 50
- Range: 1
- Slots: 3
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 42
- View: 22
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddEff,Eff_Bleeding,100;
- ">
-},
-{
- Id: 13302
- AegisName: "Huuma_Giant_Wheel_"
- Name: "Huuma Giant Wheel Shuriken"
- Type: 4
- Buy: 40000
- Weight: 2500
- Atk: 50
- Range: 1
- Slots: 4
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 42
- View: 22
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddEff,Eff_Bleeding,100;
- ">
-},
-{
- Id: 13303
- AegisName: "Huuma_Blaze"
- Name: "Huuma Blaze Shuriken"
- Type: 4
- Buy: 78000
- Weight: 1500
- Atk: 185
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 55
- View: 22
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Fire;
- bonus bDex,-2;
- bonus3 bAutoSpell,MG_FIREBALL,5,30;
- ">
-},
-{
- Id: 13304
- AegisName: "Huuma_Calm_Mind"
- Name: "Huuma Calm Mind"
- Type: 4
- Buy: 20
- Weight: 1550
- Atk: 112
- Range: 1
- Slots: 2
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 22
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bSkillAtk,NJ_HUUMA,30;
- bonus bNoCastCancel,0;
- ">
-},
-{
- Id: 13305
- AegisName: "BF_Huuma_Shuriken1"
- Name: "Brave Huuma Front Shuriken"
- Type: 4
- Buy: 20
- Atk: 55
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13306
- AegisName: "BF_Huuma_Shuriken2"
- Name: "Valorous Huuma Front Shuriken"
- Type: 4
- Buy: 20
- Atk: 55
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- autobonus "{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }",50,10000,BF_WEAPON,"{specialeffect2 EF_POTION_BERSERK; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13307
- AegisName: "Krieger_Huuma_Shuriken1"
- Name: "Glorious Shuriken"
- Type: 4
- Buy: 20
- Atk: 55
- Matk: 90
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 80
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bMatkRate,15;
- autobonus "{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }",50,10000;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-3,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus5 bAutoSpellOnSkill,NJ_ISSEN,AL_HEAL,10,1000,1;
- bonus4 bAutoSpellOnSkill,NJ_HUUMA,NPC_CRITICALWOUND,2,200;
- }
- ">
-},
-{
- Id: 13308
- AegisName: "Huuma_Blaze_I"
- Name: "Huuma Blaze Shuriken"
- Type: 4
- Buy: 0
- Atk: 230
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Fire;
- bonus bDex,2;
- ">
-},
-{
- Id: 13309
- AegisName: "Huuma_Giant_Wheel_C"
- Name: "Huuma Giant Wheel Shuriken"
- Type: 4
- Buy: 0
- Atk: 99
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13310
- AegisName: "P_Huuma_Shuriken1"
- Name: "Eden Group Huuma Shuriken I"
- Type: 4
- Buy: 0
- Atk: 150
- Matk: 50
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMatk,50; ">
-},
-{
- Id: 13311
- AegisName: "Huuma_Shadow"
- Name: "Huuma Shadow"
- Type: 4
- Buy: 5000
- Weight: 1500
- Atk: 170
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 99
- View: 22
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 13312
- AegisName: "Huuma_Job_Test"
- Name: "Huuma Job Test"
- Type: 4
- Buy: 90000
- Weight: 3000
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 99
- View: 22
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13313
- AegisName: "Huuma_Swirling_Petal"
- Name: "Huuma Swirling Petal"
- Type: 4
- Buy: 100000
- Weight: 1500
- Atk: 150
- Matk: 50
- Range: 1
- Slots: 2
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- EquipLv: 110
- View: 22
- Script: <"
- bonus bMatk,50;
- bonus bAtkEle,Ele_Fire;
- bonus2 bSkillAtk,KO_HUUMARANKA,20;
- ">
-},
-{
- Id: 13314
- AegisName: "Huuma_Fluttering_Snow"
- Name: "Huuma Fluttering Snow"
- Type: 4
- Buy: 100000
- Weight: 1500
- Atk: 200
- Matk: 50
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 110
- View: 22
- Script: <"
- bonus bMatk,50;
- bonus bAtkEle,Ele_Water;
- bonus3 bAutoSpell,NJ_HYOUSYOURAKU,max(getskilllv(NJ_HYOUSYOURAKU),1),30;
- ">
-},
-{
- Id: 13315
- AegisName: "Huuma_Thunderstorm"
- Name: "Huuma Thunderstorm"
- Type: 4
- Buy: 100000
- Weight: 1500
- Atk: 200
- Matk: 50
- Range: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 4
- EquipLv: 110
- View: 22
- Script: <"
- bonus bMatk,50;
- bonus bAtkEle,Ele_Wind;
- bonus3 bAutoSpell,NJ_RAIGEKISAI,max(getskilllv(NJ_RAIGEKISAI),1),30;
- ">
-},
-{
- Id: 13316
- AegisName: "Upg_Huuma_Shuriken"
- Name: "Upg Huuma Shuriken"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 55
- Range: 1
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 34
- WeaponLv: 3
- View: 22
- Script: <"
- bonus bBaseAtk,10*getrefine();
- bonus bMatk,5*getrefine();
- bonus bLongAtkRate,getrefine();
- if(BaseLevel>=70) { bonus bBaseAtk,5*((BaseLevel-60)/10); }
- ">
-},
-{
- Id: 13327
- AegisName: "Crimson_Huuma_Shuriken"
- Name: "Crimson Huuma Shuriken"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 100
- Range: 1
- Slots: 2
- Job: 0x22000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 22
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 13328
- AegisName: "Huuma_Shuriken_of_Vicious_Mind"
- Name: "Huuma Shuriken of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 150
- Matk: 50
- Range: 1
- Slots: 1
- Job: 0x22000000
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 22
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- bonus bUnbreakableWeapon,0;
- ">
-},
-// More 1-Handed Swords
-{
- Id: 13400
- AegisName: "Cutlas_"
- Name: "Cutlus"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 150
- Range: 1
- Slots: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 2
- Script: <"
- skill SM_BASH,5;
- bonus bStr,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 13401
- AegisName: "Excalibur_C"
- Name: "Excalibur"
- Type: 4
- Buy: 1
- Atk: 199
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,10;
- bonus bLuk,10;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 13402
- AegisName: "Cutlas_C"
- Name: "Cutlas"
- Type: 4
- Buy: 2
- Atk: 185
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill SM_BASH,5;
- bonus bStr,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 13403
- AegisName: "Solar_Sword_C"
- Name: "Solar Sword"
- Type: 4
- Buy: 2
- Atk: 120
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bHPDrainRate,1000,1;
- bonus2 bSPLossRate,15,10000;
- ">
-},
-{
- Id: 13404
- AegisName: "Platinum_Shotel"
- Name: "Platinum Shotel"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 2
- Script: <" bonus bCritical,50; ">
-},
-{
- Id: 13405
- AegisName: "Curved_Sword"
- Name: "Curved Sword"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 2
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 55
- View: 2
- Script: <"
- bonus bAspdRate,10;
- bonus2 bAddEff,Eff_Curse,300;
- ">
-},
-{
- Id: 13406
- AegisName: "Edger"
- Name: "Edger"
- Type: 4
- Buy: 20
- Atk: 120
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_Boss,50;
- bonus2 bAddRace,RC_NonBoss,50;
- ">
-},
-{
- Id: 13407
- AegisName: "Nagan_C"
- Name: "Refined Nagan"
- Type: 4
- Buy: 1
- Atk: 148
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill TF_DOUBLE,5;
- bonus bDoubleRate,25;
- bonus2 bAddRace,RC_DemiPlayer,40;
- ">
-},
-{
- Id: 13408
- AegisName: "Fire_Brand_C"
- Name: "Refined Fireblend"
- Type: 4
- Buy: 1
- Atk: 120
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bInt,2;
- skill MG_FIREBOLT,5;
- bonus3 bAutoSpell,MG_FIREBOLT,5,100;
- ">
-},
-{
- Id: 13409
- AegisName: "Immaterial_Sword_C"
- Name: "Refined Immaterial Sword"
- Type: 4
- Buy: 1
- Atk: 160
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Ghost;
- bonus2 bSPVanishRate,45,30;
- bonus bSPDrainValue,-1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13410
- AegisName: "BF_Sword1"
- Name: "Valorous Gladiator Blade"
- Type: 4
- Buy: 20
- Atk: 115
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13411
- AegisName: "BF_Sword2"
- Name: "Brave Gladiator Blade"
- Type: 4
- Buy: 20
- Atk: 115
- Matk: 74
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus bMatkRate,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13412
- AegisName: "Twin_Edge_B"
- Name: "Twin Edge of Naght Sieger"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 150
- Range: 1
- Slots: 3
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 75
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Water;
- skill MG_FROSTDIVER,5;
- autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;
- ">
-},
-{
- Id: 13413
- AegisName: "Twin_Edge_R"
- Name: "Twin Edge of Naght Sieger"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 160
- Range: 1
- Slots: 3
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 75
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Fire;
- skill WZ_METEOR,3;
- autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;
- ">
-},
-{
- Id: 13414
- AegisName: "Elemental_Sword"
- Name: "Elemental Sword"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 105
- Matk: 95
- Range: 1
- Slots: 3
- Job: 0x000654E2
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 2
- Script: <"
- bonus bStr,2;
- bonus bInt,4;
- bonus bDex,1;
- bonus2 bAddEle,Ele_Neutral,10;
- bonus3 bAutoSpell,MG_COLDBOLT,3,50;
- bonus4 bAutoSpellOnSkill,MG_COLDBOLT,MG_FIREBOLT,3,1000;
- bonus4 bAutoSpellOnSkill,MG_FIREBOLT,MG_LIGHTNINGBOLT,3,1000;
- bonus4 bAutoSpellOnSkill,MG_LIGHTNINGBOLT,WZ_EARTHSPIKE,3,1000;
- ">
-},
-{
- Id: 13415
- AegisName: "N_Falchion"
- Name: "Novice Falchion"
- Type: 4
- Buy: 0
- Atk: 59
- Range: 1
- Slots: 3
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- EquipLv: 2
- Refine: false
- View: 2
-},
-{
- Id: 13416
- AegisName: "Krieger_Onehand_Sword1"
- Name: "Glorious Flamberge"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,pow(min(getrefine(),14)-4,2);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>6) {
- bonus bAspdRate,5;
- }
- if(getrefine()>8) {
- bonus bAspdRate,5;
- bonus4 bAutoSpellOnSkill,SM_BASH,NPC_CRITICALWOUND,2,200;
- }
- ">
-},
-{
- Id: 13417
- AegisName: "Krieger_Onehand_Sword2"
- Name: "Glorious Rapier"
- Type: 4
- Buy: 20
- Atk: 130
- Matk: 80
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,6;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) { bonus bUseSPrate,-10; }
- if(getrefine()>8) { bonus bInt,5; }
- ">
-},
-{
- Id: 13418
- AegisName: "Krieger_Onehand_Sword3"
- Name: "Glorious Holy Avenger"
- Type: 4
- Buy: 20
- Atk: 130
- Matk: 80
- Range: 1
- Job: 0x000444A2
- Loc: 2
- WeaponLv: 4
- EquipLv: 80
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,6;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) { bonus bUseSPrate,-10; }
- if(getrefine()>8) { bonus4 bAutoSpellOnSkill,PA_PRESSURE,PR_LEXAETERNA,1,1000; }
- if(getrefine()>9) { bonus bInt,5; }
- ">
-},
-{
- Id: 13419
- AegisName: "Holy_Saber"
- Name: "Holy Saber"
- Type: 4
- Buy: 20
- Atk: 160
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13420
- AegisName: "Honglyun's_Sword"
- Name: "Honglyun's Sword"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 160
- Range: 1
- Slots: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 70
- View: 2
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bStr,2;
- bonus bInt,2;
- ">
-},
-{
- Id: 13421
- AegisName: "Ruber"
- Name: "Ruber"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 170
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 2
- Script: <" autobonus "{ bonus2 bSkillAtk,KN_BOWLINGBASH,20; bonus2 bSkillAtk,SM_BASH,20; }",5,15000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; ">
-},
-{
- Id: 13422
- AegisName: "Flamberge_C"
- Name: "Flamberge"
- Type: 4
- Buy: 0
- Atk: 185
- Range: 1
- Job: 0x00004080
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 13423
- AegisName: "P_Sabre1"
- Name: "Eden Sabre I"
- Type: 4
- Buy: 0
- Atk: 147
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13424
- AegisName: "P_Sabre2"
- Name: "Eden Sabre II"
- Type: 4
- Buy: 0
- Atk: 170
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13425
- AegisName: "Tourist_Sword"
- Name: "Traveler's Sword"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 61
- Range: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bStr,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 13426
- AegisName: "F_Cutlas_C"
- Name: "Rental Cutlas"
- Type: 4
- Buy: 2
- Atk: 185
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 13427
- AegisName: "F_Solar_Sword_C"
- Name: "Rental Solar Sword"
- Type: 4
- Buy: 2
- Atk: 120
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 13428
- AegisName: "Priest_Sword"
- Name: "Priest Sword"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 170
- Range: 1
- Slots: 3
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- EquipLv: 50
- View: 2
-},
-{
- Id: 13429
- AegisName: "E_Cutlas_C"
- Name: "E Cutlas C"
- Type: 4
- Buy: 2
- Atk: 185
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 13430
- AegisName: "E_Solar_Sword_C"
- Name: "E Solar Sword C"
- Type: 4
- Buy: 2
- Atk: 120
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 4
- Refine: false
- View: 2
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 13431
- AegisName: "Chrome_Sword"
- Name: "Chrome Metal Sword"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 180
- Range: 1
- Job: 0x000444A2
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 110
- View: 2
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAgi,1;
- ">
-},
-{
- Id: 13432
- AegisName: "Adventure_Sword"
- Name: "Adventure Sword"
- Type: 4
- Buy: 0
- Atk: 80
- Range: 1
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 2
-},
-{
- Id: 13433
- AegisName: "Academy_Sword"
- Name: "Academy Sword"
- Type: 4
- Buy: 0
- Weight: 1200
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 2
- WeaponLv: 1
- View: 2
-},
-{
- Id: 13434
- AegisName: "P_Saber3"
- Name: "Eden Group Saber III"
- Type: 4
- Buy: 0
- Atk: 185
- Range: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13438
- AegisName: "Magical_Blade"
- Name: "Magical Blade"
- Type: 4
- Buy: 60000
- Weight: 2000
- Atk: 165
- Matk: 110
- Range: 1
- Slots: 2
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 4
- EquipLv: 105
- View: 2
-},
-{
- Id: 13442
- AegisName: "Old_Parasol"
- Name: "Old Parasol"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 120
- Matk: 80
- Slots: 3
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- EquipLv: 80
- View: 2
- Script: <"
- bonus bMatk,getrefine();
- skill MG_SOULSTRIKE,10;
- ">
-},
-{
- Id: 13444
- AegisName: "Pala"
- Name: "Pala"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 190
- Slots: 1
- Job: 0x000654E2
- Loc: 2
- WeaponLv: 3
- View: 2
- Script: <" bonus bAspdRate,8; ">
-},
-{
- Id: 13454
- AegisName: "Crimson_Saber"
- Name: "Crimson Saber"
- Type: 4
- Buy: 20
- Weight: 850
- Atk: 85
- Range: 1
- Slots: 2
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 2
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 13455
- AegisName: "Saber_of_Vicious_Mind"
- Name: "Saber of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1350
- Atk: 135
- Range: 1
- Slots: 1
- Job: 0x000654E3
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 2
- Script: <" bonus bAtk,pow(min(getrefine(),15),2); ">
-},
-// More Cash Shop Items
-{
- Id: 13500
- AegisName: "Insurance60_Package"
- Name: "Life Insurrance Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14500,10; ">
-},
-{
- Id: 13501
- AegisName: "Assorted_Scroll_Box"
- Name: "Experience Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13502
- AegisName: "Drooping_Kitty_Box"
- Name: "Refined Drooping Cat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5279,604800; ">
-},
-{
- Id: 13503
- AegisName: "Magestic_Goat_Box"
- Name: "Baphomet Horns Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5280,604800; ">
-},
-{
- Id: 13504
- AegisName: "Deviruchi_Cap_Box"
- Name: "Refined Deviruchi Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5281,604800; ">
-},
-{
- Id: 13505
- AegisName: "Executioner_Box"
- Name: "Executioner Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1174,604800; ">
-},
-{
- Id: 13506
- AegisName: "Brood_Axe_Box"
- Name: "Refined Bloody Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1373,604800; ">
-},
-{
- Id: 13507
- AegisName: "Tomahawk_Box"
- Name: "Tomahawk Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1374,604800; ">
-},
-{
- Id: 13508
- AegisName: "Bow_Of_Rudra_Box"
- Name: "Rudra Bow Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1729,604800; ">
-},
-{
- Id: 13509
- AegisName: "Cutlas_Box"
- Name: "Cutlas Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13402,604800; ">
-},
-{
- Id: 13510
- AegisName: "Solar_Sword_Box"
- Name: "Solar Sword Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13403,604800; ">
-},
-{
- Id: 13511
- AegisName: "Sword_Breaker_Box"
- Name: "Refined Swordbreaker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13024,604800; ">
-},
-{
- Id: 13512
- AegisName: "Mail_Breaker_Box"
- Name: "Refined Mailbreaker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13025,604800; ">
-},
-{
- Id: 13513
- AegisName: "Moonlight_Sword_Box"
- Name: "Moonlight Dagger Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13026,604800; ">
-},
-{
- Id: 13514
- AegisName: "Spanner_Box"
- Name: "Wrench Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1534,604800; ">
-},
-{
- Id: 13515
- AegisName: "Grape_Box"
- Name: "Grape Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 514,10; ">
-},
-{
- Id: 13516
- AegisName: "Royal_Jelly_Box"
- Name: "Royal Jelly Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 526,5; ">
-},
-{
- Id: 13517
- AegisName: "Yggdrasilberry_Box"
- Name: "Yggdrasil Berry Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 607,3; ">
-},
-{
- Id: 13518
- AegisName: "Weapon_Card_Scroll_Box"
- Name: "Weapon Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13558,1; ">
-},
-{
- Id: 13519
- AegisName: "Armor_Card_Scroll_Box"
- Name: "Armor Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13559,1; ">
-},
-{
- Id: 13520
- AegisName: "Helmet_Card_Scroll_Box"
- Name: "Helmet Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13560,1; ">
-},
-{
- Id: 13521
- AegisName: "Garment_Card_Scroll_Box"
- Name: "Garment Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13561,1; ">
-},
-{
- Id: 13522
- AegisName: "Shield_Card_Scroll_Box"
- Name: "Shield Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13562,1; ">
-},
-{
- Id: 13523
- AegisName: "Shoes_Card_Scroll_Box"
- Name: "Shoes Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13563,1; ">
-},
-{
- Id: 13524
- AegisName: "Accy_Card_Scroll_Box"
- Name: "Accessory Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13564,1; ">
-},
-{
- Id: 13525
- AegisName: "Zeny_Scroll_Box"
- Name: "Zeny Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14508,1; ">
-},
-{
- Id: 13526
- AegisName: "Pet_Egg_Scroll_Box1_"
- Name: "Pet Egg Scroll Box 12"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12925,30; ">
-},
-{
- Id: 13527
- AegisName: "Pet_Egg_Scroll_Box2_"
- Name: "Pet Egg Scroll Box 13"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12926,30; ">
-},
-{
- Id: 13528
- AegisName: "Pet_Egg_Scroll_Box3_"
- Name: "Pet Egg Scroll Box 14"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12932,30; ">
-},
-{
- Id: 13529
- AegisName: "Pet_Egg_Scroll_Box4_"
- Name: "Pet Egg Scroll Box 15"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12933,30; ">
-},
-{
- Id: 13530
- AegisName: "Pet_Egg_Scroll_Box5_"
- Name: "Pet Egg Scroll Box 16"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12934,30; ">
-},
-{
- Id: 13531
- AegisName: "Light_Red_Pot_Box"
- Name: "Light Red Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 598,50; ">
-},
-{
- Id: 13532
- AegisName: "Light_Orange_Pot_Box"
- Name: "Light Orange Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 599,50; ">
-},
-{
- Id: 13533
- AegisName: "Light_Yellow_Pot_Box"
- Name: "Light Yellow Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 11500,50; ">
-},
-{
- Id: 13534
- AegisName: "Light_White_Pot_Box"
- Name: "Light White Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 11501,50; ">
-},
-{
- Id: 13535
- AegisName: "Light_Center_Pot_Box"
- Name: "Light Center Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14509,20; ">
-},
-{
- Id: 13536
- AegisName: "Light_Awakening_Pot_Box"
- Name: "Light Awakening Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14510,20; ">
-},
-{
- Id: 13537
- AegisName: "Light_Berserk_Pot_Box"
- Name: "Light Berserk Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14511,20; ">
-},
-{
- Id: 13538
- AegisName: "Meteor_10_Scroll_Box"
- Name: "Meteor Storm Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14512,50; ">
-},
-{
- Id: 13539
- AegisName: "Storm_10_Scroll_Box"
- Name: "Storm Gust Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14513,50; ">
-},
-{
- Id: 13540
- AegisName: "Vermilion_10_Scroll_Box"
- Name: "Lord of Vermilion Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14514,50; ">
-},
-{
- Id: 13541
- AegisName: "Lex_Aeterna_Scroll_Box"
- Name: "Lex Aeterna Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14515,50; ">
-},
-{
- Id: 13542
- AegisName: "Magnificat_5_Scroll_Box"
- Name: "Magnificat Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14516,50; ">
-},
-{
- Id: 13543
- AegisName: "CP_Helm_Scroll_Box"
- Name: "Chemical Protection Helm Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14517,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13544
- AegisName: "CP_Shield_Scroll_Box"
- Name: "Chemical Protection Shield Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14518,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13545
- AegisName: "CP_Armor_Scroll_Box"
- Name: "Chemical Protection Armor Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14519,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13546
- AegisName: "CP_Weapon_Scroll_Box"
- Name: "Chemical Protection Weapon Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14520,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13547
- AegisName: "Repair_Scroll_Box"
- Name: "Repair Weapon Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14587,5;
- getitem 1002,5;
- getitem 998,5;
- getitem 756,5;
- getitem 999,5;
- ">
-},
-{
- Id: 13548
- AegisName: "Big_Bun_Box"
- Name: "Big Bun Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14522,50; ">
-},
-{
- Id: 13549
- AegisName: "Pill__Box"
- Name: "Pill Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14523,50; ">
-},
-{
- Id: 13550
- AegisName: "Superb_Fish_Slice_Box"
- Name: "Fish Slice Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14524,50; ">
-},
-{
- Id: 13551
- AegisName: "Chewy_Ricecake_Box"
- Name: "Chewy Ricecake Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14525,10; ">
-},
-{
- Id: 13552
- AegisName: "Oriental_Pastry_Box"
- Name: "Pastry Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14526,10; ">
-},
-{
- Id: 13553
- AegisName: "Dun_Tele_Scroll1_Box"
- Name: "Dungeon Teleport Scroll 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14527,50; ">
-},
-{
- Id: 13554
- AegisName: "Weapon_Card_Scroll_Box2"
- Name: "Weapon Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13565,1; ">
-},
-{
- Id: 13555
- AegisName: "Weapon_Card_Scroll_Box3"
- Name: "Weapon Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13566,1; ">
-},
-{
- Id: 13556
- AegisName: "Armor_Card_Scroll_Box2"
- Name: "Armor Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13567,1; ">
-},
-{
- Id: 13557
- AegisName: "Accy_Card_Scroll_Box2"
- Name: "Accessory Card Pet Egg Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13568,1; ">
-},
-{
- Id: 13558
- AegisName: "Weapon_Card_Scroll"
- Name: "Weapon Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13559
- AegisName: "Armor_Card_Scroll"
- Name: "Armor Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13560
- AegisName: "Helmet_Card_Scroll"
- Name: "Helmet Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13561
- AegisName: "Hood_Card_Scroll"
- Name: "Garment Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13562
- AegisName: "Hood_Card_Scroll2"
- Name: "Shield Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13563
- AegisName: "Shoes_Card_Scroll"
- Name: "Shoes Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13564
- AegisName: "Accy_Card_Scroll"
- Name: "Accessory Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13565
- AegisName: "Weapon_Card_Scroll2"
- Name: "Weapon Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13566
- AegisName: "Weapon_Card_Scroll3"
- Name: "Weapon Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13567
- AegisName: "Armor_Card_Scroll2"
- Name: "Armor Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13568
- AegisName: "Accy_Card_Scroll2"
- Name: "Accessory Card Pet Egg Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13569
- AegisName: "PVP_Tele_Scroll_Box"
- Name: "PVP Teleport Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14528,10; ">
-},
-{
- Id: 13570
- AegisName: "Giant_Fly_Wing_Box50"
- Name: "Giant Fly Wing Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,50; ">
-},
-{
- Id: 13571
- AegisName: "Giant_Fly_Wing_Box100"
- Name: "Giant Fly Wing Box(100)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,100; ">
-},
-{
- Id: 13572
- AegisName: "Dex_Dish_Box30"
- Name: "Hwergelmir's Tonic 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,30; ">
-},
-{
- Id: 13573
- AegisName: "Dex_Dish_Box50"
- Name: "Hwergelmir's Tonic 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,50; ">
-},
-{
- Id: 13574
- AegisName: "Luk_Dish_Box30"
- Name: "Nine Tail Dish 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,30; ">
-},
-{
- Id: 13575
- AegisName: "Luk_Dish_Box50"
- Name: "Nine Tail Dish 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,50; ">
-},
-{
- Id: 13576
- AegisName: "Inc_Agi_10_Box30"
- Name: "Increase Agility Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,30; ">
-},
-{
- Id: 13577
- AegisName: "Inc_Agi_10_Box50"
- Name: "Increase Agility Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,50; ">
-},
-{
- Id: 13578
- AegisName: "Vit_Dish_Box30"
- Name: "Stew of Immortality 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,30; ">
-},
-{
- Id: 13579
- AegisName: "Vit_Dish_Box50"
- Name: "Stew of Immortality 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,50; ">
-},
-{
- Id: 13580
- AegisName: "Insurance_Package30"
- Name: "Life Insurance 30 Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,30; ">
-},
-{
- Id: 13581
- AegisName: "Insurance_Package50"
- Name: "Life Insurrance Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,50; ">
-},
-{
- Id: 13582
- AegisName: "Convex_Mirror_Box5"
- Name: "Convex Mirror Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,5; ">
-},
-{
- Id: 13583
- AegisName: "Convex_Mirror_Box30"
- Name: "Convex Mirror Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,30; ">
-},
-{
- Id: 13584
- AegisName: "Blessing10_Box30"
- Name: "Blessing Scroll 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,30; ">
-},
-{
- Id: 13585
- AegisName: "Blessing10_Box50"
- Name: "Blessing Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,50; ">
-},
-{
- Id: 13586
- AegisName: "Adrenaline10_Box30"
- Name: "Adrenaline Rush Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,30; ">
-},
-{
- Id: 13587
- AegisName: "Adrenaline10_Box50"
- Name: "Adrenaline Rush Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,50; ">
-},
-{
- Id: 13588
- AegisName: "Assumptio_5_Box30"
- Name: "Assumptio Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,30; ">
-},
-{
- Id: 13589
- AegisName: "Assumptio_5_Box50"
- Name: "Assumptio Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,50; ">
-},
-{
- Id: 13590
- AegisName: "Aspersio_5_Box30"
- Name: "Aspersio Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12217,30; ">
-},
-{
- Id: 13591
- AegisName: "Aspersio_5_Box50"
- Name: "Aspersio Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12217,50; ">
-},
-{
- Id: 13592
- AegisName: "Agi_Dish_Box30"
- Name: "Steamed Scorpion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,30; ">
-},
-{
- Id: 13593
- AegisName: "Agi_Dish_Box50"
- Name: "Steamed Scorpion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,50; ">
-},
-{
- Id: 13594
- AegisName: "Wind_Walk10_Box30"
- Name: "Wind Walk Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,30; ">
-},
-{
- Id: 13595
- AegisName: "Wind_Walk10_Box50"
- Name: "Wind Walk Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,50; ">
-},
-{
- Id: 13596
- AegisName: "Int_Dish_Box30"
- Name: "Dragon Breath Cocktail 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,30; ">
-},
-{
- Id: 13597
- AegisName: "Int_Dish_Box50"
- Name: "Dragon Breath Cocktail 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,50; ">
-},
-{
- Id: 13598
- AegisName: "Battle_Manual_Box1"
- Name: "Field Manual Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,1; ">
-},
-{
- Id: 13599
- AegisName: "Battle_Manual_Box5"
- Name: "Field Manual Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,5; ">
-},
-{
- Id: 13600
- AegisName: "Siegfried_Box5"
- Name: "Token of Ziegfried Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,5; ">
-},
-{
- Id: 13601
- AegisName: "Siegfried_Box20"
- Name: "Token Of Siegfried 20 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,20; ">
-},
-{
- Id: 13602
- AegisName: "Kafra_Card_Box30"
- Name: "Kafra Card Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,30; ">
-},
-{
- Id: 13603
- AegisName: "Kafra_Card_Box50"
- Name: "Kafra Card Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,50; ">
-},
-{
- Id: 13604
- AegisName: "Str_Dish_Box30"
- Name: "Steamed Tongue 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,30; ">
-},
-{
- Id: 13605
- AegisName: "Str_Dish_Box50"
- Name: "Steamed Tongue 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,50; ">
-},
-{
- Id: 13606
- AegisName: "Bubble_Gum_Box1"
- Name: "Bubble Gum Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,1; ">
-},
-{
- Id: 13607
- AegisName: "Bubble_Gum_Box5"
- Name: "Bubble Gum Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,5; ">
-},
-{
- Id: 13608
- AegisName: "Megaphone_Box1"
- Name: "Megaphone Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,1; ">
-},
-{
- Id: 13609
- AegisName: "Megaphone_Box5"
- Name: "Megaphone Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,5; ">
-},
-{
- Id: 13610
- AegisName: "Enriched_Elunium_Box5"
- Name: "Enriched Elunium 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,5; ">
-},
-{
- Id: 13611
- AegisName: "Enriched_Oridecon_Box5"
- Name: "Enriched Oridecon 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,5; ">
-},
-{
- Id: 13612
- AegisName: "Handcuff_Box"
- Name: "Arrest Handcuffs Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2706,1; ">
-},
-{
- Id: 13613
- AegisName: "Super_Pet_Egg_Box1"
- Name: "Super Pet Egg Box 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13617,1; ">
-},
-{
- Id: 13614
- AegisName: "Super_Pet_Egg_Box2"
- Name: "Super Pet Egg Box 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13618,1; ">
-},
-{
- Id: 13615
- AegisName: "Super_Pet_Egg_Box3"
- Name: "Super Pet Egg Box 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13619,1; ">
-},
-{
- Id: 13616
- AegisName: "Super_Pet_Egg_Box4"
- Name: "Super Pet Egg Box 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13620,1; ">
-},
-{
- Id: 13617
- AegisName: "Super_Pet_Egg1"
- Name: "Super Pet Egg 1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13618
- AegisName: "Super_Pet_Egg2"
- Name: "Super Pet Egg 2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13619
- AegisName: "Super_Pet_Egg3"
- Name: "Super Pet Egg 3"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13620
- AegisName: "Super_Pet_Egg4"
- Name: "Super Pet Egg 4"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13621
- AegisName: "Greed_Box30"
- Name: "Greed Scroll 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14529,30; ">
-},
-{
- Id: 13622
- AegisName: "Greed_Box50"
- Name: "Greed Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14529,50; ">
-},
-{
- Id: 13623
- AegisName: "Greed_Box100"
- Name: "Greed Scroll Box(100)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14529,100; ">
-},
-{
- Id: 13624
- AegisName: "Flee_30_Scroll_Box"
- Name: "Evasion Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14530,1; ">
-},
-{
- Id: 13625
- AegisName: "Accuracy_30_Scroll_Box"
- Name: "Concentration Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14531,1; ">
-},
-{
- Id: 13626
- AegisName: "Super_Card_Pet_Egg_Box1"
- Name: "Super Card Pet Egg Box 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13630,1; ">
-},
-{
- Id: 13627
- AegisName: "Super_Card_Pet_Egg_Box2"
- Name: "Super Card Pet Egg Box 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13631,1; ">
-},
-{
- Id: 13628
- AegisName: "Super_Card_Pet_Egg_Box3"
- Name: "Super Card Pet Egg Box 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13632,1; ">
-},
-{
- Id: 13629
- AegisName: "Super_Card_Pet_Egg_Box4"
- Name: "Super Card Pet Egg Box 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13633,1; ">
-},
-{
- Id: 13630
- AegisName: "Super_Card_Pet_Egg1"
- Name: "Super Card Pet Egg 1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13631
- AegisName: "Super_Card_Pet_Egg2"
- Name: "Super Card Pet Egg 2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13632
- AegisName: "Super_Card_Pet_Egg3"
- Name: "Super Card Pet Egg 3"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13633
- AegisName: "Super_Card_Pet_Egg4"
- Name: "Super Card Pet Egg 4"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13634
- AegisName: "Vigorgra_Package1"
- Name: "1 Hour Package Vol. 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13635
- AegisName: "Vigorgra_Package2"
- Name: "1 Hour Package Vol. 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13636
- AegisName: "Vigorgra_Package3"
- Name: "1 Hour Package Vol. 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12253,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13637
- AegisName: "Vigorgra_Package4"
- Name: "1 Hour Package Vol. 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13638
- AegisName: "Vigorgra_Package5"
- Name: "1 Hour Package Vol. 5"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12250,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13639
- AegisName: "Vigorgra_Package6"
- Name: "1 Hour Package Vol. 6"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12217,20;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13640
- AegisName: "Vigorgra_Package7"
- Name: "2 Hour Package Vol. 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13641
- AegisName: "Vigorgra_Package8"
- Name: "2 Hour Package Vol. 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13642
- AegisName: "Vigorgra_Package9"
- Name: "Start your Journey Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12253,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13643
- AegisName: "Vigorgra_Package10"
- Name: "2 Hour Package Vol. 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13644
- AegisName: "Vigorgra_Package11"
- Name: "2 Hour Package Vol. 5"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12250,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13645
- AegisName: "Vigorgra_Package12"
- Name: "2 Hour Package Vol. 6"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12217,40;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13646
- AegisName: "Infiltrator_Box1"
- Name: "Refined Infiltrator Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1267,604800; ">
-},
-{
- Id: 13647
- AegisName: "Muramasa_Box1"
- Name: "Refined Muramasa Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1173,604800; ">
-},
-{
- Id: 13648
- AegisName: "Excalibur_Box1"
- Name: "Refined Excalibur Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13401,604800; ">
-},
-{
- Id: 13649
- AegisName: "Combat_Knife_Box1"
- Name: "Refined Combat Knife Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13021,604800; ">
-},
-{
- Id: 13650
- AegisName: "Counter_Dagger_Box1"
- Name: "Refined Dagger of Counter Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13022,604800; ">
-},
-{
- Id: 13651
- AegisName: "Kaiser_Knuckle_Box1"
- Name: "Refined Kaiser Knuckle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1817,604800; ">
-},
-{
- Id: 13652
- AegisName: "Pole_Axe_Box1"
- Name: "Refined Pole Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1419,604800; ">
-},
-{
- Id: 13653
- AegisName: "Mighty_Staff_Box1"
- Name: "Refined Mighty Staff Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1623,604800; ">
-},
-{
- Id: 13654
- AegisName: "Right_Epsilon_Box1"
- Name: "Refined Light Epsilon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1372,604800; ">
-},
-{
- Id: 13655
- AegisName: "Balistar_Box1"
- Name: "Refined Ballista Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1728,604800; ">
-},
-{
- Id: 13656
- AegisName: "Diary_Of_Sage_Box1"
- Name: "Refined Sage's Diary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1563,604800; ">
-},
-{
- Id: 13657
- AegisName: "Asura_Box1"
- Name: "Refined Ashura Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13023,604800; ">
-},
-{
- Id: 13658
- AegisName: "Apple_Of_Archer_Box1"
- Name: "Refined Apple of Archer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5265,1209600; ">
-},
-{
- Id: 13659
- AegisName: "Bunny_Band_Box1"
- Name: "Refined Bunny Band Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5266,1209600; ">
-},
-{
- Id: 13660
- AegisName: "Sahkkat_Box1"
- Name: "Refined Sakkat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5267,1209600; ">
-},
-{
- Id: 13661
- AegisName: "Lord_Circlet_Box1"
- Name: "Refined Grand Circlet Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5268,1209600; ">
-},
-{
- Id: 13662
- AegisName: "Elven_Ears_Box1"
- Name: "Refined Elven Ears Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2686,1209600; ">
-},
-{
- Id: 13663
- AegisName: "Steel_Flower_Box1"
- Name: "Refined Romantic Flower Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2687,1209600; ">
-},
-{
- Id: 13664
- AegisName: "Critical_Ring_Box1"
- Name: "Refined Critical Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2688,604800; ">
-},
-{
- Id: 13665
- AegisName: "Earring_Box1"
- Name: "Refined Earring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2689,604800; ">
-},
-{
- Id: 13666
- AegisName: "Ring_Box1"
- Name: "Refined Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2690,604800; ">
-},
-{
- Id: 13667
- AegisName: "Necklace_Box1"
- Name: "Refined Necklace Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2691,604800; ">
-},
-{
- Id: 13668
- AegisName: "Glove_Box1"
- Name: "Refined Glove Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2692,604800; ">
-},
-{
- Id: 13669
- AegisName: "Brooch_Box1"
- Name: "Refined Brooch Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2693,604800; ">
-},
-{
- Id: 13670
- AegisName: "Rosary_Box1"
- Name: "Refined Rosary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2694,604800; ">
-},
-{
- Id: 13671
- AegisName: "Safety_Ring_Box1"
- Name: "Refined Safety Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2695,604800; ">
-},
-{
- Id: 13672
- AegisName: "Vesper_Core01_Box1"
- Name: "Refined Vesper Core 01 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2696,604800; ">
-},
-{
- Id: 13673
- AegisName: "Vesper_Core02_Box1"
- Name: "Refined Vesper Core 02 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2697,604800; ">
-},
-{
- Id: 13674
- AegisName: "Vesper_Core03_Box1"
- Name: "Refined Vesper Core 03 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2698,604800; ">
-},
-{
- Id: 13675
- AegisName: "Vesper_Core04_Box1"
- Name: "Refined Vesper Core 04 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2699,604800; ">
-},
-{
- Id: 13676
- AegisName: "Drooping_Kitty_Box1"
- Name: "Refined Drooping Cat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5279,1209600; ">
-},
-{
- Id: 13677
- AegisName: "Magestic_Goat_Box1"
- Name: "Refined Majestic Goat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5280,1209600; ">
-},
-{
- Id: 13678
- AegisName: "Deviruchi_Cap_Box1"
- Name: "Refined Deviruchi Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5281,1209600; ">
-},
-{
- Id: 13679
- AegisName: "Executioner_Box1"
- Name: "Refined Executioner Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1174,604800; ">
-},
-{
- Id: 13680
- AegisName: "Brood_Axe_Box1"
- Name: "Punksutawney Phil's Lucky Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1373,604800; ">
-},
-{
- Id: 13681
- AegisName: "Tomahawk_Box1"
- Name: "Serpent's Surprise"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1374,604800; ">
-},
-{
- Id: 13682
- AegisName: "Bow_Of_Rudra_Box1"
- Name: "Tricky Halloween Treat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1729,604800; ">
-},
-{
- Id: 13683
- AegisName: "Cutlas_Box1"
- Name: "Lovely Groove Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13402,604800; ">
-},
-{
- Id: 13684
- AegisName: "Solar_Sword_Box1"
- Name: "Refined Solar Sword Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13403,604800; ">
-},
-{
- Id: 13685
- AegisName: "Sword_Breaker_Box1"
- Name: "Tricky Halloween Treat Crate"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13024,604800; ">
-},
-{
- Id: 13686
- AegisName: "Mail_Breaker_Box1"
- Name: "Yule Love This Lucky Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13025,604800; ">
-},
-{
- Id: 13687
- AegisName: "Moonlight_Sword_Box1"
- Name: "Apocalypse Survivor Fire Sale Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13026,604800; ">
-},
-{
- Id: 13688
- AegisName: "Spanner_Box1"
- Name: "Refined Wrench Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1534,604800; ">
-},
-{
- Id: 13689
- AegisName: "Bok_Choy_Box"
- Name: "Bok Choy Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7766,100; ">
-},
-{
- Id: 13690
- AegisName: "Chung_E_Cake_Box"
- Name: "Chung E Cake Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7767,100; ">
-},
-{
- Id: 13691
- AegisName: "Freyja_Overcoat_Box"
- Name: "Freya's Clothes Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2369,604800; ">
-},
-{
- Id: 13692
- AegisName: "Freyja_Boots_Box"
- Name: "Freya's Boots Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2428,604800; ">
-},
-{
- Id: 13693
- AegisName: "Freyja_Cape_Box"
- Name: "Freya's Manteau Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2533,604800; ">
-},
-{
- Id: 13694
- AegisName: "Freyja_Crown_Box"
- Name: "Freya's Crown Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5306,604800; ">
-},
-{
- Id: 13695
- AegisName: "Battle_Manual25_Box"
- Name: "Field Manual 25% Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14532,10; ">
-},
-{
- Id: 13696
- AegisName: "Battle_Manual100_Box"
- Name: "Field Manual 100% Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14533,10; ">
-},
-{
- Id: 13697
- AegisName: "J_Blessing10_Box"
- Name: "Blessing Scroll Box(10)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,10; ">
-},
-{
- Id: 13698
- AegisName: "J_Inc_Agi10_Box"
- Name: "Increase Agility Scroll Box(10)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,10; ">
-},
-{
- Id: 13699
- AegisName: "J_Wind_Walk10_Box"
- Name: "Wind Walk Scroll Box(10)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,10; ">
-},
-{
- Id: 13700
- AegisName: "J_Adrenaline10_Box"
- Name: "Adrenaline Rush Scroll Box(10)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,10; ">
-},
-{
- Id: 13701
- AegisName: "Pet_Egg_Scroll12"
- Name: "Pet Egg Scroll 12"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13702
- AegisName: "Pet_Egg_Scroll13"
- Name: "Pet Egg Scroll 13"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13703
- AegisName: "Pet_Egg_Scroll14"
- Name: "Pet Egg Scroll 14"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13704
- AegisName: "Super_Pet_Egg5"
- Name: "Super Pet Egg 5"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13705
- AegisName: "Super_Pet_Egg6"
- Name: "Super Pet Egg 6"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13706
- AegisName: "Super_Pet_Egg7"
- Name: "Super Pet Egg 7"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13707
- AegisName: "Super_Pet_Egg8"
- Name: "Super Pet Egg 8"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13708
- AegisName: "Pet_Egg_Scroll_E"
- Name: "Pet Egg Scroll E"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13709
- AegisName: "BRO_Package_1"
- Name: "BRO Package Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13710
- AegisName: "Max_Weight_Up_Box"
- Name: "Gym Pass Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7776,10; ">
-},
-{
- Id: 13711
- AegisName: "Small_Life_Potion_Box"
- Name: "Small Life Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,10; ">
-},
-{
- Id: 13712
- AegisName: "Small_Life_Potion_Box30"
- Name: "Small Life Potion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,30; ">
-},
-{
- Id: 13713
- AegisName: "Small_Life_Potion_Box50"
- Name: "Small Life Potion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,50; ">
-},
-{
- Id: 13714
- AegisName: "Med_Life_Potion_Box"
- Name: "Medium Life Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,10; ">
-},
-{
- Id: 13715
- AegisName: "Med_Life_Potion_Box30"
- Name: "Medium Life Potion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,30; ">
-},
-{
- Id: 13716
- AegisName: "Med_Life_Potion_Box50"
- Name: "Medium Life Potion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,50; ">
-},
-{
- Id: 13717
- AegisName: "Abrasive_Box5"
- Name: "Abrasive 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14536,5; ">
-},
-{
- Id: 13718
- AegisName: "Abrasive_Box10"
- Name: "Abrasive 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14536,10; ">
-},
-{
- Id: 13719
- AegisName: "Regeneration_Box5"
- Name: "Regeneration Potion 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14537,5; ">
-},
-{
- Id: 13720
- AegisName: "Regeneration_Box10"
- Name: "Regeneration 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14537,10; ">
-},
-{
- Id: 13721
- AegisName: "Dun_Tele_Scroll_Box10"
- Name: "Dungeon Teleport Scroll 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14527,10; ">
-},
-{
- Id: 13722
- AegisName: "Pecopeco_Hairband_Box"
- Name: "Pecopeco Hairband Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5286,1; ">
-},
-{
- Id: 13723
- AegisName: "Red_Glasses_Box"
- Name: "Red Glasses Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5288,1; ">
-},
-{
- Id: 13724
- AegisName: "Whisper_Mask_Box"
- Name: "Whisper Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5294,1; ">
-},
-{
- Id: 13725
- AegisName: "Ramen_Hat_Box"
- Name: "Ramen Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5293,1; ">
-},
-{
- Id: 13726
- AegisName: "Gold_Box_"
- Name: "Golden Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7777,1; ">
-},
-{
- Id: 13727
- AegisName: "Silver_Box_"
- Name: "Silver Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7778,1; ">
-},
-{
- Id: 13728
- AegisName: "Gold_Key1_Box"
- Name: "Golden Key Box(1)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7779,1; ">
-},
-{
- Id: 13729
- AegisName: "Gold_Key5_Box"
- Name: "Golden Key Box(5)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7779,5; ">
-},
-{
- Id: 13730
- AegisName: "Silver_Key1_Box"
- Name: "Silver Key Box(1)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7780,1; ">
-},
-{
- Id: 13731
- AegisName: "Silver_Key5_Box"
- Name: "Silver Key Box(5)"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7780,5; ">
-},
-{
- Id: 13734
- AegisName: "Pecopeco_Hairband_Box1"
- Name: "Peco Peco Hairband Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5286,1; ">
-},
-{
- Id: 13735
- AegisName: "Red_Glasses_Box1"
- Name: "Red Glasses Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5288,1; ">
-},
-{
- Id: 13736
- AegisName: "Whisper_Mask_Box1"
- Name: "Whisper Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5294,1; ">
-},
-{
- Id: 13737
- AegisName: "Ramen_Hat_Box1"
- Name: "Ramen Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5293,1; ">
-},
-{
- Id: 13738
- AegisName: "Glass_Of_Illusion_Box5"
- Name: "Glass of Illusion 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14538,5; ">
-},
-{
- Id: 13739
- AegisName: "Glass_Of_Illusion_Box10"
- Name: "Glass of Illusion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14538,10; ">
-},
-{
- Id: 13740
- AegisName: "Shadow_Armor_S_Box5"
- Name: "Shadow Armor Scroll 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,5; ">
-},
-{
- Id: 13741
- AegisName: "Shadow_Armor_S_Box10"
- Name: "Shadow Armor Scroll 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,10; ">
-},
-{
- Id: 13742
- AegisName: "Shadow_Armor_S_Box30"
- Name: "Shadow Armor Scroll 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,30; ">
-},
-{
- Id: 13743
- AegisName: "Holy_Armor_S_Box5"
- Name: "Holy Armor Scroll 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,5; ">
-},
-{
- Id: 13744
- AegisName: "Holy_Armor_S_Box10"
- Name: "Holy Armor Scroll 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,10; ">
-},
-{
- Id: 13745
- AegisName: "Holy_Armor_S_Box30"
- Name: "Holy Armor Scroll 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,30; ">
-},
-{
- Id: 13746
- AegisName: "S_Def_Potion_Box10"
- Name: "Small Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,10; ">
-},
-{
- Id: 13747
- AegisName: "S_Def_Potion_Box30"
- Name: "Small Defense Potion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,30; ">
-},
-{
- Id: 13748
- AegisName: "S_Def_Potion_Box50"
- Name: "Small Defense Potion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,50; ">
-},
-{
- Id: 13749
- AegisName: "B_Def_Potion_Box10"
- Name: "Big Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,10; ">
-},
-{
- Id: 13750
- AegisName: "B_Def_Potion_Box30"
- Name: "Big Defense Potion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,30; ">
-},
-{
- Id: 13751
- AegisName: "B_Def_Potion_Box50"
- Name: "Big Defense Potion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,50; ">
-},
-{
- Id: 13752
- AegisName: "S_Mdef_Potion_Box10"
- Name: "Small Magic Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,10; ">
-},
-{
- Id: 13753
- AegisName: "S_Mdef_Potion_Box30"
- Name: "Small Magic Defense Potion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,30; ">
-},
-{
- Id: 13754
- AegisName: "S_Mdef_Potion_Box50"
- Name: "Small Magic Defense Potion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,50; ">
-},
-{
- Id: 13755
- AegisName: "B_Mdef_Potion_Box10"
- Name: "Big Magic Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,10; ">
-},
-{
- Id: 13756
- AegisName: "B_Mdef_Potion_Box30"
- Name: "Big Magic Defense Potion 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,30; ">
-},
-{
- Id: 13757
- AegisName: "B_Mdef_Potion_Box50"
- Name: "Big Magic Defense Potion 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,50; ">
-},
-{
- Id: 13758
- AegisName: "Battle_Manual_X3_Box"
- Name: "Field Manual 300% Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14545,20; ">
-},
-{
- Id: 13759
- AegisName: "In_Blue_Herb_Box"
- Name: "Blue Herb Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 510,50; ">
-},
-{
- Id: 13760
- AegisName: "Honey_Box"
- Name: "Honey Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 518,100; ">
-},
-{
- Id: 13761
- AegisName: "Empty_Bottle_Box"
- Name: "Empty Bottle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 713,500; ">
-},
-{
- Id: 13762
- AegisName: "In_Royal_Jelly_Box"
- Name: "Royal Jelly Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 526,70; ">
-},
-{
- Id: 13763
- AegisName: "5_Anniversary_Coin_Box"
- Name: "PCRoom Premium Anniversary Coin Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2709,1; ">
-},
-{
- Id: 13764
- AegisName: "Battle_Manual_Box_TW"
- Name: "Beginner's Field Manual Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7803,5; ">
-},
-{
- Id: 13765
- AegisName: "Certificate_TW_Box"
- Name: "... Certificate"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7804,1; ">
-},
-{
- Id: 13766
- AegisName: "Nagan_Box"
- Name: "Refined Nagan Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13407,604800; ">
-},
-{
- Id: 13767
- AegisName: "Skewer_Box"
- Name: "Refined Brocca Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1424,604800; ">
-},
-{
- Id: 13768
- AegisName: "Survival_Rod_Box"
- Name: "Refined Survivor's Rod Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1628,604800; ">
-},
-{
- Id: 13769
- AegisName: "Quadrille_Box"
- Name: "Refined Quadrille Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1537,604800; ">
-},
-{
- Id: 13770
- AegisName: "Great_Axe_Box"
- Name: "Refined Great Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1378,604800; ">
-},
-{
- Id: 13771
- AegisName: "Bloody_Roar_Box"
- Name: "Refined Bloody Roar Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1273,604800; ">
-},
-{
- Id: 13772
- AegisName: "Hardback_Box"
- Name: "Refined Hardcover Book Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1567,604800; ">
-},
-{
- Id: 13773
- AegisName: "Fire_Brand_Box"
- Name: "Refined Fireblend Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13408,604800; ">
-},
-{
- Id: 13774
- AegisName: "Immaterial_Sword_Box"
- Name: "Refined Immaterial Sword Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13409,604800; ">
-},
-{
- Id: 13775
- AegisName: "Unholy_Touch_Box"
- Name: "Refined Unholy Touch Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1274,604800; ">
-},
-{
- Id: 13776
- AegisName: "Cloak_Of_Survival_Box"
- Name: "Refined Survivor's Manteau Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2535,1209600; ">
-},
-{
- Id: 13777
- AegisName: "Masquerade_Box"
- Name: "Refined Masquerade Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5326,1209600; ">
-},
-{
- Id: 13778
- AegisName: "Orc_Hero_Helm_Box"
- Name: "Refined Helmet of Orc Hero Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5327,1209600; ">
-},
-{
- Id: 13779
- AegisName: "Evil_Wing_Ears_Box"
- Name: "Refined Wing of Diablo Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5328,1209600; ">
-},
-{
- Id: 13780
- AegisName: "Dark_Blindfold_Box"
- Name: "Refined Dark Blinder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5329,1209600; ">
-},
-{
- Id: 13781
- AegisName: "kRO_Drooping_Kitty_Box"
- Name: "Refined Drooping Cat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5330,1209600; ">
-},
-{
- Id: 13782
- AegisName: "Corsair_Box"
- Name: "Refined Corsair Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5331,1209600; ">
-},
-{
- Id: 13783
- AegisName: "Bloody_Iron_Ball_Box"
- Name: "Refined Bloodied Shackle Ball Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2710,604800; ">
-},
-{
- Id: 13784
- AegisName: "Spiritual_Ring_Box"
- Name: "Refined Spiritual Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2711,604800; ">
-},
-{
- Id: 13785
- AegisName: "Nagan_Box1"
- Name: "Refined Nagan Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13407,86400; ">
-},
-{
- Id: 13786
- AegisName: "Skewer_Box1"
- Name: "Refined Brocca Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1424,86400; ">
-},
-{
- Id: 13787
- AegisName: "Survival_Rod_Box1"
- Name: "Refined Survivor's Rod Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1628,86400; ">
-},
-{
- Id: 13788
- AegisName: "Quadrille_Box1"
- Name: "Refined Quadrille Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1537,86400; ">
-},
-{
- Id: 13789
- AegisName: "Great_Axe_Box1"
- Name: "Refined Great Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1378,86400; ">
-},
-{
- Id: 13790
- AegisName: "Bloody_Roar_Box1"
- Name: "Fall Into The Groove Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1273,86400; ">
-},
-{
- Id: 13791
- AegisName: "Hardback_Box1"
- Name: "Turkey Day Groove Pack with Gravy"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1567,86400; ">
-},
-{
- Id: 13792
- AegisName: "Fire_Brand_Box1"
- Name: "Refined Fireblend Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13408,86400; ">
-},
-{
- Id: 13793
- AegisName: "Immaterial_Sword_Box1"
- Name: "Black Friday Groove Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13409,86400; ">
-},
-{
- Id: 13794
- AegisName: "Unholy_Touch_Box1"
- Name: "Cyber Monday Lucky Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1274,86400; ">
-},
-{
- Id: 13795
- AegisName: "Cloak_Of_Survival_Box1"
- Name: "Refined Survivor's Manteau Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2535,86400; ">
-},
-{
- Id: 13796
- AegisName: "Masquerade_Box1"
- Name: "Refined Masquerade Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5326,86400; ">
-},
-{
- Id: 13797
- AegisName: "Orc_Hero_Helm_Box1"
- Name: "Refined Helmet of Orc Hero Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5327,86400; ">
-},
-{
- Id: 13798
- AegisName: "Evil_Wing_Ears_Box1"
- Name: "Refined Wing of Diablo Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5328,86400; ">
-},
-{
- Id: 13799
- AegisName: "Dark_Blindfold_Box1"
- Name: "Refined Dark Blinder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5329,86400; ">
-},
-{
- Id: 13800
- AegisName: "kRO_Drooping_Kitty_Box1"
- Name: "Refined Drooping Cat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5330,86400; ">
-},
-{
- Id: 13801
- AegisName: "Corsair_Box1"
- Name: "Refined Corsair Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5331,86400; ">
-},
-{
- Id: 13802
- AegisName: "Bloody_Iron_Ball_Box1"
- Name: "Pirate's Booty Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2710,86400; ">
-},
-{
- Id: 13803
- AegisName: "Spiritual_Ring_Box1"
- Name: "Refined Spiritual Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2711,86400; ">
-},
-{
- Id: 13804
- AegisName: "Fire_Cracker_Love_Box"
- Name: "I Love You Firecracker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14546,10; ">
-},
-{
- Id: 13805
- AegisName: "Fire_Cracker_Wday_Box"
- Name: "Whiteday Firecracker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14547,10; ">
-},
-{
- Id: 13806
- AegisName: "Fire_Cracker_Vday_Box"
- Name: "Valentine's Day Firecracker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14548,10; ">
-},
-{
- Id: 13807
- AegisName: "Fire_Cracker_Bday_Box"
- Name: "Birthday Firecracker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14549,10; ">
-},
-{
- Id: 13808
- AegisName: "Fire_Cracker_Xmas_Box"
- Name: "Xmas Firecracker Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14550,10; ">
-},
-{
- Id: 13809
- AegisName: "Blue_Gemstone_Box"
- Name: "Blue Gemstone Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 717,100; ">
-},
-{
- Id: 13810
- AegisName: "Blue_Potion_Box"
- Name: "Light Blue Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 11502,25; ">
-},
-{
- Id: 13811
- AegisName: "Food_Box_Lv1"
- Name: "+20 Basic Food Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14551,1;
- getitem 14554,1;
- getitem 14557,1;
- getitem 14560,1;
- getitem 14563,1;
- getitem 14566,1;
- ">
-},
-{
- Id: 13812
- AegisName: "Food_Box_Lv2"
- Name: "Food Box Vol 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14552,1;
- getitem 14555,1;
- getitem 14558,1;
- getitem 14561,1;
- getitem 14564,1;
- getitem 14567,1;
- ">
-},
-{
- Id: 13813
- AegisName: "Food_Box_Lv3"
- Name: "Food Box Vol 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14553,1;
- getitem 14556,1;
- getitem 14559,1;
- getitem 14562,1;
- getitem 14565,1;
- getitem 14568,1;
- ">
-},
-{
- Id: 13814
- AegisName: "Indonesia_Box"
- Name: "Healing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13815
- AegisName: "Knife_Goblin_Box"
- Name: "Knife Goblin Taming Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14569,10; ">
-},
-{
- Id: 13816
- AegisName: "Flail_Goblin_Box"
- Name: "Flail Goblin Taming Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14570,10; ">
-},
-{
- Id: 13817
- AegisName: "Hammer_Goblin_Box"
- Name: "Hammer Goblin Taming Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14571,10; ">
-},
-{
- Id: 13818
- AegisName: "Red_Deleter_Box"
- Name: "Red Deleter Taming Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14572,10; ">
-},
-{
- Id: 13819
- AegisName: "Diabolic_Box"
- Name: "Diabolic Taming Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14573,10; ">
-},
-{
- Id: 13820
- AegisName: "Wanderer_Box"
- Name: "Wanderer Taming Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14574,10; ">
-},
-{
- Id: 13821
- AegisName: "Green_Apple_Box"
- Name: "Green Apple Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7821,10; ">
-},
-{
- Id: 13822
- AegisName: "Whole_Barbecue_Box"
- Name: "Barbeque Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7822,10; ">
-},
-{
- Id: 13823
- AegisName: "Meat_Veg_Skewer_Box"
- Name: "Meat Skewer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7823,10; ">
-},
-{
- Id: 13824
- AegisName: "Spirit_Liquor_Box"
- Name: "Spirit Liquor Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7824,10; ">
-},
-{
- Id: 13825
- AegisName: "Green_Box_"
- Name: "Old Green Box"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 13826
- AegisName: "Power_Box1"
- Name: "Power Box 1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 682,1;
- getitem 12123,1;
- getitem 12122,1;
- ">
-},
-{
- Id: 13827
- AegisName: "Power_Box2"
- Name: "Power Box 2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 683,1;
- getitem 12123,1;
- getitem 12122,1;
- ">
-},
-{
- Id: 13828
- AegisName: "Resist_Box1"
- Name: "Resist Box 1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12118,1;
- getitem 12119,1;
- ">
-},
-{
- Id: 13829
- AegisName: "Resist_Box2"
- Name: "Resist Box 2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12120,1;
- getitem 12121,1;
- ">
-},
-{
- Id: 13830
- AegisName: "Stat_Boost1"
- Name: "Stat Boost 1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_CHASEWALK2,60000,5;
- sc_start SC_INCAGI,60000,5;
- sc_start SC_INCVIT,60000,5;
- ">
-},
-{
- Id: 13831
- AegisName: "Stat_Boost2"
- Name: "Stat Boost 2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCINT,60000,5;
- sc_start SC_INCLUK,60000,5;
- sc_start SC_INCDEX,60000,5;
- ">
-},
-{
- Id: 13832
- AegisName: "Stat_Boost3"
- Name: "Stat Boost 3"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCAGI,60000,5;
- sc_start SC_INCVIT,60000,5;
- sc_start SC_INCDEX,60000,5;
- ">
-},
-{
- Id: 13833
- AegisName: "Stat_Boost4"
- Name: "Stat Boost 4"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCINT,60000,5;
- sc_start SC_INCVIT,60000,5;
- sc_start SC_INCDEX,60000,5;
- ">
-},
-{
- Id: 13834
- AegisName: "Dun_Tele_Scroll2_Box5"
- Name: "Dungeon Teleport Scroll II Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14581,5; ">
-},
-{
- Id: 13835
- AegisName: "Dun_Tele_Scroll2_Box10"
- Name: "Dungeon Teleport Scroll II Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14581,10; ">
-},
-{
- Id: 13836
- AegisName: "Mbl_Str_Dish_Box"
- Name: "Steamed Tongue Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12250,1; ">
-},
-{
- Id: 13837
- AegisName: "Mbl_Agi_Dish_Box"
- Name: "Steamed Desert Scorpions Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12251,1; ">
-},
-{
- Id: 13838
- AegisName: "Mbl_Int_Dish_Box"
- Name: "Dragon Breath Cocktail Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12252,1; ">
-},
-{
- Id: 13839
- AegisName: "Mbl_Dex_Dish_Box"
- Name: "Hwergelmir's Tonic Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12253,1; ">
-},
-{
- Id: 13840
- AegisName: "Mbl_Luk_Dish_Box"
- Name: "Cooked Nine Tail Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12254,1; ">
-},
-{
- Id: 13841
- AegisName: "Mbl_Vit_Dish_Box"
- Name: "Immortal Stew Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12255,1; ">
-},
-{
- Id: 13842
- AegisName: "Mbl_Kafra_Card_Box"
- Name: "Payment Statement for Kafra Employee Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12249,1; ">
-},
-{
- Id: 13843
- AegisName: "Mbl_Battle_Manual_Box"
- Name: "Field Manual Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14532,1; ">
-},
-{
- Id: 13844
- AegisName: "Heroic_Stone_Box"
- Name: "Heroic Stone Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7825,1; ">
-},
-{
- Id: 13845
- AegisName: "Mysterious_Travel_Sack1"
- Name: "Mystery Travel Sack A"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13846
- AegisName: "Mysterious_Travel_Sack2"
- Name: "Mystery Travel Sack B"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13847
- AegisName: "Mysterious_Travel_Sack3"
- Name: "Mystery Travel Sack C"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13848
- AegisName: "Mysterious_Travel_Sack4"
- Name: "Mystery Travel Sack D"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13849
- AegisName: "WOB_Box_Rune5"
- Name: "Yellow Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14582,5; ">
-},
-{
- Id: 13850
- AegisName: "WOB_Box_Rune10"
- Name: "Yellow Butterfly Wing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14582,10; ">
-},
-{
- Id: 13851
- AegisName: "WOB_Box_Schawaltz5"
- Name: "Green Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14583,5; ">
-},
-{
- Id: 13852
- AegisName: "WOB_Box_Schawaltz10"
- Name: "Green Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14583,10; ">
-},
-{
- Id: 13853
- AegisName: "WOB_Box_Rachel5"
- Name: "Red Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14584,5; ">
-},
-{
- Id: 13854
- AegisName: "WOB_Box_Rachel10"
- Name: "Red Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14584,10; ">
-},
-{
- Id: 13855
- AegisName: "WOB_Box_Local5"
- Name: "Blue Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14585,5; ">
-},
-{
- Id: 13856
- AegisName: "WOB_Box_Local10"
- Name: "Blue Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14585,10; ">
-},
-{
- Id: 13857
- AegisName: "Spark_Candy_Box5"
- Name: "Candy Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14586,5; ">
-},
-{
- Id: 13858
- AegisName: "Spark_Candy_Box10"
- Name: "Candy Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14586,10; ">
-},
-{
- Id: 13859
- AegisName: "Directive_A_Envelope"
- Name: "Directive Envelope A"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2734,1; ">
-},
-{
- Id: 13860
- AegisName: "Directive_B_Envelope"
- Name: "Directive Envelope B"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2735,1; ">
-},
-{
- Id: 13861
- AegisName: "Mini_Battle_Manual_Box"
- Name: "Small Field Manual Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,4; ">
-},
-{
- Id: 13862
- AegisName: "Trial_Box"
- Name: "Trial Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- ">
-},
-{
- Id: 13863
- AegisName: "Repair_Scroll_Box10"
- Name: "Repair Weapon Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14521,10;
- getitem 1002,10;
- getitem 998,10;
- getitem 756,10;
- getitem 999,10;
- ">
-},
-{
- Id: 13864
- AegisName: "Hockey_Mask_Box"
- Name: "Hockey Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5314,604800; ">
-},
-{
- Id: 13865
- AegisName: "Observer_Box"
- Name: "Observer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5315,604800; ">
-},
-{
- Id: 13866
- AegisName: "Flying_Angel_Box"
- Name: "Flapping Angel Wing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5210,1; ">
-},
-{
- Id: 13867
- AegisName: "Neko_Mimi_Box"
- Name: "Neko Mimi Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5099,1; ">
-},
-{
- Id: 13868
- AegisName: "MFH_Box"
- Name: "Moonlight Flower Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5214,1; ">
-},
-{
- Id: 13869
- AegisName: "Chick_Hat_Box"
- Name: "Chick Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5283,1; ">
-},
-{
- Id: 13870
- AegisName: "New_Style_Box"
- Name: "Beauty Gift Certificate Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7622,1; ">
-},
-{
- Id: 13871
- AegisName: "Magician_Card_Box"
- Name: "Mage Set Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4327,1;
- getitem 4309,1;
- getitem 4325,1;
- getitem 4208,1;
- getitem 4258,1;
- getitem 4191,1;
- ">
-},
-{
- Id: 13872
- AegisName: "Acolyte_Card_Box"
- Name: "Acolyte Set Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4185,1;
- getitem 4312,1;
- getitem 4217,1;
- getitem 4280,1;
- getitem 4293,1;
- ">
-},
-{
- Id: 13873
- AegisName: "Archer_Card_Box"
- Name: "Archer Set Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4297,1;
- getitem 4234,1;
- getitem 4199,1;
- getitem 4178,1;
- getitem 4252,1;
- ">
-},
-{
- Id: 13874
- AegisName: "Swordman_Card_Box"
- Name: "Swordman Set Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4319,1;
- getitem 4331,1;
- getitem 4220,1;
- getitem 4311,1;
- getitem 4246,1;
- ">
-},
-{
- Id: 13875
- AegisName: "Thief_Card_Box"
- Name: "Thief Set Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4230,1;
- getitem 4210,1;
- getitem 4257,1;
- getitem 4172,1;
- getitem 4272,1;
- ">
-},
-{
- Id: 13876
- AegisName: "Merchant_Card_Box"
- Name: "Merchant Set Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4206,1;
- getitem 4281,1;
- getitem 4186,1;
- getitem 4233,1;
- getitem 4321,1;
- ">
-},
-{
- Id: 13877
- AegisName: "Clock_Tower_Card_Box"
- Name: "Clock Tower Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4244,1;
- getitem 4299,1;
- getitem 4313,1;
- getitem 4229,1;
- ">
-},
-{
- Id: 13878
- AegisName: "Geffenia_Card_Box"
- Name: "Geffenia Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4218,1;
- getitem 4269,1;
- ">
-},
-{
- Id: 13879
- AegisName: "Owl_Card_Box"
- Name: "Owl Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4237,1;
- getitem 4238,1;
- ">
-},
-{
- Id: 13880
- AegisName: "Ghost_Card_Box"
- Name: "Ghost Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4193,1;
- getitem 4294,1;
- ">
-},
-{
- Id: 13881
- AegisName: "Nightmare_Card_Box"
- Name: "Nightmare Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4127,1;
- getitem 4166,1;
- ">
-},
-{
- Id: 13882
- AegisName: "Curse_Card_Box"
- Name: "Curse Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4076,4; ">
-},
-{
- Id: 13883
- AegisName: "Sleep_Card_Box"
- Name: "Sleep Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4024,4; ">
-},
-{
- Id: 13884
- AegisName: "Freeze_Card_Box"
- Name: "Freeze Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4055,4; ">
-},
-{
- Id: 13885
- AegisName: "Stun_Card_Box"
- Name: "Stun Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4017,4; ">
-},
-{
- Id: 13886
- AegisName: "Silence_Card_Box"
- Name: "Silence Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4057,4; ">
-},
-{
- Id: 13887
- AegisName: "Blind_Card_Box"
- Name: "Blind Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4020,4; ">
-},
-{
- Id: 13888
- AegisName: "Chaos_Card_Box"
- Name: "Chaos Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4104,4; ">
-},
-{
- Id: 13889
- AegisName: "Elunium_Box_"
- Name: "Elunium Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 985,10; ">
-},
-{
- Id: 13890
- AegisName: "Oridecon_Box_"
- Name: "Oridecon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 984,10; ">
-},
-{
- Id: 13891
- AegisName: "Fire_Converter_Box"
- Name: "Fire Converter Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12114,10; ">
-},
-{
- Id: 13892
- AegisName: "Water_Converter_Box"
- Name: "Water Converter Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12115,10; ">
-},
-{
- Id: 13893
- AegisName: "Wind_Converter_Box"
- Name: "Wind Converter Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12117,10; ">
-},
-{
- Id: 13894
- AegisName: "Earth_Converter_Box"
- Name: "Earth Converter Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12116,10; ">
-},
-{
- Id: 13895
- AegisName: "Starter_Pack"
- Name: "Starter Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 7229,2;
- getitem 569,300;
- getitem 504,20;
- getitem 505,20;
- getitem 7060,30;
- getitem 2403,1;
- getitem 5039,1;
- getitem 2503,1;
- getitem 2307,1;
- getitem 616,1;
- getitem 603,1;
- getitem 617,1;
- getitem 610,5;
- getitem 604,5;
- ">
-},
-{
- Id: 13896
- AegisName: "Mimic_Scroll_Box5"
- Name: "Mimic Summoning Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12276,5; ">
-},
-{
- Id: 13897
- AegisName: "Disguise_Scroll_Box5"
- Name: "Disguise Summoning Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12277,5; ">
-},
-{
- Id: 13898
- AegisName: "Alice_Scroll_Box5"
- Name: "Alice Summoning Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12278,5; ">
-},
-{
- Id: 13899
- AegisName: "Mimic_Scroll_Box10"
- Name: "Mimic Summoning Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12276,10; ">
-},
-{
- Id: 13900
- AegisName: "Disguise_Scroll_Box10"
- Name: "Disguise Summoning Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12277,10; ">
-},
-{
- Id: 13901
- AegisName: "Alice_Scroll_Box10"
- Name: "Alice Summoning Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12278,10; ">
-},
-{
- Id: 13902
- AegisName: "Fish_Head_Hat_Box"
- Name: "Fish Head Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5380,1; ">
-},
-{
- Id: 13903
- AegisName: "Santa_Poring_Hat_Box"
- Name: "Santa Poring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5381,1; ">
-},
-{
- Id: 13904
- AegisName: "Bell_Ribbon_Box"
- Name: "Bell Ribbon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5382,1; ">
-},
-{
- Id: 13905
- AegisName: "Hard_Core_Set_Box"
- Name: "XM Hardcore Set Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12208,10;
- getitem 12209,10;
- getitem 12210,10;
- ">
-},
-{
- Id: 13906
- AegisName: "Kitty_Set_Box"
- Name: "XM Kitty Set Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 5230,1;
- getitem 5231,1;
- getitem 5232,1;
- getitem 5233,1;
- getitem 5234,1;
- ">
-},
-{
- Id: 13907
- AegisName: "Soft_Core_Set_Box"
- Name: "XM Softcore Set Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12208,5;
- getitem 12209,5;
- getitem 12210,5;
- ">
-},
-{
- Id: 13908
- AegisName: "Deviruchi_Set_Box"
- Name: "Class Set Card Album"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 5227,1;
- getitem 5228,1;
- getitem 5229,1;
- ">
-},
-{
- Id: 13909
- AegisName: "MVP_Hunt_Box"
- Name: "MVP Hunting Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 7621,1;
- getitem 12210,1;
- getitem 12221,1;
- getitem 12214,3;
- ">
-},
-{
- Id: 13910
- AegisName: "Brewing_Box"
- Name: "XM Brewing Set Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12204,10;
- getitem 12205,10;
- getitem 12206,10;
- ">
-},
-{
- Id: 13911
- AegisName: "Christmas_Pet_Scroll"
- Name: "Christmas Pet Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13912
- AegisName: "Pty_Blessing_Box"
- Name: "Party Blessing 10 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14588,10; ">
-},
-{
- Id: 13913
- AegisName: "Pty_Inc_Agi_Box"
- Name: "Party Increase Agi 10 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14589,10; ">
-},
-{
- Id: 13914
- AegisName: "Pty_Assumptio_Box"
- Name: "Party Assumptio 5 Scroll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14590,10; ">
-},
-{
- Id: 13915
- AegisName: "Love_Angel_Box"
- Name: "Love Angel Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12287,604800; ">
-},
-{
- Id: 13916
- AegisName: "Squirrel_Box"
- Name: "Squirrel Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12288,604800; ">
-},
-{
- Id: 13917
- AegisName: "Gogo_Box"
- Name: "Gogo Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12289,604800; ">
-},
-{
- Id: 13918
- AegisName: "Drooping_W_Kitty_Box"
- Name: "Koneko Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5372,1; ">
-},
-{
- Id: 13919
- AegisName: "L_Magestic_Goat_Box"
- Name: "Baphomet Horns Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5374,1; ">
-},
-{
- Id: 13920
- AegisName: "Satanic_Chain_P_Box"
- Name: "Flying Evil Wing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5376,1; ">
-},
-{
- Id: 13921
- AegisName: "Antique_Pipe_Box"
- Name: "Gentleman's Pipe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5377,1; ">
-},
-{
- Id: 13922
- AegisName: "Rabbit_Ear_Hat_Box"
- Name: "Bunny Top Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5378,1; ">
-},
-{
- Id: 13923
- AegisName: "Darkness_Helm_Box"
- Name: "Dark Randgris Helm Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5373,1; ">
-},
-{
- Id: 13924
- AegisName: "L_Orc_Hero_Helm_Box"
- Name: "Orc Hero Headdress Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5375,1; ">
-},
-{
- Id: 13925
- AegisName: "Year_Of_Mouse_Scroll"
- Name: "Mouse Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13926
- AegisName: "Crusader_Card_Box"
- Name: "Crusader Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4371,1;
- getitem 4311,1;
- getitem 4319,1;
- getitem 4331,1;
- ">
-},
-{
- Id: 13927
- AegisName: "Alchemist_Card_Box"
- Name: "Alchemist Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4281,1;
- getitem 4233,1;
- getitem 4343,1;
- getitem 4186,1;
- getitem 4036,1;
- ">
-},
-{
- Id: 13928
- AegisName: "Rogue_Card_Box"
- Name: "Rogue Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4039,1;
- getitem 4210,1;
- getitem 4257,1;
- getitem 4230,1;
- getitem 4348,1;
- ">
-},
-{
- Id: 13929
- AegisName: "Bard_Dancer_Card_Box"
- Name: "Bard Dancer Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4297,1;
- getitem 4234,1;
- getitem 4178,1;
- getitem 4381,1;
- getitem 4252,1;
- ">
-},
-{
- Id: 13930
- AegisName: "Sage_Card_Box"
- Name: "Sage card box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4382,1;
- getitem 4258,1;
- getitem 4325,1;
- getitem 4208,1;
- getitem 4327,1;
- ">
-},
-{
- Id: 13931
- AegisName: "Monk_Card_Box"
- Name: "Monk Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4312,1;
- getitem 4332,1;
- getitem 4185,1;
- getitem 4293,1;
- ">
-},
-{
- Id: 13932
- AegisName: "Sylph_Box"
- Name: "Sylph Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4345,4; ">
-},
-{
- Id: 13933
- AegisName: "Undine_Box"
- Name: "Undine Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4350,4; ">
-},
-{
- Id: 13934
- AegisName: "Salamander_Box"
- Name: "Salamander Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4380,4; ">
-},
-{
- Id: 13935
- AegisName: "Soul_Box"
- Name: "Soul Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4388,4; ">
-},
-{
- Id: 13936
- AegisName: "Noum_Bpx"
- Name: "Gnome Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4335,4; ">
-},
-{
- Id: 13937
- AegisName: "Robo_Eye_Box"
- Name: "Robo Eye Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5325,1; ">
-},
-{
- Id: 13938
- AegisName: "Twin_Ribbon_Box"
- Name: "Maiden's Twin Ribbon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5187,1; ">
-},
-{
- Id: 13939
- AegisName: "Diadem_Box"
- Name: "Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5313,1; ">
-},
-{
- Id: 13940
- AegisName: "Siege_Tele_Scroll_Box"
- Name: "WoE Teleport Scroll 100 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14591,100; ">
-},
-{
- Id: 13941
- AegisName: "TW_Valentine_Scroll"
- Name: "Taiwan Valentine Scroll"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13942
- AegisName: "Love_Angel_Box_1m"
- Name: "Love Angel Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 14009,2592000; ">
-},
-{
- Id: 13943
- AegisName: "Squirrel_Box_1m"
- Name: "Squirrel Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 14010,2592000; ">
-},
-{
- Id: 13944
- AegisName: "Gogo_Box_1m"
- Name: "Gogo Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 14011,2592000; ">
-},
-{
- Id: 13945
- AegisName: "BRO_SM_Package"
- Name: "Brazil Swordsman Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13946
- AegisName: "BRO_MG_Package"
- Name: "Brazil Magician Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13947
- AegisName: "BRO_AC_Package"
- Name: "Brazil Acolyte Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13948
- AegisName: "BRO_AR_Package"
- Name: "Brazil Archer package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13949
- AegisName: "BRO_MC_Package"
- Name: "Brazil Merchant Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13950
- AegisName: "BRO_TF_Package"
- Name: "Brazil Thief Package"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13951
- AegisName: "Wasteland_Outlaw_Box"
- Name: "Western Outlaw Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13109,604800; ">
-},
-{
- Id: 13952
- AegisName: "Lever_Action_Rifle_Box"
- Name: "Lever Action Rifle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13170,604800; ">
-},
-{
- Id: 13953
- AegisName: "All_In_One_Ring_Box"
- Name: "All In One Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2741,604800; ">
-},
-{
- Id: 13954
- AegisName: "Spiritual_Tunic_Box"
- Name: "Spiritual Tunic Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2384,604800; ">
-},
-{
- Id: 13955
- AegisName: "Recuperative_Armor_Box"
- Name: "Recuvative Armor Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2385,604800; ">
-},
-{
- Id: 13956
- AegisName: "Shelter_Resistance_Box"
- Name: "Shell Of Resistance Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2132,604800; ">
-},
-{
- Id: 13957
- AegisName: "Sylphid_Manteau_Box"
- Name: "Silf Manteau Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2543,604800; ">
-},
-{
- Id: 13958
- AegisName: "Refresh_Shoes_Box"
- Name: "Refresh Shoes Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2439,604800; ">
-},
-{
- Id: 13959
- AegisName: "Toast_Box"
- Name: "Crunch Toast Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5391,604800; ">
-},
-{
- Id: 13960
- AegisName: "Name_Change_Coupon_Box"
- Name: "Identification Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7623,1; ">
-},
-{
- Id: 13961
- AegisName: "Mojji_Box"
- Name: "Mochi Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 554,5; ">
-},
-{
- Id: 13962
- AegisName: "Deprotai_Doll_Hat_Box"
- Name: "Defolty Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5340,1; ">
-},
-{
- Id: 13963
- AegisName: "Claris_Doll_Hat_Box"
- Name: "Glaris Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5341,1; ">
-},
-{
- Id: 13964
- AegisName: "Sorin_Doll_Hat_Box"
- Name: "Sorin Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5342,1; ">
-},
-{
- Id: 13965
- AegisName: "Tayelin_Doll_Hat_Box"
- Name: "Telling Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5343,1; ">
-},
-{
- Id: 13966
- AegisName: "Binit_Doll_Hat_Box"
- Name: "Vinit Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5344,1; ">
-},
-{
- Id: 13967
- AegisName: "Debril_Doll_Hat_Box"
- Name: "W Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5345,1; ">
-},
-{
- Id: 13968
- AegisName: "Bubblegum_Lower_Box"
- Name: "Bubble Gum Low Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5394,86400; ">
-},
-{
- Id: 13969
- AegisName: "Lucky_Clip_Box"
- Name: "Lucky Clip Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2742,86400; ">
-},
-{
- Id: 13970
- AegisName: "Iron_10_Box"
- Name: "Iron Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 998,10; ">
-},
-{
- Id: 13971
- AegisName: "Steel_10_Box"
- Name: "Steel Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 999,10; ">
-},
-{
- Id: 13972
- AegisName: "Coal_10_Box"
- Name: "Coal Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1003,10; ">
-},
-{
- Id: 13973
- AegisName: "Poison_Bottle_30_Box"
- Name: "Poison Bottle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,30; ">
-},
-{
- Id: 13974
- AegisName: "TW_Scroll01"
- Name: "Fisherman Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13975
- AegisName: "Picture_Diary_Box"
- Name: "Diary Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12304,604800; ">
-},
-{
- Id: 13976
- AegisName: "Mini_Heart_Box"
- Name: "Mini Heart Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12305,604800; ">
-},
-{
- Id: 13977
- AegisName: "Newcomer_Box"
- Name: "Freshman Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12306,604800; ">
-},
-{
- Id: 13978
- AegisName: "Kid_Box"
- Name: "Kid Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12307,604800; ">
-},
-{
- Id: 13979
- AegisName: "Magic_Castle_Box"
- Name: "Magic Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12308,604800; ">
-},
-{
- Id: 13980
- AegisName: "Bulging_Head_Box"
- Name: "JJangu Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12309,604800; ">
-},
-{
- Id: 13981
- AegisName: "Picture_Diary_Box_1m"
- Name: "Diary Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12304,2592000; ">
-},
-{
- Id: 13982
- AegisName: "Mini_Heart_Box_1m"
- Name: "Mini Heart Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12305,2592000; ">
-},
-{
- Id: 13983
- AegisName: "Newcomer_Box_1m"
- Name: "Freshman Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12306,2592000; ">
-},
-{
- Id: 13984
- AegisName: "Kid_Box_1m"
- Name: "Kid Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12307,2592000; ">
-},
-{
- Id: 13985
- AegisName: "Magic_Castle_Box_1m"
- Name: "Magic Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12308,2592000; ">
-},
-{
- Id: 13986
- AegisName: "Bulging_Head_Box_1m"
- Name: "JJangu Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12309,2592000; ">
-},
-{
- Id: 13987
- AegisName: "Ori_Stone_5_Box"
- Name: "Rough Oridecon Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 756,5; ">
-},
-{
- Id: 13988
- AegisName: "Ori_Stone_50_Box"
- Name: "Rough Oridecon Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 756,50; ">
-},
-{
- Id: 13989
- AegisName: "Acidbomb_10_Box"
- Name: "Acid Bomb Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 7135,10;
- getitem 7136,10;
- ">
-},
-{
- Id: 13990
- AegisName: "Job_Manual50_Box"
- Name: "Job Battle Manual 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14592,10; ">
-},
-{
- Id: 13991
- AegisName: "Tiger_Mask_Box"
- Name: "Tiger Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5098,1; ">
-},
-{
- Id: 13992
- AegisName: "Cat_Hat_Box"
- Name: "Neko Mimi Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5099,1; ">
-},
-{
- Id: 13993
- AegisName: "Alice_Doll_Box"
- Name: "Alice Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5137,1; ">
-},
-{
- Id: 13994
- AegisName: "Speed_Up_Potion_Box5"
- Name: "Speed Potion Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12016,5; ">
-},
-{
- Id: 13995
- AegisName: "Speed_Up_Potion_Box10"
- Name: "Speed Potion Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12016,10; ">
-},
-{
- Id: 13996
- AegisName: "Big_Bun_Box100"
- Name: "Big Bun Box(100)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14522,100; ">
-},
-{
- Id: 13997
- AegisName: "Big_Bun_Box500"
- Name: "Big Bun Box(500)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14522,500; ">
-},
-{
- Id: 13998
- AegisName: "Giant_Fly_Wing_Box500"
- Name: "Giant Fly Wing Box 500"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,500; ">
-},
-{
- Id: 13999
- AegisName: "Pill__Box100"
- Name: "Pill Box(100)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14523,100; ">
-},
-{
- Id: 14000
- AegisName: "Pill__Box500"
- Name: "Pill Box(500)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14523,500; ">
-},
-{
- Id: 14001
- AegisName: "Basic_Siege_Supply_Box"
- Name: "Recruit Siege Supply Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 11503,25;
- getitem 11504,10;
- ">
-},
-{
- Id: 14002
- AegisName: "Adv_Siege_Supply_Box"
- Name: "Advanced WoE Supply Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 11503,50;
- getitem 11504,20;
- ">
-},
-{
- Id: 14003
- AegisName: "Elite_Siege_Supply_Box"
- Name: "Elite Siege Supply Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 11503,100;
- getitem 11504,50;
- ">
-},
-{
- Id: 14004
- AegisName: "Poison_Bottle_10_Box"
- Name: "Poison Bottle Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,10; ">
-},
-{
- Id: 14005
- AegisName: "Poison_Bottle_5_Box"
- Name: "Poison Bottle Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,5; ">
-},
-{
- Id: 14006
- AegisName: "F_Drooping_W_Kitty_Box"
- Name: "Evolved Drooping Cat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5372,1; ">
-},
-{
- Id: 14007
- AegisName: "F_Rabbit_Ear_Hat_Box"
- Name: "Evolved Rabbits Headband Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5378,1; ">
-},
-{
- Id: 14008
- AegisName: "F_L_Orc_Hero_Helm_Box"
- Name: "Evolved Helmet Of Orc Hero Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5375,1; ">
-},
-{
- Id: 14009
- AegisName: "F_Love_Angel_Box"
- Name: "Love Angel Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12287,604800; ">
-},
-{
- Id: 14010
- AegisName: "F_Squirrel_Box"
- Name: "Squillroll Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12288,604800; ">
-},
-{
- Id: 14011
- AegisName: "F_Gogo_Box"
- Name: "Gogo Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12289,604800; ">
-},
-{
- Id: 14012
- AegisName: "F_Love_Angel_Box_1m"
- Name: "Love Angel Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13915,2592000; ">
-},
-{
- Id: 14013
- AegisName: "F_Squirrel_Box_1m"
- Name: "Squillroll Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13916,2592000; ">
-},
-{
- Id: 14014
- AegisName: "F_Gogo_Box_1m"
- Name: "Gogo Magic Powder Box 30 Days"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13917,2592000; ">
-},
-{
- Id: 14015
- AegisName: "F_Wasteland_Outlaw_Box"
- Name: "Western Outlaw Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13107,604800; ">
-},
-{
- Id: 14016
- AegisName: "F_Lever_Action_Rifle_Box"
- Name: "Lever Action Rifle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13170,604800; ">
-},
-{
- Id: 14017
- AegisName: "F_All_In_One_Ring_Box"
- Name: "All In One Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2741,604800; ">
-},
-{
- Id: 14018
- AegisName: "F_Spritual_Tunic_Box"
- Name: "Spiritual Tunic Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2384,604800; ">
-},
-{
- Id: 14019
- AegisName: "F_Recuperative_Box"
- Name: "Recuvative Armor Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2385,604800; ">
-},
-{
- Id: 14020
- AegisName: "F_Shelter_Resist_Box"
- Name: "Shell Of Resistance Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2132,604800; ">
-},
-{
- Id: 14021
- AegisName: "F_Sylphid_Manteau_Box"
- Name: "Silf Manteau Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2543,604800; ">
-},
-{
- Id: 14022
- AegisName: "F_Refresh_Shoes_Box"
- Name: "Refresh Shoes Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2439,604800; ">
-},
-{
- Id: 14023
- AegisName: "F_Toast_Box"
- Name: "Crunch Toast Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5391,604800; ">
-},
-{
- Id: 14024
- AegisName: "F_Robo_Eye_Box"
- Name: "Robo Eye Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5325,1; ">
-},
-{
- Id: 14025
- AegisName: "F_Twin_Ribbon_Box"
- Name: "Maiden's Twin Ribbon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5187,1; ">
-},
-{
- Id: 14026
- AegisName: "F_Diadem_Box"
- Name: "Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5313,1; ">
-},
-{
- Id: 14027
- AegisName: "F_Fish_Head_Hat_Box"
- Name: "Fish Head Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5380,1; ">
-},
-{
- Id: 14028
- AegisName: "F_Santa_Poring_Hat_Box"
- Name: "SantaPoring Cap Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5381,1; ">
-},
-{
- Id: 14029
- AegisName: "F_Bell_Ribbon_Box"
- Name: "Bell Ribbon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5382,1; ">
-},
-{
- Id: 14030
- AegisName: "F_Mimic_Scroll_Box5"
- Name: "Mimic Summoning Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12276,5; ">
-},
-{
- Id: 14031
- AegisName: "F_Disguise_Scroll_Box5"
- Name: "Disguise Summoning Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12277,5; ">
-},
-{
- Id: 14032
- AegisName: "F_Alice_Scroll_Box5"
- Name: "Alice Summoning Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12278,5; ">
-},
-{
- Id: 14033
- AegisName: "F_Mimic_Scroll_Box10"
- Name: "Mimic Summoning Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12276,10; ">
-},
-{
- Id: 14034
- AegisName: "F_Disguise_Scroll_Box10"
- Name: "Disguise Summoning Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12277,10; ">
-},
-{
- Id: 14035
- AegisName: "F_Alice_Scroll_Box10"
- Name: "Alice Summoning Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12278,10; ">
-},
-{
- Id: 14036
- AegisName: "F_New_Style_Coupon_Box"
- Name: "New Style Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7622,1; ">
-},
-{
- Id: 14037
- AegisName: "F_Repair_Scroll_Box"
- Name: "Safe to All Pack"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14521,5;
- getitem 1002,5;
- getitem 998,5;
- getitem 756,5;
- getitem 999,5;
- ">
-},
-{
- Id: 14038
- AegisName: "F_Repair_Scroll_Box10"
- Name: "Repair Weapon Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14521,10;
- getitem 1002,10;
- getitem 998,10;
- getitem 756,10;
- getitem 999,10;
- ">
-},
-{
- Id: 14039
- AegisName: "F_Hockey_Mask_Box"
- Name: "Hockey Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5314,604800; ">
-},
-{
- Id: 14040
- AegisName: "F_Observer_Box"
- Name: "Observer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5315,604800; ">
-},
-{
- Id: 14041
- AegisName: "F_WOB_Rune_Box5"
- Name: "Yellow Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14582,5; ">
-},
-{
- Id: 14042
- AegisName: "F_WOB_Rune_Box10"
- Name: "Yellow Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14582,10; ">
-},
-{
- Id: 14043
- AegisName: "F_WOB_Schwaltz_Box5"
- Name: "Green Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14583,5; ">
-},
-{
- Id: 14044
- AegisName: "F_WOB_Schwaltz_Box10"
- Name: "Green Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14583,10; ">
-},
-{
- Id: 14045
- AegisName: "F_WOB_Rachel_Box5"
- Name: "Red Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14584,5; ">
-},
-{
- Id: 14046
- AegisName: "F_WOB_Rachel_Box10"
- Name: "Red Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14584,10; ">
-},
-{
- Id: 14047
- AegisName: "F_WOB_Local_Box5"
- Name: "Blue Butterfly Wing Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14585,5; ">
-},
-{
- Id: 14048
- AegisName: "F_WOB_Local_Box10"
- Name: "Blue Butterfly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14585,10; ">
-},
-{
- Id: 14049
- AegisName: "F_Spark_Candy_Box5"
- Name: "Candy Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14586,5; ">
-},
-{
- Id: 14050
- AegisName: "F_Spark_Candy_Box10"
- Name: "Candy Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14586,10; ">
-},
-{
- Id: 14051
- AegisName: "F_Dun_Tel_Scroll2_Box5"
- Name: "Dungeon Teleport Scroll II Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14581,5; ">
-},
-{
- Id: 14052
- AegisName: "F_Dun_Tel_Scroll2_Box10"
- Name: "Dungeon Teleport Scroll II Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14581,10; ">
-},
-{
- Id: 14053
- AegisName: "F_Little_Angel_Doll_Box"
- Name: "Little Angel Doll Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5324,1; ">
-},
-{
- Id: 14054
- AegisName: "F_Triple_Poring_Hat_Box"
- Name: "Poring 3 Hats Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5255,1; ">
-},
-{
- Id: 14055
- AegisName: "F_Nagan_Box"
- Name: "Refined Nagan Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13407,604800; ">
-},
-{
- Id: 14056
- AegisName: "F_Skewer_Box"
- Name: "Refined Brocca Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1424,604800; ">
-},
-{
- Id: 14057
- AegisName: "F_Survival_Rod_Box"
- Name: "Refined Survivor's Rod Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1628,604800; ">
-},
-{
- Id: 14058
- AegisName: "F_Quadrille_Box"
- Name: "Refined Quadrille Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1537,604800; ">
-},
-{
- Id: 14059
- AegisName: "F_Great_Axe_Box"
- Name: "Refined Great Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1378,604800; ">
-},
-{
- Id: 14060
- AegisName: "F_Bloody_Roar_Box"
- Name: "Refined Bloody Roar Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1273,604800; ">
-},
-{
- Id: 14061
- AegisName: "F_Hardback_Box"
- Name: "Refined Hardcover Book Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1567,604800; ">
-},
-{
- Id: 14062
- AegisName: "F_Fire_Brand_Box"
- Name: "Refined Fireblend Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13408,604800; ">
-},
-{
- Id: 14063
- AegisName: "F_Immaterial_Sword_Box"
- Name: "Refined Immaterial Sword Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13409,604800; ">
-},
-{
- Id: 14064
- AegisName: "F_Unholy_Touch_Box"
- Name: "Refined Unholy Touch Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1274,604800; ">
-},
-{
- Id: 14065
- AegisName: "F_Clack_Of_Servival_Box"
- Name: "Refined Survivor's Manteau Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2535,1209600; ">
-},
-{
- Id: 14066
- AegisName: "F_Masquerade_Box"
- Name: "Refined Masquerade Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5326,1209600; ">
-},
-{
- Id: 14067
- AegisName: "F_Orc_Hero_Helm_Box"
- Name: "Refined Helmet of Orc Hero Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5327,1209600; ">
-},
-{
- Id: 14068
- AegisName: "F_Ear_Of_Devil_Wing_Box"
- Name: "Refined Wing of Diablo Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5328,1209600; ">
-},
-{
- Id: 14069
- AegisName: "F_Dark_Blindfold_Box"
- Name: "Refined Dark Blinder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5329,1209600; ">
-},
-{
- Id: 14070
- AegisName: "F_K_Drooping_Kitty_Box"
- Name: "Refined Drooping Cat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5330,1209600; ">
-},
-{
- Id: 14071
- AegisName: "F_Corsair_Box"
- Name: "Refined Corsair Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5331,1209600; ">
-},
-{
- Id: 14072
- AegisName: "F_Bloody_Iron_Ball_Box"
- Name: "Refined Bloodied Shackle Ball Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2710,604800; ">
-},
-{
- Id: 14073
- AegisName: "F_Spiritual_Ring_Box"
- Name: "Refined Spiritual Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2711,604800; ">
-},
-{
- Id: 14074
- AegisName: "F_G_O_I_Box5"
- Name: "Wine Glass of Illusion Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14538,5; ">
-},
-{
- Id: 14075
- AegisName: "F_G_O_I_Box10"
- Name: "Glass Of Illusion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14538,10; ">
-},
-{
- Id: 14076
- AegisName: "F_Shadow_Armor_S_Box5"
- Name: "Scroll of Shadow Armor Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,5; ">
-},
-{
- Id: 14077
- AegisName: "F_Shadow_Armor_S_Box10"
- Name: "Scroll of Shadow Armor Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,10; ">
-},
-{
- Id: 14078
- AegisName: "F_Shadow_Armor_S_Box30"
- Name: "Scroll of Shadow Armor Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,30; ">
-},
-{
- Id: 14079
- AegisName: "F_Holy_Armor_S_Box5"
- Name: "Scroll of Holy Armor Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,5; ">
-},
-{
- Id: 14080
- AegisName: "F_Holy_Armor_S_Box10"
- Name: "Scroll of Holy Armor Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,10; ">
-},
-{
- Id: 14081
- AegisName: "F_Holy_Armor_S_Box30"
- Name: "Scroll of Holy Armor Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,30; ">
-},
-{
- Id: 14082
- AegisName: "FS_Def_Potion_Box10"
- Name: "Small Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,10; ">
-},
-{
- Id: 14083
- AegisName: "FS_Def_Potion_Box30"
- Name: "Small Physical Defense Potion Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,30; ">
-},
-{
- Id: 14084
- AegisName: "FS_Def_Potion_Box50"
- Name: "Small Physical Defense Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,50; ">
-},
-{
- Id: 14085
- AegisName: "FB_Def_Potion_Box10"
- Name: "Big Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,10; ">
-},
-{
- Id: 14086
- AegisName: "FB_Def_Potion_Box30"
- Name: "Large Physical Defense Potion Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,30; ">
-},
-{
- Id: 14087
- AegisName: "FB_Def_Potion_Box50"
- Name: "Large Physical Defense Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,50; ">
-},
-{
- Id: 14088
- AegisName: "FS_Mdef_Potion_Box10"
- Name: "Small Magic Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,10; ">
-},
-{
- Id: 14089
- AegisName: "FS_Mdef_Potion_Box30"
- Name: "Small Magical Defense Potion Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,30; ">
-},
-{
- Id: 14090
- AegisName: "FS_Mdef_Potion_Box50"
- Name: "Small Magical Defense Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,50; ">
-},
-{
- Id: 14091
- AegisName: "FB_Mdef_Potion_Box10"
- Name: "Big Magic Defense Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,10; ">
-},
-{
- Id: 14092
- AegisName: "FB_Mdef_Potion_Box30"
- Name: "Large Magical Defense Potion Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,30; ">
-},
-{
- Id: 14093
- AegisName: "FB_Mdef_Potion_Box50"
- Name: "Large Magical Defense Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,50; ">
-},
-{
- Id: 14094
- AegisName: "F_Flying_Angel_Box"
- Name: "Flapping Angel Wing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5210,1; ">
-},
-{
- Id: 14095
- AegisName: "F_Cat_Hat_Box"
- Name: "Neko Mimi Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5099,1; ">
-},
-{
- Id: 14096
- AegisName: "F_M_F_H_Box"
- Name: "Moonlight Flower Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5214,1; ">
-},
-{
- Id: 14097
- AegisName: "F_Chick_Hat_Box"
- Name: "Chick Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5283,1; ">
-},
-{
- Id: 14098
- AegisName: "F_Pecopeco_Hairband_Box"
- Name: "Pecopeco Hairband Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5286,1209600; ">
-},
-{
- Id: 14099
- AegisName: "F_Red_Glasses_Box"
- Name: "Red Glasses Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5288,1209600; ">
-},
-{
- Id: 14100
- AegisName: "F_Whisper_Mask_Box"
- Name: "Whisper Mask Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5294,1209600; ">
-},
-{
- Id: 14101
- AegisName: "F_Ramen_Hat_Box"
- Name: "Ramen Hat Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5293,1209600; ">
-},
-{
- Id: 14102
- AegisName: "F_Dun_Tele_Scroll1_Box"
- Name: "Dungeon Teleport Scroll Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14527,5; ">
-},
-{
- Id: 14103
- AegisName: "F_Max_Weight_Up_Box"
- Name: "Gym Membership Card Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7776,1; ">
-},
-{
- Id: 14104
- AegisName: "F_S_Life_Potion_Box"
- Name: "Small Life Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,10; ">
-},
-{
- Id: 14105
- AegisName: "F_S_Life_Potion_Box30"
- Name: "Small Life Potion Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,30; ">
-},
-{
- Id: 14106
- AegisName: "F_S_Life_Potion_Box50"
- Name: "Small Life Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,50; ">
-},
-{
- Id: 14107
- AegisName: "F_M_Life_Potion_Box"
- Name: "Medium Life Potion 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,10; ">
-},
-{
- Id: 14108
- AegisName: "F_M_Life_Potion_Box30"
- Name: "Large Life Potion Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,30; ">
-},
-{
- Id: 14109
- AegisName: "F_M_Life_Potion_Box50"
- Name: "Large Life Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,50; ">
-},
-{
- Id: 14110
- AegisName: "F_Abrasive_Box5"
- Name: "Abrasive Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14536,5; ">
-},
-{
- Id: 14111
- AegisName: "F_Abrasive_Box10"
- Name: "Abrasive 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14536,10; ">
-},
-{
- Id: 14112
- AegisName: "F_Regeneration_Box5"
- Name: "Regeneration Potion 5 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14537,5; ">
-},
-{
- Id: 14113
- AegisName: "F_Regeneration_Box10"
- Name: "Regeneration Potion Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14537,10; ">
-},
-{
- Id: 14114
- AegisName: "F_Dun_Tele_Scroll_Box10"
- Name: "Dungeon Teleport Scroll 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14527,10; ">
-},
-{
- Id: 14115
- AegisName: "F_Infiltrator_Box"
- Name: "Refined Infiltrator Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1267,604800; ">
-},
-{
- Id: 14116
- AegisName: "F_Muramasa_Box"
- Name: "Refined Muramasa Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1173,604800; ">
-},
-{
- Id: 14117
- AegisName: "F_Excalibur_Box"
- Name: "Refined Excalibur Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13401,604800; ">
-},
-{
- Id: 14118
- AegisName: "F_Combat_Knife_Box"
- Name: "Combat Knife Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13021,604800; ">
-},
-{
- Id: 14119
- AegisName: "F_Counter_Dagger_Box"
- Name: "Counter Dagger Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13022,604800; ">
-},
-{
- Id: 14120
- AegisName: "F_Kaiser_Knuckle_Box"
- Name: "Refined Kaiser Knuckle Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1817,604800; ">
-},
-{
- Id: 14121
- AegisName: "F_Mighty_Staff_Box"
- Name: "Refined Mighty Staff Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1623,604800; ">
-},
-{
- Id: 14122
- AegisName: "F_Right_Epsilon_Box"
- Name: "Light Epsilon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1372,604800; ">
-},
-{
- Id: 14123
- AegisName: "F_Balistar_Box"
- Name: "Refined Ballista Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1728,604800; ">
-},
-{
- Id: 14124
- AegisName: "F_Diary_Of_Great_Sage"
- Name: "Refined Sage's Diary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1563,604800; ">
-},
-{
- Id: 14125
- AegisName: "F_Asura_Box"
- Name: "Refined Ashura Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13023,604800; ">
-},
-{
- Id: 14126
- AegisName: "F_Apple_Of_Archer_Box"
- Name: "Refined Apple of Archer Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5265,1209600; ">
-},
-{
- Id: 14127
- AegisName: "F_Bunny_Band_Box"
- Name: "Refined Bunny Band Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5266,1209600; ">
-},
-{
- Id: 14128
- AegisName: "F_Sahkkat_Box"
- Name: "Refined Sakkat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5267,1209600; ">
-},
-{
- Id: 14129
- AegisName: "F_Lord_Circlet_Box"
- Name: "Refined Grand Circlet Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5268,1209600; ">
-},
-{
- Id: 14130
- AegisName: "F_Elven_Ears_Box"
- Name: "Refined Elven Ears Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2686,1209600; ">
-},
-{
- Id: 14131
- AegisName: "F_Steel_Flower_Box"
- Name: "Refined Romantic Flower Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2687,1209600; ">
-},
-{
- Id: 14132
- AegisName: "F_Critical_Ring_Box"
- Name: "Refined Critical Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2688,604800; ">
-},
-{
- Id: 14133
- AegisName: "F_Earring_Box"
- Name: "Refined Earring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2689,604800; ">
-},
-{
- Id: 14134
- AegisName: "F_Ring_Box"
- Name: "Refined Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2690,604800; ">
-},
-{
- Id: 14135
- AegisName: "F_Necklace_Box"
- Name: "Refined Necklace Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2691,604800; ">
-},
-{
- Id: 14136
- AegisName: "F_Glove_Box"
- Name: "Refined Glove Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2692,604800; ">
-},
-{
- Id: 14137
- AegisName: "F_Brooch_Box"
- Name: "Refined Brooch Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2693,604800; ">
-},
-{
- Id: 14138
- AegisName: "F_Rosary_Box"
- Name: "Refined Rosary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2694,604800; ">
-},
-{
- Id: 14139
- AegisName: "F_Safety_Ring_Box"
- Name: "Refined Safety Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2695,604800; ">
-},
-{
- Id: 14140
- AegisName: "F_Vesper_Core_Box01"
- Name: "Refined Vesper Core 01 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2696,604800; ">
-},
-{
- Id: 14141
- AegisName: "F_Vesper_Core_Box02"
- Name: "Refined Vesper Core 02 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2697,604800; ">
-},
-{
- Id: 14142
- AegisName: "F_Vesper_Core_Box03"
- Name: "Refined Vesper Core 03 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2698,604800; ">
-},
-{
- Id: 14143
- AegisName: "F_Vesper_Core_Box04"
- Name: "Refined Vesper Core 04 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2699,604800; ">
-},
-{
- Id: 14144
- AegisName: "F_Vigorgra_Package1"
- Name: "1 Hour Package Vol. 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14145
- AegisName: "F_Vigorgra_Package2"
- Name: "1 Hour Package Vol. 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14146
- AegisName: "F_Vigorgra_Package3"
- Name: "1 Hour Package Vol. 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12253,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14147
- AegisName: "F_Vigorgra_Package4"
- Name: "1 Hour Package Vol. 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14148
- AegisName: "F_Vigorgra_Package5"
- Name: "1 Hour Package Vol. 5"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12250,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14149
- AegisName: "F_Vigorgra_Package6"
- Name: "1 Hour Package Vol. 6"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12217,20;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14150
- AegisName: "F_Vigorgra_Package7"
- Name: "2 Hour Package Vol. 1"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14151
- AegisName: "F_Vigorgra_Package8"
- Name: "2 Hour Package Vol. 2"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14152
- AegisName: "F_Vigorgra_Package9"
- Name: "2 Hour Package Vol. 3"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12253,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14153
- AegisName: "F_Vigorgra_Package10"
- Name: "2 Hour Package Vol. 4"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14154
- AegisName: "F_Vigorgra_Package11"
- Name: "2 Hour Package Vol. 5"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12250,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14155
- AegisName: "F_Vigorgra_Package12"
- Name: "2 Hour Package Vol. 6"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12217,40;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14156
- AegisName: "F_Battle_Manual_Box"
- Name: "Field Manual Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,10; ">
-},
-{
- Id: 14157
- AegisName: "F_Insurance_Package"
- Name: "Life Insurrance Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,10; ">
-},
-{
- Id: 14158
- AegisName: "F_Bubble_Gum_Box"
- Name: "Bubble Gum Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,10; ">
-},
-{
- Id: 14159
- AegisName: "F_Str_Dish_Box"
- Name: "Steamed Tongue Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,10; ">
-},
-{
- Id: 14160
- AegisName: "F_Agi_Dish_Box"
- Name: "Steamed Desert Scorpions Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,10; ">
-},
-{
- Id: 14161
- AegisName: "F_Int_Dish_Box"
- Name: "Dragon Breath Cocktail Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,10; ">
-},
-{
- Id: 14162
- AegisName: "F_Dex_Dish_Box"
- Name: "Hwergelmir's Tonic Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,10; ">
-},
-{
- Id: 14163
- AegisName: "F_Luk_Dish_Box"
- Name: "Cooked Nine Tail Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,10; ">
-},
-{
- Id: 14164
- AegisName: "F_Vit_Dish_Box"
- Name: "Immortal Stew Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,10; ">
-},
-{
- Id: 14165
- AegisName: "F_Kafra_Card_Box"
- Name: "Kafra Card Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,10; ">
-},
-{
- Id: 14166
- AegisName: "F_Giant_Fly_Wing_Box"
- Name: "Giant Fly Wing Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,10; ">
-},
-{
- Id: 14167
- AegisName: "F_Neuralizer_Box"
- Name: "Neuralizer Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12213,1; ">
-},
-{
- Id: 14168
- AegisName: "F_Convex_Mirror_Box"
- Name: "Convex Mirror Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,10; ">
-},
-{
- Id: 14169
- AegisName: "F_Blessing_10_Scroll_Box"
- Name: "Blessing Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,10; ">
-},
-{
- Id: 14170
- AegisName: "F_Inc_Agi_10_Scroll_Box"
- Name: "Increase Agility Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,10; ">
-},
-{
- Id: 14171
- AegisName: "F_Aspersio_5_Scroll_Box"
- Name: "Aspersio Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12217,10;
- getitem 523,10;
- ">
-},
-{
- Id: 14172
- AegisName: "F_Assumptio_5_Scroll_Box"
- Name: "Assumptio Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,10; ">
-},
-{
- Id: 14173
- AegisName: "F_Wind_Walk_10_Scroll_Box"
- Name: "Wind Walk Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,10; ">
-},
-{
- Id: 14174
- AegisName: "F_Adrenaline_Scroll_Box"
- Name: "Adrenaline Rush Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,10; ">
-},
-{
- Id: 14175
- AegisName: "F_Megaphone_Box"
- Name: "Megaphone Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,10; ">
-},
-{
- Id: 14176
- AegisName: "F_Enriched_Elunium_Box"
- Name: "Enriched Elunium Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,10; ">
-},
-{
- Id: 14177
- AegisName: "F_Enriched_Oridecon_Box"
- Name: "Enriched Oridecon Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,10; ">
-},
-{
- Id: 14178
- AegisName: "F_Token_Of_Siegfried_Box"
- Name: "Token of Ziegfried Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,10; ">
-},
-{
- Id: 14179
- AegisName: "F_Giant_Fly_Wing_Box50"
- Name: "Giant Fly Wing Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,50; ">
-},
-{
- Id: 14180
- AegisName: "F_Giant_Fly_Wing_Box100"
- Name: "Giant Fly Wing Box(100)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,100; ">
-},
-{
- Id: 14181
- AegisName: "F_Dex_Dish_Box30"
- Name: "Hwergelmir's Tonic Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,30; ">
-},
-{
- Id: 14182
- AegisName: "F_Dex_Dish_Box50"
- Name: "Hwergelmir's Tonic Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,50; ">
-},
-{
- Id: 14183
- AegisName: "F_Luk_Dish_Box30"
- Name: "Cooked Nine Tail Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,30; ">
-},
-{
- Id: 14184
- AegisName: "F_Luk_Dish_Box50"
- Name: "Cooked Nine Tail Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,50; ">
-},
-{
- Id: 14185
- AegisName: "F_Inc_Agi_10_Box30"
- Name: "Increase Agility Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,30; ">
-},
-{
- Id: 14186
- AegisName: "F_Inc_Agi_10_Box50"
- Name: "Increase Agility Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,50; ">
-},
-{
- Id: 14187
- AegisName: "F_Vit_Dish_Box30"
- Name: "Immortal Stew Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,30; ">
-},
-{
- Id: 14188
- AegisName: "F_Vit_Dish_Box50"
- Name: "Immortal Stew Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,50; ">
-},
-{
- Id: 14189
- AegisName: "F_Insurance_Package30"
- Name: "Life Insurrance Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,30; ">
-},
-{
- Id: 14190
- AegisName: "F_Insurance_Package50"
- Name: "Life Insurrance Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,50; ">
-},
-{
- Id: 14191
- AegisName: "F_Convex_Mirror_Box5"
- Name: "Convex Mirror Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,5; ">
-},
-{
- Id: 14192
- AegisName: "F_Convex_Mirror_Box30"
- Name: "Convex Mirror Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,30; ">
-},
-{
- Id: 14193
- AegisName: "F_Blessing10_Box30"
- Name: "Blessing Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,30; ">
-},
-{
- Id: 14194
- AegisName: "F_Blessing10_Box50"
- Name: "Blessing Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,50; ">
-},
-{
- Id: 14195
- AegisName: "F_Adrenaline10_Box30"
- Name: "Adrenaline Rush Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,30; ">
-},
-{
- Id: 14196
- AegisName: "F_Adrenaline10_Box50"
- Name: "Adrenaline Rush Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,50; ">
-},
-{
- Id: 14197
- AegisName: "F_Assumptio_5_Box30"
- Name: "Assumptio Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,30; ">
-},
-{
- Id: 14198
- AegisName: "F_Assumptio_5_Box50"
- Name: "Assumptio Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,50; ">
-},
-{
- Id: 14199
- AegisName: "F_Aspersio_5_Box30"
- Name: "Aspersio Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12217,30;
- getitem 523,30;
- ">
-},
-{
- Id: 14200
- AegisName: "F_Aspersio_5_Box50"
- Name: "Aspersio Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12217,50;
- getitem 523,50;
- ">
-},
-{
- Id: 14201
- AegisName: "F_Agi_Dish_Box30"
- Name: "Steamed Desert Scorpions Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,30; ">
-},
-{
- Id: 14202
- AegisName: "F_Agi_Dish_Box50"
- Name: "Steamed Desert Scorpions Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,50; ">
-},
-{
- Id: 14203
- AegisName: "F_Wind_Walk10_Box30"
- Name: "Wind Walk Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,30; ">
-},
-{
- Id: 14204
- AegisName: "F_Wind_Walk10_Box50"
- Name: "Wind Walk Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,50; ">
-},
-{
- Id: 14205
- AegisName: "F_Int_Dish_Box30"
- Name: "Dragon Breath Cocktail Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,30; ">
-},
-{
- Id: 14206
- AegisName: "F_Int_Dish_Box50"
- Name: "Dragon Breath Cocktail Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,50; ">
-},
-{
- Id: 14207
- AegisName: "F_Battle_Manual_Box1"
- Name: "Field Manual Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,1; ">
-},
-{
- Id: 14208
- AegisName: "F_Battle_Manual_Box5"
- Name: "Field Manual Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,5; ">
-},
-{
- Id: 14209
- AegisName: "F_Siegfried_Box5"
- Name: "Token of Ziegfried Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,5; ">
-},
-{
- Id: 14210
- AegisName: "F_Siegfried_Box20"
- Name: "Token of Ziegfried Box(20)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,20; ">
-},
-{
- Id: 14211
- AegisName: "F_Kafra_Card_Box30"
- Name: "Kafra Card Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,30; ">
-},
-{
- Id: 14212
- AegisName: "F_Kafra_Card_Box50"
- Name: "Kafra Card Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,50; ">
-},
-{
- Id: 14213
- AegisName: "F_Str_Dish_Box30"
- Name: "Steamed Tongue Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,30; ">
-},
-{
- Id: 14214
- AegisName: "F_Str_Dish_Box50"
- Name: "Steamed Tongue Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,50; ">
-},
-{
- Id: 14215
- AegisName: "F_Bubble_Gum_Box1"
- Name: "Bubble Gum Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,1; ">
-},
-{
- Id: 14216
- AegisName: "F_Bubble_Gum_Box5"
- Name: "Bubble Gum Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,5; ">
-},
-{
- Id: 14217
- AegisName: "F_Megaphone_Box1"
- Name: "Megaphone Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,1; ">
-},
-{
- Id: 14218
- AegisName: "F_Megaphone_Box5"
- Name: "Megaphone Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,5; ">
-},
-{
- Id: 14219
- AegisName: "F_Enriched_Elunium_Box5"
- Name: "Enriched Elunium Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,5; ">
-},
-{
- Id: 14220
- AegisName: "FEnriched_Oridecon_Box5"
- Name: "Enriched Oridecon Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,5; ">
-},
-{
- Id: 14221
- AegisName: "MP_Scroll_Box"
- Name: "Mystical Amplification Scroll(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,10; ">
-},
-{
- Id: 14222
- AegisName: "MP_Scroll_Box30"
- Name: "Mystical Amplification Scroll(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,30; ">
-},
-{
- Id: 14223
- AegisName: "MP_Scroll_Box50"
- Name: "Mystical Amplification Scroll(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,50; ">
-},
-{
- Id: 14224
- AegisName: "Quagmire_Scroll_Box"
- Name: "Quagmire Scroll Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,10; ">
-},
-{
- Id: 14225
- AegisName: "Quagmire_Scroll_Box30"
- Name: "Quagmire Scroll Box(30)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,30; ">
-},
-{
- Id: 14226
- AegisName: "Quagmire_Scroll_Box50"
- Name: "Quagmire Scroll Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,50; ">
-},
-{
- Id: 14227
- AegisName: "Healing_Staff_Box"
- Name: "Staff of Healing Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1638,604800; ">
-},
-{
- Id: 14228
- AegisName: "Praxinus_Box"
- Name: "Praccsinos Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2752,604800; ">
-},
-{
- Id: 14229
- AegisName: "Cherry_Blossom_Scroll"
- Name: "Cherry Blossoms Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14230
- AegisName: "Note_Headphones_Box"
- Name: "Note Headphones Box"
- Type: 18
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5151,1; ">
-},
-{
- Id: 14231
- AegisName: "Novice_Breastplate_Boxes"
- Name: "Novice Breastplate Boxes"
- Type: 18
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14232
- AegisName: "Yggdrasilberry_Box_"
- Name: "Yggdrasil Berry Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 607,10; ">
-},
-{
- Id: 14233
- AegisName: "Dead_Tree_Branch_Box1"
- Name: "Dead Branch Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 604,10; ">
-},
-{
- Id: 14234
- AegisName: "Dead_Tree_Branch_Box2"
- Name: "Dead Branch Box(25)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 604,25; ">
-},
-{
- Id: 14235
- AegisName: "Field_Manual_Box_2"
- Name: "Field Manual 2 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,2; ">
-},
-{
- Id: 14236
- AegisName: "Steamed_Tongue_Box_20"
- Name: "Steamed Tongue 20 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,20; ">
-},
-{
- Id: 14237
- AegisName: "Steamed_Desert_Scorpions_Box_20"
- Name: "Steamed Desert Scorpions Box(20)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,20; ">
-},
-{
- Id: 14238
- AegisName: "Stew_Of_Immortality_Box_20"
- Name: "Immortal Stew 20 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,20; ">
-},
-{
- Id: 14239
- AegisName: "Dragon_Breath_Cocktail_Box_20"
- Name: "Dragon Breath Cocktail 20 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,20; ">
-},
-{
- Id: 14240
- AegisName: "Hwergelmir's_Tonic_Box_20"
- Name: "Hwergelmir's Tonic 20 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,20; ">
-},
-{
- Id: 14241
- AegisName: "Nine_Tail_Dish_Box_20"
- Name: "Nine Tail Dish 20 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,20; ">
-},
-{
- Id: 14242
- AegisName: "Beholder_Ring_Box"
- Name: "Beholder Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2753,604800; ">
-},
-{
- Id: 14243
- AegisName: "Hallow_Ring_Box"
- Name: "Hallow Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2754,604800; ">
-},
-{
- Id: 14244
- AegisName: "Clamorous_Ring_Box"
- Name: "Clamorous Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2755,604800; ">
-},
-{
- Id: 14245
- AegisName: "Chemical_Ring_Box"
- Name: "Chemical Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2756,604800; ">
-},
-{
- Id: 14246
- AegisName: "Insecticide_Ring_Box"
- Name: "Insecticide Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2757,604800; ">
-},
-{
- Id: 14247
- AegisName: "Fisher_Ring_Box"
- Name: "Fisher Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2758,604800; ">
-},
-{
- Id: 14248
- AegisName: "Decussate_Ring_Box"
- Name: "Decussate Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2759,604800; ">
-},
-{
- Id: 14249
- AegisName: "Bloody_Ring_Box"
- Name: "Bloody Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2760,604800; ">
-},
-{
- Id: 14250
- AegisName: "Satanic_Ring_Box"
- Name: "Satanic Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2761,604800; ">
-},
-{
- Id: 14251
- AegisName: "Dragoon_Ring_Box"
- Name: "Dragon Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2762,604800; ">
-},
-{
- Id: 14252
- AegisName: "Beholder_Ring_Box2"
- Name: "Beholder Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2753,1296000; ">
-},
-{
- Id: 14253
- AegisName: "Hallow_Ring_Box2"
- Name: "Hallow Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2754,1296000; ">
-},
-{
- Id: 14254
- AegisName: "Clamorous_Ring_Box2"
- Name: "Clamorous Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2755,1296000; ">
-},
-{
- Id: 14255
- AegisName: "Chemical_Ring_Box2"
- Name: "Chemical Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2756,1296000; ">
-},
-{
- Id: 14256
- AegisName: "Insecticide_Ring_Box2"
- Name: "Insecticide Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2757,1296000; ">
-},
-{
- Id: 14257
- AegisName: "Fisher_Ring_Box2"
- Name: "Fisher Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2758,1296000; ">
-},
-{
- Id: 14258
- AegisName: "Decussate_Ring_Box2"
- Name: "Decussate Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2759,1296000; ">
-},
-{
- Id: 14259
- AegisName: "Bloody_Ring_Box2"
- Name: "Bloody Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2760,1296000; ">
-},
-{
- Id: 14260
- AegisName: "Satanic_Ring_Box2"
- Name: "Satanic Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2761,1296000; ">
-},
-{
- Id: 14261
- AegisName: "Dragoon_Ring_Box2"
- Name: "Dragon Ring Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2762,1296000; ">
-},
-{
- Id: 14262
- AegisName: "Diary_Magic_Powder_Box"
- Name: "Diary Magic Powder Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12304,604800; ">
-},
-{
- Id: 14263
- AegisName: "Mini_Heart_Magic_Powder_Box"
- Name: "Mini Heart Magic Powder Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12305,604800; ">
-},
-{
- Id: 14264
- AegisName: "Freshman_Magic_Powder_Box"
- Name: "Freshman Magic Powder Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12306,604800; ">
-},
-{
- Id: 14265
- AegisName: "Kid_Magic_Powder_Box"
- Name: "Kid Magic Powder Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12307,604800; ">
-},
-{
- Id: 14266
- AegisName: "Magic_Magic_Powder_Box"
- Name: "Magic Magic Powder Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12308,604800; ">
-},
-{
- Id: 14267
- AegisName: "JJangu_Magic_Powder_Box"
- Name: "JJangu Magic Powder Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12309,604800; ">
-},
-{
- Id: 14268
- AegisName: "Diary_Magic_Powder_Box4"
- Name: "Diary Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14269
- AegisName: "Mini_Heart_Magic_Powder_Box4"
- Name: "Mini_Heart_Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14270
- AegisName: "Freshman_Magic_Powder_Box4"
- Name: "Freshman Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14271
- AegisName: "Kid_Magic_Powder_Box4"
- Name: "Kid Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14272
- AegisName: "Magic_Magic_Powder_Box4"
- Name: "Magic Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14273
- AegisName: "JJangu_Magic_Powder_Box4"
- Name: "JJangu Magic Powder Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14274
- AegisName: "Amplification_10_Scroll_Box2"
- Name: "Mystical Amplification Scroll 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,10; ">
-},
-{
- Id: 14275
- AegisName: "Amplification_30_Scroll_Box2"
- Name: "Mystical Amplification Scroll 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,30; ">
-},
-{
- Id: 14276
- AegisName: "Amplification_50_Scroll_Box2"
- Name: "Mystical Amplification Scroll 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,50; ">
-},
-{
- Id: 14277
- AegisName: "Quagmire_10_Scroll_Box2"
- Name: "Quagmire Scroll 10 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,10; ">
-},
-{
- Id: 14278
- AegisName: "Quagmire_30_Scroll_Box2"
- Name: "Quagmire Scroll 30 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,30; ">
-},
-{
- Id: 14279
- AegisName: "Quagmire_50_Scroll_Box2"
- Name: "Quagmire Scroll 50 Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,50; ">
-},
-{
- Id: 14280
- AegisName: "Healing_Staff_Box2"
- Name: "Healing Staff Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1638,604800; ">
-},
-{
- Id: 14281
- AegisName: "Praccsinos_Box"
- Name: "Praccsinos_Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2752,604800; ">
-},
-{
- Id: 14282
- AegisName: "Emperium_Box"
- Name: "Emperium Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 714,1; ">
-},
-{
- Id: 14283
- AegisName: "Marriage_Covenant_Box"
- Name: "Marriage Certificate Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6026,1; ">
-},
-{
- Id: 14284
- AegisName: "Muffler_Box"
- Name: "Muffler Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2548,604800; ">
-},
-{
- Id: 14285
- AegisName: "Balkiriah_Shield_Box"
- Name: "Balkiriah Shield Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2137,604800; ">
-},
-{
- Id: 14286
- AegisName: "Skull_Ring_Box"
- Name: "Skull Ring Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2763,604800; ">
-},
-{
- Id: 14287
- AegisName: "Baricade_Repair_Kit"
- Name: "Barricade Repair Kit"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 1019,30;
- getitem 999,10;
- getitem 1011,10;
- getitem 984,5;
- ">
-},
-{
- Id: 14288
- AegisName: "Guardian_Stone_Repair_Kit"
- Name: "Guardian Stone Repair Kit"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 984,1;
- getitem 985,1;
- getitem 7049,30;
- getitem 717,5;
- getitem 716,5;
- getitem 715,5;
- ">
-},
-{
- Id: 14289
- AegisName: "Cloth_Dye_Coupon_Box"
- Name: "Clothing Dye Coupon Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6046,1; ">
-},
-{
- Id: 14290
- AegisName: "Cloth_Dye_Coupon2_Box"
- Name: "Clothing Dye Coupon Box II"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6047,1; ">
-},
-{
- Id: 14291
- AegisName: "Cloth_Dye_Coupon3_Box"
- Name: "Clothing Dye Coupon Box"
- Type: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6046,1; ">
-},
-{
- Id: 14292
- AegisName: "Cloth_Dye_Coupon4_Box"
- Name: "Clothing Dye Coupon Box II"
- Type: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6047,1; ">
-},
-{
- Id: 14293
- AegisName: "Mercenary_Contract_Box"
- Name: "Mercenary Contract Box"
- Type: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6050,1; ">
-},
-{
- Id: 14294
- AegisName: "Mercenary_Contract_Box5"
- Name: "Mercenary Contract Box 5ea"
- Type: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6050,5; ">
-},
-{
- Id: 14295
- AegisName: "Mercenary_Contract_Box10"
- Name: "Mercenary Contract Box 10ea"
- Type: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6050,10; ">
-},
-{
- Id: 14296
- AegisName: "Angel_Scroll"
- Name: "Angel Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14297
- AegisName: "Devil_Scroll"
- Name: "Devil Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14298
- AegisName: "Surprise_Scroll"
- Name: "Surprised Scroll"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14300
- AegisName: "Mask_Of_Ifrit_Box"
- Name: "Mask Of Ifrit Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5420,1; ">
-},
-{
- Id: 14301
- AegisName: "Ifrit's_Ear_Box"
- Name: "Ifrit's Ear Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5421,1; ">
-},
-{
- Id: 14304
- AegisName: "Scuba_Mask_Box"
- Name: "Scuba Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5397,1; ">
-},
-{
- Id: 14306
- AegisName: "RWC_Special_Scroll"
- Name: "RWC Special Scroll"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14307
- AegisName: "RWC_Limited_Scroll"
- Name: "RWC Limited Scroll"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14308
- AegisName: "Ardor_Scroll"
- Name: "Ardor Scroll"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14314
- AegisName: "PhreeoniS_Box"
- Name: "Phreeoni Scroll Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14597,10; ">
-},
-{
- Id: 14315
- AegisName: "GhostringS_Box"
- Name: "Ghostring Scroll Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14598,10; ">
-},
-{
- Id: 14316
- AegisName: "July7_Scroll"
- Name: "Love Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14317
- AegisName: "Bacsojin_Scroll"
- Name: "Bacsojin Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14343
- AegisName: "Spiked_Scarf_Box"
- Name: "Spiked Scarf Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5462,1; ">
-},
-{
- Id: 14344
- AegisName: "Rainbow_Scarf_Box"
- Name: "Rainbow Scarf Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5463,1; ">
-},
-{
- Id: 14345
- AegisName: "Animal_Scroll"
- Name: "Animal Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14349
- AegisName: "Mental_Potion20_Box"
- Name: "Mental Potion Box(20)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14600,20; ">
-},
-{
- Id: 14350
- AegisName: "Mental_Potion50_Box"
- Name: "Mental Potion Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14600,50; ">
-},
-{
- Id: 14351
- AegisName: "Tyr's_Blessing20_Box"
- Name: "Tyr's Blessing Box(20)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14601,20; ">
-},
-{
- Id: 14352
- AegisName: "Tyr's_Blessing50_Box"
- Name: "Tyr's Blessing Box(50)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14601,50; ">
-},
-{
- Id: 14361
- AegisName: "Orc_HeroS_Box"
- Name: "Orc Hero Scroll Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14604,10; ">
-},
-{
- Id: 14362
- AegisName: "Orc_LoadS_Box"
- Name: "Orc Lord Scroll Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14605,10; ">
-},
-{
- Id: 14363
- AegisName: "Heart_Scroll"
- Name: "Warm Heart Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14372
- AegisName: "Powder_Snow_Box"
- Name: "Snow Powder Box"
- Type: 18
- Buy: 20
- Script: <" getitem 12317,1; ">
-},
-{
- Id: 14375
- AegisName: "Holy_Celestial_Axe_Box"
- Name: "Holy Celestial Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 1383,1; ">
-},
-{
- Id: 14376
- AegisName: "Angeling_Pot_Box"
- Name: "Angeling Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 12350,10; ">
-},
-{
- Id: 14377
- AegisName: "Shout_Megaphone_Box"
- Name: "Scream Megaphone Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 12351,10; ">
-},
-{
- Id: 14379
- AegisName: "Love_Daddy_Box"
- Name: "Love Daddy Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5489,1; ">
-},
-{
- Id: 14380
- AegisName: "Anubis_Helm_Box"
- Name: "Anubis Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5490,1; ">
-},
-{
- Id: 14381
- AegisName: "Piercing_Box_M"
- Name: "Staff of Piercing Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1644,1; ">
-},
-{
- Id: 14382
- AegisName: "Lich_Bone_Box_M"
- Name: "Lich's Bone Wand Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1645,1; ">
-},
-{
- Id: 14383
- AegisName: "Long_Horn_Box_M"
- Name: "Long Horn Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1428,1; ">
-},
-{
- Id: 14384
- AegisName: "Hunting_Spear_Box_M"
- Name: "Hunting Spear Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1429,1; ">
-},
-{
- Id: 14385
- AegisName: "Death_Note_Box_M"
- Name: "Book of the Dead Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1579,1; ">
-},
-{
- Id: 14393
- AegisName: "Almighty_Charm_Box"
- Name: "Universal Amulet Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7945,1; ">
-},
-{
- Id: 14407
- AegisName: "Xmas_Scroll"
- Name: "Christmas Scroll"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14408
- AegisName: "New_Year_Scroll"
- Name: "Solar Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14438
- AegisName: "Honglyun's_Sword_Box"
- Name: "Honglyun's Sword Sword Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13420,1; ">
-},
-{
- Id: 14439
- AegisName: "Power_Of_Thor_Box"
- Name: "Power Of Thor Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5495,1; ">
-},
-{
- Id: 14440
- AegisName: "Dice_Hat_Box"
- Name: "Dice Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5496,1; ">
-},
-{
- Id: 14441
- AegisName: "King_Tiger_Doll_Hat_Box"
- Name: "King Tiger Doll Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5497,1; ">
-},
-{
- Id: 14442
- AegisName: "Wondering_Wolf_Helm_Box"
- Name: "Wandering Wolf Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5498,1; ">
-},
-{
- Id: 14443
- AegisName: "Pizza_Hat_Box"
- Name: "Pizza Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5499,1; ">
-},
-{
- Id: 14444
- AegisName: "Icecream_Hat_Box"
- Name: "Ice Cream Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5500,1; ">
-},
-{
- Id: 14447
- AegisName: "Pirate's_Pride_Box"
- Name: "Scallywag's Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5501,1; ">
-},
-{
- Id: 14448
- AegisName: "Necromencer's_Hood_Box"
- Name: "Necromancer Hood Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5502,1; ">
-},
-{
- Id: 14459
- AegisName: "Rabbit_Magic_Hat_Box"
- Name: "Magic Rabbit Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5503,1; ">
-},
-{
- Id: 14460
- AegisName: "China_Wedding_Veil_Box"
- Name: "RO 5th Wedding Anniversary Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5504,1; ">
-},
-{
- Id: 14461
- AegisName: "Asara_Fairy_Hat_Box"
- Name: "Ashura Fairy Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5505,1; ">
-},
-{
- Id: 14466
- AegisName: "Valentine_Pledge_Box"
- Name: "Valentine's Emblem Box"
- Type: 2
- Buy: 0
- Script: <" packageitem(); ">
-},
-{
- Id: 14469
- AegisName: "Ox_Tail_Scroll"
- Name: "Ox Tail Egg"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 14485
- AegisName: "Academy_Badge_Box"
- Name: "Academy Of Badge Box"
- Type: 18
- Buy: 20
- Script: <" getitem 2751,1; ">
-},
-{
- Id: 14486
- AegisName: "Academy_Fresh_Hat_Box"
- Name: "Academy Freshman Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5406,1; ">
-},
-{
- Id: 14487
- AegisName: "Academy_Gradu_Cap_Box"
- Name: "Academy Completion Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5407,1; ">
-},
-{
- Id: 14488
- AegisName: "Blue_Pajamas_Hat_Box"
- Name: "Blue Pajamas Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5506,1; ">
-},
-{
- Id: 14489
- AegisName: "Pink_Pajamas_Hat_Box"
- Name: "Pink Pajamas Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5507,1; ">
-},
-{
- Id: 14500
- AegisName: "Insurance60"
- Name: "Life Insurrance Certificate"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_DEATHPENALTY,3600000,0; ">
-},
-{
- Id: 14508
- AegisName: "Zeny_Scroll"
- Name: "Zeny Pet Egg Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14509
- AegisName: "Light_Center_Pot"
- Name: "Light Concentration Potion"
- Type: 2
- Buy: 800
- Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ATTHASTE_POTION1,1800000,0; ">
-},
-{
- Id: 14510
- AegisName: "Light_Awakening_Pot"
- Name: "Light Awakening Potion"
- Type: 2
- Buy: 1500
- Weight: 20
- Job: 0xFFF7FEEF
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ATTHASTE_POTION2,1800000,0; ">
-},
-{
- Id: 14511
- AegisName: "Light_Berserk_Pot"
- Name: "Light Berserk Potion"
- Type: 2
- Buy: 3000
- Weight: 20
- Job: 0x01E646A6
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ATTHASTE_POTION3,1800000,0; ">
-},
-{
- Id: 14512
- AegisName: "Meteor_10_Scroll"
- Name: "Meteor Storm Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill WZ_METEOR,10; ">
-},
-{
- Id: 14513
- AegisName: "Storm_10_Scroll"
- Name: "Storm Gust Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill WZ_STORMGUST,10; ">
-},
-{
- Id: 14514
- AegisName: "Vermilion_10_Scroll"
- Name: "Lord of Vermilion Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill WZ_VERMILION,10; ">
-},
-{
- Id: 14515
- AegisName: "Lex_Aeterna_Scroll"
- Name: "Lex Aeterna Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill PR_LEXAETERNA,1; ">
-},
-{
- Id: 14516
- AegisName: "Magnificat_5_Scroll"
- Name: "Magnificat Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill PR_MAGNIFICAT,5; ">
-},
-{
- Id: 14517
- AegisName: "CP_Helm_Scroll"
- Name: "Chemical Protection Helm Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" unitskilluseid getcharid(3),237,5; ">
-},
-{
- Id: 14518
- AegisName: "CP_Shield_Scroll"
- Name: "Chemical Protection Shield Scrol"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" unitskilluseid getcharid(3),235,5; ">
-},
-{
- Id: 14519
- AegisName: "CP_Armor_Scroll"
- Name: "Chemical Protection Armor Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" unitskilluseid getcharid(3),236,5; ">
-},
-{
- Id: 14520
- AegisName: "CP_Weapon_Scroll"
- Name: "Chemical Protection Weapon Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" unitskilluseid getcharid(3),234,5; ">
-},
-{
- Id: 14521
- AegisName: "Repair_Scroll"
- Name: "Repair Weapon Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" unitskilluseid getcharid(3),108,1; ">
-},
-{
- Id: 14522
- AegisName: "Big_Bun"
- Name: "Big Bun"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 100,0; ">
-},
-{
- Id: 14523
- AegisName: "Pill_"
- Name: "Pill"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 0,100; ">
-},
-{
- Id: 14524
- AegisName: "Superb_Fish_Slice"
- Name: "Superb Fish Slice"
- Type: 0
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 100,100; ">
-},
-{
- Id: 14525
- AegisName: "Chewy_Ricecake"
- Name: "Chewy Ricecake"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_PLUSATTACKPOWER,1800000,10; ">
-},
-{
- Id: 14526
- AegisName: "Oriental_Pastry"
- Name: "Oriental Pastry"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_PLUSMAGICPOWER,1800000,10; ">
-},
-{
- Id: 14527
- AegisName: "Dun_Tele_Scroll1"
- Name: "Dungeon Teleport Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashDungeon",1; ">
-},
-{
- Id: 14528
- AegisName: "PVP_Tele_Scroll"
- Name: "PVP Teleport Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14529
- AegisName: "Greed_Scroll"
- Name: "Greed Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill BS_GREED,1; ">
-},
-{
- Id: 14530
- AegisName: "Flee_30_Scroll"
- Name: "Evasion Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_INCFLEE,1800000,30; ">
-},
-{
- Id: 14531
- AegisName: "Accuracy_30_Scroll"
- Name: "Concentration Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_INCHIT,1800000,30; ">
-},
-{
- Id: 14532
- AegisName: "Battle_Manual25"
- Name: "Field Manual 25%"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,25; ">
-},
-{
- Id: 14533
- AegisName: "Battle_Manual100"
- Name: "Field Manual 100%"
- Type: 2
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,100; ">
-},
-{
- Id: 14534
- AegisName: "Small_Life_Potion"
- Name: "Small Life Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 320;
- sc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0;
- ">
-},
-{
- Id: 14535
- AegisName: "Med_Life_Potion"
- Name: "Medium Life Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 320;
- sc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0;
- ">
-},
-{
- Id: 14536
- AegisName: "Abrasive"
- Name: "Abrasive"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 182;
- sc_start SC_CRITICALPERCENT,300000,30;
- ">
-},
-{
- Id: 14537
- AegisName: "Regeneration_Potion"
- Name: "Regeneration Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 348;
- sc_start SC_HEALPLUS,1800000,20;
- ">
-},
-{
- Id: 14538
- AegisName: "Glass_Of_Illusion"
- Name: "Glass of Illusion"
- Type: 2
- Buy: 0
- Weight: 10
- Delay: 300000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_STEAL;
- sc_start SC_PLUSAVOIDVALUE,60000,20;
- ">
-},
-{
- Id: 14539
- AegisName: "Shadow_Armor_S"
- Name: "Shadow Armor Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_CLOAKING;
- sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Dark,1,0;
- ">
-},
-{
- Id: 14540
- AegisName: "Holy_Armor_S"
- Name: "Holy Armor Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 91;
- sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Holy,1,0;
- ">
-},
-{
- Id: 14541
- AegisName: "S_Def_Potion"
- Name: "Small Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_GUARD;
- sc_start SC_PROTECT_DEF,60000,3;
- ">
-},
-{
- Id: 14542
- AegisName: "B_Def_Potion"
- Name: "Big Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_GUARD;
- sc_start SC_PROTECT_DEF,180000,3;
- ">
-},
-{
- Id: 14543
- AegisName: "S_Mdef_Potion"
- Name: "Small Magic Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_SPELLBREAKER;
- sc_start SC_PROTECT_MDEF,60000,3;
- ">
-},
-{
- Id: 14544
- AegisName: "B_Mdef_Potion"
- Name: "Big Magic Defense Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_SPELLBREAKER;
- sc_start SC_PROTECT_MDEF,180000,3;
- ">
-},
-{
- Id: 14545
- AegisName: "Battle_Manual_X3"
- Name: "Battle Manual X3"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,300; ">
-},
-{
- Id: 14546
- AegisName: "Fire_Cracker_Love"
- Name: "I Love You Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" end; ">
-},
-{
- Id: 14547
- AegisName: "Fire_Cracker_Wday"
- Name: "Whiteday Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" end; ">
-},
-{
- Id: 14548
- AegisName: "Fire_Cracker_Vday"
- Name: "Valentine's Day Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" end; ">
-},
-{
- Id: 14549
- AegisName: "Fire_Cracker_Bday"
- Name: "Birthday Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" end; ">
-},
-{
- Id: 14550
- AegisName: "Fire_Cracker_Xmas"
- Name: "Xmas Firecracker"
- Type: 2
- Buy: 2
- Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" end; ">
-},
-{
- Id: 14551
- AegisName: "Str_Dish01_"
- Name: "Fried Grasshopper Legs"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_STR,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 14552
- AegisName: "Str_Dish02_"
- Name: "Seasoned Sticky Webfoot"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_STR,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 14553
- AegisName: "Str_Dish03_"
- Name: "Bomber Steak"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_STR,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 14554
- AegisName: "Int_Dish01_"
- Name: "Grape Juice Herbal Tea"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_INT,1200000,1;
- percentheal 0,5;
- ">
-},
-{
- Id: 14555
- AegisName: "Int_Dish02_"
- Name: "Autumn Red Tea"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_INT,1200000,2;
- percentheal 0,5;
- ">
-},
-{
- Id: 14556
- AegisName: "Int_Dish03_"
- Name: "Honey Herbal Tea"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_INT,1200000,3;
- percentheal 0,5;
- ">
-},
-{
- Id: 14557
- AegisName: "Vit_Dish01_"
- Name: "Steamed Crab Nippers"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_VIT,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 14558
- AegisName: "Vit_Dish02_"
- Name: "Assorted Seafood"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_VIT,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 14559
- AegisName: "Vit_Dish03_"
- Name: "Clam Soup"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_VIT,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 14560
- AegisName: "Agi_Dish01_"
- Name: "Frog Egg Squid Ink Soup"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_AGI,1200000,1;
- percentheal 3,1;
- ">
-},
-{
- Id: 14561
- AegisName: "Agi_Dish02_"
- Name: "Smooth Noodle"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_AGI,1200000,2;
- percentheal 3,1;
- ">
-},
-{
- Id: 14562
- AegisName: "Agi_Dish03_"
- Name: "Tentacle Cheese Gratin"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_AGI,1200000,3;
- percentheal 3,1;
- ">
-},
-{
- Id: 14563
- AegisName: "Dex_Dish01_"
- Name: "Honey Grape Juice"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_DEX,1200000,1;
- percentheal 2,2;
- ">
-},
-{
- Id: 14564
- AegisName: "Dex_Dish02_"
- Name: "Chocolate Mousse Cake"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_DEX,1200000,2;
- percentheal 2,2;
- ">
-},
-{
- Id: 14565
- AegisName: "Dex_Dish03_"
- Name: "Fruit Mix"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_DEX,1200000,3;
- percentheal 2,2;
- ">
-},
-{
- Id: 14566
- AegisName: "Luk_Dish01_"
- Name: "Fried Monkey Tails"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_LUK,1200000,1;
- percentheal 3,2;
- ">
-},
-{
- Id: 14567
- AegisName: "Luk_Dish02_"
- Name: "Mixed Juice"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_LUK,1200000,2;
- percentheal 3,2;
- ">
-},
-{
- Id: 14568
- AegisName: "Luk_Dish03_"
- Name: "Fried Sweet Potato"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_LUK,1200000,3;
- percentheal 4,2;
- ">
-},
-{
- Id: 14569
- AegisName: "Knife_Goblin_Ring"
- Name: "Knife Goblin Ring"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" pet 1122; ">
-},
-{
- Id: 14570
- AegisName: "Flail_Goblin_Ring"
- Name: "Flail Goblin Ring"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" pet 1123; ">
-},
-{
- Id: 14571
- AegisName: "Hammer_Goblin_Ring"
- Name: "Hammer Goblin Ring"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" pet 1125; ">
-},
-{
- Id: 14572
- AegisName: "Holy_Marble"
- Name: "Holy Marble"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" pet 1385; ">
-},
-{
- Id: 14573
- AegisName: "Red_Burning_Stone"
- Name: "Red Burning Stone"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" pet 1382; ">
-},
-{
- Id: 14574
- AegisName: "Skull_Of_Vagabond"
- Name: "Vagabond's Skull"
- Type: 2
- Buy: 0
- Weight: 10
- Script: <" pet 1208; ">
-},
-{
- Id: 14575
- AegisName: "Str_Dish05_"
- Name: "Lutie Lady's Pancake"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_STR,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 14576
- AegisName: "Int_Dish05_"
- Name: "Mastela Fruit Wine"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_INT,1200000,5;
- percentheal 0,10;
- ">
-},
-{
- Id: 14577
- AegisName: "Vit_Dish05_"
- Name: "Spicy Fried Bao"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_VIT,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 14578
- AegisName: "Agi_Dish05_"
- Name: "Steamed Bat Wing in Pumpkin"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_AGI,1200000,5;
- percentheal 6,2;
- ">
-},
-{
- Id: 14579
- AegisName: "Dex_Dish05_"
- Name: "Green Salad"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_DEX,1200000,5;
- percentheal 5,5;
- ">
-},
-{
- Id: 14580
- AegisName: "Luk_Dish05_"
- Name: "Fried Scorpion Tails"
- Type: 0
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_FOOD_LUK,1200000,5;
- percentheal 5,2;
- ">
-},
-{
- Id: 14581
- AegisName: "Dun_Tele_Scroll2"
- Name: "Dungeon Teleport Scroll II"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashDungeon",2; ">
-},
-{
- Id: 14582
- AegisName: "WOB_Rune"
- Name: "Yellow Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashCity",1; ">
-},
-{
- Id: 14583
- AegisName: "WOB_Schwaltz"
- Name: "Green Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashCity",2; ">
-},
-{
- Id: 14584
- AegisName: "WOB_Rachel"
- Name: "Red Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashCity",3; ">
-},
-{
- Id: 14585
- AegisName: "WOB_Local"
- Name: "Blue Butterfly Wing"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashCity",4; ">
-},
-{
- Id: 14586
- AegisName: "Spark_Candy"
- Name: "Jumping Candy"
- Type: 2
- Buy: 0
- Weight: 10
- Delay: 180000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bHPLossRate,100,10000; ">
-},
-{
- Id: 14587
- AegisName: "Repair_Scroll_"
- Name: "Equipment Repair Spell Book"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill BS_REPAIRWEAPON,1; ">
-},
-{
- Id: 14588
- AegisName: "Pty_Blessing_Scroll"
- Name: "Party Blessing 10 Scroll"
- Type: 11
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill CASH_BLESSING,10; ">
-},
-{
- Id: 14589
- AegisName: "Pty_Inc_Agi_Scroll"
- Name: "Party Increase Agi 10 Scroll"
- Type: 11
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill CASH_INCAGI,10; ">
-},
-{
- Id: 14590
- AegisName: "Pty_Assumptio_Scroll"
- Name: "Party Assumptio 5 Scroll"
- Type: 11
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill CASH_ASSUMPTIO,5; ">
-},
-{
- Id: 14591
- AegisName: "Siege_Teleport_Scroll"
- Name: "WoE Teleport Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" callfunc "F_CashSiegeTele"; ">
-},
-{
- Id: 14592
- AegisName: "Job_Manual50"
- Name: "Job Battle Manual"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CASH_PLUSONLYJOBEXP,1800000,50; ">
-},
-{
- Id: 14593
- AegisName: "Magic_Power_Scroll"
- Name: "Mystical Amplification Scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill HW_MAGICPOWER,10; ">
-},
-{
- Id: 14594
- AegisName: "Quagmire_Scroll"
- Name: "Quagmire scroll"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill WZ_QUAGMIRE,5; ">
-},
-{
- Id: 14595
- AegisName: "Unsealed_Magic_Spell"
- Name: "Unsealed Magic Spell"
- Type: 2
- Buy: 0
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" warp "yuno_fild09",255,127; ">
-},
-{
- Id: 14596
- AegisName: "Pierre_Treasurebox"
- Name: "Pierre's Treasurebox"
- Type: 2
- Buy: 0
- Weight: 100
- Script: <"
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- ">
-},
-{
- Id: 14597
- AegisName: "PhreeoniS"
- Name: "Phreeoni Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ITEMSCRIPT,180000,4121; ">
-},
-{
- Id: 14598
- AegisName: "GhostringS"
- Name: "Ghostring Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ITEMSCRIPT,60000,4047; ">
-},
-{
- Id: 14599
- AegisName: "Greed_Scroll_C"
- Name: "Greed Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 14600
- AegisName: "Mental_Potion"
- Name: "Mental Potion"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14601
- AegisName: "Tyr's_Blessing"
- Name: "Tyr's Blessing"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_INCFLEE,300000,30;
- sc_start SC_INCHIT,300000,30;
- sc_start SC_PLUSATTACKPOWER,300000,20;
- sc_start SC_PLUSMAGICPOWER,300000,20;
- ">
-},
-{
- Id: 14602
- AegisName: "TaogunkaS"
- Name: "Tao Gunka Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_LIGHTSPHERE;
- sc_start SC_ITEMSCRIPT,180000,4302;
- ">
-},
-{
- Id: 14603
- AegisName: "MistressS"
- Name: "Mistress Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect2 EF_SPELLBREAKER;
- sc_start SC_ITEMSCRIPT,180000,4132;
- ">
-},
-{
- Id: 14604
- AegisName: "Orc_HeroS"
- Name: "Orc Hero Scard"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ITEMSCRIPT,60000,4143; ">
-},
-{
- Id: 14605
- AegisName: "Orc_LoadS"
- Name: "Orc Load Scroll"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_ITEMSCRIPT,180000,4135; ">
-},
-{
- Id: 14606
- AegisName: "Job_Manual25"
- Name: "JOB Battle Manual"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 14607
- AegisName: "Luxurious_Dinner_W"
- Name: "Luxurious Western Food"
- Type: 2
- Buy: 10000
- Weight: 600
- Script: <" sc_start SC_INCALLSTATUS,3600000,3; ">
-},
-{
- Id: 14608
- AegisName: "Luxurious_Dinner_E"
- Name: "Manchu-Han Imperial Feast"
- Type: 2
- Buy: 20000
- Weight: 1200
- Script: <" sc_start SC_INCALLSTATUS,3600000,6; ">
-},
-{
- Id: 14609
- AegisName: "Spoiled_Cuisine"
- Name: "Spoiled Cuisine"
- Type: 2
- Buy: 5000
- Weight: 300
- Script: <" percentheal 10,10; ">
-},
-{
- Id: 14611
- AegisName: "M_Def_Potion"
- Name: "M Def Potion"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14612
- AegisName: "M_Mdef_Potion"
- Name: "M Mdef Potion"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14613
- AegisName: "RWC_Scroll_2012"
- Name: "RWC Arms Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14614
- AegisName: "Ex_Def_Potion"
- Name: "Special Defense Potion"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14616
- AegisName: "STR_Biscuit_Stick"
- Name: "Bar of Strength"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14617
- AegisName: "VIT_Biscuit_Stick"
- Name: "Bar of Fitness"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 14618
- AegisName: "AGI_Biscuit_Stick"
- Name: "Bar of Agility"
- Type: 11
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 15000
- AegisName: "Bone_Plate"
- Name: "Bone Plate"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 60
- Slots: 1
- Job: 0x000654E2
- Upper: 58
- Loc: 16
- Script: <"
- bonus bStr,1;
- bonus bMdef,3;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,10;
- bonus2 bIgnoreDefRate,RC_Brute,10;
- bonus3 bAutoSpellWhenHit,NPC_WIDEBLEEDING,1,10;
- ">
-},
-{
- Id: 15001
- AegisName: "Odin's_Blessing_I"
- Name: "Odin's Blessing"
- Type: 5
- Buy: 0
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 15002
- AegisName: "Rune_Plate"
- Name: "Rune Plate"
- Type: 5
- Buy: 0
- Def: 95
- Slots: 1
- Job: 0x00000080
- Upper: 56
- Loc: 16
- EquipLv: 99
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 15003
- AegisName: "Freyja_SRobe7"
- Name: "Freya Soul Robe"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 7
- Loc: 16
- EquipLv: 20
- Refine: false
- Script: <" bonus bMaxHP,700; ">
-},
-{
- Id: 15004
- AegisName: "Freyja_SRobe30"
- Name: "Freya Soul Robe"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 7
- Loc: 16
- EquipLv: 20
- Refine: false
- Script: <" bonus bMaxHP,700; ">
-},
-{
- Id: 15005
- AegisName: "Freyja_SRobe60"
- Name: "Freya Soul Robe"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 7
- Loc: 16
- EquipLv: 20
- Refine: false
- Script: <" bonus bMaxHP,700; ">
-},
-{
- Id: 15006
- AegisName: "Freyja_SRobe90"
- Name: "Freya Soul Robe"
- Type: 5
- Buy: 0
- Weight: 300
- Def: 7
- Loc: 16
- EquipLv: 20
- Refine: false
- Script: <" bonus bMaxHP,700; ">
-},
-{
- Id: 15007
- AegisName: "Time_Keepr_Robe"
- Name: "Guardian Robe"
- Type: 5
- Buy: 0
- Def: 62
- Loc: 16
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,1;
- bonus bStr,2;
- bonus bMaxHP,200;
- ">
-},
-{
- Id: 15008
- AegisName: "Flame_Sprits_Armor__"
- Name: "Flame Sprits Armor"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 25
- Loc: 16
- Script: <"
- bonus bMdef,1;
- bonus2 bSubEle,Ele_Fire,5;
- ">
-},
-{
- Id: 15009
- AegisName: "Para_Team_Uniform1"
- Name: "Eden Group Uniform I"
- Type: 5
- Buy: 0
- Def: 35
- Loc: 16
- EquipLv: 12
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,10;
- ">
-},
-{
- Id: 15010
- AegisName: "Para_Team_Uniform2"
- Name: "Eden Group Uniform II"
- Type: 5
- Buy: 0
- Def: 46
- Loc: 16
- EquipLv: 26
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,200;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 15011
- AegisName: "Para_Team_Uniform3"
- Name: "Eden Group Uniform III"
- Type: 5
- Buy: 0
- Def: 58
- Loc: 16
- EquipLv: 40
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,300;
- bonus bMaxSP,30;
- bonus bMdef,5;
- ">
-},
-{
- Id: 15012
- AegisName: "Puente_Robe"
- Name: "Puente Robe"
- Type: 5
- Buy: 12000
- Weight: 400
- Def: 42
- Slots: 1
- Loc: 16
- EquipLv: 22
- Script: <"
- bonus bFixedCastrate,-3;
- bonus bHealPower,5;
- ">
-},
-{
- Id: 15013
- AegisName: "Claire_Suits"
- Name: "Claire Suits"
- Type: 5
- Buy: 28000
- Weight: 2800
- Def: 58
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 16
- EquipLv: 22
-},
-{
- Id: 15014
- AegisName: "Ebone_Armor"
- Name: "Ebone Armor"
- Type: 5
- Buy: 40000
- Weight: 4500
- Def: 93
- Slots: 1
- Job: 0x00004080
- Upper: 56
- Loc: 16
- EquipLv: 100
-},
-{
- Id: 15015
- AegisName: "Upg_Adv_Suit"
- Name: "Reinforcement Adventure Suit"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 25
- Slots: 1
- Loc: 16
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 15016
- AegisName: "Upg_Coat"
- Name: "Reinforcement Coat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 47
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 15017
- AegisName: "Upg_Saint_Robe"
- Name: "Reinforcement Saint Robe"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 55
- Slots: 1
- Job: 0x00048530
- Loc: 16
- Script: <"
- bonus bMdef,5;
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 15018
- AegisName: "Upg_Tights"
- Name: "Reinforcement Tight"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 32
- Slots: 1
- Job: 0x00080808
- Loc: 16
- Script: <"
- bonus bDex,1;
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 15019
- AegisName: "Upg_Thief_Cloth"
- Name: "Reinforcement Thief Clothes"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 45
- Slots: 1
- Job: 0x22021040
- Loc: 16
- Script: <"
- bonus bAgi,1;
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 15020
- AegisName: "Upg_Mail"
- Name: "Reinforcement Mail"
- Type: 5
- Buy: 20
- Weight: 1650
- Def: 60
- Slots: 1
- Job: 0x000654E2
- Loc: 16
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 15021
- AegisName: "Upg_Formal_Dress"
- Name: "Reinforcement Formal Suit"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 45
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- Script: <" bonus bMaxHPrate,3; ">
-},
-{
- Id: 15022
- AegisName: "Brazil_Swimsuit"
- Name: "Swimming Suit"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 16
- Script: <"
- bonus bStr,4;
- bonus bInt,4;
- bonus bMdef,3;
- ">
-},
-{
- Id: 15023
- AegisName: "Half_Brynhild"
- Name: "Brynhild (Trial Version)"
- Type: 5
- Buy: 20
- Def: 60
- Loc: 16
- EquipLv: 47
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,10;
- bonus bMaxHP,20*BaseLevel;
- bonus bMaxSP,5*BaseLevel;
- bonus2 bAddRace,RC_NonBoss,5;
- bonus2 bAddRace,RC_Boss,5;
- bonus bMatkRate,5;
- bonus bUnbreakableArmor,0;
- bonus bNoKnockback,0;
- ">
-},
-{
- Id: 15024
- AegisName: "Army_Padding"
- Name: "Army Padding"
- Type: 5
- Buy: 0
- Weight: 10
- Def: 10
- Loc: 16
-},
-{
- Id: 15025
- AegisName: "Golden_Rod_Robe"
- Name: "Golden Rod Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 40
- Job: 0x00000200
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDefEle,Ele_Wind;
- bonus bMdef,10;
- bonus bInt,1;
- if(readparam(bInt)>=120) {
- bonus bInt,1;
- }
- ">
-},
-{
- Id: 15026
- AegisName: "Aqua_Robe"
- Name: "Aqua Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 40
- Job: 0x00000200
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDefEle,Ele_Water;
- bonus bMdef,10;
- bonus bInt,1;
- if(readparam(bInt)>=120) {
- bonus bInt,1;
- }
- ">
-},
-{
- Id: 15027
- AegisName: "Crimson_Robe"
- Name: "Crimson Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 40
- Job: 0x00000200
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDefEle,Ele_Fire;
- bonus bMdef,10;
- bonus bInt,1;
- if(readparam(bInt)>=120) {
- bonus bInt,1;
- }
- ">
-},
-{
- Id: 15028
- AegisName: "Forest_Robe"
- Name: "Forest Robe"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 40
- Job: 0x00000200
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDefEle,Ele_Earth;
- bonus bMdef,10;
- bonus bInt,1;
- if(readparam(bInt)>=120) {
- bonus bInt,1;
- }
- ">
-},
-{
- Id: 15029
- AegisName: "Robe_Of_Affection"
- Name: "Robe Of Affection"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 22
- Job: 0x00000100
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDefEle,Ele_Holy;
- bonus bMdef,10;
- bonus bInt,1;
- bonus2 bSkillUseSP,AB_CLEMENTIA,50;
- ">
-},
-{
- Id: 15030
- AegisName: "Robe_Of_Judgement"
- Name: "Robe Of Judgement"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 22
- Job: 0x00000100
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDefEle,Ele_Dark;
- bonus bMdef,10;
- bonus bStr,1;
- bonus bInt,1;
- bonus2 bAddRaceTolerance,RC_Demon,10;
- bonus2 bAddRaceTolerance,RC_Undead,10;
- bonus2 bAddRaceTolerance,RC_Formless,-10;
- bonus2 bAddRaceTolerance,RC_Brute,-10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,-10;
- bonus2 bAddRaceTolerance,RC_Plant,-10;
- bonus2 bAddRaceTolerance,RC_Insect,-10;
- bonus2 bAddRaceTolerance,RC_Fish,-10;
- bonus2 bAddRaceTolerance,RC_Angel,-10;
- bonus2 bAddRaceTolerance,RC_Dragon,-10;
- ">
-},
-{
- Id: 15031
- AegisName: "Para_Team_Armor"
- Name: "Eden Group Armor"
- Type: 5
- Buy: 0
- Def: 70
- Loc: 16
- EquipLv: 60
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 15032
- AegisName: "Tidung"
- Name: "Tidung"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 2
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 16
- Script: <"
- bonus bMdef,10;
- bonus2 bResEff,Eff_Stun,1500;
- bonus2 bResEff,Eff_Freeze,1500;
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Wind,5;
- bonus2 bSubEle,Ele_Poison,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- bonus2 bSubEle,Ele_Ghost,5;
- bonus2 bSubEle,Ele_Undead,5;
- ">
-},
-{
- Id: 15033
- AegisName: "Tutorial_Mattle"
- Name: "Tutorial Mantle"
- Type: 5
- Buy: 0
- Weight: 600
- Def: 37
- Job: 0x00000000
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 15034
- AegisName: "Tutorial_Mattle_"
- Name: "Tutorial Mantle"
- Type: 5
- Buy: 0
- Weight: 600
- Def: 37
- Slots: 1
- Job: 0x00000000
- Loc: 16
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 15035
- AegisName: "2010Love_Daddy"
- Name: "2010 Love Daddy Shirt"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 6
- Loc: 16
- Script: <"
- bonus bAllStats,1;
- bonus bMaxHP,150;
- bonus bMaxSP,150;
- bonus2 bResEff,Eff_Stone,9000;
- bonus2 bResEff,Eff_Freeze,9000;
- bonus2 bResEff,Eff_Stun,9000;
- bonus2 bResEff,Eff_Sleep,9000;
- bonus2 bResEff,Eff_Silence,9000;
- bonus2 bResEff,Eff_Curse,9000;
- bonus2 bResEff,Eff_Confusion,9000;
- bonus2 bResEff,Eff_Blind,9000;
- bonus2 bResEff,Eff_Poison,9000;
- bonus2 bResEff,Eff_Bleeding,9000;
- ">
-},
-{
- Id: 15036
- AegisName: "Ur_Plate"
- Name: "Ur's Plate"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 110
- Job: 0x00000080
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bMdef,10;
- bonus bMaxHPrate,getequiprefinerycnt(EQI_ARMOR);
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bSubEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 15037
- AegisName: "Peuz_Plate"
- Name: "Peuz's Plate"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 110
- Job: 0x00000080
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bMdef,10;
- bonus bBaseAtk,20;
- bonus bFlee,17;
- ">
-},
-{
- Id: 15038
- AegisName: "Sabah_Cloth"
- Name: "Sapha's Cloth"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 45
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bLuk,3;
- bonus3 bAutoSpell,ASC_METEORASSAULT,max(getskilllv(ASC_METEORASSAULT),1),20;
- ">
-},
-{
- Id: 15039
- AegisName: "Nab_Cloth"
- Name: "Nab's Cloth"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 45
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bStr,2;
- bonus bInt,2;
- ">
-},
-{
- Id: 15040
- AegisName: "Prison_Uniform"
- Name: "Prison Uniform"
- Type: 5
- Buy: 10
- Weight: 1500
- Def: 5
- Loc: 16
- EquipLv: 50
- Script: <"
- .@rate = min(getrefine(), 10);
- bonus bHit,.@rate;
- bonus bFlee,.@rate;
- ">
-},
-{
- Id: 15041
- AegisName: "Boitata_Armor"
- Name: "Boitata Armor"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 45
- Slots: 1
- Loc: 16
- EquipLv: 60
- Script: <"
- bonus bUnbreakableArmor,0;
- bonus bMdef,3;
- bonus2 bSubEle,Ele_Neutral,7;
- bonus bMaxHPrate,5;
- bonus bFlee,5;
- ">
-},
-{
- Id: 15042
- AegisName: "White_Wing_Suits"
- Name: "White Wing Suits"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 45
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bLongAtkRate,getrefine()*2;
- bonus bFlee,getrefine();
- ">
-},
-{
- Id: 15043
- AegisName: "Black_Wing_Suits"
- Name: "Black Wing Suits"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 45
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bInt,2;
- bonus bBaseAtk,getequiprefinerycnt(EQI_ARMOR)*3;
- ">
-},
-{
- Id: 15044
- AegisName: "Green_Operation_Coat"
- Name: "Green Operation Coat"
- Type: 5
- Buy: 56000
- Weight: 660
- Def: 66
- Slots: 1
- Job: 0x00040000
- Upper: 56
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bDex,1;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 15045
- AegisName: "Armor_Of_Valor"
- Name: "Armor Of Valor"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 16
- Refine: false
-},
-{
- Id: 15046
- AegisName: "Siege_Plate"
- Name: "WoE Plate"
- Type: 5
- Buy: 10
- Weight: 3300
- Def: 85
- Slots: 1
- Job: 0x006444A2
- Loc: 16
- EquipLv: 95
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_Player,2;
- if(getrefine()>5) {
- bonus bHealPower2,12;
- bonus bAddItemHealRate,12;
- }
- if(getrefine()>8) {
- bonus bMaxHPrate,25;
- }
- ">
-},
-{
- Id: 15047
- AegisName: "Siege_Suits"
- Name: "WoE Suits"
- Type: 5
- Buy: 10
- Weight: 750
- Def: 50
- Slots: 1
- Job: 0x236E5CEA
- Loc: 16
- EquipLv: 95
- Script: <"
- bonus bMdef,10;
- bonus2 bAddRaceTolerance,RC_Player,2;
- if(getrefine()>5) {
- bonus bFlee2,5;
- bonus bLongAtkDef,20;
- }
- if(getrefine()>8) {
- bonus bMaxHPrate,15;
- }
- ">
-},
-{
- Id: 15048
- AegisName: "Siege_Robe"
- Name: "WoE Robe"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 40
- Slots: 1
- Job: 0x00818315
- Loc: 16
- EquipLv: 95
- Script: <"
- bonus bMdef,20;
- bonus2 bAddRaceTolerance,RC_Player,2;
- if(getrefine()>5) {
- bonus bFlee,5;
- bonus bLongAtkDef,15;
- }
- if(getrefine()>8) {
- bonus bMaxHP,1000;
- bonus bMaxSP,100;
- }
- ">
-},
-{
- Id: 15049
- AegisName: "Invincible_God_Clothes"
- Name: "Invincible God Clothes"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bAllStats,4;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 15050
- AegisName: "Armor_Of_Sanctity"
- Name: "Province"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 16
- EquipLv: 50
- Script: <"
- bonus bStr,4;
- bonus bInt,4;
- bonus bVit,4;
- bonus bDex,4;
- bonus bAgi,4;
- bonus bLuk,4;
- ">
-},
-{
- Id: 15051
- AegisName: "Bakonawa_Armor"
- Name: "Bakonawa Scale Armor"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 55
- Loc: 16
- Script: <"
- bonus2 bSubRace,RC_Boss,getrefine()/2;
- bonus bAllStats,1;
- ">
-},
-{
- Id: 15052
- AegisName: "Bayani_Bakonawa_Armor"
- Name: "Bakonawa Scale Armor(Bayani)"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 55
- Slots: 1
- Loc: 16
- Script: <"
- bonus2 bSubRace,RC_Boss,getrefine()/2;
- bonus bAllStats,2;
- ">
-},
-{
- Id: 15053
- AegisName: "Special_Ninja_Suit"
- Name: "Special Ninja Suit"
- Type: 5
- Buy: 10000
- Weight: 1200
- Def: 70
- Job: 0x22000000
- Upper: 1
- Loc: 16
- EquipLv: 100
- Script: <" bonus bAgi,1+(getrefine()/3); ">
-},
-{
- Id: 15054
- AegisName: "Ninja_Scale_Armor"
- Name: "Ninja Scale Armor"
- Type: 5
- Buy: 10000
- Weight: 1800
- Def: 90
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bMaxHPrate,15;
- bonus bMaxSPrate,-30;
- ">
-},
-{
- Id: 15055
- AegisName: "Tenebris_Latitantes"
- Name: "Tenebris Latitantes"
- Type: 5
- Buy: 10000
- Weight: 1500
- Def: 60
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 16
- EquipLv: 100
- Script: <"
- bonus bAgi,1;
- bonus4 bAutoSpellWhenHit,KO_ZANZOU,1,50,1;
- ">
-},
-{
- Id: 15056
- AegisName: "Special_Ninja_Suit_"
- Name: "Special Ninja Suit"
- Type: 5
- Buy: 10000
- Weight: 1200
- Def: 70
- Slots: 1
- Job: 0x22000000
- Upper: 1
- Loc: 16
- EquipLv: 100
- Script: <" bonus bAgi,1+(getrefine()/3); ">
-},
-{
- Id: 15057
- AegisName: "Pure_White_Apron"
- Name: "White Apron"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 50
- Slots: 1
- Loc: 16
- EquipLv: 50
-},
-{
- Id: 15058
- AegisName: "Rider_Suit"
- Name: "Rider Suit"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 40
- Slots: 1
- Job: 0x000FDFFE
- Upper: 58
- Loc: 16
- EquipLv: 55
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 15059
- AegisName: "2011Love_Daddy"
- Name: "2011Love Daddy"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 80
- Slots: 1
- Loc: 16
-},
-{
- Id: 15060
- AegisName: "Sky_Blue_Smock"
- Name: "Sky-Blue Smock"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: 16
-},
-{
- Id: 15061
- AegisName: "Egir_Armor"
- Name: "Aegir Armor"
- Type: 5
- Buy: 200000
- Weight: 2600
- Def: 55
- Slots: 1
- Loc: 16
- EquipLv: 110
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bVit,1;
- bonus bDex,1;
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bUnbreakableArmor,0;
- ">
-},
-{
- Id: 15068
- AegisName: "Adv_Angel's_Protection"
- Name: "Advanced Angelic Protection"
- Type: 5
- Buy: 10000
- Weight: 600
- Def: 40
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 16
- EquipLv: 99
- Script: <" bonus bMdef,30; ">
-},
-{
- Id: 15073
- AegisName: "Anti-Magic_Suit"
- Name: "Anti-Magic Suit"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 50
- Slots: 1
- Loc: 16
- EquipLv: 99
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMdef,10;
- if (getrefine()>6) { bonus bMdef,5; }
- if (getrefine()>8) { bonus bMaxHPrate,2; }
- ">
-},
-{
- Id: 15074
- AegisName: "Geffen_Magic_Robe"
- Name: "Geffen Magic Robe"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 40
- Slots: 1
- Loc: 16
- EquipLv: 99
- Script: <"
- bonus bUseSPrate,-10;
- bonus bVariableCastrate,15;
- bonus bNoCastCancel,0;
- if (getrefine()>6) { bonus bUseSPrate,-5; }
- if (getrefine()>8) { bonus bVariableCastrate,-5; }
- ">
-},
-{
- Id: 15089
- AegisName: "Menswear"
- Name: "Menswear"
- Type: 4
- Buy: 20
- Weight: 300
- Def: 40
- Job: 0xFFFFFFFE
- Loc: 16
- EquipLv: 80
- Script: <"
- bonus bAspdRate,3+((getrefine()>=7)?2:0);
- bonus bDelayrate,-3-((getrefine()>=7)?2:0);
- bonus bVariableCastrate,-3-((getrefine()>=7)?2:0);
- ">
-},
-{
- Id: 15090
- AegisName: "Gray_Armor"
- Name: "Gray Armor"
- Type: 5
- Weight: 2400
- Def: 90
- Slots: 1
- Job: 0x000654EA
- Upper: 56
- Loc: 16
- EquipLv: 120
- Script: <"
- bonus bMdef,10;
- bonus2 bSubEle,Ele_Holy,10+(getrefine()/2);
- ">
-},
-{
- Id: 15091
- AegisName: "Gray_Robe"
- Name: "Gray Robe"
- Type: 5
- Weight: 1300
- Def: 55
- Slots: 1
- Job: 0x00018314
- Upper: 56
- Loc: 16
- EquipLv: 120
- Script: <" bonus2 bSubEle,Ele_Holy,10+(getrefine()/2); ">
-},
-{
- Id: 15116
- AegisName: "Armor_Of_Airship"
- Name: "Armor Of Airship"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 100
- Loc: 16
- EquipLv: 125
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,1000;
- bonus bMaxSP,100;
- bonus bMdef,10;
- bonus bAllStats,1;
- ">
-},
-{
- Id: 15117
- AegisName: "Tarlock's_Armor"
- Name: "Tarlock's Armor"
- Type: 5
- Buy: 20
- Weight: 750
- Def: 70
- Loc: 16
- EquipLv: 125
- Script: <"
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus bMdef,10;
- bonus bAllStats,1;
- if (getrefine()>=7) {
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- }
- if (getrefine()>=9) {
- bonus bMaxHP,200;
- bonus bMaxSP,20;
- }
- if (getrefine()>=12) {
- bonus bMaxHP,300;
- bonus bMaxSP,30;
- }
- ">
-},
-{
- Id: 15123
- AegisName: "Whikebain_Suit"
- Name: "Whikebain Suit"
- Type: 5
- Buy: 10
- Weight: 9000
- Def: 56
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 16
- EquipLv: 105
- Script: <"
- bonus3 bAutoSpell,DC_WINKCHARM,1,20; /* Custom - IDRO */
- if(getrefine()>4) { bonus bCritAtkRate,4; }
- if(getrefine()>6) { bonus bCritAtkRate,6; }
- ">
-},
-{
- Id: 15128
- AegisName: "Excellion_Suit"
- Name: "Excellion Suit"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 100
- Loc: 16
- EquipLv: 99
- Script: <"
- bonus bVit,6;
- bonus bMaxHPrate,(getrefine()/3)*4;
- if(BaseLevel>130) { bonus bVit,4; }
- ">
-},
-{
- Id: 15138
- AegisName: "Aegir_Armor"
- Name: "Aegir Armor"
- Type: 5
- Buy: 20
- Weight: 1600
- Def: 25
- Loc: 16
- EquipLv: 40
- Script: <"
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- ">
-},
-// More Maces
-// ===================================================================
-{
- Id: 16000
- AegisName: "Erde"
- Name: "Erde"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x0004C5B2
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 8
- Script: <"
- bonus2 bSkillAtk,AM_ACIDTERROR,20;
- bonus2 bSkillAtk,AM_DEMONSTRATION,20;
- bonus bMaxSP,50;
- bonus bHealPower,10;
- ">
-},
-{
- Id: 16001
- AegisName: "Red_Square_Bag"
- Name: "Red Square Bag"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x0004C5B2
- Upper: 58
- Loc: 2
- WeaponLv: 3
- EquipLv: 50
- View: 8
- Script: <"
- bonus bMaxHP,200;
- bonus2 bSkillAtk,AM_ACIDTERROR,20;
- bonus2 bSkillAtk,AM_DEMONSTRATION,20;
- bonus2 bAddMonsterDropItem,501,50;
- bonus2 bAddMonsterDropItem,502,20;
- bonus2 bAddMonsterDropItem,503,20;
- bonus2 bAddMonsterDropItem,504,20;
- bonus2 bAddMonsterDropItem,505,10;
- if(readparam(bStr)>=95) {
- bonus2 bAddEff,Eff_Stun,500;
- }
- ">
-},
-{
- Id: 16002
- AegisName: "Stunner_C"
- Name: "Stunner"
- Type: 4
- Buy: 0
- Atk: 175
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddEff,Eff_Stun,1000;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 16003
- AegisName: "Carga_Mace"
- Name: "Carga Mace"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 175
- Range: 1
- Slots: 2
- Job: 0x0004C580
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 8
-},
-{
- Id: 16004
- AegisName: "P_Mace1"
- Name: "Eden Mace I"
- Type: 4
- Buy: 0
- Atk: 142
- Range: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 26
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16005
- AegisName: "P_Mace2"
- Name: "Eden Mace II"
- Type: 4
- Buy: 0
- Atk: 163
- Range: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 2
- EquipLv: 40
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16006
- AegisName: "Tourist_Mace"
- Name: "Traveler's Mace"
- Type: 4
- Buy: 0
- Weight: 500
- Atk: 45
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 16007
- AegisName: "Mjolnir_C"
- Name: "Ephemeral Mjolnir"
- Type: 4
- Buy: 20
- Atk: 250
- Range: 1
- Job: 0x000444A2
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- Refine: false
- View: 8
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bStr,15;
- bonus bDex,40;
- ">
-},
-{
- Id: 16008
- AegisName: "F_Spanner_C"
- Name: "Rental Wrench"
- Type: 4
- Buy: 2
- Atk: 150
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 8
-},
-{
- Id: 16009
- AegisName: "E_Spanner_C"
- Name: "E Spanner C"
- Type: 4
- Buy: 2
- Atk: 150
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 3
- Refine: false
- View: 8
-},
-{
- Id: 16010
- AegisName: "Red_Ether_Bag"
- Name: "Red Ether Bag"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 15
- Matk: 100
- Range: 1
- Slots: 1
- Job: 0x00040000
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 102
- View: 8
- Script: <"
- if(getrefine()>=6) {
- bonus2 bSkillAtk,GN_CRAZYWEED,20+((getrefine()-5)*2);
- bonus2 bSkillAtk,GN_DEMONIC_FIRE,20+((getrefine()-5)*2);
- }
- else {
- bonus2 bSkillAtk,GN_CRAZYWEED,20;
- bonus2 bSkillAtk,GN_DEMONIC_FIRE,20;
- }
- ">
-},
-{
- Id: 16011
- AegisName: "Adventure_Mace"
- Name: "Adventure Mace"
- Type: 4
- Buy: 0
- Atk: 60
- Range: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 1
- Refine: false
- View: 8
-},
-{
- Id: 16012
- AegisName: "Academy_Mace"
- Name: "Academy Mace"
- Type: 4
- Buy: 0
- Weight: 1000
- Atk: 110
- Range: 1
- Slots: 1
- Job: 0x00008110
- Loc: 2
- WeaponLv: 1
- View: 8
-},
-{
- Id: 16013
- AegisName: "Mace_Of_Judgement"
- Name: "Mace Of Judgement"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 140
- Matk: 180
- Range: 1
- Slots: 2
- Job: 0x00000100
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 8
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- autobonus "{ bonus2 bMagicAddRace,RC_Demon,20; }",30,7000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }";
- autobonus "{ bonus2 bAddRace,RC_Demon,20; }",5,7000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 16014
- AegisName: "P_Mace3"
- Name: "Eden Group Mace3"
- Type: 4
- Buy: 0
- Atk: 172
- Range: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16015
- AegisName: "Cat_Club"
- Name: "Cat Club"
- Type: 4
- Buy: 20
- Weight: 700
- Atk: 88
- Range: 1
- Slots: 3
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 1
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Brute,15;
- bonus4 bAddEff,Eff_Deepsleep,300,ATF_SHORT,5000;
- ">
-},
-{
- Id: 16016
- AegisName: "Tuna"
- Name: "Tuna"
- Type: 4
- Buy: 0
- Atk: 180
- Range: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 1
- EquipLv: 50
- Refine: false
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddEff,Eff_Stun,150;
- bonus3 bAutoSpell,SM_BASH,5,20;
- bonus4 bAddEff,Eff_Cold,100,ATF_SHORT,3000;
- if(BaseLevel>99) { bonus bBaseAtk,20; }
- ">
-},
-{
- Id: 16017
- AegisName: "Bloody_Cross"
- Name: "Bloody Cross"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 170
- Range: 1
- Job: 0x00008110
- Upper: 58
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 8
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus3 bAutoSpell,WL_HELLINFERNO,1,max(getrefine(),1)*20;
- ">
-},
-{
- Id: 16018
- AegisName: "Mace_Of_Judgement2"
- Name: "Empowered Mace Of Judgement"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 170
- Matk: 180
- Range: 1
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 130
- View: 8
- Script: <"
- bonus bStr,2;
- bonus bInt,2;
- autobonus "{ bonus2 bMagicAddRace,RC_Demon,40; }",60,7000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }";
- autobonus "{ bonus2 bAddRace,RC_Demon,40; }",10,7000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- ">
-},
-{
- Id: 16019
- AegisName: "Upg_Mace"
- Name: "Upgrade Mace"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 80
- Range: 1
- Slots: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 3
- View: 8
- Script: <"
- bonus bBaseAtk,(getrefine()*10);
- bonus bHealPower,getrefine();
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 16020
- AegisName: "Velum_Stunner"
- Name: "Vellum Stunner"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 170
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 8
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddEff,Eff_Stun,1000+getrefine();
- bonus bAspdRate,getrefine();
- bonus4 bSetDefRace,RC_Player,10000,5000,1;
- bonus4 bSetMDefRace,RC_Player,10000,5000,1;
- ">
-},
-{
- Id: 16021
- AegisName: "Velum_Flail"
- Name: "Vellum Flail"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 170
- Range: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 4
- EquipLv: 95
- View: 8
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,5,10;
- bonus bHit,getrefine();
- bonus bCritical,getrefine();
- ">
-},
-{
- Id: 16022
- AegisName: "Nemesis_"
- Name: "Nemesis"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 120
- Range: 1
- Slots: 2
- Job: 0x00008110
- Loc: 2
- WeaponLv: 4
- EquipLv: 60
- View: 8
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 16023
- AegisName: "Metal_Mace"
- Name: "Metal Mace"
- Type: 4
- Buy: 20
- Atk: 80
- Range: 1
- Slots: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 3
- View: 8
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bBaseAtk,(getrefine()*5);
- .@val = min(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 16024
- AegisName: "Quadrille_"
- Name: "Quadrille"
- Type: 4
- Buy: 20
- Weight: 900
- Atk: 165
- Range: 1
- Slots: 2
- Job: 0x00000010
- Loc: 2
- WeaponLv: 4
- EquipLv: 40
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddEle,Ele_Earth,10;
- ">
-},
-{
- Id: 16026
- AegisName: "RWC_Memory_Mace"
- Name: "RWC Memory Mace"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 100
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Loc: 2
- WeaponLv: 3
- View: 8
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 16027
- AegisName: "Evil_Slayer_Destroyer_Hammer"
- Name: "Evil Slayer Destroyer Hammer"
- Type: 4
- Buy: 20
- Weight: 1350
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Upper: 56
- Loc: 2
- WeaponLv: 3
- EquipLv: 100
- View: 8
- Script: <"
- bonus2 bAddRace,RC_Demon,10;
- bonus2 bAddRace,RC_Undead,10;
- if(getrefine()>=9) { bonus bAtkRate,5; }
- if(getrefine()>=12) { bonus bAtkRate,7; }
- ">
-},
-{
- Id: 16028
- AegisName: "Thanatos_Hammer"
- Name: "Thanatos Hammer"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 180
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x0004C5B2
- Upper: 56
- Loc: 2
- WeaponLv: 4
- EquipLv: 120
- View: 8
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 16039
- AegisName: "Spoon"
- Name: "Spoon"
- Type: 4
- Buy: 20
- Weight: 100
- Atk: 80
- Range: 1
- Slots: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 3
- EquipLv: 40
- View: 8
- Script: <"
- bonus bAspd,10;
- bonus2 bAddEff,Eff_Curse,1000;
- ">
-},
-{
- Id: 16040
- AegisName: "Crimson_Mace"
- Name: "Crimson Mace"
- Type: 4
- Buy: 20
- Weight: 800
- Atk: 80
- Range: 1
- Slots: 2
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 8
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 16041
- AegisName: "Mace_of_Vicious_Mind"
- Name: "Mace of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 130
- Range: 1
- Slots: 1
- Job: 0x0004C5B3
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 8
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 16131
- AegisName: "Lady_Tanee_Doll_Box"
- Name: "Tanigumi Girl Doll Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5526,1; ">
-},
-{
- Id: 16132
- AegisName: "Lunatic_Hat_Box"
- Name: "Lunatic Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5527,1; ">
-},
-{
- Id: 16134
- AegisName: "King_Frog_Hat_Box"
- Name: "Frog King Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5528,1; ">
-},
-{
- Id: 16135
- AegisName: "Evil's_Bone_Hat_Box"
- Name: "Satanic Bone Helm Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5529,1; ">
-},
-{
- Id: 16185
- AegisName: "Raven_Cap_Box"
- Name: "Crow Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5530,1; ">
-},
-{
- Id: 16186
- AegisName: "B_Dragon_Hat_Box"
- Name: "Baby Dragon Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5531,1; ">
-},
-{
- Id: 16192
- AegisName: "Quati_Hat_Box"
- Name: "Quati Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5537,1; ">
-},
-{
- Id: 16193
- AegisName: "Tucan_Hat_Box"
- Name: "Tucan Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5538,1; ">
-},
-{
- Id: 16194
- AegisName: "Jaguar_Hat_Box"
- Name: "Jaguar Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5539,1; ">
-},
-{
- Id: 16195
- AegisName: "Tw_March_Scroll"
- Name: "Taiwan April Scroll"
- Type: 18
- Buy: 20
- Weight: 10
-},
-{
- Id: 16226
- AegisName: "Aries_Diadem_Box"
- Name: "Aries Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5545,1; ">
-},
-{
- Id: 16227
- AegisName: "Aries_Crown_Box"
- Name: "Aries Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5546,1; ">
-},
-{
- Id: 16228
- AegisName: "RJC_Katusa_Box"
- Name: "RJC Katyusha Flower Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5547,1; ">
-},
-{
- Id: 16229
- AegisName: "Scarlet_Rose_Box"
- Name: "Rose Of Crimson Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5548,1; ">
-},
-{
- Id: 16230
- AegisName: "Taurus_Diadem_Box"
- Name: "Taurus Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5549,1; ">
-},
-{
- Id: 16231
- AegisName: "Taurus_Crown_Box"
- Name: "Taurus Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5550,1; ">
-},
-{
- Id: 16232
- AegisName: "Reginleif_Box"
- Name: "Hairband Of Reginleif Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5471,1; ">
-},
-{
- Id: 16235
- AegisName: "Octopus_Hat_Box"
- Name: "Octopus Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5554,1; ">
-},
-{
- Id: 16236
- AegisName: "Leaf_Cat_Hat_Box"
- Name: "Leaf Cat Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5555,1; ">
-},
-{
- Id: 16237
- AegisName: "Fur_Seal_Hat_Box"
- Name: "Seal Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5556,1; ">
-},
-{
- Id: 16238
- AegisName: "Wild_Rose_Hat_Box"
- Name: "Wild Rose Hat Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5557,1; ">
-},
-{
- Id: 16239
- AegisName: "Saci_Hat_Box"
- Name: "Luxury Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5558,1; ">
-},
-{
- Id: 16246
- AegisName: "Crown_Of_Deceit_Box"
- Name: "Crown of Deceit Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5564,1; ">
-},
-{
- Id: 16247
- AegisName: "Dragon_Arhat_Mask_Box"
- Name: "Dragon Arhat Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5565,1; ">
-},
-{
- Id: 16248
- AegisName: "Tiger_Arhat_Mask_Box"
- Name: "Tiger Arhat Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5566,1; ">
-},
-{
- Id: 16249
- AegisName: "Knight_Gift_Box"
- Name: "Knight's Gift Box"
- Type: 2
- Buy: 0
-},
-{
- Id: 16251
- AegisName: "Gemini_Diadem_Box"
- Name: "Gemini Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5569,1; ">
-},
-{
- Id: 16252
- AegisName: "Gemini_Crown_Box"
- Name: "Gemini Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5570,1; ">
-},
-{
- Id: 16253
- AegisName: "Rabbit_Scroll"
- Name: "Rabbit Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 16254
- AegisName: "Energizing_Potion_Box"
- Name: "Activation Potion Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16257
- AegisName: "Buddah_Scroll"
- Name: "French Heart Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 16258
- AegisName: "HD_Bradium_Box5"
- Name: "HD Bradium 5 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6226,5; ">
-},
-{
- Id: 16259
- AegisName: "HD_Carnium_Box5"
- Name: "HD Carnium 5 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6225,5; ">
-},
-{
- Id: 16260
- AegisName: "HD_Bradium_Box10"
- Name: "HD Bradium 10 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6226,10; ">
-},
-{
- Id: 16261
- AegisName: "HD_Carnium_Box10"
- Name: "HD Carnium 10 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6225,10; ">
-},
-{
- Id: 16269
- AegisName: "Cancer_Diadem_Box"
- Name: "Cancer Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5581,1; ">
-},
-{
- Id: 16270
- AegisName: "Cancer_Crown_Box"
- Name: "Cancer Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5582,1; ">
-},
-{
- Id: 16304
- AegisName: "Evil_Incarnation"
- Name: "Deviling Incarnation Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16305
- AegisName: "Upg_Guard_Box"
- Name: "Reinforcement Guard Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2149,1; ">
-},
-{
- Id: 16306
- AegisName: "F_Upg_Guard_Box"
- Name: "Reinforcement Guard Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2149,1; ">
-},
-{
- Id: 16307
- AegisName: "Upg_Buckler_Box"
- Name: "Reinforcement Buckler Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2150,1; ">
-},
-{
- Id: 16308
- AegisName: "F_Upg_Buckler_Box"
- Name: "Reinforcement Buckler Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2150,1; ">
-},
-{
- Id: 16309
- AegisName: "Upg_Shield_Box"
- Name: "Reinforcement Shield Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2151,1; ">
-},
-{
- Id: 16310
- AegisName: "F_Upg_Shield_Box"
- Name: "Reinforcement Shield Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2151,1; ">
-},
-{
- Id: 16311
- AegisName: "Upg_Shoes_Box"
- Name: "Reinforcement Shoes Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2459,1; ">
-},
-{
- Id: 16312
- AegisName: "F_Upg_Shoes_Box"
- Name: "Reinforcement Shoes Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2459,1; ">
-},
-{
- Id: 16313
- AegisName: "Upg_Boots_Box"
- Name: "Reinforcement Boots Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2460,1; ">
-},
-{
- Id: 16343
- AegisName: "Leo_Crown_Box"
- Name: "Leo Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5588,1; ">
-},
-{
- Id: 16344
- AegisName: "Leo_Diadem_Box"
- Name: "Leo Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5589,1; ">
-},
-{
- Id: 16345
- AegisName: "F_Leo_Crown_Box"
- Name: "Leo Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5588,1; ">
-},
-{
- Id: 16346
- AegisName: "F_Leo_Diadem_Box"
- Name: "Leo Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5589,1; ">
-},
-{
- Id: 16360
- AegisName: "Desert_Prince_Box"
- Name: "Desert Prince Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5591,1; ">
-},
-{
- Id: 16361
- AegisName: "FDesert_Prince_Box"
- Name: "Desert Prince Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5591,1; ">
-},
-{
- Id: 16362
- AegisName: "Sigrun's_Wing_Box"
- Name: "Sigrun's Wings Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5592,1; ">
-},
-{
- Id: 16363
- AegisName: "FSigrun's_Wing_Box"
- Name: "Sigrun's Wings Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5592,1; ">
-},
-{
- Id: 16368
- AegisName: "Virgo_Crown_Box"
- Name: "Virgo Crown Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5598,1; ">
-},
-{
- Id: 16371
- AegisName: "Tw_Aug_Scroll"
- Name: "Tw Aug Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 16372
- AegisName: "F_Clover_Box_Mouth"
- Name: "Four Leaf Clover Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16374
- AegisName: "BGum_Box_In_Mouth"
- Name: "Chewing Bubblegum R Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16385
- AegisName: "F_Clover_Box_Mouth2"
- Name: "O'Riley's Green Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16386
- AegisName: "F_Clover_Box_Mouth4"
- Name: "4 Leaf Clover In Mouth R Box III"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16389
- AegisName: "BGum_Box_In_Mouth2"
- Name: "Chewing Bubblegum R Box II"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16390
- AegisName: "BGum_Box_In_Mouth4"
- Name: "Chewing Bubblegum R Box III"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16393
- AegisName: "HD_Ori_Box5"
- Name: "Purified Oridecon Box(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6240,5; ">
-},
-{
- Id: 16394
- AegisName: "HD_Ori_Box10"
- Name: "Purified Oridecon Box(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6240,10; ">
-},
-{
- Id: 16395
- AegisName: "HD_Elu_Box5"
- Name: "Purified Eluminium(5)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6241,5; ">
-},
-{
- Id: 16396
- AegisName: "HD_Elu_Box10"
- Name: "Purified Eluminium(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6241,10; ">
-},
-{
- Id: 16397
- AegisName: "Virgo_Diadem_Box"
- Name: "Virgo Diadem Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5599,1; ">
-},
-{
- Id: 16405
- AegisName: "Midgard_Coin_Box"
- Name: "Midgard Coin Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6242,1; ">
-},
-{
- Id: 16406
- AegisName: "FMidgard_Coin_Box"
- Name: "Midgard Coin Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6242,1; ">
-},
-{
- Id: 16409
- AegisName: "Tw_Sep_Scroll"
- Name: "Flower Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 16410
- AegisName: "Chung_Hairband_Box"
- Name: "Chung Hairband Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5609,1; ">
-},
-{
- Id: 16411
- AegisName: "FChung_Hairband_Box"
- Name: "FChung Hairband Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5609,1; ">
-},
-{
- Id: 16412
- AegisName: "Ice_Wing_Ear_Box"
- Name: "Ice Wing Ear Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5610,1; ">
-},
-{
- Id: 16413
- AegisName: "FIce_Wing_Ear_Box"
- Name: "FIce Wing Ear Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5610,1; ">
-},
-{
- Id: 16414
- AegisName: "Turtle_Hat_Box"
- Name: "Turtle Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5611,1; ">
-},
-{
- Id: 16415
- AegisName: "FTurtle_Hat_Box"
- Name: "Turtle Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5611,1; ">
-},
-{
- Id: 16436
- AegisName: "Libra_Crown_Box"
- Name: "Libra Crown Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5662,1; ">
-},
-{
- Id: 16438
- AegisName: "Libra_Diadem_Box"
- Name: "Libra Diadem Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5663,1; ">
-},
-{
- Id: 16440
- AegisName: "Filir_Wing_Box"
- Name: "Filir Wings Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5664,1; ">
-},
-{
- Id: 16446
- AegisName: "Tw_October_Scroll"
- Name: "Pegasus Egg"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 16447
- AegisName: "Scorpio_Crown_Box"
- Name: "Scorpio Crown Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5676,1; ">
-},
-{
- Id: 16448
- AegisName: "Scorpio_Diadem_Box"
- Name: "Scorpio Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5677,1; ">
-},
-{
- Id: 16450
- AegisName: "FScorpio_Diadem_Box"
- Name: "Scorpio Diadem Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5677,1; ">
-},
-{
- Id: 16456
- AegisName: "My_Scroll1"
- Name: "Bride's Ribbon Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16457
- AegisName: "Tw_Nov_Scroll"
- Name: "Bough Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 16461
- AegisName: "Red_Wing_Hat_Box"
- Name: "Red Wing Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5690,1; ">
-},
-{
- Id: 16462
- AegisName: "FRed_Wing_Hat_Box"
- Name: "Red Wing Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5690,1; ">
-},
-{
- Id: 16466
- AegisName: "My_Scroll2"
- Name: "Egg Of Light Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16503
- AegisName: "E_Insurance_Package"
- Name: "E Insurance Package"
- Type: 18
- Buy: 20
- Script: <" getitem 12209,10; ">
-},
-{
- Id: 16542
- AegisName: "Xmas_Bless"
- Name: "Xmas Bless"
- Type: 2
- Buy: 20
-},
-{
- Id: 16543
- AegisName: "Snowman_Hat_Box"
- Name: "Snowman Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5738,1; ">
-},
-{
- Id: 16544
- AegisName: "FSnowman_Hat_Box"
- Name: "Snowman Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5738,1; ">
-},
-{
- Id: 16548
- AegisName: "Sagittarius_Crown_Box"
- Name: "Ephemeral Brysinggamen Trade Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5739,1; ">
-},
-{
- Id: 16549
- AegisName: "Sagittarius_Diadem_Box"
- Name: "Ephemeral Sleipnir Trade Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5740,1; ">
-},
-{
- Id: 16555
- AegisName: "Pr_Reset_Stone_Box"
- Name: "Playspan Reset Stone Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16556
- AegisName: "FPr_Reset_Stone_Box"
- Name: "Reset Stone Box"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 16557
- AegisName: "CP_Helm_Scroll10"
- Name: "CP Helm Scroll10"
- Type: 18
- Buy: 0
- Script: <" getitem 14517,10; ">
-},
-{
- Id: 16558
- AegisName: "CP_Shield_Scroll10"
- Name: "CP Shield Scroll10"
- Type: 18
- Buy: 0
- Script: <" getitem 14518,10; ">
-},
-{
- Id: 16559
- AegisName: "CP_Armor_Scroll10"
- Name: "CP Armor Scroll10"
- Type: 18
- Buy: 0
- Script: <" getitem 14519,10; ">
-},
-{
- Id: 16560
- AegisName: "CP_Weapon_Scroll10"
- Name: "CP Weapon Scroll10"
- Type: 18
- Buy: 0
- Script: <" getitem 14520,10; ">
-},
-{
- Id: 16561
- AegisName: "CP_Scroll_Package"
- Name: "CP Scroll Package"
- Type: 2
- Buy: 0
-},
-{
- Id: 16562
- AegisName: "Majestic_Devil_Scroll"
- Name: "Majestic Devil Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16563
- AegisName: "BM100_Box_5"
- Name: "BM100 Box 5"
- Type: 18
- Buy: 0
- Weight: 10
- Script: <" getitem 14533,5; ">
-},
-{
- Id: 16565
- AegisName: "Capricorn_Crown_Box"
- Name: "Capricorn Crown Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5744,1; ">
-},
-{
- Id: 16567
- AegisName: "Capricorn_Diadem_Box"
- Name: "Capricorn Diadem Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5745,1; ">
-},
-{
- Id: 16568
- AegisName: "FCapricorn_Diadem_Box"
- Name: "Capricorn Diadem Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5745,1; ">
-},
-{
- Id: 16569
- AegisName: "Summber_Scroll"
- Name: "Komodo Egg"
- Type: 2
- Buy: 20
- Weight: 100
-},
-{
- Id: 16576
- AegisName: "Illusion_Nothing"
- Name: "Illusion Nothing"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16577
- AegisName: "Dragon_Captain"
- Name: "Dragon Captain"
- Type: 2
- Buy: 20
-},
-{
- Id: 16582
- AegisName: "Red_Bunny_Band_Box"
- Name: "Red Bunny Band Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5763,1; ">
-},
-{
- Id: 16584
- AegisName: "Sloth_Hat_Box"
- Name: "Sloth Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5761,1; ">
-},
-{
- Id: 16585
- AegisName: "F_Sloth_Hat_Box"
- Name: "F Sloth Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5761,1; ">
-},
-{
- Id: 16586
- AegisName: "Duneyrr_Helm_Box"
- Name: "Duneyrr Helm Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5762,1; ">
-},
-{
- Id: 16587
- AegisName: "F_Duneyrr_Helm_Box"
- Name: "F Duneyrr Helm Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5762,1; ">
-},
-{
- Id: 16600
- AegisName: "Spring_Flower_Scr_Tw"
- Name: "Spring Flower Scr Tw"
- Type: 2
- Buy: 20
-},
-{
- Id: 16601
- AegisName: "Blue_Arara_Hat_Box"
- Name: "Blue Arara Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5778,1; ">
-},
-{
- Id: 16602
- AegisName: "F_Blue_Arara_Hat_Box"
- Name: "F Blue Arara Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 5778,1; ">
-},
-{
- Id: 16619
- AegisName: "Yellow_Bunnyband_Box"
- Name: "Yellow Bunnyband Box"
- Type: 18
- Buy: 20
- Script: <" getitem 5783,1; ">
-},
-{
- Id: 16631
- AegisName: "Aributa_Scroll"
- Name: "Aributa Scroll"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 16638
- AegisName: "Life_Ribbon_Box"
- Name: "Ribbon of Life Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16639
- AegisName: "Life_Ribbon_Box2"
- Name: "Ribbon of Life Box II"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16640
- AegisName: "Life_Ribbon_Box3"
- Name: "Life Ribbon Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16652
- AegisName: "Flame_Light"
- Name: "Flame Light"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16653
- AegisName: "BM75_10Box"
- Name: "BM75 10Box"
- Type: 18
- Buy: 20
- Script: <" getitem 12563,10; ">
-},
-{
- Id: 16654
- AegisName: "Valiant_Will"
- Name: "Valiant Will"
- Type: 2
- Buy: 20
-},
-{
- Id: 16665
- AegisName: "Virgo_Scroll"
- Name: "Virgo Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 16666
- AegisName: "Magic_Candy_Box10"
- Name: "Magic Candy Box(10)"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16673
- AegisName: "Libra_Scroll"
- Name: "Libra Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16675
- AegisName: "Splash_Scroll"
- Name: "Splash Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16681
- AegisName: "BR_Independence_Scroll"
- Name: "BR Independence Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16682
- AegisName: "Boarding_Halter_Box"
- Name: "Halter Lead 7 Day Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12622,604800; ">
-},
-{
- Id: 16683
- AegisName: "B_Halter_Box_30Days"
- Name: "Halter Lead 30 Day Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12622,2592000; ">
-},
-{
- Id: 16684
- AegisName: "Wing_Of_Fly_Box10"
- Name: "Wing Of Fly Box10"
- Type: 18
- Buy: 20
- Script: <" getitem 601,10; ">
-},
-{
- Id: 16685
- AegisName: "Wing_Of_Fly_Box50"
- Name: "Wing Of Fly Box50"
- Type: 18
- Buy: 20
- Script: <" getitem 601,50; ">
-},
-{
- Id: 16686
- AegisName: "Wing_Of_Fly_Box100"
- Name: "Wing Of Fly Box100"
- Type: 18
- Buy: 20
- Script: <" getitem 601,100; ">
-},
-{
- Id: 16687
- AegisName: "RWC2010_SuitcaseA"
- Name: "RWC 2010 Travel Sack 1"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16688
- AegisName: "RWC2010_SuitcaseB"
- Name: "RWC 2010 Travel Sack 2"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16691
- AegisName: "Scorpius_Scroll"
- Name: "Scorpius Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 16740
- AegisName: "Ptotection_Seagod_Box"
- Name: "Seagod's Protection Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 6436,86400; ">
-},
-{
- Id: 16741
- AegisName: "Hairtail_Box1"
- Name: "Hairtail Box(1hr)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1198,86400; ">
-},
-{
- Id: 16742
- AegisName: "Hairtail_Box2"
- Name: "Hairtail Box(7day)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1198,604800; ">
-},
-{
- Id: 16743
- AegisName: "Spearfish_Box1"
- Name: "Marlin Box(1hr)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1489,86400; ">
-},
-{
- Id: 16744
- AegisName: "Spearfish_Box2"
- Name: "Marlin Box(7day)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1489,604800; ">
-},
-{
- Id: 16745
- AegisName: "Saurel_Box1"
- Name: "Saurel Box(1hr)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13068,86400; ">
-},
-{
- Id: 16746
- AegisName: "Saurel_Box2"
- Name: "Saurel Box(7day)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13068,604800; ">
-},
-{
- Id: 16747
- AegisName: "Tuna_Box1"
- Name: "Tuna Box(1hr)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 16016,86400; ">
-},
-{
- Id: 16748
- AegisName: "Tuna_Box2"
- Name: "Tuna Box(7day)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 16016,604800; ">
-},
-{
- Id: 16749
- AegisName: "Malang_Crab_Box1"
- Name: "Malangdo Crab Box(1hr)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 18107,86400; ">
-},
-{
- Id: 16750
- AegisName: "Malang_Crab_Box2"
- Name: "Malangdo Crab Box(7day)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 18107,604800; ">
-},
-{
- Id: 16751
- AegisName: "Brindle_Eel_Box1"
- Name: "Spotty Eel Box1"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 18108,86400; ">
-},
-{
- Id: 16752
- AegisName: "Brindle_Eel_Box2"
- Name: "Spotty Eel Box2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 18108,604800; ">
-},
-{
- Id: 16753
- AegisName: "Unbreak_Weap_Box"
- Name: "Blessed Weapon Ore Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 6438,1; ">
-},
-{
- Id: 16754
- AegisName: "F_Unbreak_Weap_Box"
- Name: "F Unbreak Weap Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6438,1; ">
-},
-{
- Id: 16755
- AegisName: "Unbreak_Def_Box"
- Name: "Blessed Armor Ore Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 6439,1; ">
-},
-{
- Id: 16756
- AegisName: "F_Unbreak_Def_Box"
- Name: "F Unbreak Def Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6439,1; ">
-},
-{
- Id: 16757
- AegisName: "Hallo_Scroll"
- Name: "halloween Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16760
- AegisName: "Umbala_Spirit_Box2"
- Name: "Umbala Spirit Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16761
- AegisName: "F_Umbala_Spirit_Box2"
- Name: "Umbala Spirit Box"
- Type: 2
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16763
- AegisName: "Ptotection_Seagod_Box2"
- Name: "Seagod's Protection Box2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 6436,604800; ">
-},
-{
- Id: 16764
- AegisName: "Ptotection_Seagod_Box3"
- Name: "Seagod's Protection Box3"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 6436,1209600; ">
-},
-{
- Id: 16765
- AegisName: "Octo_Hstick_Box"
- Name: "Octopus Hstick Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 6442,86400; ">
-},
-{
- Id: 16766
- AegisName: "Octo_Hstick_Box2"
- Name: "Octopus Hstick Box2"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 6442,259200; ">
-},
-{
- Id: 16767
- AegisName: "Octo_Hstick_Box3"
- Name: "Octopus Hstick Box3"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 6442,604800; ">
-},
-{
- Id: 16770
- AegisName: "Silvervine_Fruit_Box10"
- Name: "Silvervine 10 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 6417,10;
- getitem 12636,30;
- ">
-},
-{
- Id: 16771
- AegisName: "Silvervine_Fruit_Box40"
- Name: "Silvervine 40 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 6417,40;
- getitem 12636,120;
- ">
-},
-{
- Id: 16774
- AegisName: "Asgard_Scroll"
- Name: "Asgard Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16775
- AegisName: "Sagittarius_Scroll"
- Name: "Sagittarius Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16776
- AegisName: "Universal_Catalog_Gold_Box10"
- Name: "Universal Catalog Gold 10 Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12581,10; ">
-},
-{
- Id: 16777
- AegisName: "Universal_Catalog_Gold_Box50"
- Name: "Universal Catalog Gold 50 Box"
- Type: 2
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12581,50; ">
-},
-{
- Id: 16826
- AegisName: "Sagittarius_Scr_Box"
- Name: "Sagittarius Scr Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16972
- AegisName: "Weather_Report_Box"
- Name: "Weather Forecast Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 16973
- AegisName: "Yellow_Hat_Box"
- Name: "Costume Yellow Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 19515,1; ">
-},
-{
- Id: 16974
- AegisName: "Comin_Actor_Box"
- Name: "Costume Old-Timey Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16975
- AegisName: "Singing_Bird_Box"
- Name: "Costume Singing Bird Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 19516,1; ">
-},
-{
- Id: 16976
- AegisName: "Hen_Set_Box"
- Name: "Costume Chicken Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16977
- AegisName: "Red_Minicrown_Box"
- Name: "Costume Mini Crown Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 19522,1; ">
-},
-{
- Id: 16979
- AegisName: "Silvervine_Fruit_Box4"
- Name: "Silvervine 4 Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 6417,4;
- getitem 12636,12;
- ">
-},
-{
- Id: 16990
- AegisName: "Sagittar_Diadem_Scroll"
- Name: "Sagittar Diadem Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16991
- AegisName: "Sagittar_Di_Scroll_Box"
- Name: "Sagittar Di Scroll Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16992
- AegisName: "Butterfly_Wing_Box20"
- Name: "Butterfly Wing Box20"
- Type: 18
- Buy: 20
- Script: <" getitem 602,20; ">
-},
-{
- Id: 16993
- AegisName: "Butterfly_Wing_Box50"
- Name: "Butterfly Wing Box(50)"
- Type: 18
- Buy: 20
- Script: <" getitem 602,50; ">
-},
-{
- Id: 16995
- AegisName: "Old_Hat_Box"
- Name: "Old Hat Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 16996
- AegisName: "Capri_Crown_Scroll"
- Name: "Capri Crown Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16997
- AegisName: "Capri_Crown_Scroll_Box"
- Name: "Capri Crown Scroll Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 16998
- AegisName: "Archangel_Wing_Box"
- Name: "Archangel's Wing Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2573,1; ">
-},
-{
- Id: 16999
- AegisName: "Bravery_Bag_Box"
- Name: "Heroic Backpack Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2576,1; ">
-},
-{
- Id: 17000
- AegisName: "Wander_Man_Box5"
- Name: "WanderM. Summon Box(5)"
- Type: 18
- Buy: 20
- Script: <" getitem 12626,5; ">
-},
-{
- Id: 17001
- AegisName: "Wander_Man_Box10"
- Name: "WanderM. Summon Box(10)"
- Type: 18
- Buy: 20
- Script: <" getitem 12626,10; ">
-},
-{
- Id: 17002
- AegisName: "Wicked_Nymph_Box5"
- Name: "Wicked N. Summon Box(5)"
- Type: 18
- Buy: 20
- Script: <" getitem 12627,5; ">
-},
-{
- Id: 17003
- AegisName: "Wicked_Nymph_Box10"
- Name: "Wicked N. Summon Box(10)"
- Type: 18
- Buy: 20
- Script: <" getitem 12627,10; ">
-},
-{
- Id: 17004
- AegisName: "Kasa_Scroll_Box5"
- Name: "Kasa Summon Box(5)"
- Type: 18
- Buy: 20
- Script: <" getitem 12628,5; ">
-},
-{
- Id: 17005
- AegisName: "Kasa_Scroll_Box10"
- Name: "Kasa Summon Box(10)"
- Type: 18
- Buy: 20
- Script: <" getitem 12628,10; ">
-},
-{
- Id: 17006
- AegisName: "Salamander_Box5"
- Name: "Salamander Summon Box(5)"
- Type: 18
- Buy: 20
- Script: <" getitem 12629,5; ">
-},
-{
- Id: 17007
- AegisName: "Salamander_Box10"
- Name: "Salamander Summon Box(10)"
- Type: 18
- Buy: 20
- Script: <" getitem 12629,10; ">
-},
-{
- Id: 17008
- AegisName: "Teddy_Bear_Box5"
- Name: "Teddy Bear Summon Box(5)"
- Type: 18
- Buy: 20
- Script: <" getitem 12630,5; ">
-},
-{
- Id: 17009
- AegisName: "Teddy_Bear_Box10"
- Name: "Teddy Bear Summon Box(10)"
- Type: 18
- Buy: 20
- Script: <" getitem 12630,10; ">
-},
-{
- Id: 17011
- AegisName: "Capricon_Di_Scroll"
- Name: "New YearCapricon scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17012
- AegisName: "Capricon_Di_Scroll_Box"
- Name: "New Year Capricon Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17013
- AegisName: "Malang_Woe_Encard_Box"
- Name: "Malangdo Woe Encard Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 16740,1;
- getitem 16765,1;
- ">
-},
-{
- Id: 17014
- AegisName: "Butterfly_ear_Box"
- Name: "Costume Butterfly Ears Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 19509,1; ">
-},
-{
- Id: 17015
- AegisName: "Stuckhead_Screw_Box"
- Name: "Costume Bolt Ears Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 19510,1; ">
-},
-{
- Id: 17016
- AegisName: "Aquarius_Diadem_Scroll"
- Name: "Aquarius Diadem Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17017
- AegisName: "Aquarius_Di_Scroll_Box"
- Name: "Aquarius Diadem Box 10"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17018
- AegisName: "Libra_Scroll2"
- Name: "Libra Scroll2"
- Type: 2
- Buy: 20
-},
-{
- Id: 17019
- AegisName: "Scorpio_Scroll2"
- Name: "Scorpio Scroll2"
- Type: 2
- Buy: 20
-},
-{
- Id: 17020
- AegisName: "Tw_Nov_Scroll2"
- Name: "Anubis Scroll II"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17021
- AegisName: "Summer_Scroll3"
- Name: "Summer Scroll3"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17022
- AegisName: "Super_Pet_Egg1_2"
- Name: "Super Pet Egg1 2"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17023
- AegisName: "Super_Pet_Egg4_2"
- Name: "Super Pet Egg4 2"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17024
- AegisName: "Lovely_Aquarius_Scroll"
- Name: "Lovely Aquarius Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17025
- AegisName: "Lovely_Aquarius_Box"
- Name: "Lovely Aquarius Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17026
- AegisName: "Boitata_Scroll"
- Name: "Boitata Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17028
- AegisName: "Pisces_Diadem_Scroll"
- Name: "Pisces Diadem Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17029
- AegisName: "Pisces_Diadem_Box"
- Name: "Pisces Diadem Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17030
- AegisName: "St_Pat_Hat_box"
- Name: "St Patrick's Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18565,1; ">
-},
-{
- Id: 17035
- AegisName: "Energetic_Pisces_Scroll"
- Name: "Energetic Pisces Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17036
- AegisName: "Energetic_Pisces_Box"
- Name: "Energetic Pisces Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17037
- AegisName: "Transbox_Devi"
- Name: "Transformation Scroll Box(Deviruchi)(10)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12658,10; ">
-},
-{
- Id: 17038
- AegisName: "Transbox_Ray"
- Name: "Transformation Scroll Box(Raydric Archer)(10)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12659,10; ">
-},
-{
- Id: 17039
- AegisName: "Transbox_Mavka"
- Name: "Transformation Scroll Box(Mavka)(10)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12660,10; ">
-},
-{
- Id: 17040
- AegisName: "Transbox_Marduk"
- Name: "Transformation Scroll Box(Manuk)(10)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12661,10; ">
-},
-{
- Id: 17041
- AegisName: "Transbox_Banshee"
- Name: "Transformation Scroll Box(Banshee)(10)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12662,10; ">
-},
-{
- Id: 17042
- AegisName: "Transbox_Poring"
- Name: "Transformation Scroll Box(Poring)(10)"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12663,10; ">
-},
-{
- Id: 17043
- AegisName: "Transbox_Golem"
- Name: "Transformation Scroll Box(Golem)(10)"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12664,10; ">
-},
-{
- Id: 17050
- AegisName: "Aries_Scroll"
- Name: "Aries Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17051
- AegisName: "Aries_Scroll_Box"
- Name: "Aries Scroll Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17052
- AegisName: "Holy_Mom_Blaze_Box"
- Name: "Virgin Splendor Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6472,1; ">
-},
-{
- Id: 17056
- AegisName: "Wiz_Card_Album"
- Name: "Wiz Card Album"
- Type: 2
- Buy: 20
-},
-{
- Id: 17057
- AegisName: "Swordman_Card_Album"
- Name: "Swordman Card Album"
- Type: 2
- Buy: 20
-},
-{
- Id: 17058
- AegisName: "Thief_Card_Album"
- Name: "Thief Card Album"
- Type: 2
- Buy: 20
-},
-{
- Id: 17059
- AegisName: "Acolyte_Card_Album"
- Name: "Acolyte Card Album"
- Type: 2
- Buy: 20
-},
-{
- Id: 17060
- AegisName: "Merchant_Card_Album"
- Name: "Merchant Card Album"
- Type: 2
- Buy: 20
-},
-{
- Id: 17061
- AegisName: "Archer_Card_Album"
- Name: "Archer Card Album"
- Type: 2
- Buy: 20
-},
-{
- Id: 17062
- AegisName: "Taurus_Diadem_Scroll"
- Name: "Taurus Diadem Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17063
- AegisName: "Taurus_Di_Scroll_Box"
- Name: "Taurus Di Scroll Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17064
- AegisName: "Tw_Sagitt_Scroll"
- Name: "Tw Sagitt Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17066
- AegisName: "Poison_Bottle_Box50"
- Name: "Poison Bottle Box50"
- Type: 18
- Buy: 20
- Script: <" getitem 678,50; ">
-},
-{
- Id: 17067
- AegisName: "Poison_Bottle_Box100"
- Name: "Poison Bottle Box(100)"
- Type: 18
- Buy: 20
- Script: <" getitem 678,100; ">
-},
-{
- Id: 17068
- AegisName: "Acidbomb_Box50"
- Name: "Acid Bomb 50 Pack"
- Type: 2
- Buy: 20
-},
-{
- Id: 17069
- AegisName: "Acidbomb_Box100"
- Name: "Acidbomb Box(100)"
- Type: 2
- Buy: 20
-},
-{
- Id: 17070
- AegisName: "Acidbomb_Box500"
- Name: "Acidbomb Box(500)"
- Type: 2
- Buy: 20
-},
-{
- Id: 17071
- AegisName: "Superb_Fish_Box50"
- Name: "Superb Fish Box(50)"
- Type: 18
- Buy: 20
- Script: <" getitem 14524,50; ">
-},
-{
- Id: 17072
- AegisName: "Superb_Fish_Box100"
- Name: "Superb Fish Box(100)"
- Type: 18
- Buy: 20
- Script: <" getitem 14524,100; ">
-},
-{
- Id: 17073
- AegisName: "Superb_Fish_Box500"
- Name: "Superb Fish Box(500)"
- Type: 18
- Buy: 20
- Script: <" getitem 14524,500; ">
-},
-{
- Id: 17074
- AegisName: "Empty_Bottle_Box10"
- Name: "Empty Bottle Box10"
- Type: 18
- Buy: 20
- Script: <" getitem 713,10; ">
-},
-{
- Id: 17075
- AegisName: "Empty_Bottle_Box100"
- Name: "Empty Bottle Box100"
- Type: 18
- Buy: 20
- Script: <" getitem 713,100; ">
-},
-{
- Id: 17076
- AegisName: "Empty_Bottle_Box500"
- Name: "Empty Bottle Box500"
- Type: 18
- Buy: 20
- Script: <" getitem 713,500; ">
-},
-{
- Id: 17077
- AegisName: "Taurus_Crown_Scroll"
- Name: "Taurus Crown Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17078
- AegisName: "Taurus_Crown_Scroll_Box"
- Name: "Taurus Crown Scroll Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17080
- AegisName: "Scorpio_Scroll3"
- Name: "March and Groove Pack"
- Type: 2
- Buy: 20
-},
-{
- Id: 17081
- AegisName: "Yggdrasil_Crown_Box"
- Name: "Yggdrasil Crown Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18580,1; ">
-},
-{
- Id: 17082
- AegisName: "Gemi_Diadem_Scroll"
- Name: "Alora's Costume Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17083
- AegisName: "Gemi_Diadem_Scroll_Box"
- Name: "Hawt Groove Pack"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17084
- AegisName: "Upg_Katar_Box"
- Name: "Upgrade Katar Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1292,1; ">
-},
-{
- Id: 17085
- AegisName: "Upg_Two_Handed_Axe_Box"
- Name: "Upgrade Two-Handed Axe Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1394,1; ">
-},
-{
- Id: 17086
- AegisName: "Upg_Lance_Box"
- Name: "Upgrade Spear Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1491,1; ">
-},
-{
- Id: 17087
- AegisName: "Upg_Book_Box"
- Name: "Upgrade Book Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1585,1; ">
-},
-{
- Id: 17088
- AegisName: "Upg_Staff_Box"
- Name: "Upgrade Staff Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2015,1; ">
-},
-{
- Id: 17089
- AegisName: "Upg_Dagger_Box"
- Name: "Upgrade Dagger Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13071,1; ">
-},
-{
- Id: 17090
- AegisName: "Upg_Revolver_Box"
- Name: "Upgrade Revolver Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 13115,1; ">
-},
-{
- Id: 17091
- AegisName: "Upg_Mace_Box"
- Name: "Upgrade Mace Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 16019,1; ">
-},
-{
- Id: 17092
- AegisName: "Upg_Bow_Box"
- Name: "Upgrade Bow Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 18112,1; ">
-},
-{
- Id: 17093
- AegisName: "Upg_Twohand_Sword_Box"
- Name: "Upgrade Two-Hand Sword Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 21000,1; ">
-},
-{
- Id: 17094
- AegisName: "Upg_Katar_Box2"
- Name: "Upgrade Katar Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17095
- AegisName: "Upg_Two_Handed_Axe_Box2"
- Name: "Upgrade Two-Hand Axe Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17096
- AegisName: "Upg_Lance_Box2"
- Name: "Upgrade Lance Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17104
- AegisName: "HD_Oridecon_50Box"
- Name: "HD Oridecon 50 Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6240,50; ">
-},
-{
- Id: 17105
- AegisName: "HD_Elunium_50Box"
- Name: "HD Elunium 50 Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6241,50; ">
-},
-{
- Id: 17106
- AegisName: "Max_Weight_Up_10Box"
- Name: "Heavy Lifter Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7776,10; ">
-},
-{
- Id: 17107
- AegisName: "Gemi_Crown_Scroll"
- Name: "Gemini Crown Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17108
- AegisName: "Gemi_Crown_Scroll_Box"
- Name: "Gemini Crown Scroll 10 Box"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17109
- AegisName: "Capri_Scroll"
- Name: "May You Groove On Pack"
- Type: 2
- Buy: 20
-},
-{
- Id: 17110
- AegisName: "Aquarius_Scroll"
- Name: "Aquarius Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17113
- AegisName: "Pisces_Scroll"
- Name: "Marching Hat Box"
- Type: 2
- Buy: 20
-},
-{
- Id: 17114
- AegisName: "Horn_Of_Ancient_Box"
- Name: "Ancient Horns Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18595,1; ">
-},
-{
- Id: 17115
- AegisName: "Sprout_Hat_Box"
- Name: "Sprout Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18596,1; ">
-},
-{
- Id: 17116
- AegisName: "Mercury_Helm_Box"
- Name: "Mercury Riser Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18597,1; ">
-},
-{
- Id: 17118
- AegisName: "ASPD_Potion_Box10"
- Name: "ASPD Enhanced Potion Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17120
- AegisName: "Taurus_Scroll"
- Name: "Taurus Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17121
- AegisName: "Starry_Scroll"
- Name: "Starry Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17122
- AegisName: "Immuned_Shield_Box"
- Name: "Immune Shield Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2168,1; ">
-},
-{
- Id: 17123
- AegisName: "Black_Devil_Mask_Box"
- Name: "Black Devil's Mask Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 18599,1; ">
-},
-{
- Id: 17124
- AegisName: "Cat_Ears_Beret_Box"
- Name: "Cat Ear Beret Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 18600,1; ">
-},
-{
- Id: 17125
- AegisName: "Red_Bread_Hat_Box"
- Name: "Red Pom Band Box"
- Type: 18
- Buy: 20
- Weight: 10
- Script: <" getitem 18601,1; ">
-},
-{
- Id: 17126
- AegisName: "ASPD_Potion_Box10_2"
- Name: "ASPD Enhanced Potion Box"
- Type: 18
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12684,10; ">
-},
-{
- Id: 17127
- AegisName: "Leo_Scroll2"
- Name: "March Groove and Win Crate"
- Type: 2
- Buy: 20
-},
-{
- Id: 17134
- AegisName: "RWC_Scroll"
- Name: "RWC Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17138
- AegisName: "Ms_Cancer_Scroll"
- Name: "Cancer Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17139
- AegisName: "RWC_Super_Scroll"
- Name: "RWC Super Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17140
- AegisName: "Leo_Scroll"
- Name: "Leo Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17141
- AegisName: "Ms_Virgo_Scroll"
- Name: "Virgo Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17143
- AegisName: "Ms_Scorpio_Scroll"
- Name: "Scorpius Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17146
- AegisName: "Dep_Alice_Hat_Box"
- Name: "Dep Alice Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18630,1; ">
-},
-{
- Id: 17147
- AegisName: "Ribbon_Chef_Hat_Box"
- Name: "Ribbon Chef Hat Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18631,1; ">
-},
-{
- Id: 17152
- AegisName: "Bridal_Ribbon_Box"
- Name: "Bridal Ribbon Box"
- Type: 18
- Buy: 20
- Script: <" getitem 18636,1; ">
-},
-{
- Id: 17155
- AegisName: "Upg_Huuma_Shuriken_Box"
- Name: "Upg Huuma Shuriken Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13316,86400; ">
-},
-{
- Id: 17156
- AegisName: "TCG_Card_Scroll"
- Name: "Bossnia Ticket Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17157
- AegisName: "Vital_Flower_Box"
- Name: "Vital Flower Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6113,10; ">
-},
-{
- Id: 17158
- AegisName: "Flame_Gemstone_Box"
- Name: "Flame Gemstone Box"
- Type: 18
- Buy: 20
- Script: <" getitem 6114,10; ">
-},
-{
- Id: 17162
- AegisName: "Boarding_Halter_Box7"
- Name: "Boarding Halter Box 7D"
- Type: 2
- Buy: 20
- Weight: 10
-},
-{
- Id: 17165
- AegisName: "Challenge_Kit"
- Name: "Challenge Kit"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17176
- AegisName: "Boarding_Halter_Box3"
- Name: "Halter Lead Box[Trial]"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17181
- AegisName: "Jan_Groove_Box"
- Name: "Getting Lucky Box"
- Type: 2
- Buy: 20
-},
-{
- Id: 17184
- AegisName: "3rd_Test_Pass_Box"
- Name: "3rd Test Pass Box"
- Type: 18
- Buy: 0
- Script: <" getitem 6583,1; ">
-},
-{
- Id: 17203
- AegisName: "Free_Pass_Box"
- Name: "Free Pass Box"
- Type: 2
- Buy: 20
-},
-{
- Id: 17207
- AegisName: "Idn_Heart_Scroll"
- Name: "Idn Heart Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17209
- AegisName: "Tw_Rainbow_Scroll"
- Name: "Tw Rainbow Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17210
- AegisName: "Tw_Red_Scroll"
- Name: "Tw Red Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17211
- AegisName: "Tw_Orange_Scroll"
- Name: "Tw Orange Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17212
- AegisName: "Tw_Yellow_Scroll"
- Name: "Tw Yellow Scroll"
- Type: 2
- Buy: 20
- Script: <" packageitem(); ">
-},
-{
- Id: 17233
- AegisName: "Scroll_Of_Death"
- Name: "Scroll Of Death"
- Type: 2
- Buy: 20
-},
-{
- Id: 17234
- AegisName: "Scroll_Of_Life"
- Name: "Scroll Of Life"
- Type: 2
- Buy: 20
-},
-{
- Id: 17235
- AegisName: "Scroll_Of_Magic"
- Name: "Scroll Of Magic"
- Type: 2
- Buy: 20
-},
-{
- Id: 17236
- AegisName: "Scroll_Of_Thews"
- Name: "Scroll Of Thews"
- Type: 2
- Buy: 20
-},
-{
- Id: 17237
- AegisName: "Scroll_Of_Darkness"
- Name: "Scroll Of Darkness"
- Type: 2
- Buy: 20
-},
-{
- Id: 17238
- AegisName: "Scroll_Of_Holiness"
- Name: "Scroll Of Holiness"
- Type: 2
- Buy: 20
-},
-{
- Id: 17239
- AegisName: "Horned_Scroll"
- Name: "Horned Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17240
- AegisName: "Mercury_Scroll"
- Name: "Mercury Scroll"
- Type: 2
- Buy: 20
-},
-{
- Id: 17245
- AegisName: "Idn_Independ_Scroll"
- Name: "Idn Independ Scroll"
- Type: 18
- Buy: 20
-},
-{
- Id: 17246
- AegisName: "HD_Elunium_Box(30)"
- Name: "HD Elunium Box(30)"
- Type: 18
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6241,30; ">
-},
-{
- Id: 17247
- AegisName: "HD_Oridecon_Box(30)"
- Name: "HD Oridecon Box(30)"
- Type: 18
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6240,30; ">
-},
-{
- Id: 17251
- AegisName: "C_Wing_Of_Fly_3Day_Box"
- Name: "Fly Wing Infinite 3rd Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17252
- AegisName: "RWC_2012_Set_Box"
- Name: "RWC Rally Box"
- Type: 2
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 17253
- AegisName: "RWC_2012_Ring_Box"
- Name: "RWC Enchant Reset Ticket Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2966,1; ">
-},
-{
- Id: 17254
- AegisName: "RWC_2012_Pendant_Box"
- Name: "RWC Enchant Reset 5 Ticket Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2968,1; ">
-},
-{
- Id: 17256
- AegisName: "Good_Student_Gift_Box"
- Name: "Good Student Gift Box"
- Type: 18
- Buy: 20
-},
-{
- Id: 17257
- AegisName: "Bad_Student_Gift_Box"
- Name: "Bad Student Gift Box"
- Type: 18
- Buy: 20
-},
-{
- Id: 17262
- AegisName: "Ex_Def_Potion_Box"
- Name: "Special Defense Potion Box"
- Type: 18
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 17270
- AegisName: "STR_Biscuit_Stick_Box"
- Name: "Bar of Strength Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14616,20; ">
-},
-{
- Id: 17271
- AegisName: "VIT_Biscuit_Stick_Box"
- Name: "VIT Biscuit Stick Box"
- Type: 18
- Buy: 0
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14617,20; ">
-},
-{
- Id: 18000
- AegisName: "Cannon_Ball"
- Name: "Cannon Ball"
- Type: 10
- Buy: 100
- Weight: 10
- Atk: 100
- Job: 0x00040400
- Upper: 8
- Loc: 32768
- View: 8
-},
-{
- Id: 18001
- AegisName: "Holy_Cannon_Ball"
- Name: "Holy Cannon Ball"
- Type: 10
- Buy: 200
- Weight: 10
- Atk: 120
- Job: 0x00040400
- Upper: 8
- Loc: 32768
- View: 8
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 18002
- AegisName: "Dark_Cannon_Ball"
- Name: "Dark Cannon Ball"
- Type: 10
- Buy: 200
- Weight: 10
- Atk: 120
- Job: 0x00040400
- Upper: 8
- Loc: 32768
- View: 8
- Script: <" bonus bAtkEle,Ele_Dark; ">
-},
-{
- Id: 18003
- AegisName: "Soul_Cannon_Ball"
- Name: "Soul Cannon Ball"
- Type: 10
- Buy: 200
- Weight: 10
- Atk: 120
- Job: 0x00040400
- Upper: 8
- Loc: 32768
- View: 8
- Script: <" bonus bAtkEle,Ele_Ghost; ">
-},
-{
- Id: 18004
- AegisName: "Iron_Cannon_Ball"
- Name: "Iron Cannon Ball"
- Type: 10
- Buy: 500
- Weight: 10
- Atk: 250
- Job: 0x00040400
- Upper: 8
- Loc: 32768
- View: 8
-},
-{
- Id: 18100
- AegisName: "Shooting_Star_C"
- Name: "Shooting Star"
- Type: 4
- Buy: 1
- Atk: 190
- Range: 5
- Job: 0x00080800
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLongAtkRate,20; ">
-},
-{
- Id: 18101
- AegisName: "F_Bow_Of_Rudra_C"
- Name: "Rental Bow Of Rudra"
- Type: 4
- Buy: 2
- Atk: 185
- Range: 5
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 11
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- bonus2 bResEff,Eff_Poison,5000;
- bonus2 bResEff,Eff_Curse,5000;
- bonus2 bResEff,Eff_Silence,5000;
- bonus2 bResEff,Eff_Confusion,5000;
- bonus2 bResEff,Eff_Blind,5000;
- ">
-},
-{
- Id: 18102
- AegisName: "E_Bow_Of_Rudra_C"
- Name: "E Bow Of Rudra C"
- Type: 4
- Buy: 2
- Atk: 185
- Range: 5
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 4
- Refine: false
- View: 11
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- bonus2 bResEff,Eff_Poison,5000;
- bonus2 bResEff,Eff_Curse,5000;
- bonus2 bResEff,Eff_Silence,5000;
- bonus2 bResEff,Eff_Confusion,5000;
- bonus2 bResEff,Eff_Blind,5000;
- ">
-},
-{
- Id: 18103
- AegisName: "Mystic_Bow"
- Name: "Mystic Bow"
- Type: 4
- Buy: 20
- Weight: 1700
- Atk: 75
- Range: 5
- Job: 0x00080800
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 105
- View: 11
- Script: <"
- bonus bMatk,100;
- bonus bInt,4;
- bonus2 bSkillUseSP,WM_SEVERE_RAINSTORM,10;
- ">
-},
-{
- Id: 18104
- AegisName: "Adventure_Bow"
- Name: "Adventure Bow"
- Type: 4
- Buy: 0
- Atk: 60
- Range: 1
- Job: 0x00080808
- Loc: 34
- WeaponLv: 1
- Refine: false
- View: 11
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 18105
- AegisName: "Academy_Bow"
- Name: "Academy Bow"
- Type: 4
- Buy: 0
- Weight: 1200
- Atk: 90
- Range: 5
- Slots: 1
- Job: 0x00080808
- Loc: 34
- WeaponLv: 1
- View: 11
-},
-{
- Id: 18106
- AegisName: "P_Bow3"
- Name: "Eden Group Bow3"
- Type: 4
- Buy: 0
- Atk: 140
- Range: 5
- Job: 0x00080808
- Loc: 34
- WeaponLv: 3
- EquipLv: 60
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18107
- AegisName: "Malang_Snow_Crab"
- Name: "Malang Snow Crab"
- Type: 4
- Buy: 0
- Atk: 120
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 1
- EquipLv: 50
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bLuk,3;
- bonus bCritAtkRate,50;
- if(BaseLevel>99) {
- bonus bLongAtkRate,10;
- }
- ">
-},
-{
- Id: 18108
- AegisName: "Brindle_Eel"
- Name: "Brindle Eel"
- Type: 4
- Buy: 0
- Atk: 180
- Range: 5
- Job: 0x00080800
- Loc: 34
- WeaponLv: 1
- EquipLv: 50
- Refine: false
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAgi,3;
- autobonus "{ bonus bAspd,2; }",10,7000,BF_WEAPON,"{ specialeffect2 EF_HASTEUP; }";
- if(BaseLevel>99) {
- bonus bLongAtkRate,10;
- }
- ">
-},
-{
- Id: 18109
- AegisName: "Catapult"
- Name: "Catapult"
- Type: 4
- Buy: 56000
- Weight: 1100
- Atk: 150
- Range: 5
- Slots: 2
- Job: 0x00020000
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 11
- Script: <"
- bonus2 bSkillAtk,SC_TRIANGLESHOT,(getrefine()*2);
- bonus2 bSkillUseSP,SC_TRIANGLESHOT,(getrefine()*2);
- ">
-},
-{
- Id: 18110
- AegisName: "Big_CrossBow"
- Name: "Big CrossBow"
- Type: 4
- Buy: 56000
- Weight: 900
- Atk: 160
- Range: 5
- Slots: 2
- Job: 0x00000800
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 110
- View: 11
- Script: <"
- bonus2 bSkillAtk,RA_ARROWSTORM,(getrefine()*5);
- bonus2 bSkillUseSP,RA_ARROWSTORM,(getrefine()*-5);
- if(readparam(bAgi)>=120) { bonus bAspd,1; }
- ">
-},
-{
- Id: 18111
- AegisName: "Creeper_Bow"
- Name: "Creeper Bow"
- Type: 4
- Buy: 56000
- Weight: 1500
- Atk: 150
- Range: 5
- Slots: 2
- Job: 0x00080800
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 120
- View: 11
- Script: <"
- bonus bDex,1;
- bonus3 bAutoSpell,PF_SPIDERWEB,1,200;
- ">
-},
-{
- Id: 18112
- AegisName: "Upg_Bow"
- Name: "Upgrade Bow"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 60
- Range: 5
- Slots: 1
- Job: 0x00080808
- Loc: 34
- WeaponLv: 3
- View: 11
- Script: <"
- bonus bBaseAtk,(getrefine()*7);
- bonus bLongAtkRate,(getrefine()*2);
- if(BaseJob==Job_Hunter) bonus bBaseAtk,20;
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
- ">
-},
-{
- Id: 18113
- AegisName: "Velum_Arbalest"
- Name: "Vellum Arbalest"
- Type: 4
- Buy: 20
- Weight: 1100
- Atk: 50
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 11
- Script: <"
- bonus3 bSPVanishRate,10000,4,BF_NORMAL;
- bonus bAspd,-5;
- ">
-},
-{
- Id: 18114
- AegisName: "Velum_CrossBow"
- Name: "Vellum CrossBow"
- Type: 4
- Buy: 20
- Weight: 1100
- Atk: 110
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 11
- Script: <"
- bonus2 bAddRace,RC_Player,30+getrefine();
- bonus2 bIgnoreDefRate,RC_Player,30;
- ">
-},
-{
- Id: 18115
- AegisName: "Orc_Archer_Bow_"
- Name: "Orc Archer's Bow"
- Type: 4
- Buy: 20
- Weight: 1600
- Atk: 120
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 65
- View: 11
-},
-{
- Id: 18116
- AegisName: "Metal_Bow"
- Name: "Metal Bow"
- Type: 4
- Buy: 20
- Atk: 50
- Range: 5
- Slots: 1
- Job: 0x00080808
- Loc: 34
- WeaponLv: 3
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(BaseJob==Job_Hunter && Upper!=2) bonus bBaseAtk,10;
- bonus bBaseAtk,(getrefine()*3);
- bonus bLongAtkRate,getrefine();
- .@val = max(BaseLevel/10, 12);
- if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
- ">
-},
-{
- Id: 18117
- AegisName: "Royal_Bow"
- Name: "Royal Bow"
- Type: 4
- Buy: 200000
- Weight: 1500
- Atk: 80
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 4
- EquipLv: 105
- View: 11
-},
-{
- Id: 18119
- AegisName: "Thanatos_Bow"
- Name: "Thanatos Bow"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 180
- Matk: 110
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 11
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 18120
- AegisName: "Evil_Slayer_Piercer_Bow"
- Name: "Evil Slayer Piercer Bow"
- Type: 4
- Buy: 20
- Weight: 1350
- Atk: 115
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 11
- Script: <"
- bonus2 bAddRace,RC_Demon,10;
- bonus2 bAddRace,RC_Undead,10;
- if(getrefine()>=9) { bonus bAtkRate,5; }
- if(getrefine()>=12) { bonus bAtkRate,7; }
- ">
-},
-{
- Id: 18121
- AegisName: "Bow_of_Vicious_Mind"
- Name: "Bow of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1700
- Atk: 170
- Range: 5
- Slots: 1
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 11
- Script: <" bonus bAtk,pow(min(getrefine(),15),2); ">
-},
-{
- Id: 18122
- AegisName: "Giant_Bow"
- Name: "Giant Bow"
- Type: 4
- Buy: 20
- Weight: 3000
- Atk: 195
- Range: 5
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 11
- Script: <"
- bonus bLongAtkRate,40;
- bonus bAspdRate,-15;
- bonus bHit,-50;
- ">
-},
-{
- Id: 18123
- AegisName: "Bow_of_Storms"
- Name: "Bow of Storms"
- Type: 4
- Buy: 12400
- Weight: 1500
- Atk: 160
- Range: 5
- Slots: 1
- Job: 0x00080808
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 11
- Script: <"
- bonus bLongAtkRate,30;
- bonus2 bSkillCooldown,WM_SEVERE_RAINSTORM,-20;
- bonus2 bSkillUseSP,WM_SEVERE_RAINSTORM,15;
- ">
-},
-{
- Id: 18124
- AegisName: "Half_BF_Bow1"
- Name: "Half BF Bow1"
- Type: 4
- Atk: 100
- Range: 5
- Job: 0x000A0848
- Loc: 34
- WeaponLv: 3
- View: 11
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,30;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 18126
- AegisName: "Blue_Bow"
- Name: "Blue Bow"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 170
- Range: 5
- Slots: 1
- Job: 0x00000800
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 11
- Script: <"
- bonus bAgi,5;
- bonus bDex,5;
- ">
-},
-{
- Id: 18128
- AegisName: "Infinity_Bow"
- Name: "Infinity Bow"
- Type: 4
- Weight: 500
- Atk: 160
- Range: 5
- Slots: 1
- Job: 0x000A0848
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 11
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18130
- AegisName: "Crimson_Bow"
- Name: "Crimson Bow"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 120
- Range: 5
- Slots: 2
- Job: 0x000A0808
- Loc: 34
- WeaponLv: 3
- EquipLv: 7
- View: 11
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 18500
- AegisName: "Cheer_Scarf6"
- Name: "Cheering scarf VI"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,60;
- bonus2 bExpAddRace,RC_NonBoss,60;
- ">
-},
-{
- Id: 18501
- AegisName: "Cheer_Scarf8"
- Name: "Cheering scarf VIII"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,80;
- bonus2 bExpAddRace,RC_NonBoss,80;
- ">
-},
-{
- Id: 18502
- AegisName: "Cheer_Scarf10"
- Name: "Cheering scarf X"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bExpAddRace,RC_Boss,100;
- bonus2 bExpAddRace,RC_NonBoss,100;
- ">
-},
-{
- Id: 18503
- AegisName: "Small_Horn_Of_Devil"
- Name: "Small Devil Horns"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Loc: 512
- Refine: false
- View: 562
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- ">
-},
-{
- Id: 18504
- AegisName: "Anubis_Helm_J"
- Name: "Anubis Helm J"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 769
- EquipLv: 70
- Refine: false
- View: 485
- Script: <"
- bonus bDefRate,-50;
- bonus bMdefRate,-50;
- bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,2,10,BF_WEAPON|BF_MAGIC,0;
- ">
-},
-{
- Id: 18505
- AegisName: "Umbala_Spirit"
- Name: "Umbala Spirit"
- Type: 5
- Buy: 0
- Def: 1
- Loc: 1
- Refine: false
- View: 675
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,1;
- bonus2 bAddMonsterDropItem,517,500;
- bonus2 bAddItemHealRate,517,25;
- ">
-},
-{
- Id: 18506
- AegisName: "Hattah_Black"
- Name: "Hata Black"
- Type: 5
- Buy: 12000
- Weight: 4000
- Def: 2
- Slots: 1
- Loc: 769
- View: 676
- Script: <"
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- ">
-},
-{
- Id: 18507
- AegisName: "Elven_Ears_"
- Name: "Elven Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 73
-},
-{
- Id: 18508
- AegisName: "Garuda_Hat"
- Name: "Garuda Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 30
- View: 677
- Script: <"
- bonus2 bSubRace,RC_NonBoss,5;
- bonus2 bSubRace,RC_Boss,5;
- bonus bLuk,5;
- bonus bMdef,3;
- bonus bHit,10;
- bonus bDelayrate,-5;
- if(getrefine()>6) { bonus2 bAddMonsterDropItem,522,(getrefine()*100)-600; } /* Custom - KRO */
- ">
-},
-{
- Id: 18509
- AegisName: "RWC2010_Indonesia"
- Name: "RWC 2010 Indonesia"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 15
- View: 678
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus bCritical,10;
- bonus2 bAddItemHealRate,501,100;
- bonus2 bAddItemHealRate,504,100;
- bonus bLuk,5;
- bonus bAspd,1;
- bonus bAtkRate,3;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 18510
- AegisName: "Blood_Angel_Hair_Band"
- Name: "Bloody Angel Wings"
- Type: 5
- Buy: 0
- Def: 1
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 679
- Script: <" bonus2 bSubRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 18511
- AegisName: "Blood_Angel_Wing_Ear"
- Name: "Bloody Angel Wing Ears"
- Type: 5
- Buy: 0
- Def: 1
- Loc: 512
- EquipLv: 60
- Refine: false
- View: 680
- Script: <"
- bonus bMaxHPrate,2;
- bonus bMaxSPrate,1;
- ">
-},
-{
- Id: 18512
- AegisName: "Juho_Necktie"
- Name: "Necktie of Drunkard"
- Type: 5
- Buy: 0
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 443
-},
-{
- Id: 18513
- AegisName: "Shining_Sunflower"
- Name: "Shining Sunflower"
- Type: 5
- Buy: 20
- Weight: 300
- Job: 0xFFFFFFFE
- Loc: 256
- Refine: false
- View: 681
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 18514
- AegisName: "Para_Team_Hat2"
- Name: "Eden Group Hat II"
- Type: 5
- Buy: 0
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 60
- View: 682
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- autobonus "{ bonus bBaseAtk,10; }",50,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
- autobonus "{ bonus bMatk,10; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_MAGICALATTHIT; }";
- ">
-},
-{
- Id: 18515
- AegisName: "RTC_1st_Helm"
- Name: "RTC winners Pitching"
- Type: 5
- Buy: 6000
- Weight: 2500
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 769
- EquipLv: 90
- Refine: false
- View: 683
-},
-{
- Id: 18516
- AegisName: "RTC_2nd_Helm"
- Name: "RTC Second Pitching"
- Type: 5
- Buy: 6000
- Weight: 2500
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 769
- EquipLv: 90
- Refine: false
- View: 684
-},
-{
- Id: 18517
- AegisName: "RTC_3rd_Helm"
- Name: "RTC 3rd Winner Hat"
- Type: 5
- Buy: 6000
- Weight: 2500
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 769
- EquipLv: 90
- Refine: false
- View: 685
-},
-{
- Id: 18518
- AegisName: "Ear_Of_Angel's_Wing_"
- Name: "Angel Wing Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 158
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 18519
- AegisName: "Ear_Of_Devil's_Wing_"
- Name: "Wing of Diablo"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 152
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 18520
- AegisName: "Jaty_C"
- Name: "Jaty Crown"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 686
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRaceTolerance,RC_Plant,5;
- bonus2 bAddRaceTolerance,RC_Brute,5;
- bonus2 bAddRace,RC_Plant,5;
- bonus2 bAddRace,RC_Brute,5;
- ">
-},
-{
- Id: 18521
- AegisName: "Lucky_Clover"
- Name: "Lucky Clover"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 50
- Refine: false
- View: 571
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 18522
- AegisName: "Evil_Marcher_Hat"
- Name: "Evil Marching Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 256
- View: 687
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_Boss,2;
- bonus2 bAddRace,RC_NonBoss,2;
- if(getrefine()>6) { bonus bCriticalRate,10; }
- if(getrefine()>8) {
- bonus bLongAtkRate,5;
- bonus bAtkRate,5;
- }
- ">
-},
-{
- Id: 18523
- AegisName: "Super_Scell"
- Name: "Thunderstorm Cloud"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 688
-},
-{
- Id: 18524
- AegisName: "Dokkebi_Mask"
- Name: "Mask Of Demon"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 1
- Loc: 513
- EquipLv: 50
- Refine: false
- View: 689
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bStr,2;
- ">
-},
-{
- Id: 18525
- AegisName: "Watermelon_Hat"
- Name: "Watermelon Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 690
- Script: <"
- bonus bLuk,1;
- bonus bVit,1;
- bonus bMdef,4;
- bonus2 bAddEle,Ele_Fire,3;
- ">
-},
-{
- Id: 18526
- AegisName: "Yummy_Lollipop"
- Name: "Delicious Lollipop"
- Type: 5
- Buy: 20
- Loc: 1
- Refine: false
- View: 446
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18527
- AegisName: "Gloomy_Pumpkin_Hat"
- Name: "Gloomy Pumpkin Hat"
- Type: 5
- Buy: 200
- Weight: 500
- Def: 5
- Loc: 256
- EquipLv: 45
- Refine: false
- View: 691
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddMonsterDropItem,12192,10;
- bonus bMdef,5;
- bonus bAllStats,2;
- ">
-},
-{
- Id: 18528
- AegisName: "Tare_Neko_Cru"
- Name: "Drooping Neko Crew"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 256
- View: 692
- Script: <"
- bonus bInt,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18529
- AegisName: "Drooping_Wild_Rose"
- Name: "Drooping Wild Rose"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 768
- EquipLv: 30
- View: 541
- Script: <"
- bonus bMaxHPrate,-10;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 18530
- AegisName: "Tha_Despero_Mask"
- Name: "Thanatos Despero Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 513
- EquipLv: 30
- Refine: false
- View: 693
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,-5;
- ">
-},
-{
- Id: 18531
- AegisName: "Drooping_Permeter"
- Name: "Drooping Permeter"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 694
- Script: <" bonus2 bAddRace2,RC2_Turtle,20; ">
-},
-{
- Id: 18532
- AegisName: "Heart_Ribbon_Band"
- Name: "Heart Ribbon Hairband"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 708
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 18533
- AegisName: "Honeybee_Hat"
- Name: "Honey Bee Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 709
- Script: <"
- bonus bMdef,3;
- bonus2 bAddRace,RC_Insect,5;
- bonus2 bAddRaceTolerance,RC_Insect,5;
- bonus3 bAddMonsterDropItem,518,RC_Insect,50;
- ">
-},
-{
- Id: 18534
- AegisName: "Fancy_Phantom_Mask"
- Name: "Fancy Phantom Mask"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Loc: 768
- EquipLv: 20
- View: 710
- Script: <"
- bonus bStr,1;
- bonus bAtkRate,5;
- bonus bDelayrate,-1;
- bonus bMaxHP,0+(getrefine()*100);
- bonus2 bSkillAtk,MC_MAMMONITE,20;
- ">
-},
-{
- Id: 18535
- AegisName: "Pumpkin_Hat_2010"
- Name: "Pumpkin Hat 2010"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 256
- View: 206
-},
-{
- Id: 18536
- AegisName: "Foxtail"
- Name: "Foxtail"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 711
- Script: <"
- bonus bVariableCastrate,-1;
- bonus bMatk,10;
- ">
-},
-{
- Id: 18537
- AegisName: "Malangdo_Hat"
- Name: "Malangdo Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 726
- Script: <" bonus bFlee,6; ">
-},
-{
- Id: 18538
- AegisName: "Devil_Whisper"
- Name: "Spirit Whispers"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Loc: 512
- Refine: false
- View: 712
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,3;
- ">
-},
-{
- Id: 18539
- AegisName: "Skull_Cap"
- Name: "Skull Cap"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 713
- Script: <"
- bonus bMatkRate,2;
- if(getrefine() >= 5) { bonus bMatkRate,3; }
- if(getrefine() >= 7) { bonus bMatkRate,3; }
- ">
-},
-{
- Id: 18540
- AegisName: "Evil_Mask"
- Name: "Demon Mask"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: 513
- EquipLv: 10
- Refine: false
- View: 714
- Script: <" bonus bAspdRate,1; ">
-},
-{
- Id: 18541
- AegisName: "Little_Feather_Hat"
- Name: "Little Feather Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 715
- Script: <"
- bonus bDex,2;
- bonus bCritAtkRate,10;
- if(getrefine()>=7) { bonus bCritAtkRate,5; }
- ">
-},
-{
- Id: 18542
- AegisName: "All_Love_Guard"
- Name: "Benevolent Guardian"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 768
- EquipLv: 30
- View: 716
- Script: <"
- bonus bHealPower,2;
- bonus bHealPower2,5;
- if(getrefine()>6) { bonus bHealPower,3; }
- ">
-},
-{
- Id: 18543
- AegisName: "Witchs_Hat"
- Name: "Witch Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 7
- Loc: 256
- EquipLv: 20
- View: 717
- Script: <"
- bonus bMatkRate,2;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 18544
- AegisName: "Blrabbit_Hband"
- Name: "Blrabbit Hband"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Loc: 256
- EquipLv: 30
- View: 718
-},
-{
- Id: 18545
- AegisName: "Whrabbit_Hband"
- Name: "Whrabbit Hband"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Loc: 256
- EquipLv: 30
- View: 719
-},
-{
- Id: 18546
- AegisName: "Lover_In_Mouth"
- Name: "Sweetheart Gum Of Mouth"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 1
- Refine: false
- View: 720
-},
-{
- Id: 18547
- AegisName: "Campus_Festival"
- Name: "Campus Festival Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 721
- Script: <" skill AL_INCAGI,2; ">
-},
-{
- Id: 18548
- AegisName: "Tiny_Hat"
- Name: "Taini Cap"
- Type: 5
- Buy: 20
- Weight: 30
- Loc: 256
- View: 722
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 18549
- AegisName: "Nabi_Hair_Pin"
- Name: "Butterfly Hairpin"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 723
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 18550
- AegisName: "Asgard_Blessing"
- Name: "Asgard Blessing"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 724
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 18551
- AegisName: "Galaxy_Circlet"
- Name: "Galaxy Circlet"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 725
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 18552
- AegisName: "Proba_Angel_Blessing"
- Name: "Baby Angel Stone Hat"
- Type: 5
- Buy: 20
- Weight: 1200
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 444
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 18553
- AegisName: "Mini_Tree"
- Name: "Christmas Tree Hat"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 5
- Loc: 256
- View: 727
-},
-{
- Id: 18554
- AegisName: "King_Prawn_Hat"
- Name: "Amami Old Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 8
- Loc: 256
- Refine: false
- View: 728
-},
-{
- Id: 18555
- AegisName: "General_Helmet"
- Name: "Dragon General Helm"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 729
- Script: <"
- bonus bMdef,3;
- bonus2 bAddRaceTolerance,RC_Dragon,5;
- bonus2 bAddRace,RC_Dragon,5;
- bonus2 bMagicAddRace,RC_Dragon,5;
- bonus3 bAddMonsterDropItem,7444,RC_Dragon,2;
- ">
-},
-{
- Id: 18556
- AegisName: "Angel_Team_Helm"
- Name: "Angel's Symbol"
- Type: 5
- Buy: 0
- Loc: 512
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18557
- AegisName: "Devil_Team_Helm"
- Name: "Devil's Symbol"
- Type: 5
- Buy: 0
- Loc: 512
- Refine: false
- View: 12
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18558
- AegisName: "Sinsuncho_Hat"
- Name: "Sinsuncho Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 730
- Script: <"
- bonus2 bExpAddRace,RC_Plant,5;
- bonus2 bSubRace,RC_Plant,-10;
- ">
-},
-{
- Id: 18559
- AegisName: "Fafnir_Skin"
- Name: "Fafunirusukin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 152
-},
-{
- Id: 18560
- AegisName: "Fafnir_Mask"
- Name: "Fafunirumasuku"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 1
- EquipLv: 50
- Refine: false
- View: 180
-},
-{
- Id: 18561
- AegisName: "B_Feather_Beret"
- Name: "Black Feather Beret"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 40
- View: 731
- Script: <"
- bonus bVit,2;
- bonus bMdef,3;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 18562
- AegisName: "Bone_Hat"
- Name: "Death Corsage"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 732
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 18563
- AegisName: "Heart_Wing_Hairband"
- Name: "Heart Wing Headband"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 733
- Script: <"
- bonus bDelayrate,-(5+(3*(getrefine()/3)));
- bonus bUseSPrate,10-(3*(getrefine()/3));
- ">
-},
-{
- Id: 18564
- AegisName: "Love_Piece"
- Name: "Fragments of The Love"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 1
- EquipLv: 50
- Refine: false
- View: 734
-},
-{
- Id: 18565
- AegisName: "Leprechaun_Hat"
- Name: "St Patrick's Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 40
- Refine: false
- View: 735
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bStr,1;
- bonus bInt,1;
- bonus bMdef,4;
- ">
-},
-{
- Id: 18566
- AegisName: "Nut_Donut_In_Mouth"
- Name: "Nut Donut In Mouth"
- Type: 5
- Buy: 20
- Def: 1
- Loc: 1
- Refine: false
- View: 736
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18567
- AegisName: "Stretched_Nose"
- Name: "Increased His Nose"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 737
-},
-{
- Id: 18568
- AegisName: "Humming_Bird"
- Name: "Humming Bird"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 702
- Script: <" bonus bMdef,6; ">
-},
-{
- Id: 18569
- AegisName: "Soft_Sheep_Hat"
- Name: "Soft Sheep Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- EquipLv: 10
- View: 738
-},
-{
- Id: 18570
- AegisName: "Ancient_Gold_Deco"
- Name: "Ancient Gold Ornament"
- Type: 5
- Buy: 56000
- Weight: 400
- Def: 7
- Slots: 1
- Job: 0x000FDF80
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 739
- Script: <"
- if(BaseLevel >= 150) {
- bonus bAllStats,2;
- }
- if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) {
- bonus bAtkRate, 8;
- }
- if(BaseClass==Job_Mage||BaseClass==Job_Acolyte) {
- bonus bMatkRate,8;
- }
- if(BaseClass==Job_Archer) {
- bonus bDex,3;
- bonus bLongAtkRate,10;
- }
- ">
-},
-{
- Id: 18571
- AegisName: "Lucky_Hat"
- Name: "Lucky Hat"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- Refine: false
- View: 740
-},
-{
- Id: 18572
- AegisName: "Korean_Judge_Hat"
- Name: "Judges Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 256
- View: 377
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 18573
- AegisName: "White_Feather"
- Name: "White Feather"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 741
- Script: <"
- bonus bHit,20;
- bonus bMaxHPrate,-10;
- if (getrefine()>4) {
- bonus bHit,-10;
- bonus bMaxHPrate,10;
- bonus bHit,((getrefine()-4)/2)*3;
- bonus bMaxHPrate,((getrefine()-4)/2)*3;
- }
- ">
-},
-{
- Id: 18574
- AegisName: "Lord_of_Death"
- Name: "Lord of the Dead Helm"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 10
- Slots: 1
- Loc: 768
- EquipLv: 70
- View: 742
- Script: <"
- bonus2 bSubRace,RC_NonBoss,-5;
- bonus2 bAddRace,RC_Boss,10;
- if(getrefine()>4) { bonus2 bAddRace,RC_Boss,getrefine()-4; }
- ">
-},
-{
- Id: 18575
- AegisName: "Wunderkammer"
- Name: "Wunderkammer"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 769
- EquipLv: 20
- Refine: false
- View: 743
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 18576
- AegisName: "YinYang_Earring"
- Name: "Yin Yang Earrings"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 744
-},
-{
- Id: 18577
- AegisName: "24_Bolt"
- Name: "Screw Stuck Head"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 696
-},
-{
- Id: 18578
- AegisName: "Helm_Of_Valor"
- Name: "Helm Of Valor"
- Type: 5
- Buy: 0
- Def: 4
- Loc: 256
- Refine: false
- View: 258
-},
-{
- Id: 18579
- AegisName: "9th_Anni_Hat"
- Name: "kRO 9 Anniversary Hat"
- Type: 5
- Buy: 0
- Weight: 90
- Loc: 256
- View: 745
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,9;
- ">
-},
-{
- Id: 18580
- AegisName: "Yggdrasil_Crown"
- Name: "Yggdrasil Crown"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Gender: 1
- Loc: 256
- View: 746
- Script: <"
- bonus bVit,2;
- bonus bInt,2;
- bonus bHealPower,1;
- bonus bHealPower2,1;
- if(getrefine() >= 7) { bonus bHealPower,5; }
- if(getrefine() >= 9) { bonus bHealPower,3; }
- ">
-},
-{
- Id: 18581
- AegisName: "Red_Tiger_Mask"
- Name: "Red Tiger Mask"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 768
- EquipLv: 50
- Refine: false
- View: 747
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 18582
- AegisName: "Blue_Tiger_Mask"
- Name: "Blue Tiger Mask"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 2
- Loc: 768
- EquipLv: 50
- Refine: false
- View: 748
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 18583
- AegisName: "Navy_Drooping_Kitty"
- Name: "Navy Drooping Kitty"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 749
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 18584
- AegisName: "Brown_Drooping_Kitty"
- Name: "Brown Drooping Kitty"
- Type: 5
- Buy: 250000
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 750
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 18585
- AegisName: "Orange_Bunny_Hairband"
- Name: "Orange Bunny Band"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- View: 751
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bVit,3;
- ">
-},
-{
- Id: 18586
- AegisName: "Violet_Bunny_Hairband"
- Name: "Violet Bunny Band"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- View: 752
- Script: <"
- bonus bStr,1;
- bonus bInt,3;
- bonus bVit,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 18587
- AegisName: "Blue_Bunny_Hairband"
- Name: "Blue Bunny Band"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- View: 753
- Script: <"
- bonus bStr,3;
- bonus bInt,1;
- bonus bVit,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 18588
- AegisName: "Silver_Bunny_Hairband"
- Name: "Silvah Bunny Band"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- View: 754
- Script: <"
- bonus bStr,2;
- bonus bInt,3;
- bonus bVit,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 18589
- AegisName: "Strawberry_Hat"
- Name: "Strawberry Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 755
- Script: <"
- bonus2 bAddMonsterDropItem,578,100+(10*getrefine());
- ">
-},
-{
- Id: 18590
- AegisName: "Gemma_Hairband"
- Name: "Demon Hair Band"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 564
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 18591
- AegisName: "Mini_Glasses_"
- Name: "Mini Glasses"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 47
-},
-{
- Id: 18592
- AegisName: "Nestea_Hat"
- Name: "Nestea Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 256
- View: 756
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18593
- AegisName: "Fancy_Mini_Crown"
- Name: "Fancy Mini Crown"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 707
- Script: <"
- bonus bInt,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18594
- AegisName: "Magni_Cap_"
- Name: "Magni Cap"
- Type: 5
- Buy: 30000
- Weight: 1000
- Def: 9
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 250
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 18595
- AegisName: "Horn_Of_Ancient"
- Name: "Ancient Horns"
- Type: 5
- Buy: 45000
- Weight: 400
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 757
- Script: <" autobonus "{ bonus bBaseAtk,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; ">
-},
-{
- Id: 18596
- AegisName: "Sprout_Hat"
- Name: "Sprout Hat"
- Type: 5
- Buy: 45000
- Weight: 200
- Def: 4
- Loc: 256
- EquipLv: 70
- View: 758
- Script: <" skill WZ_HEAVENDRIVE,3; ">
-},
-{
- Id: 18597
- AegisName: "Mercury_Helm"
- Name: "Mercury Riser"
- Type: 5
- Buy: 45000
- Weight: 400
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 70
- View: 759
- Script: <"
- bonus bAspdRate,3;
- bonus bCritical,3;
- if(getrefine() >= 7) {
- bonus bAspdRate,2;
- bonus bCritical,2;
- }
- if(getrefine() >= 9) {
- bonus bAspdRate,2;
- bonus bCritical,2;
- }
- ">
-},
-{
- Id: 18598
- AegisName: "Mini_Tree_J"
- Name: "Holy xmas Tree"
- Type: 5
- Buy: 20
- Weight: 50
- Slots: 1
- Loc: 256
- Refine: false
- View: 727
- Script: <" bonus bMdef,20; ">
-},
-{
- Id: 18599
- AegisName: "Black_Devil_Mask"
- Name: "Black Devil's Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 760
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 18600
- AegisName: "Cat_Ears_Beret"
- Name: "Cat Ear Beret"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- View: 761
- Script: <"
- bonus bAtkRate,5;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-5);
- bonus2 bAddRaceTolerance,RC_DemiPlayer,(getrefine()-5);
- }
- ">
-},
-{
- Id: 18601
- AegisName: "Red_Bread_Hat"
- Name: "Red Pom Band"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 256
- View: 762
- Script: <"
- bonus bMdef,5;
- bonus bMatkRate,5;
- if(getrefine()>5) {
- bonus2 bMagicAddRace,RC_DemiPlayer,(getrefine()-5);
- bonus2 bAddRaceTolerance,RC_DemiPlayer,(getrefine()-5);
- }
- ">
-},
-{
- Id: 18602
- AegisName: "Watermelon_Slice"
- Name: "Watermelon Bite"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 30
- Refine: false
- View: 763
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,4;
- bonus2 bAddEle,Ele_Fire,4;
- ">
-},
-{
- Id: 18603
- AegisName: "Black_Devil_Mask_"
- Name: "Black Devil's Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 512
- Refine: false
- View: 760
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 18604
- AegisName: "Falcon_Mask"
- Name: "Falcon Mask"
- Type: 5
- Buy: 10
- Weight: 30
- Slots: 1
- Loc: 513
- EquipLv: 50
- Refine: false
- View: 782
- Script: <"
- bonus2 bAddEle,Ele_Water,5;
- ">
-},
-{
- Id: 18605
- AegisName: "Dark_Age"
- Name: "Dark Age"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 766
- Script: <"
- bonus bMdef,3;
- autobonus "{ bonus bAtkEle,Ele_Dark; }",30,60000;
- bonus2 bSubEle,Ele_Holy,-10;
- bonus2 bSubRace,RC_Angel,-10;
- ">
-},
-{
- Id: 18606
- AegisName: "Tear_Drop"
- Name: "Tear drop"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 513
- EquipLv: 30
- Refine: false
- View: 767
-},
-{
- Id: 18607
- AegisName: "Blush_"
- Name: "Blush"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 512
- Refine: false
- View: 125
-},
-{
- Id: 18608
- AegisName: "Pair_Of_Red_Ribbon2"
- Name: "Small Ribbons"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 512
- EquipLv: 45
- Refine: false
- View: 169
-},
-{
- Id: 18609
- AegisName: "Dark_Blindfold_"
- Name: "Dark Blinder"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 512
- Refine: false
- View: 187
- Script: <"
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Stun,200;
- ">
-},
-{
- Id: 18610
- AegisName: "7th_Anni_Hat_B"
- Name: "7th Anni Hat B"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 4
- Loc: 256
- View: 778
- Script: <"
- bonus bAllStats,5;
- bonus bMdef,4;
- ">
-},
-{
- Id: 18611
- AegisName: "Black_Glasses_"
- Name: "Black Frame Glasses"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 512
- Refine: false
- View: 404
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 18612
- AegisName: "White_Musang_Hat"
- Name: "White Musang Hat"
- Type: 5
- Buy: 45000
- Weight: 400
- Def: 3
- Slots: 1
- Loc: 256
- View: 770
- Script: <"
- bonus bStr,2;
- bonus bVit,2;
- bonus bLuk,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18613
- AegisName: "Black_Musang_Hat"
- Name: "Black Musang Hat"
- Type: 5
- Buy: 45000
- Weight: 400
- Def: 3
- Slots: 1
- Loc: 256
- View: 771
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- bonus bAgi,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18614
- AegisName: "Grim_Reaper_Hat"
- Name: "Grim Reaper"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 732
- Script: <" bonus bFlee,3; ">
-},
-{
- Id: 18615
- AegisName: "Injured_Eyepatch"
- Name: "Injured Eyepatch"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 20
- Refine: false
- View: 772
-},
-{
- Id: 18616
- AegisName: "Long_Tongue"
- Name: "Long Tongue"
- Type: 5
- Buy: 20
- Weight: 100
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 773
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 18617
- AegisName: "Onigiri_In_Mouth"
- Name: "Onigiri"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 774
-},
-{
- Id: 18618
- AegisName: "Airplane_Hat"
- Name: "Rockabilly Hair"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 8
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 775
-},
-{
- Id: 18619
- AegisName: "Thief_Bandana"
- Name: "Thief Bandana"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 776
- Script: <"
- bonus3 bAutoSpell,TF_STEAL,1,20;
- ">
-},
-{
- Id: 18620
- AegisName: "Heart_Eyepatch"
- Name: "Heart Eyepatch"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 2
- Loc: 512
- EquipLv: 20
- Refine: false
- View: 779
-},
-{
- Id: 18621
- AegisName: "Gangster_Mask_A"
- Name: "Mobster's Disguise"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 52
-},
-{
- Id: 18622
- AegisName: "Rocket_Helm1"
- Name: "Rocket Helm1"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- View: 764
- Script: <"
- bonus bMdef,5;
- bonus bAllStats,5;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18623
- AegisName: "Rocket_Helm2"
- Name: "Rocket Helm2"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- View: 765
- Script: <"
- bonus bMdef,5;
- bonus bAllStats,4;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18624
- AegisName: "Rocket_Helm3"
- Name: "Rocket Helm3"
- Type: 5
- Buy: 20
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- View: 768
- Script: <"
- bonus bMdef,5;
- bonus bAllStats,3;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18625
- AegisName: "Rocket_Helm_RWC"
- Name: "Rocket Helm"
- Type: 5
- Buy: 10000
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- View: 769
- Script: <"
- bonus bMdef,5;
- bonus bAllStats,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18626
- AegisName: "Gelato_Hat"
- Name: "Gelato Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 40
- View: 777
- Script: <"
- bonus bMaxHP,300;
- if(getrefine()>6) {
- skill MG_FROSTDIVER,5;
- }
- else {
- skill MG_FROSTDIVER,1;
- }
- ">
-},
-{
- Id: 18627
- AegisName: "Dried_Leaf"
- Name: "Dried Leaf"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 711
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRace,RC_Plant,3;
- ">
-},
-{
- Id: 18628
- AegisName: "Tare_Brownie"
- Name: "Tare Brownie"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 50
- Refine: false
- View: 781
- Script: <"
- bonus bMdef,5;
- bonus bMaxHPrate,2;
- bonus2 bAddRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_Player,5;
- ">
-},
-{
- Id: 18629
- AegisName: "B_Desert_Wolf_Hat"
- Name: "B Desert Wolf Hat"
- Type: 5
- Buy: 10
- Weight: 300
- Slots: 1
- Loc: 256
- View: 783
- Script: <"
- bonus2 bAddSize,Size_Small,15;
- ">
-},
-{
- Id: 18630
- AegisName: "Dep_Alice_Hat"
- Name: "Drooping Alice"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 70
- View: 784
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddRace,RC_Player,10;
- bonus2 bAddRace,RC_Demon,10;
- if(getrefine()>6) {
- autobonus "{ bonus bAspdRate,100; }",10,7000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
- }
- ">
-},
-{
- Id: 18631
- AegisName: "Ribbon_Chef_Hat"
- Name: "Ribbon Chef hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Loc: 256
- EquipLv: 70
- View: 785
- Script: <"
- bonus bDex,3;
- bonus bLuk,1;
- if(getrefine()>6) {
- bonus2 bAddMonsterDropItem,12125,500;
- bonus2 bAddMonsterDropItem,12126,500;
- bonus2 bAddMonsterDropItem,12127,400;
- bonus2 bAddMonsterDropItem,12128,300;
- bonus2 bAddMonsterDropItem,12129,200;
- }
- ">
-},
-{
- Id: 18632
- AegisName: "Yellow_Poring_Pin"
- Name: "Yellow Poring Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 786
-},
-{
- Id: 18633
- AegisName: "Pink_Poring_Pin"
- Name: "Pink Poring Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 787
-},
-{
- Id: 18634
- AegisName: "Green_Poring_Pin"
- Name: "Green Poring Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 788
-},
-{
- Id: 18635
- AegisName: "Blue_Poring_Pin"
- Name: "Blue Poring Hairpin"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 789
-},
-{
- Id: 18636
- AegisName: "Bridal_Ribbon"
- Name: "Ribbon of bride"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 6
- Loc: 256
- EquipLv: 30
- View: 790
- Script: <"
- bonus bDex,1;
- bonus4 bAutoSpellWhenHit,DC_WINKCHARM,1,100,1;
- ">
-},
-{
- Id: 18637
- AegisName: "Ancient_Admiral_Helm"
- Name: "Ancient Admiral Helm"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 4
- Slots: 1
- Loc: 768
- View: 660
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- if(getrefine()>7) { bonus bSpeedRate,25; }
- ">
-},
-{
- Id: 18638
- AegisName: "Citron_Hat"
- Name: "Citron Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 791
- Script: <"
- bonus bLuk,3;
- bonus2 bAddRaceTolerance,RC_Plant,10;
- ">
-},
-{
- Id: 18639
- AegisName: "Naval_Officer_Hat"
- Name: "Naval Officer Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 792
- Script: <"
- bonus bLuk,3;
- /* Increase damage against water property monster by +10% */
- ">
-},
-{
- Id: 18640
- AegisName: "Starfish_Headband"
- Name: "Starfish Headband"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 793
-},
-{
- Id: 18641
- AegisName: "Ribbon_Magic_Hat"
- Name: "Ribbon Magic Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 794
- Script: <"
- bonus bInt,3;
- bonus bMaxSP,50;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 18642
- AegisName: "hand_Scissorhand_Model"
- Name: "Scissorhand Model"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 795
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 18643
- AegisName: "Rockhand_Model"
- Name: "Rockhand Model"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 796
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 18644
- AegisName: "Paperhand_Model"
- Name: "Paperhand Model"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 797
-},
-{
- Id: 18645
- AegisName: "Sailor_Hat"
- Name: "Sailor Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 256
- View: 798
- Script: <"
- bonus bInt,1;
- bonus2 bAddRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_Player,5;
- ">
-},
-{
- Id: 18646
- AegisName: "Cow_Hat"
- Name: "Cow Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 4
- Slots: 1
- Loc: 256
- View: 799
- Script: <"
- bonus2 bAddMonsterDropItem,519,100;
- bonus bDex,2;
- ">
-},
-{
- Id: 18647
- AegisName: "Star_Eyepatch"
- Name: "Stunning Star Eyepatch"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 800
- Script: <" bonus2 bResEff,Eff_Stun,1500; ">
-},
-{
- Id: 18648
- AegisName: "Tongue_Charm"
- Name: "Tongue Charm"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 801
- Script: <" bonus2 bAddRaceTolerance,RC_Demon,3; ">
-},
-{
- Id: 18649
- AegisName: "Lude_Mask"
- Name: "Lude Mask"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 1
- Loc: 513
- View: 802
-},
-{
- Id: 18650
- AegisName: "RWC_Shouting_Mouth"
- Name: "RWC Shouting Mouth"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- Refine: false
- View: 194
-},
-{
- Id: 18651
- AegisName: "Ignis_Cap"
- Name: "Ignis Cap"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 40
- View: 803
-},
-{
- Id: 18652
- AegisName: "Vanargandr_Helm"
- Name: "Vanargand Helm"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 80
- View: 804
- Script: <"
- bonus2 bHPDrainRate,10*(5+1*(getrefine()>7)+2*(getrefine()>8)+2*(getrefine()>9)),1+2*(getrefine()>5)+2*(getrefine()>7)+3*(getrefine()>9);
- bonus2 bSPDrainRate,10*(5+1*(getrefine()>8)+2*(getrefine()>9)),1+(getrefine()>7)+2*(getrefine()>9);
- ">
-},
-{
- Id: 18653
- AegisName: "Deviruchi_Headphone"
- Name: "Headphones Debiruchi"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 805
- Script: <"
- bonus bMdef,4;
- bonus bAgi,2;
- ">
-},
-{
- Id: 18654
- AegisName: "SS_Bandana"
- Name: "SS Bandana"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 769
- Refine: false
- View: 806
- Script: <"
- bonus2 bResEff,Eff_Curse,10000;
- bonus bMdef,5;
- bonus bMaxHP,500;
- ">
-},
-{
- Id: 18655
- AegisName: "Goedo_Monocle"
- Name: "Dragonfly Monocle"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 23
-},
-{
- Id: 18656
- AegisName: "Wit_Pumpkin_Hat"
- Name: "Witch's Pumpkin Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 10
- Loc: 256
- EquipLv: 20
- View: 717
- Script: <"
- bonus bMdef,10;
- bonus bStr,2;
- bonus bInt,2;
- bonus2 bAddRace,RC_Undead,15;
- bonus2 bAddRace,RC_Demon,15;
- bonus2 bMagicAddRace,RC_Undead,15;
- bonus2 bMagicAddRace,RC_Demon,15;
- ">
-},
-{
- Id: 18657
- AegisName: "Pegasus_Wing_Ears"
- Name: "Pegasus Ear Wing"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 1
- Loc: 512
- EquipLv: 80
- Refine: false
- View: 568
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAspdRate,1;
- if(BaseLevel>=100) { bonus bAspdRate,1; }
- if(BaseLevel>=150) { bonus bAspdRate,1; }
- ">
-},
-{
- Id: 18658
- AegisName: "Holy_Santa_Beard"
- Name: "Santa's Beard Holy"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 25
-},
-{
- Id: 18659
- AegisName: "Boitata_Hat"
- Name: "Boitata Hat"
- Type: 5
- Buy: 20
- Def: 5
- Slots: 1
- Loc: 768
- View: 808
- Script: <"
- bonus3 bAutoSpell,AS_SONICBLOW,5,10;
- autobonus "{ bonus bAtkEle,Ele_Fire; }",10000,1800000;
- ">
-},
-{
- Id: 18660
- AegisName: "Indi_Feather_Band"
- Name: "Indian Feather Headband"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 809
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 18661
- AegisName: "Trident_Helmet"
- Name: "Trident Helmet"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 810
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 18662
- AegisName: "Antler_Fedora"
- Name: "Antler Fedora"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- View: 811
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 18663
- AegisName: "Sunglasses_Bball_Hat"
- Name: "Sunglasses Baseball Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 812
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 18664
- AegisName: "Blind_Glasses"
- Name: "Stunner Shades"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 20
- View: 813
-},
-{
- Id: 18665
- AegisName: "Orange_In_Mouth"
- Name: "Orange In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 814
-},
-{
- Id: 18666
- AegisName: "CD_In_Mouth"
- Name: "CD In Mouth"
- Type: 5
- Buy: 20
- Weight: 150
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 815
- Script: <"
- bonus3 bAutoSpell,MG_COLDBOLT,3,30;
- bonus3 bAutoSpell,MG_SOULSTRIKE,3, 30;
- bonus3 bAutoSpell,WZ_EARTHSPIKE,3,30;
- bonus3 bAutoSpell,MG_FIREBOLT,3,30;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,30;
- ">
-},
-{
- Id: 18667
- AegisName: "Cat_Lace_Hairband"
- Name: "Cat Lace Hairband"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 60
- Refine: false
- View: 816
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 18668
- AegisName: "Droopy_Turtle_Hat"
- Name: "Droopy Turtle Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: 256
- View: 694
- Script: <" skill AL_DECAGI,3; ">
-},
-{
- Id: 18669
- AegisName: "Cowhide_Hat"
- Name: "Cowhide Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 819
- Script: <"
- bonus bDex,2;
- bonus bMaxHPrate,1;
- ">
-},
-{
- Id: 18670
- AegisName: "Hankie_In_Mouth"
- Name: "Handkerchief In Mouth"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 1
- EquipLv: 12
- Refine: false
- View: 818
- Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,3; ">
-},
-{
- Id: 18671
- AegisName: "Rudolf_Hairband"
- Name: "Rudolf Hairband"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Loc: 256
- EquipLv: 30
- View: 836
- Script: <"
- bonus3 bAutoSpell,AL_INCAGI,10,50;
- bonus2 bAddItemHealRate,Carrot,2000;
- ">
-},
-{
- Id: 18672
- AegisName: "Tare_Pope"
- Name: "Flap Pope"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 256
- Refine: false
- View: 817
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,1;
- bonus bSPrecovRate,2;
- ">
-},
-{
- Id: 18673
- AegisName: "Tare_Pope_"
- Name: "Chibi Pope"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 256
- View: 817
- Script: <"
- bonus bMdef,7;
- bonus bHealPower,5;
- if(getrefine()>6) { bonus bHealPower,getrefine()-6; }
- if(getrefine()>8) { bonus bMatkRate,7; }
- if(getrefine()>11) { bonus bMatkRate,5; }
- ">
-},
-{
- Id: 18674
- AegisName: "Planewing_Hat"
- Name: "Planewing Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 11
- Script: <"
- bonus bAgi,3;
- bonus bAspdRate,1;
- bonus2 bSPLossRate,5,10000;
- ">
-},
-{
- Id: 18675
- AegisName: "Green_Apple_Hat"
- Name: "Green Apple Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 11
- Script: <"
- bonus bDex,2;
- bonus bHit,5;
- ">
-},
-{
- Id: 18676
- AegisName: "Hexagon_Spectacles"
- Name: "Hexagon Spectacles"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 20
- Refine: false
- View: 822
- Script: <" bonus bFlee,2; ">
-},
-{
- Id: 18677
- AegisName: "Cherry_Twig_In_Mouth"
- Name: "Cherry Twig In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 823
- Script: <"
- bonus2 bAddRace,RC_Plant,2;
- ">
-},
-{
- Id: 18678
- AegisName: "Leek_In_Mouth"
- Name: "Leek In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 824
- Script: <"
- bonus2 bSubSize,Size_Small,2;
- ">
-},
-{
- Id: 18679
- AegisName: "Abacus_In_Mouth"
- Name: "Abacus In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 825
- Script: <"
- skill MC_IDENTIFY,1;
- ">
-},
-{
- Id: 18680
- AegisName: "Tw_Frog_Hat"
- Name: "Tw Frog Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 256
- EquipLv: 35
- Refine: false
- View: 826
- Script: <"
- bonus bAgi,1;
- bonus2 bExpAddRace,RC_Insect,5;
- ">
-},
-{
- Id: 18681
- AegisName: "Puppy_Ears_Hat"
- Name: "Puppy Ears Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 256
- View: 827
- Script: <"
- bonus bVit,2;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 18682
- AegisName: "Teardrop"
- Name: "Teardrop"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 512
- View: 828
- Script: <" bonus bMaxSP,15; ">
-},
-{
- Id: 18683
- AegisName: "Carrot_In_Mouth"
- Name: "Carrot In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 1
- Refine: false
- View: 829
- Script: <" bonus2 bAddRaceTolerance,RC_Plant,3;">
-},
-{
- Id: 18684
- AegisName: "Showy_High_Cap"
- Name: "Showy High Cap"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 11
- Script: <"
- bonus bStr,3;
- bonus bInt,2;
- ">
-},
-{
- Id: 18685
- AegisName: "Stardust_Hairband"
- Name: "Stardust Hairband"
- Type: 5
- Buy: 20
- Weight: 1000
- Loc: 256
- EquipLv: 10
- Refine: false
- View: 831
-},
-{
- Id: 18686
- AegisName: "2011_RMSC_1"
- Name: "2011 RMSC 1"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 20
- Slots: 1
- Loc: 256
- Refine: false
- View: 832
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,5;
- ">
-},
-{
- Id: 18687
- AegisName: "2011_RMSC_2"
- Name: "2011 RMSC 2"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 20
- Slots: 1
- Loc: 256
- Refine: false
- View: 832
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,3;
- ">
-},
-{
- Id: 18688
- AegisName: "2011_RMSC_3"
- Name: "2011 RMSC 3"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 20
- Slots: 1
- Loc: 256
- Refine: false
- View: 832
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,1;
- ">
-},
-{
- Id: 18689
- AegisName: "2011_RMSC_4"
- Name: "2011 RMSC 4"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 256
- Refine: false
- View: 832
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 18690
- AegisName: "Sirt_Evil_Eye"
- Name: "Sirt Evil Eye"
- Type: 5
- Buy: 20
- Weight: 400
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 345
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bStr,1;
- ">
-},
-{
- Id: 18691
- AegisName: "Rising_Black_Dragon"
- Name: "Ascension Black Dragon"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 863
-},
-{
- Id: 18692
- AegisName: "Mike_Hat"
- Name: "Mike Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 837
- Script: <"
- bonus bDex,2;
- bonus bLuk,1;
- ">
-},
-{
- Id: 18693
- AegisName: "Sleeping_Kitty_Cat"
- Name: "Sleeping Kitty Cat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 838
- Script: <"
- bonus2 bAddRace,RC_Brute,2;
- ">
-},
-{
- Id: 18694
- AegisName: "Red_Hood"
- Name: "Red Hood"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 839
- Script: <"
- bonus bCritical,10;
- ">
-},
-{
- Id: 18695
- AegisName: "Phoenix_Crown"
- Name: "Phoenix Crown"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 840
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 18696
- AegisName: "Orange_Hat"
- Name: "Orange Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 841
- Script: <"
- skill MC_MAMMONITE,2;
- ">
-},
-{
- Id: 18697
- AegisName: "Syringe_In_Mouth"
- Name: "Syringe In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 842
-},
-{
- Id: 18698
- AegisName: "Cheesy_Snack_In_Mouth"
- Name: "Cheesy Snack In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 843
-},
-{
- Id: 18699
- AegisName: "Starving_Fish_Hat"
- Name: "Starving Fish Hat"
- Type: 5
- Buy: 20
- Weight: 1200
- Def: 3
- Loc: 256
- Refine: false
- View: 844
- Script: <"
- bonus2 bSubRace,RC_Fish,15;
- bonus3 bAddMonsterDropItem,579,RC_Fish,5;
- ">
-},
-{
- Id: 18700
- AegisName: "Rabbit_Ribbon"
- Name: "Rabbit Ribbon Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 845
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 18701
- AegisName: "Ancient_Civil_Man"
- Name: "Ancient Civil Man Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 70
- Refine: false
- View: 846
- Script: <"
- bonus bInt,3;
- bonus bDex,2;
- bonus bLuk,1;
- if(getiteminfo(getequipid(EQI_HAND_R),11)==15) bonus bVariableCastrate,3;
- ">
-},
-{
- Id: 18702
- AegisName: "Shaving_Cream"
- Name: "Shaving Cream"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 1
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 847
-},
-{
- Id: 18703
- AegisName: "Stem_In_Mouth"
- Name: "Stem In Mouth"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- Refine: false
- View: 848
- Script: <"
- bonus2 bResEff,Eff_Poison,2000;
- ">
-},
-{
- Id: 18704
- AegisName: "Drosera_Hairpin"
- Name: "Drosera Hairpin"
- Type: 5
- Buy: 20
- Weight: 640
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 64
- View: 850
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 18705
- AegisName: "Flip_Hat"
- Name: "Flip Hat"
- Type: 5
- Buy: 1000
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- View: 862
-},
-{
- Id: 18706
- AegisName: "Can_Hat"
- Name: "Can Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 851
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 18707
- AegisName: "Maneater_Flower_Hat"
- Name: "Maneater Flower Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 852
-},
-{
- Id: 18708
- AegisName: "Candy_Hat"
- Name: "Candy Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 20
- View: 853
- Script: <"
- skill AL_HEAL,3;
- ">
-},
-{
- Id: 18709
- AegisName: "Black_Knitted_Hat"
- Name: "Black Knitted Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 854
-},
-{
- Id: 18710
- AegisName: "Sugared_Fruit_Stick"
- Name: "Sugared Fruit Stick"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 855
-},
-{
- Id: 18711
- AegisName: "Electric_Sunglass"
- Name: "Electric Sunglass"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Job: 0xFFFFFFFE
- Loc: 512
- EquipLv: 20
- Refine: false
- View: 856
-},
-{
- Id: 18712
- AegisName: "Fan_In_Mouth"
- Name: "Fan In Mouth"
- Type: 5
- Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Loc: 1
- EquipLv: 20
- Refine: false
- View: 857
-},
-{
- Id: 18713
- AegisName: "Monkey_On_Fur_Hat"
- Name: "Monkey Fur Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 858
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 18714
- AegisName: "Hippo_Hat"
- Name: "Hippo Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 859
-},
-{
- Id: 18715
- AegisName: "Helm_Of_Thoth"
- Name: "Helm Of Thoth"
- Type: 5
- Buy: 20
- Weight: 2500
- Def: 2
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 768
- EquipLv: 80
- Refine: false
- View: 860
- Script: <"
- bonus bInt,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18716
- AegisName: "Strawberry_In_Mouth"
- Name: "Strawberry In Mouth"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 2
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 861
-},
-{
- Id: 18717
- AegisName: "Skull_Hood_"
- Name: "Skull Hood_"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 256
- View: 598
-},
-{
- Id: 18718
- AegisName: "Rose_Hairband"
- Name: "Rose Hairband"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Loc: 256
- EquipLv: 30
- Refine: false
- View: 864
- Script: <"
- bonus bInt,1;
- bonus bVit,1;
- ">
-},
-{
- Id: 18720
- AegisName: "Magical_Booster"
- Name: "Magical Booster"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 512
- EquipLv: 30
- Refine: false
- View: 873
- Script: <"
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 18721
- AegisName: "Sweet_Valentine_Cap"
- Name: "Sweet Valentine Cap"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 256
- View: 865
-},
-{
- Id: 18722
- AegisName: "Winged_Feather_Ears"
- Name: "Winged Feather Ears"
- Type: 5
- Buy: 0
- Loc: 512
- EquipLv: 80
- Refine: false
- View: 724
- Script: <"
- bonus bMaxHPrate,1;
- if(BaseLevel >= 100) {
- bonus bMaxHPrate,1;
- }
- if(BaseLevel >= 150) {
- bonus bMaxHPrate,1;
- }
- ">
-},
-{
- Id: 18723
- AegisName: "Aura_Quartz_Crown"
- Name: "AuraQuartz Crown"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 256
- View: 866
-},
-{
- Id: 18724
- AegisName: "Baphomet_Horns"
- Name: "Baphomet Horns"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 256
- View: 380
-},
-{
- Id: 18725
- AegisName: "Rabbit_Knithat"
- Name: "Rabbit Knit Hat"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 256
- View: 867
-},
-{
- Id: 18726
- AegisName: "Skymet"
- Name: "Skymet"
- Type: 5
- Buy: 1000
- Weight: 10
- Slots: 1
- Loc: 256
- View: 868
-},
-{
- Id: 18727
- AegisName: "Sedora_Hat"
- Name: "Sedora Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 13
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 869
-},
-{
- Id: 18728
- AegisName: "Egir_Helm"
- Name: "Aegir Helm"
- Type: 5
- Buy: 200000
- Weight: 800
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 110
- View: 870
- Script: <"
- bonus bMdef,5;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18729
- AegisName: "MVP_Basketball"
- Name: "MVP Basketball Hat"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 6
- Slots: 1
- Loc: 256
- View: 871
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,10;
- bonus2 bAddItemHealRate,522,30;
- bonus bVariableCastrate,-3;
- if(getrefine()>=12) { bonus bVariableCastrate,-1; }
- if(getrefine()>=14) { bonus bVariableCastrate,-1; }
- ">
-},
-{
- Id: 18730
- AegisName: "Criatura_Academy_Hat"
- Name: "Criatura Hat"
- Type: 5
- Buy: 100
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 256
- View: 872
- Script: <"
- bonus bMaxSP,5;
- bonus bMaxHP,15;
- ">
-},
-{
- Id: 18731
- AegisName: "Valkyrie_Headgear"
- Name: "Valkyrie Helm"
- Type: 5
- Buy: 1000
- Loc: 256
- View: 225
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18732
- AegisName: "TE_WoE_Cap"
- Name: "TE WoE Cap"
- Type: 5
- Buy: 0
- Def: 5
- Loc: 256
- Refine: false
- View: 14
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18733
- AegisName: "TE_WoE_Bone_Helm"
- Name: "TE WoE Bone Helm"
- Type: 5
- Buy: 0
- Def: 10
- Job: 0x000444A2
- Loc: 256
- Refine: false
- View: 103
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18734
- AegisName: "TE_WoE_Magic_Eyes"
- Name: "TE WoE Magic Eyes"
- Type: 5
- Buy: 0
- Def: 5
- Job: 0x00812201
- Loc: 256
- Refine: false
- View: 209
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18737
- AegisName: "Fortier_Mask"
- Name: "Fortier Masque"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 876
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 18739
- AegisName: "Carnation_Hairband"
- Name: "Carnation Hairband"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 256
- View: 878
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 18740
- AegisName: "Hair_Of_The_Strong"
- Name: "RMSC2012 Special Costume"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 879
-},
-{
- Id: 18741
- AegisName: "C_WillOWisp_Accessory"
- Name: "Will O Wisp"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 880
- OnEquipScript: <" sc_start SC_STRANGELIGHTS,-1,0; ">
- OnUnequipScript: <" sc_end SC_STRANGELIGHTS; ">
-},
-{
- Id: 18742
- AegisName: "C_MoonStar_Accessory"
- Name: "Moon and Stars"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 881
- OnEquipScript: <" sc_start SC_MOONSTAR,-1,0; ">
- OnUnequipScript: <" sc_end SC_MOONSTAR; ">
-},
-{
- Id: 18743
- AegisName: "C_Spirit_Of_Chung_E"
- Name: "Spirit Of Chung E"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 882
-},
-{
- Id: 18744
- AegisName: "C_World_Star"
- Name: "Twilight"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 883
- OnEquipScript: <" sc_start SC_SUPER_STAR,-1,0; ">
- OnUnequipScript: <" sc_end SC_SUPER_STAR; ">
-},
-{
- Id: 18745
- AegisName: "Choco_Stick_In_Mouth"
- Name: "Choco Stick In Mouth"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 884
-},
-{
- Id: 18746
- AegisName: "Chilly_Breath"
- Name: "Chilly Breath"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 885
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 18747
- AegisName: "Eyes_Of_Ifrit"
- Name: "Eyes Of Ifrit"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: 512
- Refine: false
- View: 886
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 18748
- AegisName: "Gold_Ingot_Poring_Hat"
- Name: "Gold Ingot Poring Hat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- View: 887
- Script: <"
- bonus bDex,2;
- bonus bLuk,2;
- ">
-},
-{
- Id: 18749
- AegisName: "Majoruros_Horn"
- Name: "Majoruros Horn"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 8
- Slots: 1
- Loc: 256
- View: 888
- Script: <"
- bonus bStr,2;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 18750
- AegisName: "Poker_Card_In_Mouth"
- Name: "Poker Card In Mouth"
- Type: 5
- Buy: 20
- Weight: 50
- Loc: 1
- EquipLv: 10
- Refine: false
- View: 889
-},
-{
- Id: 18752
- AegisName: "Cursed_Book"
- Name: "Cursed Book"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 256
- View: 890
-},
-{
- Id: 18753
- AegisName: "Tw_Rice_Ball"
- Name: "Rice Dumpling Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 6
- Loc: 256
- Refine: false
- View: 892
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bLuk,1;
- ">
-},
-{
- Id: 18754
- AegisName: "Blood_Sucker"
- Name: "Blood Sucker"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 1
- EquipLv: 40
- Refine: false
- View: 893
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 18755
- AegisName: "Feather_Beret_"
- Name: "Feather Beret_"
- Type: 5
- Buy: 30000
- Slots: 1
- Loc: 256
- View: 224
- Script: <"
- bonus bMdef,1;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus2 bAddRaceTolerance,RC_Player,10;
- ">
-},
-{
- Id: 18756
- AegisName: "Black_Shiba_Inu_Hat"
- Name: "Black Shiba Inu Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 894
-},
-{
- Id: 18757
- AegisName: "Holy_Klobuk"
- Name: "Holy Klobuk"
- Type: 5
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 768
- Refine: false
- View: 895
- Script: <"
- bonus bMdef,5;
- bonus2 bAddRaceTolerance,RC_Demon,10;
- bonus bHealPower,3;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18758
- AegisName: "Hat_Of_Scrat"
- Name: "Hat Of Scrat"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- View: 896
-},
-{
- Id: 18759
- AegisName: "Stretched_Nose_M"
- Name: "Wood Goblin's Nose"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 737
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 18760
- AegisName: "Remodel_Wizardry_Hat"
- Name: "Modified Mage Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Job: 0x00810204
- Loc: 256
- View: 112
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- bonus bMatk,getrefine();
- if(getrefine()>=7) bonus bInt,getrefine()-6;
- ">
-},
-{
- Id: 18761
- AegisName: "Remodel_Magician_Hat"
- Name: "Modified Magician Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 6
- Slots: 1
- Job: 0x00818314
- Loc: 256
- EquipLv: 50
- View: 130
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMaxSP,50+(getrefine()*5);
- if(getrefine()>=7) bonus bDex,getrefine()-6;
- ">
-},
-{
- Id: 18762
- AegisName: "Remodel_Mask_Of_Fox"
- Name: "Modified Kitsune Mask"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0xFFFFFFFE
- Loc: 256
- View: 153
- Script: <"
- bonus bAgi,2;
- bonus bLuk,2;
- if(getrefine()>=7) { bonus bFlee2,2; }
- ">
-},
-{
- Id: 18763
- AegisName: "Remodel_Joker_Jester"
- Name: "Modified Jester Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 89
- Script: <"
- bonus bLuk,2;
- bonus bMdef,5;
- if(getrefine()>=7) { bonus bCritAtkRate,5; }
- ">
-},
-{
- Id: 18764
- AegisName: "Remodel_Bunny_Band"
- Name: "Modified Bunny Hairband"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 15
- Script: <"
- bonus bLuk,2;
- if(getrefine()>=7) { bonus bCritical,5; }
- ">
-},
-{
- Id: 18765
- AegisName: "Enhanced_Corsair"
- Name: "Modified Corsair"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 99
- View: 105
- Script: <"
- bonus bVit,1;
- bonus bMaxHPrate,5;
- if(getrefine()>=7) { bonus2 bSubEle,Ele_Neutral,1; }
- if(getrefine()>=9) { bonus bMaxHPrate,3; }
- ">
-},
-{
- Id: 18766
- AegisName: "Enhanced_Helm_Of_Angel"
- Name: "Modified Helm of Angel"
- Type: 5
- Buy: 20
- Weight: 1600
- Def: 10
- Slots: 1
- Job: 0x000FDF80
- Loc: 256
- EquipLv: 99
- View: 110
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- if(getrefine()>=7) {
- bonus bAgi,2;
- bonus bLuk,2;
- }
- if(getrefine()>=9) { bonus bAspd,1; }
- ">
-},
-{
- Id: 18767
- AegisName: "Enhanced_Helm_Of_Sun"
- Name: "Modified Solar Helm"
- Type: 5
- Buy: 20
- Weight: 2400
- Def: 4
- Slots: 1
- Job: 0x000FDF80
- Loc: 768
- EquipLv: 99
- View: 138
- Script: <"
- bonus bStr,3;
- bonus bInt,2;
- bonus bAtk,10;
- bonus bMatk,10;
- if(getrefine()>=7) {
- bonus bAtk,15;
- bonus bMatk,15;
- }
- if(getrefine()>=9) {
- bonus bAtk,15;
- bonus bMatk,15;
- }
- ">
-},
-{
- Id: 18768
- AegisName: "Enhanced_Bone_Helm"
- Name: "Modified Bone Helm"
- Type: 5
- Buy: 20
- Weight: 800
- Def: 15
- Slots: 1
- Job: 0x000444A2
- Loc: 256
- EquipLv: 70
- View: 103
- Script: <"
- bonus2 bSubEle,Ele_Dark,-15;
- bonus2 bSubEle,Ele_Neutral,2;
- if(getrefine()>=7) { bonus2 bSubEle,Ele_Neutral,2; }
- if(getrefine()>=9) { bonus2 bSubEle,Ele_Neutral,2; }
- ">
-},
-{
- Id: 18769
- AegisName: "Remodel_Munak_Turban"
- Name: "Modified Munak Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 769
- View: 51
- Script: <"
- bonus2 bAddRaceTolerance,RC_Undead,10;
- if(getrefine()>=7) { bonus2 bAddRaceTolerance,RC_Undead,10; }
- ">
-},
-{
- Id: 18770
- AegisName: "Remodel_Bongun_Hat"
- Name: "Modified Bongun Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 769
- View: 139
- Script: <"
- bonus2 bAddRaceTolerance,RC_Undead,10;
- if(getrefine()>=7) { bonus2 bAddRaceTolerance,RC_Undead,10; }
- ">
-},
-{
- Id: 18771
- AegisName: "Remodel_Opera_Mask"
- Name: "Modified Opera Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Loc: 512
- EquipLv: 20
- Refine: false
- View: 128
- Script: <"
- bonus bMatk,5;
- bonus bAtk,5;
- ">
-},
-{
- Id: 18772
- AegisName: "Improved_Binoculars"
- Name: "Modified Binoculars"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Job: 0x00080808
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 83
- Script: <"
- bonus bDex,1;
- bonus bLongAtkRate,1;
- ">
-},
-{
- Id: 18773
- AegisName: "Improved_Fin_Helm"
- Name: "Modified Fin Helm"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Job: 0x00004082
- Loc: 512
- EquipLv: 65
- Refine: false
- View: 100
- Script: <"
- bonus bMaxHP,300+(BaseLevel*10);
- ">
-},
-{
- Id: 18774
- AegisName: "Improved_Assassin_Mask"
- Name: "Modified Assassin Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Job: 0x00001100
- Loc: 1
- EquipLv: 70
- Refine: false
- View: 180
- Script: <"
- bonus bCritical,1;
- bonus bCriticalRate,1;
- ">
-},
-{
- Id: 18775
- AegisName: "Improved_Welding_Mask"
- Name: "Modified Welding Mask"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Job: 0x00040420
- Loc: 513
- EquipLv: 50
- Refine: false
- View: 79
- Script: <"
- bonus2 bSubEle,Ele_Fire,10;
- bonus bDex,5;
- bonus bLuk,5;
- ">
-},
-{
- Id: 18776
- AegisName: "Improved_Kiss_Of_Angel"
- Name: "Modified Angel's Kiss"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Job: 0x00000001
- Loc: 256
- EquipLv: 99
- View: 255
- Script: <"
- bonus bSPrecovRate,30;
- ">
-},
-{
- Id: 18777
- AegisName: "Aladdin_Lamp"
- Name: "Aladdin Lamp"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Loc: 256
- View: 897
- Script: <"
- bonus bLuk,10;
- ">
-},
-{
- Id: 18778
- AegisName: "Pink_Bunny_Hair_Band"
- Name: "Pink Bunny Hair Band"
- Type: 5
- Buy: 0
- Loc: 256
- View: 898
-},
-{
- Id: 18779
- AegisName: "RWC_Crown_Of_Victory(1st)"
- Name: "RWC Crown Of Victory(1st)"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 256
- Refine: false
- View: 902
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18780
- AegisName: "RWC_Crown_Of_Victory(2nd)"
- Name: "RWC Crown Of Victory(2nd)"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 256
- Refine: false
- View: 903
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18781
- AegisName: "RWC_Crown_Of_Victory(3rd)"
- Name: "RWC Crown Of Victory(3rd)"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 256
- Refine: false
- View: 904
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18782
- AegisName: "Butterfly_Wing_Ear_J"
- Name: "Butterfly Wing Ear"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 512
- Refine: false
- View: 695
- Script: <"
- bonus bDex,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18783
- AegisName: "Rose_Corolla"
- Name: "Rose Corolla"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 583
- Script: <"
- bonus bInt,1;
- bonus bMdef,10;
- skill SA_SPELLBREAKER,1;
- bonus bUseSPrate,50;
- if(getrefine()>5) { bonus bUseSPrate,-((getrefine()*10)-50); }
- ">
-},
-{
- Id: 18784
- AegisName: "Elder_Devil_Horns_"
- Name: "Elder Devil Horns"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 757
- Script: <"
- bonus bInt,2;
- bonus2 bMagicAddRace,RC_DemiPlayer,5;
- if(getrefine()>6) { bonus2 bMagicAddRace,RC_DemiPlayer,5; }
- ">
-},
-{
- Id: 18785
- AegisName: "King_Poring_Hat_"
- Name: "King Poring Hat"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 905
- Script: <"
- bonus bDex,1;
- bonus bLuk,1;
- if(getrefine()>4) {
- bonus bDex,(getrefine()-4);
- bonus bLuk,(getrefine()-4);
- }
- ">
-},
-{
- Id: 18786
- AegisName: "Anemos_Mask"
- Name: "Anemos Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 906
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 18787
- AegisName: "Goaltender_Mask"
- Name: "Goaltender Mask"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Loc: 513
- EquipLv: 50
- View: 336
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,8;
- ">
-},
-{
- Id: 18788
- AegisName: "Starlight_Scope"
- Name: "Starlight Scope"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 30
- View: 83
- Script: <"
- bonus bDex,1;
- bonus bLongAtkRate,1;
- if(BaseLevel>100) { bonus bLongAtkRate,1; }
- if(BaseLevel>150) { bonus bLongAtkRate,1; }
- ">
-},
-{
- Id: 18789
- AegisName: "Poison_Spore_Hat"
- Name: "Poison Spore Hat"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 6
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 899
- Script: <"
- bonus2 bAddMonsterDropItem,921,100+((getrefine()/2)*20); /* Custom - JRO */
- bonus2 bAddMonsterDropItem,7033,100+((getrefine()/2)*20);
- ">
-},
-{
- Id: 18790
- AegisName: "Rainbow_Poring_Hat"
- Name: "Rainbow Poring Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 256
- View: 900
- Script: <"
- bonus2 bRaceTolerance,RC_DemiPlayer,-5;
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 18791
- AegisName: "Shrine_Maiden_Hat"
- Name: "Shrine Maiden Hat"
- Type: 5
- Weight: 200
- Def: 30
- Slots: 1
- Job: 0x00000100
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 908
- Script: <"
- bonus2 bSkillAtk,PR_MAGNUS,30;
- bonus2 bSkillAtk,PR_MAGNUS,(getrefine()/2)*5;
- if(getrefine()>6) { bonus3 bAutoSpellWhenHit,AL_HEAL,max(getskilllv(AL_HEAL),1),50; }
- if(getrefine()>8) { bonus bFixedCastrate,-1; }
- ">
-},
-{
- Id: 18792
- AegisName: "Indonesian_Id_Sakkat"
- Name: "Indonesian Id Sakkat"
- Type: 5
- Weight: 400
- Def: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 45
- View: 901
- Script: <"
- bonus bVit,10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- bonus bMatkRate,5;
- bonus bAtkRate,5;
- ">
-},
-{
- Id: 18793
- AegisName: "Sorc_Night_Cap"
- Name: "Sorc Night Cap"
- Type: 5
- Weight: 200
- Def: 25
- Slots: 1
- Job: 0x00010000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 911
- Script: <"
- bonus bMdef,10;
- bonus2 bSkillAtk,MG_FIREBOLT,50;
- bonus2 bSkillAtk,MG_LIGHTNINGBOLT,50;
- bonus2 bSkillAtk,MG_COLDBOLT,50;
- if(getrefine()>6) { bonus2 bSkillAtk,SO_SPELLFIST,25; }
- if(getrefine()>8) { bonus bAspd,5; }
- ">
-},
-{
- Id: 18794
- AegisName: "Plain_Black_Mage_Hat"
- Name: "Plain Black Mage Hat"
- Type: 5
- Weight: 200
- Def: 15
- Slots: 1
- Job: 0x00000200
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 912
- Script: <"
- bonus2 bSkillAtk,WL_CRIMSONROCK,5;
- bonus2 bSkillAtk,WL_JACKFROST,5;
- bonus2 bSkillAtk,WL_EARTHSTRAIN,5;
- bonus2 bSkillAtk,WL_CHAINLIGHTNING,5;
- bonus2 bIgnoreMdefRate,RC_NonBoss,10;
- bonus2 bIgnoreMdefRate,RC_NonBoss,getrefine()*2;
- if(getrefine()>6) {
- bonus2 bSkillAtk,WL_CRIMSONROCK,5;
- bonus2 bSkillAtk,WL_JACKFROST,5;
- bonus2 bSkillAtk,WL_EARTHSTRAIN,5;
- bonus2 bSkillAtk,WL_CHAINLIGHTNING,5;
- }
- if(getrefine()>8) { bonus bMatkRate,5; }
- ">
-},
-{
- Id: 18795
- AegisName: "Night_Sparrow_Hat"
- Name: "Night Sparrow Hat"
- Type: 5
- Weight: 200
- Def: 15
- Job: 0x00080000
- Upper: 56
- Loc: 256
- EquipLv: 100
- View: 913
- Script: <"
- bonus bFixedCastrate,-(getskilllv(BA_MUSICALLESSON)*5);
- if(getrefine()>6) { bonus2 bSkillAtk,WM_SEVERE_RAINSTORM,25; }
- if(getrefine()>8) { bonus bMaxSP,200; }
- ">
-},
-{
- Id: 18796
- AegisName: "RWC_Crown_Of_Victory(8th)"
- Name: "RWC Crown Of Victory(8th)"
- Type: 5
- Weight: 500
- Def: 12
- Slots: 1
- Loc: 256
- View: 914
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus2 bResEff,Eff_Curse,10000;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18797
- AegisName: "Deep_Angel_Hairband"
- Name: "Deep Angel Hairband"
- Type: 5
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 915
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- bonus2 bAddRaceTolerance,RC_Demon,3;
- ">
-},
-{
- Id: 18798
- AegisName: "Pink_Angel_Hairband"
- Name: "Pink Angel Hairband"
- Type: 5
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 916
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- bonus2 bAddRaceTolerance,RC_Demon,3;
- ">
-},
-{
- Id: 18799
- AegisName: "Mask_of_Nero"
- Name: "Mask of Nero"
- Type: 5
- Weight: 200
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 917
- Script: <"
- bonus2 bMagicAtkEle,Ele_Water,4;
- ">
-},
-{
- Id: 18800
- AegisName: "Mask_of_Formic"
- Name: "Mask of Formic"
- Type: 5
- Weight: 200
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 918
- Script: <"
- bonus2 bMagicAtkEle,Ele_Earth,4;
- ">
-},
-{
- Id: 18801
- AegisName: "Gale_Hair_Ornament"
- Name: "Gale Hair Ornament"
- Type: 5
- Weight: 250
- Def: 6
- Loc: 256
- View: 809
- Script: <"
- bonus bInt,2;
- skill NJ_RAIGEKISAI,3;
- bonus2 bSubEle,Ele_Wind,15;
- if (getrefine()>8) { bonus2 bSubEle,Ele_Wind,5; }
- ">
-},
-{
- Id: 18802
- AegisName: "Poring_Fedora_Hat"
- Name: "Poring Fedora Hat"
- Type: 5
- Weight: 100
- Def: 10
- Slots: 1
- Loc: 256
- View: 919
- Script: <"
- bonus bMaxHPrate,5;
- if (getrefine()>4) {
- bonus bMaxHPrate,getrefine()-4;
- bonus bMaxSPrate,-((getrefine()*2)-8);
- }
- if (getrefine()>9) {
- bonus bMaxHPrate,4;
- bonus bMaxSPrate,-3;
- }
- ">
-},
-{
- Id: 18803
- AegisName: "Rose_Cascade"
- Name: "Rose Cascade"
- Type: 5
- Weight: 500
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 920
- Script: <"
- bonus bUseSPrate,-5;
- if(readparam(bDex)>=100) {
- bonus bUseSPrate,-5;
- }
- if(readparam(bDex)>=120) {
- bonus bUseSPrate,-5;
- }
- ">
-},
-{
- Id: 18804
- AegisName: "Thornwood_Band"
- Name: "Thornwood Band"
- Type: 5
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 921
- Script: <"
- bonus bDex,1;
- bonus bInt,1;
- bonus2 bMagicAddEle,Ele_Fire,5;
- bonus2 bMagicAddEle,Ele_Wind,5;
- bonus2 bMagicAddEle,Ele_Water,5;
- bonus2 bMagicAddEle,Ele_Earth,5;
- if (getrefine()>4) {
- bonus2 bMagicAddEle,Ele_Fire,5;
- bonus2 bMagicAddEle,Ele_Wind,5;
- bonus2 bMagicAddEle,Ele_Water,5;
- bonus2 bMagicAddEle,Ele_Earth,5;
- }
- ">
-},
-{
- Id: 18805
- AegisName: "Eclipse_Hat"
- Name: "Eclipse Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- View: 922
- Script: <"
- bonus bLuk,3;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18806
- AegisName: "Black_Rabbit_Hat"
- Name: "Black Rabbit Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: 256
- View: 923
- Script: <"
- bonus bDex,2;
- bonus bAgi,3;
- ">
-},
-{
- Id: 18807
- AegisName: "Yellow_Yuzu_Hat"
- Name: "White Citron Hat"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 924
- Script: <"
- bonus bVit,2;
- bonus bLuk,3;
- ">
-},
-{
- Id: 18808
- AegisName: "Wing_Form_Spectacle"
- Name: "Wing Style Spectacle"
- Type: 5
- Weight: 100
- Def: 1
- Loc: 256
- View: 925
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 18810
- AegisName: "Hell_Pumpkin_Hat"
- Name: "Hell Pumpkin Hat"
- Type: 5
- Weight: 500
- Def: 12
- Loc: 256
- View: 717
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,5;
- bonus2 bAddRaceTolerance,RC_Undead,5;
- ">
-},
-{
- Id: 18811
- AegisName: "White_Snake_Hat_"
- Name: "White Snake Hat"
- Type: 5
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 413
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,5;
- bonus2 bAddRaceTolerance,RC_Undead,5;
- ">
-},
-{
- Id: 18812
- AegisName: "Elder_Crown"
- Name: "Elder Crown"
- Type: 5
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 933
- Script: <"
- bonus bInt,1;
- bonus bMdef,5;
- bonus2 bAddMonsterDropItem,7939,50;
- if (getrefine()>=6) { bonus2 bAddMonsterDropItem,7939,50; }
- if (getrefine()>=9) { bonus2 bAddMonsterDropItem,7939,50; }
- ">
-},
-{
- Id: 18813
- AegisName: "New_Wave_Sunglasses"
- Name: "New Wave Sunglasses"
- Type: 5
- Weight: 100
- Loc: 512
- EquipLv: 30
- Refine: false
- View: 856
- Script: <"
- bonus bDelayrate,-10;
- ">
-},
-{
- Id: 18814
- AegisName: "Angel_School_Cap"
- Name: "Angel School Cap"
- Type: 5
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 927
- Script: <"
- bonus bInt,2;
- bonus bVit,1;
- ">
-},
-{
- Id: 18815
- AegisName: "Devil_School_Cap"
- Name: "Devil School Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 928
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- ">
-},
-{
- Id: 18816
- AegisName: "Adv_Angel_School_Cap"
- Name: "Evoked Angel School Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 929
- Script: <"
- bonus bInt,2;
- bonus bVit,2;
- bonus bLuk,1;
- ">
-},
-{
- Id: 18817
- AegisName: "Adv_Devil_School_Cap"
- Name: "Evoked Devil School Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- View: 930
- Script: <"
- bonus bStr,2;
- bonus bVit,2;
- bonus bLuk,1;
- ">
-},
-{
- Id: 18818
- AegisName: "Red_Pencil_In_Mouth"
- Name: "Red Pencil In Mouth"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 931
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bHit,3;
- ">
-},
-{
- Id: 18819
- AegisName: "Blue_Pencil_In_Mouth"
- Name: "Blue Pencil In Mouth"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1
- Refine: false
- View: 932
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bHit,3;
- ">
-},
-{
- Id: 18820
- AegisName: "Gray_Helmet"
- Name: "Gray Helmet"
- Type: 5
- Weight: 450
- Def: 35
- Slots: 1
- Upper: 56
- Loc: 256
- EquipLv: 120
- View: 941
- Script: <" bonus2 bSubEle,Ele_Holy,3+(getrefine()/2); ">
-},
-{
- Id: 18821
- AegisName: "Rainbow_Feather_Deco"
- Name: "RWC Commemorative Pin"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- View: 934
- Script: <"
- bonus bAtkRate,1;
- bonus bMatkRate,1;
- ">
-},
-{
- Id: 18822
- AegisName: "Flame_Wing_Ear"
- Name: "Flame Wing Ear"
- Type: 5
- Weight: 100
- Loc: 512
- EquipLv: 30
- Refine: false
- View: 422
- Script: <" bonus3 bAutoSpell,SM_MAGNUM,1,30; ">
-},
-{
- Id: 18823
- AegisName: "Imperial_Feather"
- Name: "Imperial Feather"
- Type: 5
- Weight: 500
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 935
- Script: <"
- bonus bAspdRate,1;
- bonus2 bSubEle,Ele_Wind,5;
- if (readparam(bAgi)>=108) {
- bonus bAspdRate,1;
- bonus bAspd,1;
- }
- ">
-},
-{
- Id: 18824
- AegisName: "Mask_Of_Bankrupt"
- Name: "Mask Of Bankrupt"
- Type: 5
- Weight: 490
- Loc: 513
- EquipLv: 49
- Refine: false
- View: 936
- Script: <"
- bonus3 bHPDrainRate,10,1,0;
- bonus3 bSPDrainRate,10,1,0;
- ">
-},
-{
- Id: 18825
- AegisName: "Bankruptcy_Of_Heart_"
- Name: "Bankruptcy Of Heart"
- Type: 5
- Buy: 20
- Weight: 1200
- Def: 8
- Slots: 1
- Loc: 256
- EquipLv: 38
- View: 107
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 18826
- AegisName: "Chun_Tree_Hat"
- Name: "Chun Tree Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 256
- View: 939
- Script: <"
- bonus bInt,2;
- bonus bVit,2;
- ">
-},
-{
- Id: 18827
- AegisName: "Valkyrie_Circlet"
- Name: "Valkyrie Circlet"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 940
- Script: <"
- bonus bStr,1;
- bonus2 bAddEle,Ele_Dark,10;
- bonus2 bAddRace,RC_Demon,10;
- ">
-},
-{
- Id: 18828
- AegisName: "2012RMSCNO1"
- Name: "RMSC2012 Champion Headgear"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- Refine: false
- View: 942
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,5;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18829
- AegisName: "2012RMSCNO2"
- Name: "RMSC2012 1st Runner Headgear"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- Refine: false
- View: 943
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,4;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18830
- AegisName: "2012RMSCNO3"
- Name: "RMSC2012 2nd Runner Headgear"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- Refine: false
- View: 944
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,3;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18831
- AegisName: "2012RMSCNO4"
- Name: "RMSC2012 Special Headgear"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 20
- Slots: 1
- Loc: 256
- EquipLv: 95
- Refine: false
- View: 945
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAllStats,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 18832
- AegisName: "Rolf_Von_Gigue_666"
- Name: "Rolf Von Gigue 666"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 256
- View: 946
-},
-{
- Id: 18833
- AegisName: "Marin_Crown"
- Name: "Marin Crown"
- Type: 5
- Weight: 10
- Def: 3
- Slots: 1
- Loc: 256
- View: 948
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,2;
- bonus3 bAutoSpellWhenHit,MG_FROSTDIVER,3,10;
- bonus3 bAutoSpell,MG_COLDBOLT,5,10;
- ">
-},
-{
- Id: 18834
- AegisName: "Sakura_Hairband"
- Name: "Sakura Hairband"
- Type: 5
- Def: 3
- Loc: 256
- View: 949
- Script: <"
- bonus bLuk,3;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,10;
- ">
-},
-{
- Id: 18835
- AegisName: "RO10th_Anni_Cap"
- Name: "RO10th Anni Cap"
- Type: 5
- Weight: 100
- Loc: 256
- View: 950
-},
-{
- Id: 18836
- AegisName: "Lmt_RO10th_Anni_Cap"
- Name: "Lmt RO10th Anni Cap"
- Type: 5
- Weight: 100
- Def: 10
- Loc: 256
- View: 951
- Script: <"
- bonus bMatk,2;
- bonus bMdef,10;
- bonus bMaxHP,100+(getrefine()*100);
- bonus bMaxSP,10+(getrefine()*10);
- bonus bAtk,getrefine();
- bonus bMatk,getrefine();
- if (getrefine()>=11) {
- bonus bAtk,10;
- bonus bMatk,10;
- bonus bHit,10;
- bonus bFlee,10;
- bonus bCritical,10;
- bonus bFixedCastrate,10;
- }
- ">
-},
-{
- Id: 18837
- AegisName: "Cheering_Whistle"
- Name: "Cheering Whistle"
- Type: 5
- Weight: 100
- Loc: 1
- Refine: false
- View: 952
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 18839
- AegisName: "Poring_Sunglasses"
- Name: "Poring Sunglasses"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 10
- Slots: 1
- Loc: 512
- Refine: false
- View: 954
- Script: <"
- bonus bDex,1;
- bonus bVariableCastrate,-5;
- ">
-},
-{
- Id: 18840
- AegisName: "King_Poring_Hat"
- Name: "King Poring Hat"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 10
- Loc: 256
- Refine: false
- View: 905
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMdef,10;
- ">
-},
-{
- Id: 18841
- AegisName: "Small_Poring_Band"
- Name: "Small Poring Band"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 8
- Slots: 1
- Loc: 256
- View: 955
- Script: <"
- bonus bAspdRate,(getrefine()/3)*2;
- bonus2 bExpAddRace,RC_Boss,3;
- bonus2 bExpAddRace,RC_NonBoss,3;
- if (getrefine()>9) { bonus bAspd,1; }
- ">
-},
-{
- Id: 18842
- AegisName: "Hat_Of_Girl"
- Name: "Hat Of Girl"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 8
- Slots: 1
- Loc: 256
- View: 956
- Script: <"
- bonus bInt,(getrefine()/3)*2;
- bonus2 bSubRace,RC_DemiPlayer,7;
- bonus bMaxHPrate,-3;
- ">
-},
-{
- Id: 18843
- AegisName: "Small_Deviling_Hat"
- Name: "Small Deviling Hat"
- Type: 5
- Buy: 20
- Weight: 350
- Def: 7
- Slots: 1
- Loc: 256
- View: 957
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddRaceTolerance,RC_Player,5;
- if (getrefine()>7) { bonus bMaxHPrate,getrefine()-7; }
- ">
-},
-{
- Id: 18844
- AegisName: "Blue_Poring_Bubble"
- Name: "Blue Poring Bubble"
- Type: 5
- Buy: 20
- Weight: 50
- Def: 5
- Loc: 1
- Refine: false
- View: 958
- Script: <"
- bonus bAllStats,2;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 18845
- AegisName: "Banshee_Master_Kiss"
- Name: "Banshee Master Kiss"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Loc: 1
- Refine: false
- View: 959
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bMaxSPrate,3;
- autobonus2 "{ bonus2 bAddRaceTolerance,RC_DemiPlayer,100; bonus2 bAddRaceTolerance,RC_Player,100; }",10,3000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
- ">
-},
-{
- Id: 18846
- AegisName: "Seagod_Protector"
- Name: "Seagod Protector"
- Type: 5
- Weight: 100
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 960
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 18847
- AegisName: "Jolly_Roger"
- Name: "Jolly Roger"
- Type: 5
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 962
- Script: <"
- bonus bVit,1;
- bonus2 bSubEle,Ele_Water,2;
- bonus2 bAddEle,Ele_Water,2;
- if (getrefine()>=7) { bonus2 bAddEle,Ele_Water,3; }
- if (getrefine()>=9) { bonus2 bSubEle,Ele_Water,3; }
- ">
-},
-{
- Id: 18848
- AegisName: "Fresh_Roses"
- Name: "Fresh Roses"
- Type: 5
- Weight: 200
- Slots: 1
- Loc: 256
- View: 963
- Script: <" bonus bMatk,20+getrefine(); ">
-},
-{
- Id: 18849
- AegisName: "Celine_Ribbon"
- Name: "Celine Ribbon"
- Type: 5
- Weight: 200
- Slots: 1
- Loc: 256
- View: 967
- Script: <"
- bonus bDex,3;
- bonus bMatk,40+getrefine();
- bonus bMagicHPGainValue,200;
- bonus2 bHPRegenRate,50,5000;
- ">
-},
-{
- Id: 18850
- AegisName: "Polar_Bear_Cap"
- Name: "Polar Bear Cap"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 7
- Loc: 256
- Refine: false
- View: 966
- Script: <"
- bonus bMdef,3;
- bonus bDex,1;
- bonus bAgi,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18851
- AegisName: "Valentine_Heart"
- Name: "Valentine Heart"
- Type: 5
- Loc: 256
- EquipLv: 40
- View: 397
- Script: <" bonus bMaxHPrate,5+(getrefine()/2); ">
-},
-{
- Id: 18852
- AegisName: "Tasty_Strawberry_Hat"
- Name: "Tasty Strawberry Hat"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 4
- Loc: 256
- EquipLv: 30
- View: 968
- Script: <"
- bonus bAllStats,1;
- if (getrefine()>=12) { bonus bAspd,2; }
- ">
-},
-{
- Id: 18853
- AegisName: "Tasty_Strawberry_Hat_"
- Name: "Tasty Strawberry Hat"
- Type: 5
- Buy: 20
- Weight: 150
- Def: 4
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 968
- Script: <"
- bonus bAllStats,1;
- if (getrefine()>=12) { bonus bAspd,2; }
- ">
-},
-{
- Id: 18854
- AegisName: "Yellow_Valentine_Heart"
- Name: "Yellow Valentine Heart"
- Type: 5
- Loc: 256
- EquipLv: 40
- View: 865
- Script: <" bonus bMaxSPrate,5+(getrefine()/2); ">
-},
-{
- Id: 18855
- AegisName: "Aviator_Hat"
- Name: "Aviator Hat"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 10
- Loc: 1
- View: 972
- Script: <"
- bonus bAgi,3;
- bonus bInt,3;
- ">
-},
-{
- Id: 18858
- AegisName: "Pink_Angeling_Bubble"
- Name: "Pink Angeling Bubble"
- Type: 5
- Buy: 0
- Weight: 50
- Def: 5
- Loc: 1
- Refine: false
- View: 975
- Script: <"
- bonus bMaxHP,200;
- bonus bAspd,1;
- ">
-},
-{
- Id: 18859
- AegisName: "Angeling_Bubble"
- Name: "Angeling Bubble"
- Type: 5
- Buy: 0
- Weight: 50
- Def: 5
- Loc: 1
- Refine: false
- View: 976
- Script: <"
- bonus bDex,1;
- bonus bMatkRate,2;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 18860
- AegisName: "Preschool_Hat"
- Name: "Preschool Hat"
- Type: 5
- Weight: 100
- Def: 8
- Slots: 1
- Loc: 256
- View: 977
-},
-{
- Id: 18870
- AegisName: "Very_Sweet_Candy_Bar"
- Name: "Very Sweet Candy Bar"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 446
-},
-{
- Id: 18871
- AegisName: "Very_Sweet_Candy"
- Name: "Very Sweet Candy"
- Type: 5
- Buy: 0
- Loc: 1
- Refine: false
- View: 446
-},
-{
- Id: 18872
- AegisName: "Snake_Hat"
- Name: "Snake Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 986
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bMdef,5;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18873
- AegisName: "Sweet_Valentine_Out"
- Name: "Sweet Valentine Out"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 256
- View: 865
-},
-{
- Id: 18874
- AegisName: "Cyclops_Glasses"
- Name: "Cyclops Glasses"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 512
- Refine: false
- View: 23
-},
-{
- Id: 18879
- AegisName: "Angry_Scorpion_Hat"
- Name: "Angry Scorpion Hat"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 995
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 18880
- AegisName: "Advanced_Jao_King_Hat"
- Name: "Advanced Jao King Hat"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 256
- View: 996
-},
-{
- Id: 18885
- AegisName: "Jejecap"
- Name: "Jejecap"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 8
- Loc: 256
- EquipLv: 70
- View: 1011
- Script: <"
- bonus bStr,2;
- bonus bInt,3;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18886
- AegisName: "Rainbow_Long_Octopus"
- Name: "Rainbow Long Octopus"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 256
- Refine: false
- View: 1007
- Script: <"
- bonus bVit,2;
- bonus bDex,3;
- ">
-},
-{
- Id: 18887
- AegisName: "Aqua_Bunny_Band"
- Name: "Aqua Bunny Band"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- View: 1012
- Script: <"
- bonus bVit,3;
- bonus bMdef,5;
- bonus bMatkRate,2;
- if(getrefine()>8) {
- bonus bMdef,5;
- bonus bMatkRate,4;
- }
- if(getrefine()>11) { bonus bFixedCastrate,-10; }
- ">
-},
-{
- Id: 18888
- AegisName: "Maroon_Bunny_Band"
- Name: "Maroon Bunny Band"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- View: 1013
- Script: <"
- bonus bInt,5;
- bonus bLuk,5;
- bonus bAtkRate,2;
- bonus bMatkRate,5;
- if(getrefine()>8) {
- bonus bAtkRate,4;
- bonus bMatkRate,4;
- }
- if(getrefine()>11) { bonus bFixedCastrate,-10; }
- ">
-},
-{
- Id: 18889
- AegisName: "Golden_Bunny_Band"
- Name: "Golden Bunny Band"
- Type: 5
- Buy: 0
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 256
- View: 1014
- Script: <"
- bonus bAgi,5;
- bonus bLuk,5;
- bonus bAtkRate,5;
- if(getrefine()>8) {
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- }
- if(getrefine()>11) { bonus bFixedCastrate,-10; }
- ">
-},
-{
- Id: 18890
- AegisName: "Gray_Bunny_Band"
- Name: "Gray Bunny Band"
- Type: 5
- Buy: 0
- Def: 2
- Slots: 1
- Loc: 256
- View: 1015
- Script: <"
- bonus bInt,5;
- bonus bLuk,5;
- bonus bAtkRate,2;
- bonus bMatkRate,5;
- if(getrefine()>8) {
- bonus bAtkRate,4;
- bonus bMatkRate,4;
- }
- if(getrefine()>11) { bonus bFixedCastrate,-10; }
- ">
-},
-{
- Id: 18891
- AegisName: "Husky_Hat"
- Name: "Husky Hat"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 256
- View: 1016
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus4 bAutoSpellWhenHit,SN_WINDWALK,5,100+(getrefine()*30),0;
- ">
-},
-{
- Id: 18892
- AegisName: "Ufo_Poring_Hat"
- Name: "Ufo Poring Hat"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 1017
- Script: <"
- bonus bMdef,5;
- bonus bFlee,5;
- bonus bCritical,5;
- bonus bHit,5;
- bonus bFlee2,5;
- if(getrefine()>6) { bonus bVariableCastrate,-5; }
- if(getrefine()>8) {
- bonus bDelayrate,-5;
- bonus bAspdRate,5;
- }
- ">
-},
-{
- Id: 18893
- AegisName: "Dragon_Claw_Helm"
- Name: "Dragon Claw Helm"
- Type: 5
- Buy: 0
- Weight: 1000
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 1018
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,8;
- bonus2 bAddRaceTolerance,RC_Player,8;
- bonus2 bAddRaceTolerance,RC_Dragon,8;
- bonus2 bAddItemHealRate,517,200;
- if(getrefine()>11) {
- bonus bMaxHPrate,7;
- bonus bMaxSPrate,3;
- }
- ">
-},
-{
- Id: 18894
- AegisName: "Rainbow_Star"
- Name: "Rainbow Star"
- Type: 5
- Buy: 0
- Weight: 500
- Def: 5
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 1019
- Script: <"
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus2 bAddRaceTolerance,RC_Player,5;
- ">
-},
-{
- Id: 18895
- AegisName: "Celestial_Dark_Flame"
- Name: "Celestial Dark Flame"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 1008
- Script: <" bonus2 bSubEle,Ele_Fire,5; ">
-},
-{
- Id: 18896
- AegisName: "Pterios_Fins"
- Name: "Pterios Fins"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 1009
- Script: <" bonus2 bSubEle,Ele_Fire,8; ">
-},
-{
- Id: 18897
- AegisName: "Azure_Diadem"
- Name: "Azure Diadem"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 5
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 1010
- Script: <" bonus2 bSubEle,Ele_Water,8; ">
-},
-{
- Id: 18898
- AegisName: "Yggdrasil_Herald_Crown"
- Name: "Yggdrasil Herald Crown"
- Type: 5
- Buy: 0
- Weight: 200
- Def: 6
- Slots: 1
- Loc: 512
- EquipLv: 50
- Refine: false
- View: 997
- Script: <"
- bonus bAllStats,5;
- bonus bMaxHP,100;
- bonus bMaxSP,50;
- if(getrefine()>7) {
- bonus bMaxHPrate,getrefine()-7;
- bonus bFixedCastrate,-(getrefine()-7);
- }
- ">
-},
-{
- Id: 18900
- AegisName: "Weisswurst"
- Name: "Weisswurst"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 1
- Loc: 1
- EquipLv: 60
- Refine: false
- View: 1022
-},
-{
- Id: 18901
- AegisName: "Seppl_Hat"
- Name: "Seppl Hat"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 5
- Slots: 1
- Loc: 1
- EquipLv: 60
- View: 1023
-},
-{
- Id: 18908
- AegisName: "Piamette's_Red_Ears"
- Name: "Piamette's Red Ears"
- Type: 5
- Weight: 300
- Def: 8
- Slots: 1
- Loc: 256
- View: 1030
- Script: <"
- bonus bStr,5;
- bonus bMaxHPrate,5;
- bonus2 bSubEle,Ele_Fire,10;
- if(getrefine()>=9) { bonus bAspd,1+((getrefine()/2)-4); }
- ">
-},
-{
- Id: 18909
- AegisName: "Piamette's_Brown_Ears"
- Name: "Piamette's Brown Ears"
- Type: 5
- Weight: 300
- Def: 8
- Slots: 1
- Loc: 256
- View: 1031
- Script: <"
- bonus bMaxHPrate,10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- bonus bMatk,getrefine()*2;
- ">
-},
-{
- Id: 18910
- AegisName: "Piamette's_Blue_Ears"
- Name: "Piamette's Blue Ears"
- Type: 5
- Weight: 300
- Def: 8
- Slots: 1
- Loc: 256
- View: 1032
- Script: <"
- bonus2 bAddSize,Size_Medium,10;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
- if(getrefine()>=12) { bonus bShortWeaponDamageReturn,5; }
- ">
-},
-{
- Id: 18911
- AegisName: "Red_Flower_Hat"
- Name: "Red Flower Hat"
- Type: 5
- Weight: 200
- Def: 10
- Slots: 1
- Loc: 256
- View: 1033
- Script: <"
- bonus bDex,5;
- bonus2 bSubEle,Ele_Earth,3;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
- if(getrefine()>=12) { bonus bShortWeaponDamageReturn,5; }
- ">
-},
-{
- Id: 18912
- AegisName: "Bell_Pigeon"
- Name: "Bell Pigeon"
- Type: 5
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 512
- Refine: false
- View: 1034
- Script: <"
- bonus bAllStats,1;
- bonus5 bAutoSpellWhenHit,AL_RUWACH,1,50,BF_WEAPON,0; /* Custom - PRO */
- ">
-},
-{
- Id: 18913
- AegisName: "Gossip_Raven"
- Name: "Gossip Raven"
- Type: 5
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 512
- Refine: false
- View: 1035
- Script: <"
- bonus bAllStats,1;
- bonus5 bAutoSpellWhenHit,AL_RUWACH,1,50,BF_WEAPON,0; /* Custom - PRO */
- ">
-},
-{
- Id: 18914
- AegisName: "Baby_Deviling"
- Name: "Baby Deviling"
- Type: 5
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 512
- Refine: false
- View: 1036
- Script: <"
- bonus bAllStats,1;
- bonus3 bAutoSpell,AL_BLESSING,7,50;
- ">
-},
-{
- Id: 18915
- AegisName: "Blood_Butterfly_Ears"
- Name: "Blood Butterfly Ears"
- Type: 5
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 512
- Refine: false
- View: 1037
- Script: <"
- bonus bFlee,1;
- bonus bMaxHP,200;
- ">
-},
-{
- Id: 18916
- AegisName: "Bear_Balloon"
- Name: "Bear Balloon"
- Type: 5
- Weight: 200
- Def: 5
- Loc: 1
- Refine: false
- View: 1038
- Script: <"
- bonus bStr,1;
- bonus bLuk,1;
- bonus bMaxHP,50;
- ">
-},
-{
- Id: 18917
- AegisName: "LoveLove_Balloon"
- Name: "LoveLove Balloon"
- Type: 5
- Weight: 200
- Def: 5
- Loc: 1
- Refine: false
- View: 1039
- Script: <"
- bonus bAllStats,1;
- ">
-},
-{
- Id: 18918
- AegisName: "Cute_Octopus_Balloon"
- Name: "Cute Octopus Balloon"
- Type: 5
- Weight: 200
- Def: 5
- Loc: 1
- Refine: false
- View: 1040
- Script: <"
- bonus bVit,1;
- bonus bInt,1;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 18921
- AegisName: "C_Tarnished_Lamp"
- Name: "Costume Tarnished Lamp"
- Type: 5
- Buy: 0
- Weight: 200
- Loc: 1024
- EquipLv: 50
- Refine: false
- View: 897
-},
-{
- Id: 18929
- AegisName: "Elephant_Model_Hat"
- Name: "Elephant Model Hat"
- Type: 5
- Weight: 300
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 1065
- Script: <"
- bonus bDex,2;
- bonus5 bAutoSpellWhenHit,WZ_STORMGUST,5,50,BF_WEAPON,0; /* Custom - IRO */
- if(getrefine()>=8) { bonus bDex,1+((getrefine()/2)-4); }
- ">
-},
-{
- Id: 18934
- AegisName: "Fox_Ears_Drop_Ribbon"
- Name: "Fox Ears Drop Ribbon"
- Type: 5
- Weight: 400
- Def: 4
- Loc: 256
- EquipLv: 50
- View: 1070
-},
-{
- Id: 18937
- AegisName: "Memories_of_Lover"
- Name: "Memories of Lover"
- Type: 5
- Weight: 100
- Loc: 256
- View: 1072
-},
-{
- Id: 18938
- AegisName: "Astro_Circle"
- Name: "Astro Circle"
- Type: 5
- Weight: 300
- Def: 1
- Loc: 256
- View: 1073
-},
-{
- Id: 18942
- AegisName: "Knit_Cap_of_Water"
- Name: "Knit Cap of Water"
- Type: 5
- Weight: 1000
- Loc: 256
- EquipLv: 90
- View: 1077
-},
-{
- Id: 18943
- AegisName: "Silk_Hat_of_Earth"
- Name: "Silk Hat of Earth"
- Type: 5
- Weight: 1000
- Loc: 256
- EquipLv: 90
- View: 1078
-},
-{
- Id: 18944
- AegisName: "Deviruchi_Ballon"
- Name: "Deviruchi Ballon"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Loc: 256
- View: 1082
- Script: <"
- bonus bAllStats,1;
- bonus2 bAddRace,RC_Demon,1;
- bonus2 bMagicAddRace,RC_Demon,1;
- ">
-},
-{
- Id: 18945
- AegisName: "Super_Cute_Doll_Hat"
- Name: "Super Cute Doll Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- EquipLv: 30
- View: 1083
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- bonus bMdef,3;
- bonus bFlee,-1;
- bonus bMaxHPrate,2;
- bonus bMaxSP,30;
- skill PR_MAGNIFICAT,1;
- ">
-},
-{
- Id: 18946
- AegisName: "Very_Cute_Doll_Hat"
- Name: "Very Cute Doll Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 2
- Loc: 256
- EquipLv: 30
- View: 1084
- Script: <"
- bonus bStr,2;
- bonus bLuk,2;
- bonus bMdef,3;
- bonus bFlee,-1;
- bonus bMaxHPrate,1;
- bonus bMaxSP,15;
- ">
-},
-{
- Id: 18969
- AegisName: "Boss_Beret"
- Name: "Boss Beret_J"
- Type: 5
- Loc: 256
- View: 1134
-},
-{
- Id: 18997
- AegisName: "Riot_Chip"
- Name: "Riot Chip"
- Type: 5
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: 256
- EquipLv: 100
- View: 1201
- Script: <"
- bonus bHit,50;
- bonus bFlee,50;
- bonus bMaxSPrate,-50;
- ">
-},
-{
- Id: 19014
- AegisName: "Gravekeeper_Blinker"
- Name: "Gravekeeper Blinker"
- Type: 5
- Weight: 100
- Def: 1
- Loc: 512
- EquipLv: 10
- View: 1210
- Script: <"
- bonus2 bSubRace,RC_Undead,5;
- bonus2 bAddRace,RC_Undead,5;
- ">
-},
-{
- Id: 19015
- AegisName: "C_Kamas_Hairband"
- Name: "Costume Kama's Hairband"
- Type: 5
- Loc: 1024
- View: 564
-},
-{
- Id: 19019
- AegisName: "Elemental_Crown"
- Name: "Elemental Crown"
- Type: 5
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 1219
- Script: <"
- bonus bDex,3;
- bonus bLongAtkRate,4;
- bonus bDex,(getrefine()/2);
- if(BaseLevel>130) { bonus bDex,getrefine(); }
- ">
-},
-{
- Id: 19020
- AegisName: "Survive_Circlet"
- Name: "Survive Circlet"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 1220
- Script: <"
- bonus bInt,3;
- bonus bMatkRate,4;
- if(BaseLevel<100) { bonus bInt,getrefine()/2; } else { bonus bInt,getrefine(); }
- ">
-},
-{
- Id: 19021
- AegisName: "Gigant_Helm"
- Name: "Gigant Helm"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 50
- View: 1221
- Script: <"
- bonus bStr,3;
- bonus bAtkRate,4;
- if(BaseLevel<100) { bonus bStr,getrefine()/2; } else { bonus bStr,getrefine(); }
- /* +Giant Lance, when using Joint Beat, auto cast Lv.1 Spiral pierce, */
- /* every refine of lance increase the chance of trigger and increase damage of spiral pierce by 5%. */
- ">
-},
-{
- Id: 19023
- AegisName: "Queen_Scaraba_Crown"
- Name: "Queen Scaraba Crown"
- Type: 5
- Weight: 1500
- Slots: 1
- Loc: 257
- EquipLv: 70
- View: 1231
- Script: <"
- bonus bDefRate,-50;
- bonus bMdefRate,-50;
- bonus2 bSubRace,RC_Insect,getrefine();
- bonus3 bAutoSpell,NPC_WIDECONFUSE,2,100+(getrefine()*10); /* Custom - JRO */
- ">
-},
-{
- Id: 19024
- AegisName: "Protect_Feathers"
- Name: "Protect Feathers"
- Type: 5
- Buy: 20
- Weight: 500
- Loc: 512
- EquipLv: 70
- Refine: false
- View: 1232
- Script: <"
- bonus bMdef,2;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- bonus bAspdRate,-5;
- if(readparam(bVit)>=108) {
- bonus bAspdRate,-5;
- bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
- }
- if(readparam(bVit)>=120) {
- bonus bMdef,3;
- bonus bMaxHPrate,3;
- }
- ">
-},
-{
- Id: 19025
- AegisName: "Puppy_Ears_Hat_"
- Name: "Puppy Ears Hat"
- Type: 5
- Weight: 200
- Def: 3
- Slots: 1
- Loc: 256
- EquipLv: 10
- View: 827
- Script: <"
- bonus bMdef,3;
- bonus2 bMagicAddRace,RC_Brute,5;
- bonus2 bAddRace,RC_Brute,5;
- bonus2 bAddRaceTolerance,RC_Brute,5;
- bonus3 bAddMonsterDropItem,7938,RC_Brute,100;
- ">
-},
-{
- Id: 19026
- AegisName: "Aegir_Helm_"
- Name: "Aegir Helm"
- Type: 5
- Weight: 800
- Def: 10
- Slots: 1
- Loc: 256
- EquipLv: 110
- View: 870
-},
-{
- Id: 19027
- AegisName: "Type_10_Glasses"
- Name: "Type-10 Glasses"
- Type: 5
- Weight: 200
- Loc: 512
- EquipLv: 10
- View: 1237
- Script: <"
- bonus2 bMagicAddRace,RC_Brute,4;
- bonus2 bAddRaceTolerance,RC_Brute,5;
- ">
-},
-{
- Id: 19028
- AegisName: "Devils_Minion"
- Name: "Devil's Minion"
- Type: 5
- Weight: 200
- Loc: 512
- EquipLv: 40
- View: 1036
- Script: <"
- skill AM_POTIONPITCHER,3;
- ">
-},
-{
- Id: 19029
- AegisName: "Alice_Friesinger_Hat_69"
- Name: "Alice Friesinger Hat 69"
- Type: 5
- Weight: 300
- Loc: 256
- View: 1249
- Script: <"
- bonus2 bAddRace,RC_Boss,15;
- ">
-},
-{
- Id: 19031
- AegisName: "Fallen_Angel_Blessing"
- Name: "Fallen Angel Blessing"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 1
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 1250
- Script: <"
- bonus2 bAddRaceTolerance,RC_Angel,5;
- bonus2 bAddRace,RC_Angel,3;
- ">
-},
-{
- Id: 19041
- AegisName: "Black_Fairy_Ears"
- Name: "Black Fairy Ears"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 10
- View: 498
- Script: <"
- bonus2 bAddRaceTolerance,RC_Demon,5;
- bonus2 bMagicAddRace,RC_Demon,4;
- ">
-},
-{
- Id: 19042
- AegisName: "Maneater_Flower_Hat_"
- Name: "Maneater Flower Hat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 852
- Script: <"
- bonus bMdef,5;
- bonus2 bSPDrainValueRace,RC_Insect,5;
- bonus bHPGainValue,100;
- ">
-},
-{
- Id: 19043
- AegisName: "Goibne's_Helmet_"
- Name: "Goibne's Helm"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 10
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 54
- View: 258
- Script: <"
- bonus bVit,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 19044
- AegisName: "Morrigane's_Helm_"
- Name: "Morrigane's Helm"
- Type: 5
- Buy: 30000
- Weight: 500
- Def: 8
- Slots: 1
- Job: 0xFFFFFFFE
- Loc: 256
- EquipLv: 61
- View: 257
- Script: <"
- bonus bLuk,2;
- bonus bBaseAtk,3;
- ">
-},
-{
- Id: 19045
- AegisName: "Blue_Ears_Accessory"
- Name: "Blue Ears Accessory"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 512
- EquipLv: 10
- View: 1186
- Script: <"
- bonus2 bMagicAddRace,RC_Angel,4;
- bonus2 bAddRaceTolerance,RC_Angel,5;
- ">
-},
-{
- Id: 19046
- AegisName: "Poisonous_Man"
- Name: "Poisonous Man"
- Type: 5
- Weight: 500
- Def: 16
- Slots: 1
- Job: 0xFFF0207F
- Upper: 58
- Loc: 4
- EquipLv: 70
- Script: <"
- bonus2 bAddEff,Eff_Poison,200;
- bonus bMdef,2;
- bonus bMaxHPrate,5;
- bonus bMatkRate,1;
- ">
-},
-{
- Id: 19047
- AegisName: "Angeling_Furhat"
- Name: "Angeling Furhat"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: 256
- EquipLv: 20
- View: 953
- Script: <"
- bonus bMdef,5;
- bonus2 bSPDrainValueRace,RC_Angel,5;
- bonus bHPGainValue,100;
- if(getrefine()>=5) { bonus2 bAddRaceTolerance,RC_Angel,5; }
- if(getrefine()>=7) { bonus2 bAddRaceTolerance,RC_Angel,5; }
- ">
-},
-{
- Id: 19051
- AegisName: "Warrior_Moon_Cat_Hat"
- Name: "Warrior Moon Cat Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 1308
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,3;
- bonus2 bHPDrainRate,40,10+(getrefine()/3);
- bonus2 bSPDrainRate,10,2+(getrefine()/5);
- ">
-},
-{
- Id: 19053
- AegisName: "Fighter_Moon_Cat_Hat"
- Name: "Fighter Moon Cat Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: 256
- View: 1308
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill ALL_CATCRY, 1;
- bonus bAllStats,3;
- bonus3 bAddEff,Eff_Stun,500+(getrefine()*100),ATF_SHORT|ATF_LONG;
- ">
-},
-{
- Id: 19080
- AegisName: "Nettie_Heart_Bubblegum"
- Name: "Nettie Heart Bubblegum"
- Type: 5
- Buy: 20
- Weight: 200
- Loc: 1
- View: 720
- Trade: {
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 19081
- AegisName: "Faceworm_Egg_Shell"
- Name: "Faceworm Egg Shell"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 2
- Slots: 1
- Loc: 256
- EquipLv: 30
- View: 1308
- Script: <"
- bonus bHit,20;
-/*
- bonus2 bAddDamageClass,2528,5;
- bonus2 bAddDamageClass,2529,5;
- bonus2 bAddDamageClass,2530,5;
- bonus2 bAddDefClass,2529,5;
- bonus2 bAddDefClass,2528,5;
- bonus2 bAddDefClass,2530,5;
- if(getrefine()>=5) {
- bonus2 bAddDamageClass,2528,5;
- bonus2 bAddDamageClass,2529,5;
- bonus2 bAddDamageClass,2530,5;
- bonus2 bAddDefClass,2529,5;
- bonus2 bAddDefClass,2528,5;
- bonus2 bAddDefClass,2530,5;
- }
- if(getrefine()>=7) {
- bonus2 bAddDamageClass,2528,5;
- bonus2 bAddDamageClass,2529,5;
- bonus2 bAddDamageClass,2530,5;
- bonus2 bAddDefClass,2529,5;
- bonus2 bAddDefClass,2528,5;
- bonus2 bAddDefClass,2530,5;
- }
- if(getrefine()>=9) {
- bonus2 bAddDamageClass,2528,5;
- bonus2 bAddDamageClass,2529,5;
- bonus2 bAddDamageClass,2530,5;
- bonus2 bAddDefClass,2529,5;
- bonus2 bAddDefClass,2528,5;
- bonus2 bAddDefClass,2530,5;
- }
-*/
- ">
-},
-{
- Id: 19085
- AegisName: "Sigrun's_Wing_"
- Name: "Sigrun's Wings"
- Type: 5
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: 512
- Refine: false
- View: 568
- Script: <"
- if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) {
- bonus bAspd,1;
- bonus bAgi,-2;
- }
- else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) {
- bonus bMatk,3;
- bonus bHealPower,1;
- }
- else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) {
- bonus bLongAtkRate,1;
- }
- else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) {
- bonus bMaxHP,60;
- bonus bMaxSP,30;
- }
- ">
-},
-{
- Id: 19086
- AegisName: "Robo_Eye_"
- Name: "Robo Eye"
- Type: 5
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: 512
- EquipLv: 10
- Refine: false
- View: 345
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRace,RC_NonBoss,1;
- bonus2 bAddRace,RC_Boss,1;
- bonus bMatkRate,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 19087
- AegisName: "Angel_Spirit_"
- Name: "Angel Spirit"
- Type: 5
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: 512
- Refine: false
- View: 394
- Script: <"
- bonus bStr,1;
- bonus bHit,8;
- ">
-},
-// Costume Equipments
-// ===================================================================
-{
- Id: 19500
- AegisName: "T_Mr_Smile"
- Name: "Costume Mr. Smile"
- Type: 5
- Buy: 0
- Loc: 6144
- Refine: false
- View: 65
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 19501
- AegisName: "T_Spinx_Helm"
- Name: "Costume Sphinx Hat"
- Type: 5
- Buy: 0
- Slots: 1
- Loc: 5120
- Refine: false
- View: 137
-},
-{
- Id: 19502
- AegisName: "T_Goggle"
- Name: "Costume Goggles"
- Type: 5
- Buy: 20
- Loc: 3072
- Refine: false
- View: 1
-},
-{
- Id: 19503
- AegisName: "T_Munak_Hat"
- Name: "Costume Munak Hat"
- Type: 5
- Buy: 0
- Loc: 7168
- Refine: false
- View: 51
-},
-{
- Id: 19504
- AegisName: "T_Sunglasses"
- Name: "Costume Sunglasses"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 12
-},
-{
- Id: 19505
- AegisName: "T_Cigarette"
- Name: "Costume Cigarette"
- Type: 5
- Buy: 20
- Loc: 4096
- Refine: false
- View: 54
-},
-{
- Id: 19506
- AegisName: "T_Valkyrie_Feather_Band"
- Name: "Costume Valkyrie Feather Band"
- Type: 5
- Buy: 20
- Loc: 1024
- View: 300
-},
-{
- Id: 19507
- AegisName: "Clear_Sun"
- Name: "Costume Shining Sun"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 654
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19508
- AegisName: "T_Gemmed_Sallet"
- Name: "Costume Gemmed Sallet"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19509
- AegisName: "Butterfly_Wing_Ear"
- Name: "Costume Yellow Butterfly Wings"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 695
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19510
- AegisName: "Nut_On_Head"
- Name: "Costume Bolt Ears"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 696
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19511
- AegisName: "Heart_Eye_Patch1"
- Name: "Costume Heart Blue Eyebandge"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 697
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19512
- AegisName: "Heart_Eye_Patch2"
- Name: "Costume Heart Pink Eyebandge"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 698
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19513
- AegisName: "Chicken_Beak"
- Name: "Costume Chicken Beak"
- Type: 5
- Buy: 20
- Loc: 4096
- Refine: false
- View: 699
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19514
- AegisName: "Charlie_Beard"
- Name: "Costume Old Timey Mustache"
- Type: 5
- Buy: 20
- Loc: 4096
- Refine: false
- View: 700
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19515
- AegisName: "Yellow_Hat"
- Name: "Costume Yellow Hat"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 701
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19516
- AegisName: "Singing_Bird"
- Name: "Costume Singing Bird"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 702
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19517
- AegisName: "Cocks_Comb"
- Name: "Costume Rooster's Comb"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 703
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19518
- AegisName: "Rainbow"
- Name: "Costume Rainbow"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 704
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19519
- AegisName: "Lightning_Cloud"
- Name: "Costume Lightning Cloud"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 688
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19520
- AegisName: "Rain_Cloud"
- Name: "Costume Rain Cloud"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 705
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19521
- AegisName: "Charlie_Hat"
- Name: "Costume Old Timey Derby"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 706
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19522
- AegisName: "Mini_Crown1"
- Name: "Costume Mini Crown"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 707
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19523
- AegisName: "Donation_Ribbon"
- Name: "Costume Green Ribbon"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 244
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19524
- AegisName: "C_Green_Feeler"
- Name: "Costume Green Tentacles"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 85
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19525
- AegisName: "C_Jack_A_Dandy"
- Name: "Costume Jack be Dandy"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 58
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19526
- AegisName: "C_Helm"
- Name: "Costume Helm"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 40
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19527
- AegisName: "C_Sharp_Gear"
- Name: "Costume Spiky Band"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 43
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19528
- AegisName: "C_Iron_Cane"
- Name: "Costume Iron Kane"
- Type: 5
- Buy: 20
- Loc: 4096
- Refine: false
- View: 53
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19529
- AegisName: "C_Angelic_Chain"
- Name: "Costume Angel Wing"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 38
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bVit,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 19530
- AegisName: "C_Wild_Rose"
- Name: "Costume Wild Rose"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 541
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bAtk,2;
- bonus bMatk,2;
- ">
-},
-{
- Id: 19531
- AegisName: "C_Cube_Mask"
- Name: "Costume Cube Mask"
- Type: 5
- Buy: 0
- Loc: 6144
- Refine: false
- View: 472
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19532
- AegisName: "C_Red_Bunny_Band"
- Name: "Costume Red Bunny Band"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 640
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bDex,1;
- ">
-},
-{
- Id: 19533
- AegisName: "C_Spore_Hat"
- Name: "Costume Spore Hat"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 114
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bVit,1;
- bonus2 bExpAddRace,RC_NonBoss,1;
- bonus2 bExpAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 19534
- AegisName: "C_Tha_Despero_Mask"
- Name: "Costume Despero of Thanatos"
- Type: 5
- Buy: 0
- Loc: 6144
- Refine: false
- View: 693
- Script: <"
- bonus bAtkRate,1;
- bonus bMatkRate,1;
- bonus bHealPower,1;
- ">
-},
-{
- Id: 19535
- AegisName: "C_Sinsuncho_Hat"
- Name: "Costume Sinsuncho Hat"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 730
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bStr,1;
- bonus2 bExpAddRace,RC_NonBoss,1;
- bonus2 bExpAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 19536
- AegisName: "C_Rose_Corsage"
- Name: "Costume Rose RJC Cathusa"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 533
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus bInt,1;
- bonus2 bExpAddRace,RC_NonBoss,1;
- bonus2 bExpAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 19537
- AegisName: "C_Gryphon_Hat"
- Name: "Costume Gryphon Hat"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 591
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19538
- AegisName: "Full_Moon"
- Name: "Costume Full Moon"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 780
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19539
- AegisName: "C_Reginleif_Hairband"
- Name: "Costume Hairband Wing"
- Type: 5
- Buy: 20
- Loc: 3072
- Refine: false
- View: 468
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 19540
- AegisName: "C_Rabbit_Earplug"
- Name: "Costume Bunny Ear Costume"
- Type: 5
- Buy: 20
- Loc: 3072
- Refine: false
- View: 515
- Script: <"
- bonus bAgi,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 19541
- AegisName: "C_Romantic_White_Flower"
- Name: "Costume White Flower"
- Type: 5
- Buy: 20
- Loc: 4096
- Refine: false
- View: 259
- Script: <"
- bonus bHit,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 19542
- AegisName: "C_Devil_Whisper"
- Name: "Costume Devil's Whisper"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 712
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus2 bAddRaceTolerance,RC_Angel,1;
- bonus2 bAddRaceTolerance,RC_Demon,1;
- bonus3 bAddMonsterDropItem,523,RC_Angel,400;
- bonus3 bAddMonsterDropItem,12020,RC_Demon,400;
- ">
-},
-{
- Id: 19543
- AegisName: "C_Oliver_Wolf_Hood"
- Name: "Costume Oliver Wolf Hood"
- Type: 5
- Buy: 20
- Weight: 300
- Loc: 1024
- EquipLv: 70
- View: 849
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19544
- AegisName: "C_Tare_Neko_Cru"
- Name: "Costume Drooping Neko Crew Costume"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 692
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19545
- AegisName: "C_Boy's_Cap"
- Name: "Costume Boy's Cap"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1024
- EquipLv: 100
- Refine: false
- View: 102
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19546
- AegisName: "C_Valkyrie_Helm"
- Name: "Costume Valkyrie Helm"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1024
- EquipLv: 100
- Refine: false
- View: 225
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19547
- AegisName: "C_Deviruchi_Cap"
- Name: "Costume Deviruchi Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1024
- EquipLv: 100
- Refine: false
- View: 123
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19548
- AegisName: "C_Frog_Cap"
- Name: "Costume Frog Hat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1024
- EquipLv: 100
- Refine: false
- View: 448
- OnEquipScript: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19549
- AegisName: "C_Magestic_Goat"
- Name: "Costume Majestic Goat"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 1024
- EquipLv: 100
- Refine: false
- View: 41
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19550
- AegisName: "C_Blush"
- Name: "Costume Blush"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 2048
- EquipLv: 100
- Refine: false
- View: 125
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19551
- AegisName: "C_Elven_Ears"
- Name: "Costume Elven Ears"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 2048
- EquipLv: 100
- Refine: false
- View: 73
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19552
- AegisName: "C_Centimental_Flower"
- Name: "Costume Romantic Flower"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 4096
- EquipLv: 100
- Refine: false
- View: 56
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19553
- AegisName: "C_Assassin_Mask_"
- Name: "Costume Assassin Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 4096
- EquipLv: 100
- Refine: false
- View: 180
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19554
- AegisName: "C_Hahoe_Mask"
- Name: "Costume Hahoe Mask"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 6144
- Refine: false
- View: 230
-},
-{
- Id: 19555
- AegisName: "C_Crescent_Helm"
- Name: "Costume Crescent Helm"
- Type: 5
- Buy: 1000
- Loc: 3072
- View: 213
-},
-{
- Id: 19556
- AegisName: "C_Kabuki_Mask"
- Name: "Costume Kabuki Mask"
- Type: 5
- Buy: 1000
- Loc: 7168
- View: 214
-},
-{
- Id: 19557
- AegisName: "C_Ayothaya_Hat"
- Name: "Costume Ayothaya Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 334
-},
-{
- Id: 19558
- AegisName: "C_Raven_Cap"
- Name: "Costume Raven Cap"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 524
-},
-{
- Id: 19559
- AegisName: "C_Baby Dragon Hat"
- Name: "Costume Baby Dragon Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 525
-},
-{
- Id: 19560
- AegisName: "C_Kwati_Hat"
- Name: "Costume Kwati Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 527
-},
-{
- Id: 19561
- AegisName: "C_Tucan_Hat"
- Name: "Costume Tucan Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 528
-},
-{
- Id: 19562
- AegisName: "C_Jaguar_Mask"
- Name: "Costume Jaguar Mask"
- Type: 5
- Buy: 1000
- Loc: 7168
- View: 530
-},
-{
- Id: 19563
- AegisName: "C_Dragon_Arhat_Mask"
- Name: "Costume Dragon Arhat Mask"
- Type: 5
- Buy: 1000
- Loc: 6144
- View: 545
-},
-{
- Id: 19564
- AegisName: "C_Tiger_Arhat_Mask"
- Name: "Costume Tiger Arhat Mask"
- Type: 5
- Buy: 1000
- Loc: 6144
- View: 546
-},
-{
- Id: 19565
- AegisName: "C_Dynasty_Decoration"
- Name: "Costume Dynasty Decoration"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 583
-},
-{
- Id: 19566
- AegisName: "C_Samurai_Mask"
- Name: "Costume Samurai Mask"
- Type: 5
- Buy: 1000
- Loc: 4096
- View: 644
-},
-{
- Id: 19567
- AegisName: "C_Hatah_Black"
- Name: "Costume Hatah Black"
- Type: 5
- Buy: 1000
- Loc: 7168
- View: 676
-},
-{
- Id: 19568
- AegisName: "C_Ancient_Horn"
- Name: "Costume Ancient Horn"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 757
-},
-{
- Id: 19569
- AegisName: "C_Sprout_Hat"
- Name: "Costume Sprout Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 758
-},
-{
- Id: 19570
- AegisName: "C_Mercury_Helm"
- Name: "Costume Mercury Helm"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 759
-},
-{
- Id: 19571
- AegisName: "C_White_Musang_Hat"
- Name: "Costume White Musang Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 770
-},
-{
- Id: 19572
- AegisName: "C_Black_Musang_Hat"
- Name: "Costume Black Musang Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 771
-},
-{
- Id: 19573
- AegisName: "C_Heart_Wing_Hairband"
- Name: "Costume Heart Wing Hairband"
- Type: 5
- Buy: 0
- Loc: 1024
- Refine: false
- View: 733
-},
-{
- Id: 19574
- AegisName: "C_Lord_of_Death"
- Name: "Costume Lord Of Death Helm"
- Type: 5
- Buy: 0
- Loc: 3072
- View: 742
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19575
- AegisName: "C_Ascension_Black_Dragon"
- Name: "Costume Ascension Black Dragon"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 863
-},
-{
- Id: 19576
- AegisName: "C_Tare_Pope"
- Name: "Costume Tare Popedoll"
- Type: 5
- Buy: 0
- Loc: 1024
- Refine: false
- View: 817
-},
-{
- Id: 19577
- AegisName: "C_10th_Poring_Hat"
- Name: "Costume 10th Poring Hat"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 874
-},
-{
- Id: 19579
- AegisName: "C_Red_Wind_Hat"
- Name: "Costume Red Wind Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 613
-},
-{
- Id: 19580
- AegisName: "C_Sphinx_Helm"
- Name: "Costume Sphinx Helm"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 137
-},
-{
- Id: 19581
- AegisName: "C_Adventurer's_Hat"
- Name: "Costume Adventurer's Hat"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 891
-},
-{
- Id: 19582
- AegisName: "C_Cowboy_Hat"
- Name: "Costume Cowboy Hat"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 411
-},
-{
- Id: 19583
- AegisName: "C_Zorro_Mask"
- Name: "Costume Zorro Mask"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 2048
- View: 50
-},
-{
- Id: 19584
- AegisName: "C_Dagger_In_Mouth"
- Name: "Costume Dagger In Mouth"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 4096
- View: 327
-},
-{
- Id: 19585
- AegisName: "C_Feather_Beret"
- Name: "Costume Feather Beret"
- Type: 5
- Buy: 0
- Loc: 1024
- Refine: false
- View: 224
-},
-{
- Id: 19586
- AegisName: "C_Pink_Bunny_Hair_Band"
- Name: "Costume Pink Bunny Hair Band"
- Type: 5
- Buy: 100
- Sell: 50
- Upper: 2
- Loc: 1024
- View: 898
-},
-{
- Id: 19587
- AegisName: "C_King_Poring_Hat"
- Name: "Costume King Poring"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 1024
- Refine: false
- View: 905
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 19589
- AegisName: "C_Fallen_Angel_Lost_J"
- Name: "C Fallen Angel Lost J"
- Type: 5
- Buy: 0
- Loc: 1024
- Refine: false
- View: 907
-},
-{
- Id: 19596
- AegisName: "C_Flapping_Angel_Wing"
- Name: "Costume Flapping Angel Wing"
- Type: 5
- Loc: 1024
- View: 264
-},
-{
- Id: 19597
- AegisName: "C_Magic_Eyes"
- Name: "Costume Magic Eyes"
- Type: 5
- Loc: 1024
- View: 209
-},
-{
- Id: 19598
- AegisName: "C_Wandering_Wolf_Hat"
- Name: "Costume Wandering Wolf Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 490
-},
-{
- Id: 19599
- AegisName: "C_Imp_Hat"
- Name: "Costume Imp Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 589
-},
-{
- Id: 19600
- AegisName: "C_Drooping_Kiehl"
- Name: "Costume Drooping Kiehl"
- Type: 5
- Buy: 0
- Weight: 400
- Loc: 1024
- EquipLv: 30
- Refine: false
- View: 909
-},
-{
- Id: 19601
- AegisName: "C_Drooping_Aliot"
- Name: "Costume Drooping Aliot"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 1024
- Refine: false
- View: 910
-},
-{
- Id: 19602
- AegisName: "C_Invisible_Cap"
- Name: "Costume Invisible Cap"
- Type: 5
- Loc: 4096
- View: 0
-},
-{
- Id: 19603
- AegisName: "C_Invisible_Sunglasses"
- Name: "Costume Koneko Hat"
- Type: 5
- Buy: 0
- Loc: 1024
- Refine: false
- View: 378
-},
-{
- Id: 19604
- AegisName: "C_Invisible_Mask"
- Name: "Costume Invisible Mask"
- Type: 5
- Loc: 4096
- View: 0
-},
-{
- Id: 19605
- AegisName: "C_Gang_Scarf"
- Name: "Costume Gang Scarf"
- Type: 5
- Loc: 4096
- View: 369
-},
-{
- Id: 19606
- AegisName: "C_Ninja_Scroll"
- Name: "Costume Ninja Scroll"
- Type: 5
- Loc: 4096
- View: 370
-},
-{
- Id: 19607
- AegisName: "C_Chicken_Love_Hat"
- Name: "Costume Chicken Love Hat"
- Type: 5
- Loc: 1024
- View: 500
-},
-{
- Id: 19608
- AegisName: "C_Chick_Hat"
- Name: "Costume Chick Hat"
- Type: 5
- Loc: 1024
- View: 311
-},
-{
- Id: 19609
- AegisName: "C_Red_Glasses"
- Name: "Costume Red Glasses"
- Type: 5
- Loc: 2048
- View: 316
-},
-{
- Id: 19610
- AegisName: "C_Whisper_Mask"
- Name: "Costume Whisper Mask"
- Type: 5
- Loc: 7168
- View: 321
-},
-{
- Id: 19611
- AegisName: "C_Peco_Ears"
- Name: "Costume Peco Ears"
- Type: 5
- Loc: 2048
- View: 366
-},
-{
- Id: 19612
- AegisName: "C_Note_Headphone"
- Name: "Costume Note Headphone"
- Type: 5
- Loc: 3072
- View: 220
-},
-{
- Id: 19613
- AegisName: "C_Valkyrie_Feather_Band"
- Name: "Costume Valkyrie Feather Band"
- Type: 5
- Loc: 1024
- View: 300
-},
-{
- Id: 19614
- AegisName: "C_Super_Novice_Hat"
- Name: "Costume Super Novice Hat"
- Type: 5
- Loc: 1024
- View: 193
-},
-{
- Id: 19615
- AegisName: "C_Loki_Mask"
- Name: "Costume Loki Mask"
- Type: 5
- Loc: 6144
- View: 346
-},
-{
- Id: 19616
- AegisName: "C_Wickebine's_Black_Cat_Ears"
- Name: "Costume Wickebine's Black Cat Ears"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 368
-},
-{
- Id: 19617
- AegisName: "C_Puppy_Headband"
- Name: "Costume Puppy Headband"
- Type: 5
- Loc: 1024
- View: 199
-},
-{
- Id: 19619
- AegisName: "C_Corsair"
- Name: "Costume Corsair"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 105
-},
-{
- Id: 19620
- AegisName: "C_Detective_Hat"
- Name: "Costume Detective Hat"
- Type: 5
- Loc: 1024
- View: 189
-},
-{
- Id: 19621
- AegisName: "C_Evil_Wing_Ears"
- Name: "Costume Evil Wing Ears"
- Type: 5
- Loc: 2048
- View: 152
-},
-{
- Id: 19622
- AegisName: "C_Crescent_Hairpin"
- Name: "Costume Crescent Hairpin"
- Type: 5
- Loc: 1024
- View: 132
-},
-{
- Id: 19623
- AegisName: "C_Bijofnil_Wings"
- Name: "Costume Bijofnil Wings"
- Type: 5
- Loc: 1024
- View: 477
-},
-{
- Id: 19624
- AegisName: "C_Blank_Eyes"
- Name: "Costume Blank Eyes"
- Type: 5
- Loc: 2048
- View: 185
-},
-{
- Id: 19625
- AegisName: "C_Refined_Bunny_Band"
- Name: "Costume Refined Bunny Band"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 15
-},
-{
- Id: 19627
- AegisName: "C_Satellite_Hairband"
- Name: "Costume Satellite Hairband"
- Type: 5
- Buy: 1000
- Slots: 1
- Loc: 1024
- View: 266
-},
-{
- Id: 19628
- AegisName: "C_Headset"
- Name: "Costume Headset"
- Type: 5
- Loc: 1024
- View: 97
-},
-{
- Id: 19629
- AegisName: "C_Tiara"
- Name: "Costume Tiara"
- Type: 5
- Buy: 20
- Loc: 1024
- View: 19
-},
-{
- Id: 19630
- AegisName: "C_Crown"
- Name: "Costume Crown"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 45
-},
-{
- Id: 19631
- AegisName: "C_Poring_Fedora_Hat"
- Name: "Costume Poring Fedora Hat"
- Type: 5
- Loc: 1024
- View: 919
-},
-{
- Id: 19632
- AegisName: "C_Hat"
- Name: "Costume Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 16
-},
-{
- Id: 19633
- AegisName: "C_Flower_Band"
- Name: "Costume Flower Band"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 5
-},
-{
- Id: 19634
- AegisName: "C_Flu_Mask"
- Name: "Costume Flu Mask"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 8
-},
-{
- Id: 19635
- AegisName: "C_Mini_Propeller"
- Name: "Costume Mini Propeller"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 46
-},
-{
- Id: 19636
- AegisName: "C_Clown_Nose"
- Name: "Costume Clown Nose"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 49
-},
-{
- Id: 19637
- AegisName: "C_Nurse_Cap"
- Name: "Costume Nurse Cap"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 64
-},
-{
- Id: 19638
- AegisName: "C_Mr_Smile"
- Name: "Costume Mr Smile"
- Type: 5
- Loc: 6144
- View: 65
-},
-{
- Id: 19639
- AegisName: "C_Sakkat"
- Name: "Costume Sakkat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 67
-},
-{
- Id: 19640
- AegisName: "C_Charming_Ribbon"
- Name: "Costume Charming Ribbon"
- Type: 5
- Loc: 1024
- View: 211
-},
-{
- Id: 19641
- AegisName: "C_Helm_of_Darkness"
- Name: "Costume Helm of Darkness"
- Type: 5
- Loc: 3072
- View: 233
-},
-{
- Id: 19642
- AegisName: "C_Moonlight_Flower_Hat"
- Name: "Costume Moonlight Flower Hat"
- Type: 5
- Loc: 3072
- View: 268
-},
-{
- Id: 19643
- AegisName: "C_Wickebine_Ears"
- Name: "Costume Wickebine Ears"
- Type: 5
- Loc: 1024
- View: 368
-},
-{
- Id: 19644
- AegisName: "C_Takius_Blindfold"
- Name: "Costume Takius Blindfold"
- Type: 5
- Loc: 2048
- View: 184
-},
-{
- Id: 19645
- AegisName: "C_Phoenix Crown"
- Name: "Costume Phoenix Crown"
- Type: 5
- Loc: 3072
- View: 221
-},
-{
- Id: 19646
- AegisName: "C_Ramen_Hat"
- Name: "Costume Ramen Hat"
- Type: 5
- Loc: 1024
- View: 271
-},
-{
- Id: 19647
- AegisName: "C_Red_Deviruchi_Hat"
- Name: "Costume Red Deviruchi Hat"
- Type: 5
- Loc: 1024
- View: 271
-},
-{
- Id: 19648
- AegisName: "C_Autumn_Leaves"
- Name: "Costume Autumn Leaves"
- Type: 5
- Loc: 1024
- View: 241
-},
-{
- Id: 19649
- AegisName: "C_White_Kitten_Ears"
- Name: "Costume White Kitten Ears"
- Type: 5
- Loc: 1024
- View: 926
-},
-{
- Id: 19650
- AegisName: "C_Rainbow_Feather_Deco"
- Name: "Costume Five Colored Feathers"
- Type: 5
- Buy: 0
- Loc: 1024
- View: 934
-},
-{
- Id: 19651
- AegisName: "C_RWC_Shouting_Mouth"
- Name: "Costume RWC Shouting Mouth"
- Type: 5
- Buy: 1000
- Sell: 500
- Upper: 2
- Loc: 4096
- View: 194
-},
-{
- Id: 19652
- AegisName: "C_Rabbit_Magic_Hat"
- Name: "Costume Rabbit Magic Hat"
- Type: 5
- Loc: 1024
- View: 497
-},
-{
- Id: 19653
- AegisName: "C_Marcher_Hat"
- Name: "Costume Marcher Hat"
- Type: 5
- Loc: 1024
- View: 269
-},
-{
- Id: 19654
- AegisName: "C_Master's_Hat"
- Name: "Costume Master's Hat"
- Type: 5
- Loc: 1024
- View: 367
-},
-{
- Id: 19655
- AegisName: "C_Tiraya_Bonnet"
- Name: "C Tiraya Bonnet"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 398
-},
-{
- Id: 19656
- AegisName: "C_Minstrel_Hat"
- Name: "Costume Minstrel Hat"
- Type: 5
- Loc: 1024
- View: 240
-},
-{
- Id: 19657
- AegisName: "C_Captain_Hat"
- Name: "Costume Captain Hat"
- Type: 5
- Loc: 1024
- View: 236
-},
-{
- Id: 19658
- AegisName: "C_Vacation_Hat"
- Name: "Costume Vacation Hat"
- Type: 5
- Loc: 1024
- View: 315
-},
-{
- Id: 19659
- AegisName: "C_Brown Beanie"
- Name: "Costume Brown Beanie"
- Type: 5
- Loc: 1024
- View: 279
-},
-{
- Id: 19660
- AegisName: "C_Coppola"
- Name: "Costume Coppola"
- Type: 5
- Loc: 1024
- View: 252
-},
-{
- Id: 19661
- AegisName: "C_Sweet_Bonnet"
- Name: "Costume Sweet Bonnet"
- Type: 5
- Loc: 1024
- View: 938
-},
-{
- Id: 19662
- AegisName: "C_Magician_Hat"
- Name: "Costume Magician Hat"
- Type: 5
- Loc: 1024
- View: 130
-},
-{
- Id: 19663
- AegisName: "C_Wish_Lamp"
- Name: "Costume Wish Lamp"
- Type: 5
- Loc: 1024
- View: 947
-},
-{
- Id: 19664
- AegisName: "C_Campus_Festival"
- Name: "Costume Campus Festival"
- Type: 5
- Loc: 1024
- View: 721
-},
-{
- Id: 19665
- AegisName: "C_Poring_Cake_Hat"
- Name: "Costume Poring Cake Hat"
- Type: 5
- Loc: 1024
- View: 417
-},
-{
- Id: 19666
- AegisName: "C_Cookie_Hat"
- Name: "Costume Cookie Hat"
- Type: 5
- Loc: 1024
- View: 217
-},
-{
- Id: 19667
- AegisName: "C_Dragon_Helm"
- Name: "Costume Dragon Helm"
- Type: 5
- Loc: 1024
- View: 464
-},
-{
- Id: 19668
- AegisName: "C_Wind_Milestone"
- Name: "Costume Wind Milestone"
- Type: 5
- Loc: 1024
- View: 463
-},
-{
- Id: 19669
- AegisName: "C_Reginrev's_Wings"
- Name: "Costume Reginrev's Wings"
- Type: 5
- Loc: 2048
- View: 468
-},
-{
- Id: 19670
- AegisName: "C_Southern_Cross"
- Name: "Costume Southern Cross"
- Type: 5
- Loc: 1024
- View: 601
-},
-{
- Id: 19671
- AegisName: "C_Piggie_Bank"
- Name: "Costume Piggie Bank"
- Type: 5
- Loc: 1024
- View: 603
-},
-{
- Id: 19672
- AegisName: "C_Poring_Letter"
- Name: "Costume Poring Letter"
- Type: 5
- Loc: 4096
- View: 604
-},
-{
- Id: 19673
- AegisName: "C_Benevolent_Guardian"
- Name: "Costume Benevolent Guardian"
- Type: 5
- Loc: 3072
- View: 716
-},
-{
- Id: 19674
- AegisName: "C_Demon_Mask"
- Name: "Costume Demon Mask"
- Type: 5
- Loc: 6144
- View: 714
-},
-{
- Id: 19675
- AegisName: "C_Jumping_Poring"
- Name: "Costume Jumping Poring"
- Type: 5
- Loc: 1024
- View: 349
-},
-{
- Id: 19676
- AegisName: "C_Rainbow_Poring_Hat"
- Name: "Costume Rainbow Poring Hat"
- Type: 5
- Loc: 1024
- View: 900
-},
-{
- Id: 19677
- AegisName: "C_Soulless_Wing"
- Name: "Costume Soulless Wing"
- Type: 5
- Loc: 1024
- View: 301
-},
-{
- Id: 19678
- AegisName: "C_Bell_Ribbon"
- Name: "Costume Bell Ribbon"
- Type: 5
- Loc: 1024
- View: 388
-},
-{
- Id: 19679
- AegisName: "C_Round_Eyes_J"
- Name: "Costume Round Eyes J"
- Type: 5
- Loc: 2048
- View: 185
-},
-{
- Id: 19680
- AegisName: "C_Tongue_Mask"
- Name: "Costume Tongue Mask"
- Type: 5
- Loc: 6144
- View: 253
-},
-{
- Id: 19681
- AegisName: "C_Silver_Tiara"
- Name: "Costume Silver Tiara"
- Type: 5
- Loc: 1024
- View: 218
-},
-{
- Id: 19682
- AegisName: "C_Santa_Poring_Hat"
- Name: "Costume SantaPoring Cap"
- Type: 5
- Buy: 1000
- Loc: 1024
- Refine: false
- View: 387
-},
-{
- Id: 19683
- AegisName: "C_Sweet_Candy"
- Name: "Costume Sweet Candy"
- Type: 5
- Loc: 4096
- View: 414
-},
-{
- Id: 19684
- AegisName: "C_Happy_Wig"
- Name: "Costume Happy Wig"
- Type: 5
- Loc: 1024
- View: 305
-},
-{
- Id: 19685
- AegisName: "C_Shine_Stanta_Poring"
- Name: "Costume Shine Stanta Poring"
- Type: 5
- Loc: 1024
- View: 981
-},
-{
- Id: 19686
- AegisName: "C_Santa_Doll_Headband"
- Name: "Costume Santa Doll Headband"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 964
-},
-{
- Id: 19687
- AegisName: "C_Fresh_Roses"
- Name: "Costume Fresh Roses"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 963
-},
-{
- Id: 19688
- AegisName: "C_Katusa"
- Name: "Costume Katusa"
- Type: 5
- Loc: 1024
- View: 533
-},
-{
- Id: 19689
- AegisName: "C_Ati_Atihan"
- Name: "Costume Ati Atihan"
- Type: 5
- Loc: 7168
- View: 303
-},
-{
- Id: 19690
- AegisName: "C_Dark_Snake_Lord_Hat_J"
- Name: "Costume Dark Snake Lord Hat J"
- Type: 5
- Loc: 1024
- View: 372
-},
-{
- Id: 19691
- AegisName: "C_Blue_Ribbon"
- Name: "Costume Blue Ribbon"
- Type: 5
- Loc: 1024
- View: 407
-},
-{
- Id: 19692
- AegisName: "C_Antique_Pipe_J"
- Name: "Costume Antique Pipe J"
- Type: 5
- Loc: 4096
- View: 383
-},
-{
- Id: 19693
- AegisName: "C_Triple_Poring_Hat"
- Name: "Costume Triple Poring Hat"
- Type: 5
- Loc: 1024
- View: 299
-},
-{
- Id: 19694
- AegisName: "C_Vane_Hairpin"
- Name: "Costume Vane Hairpin"
- Type: 5
- Loc: 1024
- View: 313
-},
-{
- Id: 19695
- AegisName: "C_Kettle_Hat"
- Name: "Costume Kettle Hat"
- Type: 5
- Loc: 1024
- View: 318
-},
-{
- Id: 19696
- AegisName: "C_Friend_Mochiring_Hat"
- Name: "Costume Friend Mochiring Hat"
- Type: 5
- Loc: 1024
- View: 965
-},
-{
- Id: 19697
- AegisName: "C_Rudolph_Santa_Hat"
- Name: "Costume Rudolph Santa Hat"
- Type: 5
- Loc: 1024
- View: 919
-},
-{
- Id: 19698
- AegisName: "C_Bf_Recruiter_Hat"
- Name: "Costume Bf Recruiter Hat"
- Type: 5
- Loc: 1024
- View: 352
-},
-{
- Id: 19699
- AegisName: "C_Gf_Recruiter_Hat"
- Name: "Costume Gf Recruiter Hat"
- Type: 5
- Loc: 1024
- View: 360
-},
-{
- Id: 19700
- AegisName: "C_RWC_Champ_Crown_2nd"
- Name: "Costume RWC Champ Crown 2nd"
- Type: 5
- Loc: 1024
- View: 903
-},
-{
- Id: 19701
- AegisName: "Costumes_Red_Bonnet"
- Name: "Costumes Red Bonnet"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 190
-},
-{
- Id: 19702
- AegisName: "C_Twin_Pompom_By_JB"
- Name: "Costume Twin Pompom By JB"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 390
-},
-{
- Id: 19706
- AegisName: "C_Red_Dress_Hat"
- Name: "Costume Red Dress Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 670
-},
-{
- Id: 19707
- AegisName: "C_Polar_Bear_Cap"
- Name: "Costume Polar Bear Cap"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 966
-},
-{
- Id: 19708
- AegisName: "C_Withe_Snake_Hat"
- Name: "Costume Withe Snake Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 413
-},
-{
- Id: 19709
- AegisName: "C_Yellow_Ribbon"
- Name: "Costume Yellow Ribbon"
- Type: 5
- Loc: 1024
- View: 310
-},
-{
- Id: 19710
- AegisName: "C_Wings_of_Victory"
- Name: "Costume Wings of Victory"
- Type: 5
- Loc: 1024
- View: 365
-},
-{
- Id: 19712
- AegisName: "C_Little_Angel_Doll"
- Name: "Costume Little Angel Doll"
- Type: 5
- Loc: 1024
- View: 344
-},
-{
- Id: 19713
- AegisName: "C_Lucky_Clover"
- Name: "Costume Lucky Clover"
- Type: 5
- Loc: 2048
- View: 571
-},
-{
- Id: 19714
- AegisName: "C_Lady_Tanee_Doll"
- Name: "Costume Lady Tanee Doll"
- Type: 5
- Loc: 1024
- View: 520
-},
-{
- Id: 19715
- AegisName: "C_Scarf"
- Name: "Costume Scarf"
- Type: 5
- Loc: 1024
- View: 343
-},
-{
- Id: 19716
- AegisName: "C_Alice_Doll"
- Name: "Costume Alice Doll"
- Type: 5
- Loc: 1024
- View: 208
-},
-{
- Id: 19717
- AegisName: "C_Pink_Ribbon"
- Name: "Costume Pink Ribbon"
- Type: 5
- Loc: 1024
- View: 245
-},
-{
- Id: 19718
- AegisName: "C_Gothic_Head_Dress"
- Name: "Costume Gothic Head Dress"
- Type: 5
- Loc: 1024
- View: 978
-},
-{
- Id: 19719
- AegisName: "C_Coronet"
- Name: "Costume Coronet"
- Type: 5
- Loc: 1024
- View: 33
-},
-{
- Id: 19720
- AegisName: "C_Romantic_Gent"
- Name: "Costume Romantic Gent"
- Type: 5
- Loc: 1024
- View: 31
-},
-{
- Id: 19721
- AegisName: "C_Darkness_Helm"
- Name: "Costume Darkness Helm"
- Type: 5
- Loc: 1024
- View: 586
-},
-{
- Id: 19722
- AegisName: "C_Black_Glasses"
- Name: "Costume Black Glasses"
- Type: 5
- Loc: 2048
- View: 404
-},
-{
- Id: 19723
- AegisName: "C_Sacred_Torch_Coronet"
- Name: "Costume Sacred Torch Coronet"
- Type: 5
- Loc: 1024
- View: 431
-},
-{
- Id: 19724
- AegisName: "C_Deprotai_Doll"
- Name: "Costume Deprotai Doll"
- Type: 5
- Loc: 1024
- View: 354
-},
-{
- Id: 19725
- AegisName: "C_Bread_Bag2"
- Name: "Costume Bread Bag2"
- Type: 5
- Loc: 7168
- View: 412
-},
-{
- Id: 19726
- AegisName: "C_Scarlet_Rose"
- Name: "Costume Scarlet Rose"
- Type: 5
- Loc: 4096
- View: 534
-},
-{
- Id: 19727
- AegisName: "C_Deviling_Hat"
- Name: "Costume Deviling Hat"
- Type: 5
- Loc: 1024
- View: 298
-},
-{
- Id: 19728
- AegisName: "C_Tare_Zonda"
- Name: "Costume Tare Zonda"
- Type: 5
- Loc: 1024
- View: 985
-},
-{
- Id: 19729
- AegisName: "C_Neko_Mimi_Kafra"
- Name: "Costume Neko Mimi Kafra"
- Type: 5
- Loc: 1024
- View: 392
-},
-{
- Id: 19730
- AegisName: "C_Snake_Hat"
- Name: "C Snake Hat"
- Type: 5
- Buy: 20
- Weight: 10
- Loc: 1024
- Refine: false
- View: 986
-},
-{
- Id: 19731
- AegisName: "C_Evolved_Evil_Wing"
- Name: "Costume Evolved Evil Wing"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 39
-},
-{
- Id: 19732
- AegisName: "C_Goblin_Leader_Mask"
- Name: "Costume Goblin Leader Mask"
- Type: 5
- Buy: 1000
- Loc: 6144
- View: 174
-},
-{
- Id: 19733
- AegisName: "C_Panda_Cap"
- Name: "Costume Panda Hat"
- Type: 5
- Buy: 0
- Loc: 1024
- Refine: false
- View: 115
-},
-{
- Id: 19734
- AegisName: "C_Binoculars"
- Name: "Costume Binoculars"
- Type: 5
- Buy: 1000
- Loc: 2048
- View: 83
-},
-{
- Id: 19735
- AegisName: "C_Fin_Helm"
- Name: "Costume Fin Helm"
- Type: 5
- Buy: 1000
- Loc: 2048
- View: 100
-},
-{
- Id: 19736
- AegisName: "C_Gas_Mask"
- Name: "Costume Gas Mask"
- Type: 5
- Buy: 1000
- Loc: 6144
- View: 91
-},
-{
- Id: 19737
- AegisName: "C_Corsair_K"
- Name: "Costume Refined Corsair"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 105
-},
-{
- Id: 19738
- AegisName: "C_Renown_Detective's_Cap"
- Name: "Costume Renown Detective's Cap"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 189
-},
-{
- Id: 19739
- AegisName: "C_Sleeping_Cat_Hat"
- Name: "Costume Sleeping Cat Hat"
- Type: 5
- Buy: 1000
- Loc: 1024
- View: 838
-},
-{
- Id: 19741
- AegisName: "C_Majestic_Devil_Horns"
- Name: "Costume Majestic Devil Horns"
- Type: 5
- Loc: 1024
- View: 562
-},
-{
- Id: 19742
- AegisName: "C_Small_Golden_Wings"
- Name: "Costume Small Golden Wings"
- Type: 5
- Loc: 2048
- View: 724
- Script: <"
- bonus2 bExpAddRace,RC_NonBoss,1;
- bonus2 bExpAddRace,RC_Boss,1;
- ">
-},
-{
- Id: 19743
- AegisName: "C_Anubis_Helm_J"
- Name: "Costume Anubis Helm J"
- Type: 5
- Loc: 1024
- View: 485
-},
-{
- Id: 19744
- AegisName: "C_Black_Tail_Ribbon"
- Name: "Costume Black Tail Ribbon"
- Type: 5
- Loc: 1024
- View: 642
-},
-{
- Id: 19745
- AegisName: "C_Holy Marching_Hat_J"
- Name: "Costume Holy Marching Hat J"
- Type: 5
- Loc: 1024
- View: 587
-},
-{
- Id: 19746
- AegisName: "C_Executioner_Hood"
- Name: "Costume Executioner Hood"
- Type: 5
- Loc: 7168
- View: 326
-},
-{
- Id: 19747
- AegisName: "C_Tha_Despero_Mask_J"
- Name: "Costume Tha Despero Mask J"
- Type: 5
- Loc: 6144
- View: 693
-},
-{
- Id: 19748
- AegisName: "C_Diadem"
- Name: "Costume Diadem"
- Type: 5
- Loc: 3072
- View: 335
-},
-{
- Id: 19749
- AegisName: "C_Gold_Spirit_Chain"
- Name: "Costume Gold Spirit Chain"
- Type: 5
- Loc: 1024
- View: 260
-},
-{
- Id: 19750
- AegisName: "C_Saint_Frill_Ribbon"
- Name: "Costume Saint Frill Ribbon"
- Type: 5
- Loc: 1024
- View: 987
-},
-{
- Id: 19751
- AegisName: "C_Light_Darkness_Crown"
- Name: "Costume Light Darkness Crown"
- Type: 5
- Loc: 1024
- View: 988
-},
-{
- Id: 19752
- AegisName: "C_Shelter_Wing_Ears"
- Name: "Costume Shelter Wing Ears"
- Type: 5
- Loc: 2048
- View: 990
-},
-{
- Id: 19753
- AegisName: "C_Celestial_Hat"
- Name: "Costume Celestial Hat"
- Type: 5
- Loc: 1024
- View: 462
-},
-{
- Id: 19754
- AegisName: "C_Good_Wedding_Veil"
- Name: "Costume Good Wedding Veil"
- Type: 5
- Loc: 3072
- View: 489
-},
-{
- Id: 19755
- AegisName: "C_YinYang_Earring"
- Name: "Costume YinYang Earring"
- Type: 5
- Loc: 2048
- View: 744
-},
-{
- Id: 19756
- AegisName: "C_Holy_Mom_Love"
- Name: "Costume Holy Mom Love"
- Type: 5
- Loc: 1024
- View: 610
-},
-{
- Id: 19757
- AegisName: "C_Water_Lily_Crown"
- Name: "Costume Water Lily Crown"
- Type: 5
- Loc: 1024
- View: 312
-},
-{
- Id: 19758
- AegisName: "C_Frog_King_Hat"
- Name: "Costume Frog King Hat"
- Type: 5
- Loc: 1024
- View: 522
-},
-{
- Id: 19759
- AegisName: "C_Umbrella_Hat"
- Name: "Costume Umbrella Hat"
- Type: 5
- Loc: 1024
- View: 338
-},
-{
- Id: 19760
- AegisName: "C_Rainbow_Veil"
- Name: "Costume Rainbow Veil"
- Type: 5
- Loc: 3072
- View: 992
-},
-{
- Id: 19761
- AegisName: "C_White_Lily"
- Name: "Costume White Lily"
- Type: 5
- Loc: 1024
- View: 993
-},
-{
- Id: 19762
- AegisName: "C_Happy_Peace_Proof"
- Name: "Costume Happy Peace Proof"
- Type: 5
- Loc: 1024
- View: 994
-},
-{
- Id: 19763
- AegisName: "C_Leaf_Cat_Hat"
- Name: "Costume Leaf Cat Hat"
- Type: 5
- Loc: 1024
- View: 539
-},
-{
- Id: 19764
- AegisName: "C_Monster_Card"
- Name: "Costume Monster Card"
- Type: 5
- Buy: 1000
- Loc: 4096
- View: 526
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 19765
- AegisName: "C_Wing_Angels_Ears"
- Name: "Costume Wing Angels Ears"
- Type: 5
- Buy: 1000
- Loc: 2048
- View: 158
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 19766
- AegisName: "C_Yggdrasil_Hat"
- Name: "Costume Yggdrasil Hat"
- Type: 5
- Loc: 1024
- View: 997
-},
-{
- Id: 19767
- AegisName: "C_Home_Cherry_Blossom"
- Name: "Costume Home Cherry Blossom"
- Type: 5
- Loc: 1024
- View: 602
-},
-{
- Id: 19768
- AegisName: "C_Sakura_Coronet"
- Name: "Costume Sakura Coronet"
- Type: 5
- Loc: 1024
- View: 645
-},
-{
- Id: 19769
- AegisName: "C_Mischievous_Fairy"
- Name: "Costume Mischievous Fairy"
- Type: 5
- Loc: 2048
- View: 405
-},
-{
- Id: 19770
- AegisName: "C_Japan_Winecup"
- Name: "Costume Japan Winecup"
- Type: 5
- Loc: 4096
- View: 557
-},
-{
- Id: 19771
- AegisName: "C_Butterfly_Hairpin"
- Name: "Costume Butterfly Hairpin"
- Type: 5
- Loc: 1024
- View: 723
-},
-{
- Id: 19772
- AegisName: "C_Honeybee_Hat"
- Name: "Costume Honeybee Hat"
- Type: 5
- Loc: 1024
- View: 709
-},
-{
- Id: 19773
- AegisName: "C_Angeling_Hairpin"
- Name: "Costume Angeling Hairpin"
- Type: 5
- Loc: 1024
- View: 222
-},
-{
- Id: 19774
- AegisName: "C_Emperor_Wreath_J"
- Name: "Costume Emperor Wreath J"
- Type: 5
- Loc: 1024
- View: 261
-},
-{
- Id: 19775
- AegisName: "C_Afro_Wig"
- Name: "Costume Afro Wig"
- Type: 5
- Loc: 1024
- View: 307
-},
-{
- Id: 19776
- AegisName: "C_Tomboy_Fairy"
- Name: "Costume Tomboy Fairy"
- Type: 5
- Loc: 2048
- View: 998
-},
-{
- Id: 19777
- AegisName: "C_Twinkle_Little_Star"
- Name: "Costume Twinkle Little Star"
- Type: 5
- Loc: 1024
- View: 1005
-},
-{
- Id: 19778
- AegisName: "C_King_Strawberry"
- Name: "Costume King Strawberry"
- Type: 5
- Loc: 1024
- View: 968
-},
-{
- Id: 19779
- AegisName: "C_Persica"
- Name: "Costume Persica"
- Type: 5
- Loc: 1024
- View: 659
-},
-{
- Id: 19780
- AegisName: "C_Knit_Rabbit_Ears"
- Name: "Costume Knit Rabbit Ears"
- Type: 5
- Loc: 1024
- View: 867
-},
-{
- Id: 19781
- AegisName: "C_Angel_Wing_Ears"
- Name: "Costume Angel Wing Ears"
- Type: 5
- Loc: 2048
- View: 158
-},
-{
- Id: 19782
- AegisName: "C_Drooping_Cat"
- Name: "Costume Drooping Cat"
- Type: 5
- Loc: 1024
- View: 142
-},
-{
- Id: 19783
- AegisName: "C_Grampa_Beard"
- Name: "Costume Grampa Beard"
- Type: 5
- Loc: 4096
- View: 25
-},
-{
- Id: 19784
- AegisName: "C_Morrigane's_Helm"
- Name: "Costume Morrigane's Helm"
- Type: 5
- Loc: 1024
- View: 257
-},
-{
- Id: 19785
- AegisName: "C_Crunch_Toast"
- Name: "Costume Crunch Toast"
- Type: 5
- Loc: 4096
- View: 188
-},
-{
- Id: 19786
- AegisName: "C_Crown_of_Mistress"
- Name: "Costume Crown of Mistress"
- Type: 5
- Loc: 1024
- View: 165
-},
-{
- Id: 19787
- AegisName: "C_Devoted_Eyes"
- Name: "Costume Devoted Eyes"
- Type: 5
- Buy: 0
- Loc: 2048
- Refine: false
- View: 1021
-},
-{
- Id: 19788
- AegisName: "C_Heart_Eyepatch"
- Name: "Costume Heart Eyepatch"
- Type: 5
- Buy: 0
- Loc: 2048
- Refine: false
- View: 779
-},
-{
- Id: 19789
- AegisName: "C_Sweet_Gents"
- Name: "Costume Sweet Gents"
- Type: 5
- Loc: 1024
- View: 29
-},
-{
- Id: 19790
- AegisName: "C_Veil"
- Name: "Costume Veil"
- Type: 5
- Loc: 1024
- View: 44
-},
-{
- Id: 19791
- AegisName: "C_Alarm_Mask"
- Name: "Costume Alarm Mask"
- Type: 5
- Loc: 6144
- View: 170
-},
-{
- Id: 19792
- AegisName: "C_Poker_Mask"
- Name: "Costume Poker Mask"
- Type: 5
- Loc: 6144
- View: 171
-},
-{
- Id: 19793
- AegisName: "C_Surprised_Mask"
- Name: "Costume Surprised Mask"
- Type: 5
- Loc: 6144
- View: 172
-},
-{
- Id: 19794
- AegisName: "C_Annoyed_Mask"
- Name: "Costume Annoyed Mask"
- Type: 5
- Loc: 6144
- View: 173
-},
-{
- Id: 19795
- AegisName: "C_Grand_Circlet"
- Name: "Costume Grand Circlet"
- Type: 5
- Loc: 1024
- View: 93
-},
-{
- Id: 19796
- AegisName: "C_Bone_Helm"
- Name: "Costume Bone Helm"
- Type: 5
- Loc: 1024
- View: 103
-},
-{
- Id: 19797
- AegisName: "C_Apple_of_Archer"
- Name: "Costume Apple of Archer"
- Type: 5
- Loc: 1024
- View: 72
-},
-{
- Id: 19798
- AegisName: "C_Angry_Snarl"
- Name: "Costume Angry Snarl"
- Type: 5
- Loc: 4096
- View: 194
-},
-{
- Id: 19799
- AegisName: "C_Golden_Gear"
- Name: "Costume Golden Gear"
- Type: 5
- Loc: 1024
- View: 30
-},
-{
- Id: 19800
- AegisName: "C_Carnation_Headband"
- Name: "Costume Carnation Headband"
- Type: 5
- Loc: 1024
- View: 878
-},
-{
- Id: 19801
- AegisName: "C_Fox_Hat"
- Name: "Costume Fox Hat"
- Type: 5
- Loc: 6144
- View: 403
-},
-{
- Id: 19802
- AegisName: "C_Drooping_Nine_Tail"
- Name: "Costume Drooping Nine Tail"
- Type: 5
- Loc: 1024
- View: 296
-},
-{
- Id: 19803
- AegisName: "C_Pinwheel_Cap"
- Name: "Costume Pinwheel Cap"
- Type: 5
- Loc: 1024
- View: 456
-},
-{
- Id: 19804
- AegisName: "C_Red_Vane_Hairpin"
- Name: "Costume Red Vane Hairpin"
- Type: 5
- Loc: 1024
- View: 1044
-},
-{
- Id: 19805
- AegisName: "C_Taboo_Curse_Scroll"
- Name: "Costume Taboo Curse Scroll"
- Type: 5
- Loc: 1024
- View: 1045
-},
-{
- Id: 19806
- AegisName: "C_Full_Bloom_Hairpin"
- Name: "Costume Full Bloom Hairpin"
- Type: 5
- Loc: 1024
- View: 1046
-},
-{
- Id: 19807
- AegisName: "C_Majestic_Helmet"
- Name: "Costume Majestic Helmet"
- Type: 5
- Loc: 1024
- View: 1047
-},
-{
- Id: 19808
- AegisName: "C_Blazing_Sun"
- Name: "Costume Blazing Sun"
- Type: 5
- Loc: 1024
- View: 654
-},
-{
- Id: 19809
- AegisName: "C_Purple_Cowboy_Hat"
- Name: "Costume Purple Cowboy Hat"
- Type: 5
- Loc: 1024
- View: 411
-},
-{
- Id: 19810
- AegisName: "C_Ifrit's_Ear"
- Name: "Costume Ifrit's Ear"
- Type: 5
- Loc: 2048
- View: 422
-},
-{
- Id: 19811
- AegisName: "C_Beer_Cap"
- Name: "Costume Beer Cap"
- Type: 5
- Loc: 1024
- View: 418
-},
-{
- Id: 19812
- AegisName: "C_Large_Hibiscus"
- Name: "Costume Large Hibiscus"
- Type: 5
- Loc: 1024
- View: 333
-},
-{
- Id: 19813
- AegisName: "C_Icecream_Hat"
- Name: "Costume Icecream Hat"
- Type: 5
- Loc: 1024
- View: 488
-},
-{
- Id: 19814
- AegisName: "C_Shiny_Wig"
- Name: "Costume Shiny Wig"
- Type: 5
- Loc: 1024
- View: 306
-},
-{
- Id: 19815
- AegisName: "C_Lolita_Ten_Gallon_Hat"
- Name: "Costume Lolita Ten Gallon Hat"
- Type: 5
- Loc: 1024
- View: 1048
-},
-{
- Id: 19816
- AegisName: "C_Pecopeco_Cap"
- Name: "Costume Pecopeco Cap"
- Type: 5
- Loc: 1024
- View: 1049
-},
-{
- Id: 19817
- AegisName: "C_Ifrit's_Breath"
- Name: "Costume Ifrit's Breath"
- Type: 5
- Loc: 4096
- View: 1050
-},
-{
- Id: 19818
- AegisName: "C_Drooping_Morocc_Minion"
- Name: "Costume Drooping Morocc Minion"
- Type: 5
- Loc: 1024
- View: 600
-},
-{
- Id: 19820
- AegisName: "C_Necromencer_Hood"
- Name: "Costume Necromencer Hood"
- Type: 5
- Loc: 3072
- View: 491
-},
-{
- Id: 19821
- AegisName: "C_Hyegun_Hat"
- Name: "Costume Hyegun Hat"
- Type: 5
- Loc: 7168
- View: 375
-},
-{
- Id: 19822
- AegisName: "C_Yellow_Bandana"
- Name: "Costume Yellow Bandana"
- Type: 5
- Loc: 1024
- View: 309
-},
-{
- Id: 19823
- AegisName: "C_White_Cat_Hood"
- Name: "Costume White Cat Hood"
- Type: 5
- Loc: 3072
- View: 1052
-},
-{
- Id: 19824
- AegisName: "C_Evil_Druid_Hat"
- Name: "Costume Evil Druid Hat"
- Type: 5
- Loc: 1024
- View: 1053
-},
-{
- Id: 19825
- AegisName: "C_Vicious_Stop_Bandage"
- Name: "Costume Vicious Stop Bandage"
- Type: 5
- Loc: 1024
- View: 1054
-},
-{
- Id: 19826
- AegisName: "C_Ice_Wings_Ears"
- Name: "Costume Ice Wings Ears"
- Type: 5
- Loc: 2048
- View: 584
-},
-{
- Id: 19827
- AegisName: "C_Amistr_Cap"
- Name: "Costume Amistr Cap"
- Type: 5
- Loc: 1024
- View: 643
-},
-{
- Id: 19828
- AegisName: "C_Fedora"
- Name: "Costume Fedora"
- Type: 5
- Loc: 1024
- View: 195
-},
-{
- Id: 19829
- AegisName: "C_Straw_Hat"
- Name: "C Straw Hat"
- Type: 5
- Buy: 20
- Loc: 1024
- Refine: false
- View: 146
-},
-{
- Id: 19830
- AegisName: "C_Sunglasses"
- Name: "Costume Sunglasses"
- Type: 5
- Loc: 2048
- View: 12
-},
-{
- Id: 19831
- AegisName: "C_Filir_Hat"
- Name: "Costume Filir Hat"
- Type: 5
- Loc: 1024
- View: 408
-},
-{
- Id: 19832
- AegisName: "C_Poring_Hat"
- Name: "Costume Poring Hat"
- Type: 5
- Loc: 1024
- View: 120
-},
-{
- Id: 19833
- AegisName: "C_Cute_Ribbon"
- Name: "Costume Cute Ribbon"
- Type: 5
- Loc: 1024
- View: 34
-},
-{
- Id: 19834
- AegisName: "C_Baseball_Cap"
- Name: "Costume Baseball Cap"
- Type: 5
- Loc: 1024
- View: 216
-},
-{
- Id: 19835
- AegisName: "C_Lif_Doll_Hat"
- Name: "Costume Lif Doll Hat"
- Type: 5
- Loc: 1024
- View: 297
-},
-{
- Id: 19836
- AegisName: "C_Large_Majestic_Horns"
- Name: "Costume Large Majestic Horns"
- Type: 5
- Loc: 1024
- View: 380
-},
-{
- Id: 19837
- AegisName: "C_Asara_Fairy_Hat"
- Name: "Costume Asara Fairy Hat"
- Type: 5
- Loc: 1024
- View: 492
-},
-{
- Id: 19838
- AegisName: "C_Fox_Hatt"
- Name: "Costume Fox Hatt"
- Type: 5
- Loc: 6144
- View: 403
-},
-{
- Id: 19839
- AegisName: "C_Vanilmirth_Hat"
- Name: "Costume Vanilmirth Hat"
- Type: 5
- Loc: 1024
- View: 317
-},
-{
- Id: 19841
- AegisName: "C_Dragonhelm_Copper"
- Name: "Costume Dragonhelm Copper"
- Type: 5
- Loc: 1024
- View: 454
-},
-{
- Id: 19842
- AegisName: "C_Puppy_Hat"
- Name: "Costume Puppy Hat"
- Type: 5
- Loc: 1024
- View: 234
-},
-{
- Id: 19843
- AegisName: "C_Kitty_Band"
- Name: "Costume Kitty Band"
- Type: 5
- Loc: 1024
- View: 2
-},
-{
- Id: 19844
- AegisName: "C_Turban"
- Name: "Costume Turban"
- Type: 5
- Loc: 1024
- View: 7
-},
-{
- Id: 19845
- AegisName: "C_Bao_Bao"
- Name: "Costume Bao Bao"
- Type: 5
- Loc: 1024
- View: 127
-},
-{
- Id: 19846
- AegisName: "C_Opera_Phantom_Mask"
- Name: "Costume Opera Phantom Mask"
- Type: 5
- Loc: 2048
- View: 128
-},
-{
- Id: 19847
- AegisName: "C_Big_Ribbon"
- Name: "Costume Big Ribbon"
- Type: 5
- Loc: 1024
- View: 28
-},
-{
- Id: 19848
- AegisName: "C_Angeling_Hat"
- Name: "Costume Angeling Hat"
- Type: 5
- Loc: 1024
- View: 204
-},
-{
- Id: 19849
- AegisName: "C_Munak_Hat"
- Name: "Costume Munak Hat"
- Type: 5
- Loc: 7168
- View: 51
-},
-{
- Id: 19850
- AegisName: "C_Bongun_Hat"
- Name: "Costume Bongun Hat"
- Type: 5
- Loc: 7168
- View: 139
-},
-{
- Id: 19851
- AegisName: "C_Teddybear_Hat"
- Name: "Costume Teddybear Hat"
- Type: 5
- Loc: 1024
- View: 143
-},
-{
- Id: 19853
- AegisName: "C_Filir_Wings"
- Name: "Costume Filir Wings"
- Type: 5
- Loc: 1024
- View: 595
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 19855
- AegisName: "C_Happy_Summer_Wig"
- Name: "Costume Happy Summer Wig"
- Type: 5
- Loc: 1024
- View: 1059
-},
-{
- Id: 19856
- AegisName: "C_Snow_Cone_Hat"
- Name: "Costume Snow Cone Hat"
- Type: 5
- Loc: 1024
- View: 1080
-},
-{
- Id: 19857
- AegisName: "C_Crayfish_Hat"
- Name: "Costume Crayfish Hat"
- Type: 5
- Loc: 1024
- View: 728
-},
-{
- Id: 19858
- AegisName: "C_Smokie_Leaf"
- Name: "Costume Smokie Leaf"
- Type: 5
- Loc: 1024
- View: 148
-},
-{
- Id: 19859
- AegisName: "C_Flying_Angel"
- Name: "Costume Flying Angel"
- Type: 5
- Loc: 1024
- View: 264
-},
-{
- Id: 19860
- AegisName: "C_School_Criatura_Hat"
- Name: "Costume School Criatura Hat"
- Type: 5
- Loc: 1024
- View: 872
-},
-{
- Id: 19861
- AegisName: "C_Heart_Hairpin"
- Name: "Costume Heart Hairpin"
- Type: 5
- Loc: 1024
- View: 126
-},
-{
- Id: 19862
- AegisName: "C_Succubus_Horn"
- Name: "Costume Succubus Horn"
- Type: 5
- Loc: 1024
- View: 150
-},
-{
- Id: 19863
- AegisName: "C_Incubus_Horn"
- Name: "Costume Incubus Horn"
- Type: 5
- Loc: 1024
- View: 156
-},
-{
- Id: 19864
- AegisName: "C_Dokebi's_Wig"
- Name: "Costume Dokebi's Wig"
- Type: 5
- Loc: 1024
- View: 302
-},
-{
- Id: 19865
- AegisName: "C_Joker_Jester"
- Name: "Costume Joker Jester"
- Type: 5
- Loc: 1024
- View: 89
-},
-{
- Id: 19866
- AegisName: "C_Blue_Pajamas"
- Name: "Costume Blue Pajamas"
- Type: 5
- Loc: 1024
- View: 501
-},
-{
- Id: 19867
- AegisName: "C_Red_Pajamas"
- Name: "Costume Red Pajamas"
- Type: 5
- Loc: 1024
- View: 501
-},
-{
- Id: 19868
- AegisName: "C_Showy_High_Cap"
- Name: "Costume Showy High Cap"
- Type: 5
- Loc: 1024
- View: 830
-},
-{
- Id: 19869
- AegisName: "C_Antiquity_Helmet"
- Name: "Costume Antiquity Helmet"
- Type: 5
- Loc: 1024
- View: 846
-},
-{
- Id: 19871
- AegisName: "C_DecorationOfMusic_Accessory"
- Name: "Decoration of Music"
- Type: 5
- Buy: 20
- Loc: 2048
- Refine: false
- View: 1074
- OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; ">
- OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; ">
-},
-{
- Id: 19873
- AegisName: "C_Carnival_Hat"
- Name: "Costume Carnival Hat"
- Type: 5
- Loc: 1024
- View: 505
-},
-{
- Id: 19874
- AegisName: "C_Carnival_Circlet"
- Name: "Costume Carnival Circlet"
- Type: 5
- Loc: 1024
- View: 506
-},
-{
- Id: 19875
- AegisName: "C_Love_Rabbit_Hood"
- Name: "Costume Love Rabbit Hood"
- Type: 5
- Loc: 7168
- View: 549
-},
-{
- Id: 19876
- AegisName: "C_Rabbit_Ear_Hat"
- Name: "Costume Rabbit Ear Hat"
- Type: 5
- Loc: 1024
- View: 384
-},
-{
- Id: 19877
- AegisName: "C_Eyes_Of_Darkness"
- Name: "Costume Eyes Of Darkness"
- Type: 5
- Loc: 2048
- View: 467
-},
-{
- Id: 19878
- AegisName: "C_Drooping_Bunny"
- Name: "Costume Drooping Bunny"
- Type: 5
- Loc: 1024
- View: 249
-},
-{
- Id: 19879
- AegisName: "C_Black_Bunny_Band"
- Name: "Costume Black Bunny Band"
- Type: 5
- Loc: 1024
- View: 267
-},
-{
- Id: 19880
- AegisName: "C_Golden_Tiara"
- Name: "Costume Golden Tiara"
- Type: 5
- Loc: 1024
- View: 232
-},
-{
- Id: 19881
- AegisName: "C_Pretty_Rabbit_Hood"
- Name: "Costume Pretty Rabbit Hood"
- Type: 5
- Loc: 1024
- View: 1085
-},
-{
- Id: 19882
- AegisName: "C_Flowerpot_Mask"
- Name: "Costume Flowerpot Mask"
- Type: 5
- Loc: 6144
- View: 1086
-},
-{
- Id: 19883
- AegisName: "C_Piamette_Hood"
- Name: "Costume Piamette Hood"
- Type: 5
- Loc: 1024
- View: 1087
-},
-{
- Id: 19884
- AegisName: "C_Vanargand_Helm"
- Name: "Costume Vanargand Helm"
- Type: 5
- Loc: 1024
- View: 804
-},
-{
- Id: 19885
- AegisName: "C_Blinker"
- Name: "Costume Blinker"
- Type: 5
- Loc: 2048
- View: 82
-},
-{
- Id: 19886
- AegisName: "C_Purple_Glasses"
- Name: "Costume Purple Glasses"
- Type: 5
- Loc: 2048
- View: 26
-},
-{
- Id: 19887
- AegisName: "C_Cyclops_Glasses"
- Name: "Costume Cyclops Glasses"
- Type: 5
- Loc: 2048
- View: 23
-},
-{
- Id: 19888
- AegisName: "C_Glasses"
- Name: "Costume Glasses"
- Type: 5
- Loc: 2048
- View: 3
-},
-{
- Id: 19889
- AegisName: "C_Small_Ribbon"
- Name: "Costume Small Ribbon"
- Type: 5
- Loc: 2048
- View: 169
-},
-{
- Id: 19890
- AegisName: "C_Mage_Hat"
- Name: "Costume Mage Hat"
- Type: 5
- Loc: 1024
- View: 112
-},
-{
- Id: 19891
- AegisName: "C_Magnolia_Hat"
- Name: "Costume Magnolia Hat"
- Type: 5
- Loc: 1024
- View: 373
-},
-{
- Id: 19892
- AegisName: "C_Night_Sparrow_Hat"
- Name: "Costume Night Sparrow Hat"
- Type: 5
- Loc: 1024
- View: 913
-},
-{
- Id: 19893
- AegisName: "C_Ordinary_Black_Magician_Hat"
- Name: "Costume Ordinary Black Magician Hat"
- Type: 5
- Loc: 1024
- View: 912
-},
-{
- Id: 19894
- AegisName: "C_Shrine_Maiden_Hat"
- Name: "Costume Shrine Maiden Hat"
- Type: 5
- Loc: 1024
- View: 908
-},
-{
- Id: 19895
- AegisName: "C_Magician's_Night_Cap"
- Name: "Costume Magician's Night Cap"
- Type: 5
- Loc: 1024
- View: 911
-},
-{
- Id: 19896
- AegisName: "C_PRO_10th_Cap"
- Name: "Costume PRO 10th Cap"
- Type: 5
- Loc: 1024
- View: 1094
-},
-{
- Id: 19897
- AegisName: "C_RPC13_1ST_Wreath"
- Name: "Costume RPC13 1ST Wreath"
- Type: 5
- Loc: 1024
- View: 261
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 19898
- AegisName: "C_RPC13_2ND_Wreath"
- Name: "Costume RPC13 2ND Wreath"
- Type: 5
- Loc: 1024
- View: 261
- Script: <"
- bonus bAllStats,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 19899
- AegisName: "C_RPC13_3RD_Wreath"
- Name: "Costume RPC13 3RD Wreath"
- Type: 5
- Loc: 1024
- View: 261
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 19900
- AegisName: "C_Cool_Pirate_Eyepatch"
- Name: "Costume Cool Pirate Eyepatch"
- Type: 5
- Weight: 100
- Loc: 2048
- View: 1097
-},
-{
- Id: 19901
- AegisName: "C_Orc_Helm"
- Name: "Costume Orc Helm"
- Type: 5
- Loc: 1024
- Refine: false
- View: 86
-},
-{
- Id: 19902
- AegisName: "C_Cigarette"
- Name: "Costume Cigarette"
- Type: 5
- Loc: 4096
- View: 54
-},
-{
- Id: 19903
- AegisName: "C_Witch's_Pumpkin_Hat"
- Name: "Costume Witch's Pumpkin Hat"
- Type: 5
- Loc: 1024
- Refine: false
- View: 717
-},
-{
- Id: 19904
- AegisName: "C_Skull_Cap"
- Name: "Costume Skull Cap"
- Type: 5
- Loc: 1024
- View: 713
-},
-{
- Id: 19905
- AegisName: "C_Secret_Society_Hood"
- Name: "Costume Secret Society Hood"
- Type: 5
- Loc: 3072
- View: 806
-},
-{
- Id: 19906
- AegisName: "C_Screw_stuck_in_head"
- Name: "Costume Screw stuck in head"
- Type: 5
- Loc: 2048
- View: 696
-},
-{
- Id: 19907
- AegisName: "C_Fascinating_Phantom_Mask"
- Name: "Costume Fascinating Phantom Mask"
- Type: 5
- Loc: 3072
- View: 710
-},
-{
- Id: 19908
- AegisName: "C_Flag_Crown_Hat"
- Name: "Costume Flag Crown Hat"
- Type: 5
- Loc: 1024
- View: 219
-},
-{
- Id: 19909
- AegisName: "C_White_Deviruchi_Hat"
- Name: "Costume White Deviruchi Hat"
- Type: 5
- Loc: 1024
- View: 272
-},
-{
- Id: 19910
- AegisName: "C_Halloween_Hat"
- Name: "Costume Halloween Hat"
- Type: 5
- Loc: 1024
- View: 1098
-},
-{
- Id: 19911
- AegisName: "C_Triangle_Roof_Hat"
- Name: "Costume Triangle Roof Hat"
- Type: 5
- Loc: 1024
- View: 1099
-},
-{
- Id: 19912
- AegisName: "C_Cat_Eye"
- Name: "Costume Cat Eye"
- Type: 5
- Loc: 2048
- View: 1100
-},
-{
- Id: 19913
- AegisName: "C_Poo_Poo_Hat"
- Name: "Costume Poo Poo Hat"
- Type: 5
- Loc: 1024
- View: 76
-},
-{
- Id: 19914
- AegisName: "C_Tarlock's_Hat"
- Name: "Costume Tarlock's Hat"
- Type: 5
- Loc: 1024
- View: 1101
-},
-{
- Id: 19916
- AegisName: "C_Black_Cat_Hat"
- Name: "Costume Black Cat Hat"
- Type: 5
- Loc: 1024
- View: 1105
-},
-{
- Id: 19917
- AegisName: "C_Dark_Pumpkin_Hat"
- Name: "Costume Dark Pumpkin Hat"
- Type: 5
- Loc: 1024
- Refine: false
- View: 691
-},
-{
- Id: 19918
- AegisName: "C_Lude_Mask"
- Name: "Costume Lude Mask"
- Type: 5
- Loc: 6144
- Refine: false
- View: 802
-},
-{
- Id: 19919
- AegisName: "C_Quve_Mask"
- Name: "Costume Quve Mask"
- Type: 5
- Loc: 6144
- Refine: false
- View: 472
-},
-{
- Id: 19920
- AegisName: "C_Evolved_Whisper_Mask"
- Name: "Costume Evolved Whisper Mask"
- Type: 5
- Loc: 7168
- Refine: false
- View: 458
-},
-{
- Id: 19922
- AegisName: "C_Noah's_Hat"
- Name: "Costume Noah's Hat"
- Type: 5
- Loc: 1024
- View: 636
-},
-{
- Id: 19925
- AegisName: "C_Monocle"
- Name: "Costume Monocle"
- Type: 5
- Loc: 2048
- View: 23
-},
-{
- Id: 19928
- AegisName: "C_Gothic_Heart_Wing"
- Name: "Costume Gothic Heart Wing"
- Type: 5
- Loc: 1024
- View: 1111
-},
-{
- Id: 19929
- AegisName: "C_Classical_Ribbon"
- Name: "Costume Classical Ribbon"
- Type: 5
- Loc: 1024
- View: 1112
-},
-{
- Id: 19930
- AegisName: "C_Angel_Mini_Silk_Hat"
- Name: "Costume Angel Mini Silk Hat"
- Type: 5
- Loc: 1024
- View: 1113
-},
-{
- Id: 19931
- AegisName: "C_Lazy_Smokie"
- Name: "Costume Lazy Smokie"
- Type: 5
- Loc: 1024
- View: 168
-},
-{
- Id: 19932
- AegisName: "C_Model_Training_Hat"
- Name: "Costume Model Training Hat"
- Type: 5
- Loc: 1024
- View: 157
-},
-{
- Id: 19934
- AegisName: "C_Flaming_Ten_Gallon_Hat"
- Name: "Costume Flaming Ten Gallon Hat"
- Type: 5
- Loc: 1024
- View: 1075
-},
-{
- Id: 19935
- AegisName: "C_Hunting_Cap_Of_Gust"
- Name: "Costume Hunting Cap Of Gust"
- Type: 5
- Loc: 1024
- View: 1076
-},
-{
- Id: 19936
- AegisName: "C_Knit_Cap_Of_Water"
- Name: "Costume Knit Cap Of Water"
- Type: 5
- Loc: 1024
- View: 1077
-},
-{
- Id: 19938
- AegisName: "C_Love_Bunny_Hood"
- Name: "Costume Love Bunny Hood"
- Type: 5
- Loc: 1024
- View: 549
-},
-{
- Id: 19939
- AegisName: "C_Antlers"
- Name: "Costume Antlers"
- Type: 5
- Loc: 1024
- View: 71
-},
-{
- Id: 19941
- AegisName: "C_Ear_Muffs"
- Name: "Costume Ear Muffs"
- Type: 5
- Loc: 1024
- View: 70
-},
-{
- Id: 19949
- AegisName: "C_RWC2013_Japan_Hat"
- Name: "Costume RWC2013 Japan Hat"
- Type: 5
- Loc: 1024
- View: 1136
-},
-{
- Id: 19952
- AegisName: "C_Bubble_Gum_in_Mouth"
- Name: "Costume Bubble Gum in Mouth"
- Type: 5
- Loc: 4096
- View: 572
-},
-{
- Id: 19953
- AegisName: "C_Parade_Cap"
- Name: "Costume Parade Cap"
- Type: 5
- Loc: 1024
- View: 465
-},
-{
- Id: 19954
- AegisName: "C_3D_Glasses"
- Name: "Costume 3D Glasses"
- Type: 5
- Loc: 2048
- View: 661
-},
-{
- Id: 19955
- AegisName: "C_Mini_Tree"
- Name: "Costume Mini Tree"
- Type: 5
- Loc: 1024
- View: 727
-},
-{
- Id: 19956
- AegisName: "C_Soldier_Hat"
- Name: "Costume Soldier Hat"
- Type: 5
- Loc: 1024
- View: 420
-},
-{
- Id: 19957
- AegisName: "C_Scooter_Hat"
- Name: "Costume Scooter Hat"
- Type: 5
- Loc: 1024
- View: 588
-},
-{
- Id: 19958
- AegisName: "C_Choir_Hat"
- Name: "Costume Choir Hat"
- Type: 5
- Loc: 1024
- View: 1137
-},
-{
- Id: 19959
- AegisName: "C_Drooping_Argiope"
- Name: "Costume Drooping Argiope"
- Type: 5
- Loc: 1024
- View: 1138
-},
-{
- Id: 19960
- AegisName: "C_Chain_Puppet"
- Name: "Costume Chain Puppet"
- Type: 5
- Loc: 1024
- View: 1139
-},
-{
- Id: 19961
- AegisName: "C_Rune_Circlet"
- Name: "Costume Rune Circlet"
- Type: 5
- Loc: 1024
- View: 623
-},
-{
- Id: 19962
- AegisName: "C_Mitra"
- Name: "Costume Mitra"
- Type: 5
- Loc: 1024
- View: 624
-},
-{
- Id: 19963
- AegisName: "C_Driver_Band_Red"
- Name: "Costume Driver Band Red"
- Type: 5
- Loc: 1024
- View: 626
-},
-{
- Id: 19964
- AegisName: "C_Driver_Band_Yellow"
- Name: "Costume Driver Band Yellow"
- Type: 5
- Loc: 1024
- View: 637
-},
-{
- Id: 19965
- AegisName: "C_Shadow_Handicraft"
- Name: "Costume Shadow Handicraft"
- Type: 5
- Loc: 1024
- View: 627
-},
-{
- Id: 19966
- AegisName: "C_Minstrel_Song's_Hat"
- Name: "Costume Minstrel Song's Hat"
- Type: 5
- Loc: 1024
- View: 628
-},
-{
- Id: 19967
- AegisName: "C_Midas_Whisper"
- Name: "Costume Midas Whisper"
- Type: 5
- Loc: 1024
- View: 629
-},
-{
- Id: 19968
- AegisName: "C_Magic_Stone_Hat"
- Name: "Costume Magic Stone Hat"
- Type: 5
- Loc: 1024
- View: 630
-},
-{
- Id: 19969
- AegisName: "C_Blazing_Soul"
- Name: "Costume Blazing Soul"
- Type: 5
- Loc: 1024
- View: 631
-},
-{
- Id: 19970
- AegisName: "C_Wind_Whisper"
- Name: "Costume Wind Whisper"
- Type: 5
- Loc: 1024
- View: 633
-},
-{
- Id: 19971
- AegisName: "C_Dying_Swan"
- Name: "Costume Dying Swan"
- Type: 5
- Loc: 1024
- View: 635
-},
-{
- Id: 19972
- AegisName: "C_Protect_Of_Crown"
- Name: "Costume Protect Of Crown"
- Type: 5
- Loc: 1024
- View: 1140
-},
-{
- Id: 19973
- AegisName: "C_Circlet_Of_Bones"
- Name: "Costume Circlet Of Bones"
- Type: 5
- Loc: 1024
- View: 1141
-},
-{
- Id: 19974
- AegisName: "C_Camouflage_Rabbit_Hood"
- Name: "Costume Camouflage Rabbit Hood"
- Type: 5
- Loc: 1024
- View: 1142
-},
-{
- Id: 19976
- AegisName: "C_Cat_Santa_Hat"
- Name: "Costume Cat Santa Hat"
- Type: 5
- Loc: 1024
- View: 1144
-},
-{
- Id: 19977
- AegisName: "C_Golden_Exclamation_Mark"
- Name: "Costume Golden Exclamation Mark"
- Type: 5
- Loc: 1024
- View: 1145
-},
-{
- Id: 19978
- AegisName: "C_Silver_Exclamation_Mark"
- Name: "Costume Silver Exclamation Mark"
- Type: 5
- Loc: 1024
- View: 1146
-},
-{
- Id: 19979
- AegisName: "C_Golden_Question_Mark"
- Name: "Costume Golden Question Mark"
- Type: 5
- Loc: 1024
- View: 1147
-},
-{
- Id: 19980
- AegisName: "C_Silver_Question_Mark"
- Name: "Costume Silver Question Mark"
- Type: 5
- Loc: 1024
- View: 1148
-},
-{
- Id: 19982
- AegisName: "C_Santa_Hat"
- Name: "Costume Santa Hat"
- Type: 5
- Loc: 1024
- View: 727
-},
-{
- Id: 19983
- AegisName: "C_Flower_Hairpin"
- Name: "Costume Flower Hairpin"
- Type: 5
- Loc: 1024
- View: 145
-},
-{
- Id: 19984
- AegisName: "C_Winter_Hat"
- Name: "Costume Winter Hat"
- Type: 5
- Loc: 1024
- View: 196
-},
-{
- Id: 19985
- AegisName: "C_Aura_Quartz"
- Name: "Costume Aura Quartz"
- Type: 5
- Loc: 1024
- View: 866
-},
-{
- Id: 19986
- AegisName: "C_Lunatic_Hat"
- Name: "Costume Lunatic Hat"
- Type: 5
- Loc: 1024
- View: 521
-},
-{
- Id: 19987
- AegisName: "C_Blue_Fur_Hat"
- Name: "Costume Blue Fur Hat"
- Type: 5
- Loc: 1024
- View: 280
-},
-{
- Id: 19988
- AegisName: "C_Elder_Crown"
- Name: "Costume Elder Crown"
- Type: 5
- Loc: 1024
- View: 933
-},
-{
- Id: 19989
- AegisName: "C_Mouton_Life"
- Name: "Costume Mouton Life"
- Type: 5
- Loc: 2048
- View: 1156
-},
-{
- Id: 19990
- AegisName: "C_Rabbit_Knit_Hat"
- Name: "Costume Rabbit Knit Hat"
- Type: 5
- Loc: 1024
- View: 1157
-},
-{
- Id: 19991
- AegisName: "C_Galanthus_Guard"
- Name: "Costume Galanthus Guard"
- Type: 5
- Loc: 1024
- View: 1158
-},
-{
- Id: 19992
- AegisName: "C_Chilly_Breath"
- Name: "Costume Chilly Breath"
- Type: 5
- Loc: 4096
- View: 885
-},
-{
- Id: 19994
- AegisName: "C_saLUsalo_Hat"
- Name: "Costume saLUsalo Hat"
- Type: 5
- Loc: 1024
- View: 1171
-},
-{
- Id: 19996
- AegisName: "C_Horse_King"
- Name: "Costume Horse King"
- Type: 5
- Loc: 7168
- View: 1189
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 19997
- AegisName: "C_Bomb_Hat"
- Name: "Costume Bomb Hat"
- Type: 5
- Loc: 1024
- View: 1191
-},
-{
- Id: 19998
- AegisName: "C_Dragon_Turtle_Hat"
- Name: "Costume Dragon Turtle Hat"
- Type: 5
- Loc: 1024
- View: 1192
-},
-{
- Id: 19999
- AegisName: "C_Mouse_Hat1"
- Name: "Costume Mouse Hat1"
- Type: 5
- Loc: 1024
- View: 1193
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20000
- AegisName: "C_Mouse_Hat2"
- Name: "Costume Mouse Hat2"
- Type: 5
- Loc: 1024
- View: 1194
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20001
- AegisName: "C_Mouse_Hat3"
- Name: "Costume Mouse Hat3"
- Type: 5
- Loc: 1024
- View: 1195
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20002
- AegisName: "C_Mouse_Hat4"
- Name: "Costume Mouse Hat4"
- Type: 5
- Loc: 1024
- View: 1196
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20003
- AegisName: "C_Mouse_Hat5"
- Name: "Costume Mouse Hat5"
- Type: 5
- Loc: 1024
- View: 1197
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20004
- AegisName: "C_Big_Golden_Bell"
- Name: "Costume Big Golden Bell"
- Type: 5
- Loc: 1024
- View: 175
-},
-{
- Id: 20005
- AegisName: "C_Sigrun_Wing"
- Name: "Costume Sigrun Wing"
- Type: 5
- Loc: 1024
- View: 568
-},
-{
- Id: 20006
- AegisName: "C_Dark_Knight_Mask"
- Name: "Costume Dark Knight Mask"
- Type: 5
- Loc: 3072
- View: 479
-},
-{
- Id: 20007
- AegisName: "C_Horned_Hat"
- Name: "Costume Horned Hat"
- Type: 5
- Loc: 1024
- View: 322
-},
-{
- Id: 20008
- AegisName: "C_Dragon_General_Helm"
- Name: "Costume Dragon General Helm"
- Type: 5
- Loc: 1024
- View: 729
-},
-{
- Id: 20009
- AegisName: "C_Dragon_Skull_Hat"
- Name: "Costume Dragon Skull Hat"
- Type: 5
- Loc: 1024
- View: 319
-},
-{
- Id: 20010
- AegisName: "C_Rainbow_Ears_Feather"
- Name: "Costume Rainbow Ears Feather"
- Type: 5
- Loc: 2048
- View: 1198
-},
-{
- Id: 20011
- AegisName: "C_Lightning_Speed"
- Name: "Costume Lightning Speed"
- Type: 5
- Loc: 1024
- View: 1199
-},
-{
- Id: 20012
- AegisName: "C_Double_Horn_Helm"
- Name: "Costume Double Horn Helm"
- Type: 5
- Loc: 1024
- View: 1200
-},
-{
- Id: 20013
- AegisName: "C_Chef_Hat"
- Name: "Costume Chef Hat"
- Type: 5
- Loc: 1024
- View: 111
-},
-{
- Id: 20014
- AegisName: "C_Lincoln_Hat"
- Name: "Costume Lincoln Hat"
- Type: 5
- Loc: 1024
- View: 1204
-},
-{
- Id: 20015
- AegisName: "C_Lincoln_Beard"
- Name: "Costume Lincoln Beard"
- Type: 5
- Loc: 4096
- View: 1205
-},
-{
- Id: 20016
- AegisName: "C_Cool_Dinner_Hat"
- Name: "Costume Cool Dinner Hat"
- Type: 5
- Loc: 1024
- View: 1206
-},
-{
- Id: 20017
- AegisName: "C_Marionette_Doll"
- Name: "Costume Marionette Doll"
- Type: 5
- Loc: 1024
- View: 212
-},
-{
- Id: 20019
- AegisName: "C_Artisant_Beret"
- Name: "Costume Artisant Beret"
- Type: 5
- Loc: 1024
- View: 1209
-},
-{
- Id: 20020
- AegisName: "C_Zaha_Doll_Hat"
- Name: "Costume Zaha Doll Hat"
- Type: 5
- Loc: 1024
- View: 461
-},
-{
- Id: 20021
- AegisName: "C_Heart_Ribbon_Hairband"
- Name: "Costume Heart Ribbon Hairband"
- Type: 5
- Loc: 1024
- View: 708
-},
-{
- Id: 20022
- AegisName: "C_Love_Fragment"
- Name: "Costume Love Fragment"
- Type: 5
- Loc: 4096
- View: 734
-},
-{
- Id: 20023
- AegisName: "C_Red_Beret"
- Name: "Costume Red Beret"
- Type: 5
- Loc: 1024
- View: 559
-},
-{
- Id: 20024
- AegisName: "C_Orange_Ribbon"
- Name: "Costume Orange Ribbon"
- Type: 5
- Loc: 1024
- View: 247
-},
-{
- Id: 20025
- AegisName: "C_Cow_Hat1"
- Name: "Costume Cow Hat1"
- Type: 5
- Loc: 1024
- View: 1211
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20026
- AegisName: "C_Cow_Hat2"
- Name: "Costume Cow Hat2"
- Type: 5
- Loc: 1024
- View: 1212
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20027
- AegisName: "C_Cow_Hat3"
- Name: "Costume Cow Hat3"
- Type: 5
- Loc: 1024
- View: 1213
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20028
- AegisName: "C_Cow_Hat4"
- Name: "Costume Cow Hat4"
- Type: 5
- Loc: 1024
- View: 1214
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20029
- AegisName: "C_Donut_in_Mouth"
- Name: "Costume Donut in Mouth"
- Type: 5
- Loc: 4096
- View: 569
-},
-{
- Id: 20030
- AegisName: "C_Choco_Donut_in_Mouth"
- Name: "Costume Choco Donut in Mouth"
- Type: 5
- Loc: 4096
- View: 653
-},
-{
- Id: 20031
- AegisName: "C_Bunny_Headress"
- Name: "Costume Bunny Headress"
- Type: 5
- Loc: 1024
- View: 1215
-},
-{
- Id: 20032
- AegisName: "C_Firinto_Scarf"
- Name: "Costume Firinto Scarf"
- Type: 5
- Loc: 1024
- View: 1216
-},
-{
- Id: 20033
- AegisName: "C_Monk_Crown"
- Name: "Costume Monk Crown"
- Type: 5
- Loc: 1024
- View: 1217
-},
-{
- Id: 20034
- AegisName: "C_Jack_Castle_Bat"
- Name: "Costume Jack Castle Bat"
- Type: 5
- Loc: 4096
- View: 1041
-},
-{
- Id: 20035
- AegisName: "C_Miracle_Blue_Rose"
- Name: "Costume Miracle Blue Rose"
- Type: 5
- Loc: 4096
- View: 1064
-},
-{
- Id: 20036
- AegisName: "C_Crown_of_Victory"
- Name: "Costume Crown of Victory"
- Type: 5
- Loc: 1024
- View: 981
-},
-{
- Id: 20037
- AegisName: "C_Owlduke_Silk_Hat"
- Name: "Costume Owlduke Silk Hat"
- Type: 5
- Loc: 1024
- View: 982
-},
-{
- Id: 20038
- AegisName: "C_Alphonse_Helm"
- Name: "Costume Alphonse Helm"
- Type: 5
- Loc: 1024
- View: 1214
-},
-{
- Id: 20039
- AegisName: "C_Butterfly_Wing_Ears"
- Name: "Costume Butterfly Wing Ears"
- Type: 5
- Loc: 2048
- View: 695
-},
-{
- Id: 20040
- AegisName: "C_Chung_Hairpin"
- Name: "Costume Chung Hairpin"
- Type: 5
- Loc: 1024
- View: 583
-},
-{
- Id: 20041
- AegisName: "C_Rose_Headband"
- Name: "Costume Rose Headband"
- Type: 5
- Loc: 1024
- View: 864
-},
-{
- Id: 20042
- AegisName: "C_Hermos_Cap"
- Name: "Costume Hermos Cap"
- Type: 5
- Loc: 1024
- View: 478
-},
-{
- Id: 20043
- AegisName: "C_Cherryblossom_in_Mouth"
- Name: "Costume Cherryblossom in Mouth"
- Type: 5
- Loc: 4096
- View: 823
-},
-{
- Id: 20044
- AegisName: "C_Carmen_Miranda's_Hat"
- Name: "Costume Carmen Miranda's Hat"
- Type: 5
- Loc: 1024
- View: 329
-},
-{
- Id: 20045
- AegisName: "C_Samambaia"
- Name: "Costume Samambaia"
- Type: 5
- Loc: 1024
- View: 508
-},
-{
- Id: 20046
- AegisName: "C_Blue_Ribbon_Band"
- Name: "Costume Blue Ribbon Band"
- Type: 5
- Loc: 1024
- View: 1222
-},
-{
- Id: 20047
- AegisName: "C_Prayer_Cherry_Blossom"
- Name: "Costume Prayer Cherry Blossom"
- Type: 5
- Loc: 1024
- View: 1223
-},
-{
- Id: 20048
- AegisName: "C_Wind_Prairie"
- Name: "Costume Wind Prairie"
- Type: 5
- Loc: 1024
- View: 1224
-},
-{
- Id: 20049
- AegisName: "C_Giant_Aid_Band"
- Name: "Costume Giant Aid Band"
- Type: 5
- Loc: 1024
- View: 147
-},
-{
- Id: 20050
- AegisName: "C_Ph.D_Hat"
- Name: "Costume Ph.D Hat"
- Type: 5
- Loc: 1024
- View: 98
-},
-{
- Id: 20051
- AegisName: "C_Stop_Post"
- Name: "Costume Stop Post"
- Type: 5
- Loc: 1024
- View: 59
-},
-{
- Id: 20052
- AegisName: "C_AFK_Hat"
- Name: "Costume AFK Hat"
- Type: 5
- Loc: 1024
- View: 471
-},
-{
- Id: 20053
- AegisName: "C_WKing_Tiger_Doll_Hat"
- Name: "Costume WKing Tiger Doll Hat"
- Type: 5
- Loc: 1024
- View: 973
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20054
- AegisName: "C_Pacifier"
- Name: "Costume Pacifier"
- Type: 5
- Loc: 4096
- View: 191
-},
-{
- Id: 20055
- AegisName: "C_Ghost_Bandana"
- Name: "Costume Ghost Bandana"
- Type: 5
- Loc: 1024
- View: 61
-},
-{
- Id: 20056
- AegisName: "C_Bride's_Corolla"
- Name: "Costume Bride's Corolla"
- Type: 5
- Loc: 1024
- View: 437
-},
-{
- Id: 20057
- AegisName: "C_Feather_Bonnet"
- Name: "Costume Feather Bonnet"
- Type: 5
- Loc: 1024
- View: 104
-},
-{
- Id: 20058
- AegisName: "C_Hot_Blood_Headband"
- Name: "Costume Hot Blood Headband"
- Type: 5
- Loc: 1024
- View: 154
-},
-{
- Id: 20059
- AegisName: "C_Welding_Mask"
- Name: "Costume Welding Mask"
- Type: 5
- Loc: 6144
- View: 79
-},
-{
- Id: 20060
- AegisName: "C_Construction_Helmet"
- Name: "Costume Construction Helmet"
- Type: 5
- Loc: 1024
- View: 95
-},
-{
- Id: 20061
- AegisName: "C_Demo_Mask"
- Name: "Costume Demo Mask"
- Type: 5
- Loc: 4096
- View: 52
-},
-{
- Id: 20062
- AegisName: "C_Angel_Stair"
- Name: "Costume Angel Stair"
- Type: 5
- Loc: 1024
-},
-{
- Id: 20063
- AegisName: "C_Yellow_Brain_Hat"
- Name: "Costume Yellow Brain Hat"
- Type: 5
- Loc: 1024
- View: 1228
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20064
- AegisName: "C_Blue_Brain_Hat"
- Name: "Costume Blue Brain Hat"
- Type: 5
- Loc: 1024
- View: 1229
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20065
- AegisName: "C_Grand_Peco_Hairband"
- Name: "Costume Grand Peco Hairband"
- Type: 5
- Loc: 1024
- View: 473
-},
-{
- Id: 20066
- AegisName: "C_Pecopeco_Hairband"
- Name: "Costume Pecopeco Hairband"
- Type: 5
- Loc: 1024
- View: 314
-},
-{
- Id: 20067
- AegisName: "C_White_Rabbit_Headband"
- Name: "Costume White Rabbit Headband"
- Type: 5
- Loc: 1024
- View: 719
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20068
- AegisName: "C_Black_Rabbit_Headband"
- Name: "Costume Black Rabbit Headband"
- Type: 5
- Loc: 1024
- View: 718
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20069
- AegisName: "C_Gryphon_Hairband"
- Name: "Costume Gryphon Hairband"
- Type: 5
- Loc: 1024
- View: 1233
-},
-{
- Id: 20070
- AegisName: "C_Alpaca_Hood"
- Name: "Costume Alpaca Hood"
- Type: 5
- Loc: 7168
- View: 1234
-},
-{
- Id: 20071
- AegisName: "C_Worg_In_Mouth"
- Name: "Costume Worg In Mouth"
- Type: 5
- Loc: 4096
- View: 1235
-},
-{
- Id: 20073
- AegisName: "C_Hair_Band"
- Name: "Costume Hair Band"
- Type: 5
- Loc: 1024
- View: 9
-},
-{
- Id: 20074
- AegisName: "C_Biretta"
- Name: "Costume Biretta"
- Type: 5
- Loc: 1024
- View: 11
-},
-{
- Id: 20075
- AegisName: "C_Little_Feather_Hat"
- Name: "Costume Little Feather Hat"
- Type: 5
- Loc: 1024
- View: 715
-},
-{
- Id: 20076
- AegisName: "C_Idun_Feather_Ears"
- Name: "Costume Idun Feather Ears"
- Type: 5
- Loc: 1024
- View: 724
-},
-{
- Id: 20077
- AegisName: "C_Wing_Frame_Sunglasses"
- Name: "Costume Wing Frame Sunglasses"
- Type: 5
- Loc: 2048
- View: 925
-},
-{
- Id: 20078
- AegisName: "C_White_Feather"
- Name: "Costume White Feather"
- Type: 5
- Loc: 1024
- View: 741
-},
-{
- Id: 20079
- AegisName: "C_Forgotten_Angel_Wing"
- Name: "Costume Forgotten Angel Wing"
- Type: 5
- Loc: 1024
- View: 1104
-},
-{
- Id: 20080
- AegisName: "C_Shaman_Hair_Ornament"
- Name: "Costume Shaman Hair Ornament"
- Type: 5
- Loc: 1024
- View: 476
-},
-{
- Id: 20081
- AegisName: "C_Metal_Dragon_Helm"
- Name: "Costume Metal Dragon Helm"
- Type: 5
- Loc: 1024
- View: 1242
-},
-{
- Id: 20082
- AegisName: "C_Metal_Dragon_Hat"
- Name: "Costume Metal Dragon Hat"
- Type: 5
- Loc: 1024
- View: 1243
-},
-{
- Id: 20083
- AegisName: "C_Mythlit_Hat"
- Name: "Costume Mythlit Hat"
- Type: 5
- Loc: 1024
- View: 1244
-},
-{
- Id: 20084
- AegisName: "C_Ceremonial_Hat"
- Name: "Costume Ceremonial Hat"
- Type: 5
- Loc: 1024
- View: 325
-},
-{
- Id: 20085
- AegisName: "C_St_Patrick's_Hat"
- Name: "Costume St Patrick's Hat"
- Type: 5
- Loc: 1024
- View: 735
-},
-{
- Id: 20086
- AegisName: "C_Dragon_Cintamani_Hat1"
- Name: "Costume Dragon Cintamani Hat1"
- Type: 5
- Loc: 1024
- View: 1245
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20087
- AegisName: "C_Dragon_Cintamani_Hat2"
- Name: "Costume Dragon Cintamani Hat2"
- Type: 5
- Loc: 1024
- View: 1246
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20088
- AegisName: "C_Dragon_Cintamani_Hat3"
- Name: "Costume Dragon Cintamani Hat3"
- Type: 5
- Loc: 1024
- View: 1247
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20089
- AegisName: "C_Dragon_Cintamani_Hat4"
- Name: "Costume Dragon Cintamani Hat4"
- Type: 5
- Loc: 1024
- View: 1248
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20090
- AegisName: "C_Egg_Shell"
- Name: "Costume Egg Shell"
- Type: 5
- Loc: 1024
- View: 101
-},
-{
- Id: 20091
- AegisName: "C_Smoking_Pipe"
- Name: "Costume Smoking Pipe"
- Type: 5
- Loc: 4096
- View: 55
-},
-{
- Id: 20092
- AegisName: "C_Sale_Banner"
- Name: "Costume Sale Banner"
- Type: 5
- Loc: 1024
- View: 183
-},
-{
- Id: 20093
- AegisName: "C_Wizard_Hat"
- Name: "Costume Wizard Hat"
- Type: 5
- Loc: 1024
- View: 36
-},
-{
- Id: 20094
- AegisName: "C_Green_Ribbon"
- Name: "Costume Green Ribbon"
- Type: 5
- Loc: 1024
- View: 439
-},
-{
- Id: 20095
- AegisName: "C_Red_Ribbon"
- Name: "Costume Red Ribbon"
- Type: 5
- Loc: 1024
- View: 440
-},
-{
- Id: 20096
- AegisName: "C_Blue_Ribbonn"
- Name: "Costume Blue Ribbonn"
- Type: 5
- Loc: 1024
- View: 441
-},
-{
- Id: 20097
- AegisName: "C_White_Ribbon"
- Name: "Costume White Ribbon"
- Type: 5
- Loc: 1024
- View: 442
-},
-{
- Id: 20098
- AegisName: "C_Vampire_Hairband"
- Name: "Costume Vampire Hairband"
- Type: 5
- Loc: 1024
- View: 1238
-},
-{
- Id: 20099
- AegisName: "C_Ljosalfar"
- Name: "Costume Ljosalfar"
- Type: 5
- Loc: 1024
- View: 1239
-},
-{
- Id: 20100
- AegisName: "C_Volume_Fhat"
- Name: "Costume Volume Fhat"
- Type: 5
- Loc: 1024
- View: 1240
-},
-{
- Id: 20101
- AegisName: "C_Bragi_Wing_Ears"
- Name: "Costume Bragi Wing Ears"
- Type: 5
- Loc: 1024
- View: 1241
-},
-{
- Id: 20102
- AegisName: "C_Horse_King_J"
- Name: "Costume Horse King_J"
- Type: 5
- Loc: 7168
- View: 1189
-},
-{
- Id: 20103
- AegisName: "C_Drooping_Panda"
- Name: "Costume Drooping Panda"
- Type: 5
- Loc: 1024
- View: 1029
-},
-{
- Id: 20104
- AegisName: "C_Picky_Egg_Shell"
- Name: "Costume Picky Egg Shell"
- Type: 5
- Loc: 1024
- View: 1001
-},
-{
- Id: 20105
- AegisName: "C_Fish_Head"
- Name: "Costume Fish Head"
- Type: 5
- Loc: 1024
- View: 386
-},
-{
- Id: 20106
- AegisName: "C_Classic_Hat"
- Name: "Costume Classic Hat"
- Type: 5
- Loc: 1024
- View: 475
-},
-{
- Id: 20107
- AegisName: "C_Fish_in_mouth"
- Name: "Costume Fish in mouth"
- Type: 5
- Loc: 4096
- View: 406
-},
-{
- Id: 20108
- AegisName: "C_Blind_Glasses"
- Name: "Costume Blind Glasses"
- Type: 5
- Loc: 2048
- View: 813
-},
-{
- Id: 20109
- AegisName: "C_Jolly_Roger_Hat"
- Name: "Costume Jolly Roger Hat"
- Type: 5
- Loc: 1024
- View: 962
-},
-{
- Id: 20110
- AegisName: "C_Coiledup_Snake_Hat1"
- Name: "Costume Coiledup Snake Hat1"
- Type: 5
- Loc: 1024
- View: 1258
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20111
- AegisName: "C_Coiledup_Snake_Hat2"
- Name: "Costume Coiledup Snake Hat2"
- Type: 5
- Loc: 1024
- View: 1259
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20112
- AegisName: "C_Aqua_Ten_Gallon_Hat"
- Name: "Costume Aqua Ten Gallon Hat"
- Type: 5
- Loc: 1024
- View: 1256
-},
-{
- Id: 20113
- AegisName: "C_Star_Reading_Hat"
- Name: "Costume Star Reading Hat"
- Type: 5
- Loc: 1024
- View: 1253
-},
-{
- Id: 20114
- AegisName: "C_Funeral_Hat"
- Name: "Costume Funeral Hat"
- Type: 5
- Loc: 1024
- View: 77
-},
-{
- Id: 20115
- AegisName: "C_Under_Rim_Glasses"
- Name: "Costume Under Rim Glasses"
- Type: 5
- Loc: 2048
- View: 1255
-},
-{
- Id: 20116
- AegisName: "C_Mermaid_Headphones"
- Name: "Costume Mermaid Headphones"
- Type: 5
- Loc: 2048
- View: 1254
-},
-{
- Id: 20117
- AegisName: "C_Raspberry_Mousse_Hat"
- Name: "Costume Raspberry Mousse Hat"
- Type: 5
- Loc: 1024
- View: 1257
-},
-{
- Id: 20118
- AegisName: "C_Cake_Hat"
- Name: "Costume Cake Hat"
- Type: 5
- Loc: 1024
- View: 109
-},
-{
- Id: 20119
- AegisName: "C_Beanie"
- Name: "Costume Beanie"
- Type: 5
- Loc: 1024
- View: 160
-},
-{
- Id: 20120
- AegisName: "C_Antenna"
- Name: "Costume Antenna"
- Type: 5
- Loc: 1024
- View: 97
-},
-{
- Id: 20121
- AegisName: "C_Water_Lily_Hat"
- Name: "Costume Water Lily Hat"
- Type: 5
- Loc: 1024
- View: 324
-},
-{
- Id: 20122
- AegisName: "C_Happy_Summer_Ribbon"
- Name: "Costume Happy Summer Ribbon"
- Type: 5
- Loc: 1024
- View: 1260
-},
-{
- Id: 20123
- AegisName: "C_Eagle_Eyes"
- Name: "Costume Eagle Eyes"
- Type: 5
- Loc: 2048
- View: 63
-},
-{
- Id: 20124
- AegisName: "C_Masquerade"
- Name: "Costume Masquerade"
- Type: 5
- Loc: 2048
- View: 78
-},
-{
- Id: 20125
- AegisName: "C_Mini_Glasses"
- Name: "Costume Mini Glasses"
- Type: 5
- Loc: 2048
- View: 47
-},
-{
- Id: 20126
- AegisName: "C_Odium_Thanatos_Mask"
- Name: "Costume Odium Thanatos Mask"
- Type: 5
- Loc: 6144
- View: 667
-},
-{
- Id: 20127
- AegisName: "C_Abysmal_Knight_Helm"
- Name: "Costume Abysmal Knight Helm"
- Type: 5
- Loc: 1024
- View: 371
-},
-{
- Id: 20128
- AegisName: "C_Remover_Hat"
- Name: "Costume Remover Hat"
- Type: 5
- Loc: 1024
- View: 655
-},
-{
- Id: 20129
- AegisName: "C_Poporing_Cap"
- Name: "Costume Poporing Cap"
- Type: 5
- Loc: 1024
- View: 361
-},
-{
- Id: 20130
- AegisName: "C_Whisper_Tall_Hat"
- Name: "Costume Whisper Tall Hat"
- Type: 5
- Loc: 1024
- View: 1265
-},
-{
- Id: 20131
- AegisName: "C_Clock_Tower_Manager_Incom"
- Name: "Costume Clock Tower Manager Incom"
- Type: 5
- Loc: 2048
- View: 1266
-},
-{
- Id: 20132
- AegisName: "C_Subject_Aura"
- Name: "Costume Subject Aura"
- Type: 5
- Loc: 4096
- View: 1267
-},
-{
- Id: 20133
- AegisName: "C_Poring_Mascot"
- Name: "Costume Poring Mascot"
- Type: 5
- Loc: 1024
- View: 1268
-},
-{
- Id: 20134
- AegisName: "C_White_Helm_Of_Abyss"
- Name: "Costume White Helm Of Abyss"
- Type: 5
- Loc: 1024
- View: 1269
-},
-{
- Id: 20135
- AegisName: "C_12th_Anniversary_Crown"
- Name: "Costume 12th Anniversary Crown"
- Type: 5
- Loc: 1024
- View: 1117
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20136
- AegisName: "C_12th_Anniversary_Fairy_Ears"
- Name: "Costume 12th Anniversary Fairy Ears"
- Type: 5
- Loc: 2048
- View: 875
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20137
- AegisName: "C_Bomb_Wick"
- Name: "Costume Bomb Wick"
- Type: 5
- Loc: 1024
- View: 66
-},
-{
- Id: 20138
- AegisName: "C_Sea_Otter_Hat"
- Name: "Costume Sea Otter Hat"
- Type: 5
- Loc: 1024
- View: 162
-},
-{
- Id: 20139
- AegisName: "C_Mini_Horse_Hairpin1"
- Name: "Costume Mini Horse Hairpin1"
- Type: 5
- Loc: 1024
- View: 1271
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20140
- AegisName: "C_Mini_Horse_Hairpin2"
- Name: "Costume Mini Horse Hairpin2"
- Type: 5
- Loc: 1024
- View: 1272
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20141
- AegisName: "C_Observer"
- Name: "Costume Observer"
- Type: 5
- Loc: 2048
- View: 337
-},
-{
- Id: 20142
- AegisName: "C_Machoman_Glasses"
- Name: "Costume Machoman Glasses"
- Type: 5
- Loc: 2048
- View: 92
-},
-{
- Id: 20143
- AegisName: "C_Candy_Cane_In_Mouth"
- Name: "Costume Candy Cane In Mouth"
- Type: 5
- Loc: 4096
- View: 665
-},
-{
- Id: 20144
- AegisName: "C_Ancient_Elven_Ear"
- Name: "Costume Ancient Elven Ear"
- Type: 5
- Loc: 2048
- View: 665
-},
-{
- Id: 20145
- AegisName: "C_Robo_Eye"
- Name: "Costume Robo Eye"
- Type: 5
- Loc: 2048
- View: 345
-},
-{
- Id: 20146
- AegisName: "C_Angel_Of_Ghost"
- Name: "Costume Angel Of Ghost"
- Type: 5
- Loc: 2048
- View: 394
-},
-{
- Id: 20147
- AegisName: "C_Pigeon_On_Shoulder"
- Name: "Costume Pigeon On Shoulder"
- Type: 5
- Loc: 2048
- View: 1034
-},
-{
- Id: 20148
- AegisName: "C_Musketeer_Hat"
- Name: "Costume Musketeer Hat"
- Type: 5
- Loc: 2048
- View: 466
-},
-{
- Id: 20149
- AegisName: "C_Hexagon_Glasses"
- Name: "Costume Hexagon Glasses"
- Type: 5
- Loc: 2048
- View: 822
-},
-{
- Id: 20150
- AegisName: "C_Wind_Fan"
- Name: "Costume Wind Fan"
- Type: 5
- Loc: 4096
- View: 1051
-},
-{
- Id: 20151
- AegisName: "C_Poison_Spore_Hat"
- Name: "Costume Poison Spore Hat"
- Type: 5
- Loc: 1024
- View: 899
-},
-{
- Id: 20152
- AegisName: "C_Straw_Rice_Bag"
- Name: "Costume Straw Rice Bag"
- Type: 5
- Loc: 7168
- View: 1273
-},
-{
- Id: 20153
- AegisName: "C_Monochrome_Cap"
- Name: "Costume Monochrome Cap"
- Type: 5
- Loc: 1024
- View: 1274
-},
-{
- Id: 20154
- AegisName: "C_Falling_Maple_leafs"
- Name: "Costume Falling Maple leafs"
- Type: 5
- Loc: 4096
- View: 1275
-},
-{
- Id: 20155
- AegisName: "C_Lady_Feather_Hat"
- Name: "Costume Lady Feather Hat"
- Type: 5
- Loc: 1024
- View: 1276
-},
-{
- Id: 20156
- AegisName: "C_Fan_in_Mouth"
- Name: "Costume Fan in Mouth"
- Type: 5
- Loc: 1024
- View: 857
-},
-{
- Id: 20157
- AegisName: "C_Blue_Fish"
- Name: "Costume Blue Fish"
- Type: 5
- Loc: 1024
- View: 149
-},
-{
- Id: 20158
- AegisName: "C_Circlet"
- Name: "Costume Circlet"
- Type: 5
- Loc: 1024
- View: 18
-},
-{
- Id: 20159
- AegisName: "C_Blue_Hairband"
- Name: "Costume Blue Hairband"
- Type: 5
- Loc: 1024
- View: 136
-},
-{
- Id: 20160
- AegisName: "C_Magnolia_Hat_J"
- Name: "Costume Magnolia Hat_J"
- Type: 5
- Loc: 1024
- View: 373
-},
-{
- Id: 20161
- AegisName: "C_Army_Cap"
- Name: "Costume Army Cap"
- Type: 5
- Loc: 1024
- View: 48
-},
-{
- Id: 20162
- AegisName: "C_Lamb_Hat1"
- Name: "Costume Lamb Hat1"
- Type: 5
- Loc: 1024
- View: 1277
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20163
- AegisName: "C_Lamb_Hat2"
- Name: "Costume Lamb Hat2"
- Type: 5
- Loc: 1024
- View: 1278
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20164
- AegisName: "C_Duneyrr_Hat"
- Name: "Costume Duneyrr Hat"
- Type: 5
- Loc: 1024
- View: 639
-},
-{
- Id: 20165
- AegisName: "C_Tendrilion_Hat"
- Name: "Costume Tendrilion Hat"
- Type: 5
- Loc: 1024
- View: 658
-},
-{
- Id: 20166
- AegisName: "C_Hockey_Mask"
- Name: "Costume Hockey Mask"
- Type: 5
- Loc: 6144
- View: 336
-},
-{
- Id: 20167
- AegisName: "C_Deviruchi_Headphone"
- Name: "Costume Deviruchi Headphone"
- Type: 5
- Loc: 1024
- View: 805
-},
-{
- Id: 20168
- AegisName: "C_Skull_Hood"
- Name: "Costume Skull Hood"
- Type: 5
- Loc: 3072
- View: 598
-},
-{
- Id: 20169
- AegisName: "C_Long_Tongue"
- Name: "Costume Long Tongue"
- Type: 5
- Loc: 4096
- View: 773
-},
-{
- Id: 20170
- AegisName: "C_Brown_Deviruchi_Cap"
- Name: "Costume Brown Deviruchi Cap"
- Type: 5
- Loc: 1024
- View: 273
-},
-{
- Id: 20171
- AegisName: "C_Sepia_Cap"
- Name: "Costume Sepia Cap"
- Type: 5
- Loc: 1024
- View: 1280
-},
-{
- Id: 20172
- AegisName: "C_Pumpkin_Hat"
- Name: "Costume Pumpkin Hat"
- Type: 5
- Loc: 1024
- View: 1281
-},
-{
- Id: 20173
- AegisName: "C_Lude_Hood"
- Name: "Costume Lude Hood"
- Type: 5
- Loc: 1024
- View: 1282
-},
-{
- Id: 20174
- AegisName: "C_Orange_Halloween_Hat"
- Name: "Costume Orange Halloween Hat"
- Type: 5
- Loc: 1024
- View: 1283
-},
-{
- Id: 20175
- AegisName: "C_Diabolic_Headphone"
- Name: "Costume Diabolic Headphone"
- Type: 5
- Loc: 1024
- View: 1284
-},
-{
- Id: 20176
- AegisName: "C_Happy_Pierrot_Mask"
- Name: "Costume Happy Pierrot Mask"
- Type: 5
- Loc: 6144
- View: 1288
-},
-{
- Id: 20177
- AegisName: "C_Drooping_Dorasuke"
- Name: "Costume Drooping Dorasuke"
- Type: 5
- Loc: 1024
- View: 1290
-},
-{
- Id: 20178
- AegisName: "C_Puppy_Love"
- Name: "Costume Puppy Love"
- Type: 5
- Loc: 1024
- View: 94
-},
-{
- Id: 20179
- AegisName: "C_Monkey_Fur_Hat"
- Name: "Costume Monkey Fur Hat"
- Type: 5
- Loc: 1024
- View: 858
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20180
- AegisName: "C_Western_Grace"
- Name: "Costume Western Grace"
- Type: 5
- Loc: 1024
- View: 32
-},
-{
- Id: 20181
- AegisName: "C_Mystic_Rose"
- Name: "Costume Mystic Rose"
- Type: 5
- Loc: 1024
- View: 198
-},
-{
- Id: 20182
- AegisName: "C_Rainbow_Eggshell"
- Name: "Costume Rainbow Eggshell"
- Type: 5
- Loc: 1024
- View: 124
-},
-{
- Id: 20183
- AegisName: "C_There_Is_Something"
- Name: "C There Is Something"
- Type: 5
- Loc: 3072
- Refine: false
- View: 1091
-},
-{
- Id: 20184
- AegisName: "C_Party_Hat"
- Name: "Costume Party Hat"
- Type: 5
- Loc: 1024
- View: 144
-},
-{
- Id: 20185
- AegisName: "C_Fashionable_Glasses"
- Name: "Costume Fashionable Glasses"
- Type: 5
- Loc: 1024
- View: 131
-},
-{
- Id: 20186
- AegisName: "C_Magni's_Cap"
- Name: "Costume Magni's Cap"
- Type: 5
- Loc: 1024
- View: 250
-},
-{
- Id: 20187
- AegisName: "C_Fricca's_Circlet"
- Name: "Costume Fricca's Circlet"
- Type: 5
- Loc: 1024
- View: 251
-},
-{
- Id: 20188
- AegisName: "C_Morpheus's_Hood"
- Name: "Costume Morpheus's Hood"
- Type: 5
- Loc: 1024
- View: 256
-},
-{
- Id: 20189
- AegisName: "C_Goibne's_Helm"
- Name: "Costume Goibne's Helm"
- Type: 5
- Loc: 1024
- View: 258
-},
-{
- Id: 20190
- AegisName: "C_Chick_Hat_J"
- Name: "Costume Chick Hat J"
- Type: 5
- Loc: 1024
- View: 432
-},
-{
- Id: 20191
- AegisName: "C_Black_Cat_Ears_Beret"
- Name: "Costume Black Cat Ears Beret"
- Type: 5
- Loc: 1024
- View: 1071
-},
-{
- Id: 20192
- AegisName: "C_Green_Foxtail"
- Name: "Costume Green Foxtail"
- Type: 5
- Loc: 4096
- View: 1058
-},
-{
- Id: 20193
- AegisName: "C_Puppy_Grass"
- Name: "Costume Puppy Grass"
- Type: 5
- Loc: 4096
- View: 711
-},
-{
- Id: 20194
- AegisName: "C_Lion_Mask"
- Name: "Costume Lion Mask"
- Type: 5
- Loc: 1024
- View: 202
-},
-{
- Id: 20195
- AegisName: "C_Scratching_Cat"
- Name: "Costume Scratching Cat"
- Type: 5
- Loc: 6144
- View: 1292
-},
-{
- Id: 20196
- AegisName: "C_Leopard_Ear_Hat"
- Name: "Costume Leopard Ear Hat"
- Type: 5
- Loc: 1024
- View: 1293
-},
-{
- Id: 20197
- AegisName: "C_Amistr_Beret"
- Name: "Costume Amistr Beret"
- Type: 5
- Loc: 1024
- View: 1294
-},
-{
- Id: 20198
- AegisName: "C_Misty_Ears"
- Name: "Costume Misty Ears"
- Type: 5
- Loc: 1024
- View: 1295
-},
-{
- Id: 20199
- AegisName: "C_Evil_Marching_Hat"
- Name: "Costume Evil Marching Hat"
- Type: 5
- Loc: 1024
- View: 687
-},
-{
- Id: 20200
- AegisName: "C_Rabbit_Headdress"
- Name: "Costume Rabbit Headdress"
- Type: 5
- Loc: 1024
- View: 1095
-},
-{
- Id: 20201
- AegisName: "C_Banshee_Master_Kiss"
- Name: "Costume Banshee Master Kiss"
- Type: 5
- Loc: 4096
- View: 959
-},
-{
- Id: 20202
- AegisName: "C_Deviruchi_Balloon"
- Name: "Costume Deviruchi Balloon"
- Type: 5
- Loc: 4096
- View: 1082
-},
-{
- Id: 20203
- AegisName: "C_Bandana"
- Name: "Costume Bandana"
- Type: 5
- Loc: 1024
- View: 6
-},
-{
- Id: 20204
- AegisName: "C_Hunting_Cap"
- Name: "Costume Hunting Cap"
- Type: 5
- Loc: 1024
- View: 389
-},
-{
- Id: 20205
- AegisName: "C_Fancy_Flower"
- Name: "Costume Fancy Flower"
- Type: 5
- Loc: 1024
- View: 4
-},
-{
- Id: 20206
- AegisName: "C_Chicken_Hat1"
- Name: "Costume Chicken Hat1"
- Type: 5
- Loc: 7168
- View: 1296
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20207
- AegisName: "C_Striped_Hairband"
- Name: "Costume Striped Hairband"
- Type: 5
- Loc: 1024
- View: 133
-},
-{
- Id: 20208
- AegisName: "C_Necktie"
- Name: "Costume Necktie"
- Type: 5
- Loc: 1024
- View: 443
-},
-{
- Id: 20209
- AegisName: "C_Mermaid_Bubbles"
- Name: "Costume Mermaid Bubbles"
- Type: 5
- Loc: 1024
- View: 1299
-},
-{
- Id: 20210
- AegisName: "C_Chicken_Hat2"
- Name: "Costume Chicken Hat2"
- Type: 5
- Loc: 7168
- View: 1297
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20211
- AegisName: "C_Chicken_Hat3"
- Name: "Costume Chicken Hat3"
- Type: 5
- Loc: 7168
- View: 1298
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20212
- AegisName: "C_Loki_&_Nidhoggur_dolls"
- Name: "Costume Loki & Nidhoggur dolls"
- Type: 5
- Loc: 1024
- View: 1304
-},
-{
- Id: 20213
- AegisName: "C_Robot_Eyes"
- Name: "Costume Robot Eyes"
- Type: 5
- Loc: 2048
- View: 345
-},
-{
- Id: 20214
- AegisName: "C_Evil_Marcher_Hat_J"
- Name: "Costume Evil Marcher Hat J"
- Type: 5
- Loc: 1024
- View: 1002
-},
-{
- Id: 20215
- AegisName: "C_Black_Devil_Mask"
- Name: "Costume Black Devil Mask"
- Type: 5
- Loc: 2048
- View: 760
-},
-{
- Id: 20216
- AegisName: "C_Rideword_Hat"
- Name: "Costume Rideword Hat"
- Type: 5
- Loc: 1024
- View: 890
-},
-{
- Id: 20217
- AegisName: "C_Arabian_Veil"
- Name: "Costume Arabian Veil"
- Type: 5
- Loc: 1024
- View: 1300
-},
-{
- Id: 20218
- AegisName: "C_Spell_Circuit"
- Name: "Costume Spell Circuit"
- Type: 5
- Loc: 1024
- View: 1301
-},
-{
- Id: 20219
- AegisName: "C_Angel_Marcher_Hat"
- Name: "Costume Angel Marcher Hat"
- Type: 5
- Loc: 1024
- View: 1302
-},
-{
- Id: 20220
- AegisName: "C_Dark_Night_Veil"
- Name: "Costume Dark Night Veil"
- Type: 5
- Loc: 1024
- View: 1303
-},
-{
- Id: 20221
- AegisName: "C_Ifrit_Eyes"
- Name: "Costume Ifrit Eyes"
- Type: 5
- Loc: 2048
- View: 886
-},
-{
- Id: 20222
- AegisName: "C_Blue_Santa_Hat"
- Name: "Costume Blue Santa Hat"
- Type: 5
- Loc: 1024
- View: 395
-},
-{
- Id: 20223
- AegisName: "C_Romantic_Leaf"
- Name: "Costume Romantic Leaf"
- Type: 5
- Loc: 4096
- View: 57
-},
-{
- Id: 20224
- AegisName: "C_Red_Tailed_Ribbon"
- Name: "Costume Red Tailed Ribbon"
- Type: 5
- Loc: 1024
- View: 167
-},
-{
- Id: 20225
- AegisName: "C_Pumpkin_Head"
- Name: "Costume Pumpkin Head"
- Type: 5
- Loc: 1024
- View: 206
-},
-{
- Id: 20226
- AegisName: "C_Red_Comb"
- Name: "Costume Red Comb"
- Type: 5
- Loc: 1024
- View: 445
-},
-{
- Id: 20227
- AegisName: "C_Husky_Hat"
- Name: "Costume Husky Hat"
- Type: 5
- Loc: 1024
- View: 1016
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20228
- AegisName: "C_Piggie_Bank_J"
- Name: "Costume Piggie Bank J"
- Type: 5
- Loc: 1024
- View: 603
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 20229
- AegisName: "C_New_Year_Hairpin"
- Name: "Costume New Year Hairpin"
- Type: 5
- Loc: 1024
- View: 1155
-},
-{
- Id: 20230
- AegisName: "C_Bankruptcy_Mask"
- Name: "Costume Bankruptcy Mask"
- Type: 5
- Loc: 6144
- View: 936
-},
-{
- Id: 20231
- AegisName: "C_Snowman_Hat"
- Name: "Costume Snowman Hat"
- Type: 5
- Loc: 1024
- View: 616
-},
-{
- Id: 20232
- AegisName: "C_Celines_Ribbon"
- Name: "Costume Celines Ribbon"
- Type: 5
- Loc: 1024
- View: 967
-},
-{
- Id: 20233
- AegisName: "C_Golden_Statue_of_Baby_Angel"
- Name: "Costume Golden Statue of Baby Angel"
- Type: 5
- Loc: 1024
- View: 646
-},
-{
- Id: 20234
- AegisName: "C_Baphomet_Hat"
- Name: "Costume Baphomet Hat"
- Type: 5
- Loc: 7168
- View: 1311
-},
-{
- Id: 20235
- AegisName: "C_Frozen_Rose"
- Name: "Costume Frozen Rose"
- Type: 5
- Loc: 4096
- View: 1025
-},
-{
- Id: 20236
- AegisName: "C_Arc_Angeling_Hat"
- Name: "Costume Arc Angeling Hat"
- Type: 5
- Loc: 1024
- View: 241
-},
-{
- Id: 20237
- AegisName: "C_Pink_Beanie"
- Name: "Costume Pink Beanie"
- Type: 5
- Loc: 1024
- View: 281
-},
-{
- Id: 20238
- AegisName: "C_Drooping_Blue_Cat"
- Name: "Costume Drooping Blue Cat"
- Type: 5
- Loc: 1024
- View: 277
-},
-{
- Id: 20239
- AegisName: "C_Large_Ribbon_Muffler"
- Name: "Costume Large Ribbon Muffler"
- Type: 5
- Loc: 4096
- View: 1312
-},
-{
- Id: 20240
- AegisName: "C_Gift_of_Snow"
- Name: "Costume Gift of Snow"
- Type: 5
- Loc: 4096
-},
-{
- Id: 20241
- AegisName: "C_Eclipse_Hat"
- Name: "Costume Eclipse Hat"
- Type: 5
- Loc: 1024
- View: 922
-},
-{
- Id: 20242
- AegisName: "C_Snownow_Hat"
- Name: "Costume Snownow Hat"
- Type: 5
- Loc: 1024
- View: 1313
-},
-{
- Id: 20243
- AegisName: "C_Choco_Mint_Bonnet"
- Name: "Costume Choco Mint Bonnet"
- Type: 5
- Loc: 1024
- View: 1314
-},
-{
- Id: 20244
- AegisName: "C_Zealotus_Mask"
- Name: "Costume Zealotus Mask"
- Type: 5
- Loc: 3072
- View: 200
-},
-{
- Id: 20245
- AegisName: "C_Cat_Paw_Hairpin"
- Name: "Costume Cat Paw Hairpin"
- Type: 5
- Loc: 1024
- View: 447
-},
-{
- Id: 20246
- AegisName: "C_Decoration_of_Time"
- Name: "Costume Decoration of Time"
- Type: 5
- Loc: 2048
- View: 1309
-},
-{
- Id: 20247
- AegisName: "C_Black_Hand_of_Fate"
- Name: "Costume Black Hand of Fate"
- Type: 5
- Loc: 1024
- View: 1310
-},
-{
- Id: 20248
- AegisName: "C_Black_Strong_Hair"
- Name: "Costume Black Strong Hair"
- Type: 5
- Loc: 1024
- View: 1315
-},
-{
- Id: 20249
- AegisName: "C_Red_Strong_Hair"
- Name: "Costume Red Strong Hair"
- Type: 5
- Loc: 1024
- View: 1316
-},
-{
- Id: 20250
- AegisName: "C_White_Strong_Hair"
- Name: "Costume White Strong Hair"
- Type: 5
- Loc: 1024
- View: 1317
-},
-{
- Id: 20251
- AegisName: "C_Rose_Cascade"
- Name: "Costume Rose Cascade"
- Type: 5
- Loc: 1024
- View: 920
-},
-{
- Id: 20252
- AegisName: "C_Mage_Decoration"
- Name: "Costume Mage Decoration"
- Type: 5
- Loc: 1024
- View: 1150
-},
-{
- Id: 20253
- AegisName: "C_Drooping_Alicel"
- Name: "Costume Drooping Alicel"
- Type: 5
- Loc: 1024
- View: 784
-},
-{
- Id: 20254
- AegisName: "C_Yellow_Ribbonn"
- Name: "Costume Yellow Ribbonn"
- Type: 5
- Loc: 1024
- View: 243
-},
-{
- Id: 20255
- AegisName: "C_Love_Cheeks"
- Name: "Costume Love Cheeks"
- Type: 5
- Loc: 2048
- View: 1318
-},
-{
- Id: 20256
- AegisName: "C_Honey_Pancake"
- Name: "Costume Honey Pancake"
- Type: 5
- Loc: 1024
- View: 1319
-},
-{
- Id: 20257
- AegisName: "C_Black_Rabbit_Bonnet"
- Name: "Costume Black Rabbit Bonnet"
- Type: 5
- Loc: 1024
- View: 1320
-},
-{
- Id: 20258
- AegisName: "C_Blue_Headdress"
- Name: "Costume Blue Headdress"
- Type: 5
- Loc: 1024
- View: 1321
-},
-{
- Id: 20259
- AegisName: "C_Pink_Clover"
- Name: "Costume Pink Clover"
- Type: 5
- Loc: 4096
- View: 1322
-},
-{
- Id: 20260
- AegisName: "C_Stardust"
- Name: "Costume Stardust"
- Type: 5
- Loc: 1024
- View: 81
-},
-{
- Id: 20262
- AegisName: "C_Fox_Ears_Drop_Ribbon"
- Name: "Costume Fox Ears Drop Ribbon"
- Type: 5
- Loc: 1024
- View: 1070
-},
-{
- Id: 20263
- AegisName: "C_Sleeping_Cat_Hat_J"
- Name: "Costume Sleeping Cat Hat J"
- Type: 5
- Loc: 1024
- View: 838
-},
-{
- Id: 20264
- AegisName: "C_Blood_Sucker"
- Name: "Costume Blood Sucker"
- Type: 5
- Loc: 4096
- View: 893
-},
-{
- Id: 20265
- AegisName: "C_Bird_Nest_Hat"
- Name: "Costume Bird Nest Hat"
- Type: 5
- Loc: 1024
- View: 235
-},
-{
- Id: 20266
- AegisName: "C_Secret_Zipper"
- Name: "Costume Secret Zipper"
- Type: 5
- Loc: 1024
- View: 1324
-},
-{
- Id: 20267
- AegisName: "C_Penguin_Cap"
- Name: "Costume Penguin Cap"
- Type: 5
- Loc: 1024
- View: 1325
-},
-{
- Id: 20268
- AegisName: "C_Sleep_Eclipse_Family"
- Name: "Costume Sleep Eclipse Family"
- Type: 5
- Loc: 1024
- View: 1326
-},
-{
- Id: 20269
- AegisName: "C_White_Fox_Ear_Ribbon"
- Name: "Costume White Fox Ear Ribbon"
- Type: 5
- Loc: 1024
- View: 1327
-},
-{
- Id: 20270
- AegisName: "C_Gryphon_Wing_Ears"
- Name: "Costume Gryphon Wing Ears"
- Type: 5
- Loc: 2048
- View: 1328
-},
-{
- Id: 20271
- AegisName: "C_Sunflower"
- Name: "Costume Sunflower"
- Type: 5
- Loc: 1024
- View: 37
-},
-{
- Id: 20272
- AegisName: "C_Unicorn_Horn"
- Name: "Costume Unicorn Horn"
- Type: 5
- Loc: 1024
- View: 42
-},
-{
- Id: 20273
- AegisName: "C_Soft_Sheep_Hat"
- Name: "Costume Soft Sheep Hat"
- Type: 5
- Loc: 1024
- View: 738
-},
-{
- Id: 20274
- AegisName: "C_Polar_Bear_Cap_J"
- Name: "Costume Polar Bear Cap J"
- Type: 5
- Loc: 1024
- View: 966
-},
-{
- Id: 20277
- AegisName: "C_Balloon_Hat"
- Name: "Costume Balloon Hat"
- Type: 5
- Loc: 1024
- View: 385
-},
-{
- Id: 20278
- AegisName: "C_Mans_Medal"
- Name: "Costume Man's Medal"
- Type: 5
- Loc: 1024
- View: 775
-},
-{
- Id: 20279
- AegisName: "C_Cheering_Whistle"
- Name: "Costume Cheering Whistle"
- Type: 5
- Loc: 4096
- View: 952
-},
-{
- Id: 20280
- AegisName: "C_Well-Chewed_Pencil"
- Name: "Costume Well-Chewed Pencil"
- Type: 5
- Loc: 4096
- View: 555
-},
-{
- Id: 20281
- AegisName: "C_Kindergarten_Hat"
- Name: "Costume Kindergarten Hat"
- Type: 5
- Loc: 1024
- View: 977
-},
-{
- Id: 20282
- AegisName: "C_White_Student_Cap"
- Name: "Costume White Student Cap"
- Type: 5
- Loc: 1024
- View: 877
-},
-{
- Id: 20283
- AegisName: "C_Over_Protector"
- Name: "Costume Over Protector"
- Type: 5
- Loc: 1024
- View: 1329
-},
-{
- Id: 20284
- AegisName: "C_Sakura_Hat"
- Name: "Costume Sakura Hat"
- Type: 5
- Loc: 1024
- View: 1330
-},
-{
- Id: 20285
- AegisName: "C_Dancing_Fallen_Sakura"
- Name: "Costume Dancing Fallen Sakura"
- Type: 5
- Loc: 4096
- View: 1331
-},
-{
- Id: 20286
- AegisName: "C_Under_Rim_Glasses_Red"
- Name: "Costume Under Rim Glasses Red"
- Type: 5
- Loc: 2048
- View: 1332
-},
-{
- Id: 20287
- AegisName: "C_Mans_Medal(Gold)"
- Name: "Costume Man's Medal(Gold)"
- Type: 5
- Loc: 1024
- View: 1333
-},
-{
- Id: 20288
- AegisName: "C_Bijou_Hat"
- Name: "Costume Bijou Hat"
- Type: 5
- Loc: 1024
- View: 1334
-},
-{
- Id: 20291
- AegisName: "C_Helm_of_Thoth"
- Name: "Costume Helm of Thoth"
- Type: 5
- Loc: 7168
- View: 860
-},
-{
- Id: 20292
- AegisName: "C_Black_Ramen_Hat"
- Name: "Costume Black Ramen Hat"
- Type: 5
- Loc: 1024
- View: 1338
-},
-{
- Id: 20293
- AegisName: "C_Sleeper_Hat"
- Name: "Costume Sleeper Hat"
- Type: 5
- Loc: 1024
- View: 590
-},
-{
- Id: 20294
- AegisName: "C_Savage_Babe_Hat"
- Name: "Costume Savage Babe Hat"
- Type: 5
- Loc: 1024
- View: 553
-},
-{
- Id: 20295
- AegisName: "C_Poring_Sunglasses"
- Name: "Costume Poring Sunglasses"
- Type: 5
- Loc: 2048
- View: 954
-},
-{
- Id: 20296
- AegisName: "C_Yoyo_Hat"
- Name: "Costume Yoyo Hat"
- Type: 5
- Loc: 1024
- View: 391
-},
-{
- Id: 20297
- AegisName: "C_Cactus_Hat"
- Name: "Costume Cactus Hat"
- Type: 5
- Loc: 1024
- View: 615
-},
-{
- Id: 20298
- AegisName: "C_Happy_Lunatic_Hanging_Ear"
- Name: "Costume Happy Lunatic Hanging Ear"
- Type: 5
- Loc: 2048
- View: 1340
-},
-{
- Id: 20299
- AegisName: "C_Face_Crusher"
- Name: "Costume Face Crusher"
- Type: 5
- Loc: 6144
- View: 1341
-},
-{
- Id: 20300
- AegisName: "C_Hill_Wind_Mask"
- Name: "Costume Hill Wind Mask"
- Type: 5
- Loc: 7168
- View: 1342
-},
-{
- Id: 20301
- AegisName: "C_Golden_Savage_Hat"
- Name: "Costume Golden Savage Hat"
- Type: 5
- Loc: 1024
- View: 648
-},
-{
- Id: 20302
- AegisName: "C_Beelzebub_Crown"
- Name: "Costume Beelzebub Crown"
- Type: 5
- Loc: 1024
- View: 1343
-},
-{
- Id: 20303
- AegisName: "C_Mandragora_Cap"
- Name: "Costume Mandragora Cap"
- Type: 5
- Loc: 1024
- View: 402
-},
-{
- Id: 20304
- AegisName: "C_Raccoon_Hat"
- Name: "Costume Raccoon Hat"
- Type: 5
- Loc: 1024
- View: 118
-},
-{
- Id: 20307
- AegisName: "C_Beginner_Cap"
- Name: "Costume Beginner Cap"
- Type: 5
- Loc: 4096
- View: 1348
- Script: <"
- if(BaseLevel<100) {
- bonus bHit,30-(3*(BaseLevel/10));
- bonus bMaxHP,1000-(100*(BaseLevel/10));
- bonus bMaxSP,200-(20*(BaseLevel/10));
- bonus bVariableCastrate,-10+(BaseLevel/10);
- bonus bHealPower,150-(10*(BaseLevel/10));
- bonus bHealPower2,10*(BaseLevel/10);
- bonus bAddItemHealRate,10*(BaseLevel/10);
- }
- ">
-},
-{
- Id: 20311
- AegisName: "C_Magical_Booster"
- Name: "Costume Magical Booster"
- Type: 5
- Loc: 2048
- View: 873
-},
-{
- Id: 20312
- AegisName: "C_Barons_Evil_Eye"
- Name: "Costume Baron's Evil Eye"
- Type: 5
- Loc: 2048
- View: 989
-},
-{
- Id: 20313
- AegisName: "C_CD_in_Mouth"
- Name: "Costume CD in Mouth"
- Type: 5
- Loc: 4096
- View: 815
-},
-{
- Id: 20314
- AegisName: "C_New_Wave_Sunglasses"
- Name: "Costume New Wave Sunglasses"
- Type: 5
- Loc: 2048
- View: 856
-},
-{
- Id: 20315
- AegisName: "C_Analyze_Eye"
- Name: "Costume Analyze Eye"
- Type: 5
- Loc: 4096
- View: 1351
-},
-{
- Id: 20316
- AegisName: "C_Seraph_Wing_Helm"
- Name: "Costume Seraph Wing Helm"
- Type: 5
- Loc: 1024
- View: 1352
-},
-{
- Id: 20317
- AegisName: "C_Nekomimi_Cyber_Headphone"
- Name: "Costume Nekomimi Cyber Headphone"
- Type: 5
- Loc: 1024
- View: 1353
-},
-{
- Id: 20318
- AegisName: "C_Charleston_Antenna"
- Name: "Costume Charleston Antenna"
- Type: 5
- Loc: 2048
- View: 1354
-},
-{
- Id: 20319
- AegisName: "C_Crimson_Booster"
- Name: "Costume Crimson Booster"
- Type: 5
- Loc: 2048
- View: 1355
-},
-{
- Id: 20329
- AegisName: "C_Very_Cute_Doll_Hat"
- Name: "Costume Very Cute Doll Hat"
- Type: 5
- Loc: 1024
- View: 1084
-},
-{
- Id: 20330
- AegisName: "C_Sombrero"
- Name: "Costume Sombrero"
- Type: 5
- Loc: 1024
- View: 151
-},
-{
- Id: 20331
- AegisName: "C_Desert_Prince"
- Name: "Costume Desert Prince"
- Type: 5
- Loc: 1024
- View: 567
-},
-{
- Id: 20332
- AegisName: "C_Pure_White_Ribbon"
- Name: "Costume Pure White Ribbon"
- Type: 5
- Loc: 1024
- View: 1175
-},
-{
- Id: 20333
- AegisName: "C_Family_Hat"
- Name: "Costume Family Hat"
- Type: 5
- Loc: 1024
- View: 650
-},
-// New Garments
-// ===================================================================
-{
- Id: 20500
- AegisName: "T_Archangel_Wing"
- Name: "T Archangel's Wings"
- Type: 5
- Buy: 0
- Weight: 100
- Loc: 8192
- Refine: false
- View: 1
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 20600
- AegisName: "Fantastic_Aura"
- Name: "Fantastic Aura"
- Type: 5
- Buy: 0
- Loc: 16384
- Refine: false
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 20700
- AegisName: "Egir_Manteau"
- Name: "Aegir Mantle"
- Type: 5
- Buy: 200000
- Weight: 300
- Def: 10
- Slots: 1
- Loc: 4
- EquipLv: 110
- Script: <"
- bonus bUnbreakableGarment,0;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 20706
- AegisName: "Amistr_Bag"
- Name: "Amistr Bag"
- Type: 5
- Weight: 500
- Def: 18
- Loc: 4
- View: 4
- Script: <"
- bonus bAllStats,1;
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Wind,5;
- bonus2 bSubEle,Ele_Poison,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- bonus2 bSubEle,Ele_Ghost,5;
- bonus2 bSubEle,Ele_Undead,5;
- ">
-},
-{
- Id: 20707
- AegisName: "Kirin_Wing"
- Name: "Kirin Wing"
- Type: 5
- Buy: 20
- Def: 18
- Loc: 4
- View: 6
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bVit,1;
- bonus bDex,1;
- bonus bAgi,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 20710
- AegisName: "Modified_Angel's_Cardigan"
- Name: "Modified Angel's Cardigan"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 6
- Slots: 1
- Job: 0x00000001
- Upper: 47
- Loc: 4
- EquipLv: 99
- Script: <" bonus bHPrecovRate,50; ">
-},
-{
- Id: 20711
- AegisName: "Manteau_Of_Diego"
- Name: "Manteau Of Diego"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 15
- Slots: 1
- Loc: 4
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 20717
- AegisName: "Gigant_Snake_Skin"
- Name: "Gigant Snake Skin"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 38
- Loc: 4
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 20718
- AegisName: "Gigant_Snake_Skin_"
- Name: "Gigant Snake Skin"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 38
- Slots: 1
- Loc: 4
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 20721
- AegisName: "Gray_Cloak"
- Name: "Gray Cloak"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 45
- Slots: 1
- Upper: 56
- Loc: 4
- EquipLv: 120
- Script: <" bonus2 bSubEle,Ele_Holy,3+(getrefine()/2); ">
-},
-{
- Id: 20724
- AegisName: "Love_Dad_Wing_2012"
- Name: "Love Dad Wing 2012"
- Type: 5
- Weight: 100
- Def: 15
- Slots: 1
- Loc: 4
- View: 5
- Script: <"
- if(readparam(bStr)>=90) {
- bonus bAllStats,1;
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- bonus bStr,getrefine();
- }
- if(readparam(bAgi)>=90) {
- bonus bAllStats,1;
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- bonus bAgi,getrefine();
- }
- if(readparam(bVit)>=90) {
- bonus bAllStats,1;
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- bonus bVit,getrefine();
- }
- if(readparam(bInt)>=90) {
- bonus bAllStats,1;
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- bonus bInt,getrefine();
- }
- if(readparam(bDex)>=90) {
- bonus bAllStats,1;
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- bonus bDex,getrefine();
- }
- if(readparam(bLuk)>=90) {
- bonus bAllStats,1;
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- bonus bLuk,getrefine();
- }
- ">
-},
-{
- Id: 20725
- AegisName: "Piamette_Ribbon"
- Name: "Piamette Ribbon"
- Type: 5
- Slots: 1
- Loc: 4
- EquipLv: 30
- View: 7
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMatk,10;
- ">
-},
-{
- Id: 20727
- AegisName: "C_Brilliant_Golden_Wings"
- Name: "Brilliant Golden Wings"
- Type: 5
- Loc: 8192
- View: 5
-},
-{
- Id: 20730
- AegisName: "Hood_of_Loyal"
- Name: "Hood of Loyal"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 30
- Loc: 4
- EquipLv: 80
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bMaxHPrate,10;
- bonus bNoKnockback,0;
- bonus2 bSubEle,Ele_All,-20;
- ">
-},
-{
- Id: 20732
- AegisName: "Physical_Complement_Device"
- Name: "Physical Complement Device"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 20
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bMaxHPrate,6+(getrefine()/2);
- if(getrefine()>=9) { bonus bHPrecovRate,50; }
- ">
-},
-{
- Id: 20733
- AegisName: "Reinforced_Parts_Engine"
- Name: "Reinforced Parts - Engine"
- Type: 5
- Buy: 20
- Weight: 1500
- Def: 25
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 4
- EquipLv: 100
- Script: <"
- bonus bDelayrate,-10;
- if(getrefine()>=7) { bonus2 bSubEle,Ele_Neutral,10; }
- if(getrefine()>=9) { bonus bDelayrate,-10; }
- ">
-},
-{
- Id: 20737
- AegisName: "C_Kirin_Wings"
- Name: "Costume Kirin Wings"
- Type: 5
- Loc: 8192
- View: 6
-},
-{
- Id: 20743
- AegisName: "Manteau_Of_Airship"
- Name: "Manteau Of Airship"
- Type: 5
- Buy: 20
- Def: 25
- Slots: 1
- Loc: 4
- EquipLv: 125
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bFlee,20;
- bonus bVariableCastrate,-20;
- bonus2 bSubEle,Ele_Neutral,10;
- ">
-},
-{
- Id: 20744
- AegisName: "Tarlock's_Manteau"
- Name: "Tarlock's Manteau"
- Type: 5
- Buy: 20
- Weight: 400
- Def: 12
- Slots: 1
- Loc: 4
- EquipLv: 125
- Script: <"
- bonus bFlee,20;
- bonus bVariableCastrate,-10;
- bonus2 bSubEle,Ele_Neutral,10;
- if (getrefine()>=7) { bonus bVariableCastrate,-10; }
- if (getrefine()>=9) { bonus bVariableCastrate,-10; }
- if (getrefine()>=12) { bonus bVariableCastrate,-5; }
- ">
-},
-{
- Id: 20746
- AegisName: "C_Rudra_Wings"
- Name: "Costume Rudra Wings"
- Type: 5
- Loc: 8192
- View: 8
-},
-{
- Id: 20748
- AegisName: "Manteau_of_The_Fallen"
- Name: "Manteau of The Fallen"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Loc: 4
- EquipLv: 120
- Script: <"
- bonus bAgi,5;
- bonus bFlee,10;
- if(readparam(bStr)>=90) { bonus bBaseAtk,10+(getrefine()*2); }
- if(readparam(bInt)>=90) { bonus bMatk,20+(getrefine()*3); }
- if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,3+((getrefine()>=8)?3:0)+((getrefine()>=10)?4:0); }
- if(readparam(bDex)>=90) { bonus bLongAtkRate,3+(getrefine()/2); }
- if(readparam(bLuk)>=90) { bonus bCriticalRate,5+getrefine(); }
- if(readparam(bAgi)>=90) {
- bonus bAspdRate,3+(getrefine()/2);
- bonus bAspd,((getrefine()>=10)?1:0);
- }
- ">
-},
-{
- Id: 20749
- AegisName: "Manteau_of_The_Fallen_"
- Name: "Manteau of The Fallen"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 30
- Slots: 1
- Loc: 4
- EquipLv: 170
- Script: <"
- bonus bAgi,5;
- bonus bFlee,10;
- bonus bMaxHPrate,getrefine()/2;
- bonus bMaxSPrate,getrefine()/2;
- if(readparam(bStr)>=90) { bonus bBaseAtk,10+(getrefine()*2); }
- if(readparam(bInt)>=90) { bonus bMatk,20+(getrefine()*3); }
- if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,3+((getrefine()>=8)?3:0)+((getrefine()>=10)?4:0); }
- if(readparam(bDex)>=90) { bonus bLongAtkRate,3+(getrefine()/2); }
- if(readparam(bLuk)>=90) { bonus bCriticalRate,5+getrefine(); }
- if(readparam(bAgi)>=90) {
- bonus bAspdRate,3+(getrefine()/2);
- bonus bAspd,((getrefine()>=10)?1:0);
- }
- ">
-},
-{
- Id: 20756
- AegisName: "Aegir_Cloak"
- Name: "Aegir Cloak"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 10
- Loc: 4
- EquipLv: 40
- Script: <"
- bonus bUnbreakableGarment,1;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 20757
- AegisName: "Heavenly_Wings1"
- Name: "Heavenly Wings1"
- Type: 5
- Def: 10
- Slots: 1
- Loc: 4
- View: 9
- Script: <"
- bonus bAllStats,3;
- skill AL_INCAGI,3;
- ">
-},
-{
- Id: 20758
- AegisName: "Heavenly_Wings2"
- Name: "Heavenly Wings2"
- Type: 5
- Def: 10
- Slots: 1
- Loc: 4
- View: 9
- Script: <"
- bonus bAllStats,3;
- skill AL_INCAGI,3;
- ">
-},
-{
- Id: 20761
- AegisName: "C_Wing_of_Happiness"
- Name: "Costume Wing of Happiness"
- Type: 5
- Loc: 8192
- View: 9
-},
-{
- Id: 20762
- AegisName: "C_Great_Devil_Wings"
- Name: "Costume Great Devil Wings"
- Type: 5
- Loc: 8192
- View: 10
-},
-{
- Id: 20763
- AegisName: "C_Amistr_Bag"
- Name: "Costume Amistr Bag"
- Type: 5
- Loc: 8192
- View: 4
- Script: <"
- bonus bMdef,10;
- bonus2 bAddRaceTolerance,RC_Player,1;
- ">
-},
-{
- Id: 20764
- AegisName: "C_Fallen_Angel_Wing"
- Name: "Costume Fallen Angel Wing"
- Type: 5
- Loc: 8192
- View: 3
-},
-{
- Id: 20765
- AegisName: "C_Archangel_Wing"
- Name: "Costume Archangel Wing"
- Type: 5
- Loc: 8192
- View: 1
-},
-{
- Id: 20768
- AegisName: "Arch_Angel_Wing"
- Name: "Arch Angel Wing"
- Type: 5
- Weight: 200
- Def: 18
- Loc: 4
- View: 10
-},
-{
- Id: 20773
- AegisName: "Excellion_Wing"
- Name: "Excellion Wing"
- Type: 5
- Buy: 20
- Weight: 900
- Def: 40
- Loc: 4
- EquipLv: 99
- Script: <"
- bonus bFlee2,8;
- bonus bFlee,getrefine()*2;
- if(BaseLevel>130) { bonus bFlee2,2; }
- ">
-},
-{
- Id: 20778
- AegisName: "Crimson_Stole"
- Name: "Crimson Stole"
- Type: 5
- Buy: 20
- Weight: 700
- Def: 8
- Loc: 4
- Script: <"
- bonus bMdef,3;
- bonus bMaxSPrate,10;
- bonus bUseSPrate,-(1+2*(getrefine()/3));
- if(getrefine()>=10) {
- bonus2 bSPGainRace,RC_NonBoss,20;
- bonus2 bSPGainRace,RC_Boss,20;
- }
- ">
-},
-// New Two-handed Swords
-// ===================================================================
-{
- Id: 21000
- AegisName: "Upg_Twohand_Sword"
- Name: "Upgrade Two-Hand Sword"
- Type: 4
- Buy: 20
- Weight: 1500
- Atk: 100
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- View: 3
- Script: <"
- bonus bBaseAtk,(getrefine()*12);
- bonus bMatk,(getrefine()*5);
- if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
- ">
-},
-{
- Id: 21001
- AegisName: "Velum_Claymore"
- Name: "Vellum Claymore"
- Type: 4
- Buy: 20
- Weight: 3500
- Atk: 260
- Range: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 3
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,80;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,30;
- if(getrefine()>=6) { bonus2 bAddRace,RC_DemiPlayer,40; }
- if(getrefine()>=9) {
- autobonus2 "{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }",200,1000,BF_WEAPON,"{ specialeffect2 EF_REFLECTSHIELD; }";
- }
- ">
-},
-{
- Id: 21002
- AegisName: "Velum_Katzbalger"
- Name: "Vellum Katzbalger"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 100
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 95
- View: 3
- Script: <" bonus3 bSPVanishRate,10000,8,BF_NORMAL; ">
-},
-{
- Id: 21003
- AegisName: "Muramasa_"
- Name: "Muramasa"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 155
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 48
- View: 3
- Script: <"
- bonus bCritical,30;
- bonus bAspdRate,8;
- bonus2 bAddEff2,Eff_Curse,10;
- ">
-},
-{
- Id: 21004
- AegisName: "Alca_Bringer_"
- Name: "Alca Bringer"
- Type: 4
- Buy: 20
- Weight: 3400
- Atk: 280
- Range: 2
- Slots: 2
- Job: 0x00000080
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 3
- Script: <" bonus bAspd,(getrefine()/2); ">
-},
-{
- Id: 21005
- AegisName: "Metal_Two_Hand_Sword"
- Name: "Metal Two-Handed Sword"
- Type: 4
- Atk: 95
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtk,getrefine()*6;
- bonus bMatk,getrefine()*2;
- if(BaseLevel>20) { bonus bAtk,min(((BaseLevel-20)/10)*5,120); }
- ">
-},
-{
- Id: 21006
- AegisName: "TE_WoE_Two-Handed_Sword"
- Name: "TE WoE Two-Handed Sword"
- Type: 4
- Atk: 150
- Range: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 40
- Refine: false
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddEff,Eff_Bleeding,300;
- bonus2 bAddRace,RC_DemiPlayer,40;
- ">
-},
-{
- Id: 21007
- AegisName: "Heavy_Sword"
- Name: "Heavy Sword"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 330
- Range: 1
- Slots: 1
- Job: 0x00004080
- Loc: 34
- WeaponLv: 1
- EquipLv: 150
- View: 3
- Script: <" bonus bStr,20; ">
-},
-{
- Id: 21008
- AegisName: "Small_Karasuma"
- Name: "Small Karasuma"
- Type: 4
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 50
- View: 3
- Script: <"
- bonus bCritAtkRate,getrefine()*2;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; /* Custom - JRO */
- ">
-},
-{
- Id: 21009
- AegisName: "Thanatos_Great_Sword"
- Name: "Thanatos Great Sword"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 280
- Matk: 120
- Range: 1
- Slots: 1
- Job: 0x00004082
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 3
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 21010
- AegisName: "Evil_Slayer_Slasher_Sword"
- Name: "Evil Slayer Slasher Sword"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 225
- Range: 1
- Slots: 1
- Job: 0x00004082
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 3
- Script: <"
- if(getrefine()>=9) { bonus bAtkRate,5; }
- if(getrefine()>=12) { bonus bAtkRate,7; }
- ">
-},
-{
- Id: 21011
- AegisName: "Gigantic_Blade"
- Name: "Gigantic Blade"
- Type: 4
- Buy: 20
- Weight: 5000
- Atk: 300
- Range: 1
- Slots: 1
- Job: 0x00004082
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 3
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAspdRate,-5;
- if(readparam(bStr)<110) {
- bonus bAtk,-250;
- }
- bonus bCritAtkRate,getrefine();
- ">
-},
-{
- Id: 21012
- AegisName: "Mashirubeken"
- Name: "Mashirubeken"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 200
- Matk: 150
- Range: 1
- Slots: 2
- Job: 0x00000080
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 110
- View: 3
-},
-{
- Id: 21013
- AegisName: "Companion_Cavalry_Sword"
- Name: "Companion Cavalry Sword"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 210
- Range: 1
- Slots: 2
- Job: 0x00000080
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 110
- View: 3
- Script: <"
- bonus2 bSkillUseSP,KN_AUTOCOUNTER,-2;
- bonus2 bSkillUseSP,LK_PARRYING,-25;
- ">
-},
-{
- Id: 21014
- AegisName: "Infinity_Two-Handed_Sword"
- Name: "Infinity Two-Handed Sword"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 230
- Range: 1
- Slots: 1
- Job: 0x00004082
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 3
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 21015
- AegisName: "Crimson_Two-Handed_Sword"
- Name: "Crimson Two-Handed Sword"
- Type: 4
- Buy: 20
- Weight: 1700
- Atk: 170
- Range: 1
- Slots: 2
- Job: 0x00004082
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 3
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 21016
- AegisName: "Two_Handed_Sword_of_Vicious_Mind"
- Name: "Two-Handed Sword of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 2200
- Atk: 220
- Range: 1
- Slots: 1
- Job: 0x00004082
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 3
- Script: <" bonus bAtk,pow(min(getrefine(),15),2); ">
-},
-{
- Id: 21018
- AegisName: "Lindy_Hop"
- Name: "Lindy Hop"
- Type: 4
- Buy: 20
- Weight: 3400
- Atk: 340
- Range: 1
- Slots: 2
- Job: 0x00004082
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 170
- View: 3
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkRate,getrefine()/2;
- bonus bAspdRate,getrefine();
- ">
-},
-{
- Id: 21019
- AegisName: "Onimaru"
- Name: "Onimaru"
- Type: 4
- Weight: 4200
- Atk: 75
- Range: 1
- Slots: 2
- Job: 0x00000080
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 130
- View: 3
- Script: <"
- bonus bAtk,min(readparam(bStr),120);
- if(readparam(bStr)>=95) { bonus bAtk,40; }
- if(readparam(bStr)>=108) { bonus bAtk,40; }
- if(readparam(bStr)>=120) { bonus bAtk,40; }
- if(getrefine()>=7) { bonus3 bAutoSpell,NPC_WIDECURSE,5,10; } /* Custom - JRO */
- if(getrefine()>=9) { skill LK_BERSERK,1; }
- ">
-},
-// New Shoes
-// ===================================================================
-{
- Id: 22000
- AegisName: "Temporal_STR_Boots"
- Name: "Temporal STR Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bAtk,(getrefine()/3)*7;
- if(readparam(bStr)>=120) { bonus bAtk,50; }
- ">
-},
-{
- Id: 22001
- AegisName: "Temporal_INT_Boots"
- Name: "Temporal INT Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bMatk,(getrefine()/3)*10;
- if(readparam(bInt)>=120) {
- bonus bMatk,60;
- bonus bMdef,5;
- }
- ">
-},
-{
- Id: 22002
- AegisName: "Temporal_AGI_Boots"
- Name: "Temporal AGI Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bAspdRate,(getrefine()/3)*3;
- if(readparam(bAgi)>=120) { bonus bAspd,1; }
- ">
-},
-{
- Id: 22003
- AegisName: "Temporal_VIT_Boots"
- Name: "Temporal VIT Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- if(readparam(bVit)>=120) { bonus bMaxHPrate,8; }
- ">
-},
-{
- Id: 22004
- AegisName: "Temporal_DEX_Boots"
- Name: "Temporal DEX Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bDex,(getrefine()/3)*3;
- if(readparam(bDex)>=120) {
- bonus bFixedCast,-500;
- bonus bLongAtkRate,5;
- }
- ">
-},
-{
- Id: 22005
- AegisName: "Temporal_LUK_Boots"
- Name: "Temporal LUK Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bCritAtkRate,getrefine()/3;
- if(readparam(bLuk)>=120) {
- bonus bCritAtkRate,30;
- bonus bMdef,5;
- }
- ">
-},
-{
- Id: 22006
- AegisName: "Temporal_STR_Boots_"
- Name: "Temporal STR Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bAtk,(getrefine()/3)*7;
- if(readparam(bStr)>=120) { bonus bAtk,50; }
- ">
-},
-{
- Id: 22007
- AegisName: "Temporal_VIT_Boots_"
- Name: "Temporal VIT Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- if(readparam(bVit)>=120) { bonus bMaxHPrate,8; }
- ">
-},
-{
- Id: 22008
- AegisName: "Temporal_DEX_Boots_"
- Name: "Temporal DEX Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bDex,(getrefine()/3)*3;
- if(readparam(bDex)>=120) {
- bonus bFixedCast,-500;
- bonus bLongAtkRate,5;
- }
- ">
-},
-{
- Id: 22009
- AegisName: "Temporal_INT_Boots_"
- Name: "Temporal INT Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bMatk,(getrefine()/3)*10;
- if(readparam(bInt)>=120) {
- bonus bMatk,60;
- bonus bMdef,5;
- }
- ">
-},
-{
- Id: 22010
- AegisName: "Temporal_AGI_Boots_"
- Name: "Temporal AGI Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 25
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bAspdRate,(getrefine()/3)*3;
- if(readparam(bAgi)>=120) { bonus bAspd,1; }
- ">
-},
-{
- Id: 22011
- AegisName: "Temporal_LUK_Boots_"
- Name: "Temporal LUK Boots"
- Type: 5
- Buy: 20
- Weight: 600
- Def: 20
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,300+((getrefine()/3)*100);
- bonus bMaxSP,30+((getrefine()/3)*10);
- bonus bCritAtkRate,getrefine()/3;
- if(readparam(bLuk)>=120) {
- bonus bCritAtkRate,30;
- bonus bMdef,5;
- }
- ">
-},
-{
- Id: 22014
- AegisName: "Enhanced_Variant_Shoes"
- Name: "Enhanced Variant Shoes"
- Type: 5
- Buy: 20
- Weight: 500
- Def: 13
- Slots: 1
- Job: 0x7CCFDF80
- Loc: 64
- EquipLv: 85
- Script: <"
- bonus bMaxHPrate,12;
- bonus bMaxSPrate,12;
- bonus bDef,getrefine();
- bonus bMdef,getrefine();
- ">
-},
-{
- Id: 22015
- AegisName: "Impr_Angel's_Arrival"
- Name: "Advanced Angel's Reincarnation"
- Type: 5
- Buy: 10000
- Weight: 300
- Def: 8
- Slots: 1
- Job: 0x00000001
- Loc: 64
- EquipLv: 99
- Script: <"
- bonus bMaxHP,500;
- bonus bMaxSP,100;
- ">
-},
-{
- Id: 22016
- AegisName: "Assassin_Shoes"
- Name: "Assassin Shoes"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 10
- Loc: 64
- EquipLv: 30
- Script: <"
- bonus2 bExpAddRace,RC_DemiPlayer,5+getrefine();
- ">
-},
-{
- Id: 22018
- AegisName: "Shoes_Of_Wise_Man"
- Name: "Shoes Of Wise Man"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 15
- Slots: 1
- Loc: 64
- EquipLv: 50
- Script: <"
- if (getrefine()>5) {
- bonus bInt,getrefine()-5;
- bonus bMaxHPrate,-(getrefine()-5);
- }
- ">
-},
-{
- Id: 22019
- AegisName: "Immune_Boots"
- Name: "Immune Boots"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 20
- Slots: 1
- Loc: 64
- EquipLv: 70
- Script: <"
- bonus2 bSubEle,Ele_Neutral,3;
- bonus2 bSubEle,Ele_Fire,-3;
- bonus2 bSubEle,Ele_Water,-3;
- bonus2 bSubEle,Ele_Wind,-3;
- bonus2 bSubEle,Ele_Earth,-3;
- bonus2 bSubEle,Ele_Dark,-3;
- bonus2 bSubEle,Ele_Holy,-3;
- bonus2 bSubEle,Ele_Ghost,-3;
- if (getrefine()>5) { bonus2 bSubEle,Ele_Neutral,getrefine()-5; }
- ">
-},
-{
- Id: 22033
- AegisName: "Boots_of_Gray"
- Name: "Boots of Gray"
- Type: 5
- Buy: 10
- Weight: 400
- Def: 25
- Slots: 1
- Upper: 56
- Loc: 64
- EquipLv: 120
- Script: <" bonus2 bSubEle,Ele_Holy,1+getrefine()/3; ">
-},
-{
- Id: 22034
- AegisName: "Crimson_Gaiter"
- Name: "Crimson Gaiter"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 10
- Loc: 64
- EquipLv: 50
- Script: <"
- bonus bCritical,2;
- bonus bCritAtkRate,2;
- if(getrefine()>=6) {
- bonus bCritical,3;
- bonus bCritAtkRate,3;
- }
- ">
-},
-{
- Id: 22035
- AegisName: "Heroic_Nepenthes_Shoes"
- Name: "Heroic Nepenthes Shoes"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 10
- Slots: 1
- Loc: 64
- EquipLv: 160
- Script: <" if (getrefine()>=8) { bonus bVariableCastrate,-5-((getrefine()>=9)?getrefine():0); } ">
-},
-{
- Id: 22036
- AegisName: "Heroic_Silver_Fox_Leather_Boots"
- Name: "Heroic Silver Fox Leather Boots"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 15
- Slots: 1
- Loc: 64
- EquipLv: 160
- Script: <" bonus bLongAtkRate,5+((getrefine()>=8)?getrefine():0); ">
-},
-{
- Id: 22037
- AegisName: "Heroic_Ungoliant_Upgrade_Boots"
- Name: "Heroic Ungoliant Upgrade Boots"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 10
- Slots: 1
- Loc: 64
- EquipLv: 160
- Script: <" bonus bUseSPrate,-5-((getrefine()>=8)?getrefine():0); ">
-},
-{
- Id: 22038
- AegisName: "Shoes_of_Hope"
- Name: "Shoes of Hope"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 3
- Slots: 1
- Loc: 64
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- if(getrefine()>= 6) {
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- }
- ">
-},
-{
- Id: 22039
- AegisName: "Elemental_Boots"
- Name: "Elemental Boots"
- Type: 5
- Buy: 10
- Weight: 100
- Def: 10
- Slots: 1
- Loc: 64
- Script: <"
- bonus2 bSkillAtk,MG_LIGHTNINGBOLT,3;
- bonus2 bSkillAtk,MG_FIREBOLT,3;
- bonus2 bSkillAtk,MG_COLDBOLT,3;
- bonus2 bSkillAtk,WZ_EARTHSPIKE,3;
- bonus2 bVariableCastrate,MG_LIGHTNINGBOLT,-3;
- bonus2 bVariableCastrate,MG_FIREBOLT,-3;
- bonus2 bVariableCastrate,MG_COLDBOLT,-3;
- bonus2 bVariableCastrate,WZ_EARTHSPIKE,-3;
- if(getrefine()>= 6) {
- bonus2 bSkillAtk,MG_LIGHTNINGBOLT,(getrefine()-5);
- bonus2 bSkillAtk,MG_FIREBOLT,(getrefine()-5);
- bonus2 bSkillAtk,MG_COLDBOLT,(getrefine()-5);
- bonus2 bSkillAtk,WZ_EARTHSPIKE,(getrefine()-5);
- bonus2 bVariableCastrate,MG_LIGHTNINGBOLT,-(getrefine()-5);
- bonus2 bVariableCastrate,MG_FIREBOLT,-(getrefine()-5);
- bonus2 bVariableCastrate,MG_COLDBOLT,-(getrefine()-5);
- bonus2 bVariableCastrate,WZ_EARTHSPIKE,-(getrefine()-5);
- }
- ">
-},
-{
- Id: 22040
- AegisName: "New_Trend_Shoes"
- Name: "New Trend Shoes"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 13
- Loc: 64
- EquipLv: 30
- Script: <"
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- if(getrefine()>= 12) { bonus bAspd,2; }
- ">
-},
-{
- Id: 22041
- AegisName: "New_Trend_Shoes_"
- Name: "New Trend Shoes"
- Type: 5
- Buy: 10
- Weight: 500
- Def: 13
- Slots: 1
- Loc: 64
- EquipLv: 30
- Script: <"
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- if(getrefine()>= 12) { bonus bAspd,2; }
- ">
-},
-{
- Id: 22042
- AegisName: "Terraria"
- Name: "Terraria"
- Type: 5
- Buy: 10
- Weight: 300
- Def: 15
- Slots: 1
- Loc: 64
- EquipLv: 50
- Script: <"
- bonus bAgi,2;
- bonus bAspd,1;
- bonus bMdef,5;
- bonus bUnbreakableShoes,1;
- ">
-},
-{
- Id: 22043
- AegisName: "AGI_Complement"
- Name: "AGI Complement"
- Type: 5
- Buy: 10
- Weight: 350
- Def: 25
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <" bonus bAspdRate,5+(getrefine()/4); ">
-},
-{
- Id: 22044
- AegisName: "Reinforced_Parts_Booster"
- Name: "Reinforced Parts - Booster"
- Type: 5
- Buy: 10
- Weight: 1000
- Def: 23
- Slots: 1
- Job: 0x00000400
- Upper: 56
- Loc: 64
- EquipLv: 100
- Script: <"
- bonus2 bSkillUseSP,NC_HOVERING,15;
- if(getrefine()>=7) { bonus2 bSkillUseSP,NC_HOVERING,-20; }
- ">
-},
-{
- Id: 22045
- AegisName: "Beach_Sandals"
- Name: "Summer Sandals"
- Type: 5
- Buy: 10
- Weight: 200
- Def: 5
- Loc: 64
- Script: <"
- bonus bFlee,5;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,10,300;
- ">
-},
-{
- Id: 22046
- AegisName: "Boots_of_Airship"
- Name: "Boots of Airship"
- Type: 5
- Buy: 20
- Def: 26
- Loc: 64
- EquipLv: 125
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bAspdRate,10;
- ">
-},
-{
- Id: 22047
- AegisName: "Tarlock's_Boots"
- Name: "Tarlock's Boots"
- Type: 5
- Buy: 20
- Weight: 250
- Def: 13
- Loc: 64
- EquipLv: 125
- Script: <"
- bonus bAgi,1;
- bonus bAspdRate,5;
- if(getrefine()>6) {
- bonus bAgi,1;
- bonus bAspdRate,5;
- }
- if(getrefine()>8) {
- bonus bAgi,1;
- bonus bAspdRate,5;
- }
- if(getrefine()>11) { bonus bAspd,1; }
- ">
-},
-{
- Id: 22059
- AegisName: "Egir_Shoes_"
- Name: "Egir Shoes"
- Type: 5
- Buy: 20
- Weight: 300
- Def: 13
- Loc: 64
- EquipLv: 40
- Script: <"
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus bUnbreakableShoes,0;
- ">
-},
-{
- Id: 22067
- AegisName: "Witch_Shoes"
- Name: "Witch Shoes"
- Type: 5
- Buy: 3500
- Weight: 400
- Def: 10
- Job: 0xFFFFFFFE
- Loc: 64
- Script: <"
- skill ALL_CATCRY, 1;
- bonus bUnbreakableShoes,0;
- autobonus3 "{ }",1000,7000,ALL_CATCRY,"{ montransform 1505,420000; }";
- ">
-},
-// New Etc Items
-// ===================================================================
-{
- Id: 22514
- AegisName: "Candy_Holder"
- Name: "Candy Holder"
- Type: 11
- Buy: 20
- Weight: 10
-},
-{
- Id: 22515
- AegisName: "Twisted_Key_of_Time"
- Name: "Twisted Key of Time"
- Buy: 10
- Weight: 300
-},
-{
- Id: 22540
- AegisName: "Runstone_Lux"
- Name: "Lux Anima Rune"
- Type: 11
- Buy: 2
- Weight: 100
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_LUXANIMA,1; ">
-},
-{
- Id: 22669
- AegisName: "HALLOWEEN_G_BOX"
- Name: "Halloween Box"
- Type: 2
- Weight: 20
- Script: <" getrandgroupitem 22669,1; ">
-},
-{
- Id: 22670
- AegisName: "DARK_INVITATION"
- Name: "Invitation of Darkness"
- Type: 2
- Buy: 10
- Weight: 10
- Script: <"
- .@r = rand(1,3);
- if (.@r == 1) {
- specialeffect2 EF_DEVIL;
- warp "niflheim",193,186;
- } else if (.@r == 2) {
- heal -500,-1000;
- sc_start SC_STUN,3000,0;
- } else {
- specialeffect2 EF_DEVIL;
- warp "niflheim",347,255;
- }
- ">
-},
-{
- Id: 22675
- AegisName: "Mysterious_Scroll"
- Name: "Mysterious Scroll"
- Type: 2
- Buy: 20
- Weight: 10
- Upper: 63
- Script: <" sc_start SC_FOOD_INT,3600000,30; ">
-},
-{
- Id: 22676
- AegisName: "Hangul_Day_Event_Box"
- Name: "Hangul Day Event Box"
- Type: 2
- Buy: 20
- Upper: 63
- Script: <"
- getitem 22675,10;
- getitem 607,9;
- ">
-},
-{
- Id: 22679
- AegisName: "Death_Bin"
- Name: "Death Bin"
- Type: 18
- Buy: 10
- Upper: 63
- EquipLv: 170
- Script: <" /* ToDo */ ">
-},
-{
- Id: 22685
- AegisName: "Solo_Christmas_Gift"
- Name: "Single Union Christmas Gift"
- Type: 2
- Buy: 0
- Upper: 63
- Script: <" /* ToDo GroupItem */ ">
-},
-{
- Id: 22686
- AegisName: "Solo_Cookie"
- Name: "Single Cookie"
- Type: 0
- Buy: 0
- Weight: 50
- Upper: 63
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 22777
- AegisName: "Buff_Gift_Set"
- Name: "Buff Gift Set"
- Type: 2
- Buy: 20
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14534,5;
- getitem 12215,5;
- getitem 12216,5;
- ">
-},
-{
- Id: 22837
- AegisName: "Integer_Time"
- Name: "Integer Time"
- Type: 2
- Buy: 0
- EquipLv: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" TmpRouletteBronze += 1; ">
-},
-{
- Id: 22838
- AegisName: "Pumpkin_Candy_Holder"
- Name: "Pumpkin Candy Holder"
- Type: 2
- Buy: 20
- Weight: 10
- Script: <" getrandgroupitem 22838,1; ">
-},
-// Shadow Equipments
-// ===================================================================
-{
- Id: 24000
- AegisName: "T_STR1_Armor_Shadow"
- Name: "T STR1 Armor Shadow"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 24001
- AegisName: "T_DEX1_Weapon_Shadow"
- Name: "T DEX1 Weapon Shadow"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 24002
- AegisName: "T_LUK1_Shield_Shadow"
- Name: "T LUK1 Shield Shadow"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 24003
- AegisName: "T_AGI1_Shoes_Shadow"
- Name: "T AGI1 Shoes Shadow"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 24004
- AegisName: "T_VIT1_Earrings_Shadow(R)"
- Name: "T VIT1 Earrings Shadow(R)"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 24005
- AegisName: "T_INT1_Pendant_Shadow(L)"
- Name: "T INT1 Pendant Shadow(L)"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 24006
- AegisName: "T_STR2_Armor_Shadow"
- Name: "T STR2 Armor Shadow"
- Type: 5
- Buy: 10
- Loc: 65536
- EquipLv: 30
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 24007
- AegisName: "T_DEX2_Weapon_Shadow"
- Name: "T DEX2 Weapon Shadow"
- Type: 5
- Buy: 10
- Loc: 131072
- EquipLv: 30
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 24008
- AegisName: "T_LUK2_Shield_Shadow"
- Name: "T LUK2 Shield Shadow"
- Type: 5
- Buy: 10
- Loc: 262144
- EquipLv: 60
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 24009
- AegisName: "T_AGI2_Shoes_Shadow"
- Name: "T AGI2 Shoes Shadow"
- Type: 5
- Buy: 10
- Loc: 524288
- EquipLv: 90
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 24010
- AegisName: "T_VIT2_Earrings_Shadow(R)"
- Name: "T VIT2 Earrings Shadow(R)"
- Type: 5
- Buy: 10
- Loc: 1048576
- EquipLv: 120
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 24011
- AegisName: "T_INT2_Pendant_Shadow(L)"
- Name: "T INT2 Pendant Shadow(L)"
- Type: 5
- Buy: 10
- Loc: 2097152
- EquipLv: 150
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 24012
- AegisName: "S_Promotion_Weapon"
- Name: "Promotional Weapon Shadow"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bDex,1;
- bonus bBaseAtk,getrefine();
- bonus bMatk,getrefine();
- ">
-},
-{
- Id: 24013
- AegisName: "S_Promotion_Armor"
- Name: "Promotional Armor Shadow"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bLuk,1;
- bonus bMaxHP,getrefine()*10;
- ">
-},
-{
- Id: 24014
- AegisName: "S_Promotion_Shoes"
- Name: "Promotional Shoes Shadow"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bAgi,1;
- bonus bMaxHP,getrefine()*10;
- ">
-},
-{
- Id: 24015
- AegisName: "S_Promotion_Shield"
- Name: "Promotional Shield Shadow"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bVit,1;
- bonus bMaxHP,getrefine()*10;
- ">
-},
-{
- Id: 24016
- AegisName: "S_Promotion_Earring"
- Name: "Promotional Earring Shadow"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bInt,1;
- bonus bMaxHP,getrefine()*10;
- ">
-},
-{
- Id: 24017
- AegisName: "S_Promotion_Pendant"
- Name: "Promotional Pendant Shadow"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bStr,1;
- bonus bMaxHP,getrefine()*10;
- ">
-},
-{
- Id: 24018
- AegisName: "Shadow_Physical_Earring"
- Name: "Shadow Physical Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bAspdRate,(getrefine()>=7)?2:1; ">
-},
-{
- Id: 24019
- AegisName: "Shadow_Physical_Weapon"
- Name: "Shadow Physical Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bBaseAtk,10;
- if (getrefine()>=7) { bonus bAtkRate,1; }
- ">
-},
-{
- Id: 24020
- AegisName: "Shadow_Physical_Pendant"
- Name: "Shadow Physical Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bMaxHP,100;
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- ">
-},
-{
- Id: 24021
- AegisName: "Shadow_Magical_Earring"
- Name: "Shadow Magical Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bVariableCastrate,-(getrefine()>=7)?2:1; ">
-},
-{
- Id: 24022
- AegisName: "Shadow_Magical_Weapon"
- Name: "Shadow Magical Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bMatk,10;
- if (getrefine()>=7) { bonus bMatkRate,1; }
- ">
-},
-{
- Id: 24023
- AegisName: "Shadow_Magical_Pendant"
- Name: "Shadow Magical Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bMaxSP,50;
- if (getrefine()>=7) { bonus bMaxSPrate,1; }
- ">
-},
-{
- Id: 24024
- AegisName: "Shadow_Breeze_Armor"
- Name: "Shadow Breeze Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bFlee,5+(getrefine()>=7?10:0); ">
-},
-{
- Id: 24025
- AegisName: "Shadow_Champion_Shoes"
- Name: "Shadow Champion Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bMaxHP,20;
- bonus bMaxSP,10;
- if (getrefine()>=7) {
- bonus bMaxHPrate,1;
- bonus bMaxSPrate,1;
- }
- ">
-},
-{
- Id: 24026
- AegisName: "Shadow_Athena_Shield"
- Name: "Shadow Athena Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <" bonus bDef,(getrefine()>=7)?20:10; ">
-},
-{
- Id: 24027
- AegisName: "Immune_Shadow_Armor"
- Name: "Immune Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus2 bSubEle,0,1; ">
-},
-{
- Id: 24028
- AegisName: "Hard_Shadow_Armor"
- Name: "Hard Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bMaxHP,50;
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- ">
-},
-{
- Id: 24029
- AegisName: "Ancient_Shadow_Armor"
- Name: "Ancient Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bHit,(getrefine()>=7)?20:10; ">
-},
-{
- Id: 24030
- AegisName: "Critital_Shadow_Armor"
- Name: "Critital Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bCritical,(getrefine()>=7)?10:5; ">
-},
-{
- Id: 24031
- AegisName: "King_Bird_Shadow_Weapon"
- Name: "King Bird Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bBaseAtk,10;
- if (getrefine()>=7) { bonus bLongAtkRate,1; }
- ">
-},
-{
- Id: 24032
- AegisName: "Critical_Hit_Shadow_Weapon"
- Name: "Critical Hit Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bBaseAtk,10;
- if (getrefine()>=7) { bonus bCritAtkRate,1; }
- ">
-},
-{
- Id: 24033
- AegisName: "Healing_Shadow_Weapon"
- Name: "Healing Shadow Weapon"
- Type: 5
- Buy: 10
- Matk: 10
- Loc: 131072
- Script: <" if (getrefine()>=7) { bonus bHealPower2,5; } ">
-},
-{
- Id: 24034
- AegisName: "Lucky_Shadow_Weapon"
- Name: "Lucky Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bLuk,1;
- if (getrefine()>=7) { bonus bLuk,1; }
- if (getrefine()>=9) { bonus bLuk,1; }
- ">
-},
-{
- Id: 24035
- AegisName: "Power_Shadow_Earring"
- Name: "Power Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bStr,1;
- if (getrefine()>=7) { bonus bStr,1; }
- if (getrefine()>=9) { bonus bStr,1; }
- ">
-},
-{
- Id: 24036
- AegisName: "Intelligent_Shadow_Pendant"
- Name: "Intelligent Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bInt,1;
- if (getrefine()>=7) { bonus bInt,1; }
- if (getrefine()>=9) { bonus bInt,1; }
- ">
-},
-{
- Id: 24037
- AegisName: "Dexterous_Shadow_Armor"
- Name: "Dexterous Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bDex,1;
- if (getrefine()>=7) { bonus bDex,1; }
- if (getrefine()>=9) { bonus bDex,1; }
- ">
-},
-{
- Id: 24038
- AegisName: "Vital_Shadow_Shoes"
- Name: "Vital Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bVit,1;
- if (getrefine()>=7) { bonus bVit,1; }
- if (getrefine()>=9) { bonus bVit,1; }
- ">
-},
-{
- Id: 24039
- AegisName: "Athletic_Shadow_Shield"
- Name: "Athletic Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bAgi,1;
- if (getrefine()>=7) { bonus bAgi,1; }
- if (getrefine()>=9) { bonus bAgi,1; }
- ">
-},
-{
- Id: 24040
- AegisName: "Lucky_Shadow_Armor"
- Name: "Lucky Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bLuk,1;
- bonus bCritical,(getrefine()/2);
- ">
-},
-{
- Id: 24041
- AegisName: "Power_Shadow_Pendant"
- Name: "Power Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bStr,1;
- bonus bBaseAtk,getrefine();
- ">
-},
-{
- Id: 24042
- AegisName: "Intelligent_Shadow_Earring"
- Name: "Intelligent Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bInt,1;
- bonus bMatk,getrefine();
- ">
-},
-{
- Id: 24043
- AegisName: "Dexterous_Shadow_Weapon"
- Name: "Dexterous Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bDex,1;
- bonus bHit,getrefine();
- ">
-},
-{
- Id: 24044
- AegisName: "Vital_Shadow_Shield"
- Name: "Vital Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bVit,1;
- bonus bDef,getrefine();
- ">
-},
-{
- Id: 24045
- AegisName: "Athletic_Shadow_Shoes"
- Name: "Athletic Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bAgi,1;
- bonus bFlee,getrefine();
- ">
-},
-{
- Id: 24046
- AegisName: "Resist_Spell_Power_Shadow_Pendant"
- Name: "Resist Spell Power Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus bMdef,(getrefine()>=7)?6:3; ">
-},
-{
- Id: 24047
- AegisName: "Rapid_Shadow_Pendant"
- Name: "Rapid Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bAspdRate,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
- ">
-},
-{
- Id: 24048
- AegisName: "Casters_Shadow_Pendant"
- Name: "Casters Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bVariableCastrate,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
- ">
-},
-{
- Id: 24049
- AegisName: "Hard_Shadow_Earring"
- Name: "Hard Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxHPrate,((getrefine()>=9)?2:(getrefine()>=7)?1:0);
- ">
-},
-{
- Id: 24050
- AegisName: "Wise_Shadow_Earring"
- Name: "Wise Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bMaxSP,50;
- bonus bMaxSPrate,((getrefine()>=9)?2:(getrefine()>=7)?1:0);
- ">
-},
-{
- Id: 24051
- AegisName: "Athena_Shadow_Earring"
- Name: "Athena Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bDef,(getrefine()>=7)?20:10; ">
-},
-{
- Id: 24052
- AegisName: "Cranial_Shadow_Shield"
- Name: "Cranial Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_DemiPlayer,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_DemiPlayer,1; }
- ">
-},
-{
- Id: 24053
- AegisName: "Safeguard_Shadow_Shield"
- Name: "Safeguard Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Boss,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Boss,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Boss,1; }
- ">
-},
-{
- Id: 24054
- AegisName: "Brutal_Shadow_Shield"
- Name: "Brutal Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Brute,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Brute,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Brute,1; }
- ">
-},
-{
- Id: 24055
- AegisName: "Gargantua_Shadow_Shield"
- Name: "Gargantua Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Insect,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Insect,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Insect,1; }
- ">
-},
-{
- Id: 24056
- AegisName: "Homer's_Shadow_Shield"
- Name: "Homer's Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Fish,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Fish,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Fish,1; }
- ">
-},
-{
- Id: 24057
- AegisName: "Dragoon_Shadow_Shield"
- Name: "Dragoon Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Dragon,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Dragon,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Dragon,1; }
- ">
-},
-{
- Id: 24058
- AegisName: "Satanic_Shadow_Shield"
- Name: "Satanic Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Angel,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Angel,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Angel,1; }
- ">
-},
-{
- Id: 24059
- AegisName: "Fire_Proof_Shadow_Shield"
- Name: "Fire Proof Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Formless,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Formless,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Formless,1; }
- ">
-},
-{
- Id: 24060
- AegisName: "Requiem_Shadow_Shield"
- Name: "Requiem Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Undead,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Undead,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Undead,1; }
- ">
-},
-{
- Id: 24061
- AegisName: "Cadi_Shadow_Shield"
- Name: "Cadi Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus2 bSubRace,RC_Plant,1;
- if (getrefine()>=7) { bonus2 bSubRace,RC_Plant,1; }
- if (getrefine()>=9) { bonus2 bSubRace,RC_Plant,1; }
- ">
-},
-{
- Id: 24062
- AegisName: "Bloody_Shadow_Shoes"
- Name: "Bloody Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,2;
- bonus2 bMagicAddRace,RC_DemiPlayer,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bMagicAddRace,RC_DemiPlayer,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_DemiPlayer,2;
- bonus2 bMagicAddRace,RC_DemiPlayer,2;
- }
- ">
-},
-{
- Id: 24063
- AegisName: "Liberation_Shadow_Shoes"
- Name: "Liberation Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Boss,2;
- bonus2 bMagicAddRace,RC_Boss,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Boss,1;
- bonus2 bMagicAddRace,RC_Boss,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Boss,2;
- bonus2 bMagicAddRace,RC_Boss,2;
- }
- ">
-},
-{
- Id: 24064
- AegisName: "Chemical_Shadow_Shoes"
- Name: "Chemical Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Plant,2;
- bonus2 bMagicAddRace,RC_Plant,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Plant,1;
- bonus2 bMagicAddRace,RC_Plant,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Plant,2;
- bonus2 bMagicAddRace,RC_Plant,2;
- }
- ">
-},
-{
- Id: 24065
- AegisName: "Glamorous_Shadow_Shoes"
- Name: "Glamorous Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Brute,2;
- bonus2 bMagicAddRace,2,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Brute,1;
- bonus2 bMagicAddRace,2,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Brute,2;
- bonus2 bMagicAddRace,2,2;
- }
- ">
-},
-{
- Id: 24066
- AegisName: "Insecticide_Shadow_Shoes"
- Name: "Insecticide Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Insect,2;
- bonus2 bMagicAddRace,RC_Insect,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Insect,1;
- bonus2 bMagicAddRace,RC_Insect,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Insect,2;
- bonus2 bMagicAddRace,RC_Insect,2;
- }
- ">
-},
-{
- Id: 24067
- AegisName: "Fisher_Shadow_Shoes"
- Name: "Fisher Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Fish,2;
- bonus2 bMagicAddRace,RC_Fish,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Fish,1;
- bonus2 bMagicAddRace,RC_Fish,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Fish,2;
- bonus2 bMagicAddRace,RC_Fish,2;
- }
- ">
-},
-{
- Id: 24068
- AegisName: "Seraphim_Shadow_Shoes"
- Name: "Seraphim Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Angel,2;
- bonus2 bMagicAddRace,RC_Angel,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Angel,1;
- bonus2 bMagicAddRace,RC_Angel,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Angel,2;
- bonus2 bMagicAddRace,RC_Angel,2;
- }
- ">
-},
-{
- Id: 24069
- AegisName: "Beholder_Shadow_Shoes"
- Name: "Beholder Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Formless,2;
- bonus2 bMagicAddRace,RC_Formless,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Formless,1;
- bonus2 bMagicAddRace,RC_Formless,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Formless,2;
- bonus2 bMagicAddRace,RC_Formless,2;
- }
- ">
-},
-{
- Id: 24070
- AegisName: "Divine_Shadow_Shoes"
- Name: "Divine Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Undead,2;
- bonus2 bMagicAddRace,RC_Undead,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Undead,1;
- bonus2 bMagicAddRace,RC_Undead,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Undead,2;
- bonus2 bMagicAddRace,RC_Undead,2;
- }
- ">
-},
-{
- Id: 24071
- AegisName: "Dragoons_Shadow_Shoes"
- Name: "Dragoons Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus2 bAddRace,RC_Dragon,2;
- bonus2 bMagicAddRace,RC_Dragon,2;
- if (getrefine()>=7) {
- bonus2 bAddRace,RC_Dragon,1;
- bonus2 bMagicAddRace,RC_Dragon,1;
- }
- if (getrefine()>=9) {
- bonus2 bAddRace,RC_Dragon,2;
- bonus2 bMagicAddRace,RC_Dragon,2;
- }
- ">
-},
-{
- Id: 24072
- AegisName: "Large_Shadow_Armor"
- Name: "Large Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bSubSize,Size_Large,2;
- if (getrefine()>=7) { bonus2 bSubSize,Size_Large,1; }
- if (getrefine()>=9) { bonus2 bSubSize,Size_Large,2; }
- ">
-},
-{
- Id: 24073
- AegisName: "Medium_Shadow_Armor"
- Name: "Medium Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bSubSize,Size_Medium,2;
- if (getrefine()>=7) { bonus2 bSubSize,Size_Medium,1; }
- if (getrefine()>=9) { bonus2 bSubSize,Size_Medium,2; }
- ">
-},
-{
- Id: 24074
- AegisName: "Small_Shadow_Armor"
- Name: "Small Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bSubSize,Size_Small,2;
- if (getrefine()>=7) { bonus2 bSubSize,Size_Small,1; }
- if (getrefine()>=9) { bonus2 bSubSize,Size_Small,2; }
- ">
-},
-{
- Id: 24075
- AegisName: "Large_Shadow_Weapon"
- Name: "Large Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus2 bAddSize,Size_Large,2;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Large,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Large,2; }
- ">
-},
-{
- Id: 24076
- AegisName: "Medium_Shadow_Weapon"
- Name: "Medium Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus2 bAddSize,Size_Medium,2;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Medium,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Medium,2; }
- ">
-},
-{
- Id: 24077
- AegisName: "Small_Shadow_Weapon"
- Name: "Small Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus2 bAddSize,Size_Small,2;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Small,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Small,2; }
- ">
-},
-{
- Id: 24078
- AegisName: "Spiritual_Shadow_Weapon"
- Name: "Spiritual Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bUseSPrate,-5;
- if (getrefine()>=7) { bonus bSPrecovRate,5; }
- ">
-},
-{
- Id: 24079
- AegisName: "Spiritual_Shadow_Earring"
- Name: "Spiritual Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bMaxSP,50;
- if (getrefine()>=7) { bonus bMaxSPrate,1; }
- ">
-},
-{
- Id: 24080
- AegisName: "Spiritual_Shadow_Pendant"
- Name: "Spiritual Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus bMaxSPrate,(getrefine()>=7?2:1); ">
-},
-{
- Id: 24081
- AegisName: "Malevolent_Shadow_Armor"
- Name: "Malevolent Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bMaxHP,100;
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- ">
-},
-{
- Id: 24082
- AegisName: "Malevolent_Shadow_Shoes"
- Name: "Malevolent Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <" bonus bMaxHPrate,(getrefine()>=7?2:1); ">
-},
-{
- Id: 24083
- AegisName: "Malevolent_Shadow_Shield"
- Name: "Malevolent Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <" bonus bHPrecovRate,(getrefine()>=7?10:5); ">
-},
-{
- Id: 24084
- AegisName: "Gemstone_Shadow_Armor"
- Name: "Gemstone Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bCritical,5+(getrefine()/2); ">
-},
-{
- Id: 24085
- AegisName: "Gemstone_Shadow_Shoes"
- Name: "Gemstone Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <" bonus bFlee,5+(getrefine()/2); ">
-},
-{
- Id: 24086
- AegisName: "Gemstone_Shadow_Shield"
- Name: "Gemstone Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <" bonus bDef,5+(getrefine()/2); ">
-},
-{
- Id: 24087
- AegisName: "Gemstone_Shadow_Weapon"
- Name: "Gemstone Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus bHit,5+(getrefine()/2); ">
-},
-{
- Id: 24088
- AegisName: "Gemstone_Shadow_Earring"
- Name: "Gemstone Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bMatk,5+(getrefine()/2); ">
-},
-{
- Id: 24089
- AegisName: "Gemstone_Shadow_Pendant"
- Name: "Gemstone Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus bBaseAtk,5+(getrefine()/2); ">
-},
-{
- Id: 24090
- AegisName: "Stability_Shadow_Shield"
- Name: "Stability Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bDef,3;
- bonus2 bResEff,Eff_Stun,getrefine()/2;
- bonus2 bResEff,Eff_Freeze,getrefine()/2;
- bonus2 bResEff,Eff_Curse,getrefine()/2;
- bonus2 bResEff,Eff_Bleeding,getrefine()/2;
- bonus2 bResEff,Eff_Stone,getrefine();
- bonus2 bResEff,Eff_Sleep,getrefine();
- bonus2 bResEff,Eff_Silence,getrefine();
- bonus2 bResEff,Eff_Blind,getrefine();
- ">
-},
-{
- Id: 24091
- AegisName: "Plasterus_Shadow_Armor"
- Name: "Plasterus Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stone,getrefine();
- ">
-},
-{
- Id: 24092
- AegisName: "Plasterus_Shadow_Shoes"
- Name: "Plasterus Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stone,getrefine();
- ">
-},
-{
- Id: 24093
- AegisName: "Insomnia_Shadow_Armor"
- Name: "Insomnia Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Sleep,getrefine();
- ">
-},
-{
- Id: 24094
- AegisName: "Insomnia_Shadow_Shoes"
- Name: "Insomnia Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Sleep,getrefine();
- ">
-},
-{
- Id: 24095
- AegisName: "Peerless_Shadow_Armor"
- Name: "Peerless Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Silence,getrefine();
- ">
-},
-{
- Id: 24096
- AegisName: "Peerless_Shadow_Shoes"
- Name: "Peerless Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Silence,getrefine();
- ">
-},
-{
- Id: 24097
- AegisName: "Adurate_Shadow_Armor"
- Name: "Adurate Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Blind,getrefine();
- ">
-},
-{
- Id: 24098
- AegisName: "Adurate_Shadow_Shoes"
- Name: "Adurate Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Blind,getrefine();
- ">
-},
-{
- Id: 24099
- AegisName: "Freezing_Frozen_Shadow_Weapon"
- Name: "Freezing Frozen Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Freeze,getrefine();
- ">
-},
-{
- Id: 24100
- AegisName: "Freezing_Frozen_Shadow_Earring"
- Name: "Freezing Frozen Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Freeze,getrefine();
- ">
-},
-{
- Id: 24101
- AegisName: "Freezing_Frozen_Shadow_Pendant"
- Name: "Freezing Frozen Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Freeze,getrefine();
- ">
-},
-{
- Id: 24102
- AegisName: "Vitality_Shadow_Earring"
- Name: "Vitality Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Bleeding,getrefine();
- ">
-},
-{
- Id: 24103
- AegisName: "Vitality_Shadow_Pendant"
- Name: "Vitality Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Bleeding,getrefine();
- ">
-},
-{
- Id: 24104
- AegisName: "Neutral_Shadow_Weapon"
- Name: "Neutral Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stun,getrefine()/2;
- ">
-},
-{
- Id: 24105
- AegisName: "Neutral_Shadow_Earring"
- Name: "Neutral Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stun,getrefine();
- ">
-},
-{
- Id: 24106
- AegisName: "Neutral_Shadow_Pendant"
- Name: "Neutral Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stun,getrefine();
- ">
-},
-{
- Id: 24107
- AegisName: "Frozen_Curse_Shadow_Earring"
- Name: "Frozen Curse Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Curse,getrefine();
- ">
-},
-{
- Id: 24108
- AegisName: "Frozen_Curse_Shadow_Pendant"
- Name: "Frozen Curse Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Curse,getrefine();
- ">
-},
-{
- Id: 24109
- AegisName: "Caster_Shadow_Earrings"
- Name: "Caster Shadow Earrings"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bVariableCastrate,-1-((getrefine()>=7)?1:0); ">
-},
-{
- Id: 24110
- AegisName: "Caster_Shadow_Weapon"
- Name: "Caster Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bVariableCastrate,-1-((getrefine()>=7)?1:0)-((getrefine()>=9)?2:0);
- ">
-},
-{
- Id: 24111
- AegisName: "Spell_Flow_Shadow_Shoes"
- Name: "Spell Flow Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bUseSPrate,1;
- if (getrefine() >= 7) { bonus bSPrecovRate,5; }
- ">
-},
-{
- Id: 24112
- AegisName: "Spell_Flow_Shadow_Armor"
- Name: "Spell Flow Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bUseSPrate,1+((getrefine()>=7)?1:0)+((getrefine()>=9)?1:0); ">
-},
-{
- Id: 24113
- AegisName: "Spell_Flow_Shadow_Shield"
- Name: "Spell Flow Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bUseSPrate,1;
- if (getrefine() >= 7) { bonus bMaxSPrate,1; }
- ">
-},
-{
- Id: 24114
- AegisName: "Greed_Shadow_Armor"
- Name: "Greed Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- skill BS_GREED,1;
- bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
- ">
-},
-{
- Id: 24115
- AegisName: "Greed_Shadow_Shoes"
- Name: "Greed Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- skill BS_GREED,1;
- bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
- ">
-},
-{
- Id: 24116
- AegisName: "Greed_Shadow_Shield"
- Name: "Greed Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- skill BS_GREED,1;
- bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
- ">
-},
-{
- Id: 24117
- AegisName: "Greed_Shadow_Weapon"
- Name: "Greed Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- skill BS_GREED,1;
- bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
- ">
-},
-{
- Id: 24118
- AegisName: "Greed_Shadow_Earring"
- Name: "Greed Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- skill BS_GREED,1;
- bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
- ">
-},
-{
- Id: 24119
- AegisName: "Greed_Shadow_Pendant"
- Name: "Greed Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- skill BS_GREED,1;
- bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
- ">
-},
-{
- Id: 24120
- AegisName: "Heal_Shadow_Armor"
- Name: "Heal Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- skill AL_HEAL,1;
- bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24121
- AegisName: "Heal_Shadow_Shoes"
- Name: "Heal Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- skill AL_HEAL,1;
- bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24122
- AegisName: "Heal_Shadow_Shield"
- Name: "Heal Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- skill AL_HEAL,1;
- bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24123
- AegisName: "Heal_Shadow_Weapon"
- Name: "Heal Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- skill AL_HEAL,1;
- bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24124
- AegisName: "Heal_Shadow_Earring"
- Name: "Heal Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- skill AL_HEAL,1;
- bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24125
- AegisName: "Heal_Shadow_Pendant"
- Name: "Heal Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- skill AL_HEAL,1;
- bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24126
- AegisName: "Hiding_Shadow_Armor"
- Name: "Hiding Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- skill TF_HIDING,1;
- bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 24127
- AegisName: "Hiding_Shadow_Shoes"
- Name: "Hiding Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- skill TF_HIDING,1;
- bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 24128
- AegisName: "Hiding_Shadow_Shield"
- Name: "Hiding Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- skill TF_HIDING,1;
- bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 24129
- AegisName: "Hiding_Shadow_Weapon"
- Name: "Hiding Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- skill TF_HIDING,1;
- bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 24130
- AegisName: "Hiding_Shadow_Earring"
- Name: "Hiding Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- skill TF_HIDING,1;
- bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 24131
- AegisName: "Hiding_Shadow_Pendant"
- Name: "Hiding Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- skill TF_HIDING,1;
- bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 24132
- AegisName: "Cloaking_Shadow_Armor"
- Name: "Cloaking Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- skill AS_CLOAKING,1;
- bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 24133
- AegisName: "Cloaking_Shadow_Shoes"
- Name: "Cloaking Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- skill AS_CLOAKING,1;
- bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 24134
- AegisName: "Cloaking_Shadow_Shield"
- Name: "Cloaking Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- skill AS_CLOAKING,1;
- bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 24135
- AegisName: "Cloaking_Shadow_Weapon"
- Name: "Cloaking Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- skill AS_CLOAKING,1;
- bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 24136
- AegisName: "Cloaking_Shadow_Earring"
- Name: "Cloaking Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- skill AS_CLOAKING,1;
- bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 24137
- AegisName: "Cloaking_Shadow_Pendant"
- Name: "Cloaking Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- skill AS_CLOAKING,1;
- bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
- ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 24138
- AegisName: "Teleport_Shadow_Armor"
- Name: "Teleport Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- skill AL_TELEPORT,1;
- bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
- ">
-},
-{
- Id: 24139
- AegisName: "Teleport_Shadow_Shoes"
- Name: "Teleport Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- skill AL_TELEPORT,1;
- bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
- ">
-},
-{
- Id: 24140
- AegisName: "Teleport_Shadow_Shield"
- Name: "Teleport Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- skill AL_TELEPORT,1;
- bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
- ">
-},
-{
- Id: 24141
- AegisName: "Teleport_Shadow_Weapon"
- Name: "Teleport Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- skill AL_TELEPORT,1;
- bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
- ">
-},
-{
- Id: 24142
- AegisName: "Teleport_Shadow_Earring"
- Name: "Teleport Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- skill AL_TELEPORT,1;
- bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
- ">
-},
-{
- Id: 24143
- AegisName: "Teleport_Shadow_Pendant"
- Name: "Teleport Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- skill AL_TELEPORT,1;
- bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
- ">
-},
-{
- Id: 24144
- AegisName: "Steal_Shadow_Armor"
- Name: "Steal Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- skill TF_STEAL,1;
- bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24145
- AegisName: "Steal_Shadow_Shoes"
- Name: "Steal Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- skill TF_STEAL,1;
- bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24146
- AegisName: "Steal_Shadow_Shield"
- Name: "Steal Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- skill TF_STEAL,1;
- bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24147
- AegisName: "Steal_Shadow_Weapon"
- Name: "Steal Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- skill TF_STEAL,1;
- bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24148
- AegisName: "Steal_Shadow_Earring"
- Name: "Steal Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- skill TF_STEAL,1;
- bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24149
- AegisName: "Steal_Shadow_Pendant"
- Name: "Steal Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- skill TF_STEAL,1;
- bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
- ">
-},
-{
- Id: 24150
- AegisName: "Infinity_Shadow_Earring"
- Name: "Infinity Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus2 bSubSize,Size_All,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
- ">
-},
-{
- Id: 24151
- AegisName: "Infinity_Shadow_Pendant"
- Name: "Infinity Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus2 bSubSize,Size_All,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
- ">
-},
-{
- Id: 24152
- AegisName: "Solid_Shadow_Weapon"
- Name: "Solid Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus bBaseAtk,5+(getrefine()/2); ">
-},
-{
- Id: 24153
- AegisName: "Solid_Shadow_Earring"
- Name: "Solid Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bHit,5+(getrefine()/2); ">
-},
-{
- Id: 24154
- AegisName: "Solid_Shadow_Armor"
- Name: "Solid Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bDef,5+(getrefine()/2); ">
-},
-{
- Id: 24155
- AegisName: "Solid_Shadow_Pendant"
- Name: "Solid Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus bMdef,(getrefine()/2); ">
-},
-{
- Id: 24156
- AegisName: "Demihuman_Shadow_Weapon"
- Name: "Demihuman Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_DemiPlayer,5+(getrefine()/2); ">
-},
-{
- Id: 24157
- AegisName: "Exorcist_Shadow_Weapon"
- Name: "Exorcist Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Demon,5+(getrefine()/2); ">
-},
-{
- Id: 24158
- AegisName: "Hunting_Shadow_Weapon"
- Name: "Hunting Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Brute,5+(getrefine()/2); ">
-},
-{
- Id: 24159
- AegisName: "Insect_Shadow_Weapon"
- Name: "Insect Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Insect,5+(getrefine()/2); ">
-},
-{
- Id: 24160
- AegisName: "Fishing_Shadow_Weapon"
- Name: "Fishing Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Fish,5+(getrefine()/2); ">
-},
-{
- Id: 24161
- AegisName: "Dragon_Killer_Shadow_Weapon"
- Name: "Dragon Killer Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Dragon,5+(getrefine()/2); ">
-},
-{
- Id: 24162
- AegisName: "Angelus_Shadow_Weapon"
- Name: "Angelus Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Angel,5+(getrefine()/2); ">
-},
-{
- Id: 24163
- AegisName: "Formless_Shadow_Weapon"
- Name: "Formless Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Formless,5+(getrefine()/2); ">
-},
-{
- Id: 24164
- AegisName: "Holy_Water_Shadow_Weapon"
- Name: "Holy Water Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Undead,5+(getrefine()/2); ">
-},
-{
- Id: 24165
- AegisName: "Plant_Shadow_Weapon"
- Name: "Plant Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreDefRate,RC_Plant,5+(getrefine()/2); ">
-},
-{
- Id: 24166
- AegisName: "Penetration_Shadow_Earring"
- Name: "Penetration Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus2 bIgnoreDefRate,RC_NonBoss,5+(getrefine()/2);
- bonus2 bIgnoreDefRate,RC_Boss,5+(getrefine()/2);
- ">
-},
-{
- Id: 24167
- AegisName: "Penetration_Shadow_Pendant"
- Name: "Penetration Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus2 bIgnoreDefRate,RC_NonBoss,5+(getrefine()/2);
- bonus2 bIgnoreDefRate,RC_Boss,5+(getrefine()/2);
- ">
-},
-{
- Id: 24168
- AegisName: "Tempest_Shadow_Earring"
- Name: "Tempest Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus2 bIgnoreMdefRate,RC_NonBoss,5+(getrefine()/2); ">
-},
-{
- Id: 24169
- AegisName: "Tempest_Pendant_Shadow"
- Name: "Tempest Pendant Shadow"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus2 bIgnoreMdefRate,RC_NonBoss,5+(getrefine()/2); ">
-},
-{
- Id: 24170
- AegisName: "Magic_Executioner_Shadow_Weapon"
- Name: "Magic Executioner Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_DemiPlayer,5+(getrefine()/2); ">
-},
-{
- Id: 24171
- AegisName: "Magic_Exorcist_Shadow_Weapon"
- Name: "Magic Exorcist Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Demon,5+(getrefine()/2); ">
-},
-{
- Id: 24172
- AegisName: "Magic_Hunting_Shadow_Weapon"
- Name: "Magic Hunting Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Brute,5+(getrefine()/2); ">
-},
-{
- Id: 24173
- AegisName: "Magic_Insecticide_Shadow_Weapon"
- Name: "Magic Insecticide Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Insect,5+(getrefine()/2); ">
-},
-{
- Id: 24174
- AegisName: "Magic_Fishing_Shadow_Weapon"
- Name: "Magic Fishing Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Fish,5+(getrefine()/2); ">
-},
-{
- Id: 24175
- AegisName: "Magic_Dragon_Killer_Shadow_Weapon"
- Name: "Magic Dragon Killer Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Dragon,5+(getrefine()/2); ">
-},
-{
- Id: 24176
- AegisName: "Magic_Angelus_Shadow_Weapon"
- Name: "Magic Angelus Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Angel,5+(getrefine()/2); ">
-},
-{
- Id: 24177
- AegisName: "Magic_Formless_Shadow_Weapon"
- Name: "Magic Formless Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Formless,5+(getrefine()/2); ">
-},
-{
- Id: 24178
- AegisName: "Magic_Holy_Water_Shadow_Weapon"
- Name: "Magic Holy Water Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Undead,5+(getrefine()/2); ">
-},
-{
- Id: 24179
- AegisName: "Magic_Caesars_Shadow_Weapon"
- Name: "Magic Caesars Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus2 bIgnoreMdefRate,RC_Plant,5+(getrefine()/2); ">
-},
-{
- Id: 24180
- AegisName: "Bearer's_Shadow_Armor"
- Name: "Bearer's Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bMdef,1+(getrefine()/2); ">
-},
-{
- Id: 24181
- AegisName: "Bearer's_Shadow_Shoes"
- Name: "Bearer's Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <" bonus bMaxSP,50+(5*(getrefine()/2)); ">
-},
-{
- Id: 24182
- AegisName: "Bearer's_Shadow_Shield"
- Name: "Bearer's Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <" bonus bDef,5+(getrefine()/2); ">
-},
-{
- Id: 24183
- AegisName: "Bearer's_Shadow_Weapon"
- Name: "Bearer's Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <" bonus bMaxHP,100+(10*(getrefine()/2)); ">
-},
-{
- Id: 24184
- AegisName: "Bearer's_Shadow_Earring"
- Name: "Bearer's Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <" bonus bMatk,5+(getrefine()/2); ">
-},
-{
- Id: 24185
- AegisName: "Bearer's_Shadow_Pendant"
- Name: "Bearer's Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <" bonus bBaseAtk,5+(getrefine()/2); ">
-},
-{
- Id: 24186
- AegisName: "Basis_Shadow_Armor"
- Name: "Basis Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Neutral,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Neutral,1+(getrefine()/2);
- ">
-},
-{
- Id: 24187
- AegisName: "Hallowed_Shadow_Armor"
- Name: "Hallowed Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Dark,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Dark,1+(getrefine()/2);
- ">
-},
-{
- Id: 24188
- AegisName: "Underneith_Shadow_Armor"
- Name: "Underneith Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Water,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Water,1+(getrefine()/2);
- ">
-},
-{
- Id: 24189
- AegisName: "Underneath_Shadow_Armor"
- Name: "Underneath Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Earth,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Earth,1+(getrefine()/2);
- ">
-},
-{
- Id: 24190
- AegisName: "Flame_Shadow_Armor"
- Name: "Flame Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Fire,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Fire,1+(getrefine()/2);
- ">
-},
-{
- Id: 24191
- AegisName: "Windy_Shadow_Armor"
- Name: "Windy Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Wind,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Wind,1+(getrefine()/2);
- ">
-},
-{
- Id: 24192
- AegisName: "Envenom_Shadow_Armor"
- Name: "Envenom Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Poison,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Poison,1+(getrefine()/2);
- ">
-},
-{
- Id: 24193
- AegisName: "Damned_Shadow_Armor"
- Name: "Damned Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Holy,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Holy,1+(getrefine()/2);
- ">
-},
-{
- Id: 24194
- AegisName: "Exorcism_Shadow_Armor"
- Name: "Exorcism Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Ghost,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Ghost,1+(getrefine()/2);
- ">
-},
-{
- Id: 24195
- AegisName: "Divine_Shadow_Armor"
- Name: "Divine Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus2 bAddEle,Ele_Undead,1+(getrefine()/2);
- bonus2 bMagicAddEle,Ele_Undead,1+(getrefine()/2);
- ">
-},
-{
- Id: 24196
- AegisName: "Hasty_Shadow_Shoes"
- Name: "Hasty Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <" bonus bFlee,5+(getrefine()/2); ">
-},
-{
- Id: 24197
- AegisName: "Hasty_Shadow_Armor"
- Name: "Hasty Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <" bonus bFlee,5+(getrefine()/2); ">
-},
-{
- Id: 24198
- AegisName: "Basis_Shadow_Shield"
- Name: "Basis Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Neutral property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Neutral property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Neutral property monsters by 1%. */
- ">
-},
-{
- Id: 24199
- AegisName: "Hallowed_Shadow_Shield"
- Name: "Hallowed Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Shadow property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Shadow property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Shadow property monsters by 1%. */
- ">
-},
-{
- Id: 24200
- AegisName: "Saharic_Shadow_Shield"
- Name: "Saharic Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Water property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Water property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Water property monsters by 1%. */
- ">
-},
-{
- Id: 24201
- AegisName: "Underneath_Shadow_Shield"
- Name: "Underneath Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Earth property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Earth property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Earth property monsters by 1%. */
- ">
-},
-{
- Id: 24202
- AegisName: "Flammable_Shadow_Shield"
- Name: "Flammable Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Fire property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Fire property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Fire property monsters by 1%. */
- ">
-},
-{
- Id: 24203
- AegisName: "Windy_Shadow_Shield"
- Name: "Windy Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Wind property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Wind property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Wind property monsters by 1%. */
- ">
-},
-{
- Id: 24204
- AegisName: "Envenom_Shadow_Shield"
- Name: "Envenom Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Poison property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Poison property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Poison property monsters by 1%. */
- ">
-},
-{
- Id: 24205
- AegisName: "Damned_Shadow_Shield"
- Name: "Damned Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Holy property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Holy property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Holy property monsters by 1%. */
- ">
-},
-{
- Id: 24206
- AegisName: "Exorcism_Shadow_Shield"
- Name: "Exorcism Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Ghost property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Ghost property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Ghost property monsters by 1%. */
- ">
-},
-{
- Id: 24207
- AegisName: "Divine_Shadow_Shield"
- Name: "Divine Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- /* Reduces physical and magical damage receive from Undead property monsters by 1%. */
- /* Refined to +7, reduces physical and magical damage receive from Undead property monsters by 1%. */
- /* Refined to +9, reduces physical and magical damage receive from Undead property monsters by 1%. */
- ">
-},
-{
- Id: 24208
- AegisName: "Expert_Shadow_Shoes"
- Name: "Expert Shadow Shoes"
- Type: 5
- Buy: 20
- Weight: 100
- Loc: 524288
- EquipLv: [150, 175]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,1;
- bonus2 bExpAddRace,RC_NonBoss,1;
- ">
-},
-{
- Id: 24209
- AegisName: "Expert_Shield_Shadow"
- Name: "Expert Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- EquipLv: [150, 175]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,(getrefine()/4);
- bonus2 bExpAddRace,RC_NonBoss,(getrefine()/4);
- ">
-},
-{
- Id: 24210
- AegisName: "Beginner_Shadow_Shoes"
- Name: "Beginner Shadow Shoes"
- Type: 5
- Buy: 20
- Loc: 524288
- EquipLv: [1, 49]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,getrefine();
- bonus2 bExpAddRace,RC_NonBoss,getrefine();
- ">
-},
-{
- Id: 24211
- AegisName: "Beginner_Shadow_Shield"
- Name: "Beginner Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- EquipLv: [1, 49]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,getrefine();
- bonus2 bExpAddRace,RC_NonBoss,getrefine();
- ">
-},
-{
- Id: 24212
- AegisName: "Rookie_Shadow_Shoes"
- Name: "Rookie Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- EquipLv: [50, 99]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,(getrefine()/2);
- bonus2 bExpAddRace,RC_NonBoss,(getrefine()/2);
- ">
-},
-{
- Id: 24213
- AegisName: "Rookie_Shadow_Shield"
- Name: "Rookie Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- EquipLv: [50, 99]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,(getrefine()/2);
- bonus2 bExpAddRace,RC_NonBoss,(getrefine()/2);
- ">
-},
-{
- Id: 24214
- AegisName: "Advanced_Shadow_Shoes"
- Name: "Advanced Shadow Shoes"
- Type: 5
- Buy: 20
- Loc: 524288
- EquipLv: [100, 149]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,(getrefine()/3);
- bonus2 bExpAddRace,RC_NonBoss,(getrefine()/3);
- ">
-},
-{
- Id: 24215
- AegisName: "Advanced_Shadow_Shield"
- Name: "Advanced Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- EquipLv: [100, 149]
- Script: <"
- bonus2 bExpAddRace,RC_Boss,(getrefine()/3);
- bonus2 bExpAddRace,RC_NonBoss,(getrefine()/3);
- ">
-},
-{
- Id: 24216
- AegisName: "Attack_Shadow_Armor"
- Name: "Attack Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- autobonus "{ bonus bAtk2,(getrefine()*5); }",(getrefine()*20)+100,3000,BF_NORMAL;
- ">
-},
-{
- Id: 24217
- AegisName: "Blitz_Shadow_Earring"
- Name: "Blitz Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus bHit,(getrefine()/2)+5;
- if (getrefine()>=7) { bonus bAspd,1; }
- ">
-},
-{
- Id: 24218
- AegisName: "Blitz_Shadow_Pendant"
- Name: "Blitz Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- Script: <"
- bonus bAtk2,(getrefine()/2)+5;
- if (getrefine()>=7) { bonus bAspd,1; }
- ">
-},
-{
- Id: 24219
- AegisName: "Cold_Bolt_Shadow_Armor"
- Name: "Cold Bolt Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- if (getrefine()>=2) {
- autobonus "{ bonus3 bAutoSpell,14,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
- }
- ">
-},
-{
- Id: 24220
- AegisName: "Fire_Bolt_Shadow_Armor"
- Name: "Fire Bolt Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- if (getrefine()>=2) {
- autobonus "{ bonus3 bAutoSpell,19,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
- }
- ">
-},
-{
- Id: 24221
- AegisName: "Lightning_Bolt_Shadow_Armor"
- Name: "Lightning Bolt Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- if (getrefine()>=2) {
- autobonus "{ bonus3 bAutoSpell,20,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
- }
- ">
-},
-{
- Id: 24222
- AegisName: "Earth_Spike_Shadow_Armor"
- Name: "Earth Spike Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- if (getrefine()>=2) {
- autobonus "{ bonus3 bAutoSpell,90,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
- }
- ">
-},
-{
- Id: 24223
- AegisName: "Enhanced_Force_Shadow_Weapon"
- Name: "Enhanced Force Shadow Weapon"
- Type: 5
- Buy: 10
- Upper: 56
- Loc: 131072
- EquipLv: 100
- Script: <"
- bonus bAtk2,10;
- bonus bAtkRate,(getrefine()/2);
- ">
-},
-{
- Id: 24224
- AegisName: "Force_Shadow_Weapon"
- Name: "Force Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- EquipLv: 70
- Script: <"
- bonus bAtkRate,1;
- if (getrefine()>=7) { bonus bAtkRate,1; }
- if (getrefine()>=9) { bonus bAtkRate,1; }
- ">
-},
-{
- Id: 24225
- AegisName: "Force_Shadow_Earring"
- Name: "Force Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- EquipLv: 70
- Script: <"
- bonus bAtk2,(5+getrefine());
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- if (getrefine()>=9) { bonus bMaxSPrate,1; }
- ">
-},
-{
- Id: 24226
- AegisName: "Force_Shadow_Pendant"
- Name: "Force Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- EquipLv: 70
- Script: <"
- bonus bAtk2,5+getrefine();
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- if (getrefine()>=9) { bonus bMaxSPrate,1; }
- ">
-},
-{
- Id: 24227
- AegisName: "Enhanced_Soul_Shadow_Weapon"
- Name: "Enhanced Soul Shadow Weapon"
- Type: 5
- Buy: 10
- Upper: 56
- Loc: 131072
- EquipLv: 100
- Script: <"
- bonus bMatk,10;
- bonus bMatkRate,(getrefine()/2);
- ">
-},
-{
- Id: 24228
- AegisName: "Soul_Shadow_Weapon"
- Name: "Soul Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- EquipLv: 70
- Script: <"
- bonus bMatkRate,1;
- if (getrefine()>=7) { bonus bMatkRate,1; }
- if (getrefine()>=9) { bonus bMatkRate,1; }
- ">
-},
-{
- Id: 24229
- AegisName: "Soul_Shadow_Earring"
- Name: "Soul Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- EquipLv: 70
- Script: <"
- bonus bMatk,(5+getrefine());
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- if (getrefine()>=9) { bonus bMatkRate,1; }
- ">
-},
-{
- Id: 24230
- AegisName: "Soul_Shadow_Pendant"
- Name: "Soul Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- EquipLv: 70
- Script: <"
- bonus bMatk,(5+getrefine());
- if (getrefine()>=7) { bonus bMaxHPrate,1; }
- if (getrefine()>=9) { bonus bMatkRate,1; }
- ">
-},
-{
- Id: 24231
- AegisName: "Blitz_Shadow_Shoes"
- Name: "Blitz Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bFlee,5;
- if (getrefine()>=2) { bonus bCritical,2; }
- if (getrefine()>=7) { bonus bAspd,1; }
- if (getrefine()>=9) { bonus bAspd,1; }
- ">
-},
-{
- Id: 24232
- AegisName: "Blitz_Shadow_Shield"
- Name: "Blitz Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bCritical,5;
- if (getrefine()>=2) { bonus bCritical,2; }
- if (getrefine()>=7) { bonus bAspd,1; }
- if (getrefine()>=9) { bonus bAspd,1; }
- ">
-},
-{
- Id: 24233
- AegisName: "Exceeding_Shadow_Weapon"
- Name: "Exceeding Shadow Weapon"
- Type: 5
- Buy: 10
- Loc: 131072
- Script: <"
- bonus bAtk,5;
- bonus bMatk,5;
- bonus bAtkRate,getrefine();
- bonus bMatkRate,getrefine();
- ">
-},
-{
- Id: 24234
- AegisName: "Titan_Shadow_Earring"
- Name: "Titan Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus2 bAddSize,Size_Large,1;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Large,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Large,2; }
- ">
-},
-{
- Id: 24235
- AegisName: "Titan_Shadow_Pendant"
- Name: "Titan Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- EquipLv: 70
- Script: <"
- bonus2 bAddSize,Size_Large,1;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Large,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Large,2; }
- ">
-},
-{
- Id: 24236
- AegisName: "Boned_Shadow_Earring"
- Name: "Boned Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus2 bAddSize,Size_Medium,1;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Medium,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Medium,2; }
- ">
-},
-{
- Id: 24237
- AegisName: "Boned_Shadow_Pendant"
- Name: "Boned Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- EquipLv: 70
- Script: <"
- bonus2 bAddSize,Size_Medium,1;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Medium,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Medium,2; }
- ">
-},
-{
- Id: 24238
- AegisName: "Gigantic_Shadow_Earring"
- Name: "Gigantic Shadow Earring"
- Type: 5
- Buy: 10
- Loc: 1048576
- Script: <"
- bonus2 bAddSize,Size_Small,1;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Small,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Small,2; }
- ">
-},
-{
- Id: 24239
- AegisName: "Gigantic_Shadow_Pendant"
- Name: "Gigantic Shadow Pendant"
- Type: 5
- Buy: 10
- Loc: 2097152
- EquipLv: 70
- Script: <"
- bonus2 bAddSize,Size_Small,1;
- if (getrefine()>=7) { bonus2 bAddSize,Size_Small,1; }
- if (getrefine()>=9) { bonus2 bAddSize,Size_Small,2; }
- ">
-},
-{
- Id: 24240
- AegisName: "Caster_Shadow_Shoes"
- Name: "Caster Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bMatk,5;
- bonus bUseSPrate,-1;
- bonus bUseSPrate,-(getrefine()/2);
- ">
-},
-{
- Id: 24241
- AegisName: "Caster_Shadow_Shield"
- Name: "Caster Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bMatk,5;
- bonus bUseSPrate,-1;
- bonus bUseSPrate,-(getrefine()/2);
- ">
-},
-{
- Id: 24242
- AegisName: "Caster_Shadow_Armor"
- Name: "Caster Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bMatk,5;
- bonus bUseSPrate,-1;
- bonus bUseSPrate,-(getrefine()/2);
- ">
-},
-{
- Id: 24243
- AegisName: "Reload_Shadow_Shoes"
- Name: "Reload Shadow Shoes"
- Type: 5
- Buy: 10
- Loc: 524288
- Script: <"
- bonus bDelayrate,-1;
- if (getrefine()>=7) { bonus bDelayrate,-1; }
- if (getrefine()>=9) { bonus bDelayrate,-1; }
- ">
-},
-{
- Id: 24244
- AegisName: "Reload_Shadow_Shield"
- Name: "Reload Shadow Shield"
- Type: 5
- Buy: 10
- Loc: 262144
- Script: <"
- bonus bDelayrate,-1;
- if (getrefine()>=7) { bonus bDelayrate,-1; }
- if (getrefine()>=9) { bonus bDelayrate,-1; }
- ">
-},
-{
- Id: 24245
- AegisName: "Reload_Shadow_Armor"
- Name: "Reload Shadow Armor"
- Type: 5
- Buy: 10
- Loc: 65536
- Script: <"
- bonus bDelayrate,-1;
- if (getrefine()>=7) { bonus bDelayrate,-1; }
- if (getrefine()>=9) { bonus bDelayrate,-1; }
- ">
-},
-// New Katars
-// ===================================================================
-{
- Id: 28000
- AegisName: "Thanatos_Katar"
- Name: "Thanatos Katar"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 220
- Matk: 80
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 16
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 28001
- AegisName: "Evil_Slayer_Ripper_Katar"
- Name: "Evil Slayer Ripper Katar"
- Type: 4
- Buy: 20
- Weight: 1200
- Atk: 120
- Range: 1
- Slots: 1
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 3
- EquipLv: 100
- View: 16
- Script: <"
- bonus2 bAddRace,RC_Demon,10;
- bonus2 bAddRace,RC_Undead,10;
- if(getrefine()>8) { bonus bAtkRate,5; }
- if(getrefine()>11) { bonus bAtkRate,7; }
- ">
-},
-{
- Id: 28002
- AegisName: "Half_BF_Katar2"
- Name: "Half BF Katar2"
- Type: 4
- Buy: 20
- Atk: 130
- Range: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 16
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bLuk,1;
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus bCritAtkRate,10;
- bonus bAspdRate,3;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 28007
- AegisName: "Crimson_Katar"
- Name: "Crimson Katar"
- Type: 4
- Buy: 20
- Weight: 1300
- Atk: 130
- Range: 1
- Slots: 2
- Job: 0x00001000
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 16
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,5*((BaseLevel-70)/10); }
- ">
-},
-{
- Id: 28008
- AegisName: "Katar_of_Vicious_Mind"
- Name: "Katar of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1800
- Atk: 180
- Range: 1
- Slots: 1
- Job: 0x00001000
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 16
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- ">
-},
-{
- Id: 28010
- AegisName: "Juliette_de_Rachel"
- Name: "Juliette de Rachel"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 300
- Range: 1
- Slots: 2
- Job: 0x00001000
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 170
- View: 16
- Script: <"
- bonus bAtkRate,getrefine()/2;
- bonus bAspdRate,getrefine();
- bonus bUnbreakableWeapon,0;
- ">
-},
-// New Axes
-// ===================================================================
-{
- Id: 28100
- AegisName: "Thanatos_Axe"
- Name: "Thanatos Axe"
- Type: 4
- Buy: 20
- Weight: 4000
- Atk: 300
- Matk: 80
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 120
- View: 7
- Script: <"
- bonus bInt,6;
- bonus bVit,6;
- bonus bLuk,-6;
- bonus2 bSPDrainRate,10,5;
- bonus2 bHPDrainRate,10,5;
- bonus2 bHPLossRate,100,10000;
- ">
- OnUnequipScript: <" heal -1000,0; ">
-},
-{
- Id: 28101
- AegisName: "Axe_Tornado"
- Name: "Axe Tornado"
- Type: 4
- Buy: 500
- Weight: 4000
- Atk: 320
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 7
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bSkillCooldown,NC_AXETORNADO,-1000;
- ">
-},
-{
- Id: 28105
- AegisName: "Infinity_Two_handed_Axe"
- Name: "Infinity Two-handed Axe"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 265
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Upper: 56
- Loc: 34
- WeaponLv: 4
- EquipLv: 100
- View: 7
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 28106
- AegisName: "Crimson_Two_handed_Axe"
- Name: "Crimson Two-handed Axe"
- Type: 4
- Buy: 20
- Weight: 2000
- Atk: 200
- Range: 1
- Slots: 2
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 3
- EquipLv: 70
- View: 7
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtk,pow(min(getrefine(),15),2);
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 28107
- AegisName: "Two_Handed_Axe_of_Vicious_Mind"
- Name: "Two-Handed Axe of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 2500
- Atk: 250
- Range: 1
- Slots: 1
- Job: 0x000444A2
- Loc: 34
- WeaponLv: 4
- EquipLv: 160
- View: 7
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bUnbreakableWeapon,0;
- ">
-},
-// New Grenade Launcher
-// ===================================================================
-{
- Id: 28200
- AegisName: "End_Of_The_Horizon"
- Name: "End Of The Horizon"
- Type: 4
- Buy: 2700000
- Weight: 2400
- Atk: 410
- Range: 9
- Slots: 1
- Job: 0x40000000
- Loc: 34
- WeaponLv: 4
- EquipLv: 110
- View: 21
-},
-{
- Id: 28201
- AegisName: "South_Cross"
- Name: "Southern Cross"
- Type: 4
- Buy: 2800000
- Weight: 2000
- Atk: 480
- Range: 9
- Job: 0x40000000
- Loc: 34
- WeaponLv: 4
- EquipLv: 141
- View: 21
- Script: <" bonus3 bAutoSpell,GC_CROSSIMPACT,1,50; ">
-},
-{
- Id: 28202
- AegisName: "Southern_Cross_"
- Name: "Southern Cross"
- Type: 4
- Buy: 2800000
- Weight: 2000
- Atk: 480
- Range: 9
- Slots: 1
- Job: 0x40000000
- Loc: 34
- WeaponLv: 4
- EquipLv: 141
- View: 21
- Script: <" bonus3 bAutoSpell,GC_CROSSIMPACT,1,50; ">
-},
-{
- Id: 28203
- AegisName: "Half_BF_Rifle1"
- Name: "Half BF Rifle1"
- Type: 4
- Buy: 0
- Atk: 50
- Range: 9
- Job: 0x41000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 18
- Script: <"
- bonus bDex,2;
- bonus bHit,8;
- bonus bCritical,8;
- bonus2 bAddRace,RC_DemiPlayer,30;
- bonus2 bVariableCastrate,GS_TRACKING,-20;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 28204
- AegisName: "Half_BF_Shotgun1"
- Name: "Half BF Shotgun1"
- Type: 4
- Buy: 0
- Atk: 100
- Range: 9
- Job: 0x41000000
- Loc: 34
- WeaponLv: 3
- EquipLv: 80
- View: 20
- Script: <"
- bonus bDex,2;
- bonus bSplashRange,1;
- bonus2 bAddRace,RC_DemiPlayer,30;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,10;
- autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }",30,6000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-// New Accessories
-// ===================================================================
-{
- Id: 28306
- AegisName: "Luna's_Blessing"
- Name: "Luna's Blessing"
- Type: 5
- Weight: 100
- Def: 5
- Loc: 136
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bAllStats,1;
- bonus5 bAutoSpell,CG_TAROTCARD,5,100,BF_WEAPON|BF_MAGIC,1;
- ">
-},
-{
- Id: 28310
- AegisName: "Sarah's_Left_Earring"
- Name: "Sarah's Left Earring"
- Type: 5
- Weight: 100
- Loc: 136
- EquipLv: 145
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill AL_HEAL,1;
- ">
-},
-{
- Id: 28311
- AegisName: "Sarah's_Right_Earring"
- Name: "Sarah's Right Earring"
- Type: 5
- Weight: 100
- Loc: 136
- EquipLv: 145
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill AL_TELEPORT,1;
- ">
-},
-{
- Id: 28320
- AegisName: "Desperation_of_Assassin"
- Name: "Desperation of Assassin"
- Type: 5
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 50
- Script: <"
- bonus bAspd,1;
- ">
-},
-{
- Id: 28326
- AegisName: "Broken_Chips_01"
- Name: "Broken Chips 01"
- Type: 5
- Buy: 10
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 28327
- AegisName: "Broken_Chips_02"
- Name: "Broken Chips 02"
- Type: 5
- Buy: 10
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 100
- Script: <" bonus bInt,4; ">
-},
-{
- Id: 28332
- AegisName: "Jewerly_Ring"
- Name: "Jewerly Ring"
- Type: 5
- Buy: 10
- Weight: 100
- Loc: 136
- Refine: false
- Script: <"
- bonus bLuk,20;
- autobonus "{ bonus bAspd,2; }",50,2000,BF_WEAPON|BF_MAGIC;
- ">
-},
-{
- Id: 28333
- AegisName: "Gold_PC_Room_Ring"
- Name: "Gold PC Room Ring"
- Type: 5
- Buy: 10
- Slots: 1
- Loc: 136
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,3;
- bonus bMaxSPrate,3;
- ">
-},
-{
- Id: 28362
- AegisName: "Str_Gloves"
- Name: "Str Gloves"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 120
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bAtkRate,5;
- ">
-},
-{
- Id: 28363
- AegisName: "Agi_Gloves"
- Name: "Agi Gloves"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 120
- Refine: false
- Script: <"
- bonus bAgi,2;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 28364
- AegisName: "Int_Gloves"
- Name: "Int Gloves"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 120
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 28365
- AegisName: "Vit_Gloves"
- Name: "Vit Gloves"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 120
- Refine: false
- Script: <"
- bonus bVit,2;
- bonus bMaxHPrate,5;
- ">
-},
-{
- Id: 28366
- AegisName: "Dex_Gloves"
- Name: "Dex Gloves"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 120
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bVariableCastrate,-5;
- ">
-},
-{
- Id: 28367
- AegisName: "Luk_Gloves"
- Name: "Luk Gloves"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 136
- EquipLv: 120
- Refine: false
- Script: <"
- bonus bLuk,2;
- bonus bFlee2,5;
- ">
-},
-{
- Id: 28372
- AegisName: "Imperial_Ring"
- Name: "Imperial Ring"
- Type: 5
- Weight: 500
- Def: 3
- Slots: 1
- Loc: 136
- EquipLv: 50
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bMaxHPrate,3;
- bonus bMaxSPrate,3;
- ">
-},
-// New Books
-// ===================================================================
-{
- Id: 28604
- AegisName: "Crimson_Bible"
- Name: "Crimson Bible"
- Type: 4
- Buy: 20
- Weight: 450
- Atk: 45
- Range: 1
- Slots: 2
- Job: 0x00410100
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 15
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 28605
- AegisName: "Book_of_Vicious_Mind"
- Name: "Book of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 950
- Atk: 95
- Range: 1
- Slots: 1
- Job: 0x00410100
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 15
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2);
- bonus bUnbreakableWeapon,0;
- ">
-},
-// New Daggers
-// ===================================================================
-{
- Id: 28703
- AegisName: "Infinity_Dagger"
- Name: "Infinity Dagger"
- Type: 4
- Buy: 20
- Weight: 500
- Atk: 125
- Matk: 100
- Range: 1
- Slots: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 100
- View: 1
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 28704
- AegisName: "Twilight_Desert_"
- Name: "Desert Twilight"
- Type: 4
- Buy: 20
- Weight: 600
- Atk: 130
- Range: 1
- Slots: 4
- Job: 0x00001000
- Upper: 58
- Loc: 2
- WeaponLv: 2
- EquipLv: 70
- View: 1
-},
-{
- Id: 28705
- AegisName: "Crimson_Dagger"
- Name: "Crimson Dagger"
- Type: 4
- Buy: 20
- Weight: 550
- Atk: 55
- Range: 1
- Slots: 2
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 3
- EquipLv: 70
- View: 1
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
- ">
-},
-{
- Id: 28706
- AegisName: "Dagger_of_Vicious_Mind"
- Name: "Dagger of Vicious Mind"
- Type: 4
- Buy: 20
- Weight: 1050
- Atk: 105
- Matk: 50
- Range: 1
- Slots: 1
- Job: 0x228F5EEF
- Loc: 2
- WeaponLv: 4
- EquipLv: 160
- View: 1
- Script: <"
- bonus bAtk,pow(min(getrefine(),15),2);
- bonus bMatk,pow(min(getrefine(),15),2)/2;
- ">
-},
-// New Shields
-// ===================================================================
-{
- Id: 28900
- AegisName: "Praetorian_Shield"
- Name: "Praetorian Shield"
- Type: 5
- Buy: 20
- Weight: 3000
- Def: 30
- Slots: 1
- Loc: 32
- EquipLv: 100
- View: 1
- Script: <"
- skill LG_SHIELDSPELL,1;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20+(getrefine());
- bonus bDef,getrefine()*10;
- bonus bMdef,getrefine();
- ">
-},
-{
- Id: 28901
- AegisName: "Cursed_Mad_Bunny"
- Name: "Cursed Mad Bunny"
- Type: 5
- Weight: 100
- Loc: 32
- View: 1
- Script: <"
- bonus bAspd,3;
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus bShortWeaponDamageReturn,10;
- autobonus "{ bonus bMagicDamageReturn,60; }",100,2000,BF_MAGIC,"{ specialeffect2 EF_NONE; }";
- if(getrefine()>6) {
- bonus bAtk,5;
- bonus bMatk,5;
- }
- if(getrefine()>8) {
- bonus bAtk,10;
- bonus bMatk,10;
- }
- if(getrefine()>11) {
- bonus bNoCastCancel,0;
- bonus bCritical,10;
- }
- ">
-},
-{
- Id: 28902
- AegisName: "Mad_Bunny_"
- Name: "Mad Bunny"
- Type: 5
- Weight: 100
- Slots: 1
- Loc: 32
- View: 1
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus bShortWeaponDamageReturn,10;
- autobonus "{ bonus bMagicDamageReturn,60; }",100,2000,BF_MAGIC,"{ specialeffect2 EF_NONE; }";
- if(getrefine()>6) {
- bonus bAtk,5;
- bonus bMatk,5;
- }
- if(getrefine()>8) {
- bonus bAtk,10;
- bonus bMatk,10;
- }
- if(getrefine()>11) {
- bonus bNoCastCancel,0;
- bonus bCritical,10;
- }
- ">
-},
-)