diff options
author | Haruna <haru@dotalux.com> | 2014-05-31 03:29:36 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2014-05-31 03:29:36 +0200 |
commit | 8dc6717997e8e2d61c72603800b2d9ebba1bc180 (patch) | |
tree | 5ca6902da1b957ddc3d3ed816f5aaf4e339447f8 | |
parent | 5f0677d6557689e1d6dc9ab5da65a9e407e31b97 (diff) | |
parent | 0e1f7bb803c74695cb696928f207c3036c2ed37a (diff) | |
download | hercules-8dc6717997e8e2d61c72603800b2d9ebba1bc180.tar.gz hercules-8dc6717997e8e2d61c72603800b2d9ebba1bc180.tar.bz2 hercules-8dc6717997e8e2d61c72603800b2d9ebba1bc180.tar.xz hercules-8dc6717997e8e2d61c72603800b2d9ebba1bc180.zip |
Merge pull request #283 from dastgir/itemdb_remake
Extended item_db.conf to have several other formats.
-rw-r--r-- | db/item_avail.txt | 26 | ||||
-rw-r--r-- | db/item_nouse.txt | 132 | ||||
-rw-r--r-- | db/item_stack.txt | 28 | ||||
-rw-r--r-- | db/pre-re/item_buyingstore.txt | 1134 | ||||
-rw-r--r-- | db/pre-re/item_db.conf | 14993 | ||||
-rw-r--r-- | db/pre-re/item_delay.txt | 34 | ||||
-rw-r--r-- | db/pre-re/item_trade.txt | 1777 | ||||
-rw-r--r-- | db/re/item_buyingstore.txt | 1134 | ||||
-rw-r--r-- | db/re/item_db.conf | 16842 | ||||
-rw-r--r-- | db/re/item_delay.txt | 44 | ||||
-rw-r--r-- | db/re/item_trade.txt | 1958 | ||||
-rw-r--r-- | doc/item_db.txt | 75 | ||||
-rw-r--r-- | src/map/itemdb.c | 436 | ||||
-rw-r--r-- | src/map/itemdb.h | 6 | ||||
-rw-r--r-- | src/plugins/db2sql.c | 57 | ||||
-rw-r--r-- | tools/item_merge.lua | 624 |
16 files changed, 32606 insertions, 6694 deletions
diff --git a/db/item_avail.txt b/db/item_avail.txt deleted file mode 100644 index 7ec78923f..000000000 --- a/db/item_avail.txt +++ /dev/null @@ -1,26 +0,0 @@ -// Item Availability and Alias Database -// -// Structure of Database: -// ItemID,SpriteID -// -// 01. ItemID Item ID to change. -// 02. SpriteID Item ID which will be sent to the client instead of ItemID. -// If 0, the item becomes unavailable for use. If item_check is enabled and a player owns such an item, it will be removed upon next login/teleport. -// -// NOTE: Replaces an item client-side while keeping them separate server-side. -// Think of it as a way to disguise items. - -2240,2241 //Beard - Grampa Beard - -//Treasure Hunters Quest Items -//use these aliases if your game client doesn't support them normally -//7950,7021 -//7951,7042 -//1998,1250 -//1999,1472 - -//St. Patric's Day Quest (2008) Items -//Enable if you plan to use the quest. -//12715,7721 -//7915,673 -//7916,675 diff --git a/db/item_nouse.txt b/db/item_nouse.txt deleted file mode 100644 index 2615d4f50..000000000 --- a/db/item_nouse.txt +++ /dev/null @@ -1,132 +0,0 @@ -// Item Usage Restriction Configuration File -// Defines if an item cannot be used under certain circumstances -// Syntax: <item_id>, <flag>, <group_id_override> -// flag: -// 1 = Cannot use item while sitting -// X = more to come soon [TODO] -// group_id_override: group id necessary to override this setting - -619,1,100 // Unripe_Apple -620,1,100 // Orange_Juice -621,1,100 // Bitter_Herb -622,1,100 // Rainbow_Carrot -623,1,100 // Earthworm_The_Dude -624,1,100 // Rotten_Fish -625,1,100 // Lusty_Iron -626,1,100 // Monster_Juice -627,1,100 // Sweet_Milk -628,1,100 // Well_Dried_Bone -629,1,100 // Singing_Flower -630,1,100 // Dew_Laden_Moss -631,1,100 // Deadly_Noxious_Herb -632,1,100 // Fatty_Chubby_Earthworm -633,1,100 // Baked_Yam -634,1,100 // Tropical_Banana -635,1,100 // Horror_Of_Tribe -636,1,100 // No_Recipient -637,1,100 // Old_Broom -638,1,100 // Silver_Knife_Of_Chaste -639,1,100 // Armlet_Of_Obedience -640,1,100 // Shining_Stone -641,1,100 // Contracts_In_Shadow -642,1,100 // Book_Of_Devil -659,1,100 // Heart_Of_Her -660,1,100 // Prohibition_Red_Candle -661,1,100 // Sway_Apron -686,1,100 // Earth_Scroll_1_3 -687,1,100 // Earth_Scroll_1_5 -688,1,100 // Cold_Scroll_1_3 -689,1,100 // Cold_Scroll_1_5 -690,1,100 // Fire_Scroll_1_3 -691,1,100 // Fire_Scroll_1_5 -692,1,100 // Wind_Scroll_1_3 -693,1,100 // Wind_Scroll_1_5 -694,1,100 // Ghost_Scroll_1_3 -695,1,100 // Ghost_Scroll_1_5 -696,1,100 // Fire_Scroll_2_1 -697,1,100 // Fire_Scroll_2_5 -698,1,100 // Fire_Scroll_3_1 -699,1,100 // Fire_Scroll_3_5 -700,1,100 // Cold_Scroll_2_1 -11702,1,100 // Moon_Cookie -12000,1,100 // Cold_Scroll_2_5 -12001,1,100 // Holy_Scroll_1_3 -12002,1,100 // Holy_Scroll_1_5 -12027,1,100 // Giggling_Box -12028,1,100 // Box_Of_Thunder -12029,1,100 // Gloomy_Box -12030,1,100 // Box_Of_Grudge -12031,1,100 // Sleepy_Box -12032,1,100 // Box_Of_Storm -12033,1,100 // Box_Of_Sunlight -12034,1,100 // Painting_Box -12215,1,100 // Blessing_10_Scroll -12216,1,100 // Inc_Agi_10_Scroll -12217,1,100 // Aspersio_5_Scroll -12218,1,100 // Assumptio_5_Scroll -12219,1,100 // Wind_Walk_10_Scroll -12220,1,100 // Adrenaline_Scroll -12225,1,100 // Sweet_Candy_Striper -12235,1,100 // Strawberry_Choco -12236,1,100 // Choco_Tart -12237,1,100 // Choco_Lump -12290,1,100 // Mysterious_Can -12291,1,100 // Mysterious_PET_Bottle -12310,1,100 // Spray_Of_Flowers -12311,1,100 // Large_Spray_Of_Flowers -12313,1,100 // Protection_Of_Angel -12323,1,100 // N_Fly_Wing -12324,1,100 // N_Butterfly_Wing -12325,1,100 // N_Magnifier -12340,1,100 // Mysterious_Rice_Powder -12347,1,100 // Acorn_Jelly -12350,1,100 // Angeling_Potion -12358,1,100 // Fan_Of_Wind -12359,1,100 // Very_Soft_Plant -12360,1,100 // Very_Red_Juice -12361,1,100 // Delicious_Shaved_Ice -12362,1,100 // Kuloren -12363,1,100 // Fit_Pipe -12364,1,100 // Staff_Of_Leader -12365,1,100 // Charming_Lotus -12366,1,100 // Gril_Doll -12367,1,100 // Luxury_Whisky_Bottle -12368,1,100 // Splendid_Mirror -12369,1,100 // Oilpalm_Coconut -12370,1,100 // Gril's_Naivety -12371,1,100 // Magical_Lithography -12372,1,100 // Hell_Contract -12373,1,100 // Boy's_Naivety -12374,1,100 // Flaming_Ice -12376,1,100 // Mysterious_Can2 -12377,1,100 // Mysterious_PET_Bottle2 -12388,1,100 // Runstone_Crush -12389,1,100 // Runstone_Storm -12390,1,100 // Runstone_Millennium -12396,1,100 // Fools_Day_Box -12397,1,100 // Fools_Day_Box2 -12415,1,100 // Siege_Teleport_Scroll2 -12473,1,100 // RWC_Parti_Box -12474,1,100 // RWC_Final_Comp_Box -12706,1,100 // Lucky_Cookie01 -12707,1,100 // Lucky_Cookie02 -12708,1,100 // Lucky_Cookie03 -12725,1,100 // Runstone_Nosiege -12726,1,100 // Runstone_Rhydo -12727,1,100 // Runstone_Verkana -12728,1,100 // Runstone_Isia -12729,1,100 // Runstone_Asir -12730,1,100 // Runstone_Urj -12731,1,100 // Runstone_Turisus -12732,1,100 // Runstone_Pertz -12733,1,100 // Runstone_Hagalas -14521,1,100 // Repair_Scroll -14529,1,100 // Greed_Scroll -14532,1,100 // Battle_Manual25 -14587,1,100 // Repair_Scroll_ -14591,1,100 // Siege_Teleport_Scroll -14592,1,100 // Job_Manual50 -14593,1,100 // Magic_Power_Scroll -14594,1,100 // Quagmire_Scroll -14599,1,100 // Greed_Scroll_C -14606,1,100 // Job_Manual25 diff --git a/db/item_stack.txt b/db/item_stack.txt deleted file mode 100644 index 262945c4c..000000000 --- a/db/item_stack.txt +++ /dev/null @@ -1,28 +0,0 @@ -// Item Stacking Restriction File -// Prevents an item to be stacked more than x times in given -// inventory types. Generally used by 3rd class related skill items. -// Format: <item id>,<stack limit amount>,<type> -// Type mask values: -// &1: Character inventory restriction -// &2: Character cart restriction -// &4: Account storage restriction -// &8: Guild storage restriction -// Example: -// 512,4,12 // Will not allow more than 4 Apples in storages. -// Note: -// Stack limit of 0 will disable a restriction. - -// Rune Knight -12725,20,1 // Nauthiz Rune -12726,20,1 // Raido Rune -12727,20,1 // Berkana Rune -12728,20,1 // Isa Rune -12729,20,1 // Othila Rune -12730,20,1 // Uruz Rune -12731,20,1 // Thurisaz Rune -12732,20,1 // Wyrd Rune -12733,20,1 // Hagalaz Rune -22540,20,1 // Lux Anima Rune - -// Arch Bishop -12333,3,1 // Ancilla diff --git a/db/pre-re/item_buyingstore.txt b/db/pre-re/item_buyingstore.txt deleted file mode 100644 index 879f49927..000000000 --- a/db/pre-re/item_buyingstore.txt +++ /dev/null @@ -1,1134 +0,0 @@ -// Buying Store Item List -// List of items, that can be sold to buying stores. -// Format: <item id> -// Example: -// 512 // Apple -// Note: -// Items are in same order as data\buyingstoreitemlist.txt, which -// must be edited as well for the client to accept added items. - -// items from 2011-11-02 update -714 // Emperium -6381 // Field_Shovel -6382 // Urn -6393 // Round_Feather -6394 // Golden_Feather -6395 // Angel_Magic_Power -//6403 -//6404 -//6405 -//6423 -//6469 -//6470 -//6471 -//6493 -//6496 -//6497 -//6498 -//6499 -//6508 -//6509 -//6510 -//6511 -//6512 -//6513 -//6514 -//6515 -//6516 -//6517 -//6518 -//6523 -//6524 -//6525 -7347 // Lab_Staff_Record -7760 // Yaga_Magic_Book -7762 // Yaga_Pestle -7824 // Spirit_Liquor -11519 // Beef_Toast -11520 // Mora_Mandarin -11521 // Pingui_Berry_Juice -11522 // Red_Raffle_Sap -11523 // Yellow_Raffle_Sap -11524 // White_Raffle_Sap -11525 // Mora_Hip_Tea -11526 // Rafflecino -//11532 -//11533 -//11534 -//11536 -//11537 -//11547 -//11548 -//11549 -12329 // Recall_MaleGM -12330 // Recall_FemaleGM -12342 // Manuk's_Opportunity -12343 // Manuk's_Courage -12344 // Pinguicula's_fruit_Jam -12345 // Luciola's_Honey_Jam -12348 // Manuk's_Faith -12349 // Cornus'_Tears -12350 // Angeling_Potion -12351 // Shout_Megaphone -12354 // Buche_De_Noel -12355 // Xmas_Gift -12356 // Louise_Costume_Box -12418 // Full_SwingK -12419 // Mana_Plus -12422 // HP_Increase_PotionS -12423 // HP_Increase_PotionM -12424 // HP_Increase_PotionL -12425 // SP_Increase_PotionS -12426 // SP_Increase_PotionM -12427 // SP_Increase_PotionL -12428 // Enrich_White_PotionZ -12429 // Savage_BBQ -12430 // Wug_Blood_Cocktail -12431 // Minor_Brisket -12432 // Siroma_Icetea -12433 // Drocera_Herb_Stew -12434 // Petti_Tail_Noodle -12436 // Vitata500 -12437 // Enrich_Celermine_Juice -12475 // Cure_Free -12536 // NY_Rice_Cake_Soup -12539 // Splendid_Box -12561 // Mysterious_Seed -12574 // Mora_Berry -12575 // Arrow_Of_Elf_Cntr -12576 // Hunting_Arrow_Cntr -//12582 -//12608 -//12609 -//12612 -//12613 -//12614 -//12615 -//12616 -//12617 -//12618 -//12619 -//12620 -//12621 -//12623 -//12675 -//12676 -//12677 -//12678 -//12679 -//12680 -//12683 -//12690 -//12691 -//12692 -//12693 -//12694 -//12695 -//12698 -//12699 -//12700 -//12775 - -// items from 2010-03-12 update -601 // Wing_Of_Fly -602 // Wing_Of_Butterfly -603 // Old_Blue_Box -604 // Branch_Of_Dead_Tree -605 // Anodyne -606 // Aloebera -607 // Yggdrasilberry -608 // Seed_Of_Yggdrasil -609 // Amulet -610 // Leaf_Of_Yggdrasil -611 // Spectacles -612 // Portable_Furnace -613 // Iron_Hammer -614 // Golden_Hammer -615 // Oridecon_Hammer -616 // Old_Card_Album -617 // Old_Violet_Box -618 // Worn_Out_Scroll -619 // Unripe_Apple -620 // Orange_Juice -621 // Bitter_Herb -622 // Rainbow_Carrot -623 // Earthworm_The_Dude -624 // Rotten_Fish -625 // Lusty_Iron -626 // Monster_Juice -627 // Sweet_Milk -628 // Well_Dried_Bone -629 // Singing_Flower -630 // Dew_Laden_Moss -631 // Deadly_Noxious_Herb -632 // Fatty_Chubby_Earthworm -633 // Baked_Yam -634 // Tropical_Banana -635 // Horror_Of_Tribe -636 // No_Recipient -637 // Old_Broom -638 // Silver_Knife_Of_Chaste -639 // Armlet_Of_Obedience -640 // Shining_Stone -641 // Contracts_In_Shadow -642 // Book_Of_Devil -643 // Pet_Incubator -644 // Gift_Box -645 // Center_Potion -656 // Awakening_Potion -657 // Berserk_Potion -658 // Union_Of_Tribe -659 // Heart_Of_Her -660 // Prohibition_Red_Candle -661 // Sway_Apron -662 // Inspector_Certificate -663 // Korea_Rice_Cake -664 // Gift_Box_1 -665 // Gift_Box_2 -666 // Gift_Box_3 -667 // Gift_Box_4 -668 // Handsei -669 // Rice_Cake_Soup -678 // Poison_Bottle -679 // Gold_Pill -681 // Memory_Of_Wedding -682 // Realgar_Wine -683 // Exorcize_Herb -684 // Durian -686 // Earth_Scroll_1_3 -687 // Earth_Scroll_1_5 -688 // Cold_Scroll_1_3 -689 // Cold_Scroll_1_5 -690 // Fire_Scroll_1_3 -691 // Fire_Scroll_1_5 -692 // Wind_Scroll_1_3 -693 // Wind_Scroll_1_5 -694 // Ghost_Scroll_1_3 -695 // Ghost_Scroll_1_5 -696 // Fire_Scroll_2_1 -697 // Fire_Scroll_2_5 -698 // Fire_Scroll_3_1 -699 // Fire_Scroll_3_5 -700 // Cold_Scroll_2_1 -12000 // Cold_Scroll_2_5 -12001 // Holy_Scroll_1_3 -12002 // Holy_Scroll_1_5 -12003 // Holy_Scroll_2_1 -12004 // Arrow_Container -12005 // Iron_Arrow_Container -12006 // Steel_Arrow_Container -12007 // Ori_Arrow_Container -12008 // Fire_Arrow_Container -12009 // Silver_Arrow_Container -12010 // Wind_Arrow_Container -12011 // Stone_Arrow_Container -12012 // Crystal_Arrow_Container -12013 // Shadow_Arrow_Container -12014 // Imma_Arrow_Container -12015 // Rusty_Arrow_Container -12016 // Speed_Up_Potion -12017 // Slow_Down_Potion -12018 // Fire_Cracker -12020 // Water_Of_Darkness -12027 // Giggling_Box -12028 // Box_Of_Thunder -12029 // Gloomy_Box -12030 // Box_Of_Grudge -12031 // Sleepy_Box -12032 // Box_Of_Storm -12033 // Box_Of_Sunlight -12034 // Painting_Box -12040 // Stone_Of_Intelligence_ -12041 // Str_Dish01 -12042 // Str_Dish02 -12043 // Str_Dish03 -12044 // Str_Dish04 -12045 // Str_Dish05 -12046 // Int_Dish01 -12047 // Int_Dish02 -12048 // Int_Dish03 -12049 // Int_Dish04 -12050 // Int_Dish05 -12051 // Vit_Dish01 -12052 // Vit_Dish02 -12053 // Vit_Dish03 -12054 // Vit_Dish04 -12055 // Vit_Dish05 -12056 // Agi_Dish01 -12057 // Agi_Dish02 -12058 // Agi_Dish03 -12059 // Agi_Dish04 -12060 // Agi_Dish05 -12061 // Dex_Dish01 -12062 // Dex_Dish02 -12063 // Dex_Dish03 -12064 // Dex_Dish04 -12065 // Dex_Dish05 -12066 // Luk_Dish01 -12067 // Luk_Dish02 -12068 // Luk_Dish03 -12069 // Luk_Dish04 -12070 // Luk_Dish05 -12071 // Str_Dish06 -12072 // Str_Dish07 -12073 // Str_Dish08 -12074 // Str_Dish09 -12075 // Str_Dish10 -12076 // Int_Dish06 -12077 // Int_Dish07 -12078 // Int_Dish08 -12079 // Int_Dish09 -12080 // Int_Dish10 -12081 // Vit_Dish06 -12082 // Vit_Dish07 -12083 // Vit_Dish08 -12084 // Vit_Dish09 -12085 // Vit_Dish10 -12086 // Agi_Dish06 -12087 // Agi_Dish07 -12088 // Agi_Dish08 -12089 // Agi_Dish09 -12090 // Agi_Dish10 -12091 // Dex_Dish06 -12092 // Dex_Dish07 -12093 // Dex_Dish08 -12094 // Dex_Dish09 -12095 // Dex_Dish10 -12096 // Luk_Dish06 -12097 // Luk_Dish07 -12098 // Luk_Dish08 -12099 // Luk_Dish09 -12100 // Luk_Dish10 -12101 // Citron -12102 // Meat_Skewer -12103 // Bloody_Dead_Branch -12104 // Random_Quiver -12105 // Set_Of_Taiming_Item -12106 // Accessory_Box -12107 // Wrapped_Mask -12108 // Bundle_Of_Magic_Scroll -12109 // Poring_Box -12110 // First_Aid_Kit -12111 // Food_Package -12112 // Tropical_Sograt -12113 // Vermilion_The_Beach -12114 // Elemental_Fire -12115 // Elemental_Water -12116 // Elemental_Earth -12117 // Elemental_Wind -12118 // Resist_Fire -12119 // Resist_Water -12120 // Resist_Earth -12121 // Resist_Wind -12122 // Sesame_Pastry -12123 // Honey_Pastry -12124 // Rainbow_Cake -12125 // Outdoor_Cooking_Kits -12126 // Indoor_Cooking_Kits -12127 // High_end_Cooking_Kits -12128 // Imperial_Cooking_Kits -12129 // Fantastic_Cooking_Kits -12130 // Cookie_Bag -12132 // Red_Bag -12144 // Sphere_Case_Wind -12145 // Sphere_Case_Darkness -12146 // Sphere_Case_Poison -12147 // Sphere_Case_Water -12148 // Sphere_Case_Fire -12149 // Bullet_Case -12150 // Bullet_Case_Blood -12151 // Bullet_Case_Silver -12183 // Holy_Arrow_Quiver -12184 // Mercenary_Red_Potion -12185 // Mercenary_Blue_Potion -12194 // Hometown_Gift -12195 // Plain_Rice_Cake -12196 // Hearty_Rice_Cake -12197 // Salty_Rice_Cake -12198 // Lucky_Rice_Cake -12241 // M_Center_Potion -12242 // M_Awakening_Potion -12243 // M_Berserk_Potion -12246 // Magic_Card_Album -12260 // Cool_Summer_Outfit -12290 // Mysterious_Can -12291 // Mysterious_PET_Bottle -12292 // Unripe_Fruit -12293 // Dried_Yggdrasilberry -12341 // Special_Alloy_Trap_Box -12346 // Unripe_Acorn -12347 // Acorn_Jelly -12353 // Tiny_Waterbottle -12358 // Fan_Of_Wind -12359 // Very_Soft_Plant -12360 // Very_Red_Juice -12362 // Kuloren -12364 // Staff_Of_Leader -12365 // Charming_Lotus -12366 // Gril_Doll -12367 // Luxury_Whisky_Bottle -12368 // Splendid_Mirror -12369 // Coconut -12371 // Magical_Lithography -12372 // Hell_Contract -12373 // Boy's_Naivety -12374 // Flaming_Ice -12376 // Mysterious_Can2 -12377 // Mysterious_PET_Bottle2 -12379 // Pope's_Cookie -12383 // Vulcan_Bullet_Magazine -12392 // RepairA -12393 // RepairB -12394 // RepairC -12395 // Tantanmen -12414 // Guarana_Candy -12717 // Poison_Paralysis -12718 // Poison_Leech -12719 // Poison_Oblivion -12720 // Poison_Contamination -12721 // Poison_Numb -12722 // Poison_Fever -12723 // Poison_Laughing -12724 // Poison_Fatigue -12734 // Runstone_Quality -12735 // Runstone_Ancient -12736 // Runstone_Mystic -12737 // Runstone_Ordinary -12738 // Runstone_Rare -506 // Green_Potion -507 // Red_Herb -508 // Yellow_Herb -509 // White_Herb -510 // Blue_Herb -511 // Green_Herb -512 // Apple -513 // Banana -514 // Grape -515 // Carrot -516 // Sweet_Potato -517 // Meat -518 // Honey -519 // Milk -520 // Leaflet_Of_Hinal -521 // Leaflet_Of_Aloe -522 // Fruit_Of_Mastela -523 // Holy_Water -525 // Panacea -526 // Royal_Jelly -528 // Monster's_Feed -529 // Candy -530 // Candy_Striper -531 // Apple_Juice -532 // Banana_Juice -533 // Grape_Juice -534 // Carrot_Juice -535 // Pumpkin -536 // Ice_Cream -537 // Pet_Food -538 // Well_Baked_Cookie -539 // Piece_Of_Cake -544 // Fish_Slice -548 // Cheese -549 // Nice_Sweet_Potato -550 // Popped_Rice -551 // Shusi -553 // Bun -564 // Rice_Ball -566 // Tomyumkung -567 // Prawn -568 // Lemon -569 // Novice_Potion -570 // Lucky_Candy -571 // Lucky_Candy_Cane -572 // Lucky_Cookie -574 // Egg -576 // Prickly_Fruit -577 // Grain -578 // Strawberry -579 // Delicious_Fish -580 // Bread -581 // Mushroom -582 // Orange -584 // Fish_Ball_Soup -587 // Prickly_Fruit_ -591 // Caviar_Pancake -592 // Jam_Pancake -593 // Honey_Pancake -594 // Sour_Cream_Pancake -595 // Mushroom_Pancake -11513 // Protect_Neck_Candy -11515 // Coconut -11516 // Acai_Fruit -11517 // Puri_Potion -701 // Ora_Ora -702 // Animal_Blood -703 // Hinalle -704 // Aloe -705 // Clover -706 // Four_Leaf_Clover -707 // Singing_Plant -708 // Ment -709 // Izidor -710 // Illusion_Flower -711 // Shoot -712 // Flower -713 // Empty_Bottle -715 // Yellow_Gemstone -716 // Red_Gemstone -717 // Blue_Gemstone -718 // Dark_Red_Jewel -719 // Violet_Jewel -720 // Skyblue_Jewel -721 // Azure_Jewel -722 // Scarlet_Jewel -723 // Cardinal_Jewel -724 // Cardinal_Jewel_ -725 // Red_Jewel -726 // Blue_Jewel -727 // White_Jewel -728 // Golden_Jewel -729 // Bluish_Green_Jewel -730 // Crystal_Jewel -731 // Crystal_Jewel_ -732 // Crystal_Jewel__ -733 // Crystal_Jewel___ -734 // Red_Frame -735 // Blue_Porcelain -736 // White_Platter -737 // Black_Ladle -738 // Pencil_Case -739 // Rouge -740 // Stuffed_Doll -741 // Poring_Doll -742 // Chonchon_Doll -743 // Spore_Doll -744 // Bunch_Of_Flowers -745 // Wedding_Bouquet -746 // Glass_Bead -747 // Crystal_Mirror -748 // Witherless_Rose -749 // Frozen_Rose -750 // Baphomet_Doll -751 // Osiris_Doll -752 // Grasshopper_Doll -753 // Monkey_Doll -754 // Raccoondog_Doll -756 // Oridecon_Stone -757 // Elunium_Stone -901 // Danggie -902 // Tree_Root -903 // Reptile_Tongue -904 // Scorpion's_Tail -905 // Stem -906 // Pointed_Scale -907 // Resin -908 // Spawn -909 // Jellopy -910 // Garlet -911 // Scell -912 // Zargon -913 // Tooth_Of_Bat -914 // Fluff -915 // Chrysalis -916 // Feather_Of_Birds -917 // Talon -918 // Sticky_Webfoot -919 // Animal's_Skin -920 // Claw_Of_Wolves -921 // Mushroom_Spore -922 // Orcish_Cuspid -923 // Evil_Horn -924 // Powder_Of_Butterfly -925 // Bill_Of_Birds -926 // Scale_Of_Snakes -928 // Insect_Feeler -929 // Immortal_Heart -930 // Rotten_Bandage -931 // Orcish_Voucher -932 // Skel_Bone -934 // Mementos -935 // Shell -936 // Scales_Shell -937 // Posionous_Canine -938 // Sticky_Mucus -939 // Bee_Sting -940 // Grasshopper's_Leg -941 // Nose_Ring -942 // Yoyo_Tail -943 // Solid_Shell -944 // Horseshoe -945 // Raccoon_Leaf -946 // Snail's_Shell -947 // Horn -948 // Bear's_Foot -949 // Feather -950 // Heart_Of_Mermaid -951 // Fin -952 // Cactus_Needle -953 // Stone_Heart -954 // Shining_Scales -955 // Worm_Peelings -956 // Gill -957 // Decayed_Nail -958 // Horrendous_Mouth -959 // Rotten_Scale -960 // Nipper -961 // Conch -962 // Tentacle -963 // Sharp_Scale -964 // Crap_Shell -965 // Clam_Shell -966 // Flesh_Of_Clam -967 // Turtle_Shell -968 // Voucher_Of_Orcish_Hero -969 // Gold -971 // Detrimindexta -972 // Karvodailnirol -973 // Counteragent -974 // Mixture -975 // Scarlet_Dyestuffs -976 // Lemon_Dyestuffs -978 // Cobaltblue_Dyestuffs -979 // Darkgreen_Dyestuffs -980 // Orange_Dyestuffs -981 // Violet_Dyestuffs -982 // White_Dyestuffs -983 // Black_Dyestuffs -984 // Oridecon -985 // Elunium -986 // Anvil -987 // Oridecon_Anvil -988 // Golden_Anvil -989 // Emperium_Anvil -990 // Boody_Red -991 // Crystal_Blue -992 // Wind_Of_Verdure -993 // Yellow_Live -994 // Flame_Heart -995 // Mistic_Frozen -996 // Rough_Wind -997 // Great_Nature -998 // Iron -999 // Steel -1000 // Star_Crumb -1001 // Sparkling_Dust -1002 // Iron_Ore -1003 // Coal -1004 // Patriotism_Marks -1005 // Hammer_Of_Blacksmith -1006 // Old_Magic_Book -1007 // Penetration -1008 // Frozen_Heart -1009 // Sacred_Marks -1010 // Phracon -1011 // Emveretarcon -1012 // Lizard_Scruff -1013 // Colorful_Shell -1014 // Jaws_Of_Ant -1015 // Thin_N'_Long_Tongue -1016 // Rat_Tail -1017 // Moustache_Of_Mole -1018 // Nail_Of_Mole -1019 // Wooden_Block -1020 // Long_Hair -1021 // Dokkaebi_Horn -1022 // Fox_Tail -1023 // Fish_Tail -1024 // Chinese_Ink -1025 // Spiderweb -1026 // Acorn -1027 // Porcupine_Spike -1028 // Wild_Boar's_Mane -1029 // Tiger's_Skin -1030 // Tiger_Footskin -1031 // Limb_Of_Mantis -1032 // Blossom_Of_Maneater -1033 // Root_Of_Maneater -1034 // Cobold_Hair -1035 // Dragon_Canine -1036 // Dragon_Scale -1037 // Dragon_Train -1038 // Petite_DiablOfs_Horn -1039 // Petite_DiablOfs_Wing -1040 // Elder_Pixie's_Beard -1041 // Lantern -1042 // Short_Leg -1043 // Nail_Of_Orc -1044 // Tooth_Of_ -1045 // Sacred_Masque -1046 // Tweezer -1047 // Head_Of_Medusa -1048 // Slender_Snake -1049 // Skirt_Of_Virgin -1050 // Tendon -1051 // Detonator -1052 // Single_Cell -1053 // Tooth_Of_Ancient_Fish -1054 // Lip_Of_Ancient_Fish -1055 // Earthworm_Peeling -1056 // Grit -1057 // Moth_Dust -1058 // Wing_Of_Moth -1059 // Transparent_Cloth -1060 // Golden_Hair -1061 // Starsand_Of_Witch -1062 // Pumpkin_Head -1063 // Sharpened_Cuspid -1064 // Reins -1065 // Booby_Trap -1066 // Tree_Of_Archer_1 -1067 // Tree_Of_Archer_2 -1068 // Tree_Of_Archer_3 -1088 // Morocc_Potion -1089 // Payon_Potion -1092 // Empty_Cylinder -1093 // Empty_Potion -1094 // Short_Daenggie -1095 // Needle_Of_Alarm -1096 // Round_Shell -1097 // Worn_Out_Page -1098 // Manacles -1099 // Worn_Out_Prison_Uniform -6001 // Essence_Of_Fire -6002 // Token_Of_Apostle -6003 // Soul_Pendant -6004 // Bapho_Doll -6008 // Wood -6010 // Pickaxe -6020 // Fur -6021 // Peaked_Hat -6022 // Hard_Skin -6023 // Mystic_Horn -6032 // Horn_Of_Hilsrion -6033 // Horn_Of_Tendrilion -6073 // Dragon's_Mane -6075 // Crystalized_Teardrop -6086 // Withered_Flower -6087 // Crystal_Of_Soul_01 -6088 // Crystal_Of_Soul_02 -6089 // Piece_Of_Darkness -6090 // Purified_Bradium -6091 // Dark_Red_Scale -6095 // Flavored_Alcohol -6096 // Fish_With_Blue_Back -6097 // Pumpkin_Pie_ -6098 // Small_Snow_Flower -6099 // Grilled_Rice_Cake -6100 // Damp_Darkness -6104 // Big_Cell -6105 // Morning_Dew -6106 // Well_Ripened_Berry -6107 // Sunset_On_The_Rock -6108 // Apple_Pudding -6109 // Plant_Neutrient -6110 // Vital_Flower -6111 // Mystic_Stone -6112 // Fresh_Plant -6113 // Vital_Flower_ -6114 // Flame_Gemstone -6115 // Bun_ -6120 // Face_Paint -6123 // Surface_Paint -6128 // Guillotine_Antidote -6144 // Heartbroken_Tears -6145 // Vulcan_Bullet -6146 // Magic_Gear_Fuel -6147 // Liquid_Condensed_Bullet -6186 // Monkey_Wrench -6189 // Magic_Book_FB -6190 // Magic_Book_CB -6191 // Magic_Book_LB -6192 // Magic_Book_SG -6193 // Magic_Book_LOV -6194 // Magic_Book_MS -6195 // Magic_Book_CM -6196 // Magic_Book_TV -6197 // Magic_Book_TS -6198 // Magic_Book_JT -6199 // Magic_Book_WB -6200 // Magic_Book_HD -6201 // Magic_Book_ES -6202 // Magic_Book_ES_ -6203 // Magic_Book_CL -6204 // Magic_Book_CR -6205 // Magic_Book_DL -6210 // Seed_Of_Thorny_Plant -6211 // Bloodsuck_Plant_Seed -6212 // Bomb_Mushroom_Spore -6213 // Explosive_Powder -6214 // Smokes_Powder -6215 // Tear_Gas -6216 // Oil_Bottle -6217 // Mandragora_Flowerpot -6223 // Carnium -6224 // Bradium -6244 // Dark_Powder -6245 // Black_Powder -6246 // Yellow_Powder -6247 // White_Powder -6248 // Chowder_Pot -6249 // Savage_Meat -6250 // Iron_Cooking_Skewer -6251 // Black_Charcoal -6252 // Wolf's_Blood -6253 // Cold_Ice -6254 // Seasoned_Tough_Meat -6255 // Large_Pan -6256 // Powdered_Ice -6257 // Ice_Crystal -6258 // Comodo_Tropical_Fruit -6259 // Drosera_Feeler -6260 // Petite_Tail -6261 // Fine_Noodles -6262 // Cold_Broth -6263 // Coconut -6264 // Melon -6265 // Pineapple -6279 // Apple_Bomb_Guidebook -6280 // Pineapple_Bomb_Guidebook -6281 // Coconut_Bomb_Guidebook -6282 // Melon_Bomb_Guidebook -6283 // Banana_Bomb_Guidebook -6284 // Plant_Genetic_Cultivation_Guide -6285 // Improved_Potion_Creation_Manual -6297 // Empty_Potion_Bottle -6321 // Rake_Helmet -6322 // Antler_Helmet -6323 // Two-Horn_Helmet -6324 // One-Horn_Helmet -6325 // White_Spider_Legs -6326 // Queen_Scraba_Shell -6360 // Scarlet_Point -6361 // Indigo_Point -6362 // Yellow_Wish_Point -6363 // Lime_Green_Point -7001 // Mould_Powder -7002 // Ogre_Tooth -7003 // Anolian_Skin -7004 // Mud_Lump -7005 // Skull -7006 // Wing_Of_Red_Bat -7007 // Claw_Of_Rat -7008 // Stiff_Horn -7009 // Glitter_Shell -7010 // Tail_Of_Steel_Scorpion -7011 // Claw_Of_Monkey -7012 // Tough_Scalelike_Stem -7013 // Coral_Reef -7014 // Old_Portrait -7015 // Bookclip_In_Memory -7016 // Spoon_Stub -7017 // Executioner's_Mitten -7018 // Young_Twig -7019 // Loki's_Whispers -7020 // Mother's_Nightmare -7021 // Foolishness_Of_Blind -7022 // Old_Hilt -7023 // Blade_Lost_In_Darkness -7024 // Bloody_Edge -7026 // Key_Of_Clock_Tower -7027 // Underground_Key -7030 // Claw_Of_Desert_Wolf -7031 // Old_Frying_Pan -7032 // Piece_Of_Egg_Shell -7033 // Poison_Spore -7034 // Red_Socks_With_Holes -7035 // Matchstick -7036 // Fang_Of_Garm -7038 // Yarn -7041 // Fine_Grit -7043 // Fine_Sand -7047 // Alice's_Apron -7048 // Talon_Of_Griffin -7049 // Stone -7053 // Cyfar -7054 // Brigan -7055 // Animal_Pooopoo -7056 // Payroll_Of_Kafra -7057 // Gallar_Horn -7058 // Gullraifnir -7063 // Soft_Feather -7064 // Dragon_Fly_Wing -7065 // Sea_Otter_Leather -7066 // Ice_Piece -7067 // Stone_Piece -7068 // Burn_Tree -7069 // Broken_Armor_Piece -7070 // Broken_Shell -7071 // Tatters_Clothes -7072 // Rust_Suriken -7073 // Jewel_Of_Prayer -7074 // Iron_Glove -7075 // Iron_Maiden -7076 // Mystery_Wheel -7077 // Silver_Fancy -7078 // Anger_Of_Valkurye -7079 // Feather_Of_Angel -7080 // Foot_Step_Of_Cat -7081 // Beard_Of_Women -7082 // Root_Of_Stone -7083 // Soul_Of_Fish -7084 // Saliva_Of_Bird -7085 // Tendon_Of_Bear -7086 // Symbol_Of_Sun -7087 // Breath_Of_Soul -7088 // Crystal_Of_Snow -7089 // Indication_Of_Tempest -7090 // Slilince_Wave -7091 // Rough_Billows -7092 // Air_Stream -7093 // Wheel -7094 // Mystery_Piece -7095 // Broken_Steel_Piece -7096 // Cold_Magma -7097 // Burning_Heart -7098 // Live_Coal -7099 // Old_Magic_Circle -7100 // Sharp_Leaf -7101 // Peco_Wing_Feather -7102 // Hideous_Dream -7103 // Unknown_Liquid_Bottle -7104 // Fake_Angel_Wing -7105 // Fake_Angel_Loop -7106 // Goat's_Horn -7107 // Gaoat's_Skin -7108 // Boroken_Shiled_Piece -7109 // Shine_Spear_Blade -7110 // Vroken_Sword -7111 // Smooth_Paper -7112 // Fright_Paper_Blade -7113 // Broken_Pharaoh_Symbol -7114 // Tutankhamen's_Mask -7115 // Harpy's_Feather -7116 // Harpy's_Claw -7117 // Rent_Spell_Book -7118 // Rent_Scroll -7119 // Spawns -7120 // Burning_Horse_Shoe -7121 // Honey_Jar -7122 // Hot_Hair -7123 // Dragon's_Skin -7124 // Sand_Lump -7125 // Scropion's_Nipper -7126 // Large_Jellopy -7127 // Alcol_Create_Book -7128 // FireBottle_Create_Book -7129 // Acid_Create_Book -7130 // Plant_Create_Book -7131 // Mine_Create_Book -7132 // Coating_Create_Book -7133 // Slim_Potion_Create_Book -7134 // Medicine_Bowl -7140 // Seed_Of_Life -7141 // Yggdrasilberry_Dew -7143 // Life_Force_Pot -7144 // Normal_Potion_Book -7147 // Jasmin -7149 // Yellow_Plate -7150 // Bamboo_Cut -7151 // Oil_Paper -7152 // Glossy_Hair -7153 // Old_Japaness_Clothes -7154 // Poison_Powder -7155 // Poison_Toad's_Skin -7156 // Broken_Shuriken -7157 // Black_Mask -7158 // Broken_Wine_Vessel -7159 // Tengu's_Nose -7160 // Lord's_Passable_Ticket -7161 // Black_Bear's_Skin -7162 // Cloud_Piece -7163 // Sharp_Feeler -7164 // Hard_Peach -7165 // Limpid_Celestial_Robe -7166 // Soft_Silk_Cloth -7167 // Mystery_Iron_Bit -7168 // Great_Wing -7169 // Taegeuk_Plate -7170 // Tuxedo -7171 // Leopard_Skin -7172 // Leopard_Talon -7174 // Packing_Ribbon -7175 // Packing_Paper -7182 // Cacao -7186 // Thin_Stem -7187 // Festival_Mask -7188 // Browny_Root -7189 // Heart_Of_Tree -7190 // Solid_Peeling -7191 // Lamplight -7192 // Blade_Of_Pinwheel -7193 // Germinating_Sprout -7194 // Soft_Leaf -7195 // Air_Rifle -7196 // Shoulder_Protection -7197 // Tough_Vines -7198 // Great_Leaf -7199 // Coupon -7200 // Flexible_String -7201 // Log -7202 // Beetle_Nipper -7203 // Solid_Twig -7204 // Gunpowder -7205 // Piece_Of_Black_Cloth -7206 // Black_Kitty_Doll -7207 // Old_Manteau -7208 // Rusty_Cleaver -7209 // Dullahan's_Helm -7210 // Dullahan_Armor -7211 // Rojerta_Piece -7212 // Hanging_Doll -7213 // Needle_Pouch -7214 // Bat_Cage -7215 // Broken_Needle -7216 // Red_Scarf -7217 // Spool -7218 // Rotten_Rope -7219 // Striped_Socks -7220 // Ectoplasm -7221 // Tangled_Chain -7222 // Tree_Knot -7223 // Distorted_Portrait -7225 // Pumpkin_Bucket -7226 // Pill -7262 // Fan -7263 // Cat_Eyed_Stone -7264 // Dried_Sand -7265 // Dragon_Horn -7266 // Dragon_Fang -7267 // Tiger_Skin_Panties -7268 // Little_Blacky_Ghost -7269 // Bib -7270 // Milk_Bottle -7277 // Munak_Doll -7286 // Chilli -7289 // Olivine -7290 // Phlogopite -7291 // Agate -7292 // Muscovite -7293 // Rose_Quartz -7294 // Turquoise -7295 // Citrine -7296 // Pyroxene -7297 // Biotite -7298 // Leaf_Clothes -7299 // Bamboo_Basket -7300 // Gemstone -7301 // Sword_Accessory -7303 // Bag_Of_Rice -7312 // Jubilee -7315 // Dark_Crystal_Fragment -7316 // Long_Limb -7317 // Screw -7318 // Old_Pick -7319 // Old_Steel_Plate -7320 // Air_Pollutant -7321 // Fragment_Of_Crystal -7322 // Poisonous_Gas -7323 // Battered_Kettle -7325 // Tube -7326 // Fluorescent_Liquid -7327 // Headlamp -7340 // Will_Of_Darkness -7345 // Armlet_Of_Prisoner -7352 // Transparent_Plate01 -7353 // Transparent_Plate02 -7354 // Transparent_Plate03 -7355 // Transparent_Plate04 -7356 // Piece_Of_Crest1 -7357 // Piece_Of_Crest2 -7358 // Piece_Of_Crest3 -7359 // Piece_Of_Crest4 -7419 // Embryo_HandBook -7433 // Scroll -7434 // Elemental_Potion_Book -7435 // Golden_Bracelet -7436 // Piece_Of_Memory_Green -7437 // Piece_Of_Memory_Purple -7438 // Piece_Of_Memory_Blue -7439 // Piece_Of_Memory_Red -7440 // Red_Feather -7441 // Blue_Feather -7442 // Cursed_Seal -7443 // Tri_Headed_Dragon_Head -7444 // Treasure_Box -7445 // Dragonball_Green -7446 // Dragonball_Blue -7447 // Dragonball_Red -7448 // Dragonball_Yellow -7449 // Bloody_Page -7450 // Piece_Of_Bone_Armor -7451 // Scale_Of_Red_Dragon -7452 // Yellow_Spice -7453 // Sweet_Sauce -7454 // Plain_Sauce -7455 // Hot_Sauce -7456 // Red_Spice -7457 // Cooking_Oil -7472 // Cookbook01 -7473 // Cookbook02 -7474 // Cookbook03 -7475 // Cookbook04 -7476 // Cookbook05 -7477 // Cookbook06 -7478 // Cookbook07 -7479 // Cookbook08 -7480 // Cookbook09 -7481 // Cookbook10 -7482 // Pot -7507 // Sturdy_Iron_Piece -7510 // Valhalla_Flower -7511 // Rune_Of_Darkness -7512 // Burnt_Parts -7513 // Pocket_Watch -7521 // Flame_Stone -7522 // Ice_Stone -7523 // Wind_Stone -7524 // Shadow_Orb -7561 // Ice_Heart -7562 // Ice_Scale -7563 // Bloody_Rune -7564 // Rotten_Meat -7565 // Sticky_Poison -7566 // Will_Of_Darkness_ -7567 // Suspicious_Hat -7568 // White_Mask -7574 // Ice_Particle -7751 // Old_White_Cloth -7752 // Clattering_Skull -7753 // Broken_Farming_Utensil -7754 // Broken_Crown -7830 // Goddess_Tear -7831 // Valkyrie_Token -7832 // Brynhild_Armor_Piece -7833 // Hero_Remains -7834 // Andvari_Ring -7835 // Dusk_Glow -7836 // Dawn_Essence -7837 // Cold_Moonlight -7838 // Hazy_Starlight -7931 // Poison_Kit -7932 // Poison_Herb_Nerium -7933 // Poison_Herb_Rantana -7934 // Poison_Herb_Makulata -7935 // Poison_Herb_Seratum -7936 // Poison_Herb_Scopolia -7937 // Poison_Herb_Amoena -7938 // Light_Granule -7939 // Elder_Branch -7940 // Special_Alloy_Trap -11000 // Prontera_Book_01 -11001 // Adventure_Story01 -11002 // Great_Chef_Orleans01 -11003 // Legend_Of_Kafra01 -11004 // Mercenary_Rebellion -11005 // Tyrant_Schmidt -11006 // Blood_Flower01 -11007 // Blood_Flower02 -11008 // Barmund -11009 // Adventure_Story02 -11020 // Japan_Book1 -11021 // Japan_Book2 -11022 // Mix_Cooking_Ingredient_Book_1 -11023 // Vitality_Boost_Research_Book -11024 // Energy_Drink_Formula diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 2b0ce1586..0207b8184 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -29,6 +29,26 @@ item_db: ( Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + 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) @@ -92,6 +112,7 @@ item_db: ( Type: 0 Buy: 40 Weight: 70 + BuyingStore: true Script: <" sc_end SC_POISON; sc_end SC_SILENCE; @@ -106,6 +127,7 @@ item_db: ( Type: 0 Buy: 18 Weight: 30 + BuyingStore: true Script: <" itemheal rand(18,28),0; "> }, { @@ -115,6 +137,7 @@ item_db: ( Type: 0 Buy: 40 Weight: 50 + BuyingStore: true Script: <" itemheal rand(38,58),0; "> }, { @@ -124,6 +147,7 @@ item_db: ( Type: 0 Buy: 120 Weight: 70 + BuyingStore: true Script: <" itemheal rand(75,115),0; "> }, { @@ -133,6 +157,7 @@ item_db: ( Type: 0 Buy: 60 Weight: 70 + BuyingStore: true Script: <" itemheal 0,rand(15,30); "> }, { @@ -142,6 +167,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 30 + BuyingStore: true Script: <" sc_end SC_POISON; "> }, { @@ -151,6 +177,7 @@ item_db: ( Type: 0 Buy: 15 Weight: 20 + BuyingStore: true Script: <" itemheal rand(16,22),0; "> }, { @@ -160,6 +187,7 @@ item_db: ( Type: 0 Buy: 15 Weight: 20 + BuyingStore: true Script: <" itemheal rand(17,21),0; "> }, { @@ -169,6 +197,7 @@ item_db: ( Type: 0 Buy: 200 Weight: 20 + BuyingStore: true Script: <" itemheal 0,rand(10,15); "> }, { @@ -178,6 +207,7 @@ item_db: ( Type: 0 Buy: 15 Weight: 20 + BuyingStore: true Script: <" itemheal rand(18,20),0; "> }, { @@ -187,6 +217,7 @@ item_db: ( Type: 0 Buy: 15 Weight: 20 + BuyingStore: true Script: <" itemheal rand(15,23),0; "> }, { @@ -196,6 +227,7 @@ item_db: ( Type: 0 Buy: 50 Weight: 150 + BuyingStore: true Script: <" itemheal rand(70,100),0; "> }, { @@ -205,6 +237,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 100 + BuyingStore: true Script: <" itemheal rand(70,100),rand(20,40); "> }, { @@ -214,6 +247,7 @@ item_db: ( Type: 0 Buy: 25 Weight: 30 + BuyingStore: true Script: <" itemheal rand(27,37),0; "> }, { @@ -223,6 +257,7 @@ item_db: ( Type: 0 Buy: 150 Weight: 10 + BuyingStore: true Script: <" itemheal rand(175,235),0; "> }, { @@ -232,6 +267,7 @@ item_db: ( Type: 0 Buy: 360 Weight: 20 + BuyingStore: true Script: <" itemheal rand(325,405),0; "> }, { @@ -241,6 +277,7 @@ item_db: ( Type: 0 Buy: 8500 Weight: 30 + BuyingStore: true Script: <" itemheal rand(400,600),0; "> }, { @@ -250,6 +287,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 30 + BuyingStore: true Script: <" sc_end SC_CURSE; "> }, { @@ -259,6 +297,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 100 + BuyingStore: true Script: <" sc_end SC_POISON; sc_end SC_SILENCE; @@ -275,6 +314,7 @@ item_db: ( Type: 0 Buy: 7000 Weight: 150 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -292,6 +332,7 @@ item_db: ( Type: 0 Buy: 60 Weight: 150 + BuyingStore: true Script: <" itemheal rand(72,108),0; "> }, { @@ -301,6 +342,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 30 + BuyingStore: true Script: <" itemheal rand(45,65),0; "> }, { @@ -310,6 +352,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 40 + BuyingStore: true Script: <" itemheal rand(105,145),0; "> }, { @@ -319,6 +362,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 40 + BuyingStore: true Script: <" itemheal rand(25,35),0; "> }, { @@ -328,6 +372,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 40 + BuyingStore: true Script: <" itemheal rand(26,34),0; "> }, { @@ -337,6 +382,7 @@ item_db: ( Type: 0 Buy: 250 Weight: 40 + BuyingStore: true Script: <" itemheal 0,rand(15,25); "> }, { @@ -346,6 +392,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 40 + BuyingStore: true Script: <" itemheal rand(27,33),0; "> }, { @@ -355,6 +402,7 @@ item_db: ( Type: 0 Buy: 15 Weight: 20 + BuyingStore: true Script: <" itemheal 19,0; "> }, { @@ -364,6 +412,7 @@ item_db: ( Type: 0 Buy: 150 Weight: 80 + BuyingStore: true Script: <" itemheal rand(105,145),0; if(rand(1000)<250) sc_start SC_FREEZE,10000,0; @@ -376,6 +425,7 @@ item_db: ( Type: 0 Buy: 1000 Weight: 10 + BuyingStore: true Script: <" itemheal rand(50,90),0; "> }, { @@ -385,6 +435,7 @@ item_db: ( Type: 0 Buy: 1000 Weight: 30 + BuyingStore: true Script: <" itemheal rand(160,200),0; "> }, { @@ -394,6 +445,7 @@ item_db: ( Type: 0 Buy: 3000 Weight: 100 + BuyingStore: true Script: <" itemheal rand(270,330),0; "> }, { @@ -443,6 +495,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 30 + BuyingStore: true Script: <" itemheal rand(25,60),0; "> }, { @@ -479,6 +532,7 @@ item_db: ( Type: 0 Buy: 2800 Weight: 50 + BuyingStore: true Script: <" itemheal 0,rand(10,15); "> }, { @@ -488,6 +542,7 @@ item_db: ( Type: 0 Buy: 180 Weight: 80 + BuyingStore: true Script: <" itemheal rand(50,100),0; if(rand(1000)<150) sc_start SC_STUN,3000,0; @@ -500,6 +555,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" itemheal rand(10,15),0; "> }, { @@ -509,6 +565,7 @@ item_db: ( Type: 0 Buy: 1 Weight: 50 + BuyingStore: true Script: <" itemheal rand(50,60),0; "> }, { @@ -527,6 +584,7 @@ item_db: ( Type: 0 Buy: 1 Weight: 50 + BuyingStore: true Script: <" itemheal rand(35,70),0; "> }, { @@ -630,6 +688,7 @@ item_db: ( Type: 0 Buy: 1 Weight: 30 + BuyingStore: true Script: <" itemheal 200,0; "> }, { @@ -648,6 +707,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 150 + BuyingStore: true Script: <" itemheal rand(244,350),rand(10,30); sc_end SC_POISON; @@ -665,6 +725,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 40 + BuyingStore: true Script: <" itemheal rand(117,192),0; "> }, { @@ -674,6 +735,7 @@ item_db: ( Type: 0 Buy: 60 Weight: 40 + BuyingStore: true Script: <" itemheal 0,rand(10,20); "> }, { @@ -683,6 +745,7 @@ item_db: ( Type: 0 Buy: 0 Weight: 10 + BuyingStore: true Script: <" itemheal rand(22,33),0; "> }, { @@ -692,6 +755,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 30 + BuyingStore: true Script: <" itemheal rand(45,65),0; "> }, { @@ -701,6 +765,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 40 + BuyingStore: true Script: <" itemheal rand(105,145),0; "> }, { @@ -710,6 +775,7 @@ item_db: ( Type: 0 Buy: 1000 Weight: 30 + BuyingStore: true Script: <" itemheal rand(160,200),0; "> }, { @@ -736,6 +802,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 30 + BuyingStore: true Script: <" itemheal rand(33,42),0; "> }, { @@ -754,6 +821,7 @@ item_db: ( Type: 0 Buy: 540 Weight: 60 + BuyingStore: true Script: <" itemheal rand(150,300),rand(20,30); "> }, { @@ -763,6 +831,7 @@ item_db: ( Type: 0 Buy: 200 Weight: 20 + BuyingStore: true Script: <" itemheal rand(60,70),0; "> }, { @@ -772,6 +841,7 @@ item_db: ( Type: 0 Buy: 200 Weight: 20 + BuyingStore: true Script: <" itemheal 0,rand(16,28); "> }, { @@ -781,6 +851,7 @@ item_db: ( Type: 0 Buy: 250 Weight: 20 + BuyingStore: true Script: <" itemheal rand(100,150),0; "> }, { @@ -790,6 +861,7 @@ item_db: ( Type: 0 Buy: 150 Weight: 20 + BuyingStore: true Script: <" itemheal rand(50,90),0; "> }, { @@ -799,6 +871,7 @@ item_db: ( Type: 0 Buy: 40 Weight: 20 + BuyingStore: true Script: <" itemheal rand(20,30),0; "> }, { @@ -808,6 +881,7 @@ item_db: ( Type: 0 Buy: 300 Weight: 20 + BuyingStore: true Script: <" itemheal rand(10,20),rand(10,20); "> }, { @@ -834,6 +908,7 @@ item_db: ( Type: 0 Buy: 100 Weight: 60 + BuyingStore: true Script: <" itemheal rand(40,70),0; "> }, { @@ -861,6 +936,7 @@ item_db: ( Type: 0 Buy: 880 Weight: 60 + BuyingStore: true Script: <" itemheal rand(270,330),rand(20,30); "> }, { @@ -897,6 +973,7 @@ item_db: ( Type: 0 Buy: 0 Weight: 150 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -914,6 +991,7 @@ item_db: ( Type: 0 Buy: 0 Weight: 150 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -931,6 +1009,7 @@ item_db: ( Type: 0 Buy: 0 Weight: 150 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -948,6 +1027,7 @@ item_db: ( Type: 0 Buy: 0 Weight: 150 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -965,6 +1045,7 @@ item_db: ( Type: 0 Buy: 0 Weight: 150 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -1020,6 +1101,7 @@ item_db: ( Type: 11 Buy: 60 Weight: 50 + BuyingStore: true Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -1029,6 +1111,7 @@ item_db: ( Type: 11 Buy: 300 Weight: 50 + BuyingStore: true Script: <" itemskill AL_TELEPORT,3; "> }, { @@ -1038,6 +1121,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 603,1; "> }, { @@ -1047,6 +1131,7 @@ item_db: ( Type: 2 Buy: 50 Weight: 50 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-1,1,""; "> }, { @@ -1056,6 +1141,7 @@ item_db: ( Type: 11 Buy: 2000 Weight: 100 + BuyingStore: true Script: <" itemskill SM_ENDURE,1; "> }, { @@ -1065,6 +1151,7 @@ item_db: ( Type: 11 Buy: 1500 Weight: 100 + BuyingStore: true Script: <" itemskill SM_SELFPROVOKE,1; "> }, { @@ -1074,6 +1161,8 @@ item_db: ( Type: 0 Buy: 5000 Weight: 300 + BuyingStore: true + Delay: 5000 Script: <" percentheal 100,100; "> }, { @@ -1083,6 +1172,8 @@ item_db: ( Type: 0 Buy: 5000 Weight: 300 + BuyingStore: true + Delay: 3000 Script: <" percentheal 50,50; "> }, { @@ -1092,6 +1183,7 @@ item_db: ( Type: 2 Buy: 100 Weight: 100 + BuyingStore: true }, { Id: 610 @@ -1100,6 +1192,7 @@ item_db: ( Type: 11 Buy: 4000 Weight: 100 + BuyingStore: true Script: <" itemskill ALL_RESURRECTION,1; "> }, { @@ -1109,6 +1202,7 @@ item_db: ( Type: 11 Buy: 40 Weight: 50 + BuyingStore: true Script: <" itemskill MC_IDENTIFY,1; "> }, { @@ -1118,6 +1212,7 @@ item_db: ( Type: 2 Buy: 150 Weight: 200 + BuyingStore: true Script: <" produce 21; "> }, { @@ -1127,6 +1222,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true Script: <" produce 1; "> }, { @@ -1136,6 +1232,7 @@ item_db: ( Type: 2 Buy: 3000 Weight: 300 + BuyingStore: true Script: <" produce 2; "> }, { @@ -1145,6 +1242,7 @@ item_db: ( Type: 2 Buy: 5000 Weight: 400 + BuyingStore: true Script: <" produce 3; "> }, { @@ -1154,6 +1252,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 50 + BuyingStore: true Script: <" getrandgroupitem 616,1; "> }, { @@ -1163,6 +1262,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 617,1; "> }, { @@ -1172,6 +1272,7 @@ item_db: ( Type: 2 Buy: 50 Weight: 20 + BuyingStore: true }, { Id: 619 @@ -1180,6 +1281,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1002; "> }, { @@ -1189,6 +1294,10 @@ item_db: ( Type: 2 Buy: 1500 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1113; "> }, { @@ -1198,6 +1307,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1031; "> }, { @@ -1207,6 +1320,10 @@ item_db: ( Type: 2 Buy: 2500 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1063; "> }, { @@ -1216,6 +1333,10 @@ item_db: ( Type: 2 Buy: 4000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1049; "> }, { @@ -1225,6 +1346,10 @@ item_db: ( Type: 2 Buy: 2500 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1011; "> }, { @@ -1234,6 +1359,10 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1042; "> }, { @@ -1243,6 +1372,10 @@ item_db: ( Type: 2 Buy: 1500 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1035; "> }, { @@ -1252,6 +1385,10 @@ item_db: ( Type: 2 Buy: 7000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1167; "> }, { @@ -1261,6 +1398,10 @@ item_db: ( Type: 2 Buy: 10000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1107; "> }, { @@ -1270,6 +1411,10 @@ item_db: ( Type: 2 Buy: 300 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1052; "> }, { @@ -1279,6 +1424,10 @@ item_db: ( Type: 2 Buy: 10 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1014; "> }, { @@ -1288,6 +1437,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1077; "> }, { @@ -1297,6 +1450,10 @@ item_db: ( Type: 2 Buy: 5000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1019; "> }, { @@ -1306,6 +1463,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1056; "> }, { @@ -1315,6 +1476,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1057; "> }, { @@ -1324,6 +1489,10 @@ item_db: ( Type: 2 Buy: 300 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1023; "> }, { @@ -1333,6 +1502,10 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1026; "> }, { @@ -1342,6 +1515,10 @@ item_db: ( Type: 2 Buy: 350 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1110; "> }, { @@ -1351,6 +1528,10 @@ item_db: ( Type: 2 Buy: 12000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1170; "> }, { @@ -1360,6 +1541,10 @@ item_db: ( Type: 2 Buy: 18000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1029; "> }, { @@ -1369,6 +1554,10 @@ item_db: ( Type: 2 Buy: 3000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1155; "> }, { @@ -1378,6 +1567,10 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1109; "> }, { @@ -1387,6 +1580,10 @@ item_db: ( Type: 2 Buy: 1800 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1101; "> }, { @@ -1396,6 +1593,7 @@ item_db: ( Type: 2 Buy: 3000 Weight: 30 + BuyingStore: true Script: <" bpet; "> }, { @@ -1405,6 +1603,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 644,1; "> }, { @@ -1414,6 +1613,7 @@ item_db: ( Type: 2 Buy: 800 Weight: 100 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION1,1800000,0; "> }, { @@ -1425,6 +1625,7 @@ item_db: ( Weight: 150 Job: 0xFFF7FEEF EquipLv: 40 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION2,1800000,0; "> }, { @@ -1436,6 +1637,7 @@ item_db: ( Weight: 200 Job: 0x01E646A6 EquipLv: 85 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION3,1800000,0; "> }, { @@ -1445,6 +1647,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 500 + BuyingStore: true Script: <" guildgetexp rand(600000,1200000); "> }, { @@ -1454,6 +1657,10 @@ item_db: ( Type: 2 Buy: 500 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1188; "> }, { @@ -1463,6 +1670,10 @@ item_db: ( Type: 2 Buy: 20000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1200; "> }, { @@ -1472,6 +1683,10 @@ item_db: ( Type: 2 Buy: 20000 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1275; "> }, { @@ -1481,6 +1696,7 @@ item_db: ( Type: 2 Buy: 1450 Weight: 30 + BuyingStore: true Script: <" sc_start SC_MOVHASTE_HORSE,180000,0; "> }, { @@ -1490,6 +1706,7 @@ item_db: ( Type: 0 Buy: 1 Weight: 10 + BuyingStore: true Script: <" percentheal 10,0; "> }, { @@ -1499,6 +1716,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 664,1; "> }, { @@ -1508,6 +1726,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 665,1; "> }, { @@ -1517,6 +1736,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 666,1; "> }, { @@ -1526,6 +1746,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 667,1; "> }, { @@ -1535,6 +1756,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 20 + BuyingStore: true Script: <" set Zeny,Zeny+rand(1000,10000); "> }, { @@ -1544,6 +1766,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 100 + BuyingStore: true Script: <" percentheal -100,-100; "> }, { @@ -1617,6 +1840,7 @@ item_db: ( Type: 2 Buy: 5000 Weight: 100 + BuyingStore: true Script: <" if(Class==Job_Assassin_Cross) { sc_start SC_DPOISON,60000,0; @@ -1632,6 +1856,7 @@ item_db: ( Type: 2 Buy: 5000 Weight: 300 + BuyingStore: true Script: <" if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0; @@ -1653,6 +1878,7 @@ item_db: ( Type: 2 Buy: 50000 Weight: 10 + BuyingStore: true Script: <" if(getpartnerid()) sc_start SC_WEDDING,600000,0; "> }, { @@ -1662,6 +1888,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 100 + BuyingStore: true Script: <" sc_start SC_PLUSATTACKPOWER,60000,30; "> }, { @@ -1671,6 +1898,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true Script: <" sc_start SC_PLUSMAGICPOWER,60000,30; "> }, { @@ -1680,6 +1908,7 @@ item_db: ( Type: 2 Buy: 15000 Weight: 300 + BuyingStore: true Script: <" sc_start SC_PLUSATTACKPOWER,60000,10; sc_start SC_PLUSMAGICPOWER,60000,10; @@ -1701,6 +1930,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill WZ_EARTHSPIKE,3; "> }, { @@ -1710,6 +1943,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill WZ_EARTHSPIKE,5; "> }, { @@ -1719,6 +1956,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_COLDBOLT,3; "> }, { @@ -1728,6 +1969,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_COLDBOLT,5; "> }, { @@ -1737,6 +1982,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBOLT,3; "> }, { @@ -1746,6 +1995,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBOLT,5; "> }, { @@ -1755,6 +2008,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_LIGHTNINGBOLT,3; "> }, { @@ -1764,6 +2021,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_LIGHTNINGBOLT,5; "> }, { @@ -1773,6 +2034,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_SOULSTRIKE,3; "> }, { @@ -1782,6 +2047,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_SOULSTRIKE,5; "> }, { @@ -1791,6 +2060,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBALL,1; "> }, { @@ -1800,6 +2073,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBALL,5; "> }, { @@ -1809,6 +2086,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREWALL,1; "> }, { @@ -1818,6 +2099,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREWALL,5; "> }, { @@ -1827,6 +2112,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FROSTDIVER,1; "> }, // Etc Items @@ -1838,6 +2127,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 200 + BuyingStore: true }, { Id: 702 @@ -1846,6 +2136,7 @@ item_db: ( Type: 3 Buy: 450 Weight: 100 + BuyingStore: true }, { Id: 703 @@ -1854,6 +2145,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 704 @@ -1862,6 +2154,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 705 @@ -1870,6 +2163,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 706 @@ -1878,6 +2172,7 @@ item_db: ( Type: 3 Buy: 80000 Weight: 10 + BuyingStore: true }, { Id: 707 @@ -1886,6 +2181,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 708 @@ -1894,6 +2190,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 709 @@ -1902,6 +2199,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 710 @@ -1910,6 +2208,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 711 @@ -1918,6 +2217,7 @@ item_db: ( Type: 3 Buy: 16 Weight: 10 + BuyingStore: true }, { Id: 712 @@ -1926,6 +2226,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 713 @@ -1934,6 +2235,7 @@ item_db: ( Type: 3 Buy: 6 Weight: 20 + BuyingStore: true }, { Id: 714 @@ -1942,6 +2244,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 1000 + BuyingStore: true }, { Id: 715 @@ -1950,6 +2253,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 716 @@ -1958,6 +2262,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 717 @@ -1966,6 +2271,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 718 @@ -1974,6 +2280,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 719 @@ -1982,6 +2289,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 720 @@ -1990,6 +2298,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 721 @@ -1998,6 +2307,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 722 @@ -2006,6 +2316,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 723 @@ -2014,6 +2325,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 724 @@ -2022,6 +2334,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 100 + BuyingStore: true }, { Id: 725 @@ -2030,6 +2343,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 726 @@ -2038,6 +2352,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 727 @@ -2046,6 +2361,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 728 @@ -2054,6 +2370,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 729 @@ -2062,6 +2379,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 730 @@ -2070,6 +2388,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 100 + BuyingStore: true }, { Id: 731 @@ -2078,6 +2397,7 @@ item_db: ( Type: 3 Buy: 25000 Weight: 100 + BuyingStore: true }, { Id: 732 @@ -2086,6 +2406,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 100 + BuyingStore: true }, { Id: 733 @@ -2094,6 +2415,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 100 + BuyingStore: true }, { Id: 734 @@ -2102,6 +2424,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 200 + BuyingStore: true }, { Id: 735 @@ -2110,6 +2433,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 500 + BuyingStore: true }, { Id: 736 @@ -2118,6 +2442,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 300 + BuyingStore: true }, { Id: 737 @@ -2126,6 +2451,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 50 + BuyingStore: true }, { Id: 738 @@ -2134,6 +2460,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 100 + BuyingStore: true }, { Id: 739 @@ -2142,6 +2469,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 740 @@ -2150,6 +2478,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 100 + BuyingStore: true }, { Id: 741 @@ -2158,6 +2487,7 @@ item_db: ( Type: 3 Buy: 1800 Weight: 100 + BuyingStore: true }, { Id: 742 @@ -2166,6 +2496,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 743 @@ -2174,6 +2505,7 @@ item_db: ( Type: 3 Buy: 5500 Weight: 100 + BuyingStore: true }, { Id: 744 @@ -2182,6 +2514,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 50 + BuyingStore: true }, { Id: 745 @@ -2190,6 +2523,7 @@ item_db: ( Type: 3 Buy: 12000 Weight: 50 + BuyingStore: true }, { Id: 746 @@ -2198,6 +2532,7 @@ item_db: ( Type: 3 Buy: 1400 Weight: 50 + BuyingStore: true }, { Id: 747 @@ -2206,6 +2541,7 @@ item_db: ( Type: 3 Buy: 15000 Weight: 50 + BuyingStore: true }, { Id: 748 @@ -2214,6 +2550,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 10 + BuyingStore: true }, { Id: 749 @@ -2222,6 +2559,7 @@ item_db: ( Type: 3 Buy: 35000 Weight: 10 + BuyingStore: true }, { Id: 750 @@ -2230,6 +2568,7 @@ item_db: ( Type: 3 Buy: 18000 Weight: 100 + BuyingStore: true }, { Id: 751 @@ -2238,6 +2577,7 @@ item_db: ( Type: 3 Buy: 14000 Weight: 100 + BuyingStore: true }, { Id: 752 @@ -2246,6 +2586,7 @@ item_db: ( Type: 3 Buy: 4000 Weight: 100 + BuyingStore: true }, { Id: 753 @@ -2254,6 +2595,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 754 @@ -2262,6 +2604,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 100 + BuyingStore: true }, { Id: 756 @@ -2270,6 +2613,7 @@ item_db: ( Type: 3 Buy: 550 Weight: 200 + BuyingStore: true }, { Id: 757 @@ -2278,6 +2622,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 200 + BuyingStore: true }, { Id: 901 @@ -2286,6 +2631,7 @@ item_db: ( Type: 3 Buy: 260 Weight: 10 + BuyingStore: true }, { Id: 902 @@ -2294,6 +2640,7 @@ item_db: ( Type: 3 Buy: 12 Weight: 10 + BuyingStore: true }, { Id: 903 @@ -2302,6 +2649,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 904 @@ -2310,6 +2658,7 @@ item_db: ( Type: 3 Buy: 124 Weight: 10 + BuyingStore: true }, { Id: 905 @@ -2318,6 +2667,7 @@ item_db: ( Type: 3 Buy: 46 Weight: 10 + BuyingStore: true }, { Id: 906 @@ -2326,6 +2676,7 @@ item_db: ( Type: 3 Buy: 68 Weight: 10 + BuyingStore: true }, { Id: 907 @@ -2334,6 +2685,7 @@ item_db: ( Type: 3 Buy: 120 Weight: 10 + BuyingStore: true }, { Id: 908 @@ -2342,6 +2694,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 909 @@ -2350,6 +2703,7 @@ item_db: ( Type: 3 Buy: 6 Weight: 10 + BuyingStore: true }, { Id: 910 @@ -2358,6 +2712,7 @@ item_db: ( Type: 3 Buy: 40 Weight: 10 + BuyingStore: true }, { Id: 911 @@ -2366,6 +2721,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 912 @@ -2374,6 +2730,7 @@ item_db: ( Type: 3 Buy: 480 Weight: 10 + BuyingStore: true }, { Id: 913 @@ -2382,6 +2739,7 @@ item_db: ( Type: 3 Buy: 34 Weight: 10 + BuyingStore: true }, { Id: 914 @@ -2390,6 +2748,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 915 @@ -2398,6 +2757,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 916 @@ -2406,6 +2766,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 917 @@ -2414,6 +2775,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 918 @@ -2422,6 +2784,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 919 @@ -2430,6 +2793,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 920 @@ -2438,6 +2802,7 @@ item_db: ( Type: 3 Buy: 58 Weight: 10 + BuyingStore: true }, { Id: 921 @@ -2446,6 +2811,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 922 @@ -2454,6 +2820,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 923 @@ -2462,6 +2829,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 924 @@ -2470,6 +2838,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 925 @@ -2478,6 +2847,7 @@ item_db: ( Type: 3 Buy: 64 Weight: 10 + BuyingStore: true }, { Id: 926 @@ -2486,6 +2856,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 928 @@ -2494,6 +2865,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 929 @@ -2502,6 +2874,7 @@ item_db: ( Type: 3 Buy: 374 Weight: 10 + BuyingStore: true }, { Id: 930 @@ -2510,6 +2883,7 @@ item_db: ( Type: 3 Buy: 350 Weight: 10 + BuyingStore: true }, { Id: 931 @@ -2518,6 +2892,7 @@ item_db: ( Type: 3 Buy: 142 Weight: 10 + BuyingStore: true }, { Id: 932 @@ -2526,6 +2901,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 934 @@ -2534,6 +2910,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 10 + BuyingStore: true }, { Id: 935 @@ -2542,6 +2919,7 @@ item_db: ( Type: 3 Buy: 14 Weight: 10 + BuyingStore: true }, { Id: 936 @@ -2550,6 +2928,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 937 @@ -2558,6 +2937,7 @@ item_db: ( Type: 3 Buy: 148 Weight: 10 + BuyingStore: true }, { Id: 938 @@ -2566,6 +2946,7 @@ item_db: ( Type: 3 Buy: 70 Weight: 10 + BuyingStore: true }, { Id: 939 @@ -2574,6 +2955,7 @@ item_db: ( Type: 3 Buy: 32 Weight: 10 + BuyingStore: true }, { Id: 940 @@ -2582,6 +2964,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 941 @@ -2590,6 +2973,7 @@ item_db: ( Type: 3 Buy: 568 Weight: 10 + BuyingStore: true }, { Id: 942 @@ -2598,6 +2982,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 943 @@ -2606,6 +2991,7 @@ item_db: ( Type: 3 Buy: 448 Weight: 10 + BuyingStore: true }, { Id: 944 @@ -2614,6 +3000,7 @@ item_db: ( Type: 3 Buy: 588 Weight: 10 + BuyingStore: true }, { Id: 945 @@ -2622,6 +3009,7 @@ item_db: ( Type: 3 Buy: 106 Weight: 10 + BuyingStore: true }, { Id: 946 @@ -2630,6 +3018,7 @@ item_db: ( Type: 3 Buy: 64 Weight: 10 + BuyingStore: true }, { Id: 947 @@ -2638,6 +3027,7 @@ item_db: ( Type: 3 Buy: 116 Weight: 10 + BuyingStore: true }, { Id: 948 @@ -2646,6 +3036,7 @@ item_db: ( Type: 3 Buy: 174 Weight: 10 + BuyingStore: true }, { Id: 949 @@ -2654,6 +3045,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 950 @@ -2662,6 +3054,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 951 @@ -2670,6 +3063,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 952 @@ -2678,6 +3072,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 953 @@ -2686,6 +3081,7 @@ item_db: ( Type: 3 Buy: 184 Weight: 10 + BuyingStore: true }, { Id: 954 @@ -2694,6 +3090,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 955 @@ -2702,6 +3099,7 @@ item_db: ( Type: 3 Buy: 52 Weight: 10 + BuyingStore: true }, { Id: 956 @@ -2710,6 +3108,7 @@ item_db: ( Type: 3 Buy: 342 Weight: 10 + BuyingStore: true }, { Id: 957 @@ -2718,6 +3117,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 958 @@ -2726,6 +3126,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 959 @@ -2734,6 +3135,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 960 @@ -2742,6 +3144,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 961 @@ -2750,6 +3153,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 962 @@ -2758,6 +3162,7 @@ item_db: ( Type: 3 Buy: 70 Weight: 10 + BuyingStore: true }, { Id: 963 @@ -2766,6 +3171,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 964 @@ -2774,6 +3180,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 965 @@ -2782,6 +3189,7 @@ item_db: ( Type: 3 Buy: 56 Weight: 10 + BuyingStore: true }, { Id: 966 @@ -2790,6 +3198,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 967 @@ -2798,6 +3207,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 968 @@ -2806,6 +3216,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 10 + BuyingStore: true }, { Id: 969 @@ -2814,6 +3225,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 200 + BuyingStore: true }, { Id: 970 @@ -2830,6 +3242,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 30 + BuyingStore: true }, { Id: 972 @@ -2838,6 +3251,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 30 + BuyingStore: true }, { Id: 973 @@ -2846,6 +3260,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 70 + BuyingStore: true }, { Id: 974 @@ -2854,6 +3269,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 70 + BuyingStore: true }, { Id: 975 @@ -2862,6 +3278,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 976 @@ -2870,6 +3287,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 978 @@ -2878,6 +3296,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 979 @@ -2886,6 +3305,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 980 @@ -2894,6 +3314,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 981 @@ -2902,6 +3323,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 982 @@ -2910,6 +3332,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 983 @@ -2918,6 +3341,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 984 @@ -2926,6 +3350,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 200 + BuyingStore: true }, { Id: 985 @@ -2934,6 +3359,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 200 + BuyingStore: true }, { Id: 986 @@ -2942,6 +3368,7 @@ item_db: ( Type: 3 Buy: 30000 Weight: 500 + BuyingStore: true }, { Id: 987 @@ -2950,6 +3377,7 @@ item_db: ( Type: 3 Buy: 120000 Weight: 700 + BuyingStore: true }, { Id: 988 @@ -2958,6 +3386,7 @@ item_db: ( Type: 3 Buy: 300000 Weight: 900 + BuyingStore: true }, { Id: 989 @@ -2966,6 +3395,7 @@ item_db: ( Type: 3 Buy: 600000 Weight: 1000 + BuyingStore: true }, { Id: 990 @@ -2974,6 +3404,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 991 @@ -2982,6 +3413,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 992 @@ -2990,6 +3422,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 993 @@ -2998,6 +3431,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 994 @@ -3006,6 +3440,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 995 @@ -3014,6 +3449,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 996 @@ -3022,6 +3458,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 997 @@ -3030,6 +3467,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 998 @@ -3038,6 +3476,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 999 @@ -3046,6 +3485,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 100 + BuyingStore: true }, { Id: 1000 @@ -3054,6 +3494,7 @@ item_db: ( Type: 3 Buy: 4500 Weight: 100 + BuyingStore: true }, { Id: 1001 @@ -3062,6 +3503,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 1002 @@ -3070,6 +3512,7 @@ item_db: ( Type: 3 Buy: 50 Weight: 150 + BuyingStore: true }, { Id: 1003 @@ -3078,6 +3521,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 50 + BuyingStore: true }, { Id: 1004 @@ -3086,6 +3530,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + BuyingStore: true }, { Id: 1005 @@ -3094,6 +3539,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 800 + BuyingStore: true }, { Id: 1006 @@ -3102,6 +3548,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 30 + BuyingStore: true }, { Id: 1007 @@ -3110,6 +3557,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 40 + BuyingStore: true }, { Id: 1008 @@ -3118,6 +3566,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + BuyingStore: true }, { Id: 1009 @@ -3126,6 +3575,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 20 + BuyingStore: true }, { Id: 1010 @@ -3134,6 +3584,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 200 + BuyingStore: true }, { Id: 1011 @@ -3142,6 +3593,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 200 + BuyingStore: true }, { Id: 1012 @@ -3150,6 +3602,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 1013 @@ -3158,6 +3611,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 1014 @@ -3166,6 +3620,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 1015 @@ -3174,6 +3629,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 1016 @@ -3182,6 +3638,7 @@ item_db: ( Type: 3 Buy: 52 Weight: 10 + BuyingStore: true }, { Id: 1017 @@ -3190,6 +3647,7 @@ item_db: ( Type: 3 Buy: 106 Weight: 10 + BuyingStore: true }, { Id: 1018 @@ -3198,6 +3656,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 1019 @@ -3206,6 +3665,7 @@ item_db: ( Type: 3 Buy: 60 Weight: 10 + BuyingStore: true }, { Id: 1020 @@ -3214,6 +3674,7 @@ item_db: ( Type: 3 Buy: 292 Weight: 10 + BuyingStore: true }, { Id: 1021 @@ -3222,6 +3683,7 @@ item_db: ( Type: 3 Buy: 292 Weight: 10 + BuyingStore: true }, { Id: 1022 @@ -3230,6 +3692,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 1023 @@ -3238,6 +3701,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1024 @@ -3246,6 +3710,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 1025 @@ -3254,6 +3719,7 @@ item_db: ( Type: 3 Buy: 184 Weight: 10 + BuyingStore: true }, { Id: 1026 @@ -3262,6 +3728,7 @@ item_db: ( Type: 3 Buy: 98 Weight: 10 + BuyingStore: true }, { Id: 1027 @@ -3270,6 +3737,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 1028 @@ -3278,6 +3746,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1029 @@ -3286,6 +3755,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1030 @@ -3294,6 +3764,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 1031 @@ -3302,6 +3773,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1032 @@ -3310,6 +3782,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1033 @@ -3318,6 +3791,7 @@ item_db: ( Type: 3 Buy: 208 Weight: 10 + BuyingStore: true }, { Id: 1034 @@ -3326,6 +3800,7 @@ item_db: ( Type: 3 Buy: 342 Weight: 10 + BuyingStore: true }, { Id: 1035 @@ -3334,6 +3809,7 @@ item_db: ( Type: 3 Buy: 484 Weight: 10 + BuyingStore: true }, { Id: 1036 @@ -3342,6 +3818,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 1037 @@ -3350,6 +3827,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 1038 @@ -3358,6 +3836,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 1039 @@ -3366,6 +3845,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 10 + BuyingStore: true }, { Id: 1040 @@ -3374,6 +3854,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 1041 @@ -3382,6 +3863,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 1042 @@ -3390,6 +3872,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 1043 @@ -3398,6 +3881,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 1044 @@ -3406,6 +3890,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 1045 @@ -3414,6 +3899,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 1046 @@ -3422,6 +3908,7 @@ item_db: ( Type: 3 Buy: 614 Weight: 10 + BuyingStore: true }, { Id: 1047 @@ -3430,6 +3917,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1048 @@ -3438,6 +3926,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 1049 @@ -3446,6 +3935,7 @@ item_db: ( Type: 3 Buy: 1700 Weight: 10 + BuyingStore: true }, { Id: 1050 @@ -3454,6 +3944,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 1051 @@ -3462,6 +3953,7 @@ item_db: ( Type: 3 Buy: 450 Weight: 10 + BuyingStore: true }, { Id: 1052 @@ -3470,6 +3962,7 @@ item_db: ( Type: 3 Buy: 46 Weight: 10 + BuyingStore: true }, { Id: 1053 @@ -3478,6 +3971,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1054 @@ -3486,6 +3980,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 1055 @@ -3494,6 +3989,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1056 @@ -3502,6 +3998,7 @@ item_db: ( Type: 3 Buy: 306 Weight: 10 + BuyingStore: true }, { Id: 1057 @@ -3510,6 +4007,7 @@ item_db: ( Type: 3 Buy: 138 Weight: 10 + BuyingStore: true }, { Id: 1058 @@ -3518,6 +4016,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 10 + BuyingStore: true }, { Id: 1059 @@ -3526,6 +4025,7 @@ item_db: ( Type: 3 Buy: 306 Weight: 10 + BuyingStore: true }, { Id: 1060 @@ -3534,6 +4034,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 1061 @@ -3542,6 +4043,7 @@ item_db: ( Type: 3 Buy: 484 Weight: 10 + BuyingStore: true }, { Id: 1062 @@ -3550,6 +4052,7 @@ item_db: ( Type: 3 Buy: 374 Weight: 10 + BuyingStore: true }, { Id: 1063 @@ -3558,6 +4061,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 1064 @@ -3566,6 +4070,7 @@ item_db: ( Type: 3 Buy: 802 Weight: 10 + BuyingStore: true }, { Id: 1065 @@ -3574,6 +4079,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 1066 @@ -3582,6 +4088,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1067 @@ -3590,6 +4097,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1068 @@ -3598,6 +4106,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1069 @@ -3758,6 +4267,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 1089 @@ -3766,6 +4276,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 1090 @@ -3790,6 +4301,7 @@ item_db: ( Type: 3 Buy: 3 Weight: 10 + BuyingStore: true }, { Id: 1093 @@ -3798,6 +4310,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 1094 @@ -3806,6 +4319,7 @@ item_db: ( Type: 3 Buy: 278 Weight: 10 + BuyingStore: true }, { Id: 1095 @@ -3814,6 +4328,7 @@ item_db: ( Type: 3 Buy: 546 Weight: 10 + BuyingStore: true }, { Id: 1096 @@ -3822,6 +4337,7 @@ item_db: ( Type: 3 Buy: 780 Weight: 10 + BuyingStore: true }, { Id: 1097 @@ -3830,6 +4346,7 @@ item_db: ( Type: 3 Buy: 948 Weight: 10 + BuyingStore: true }, { Id: 1098 @@ -3838,6 +4355,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 1099 @@ -3846,6 +4364,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, // Weapons // =================================================================== @@ -5089,6 +5608,16 @@ item_db: ( EquipLv: 1 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; @@ -5169,6 +5698,15 @@ item_db: ( 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; @@ -5297,6 +5835,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,55; @@ -5317,6 +5863,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bCritical,20; bonus2 bAddRace,RC_DemiHuman,55; @@ -5385,6 +5939,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -5463,6 +6026,16 @@ item_db: ( EquipLv: 1 Refine: false View: 3 + 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; @@ -6620,6 +7193,16 @@ item_db: ( EquipLv: 1 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_DemiHuman,70; bonus bDef,3; @@ -6728,6 +7311,15 @@ item_db: ( 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; @@ -6865,6 +7457,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -6887,6 +7487,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -6910,6 +7518,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -6934,6 +7551,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -6958,6 +7584,16 @@ item_db: ( 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; @@ -7027,6 +7663,16 @@ item_db: ( EquipLv: 1 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; @@ -7199,6 +7845,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -7259,6 +7914,16 @@ item_db: ( EquipLv: 1 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; @@ -7280,6 +7945,15 @@ item_db: ( EquipLv: 1 Refine: false View: 6 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; "> }, { @@ -7707,6 +8381,16 @@ item_db: ( EquipLv: 1 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; @@ -7850,6 +8534,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 7 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; @@ -7870,6 +8562,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 7 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; @@ -7892,6 +8592,15 @@ item_db: ( EquipLv: 3 Refine: false View: 7 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1382 @@ -7906,6 +8615,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -7937,6 +8655,13 @@ item_db: ( WeaponLv: 4 EquipLv: 60 View: 7 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAtkEle,Ele_Holy; bonus bVit,10; @@ -8014,6 +8739,16 @@ item_db: ( WeaponLv: 4 Refine: false View: 7 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" if(readparam(bStr)>=95) { bonus bBaseAtk,400; @@ -8064,6 +8799,16 @@ item_db: ( EquipLv: 1 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; @@ -8426,6 +9171,16 @@ item_db: ( EquipLv: 1 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; @@ -8512,6 +9267,15 @@ item_db: ( 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; @@ -8548,6 +9312,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 4 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -8569,6 +9341,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -8598,6 +9379,16 @@ item_db: ( 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; @@ -8619,6 +9410,15 @@ item_db: ( 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; @@ -8642,6 +9442,15 @@ item_db: ( 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; @@ -8662,6 +9471,16 @@ item_db: ( EquipLv: 1 Refine: false View: 4 + 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; @@ -9286,6 +10105,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 5 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,25; @@ -9368,6 +10195,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -9397,6 +10233,16 @@ item_db: ( EquipLv: 1 Refine: false View: 5 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddSize,Size_Small,50; bonus2 bAddSize,Size_Medium,50; @@ -9980,6 +10826,16 @@ item_db: ( 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; "> }, { @@ -10039,6 +10895,15 @@ item_db: ( 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; @@ -10162,6 +11027,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -10183,6 +11056,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -10233,6 +11114,15 @@ item_db: ( EquipLv: 2 Refine: false View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1546 @@ -10247,6 +11137,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -10276,6 +11175,16 @@ item_db: ( 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; @@ -10554,6 +11463,16 @@ item_db: ( EquipLv: 1 Refine: false View: 15 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,20; bonus bAspdRate,5; @@ -10619,6 +11538,15 @@ item_db: ( 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; @@ -10762,6 +11690,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 15 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bInt,1; @@ -10784,6 +11720,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 15 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bInt,1; @@ -10805,6 +11749,15 @@ item_db: ( WeaponLv: 4 EquipLv: 80 View: 15 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; @@ -10830,6 +11783,15 @@ item_db: ( WeaponLv: 4 EquipLv: 80 View: 15 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; @@ -10857,6 +11819,16 @@ item_db: ( 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; @@ -10878,6 +11850,15 @@ item_db: ( 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; @@ -10901,6 +11882,16 @@ item_db: ( 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 bMatkRate,15; bonus bInt,3; @@ -11414,6 +12405,16 @@ item_db: ( EquipLv: 1 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; @@ -11504,6 +12505,15 @@ item_db: ( WeaponLv: 1 Refine: false View: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,15; bonus2 bAddRace,RC_Boss,50; @@ -11606,6 +12616,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,4; bonus bDex,3; @@ -11628,6 +12646,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,3; bonus bDex,3; @@ -11650,6 +12676,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,15; bonus bHealPower,14; @@ -11670,6 +12704,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,3; bonus bDex,2; @@ -11740,6 +12782,16 @@ item_db: ( EquipLv: 1 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; @@ -11761,6 +12813,15 @@ item_db: ( EquipLv: 1 Refine: false View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,16; "> }, { @@ -11776,6 +12837,15 @@ item_db: ( 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_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25 + ((getrefine()>5) ? 5 : 0); @@ -11801,6 +12871,15 @@ item_db: ( 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; @@ -11829,6 +12908,16 @@ item_db: ( 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 bCastrate,-5; bonus bMatkRate,15; @@ -11875,6 +12964,15 @@ item_db: ( WeaponLv: 3 EquipLv: 70 View: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,4; bonus bMatkRate,15; @@ -11897,6 +12995,15 @@ item_db: ( 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; @@ -12029,6 +13136,16 @@ item_db: ( WeaponLv: 1 EquipLv: 4 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; @@ -12432,6 +13549,16 @@ item_db: ( EquipLv: 1 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; "> }, { @@ -12551,6 +13678,15 @@ item_db: ( EquipLv: 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; @@ -12608,6 +13744,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,55; @@ -12628,6 +13772,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bInt,10; @@ -12689,6 +13841,15 @@ item_db: ( EquipLv: 4 Refine: false View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1743 @@ -12703,6 +13864,15 @@ item_db: ( 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_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -12729,6 +13899,16 @@ item_db: ( EquipLv: 1 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; @@ -13368,6 +14548,16 @@ item_db: ( EquipLv: 1 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; @@ -13480,6 +14670,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 12 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bAgi,1; @@ -13502,6 +14700,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 12 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bInt,1; @@ -13546,6 +14752,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -13574,6 +14789,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -13602,6 +14826,16 @@ item_db: ( 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; @@ -13621,6 +14855,16 @@ item_db: ( EquipLv: 1 Refine: false View: 12 + 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; @@ -14005,6 +15249,15 @@ item_db: ( 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; @@ -14045,6 +15298,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 13 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -14066,6 +15327,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 13 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -14139,6 +15408,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -14165,6 +15443,16 @@ item_db: ( 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; @@ -14187,6 +15475,16 @@ item_db: ( EquipLv: 1 Refine: false View: 13 + 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; @@ -14636,6 +15934,15 @@ item_db: ( 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; @@ -14674,6 +15981,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 14 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -14694,6 +16009,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 14 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -14764,6 +16087,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -14788,6 +16120,16 @@ item_db: ( 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; @@ -14807,6 +16149,16 @@ item_db: ( EquipLv: 1 Refine: false View: 14 + 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; @@ -14874,6 +16226,15 @@ item_db: ( 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_DemiHuman,15; @@ -14907,6 +16268,15 @@ item_db: ( WeaponLv: 4 EquipLv: 80 View: 23 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,25+getrefine()/2; bonus bInt,3; @@ -15403,6 +16773,15 @@ item_db: ( 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; @@ -15497,6 +16876,16 @@ item_db: ( 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; @@ -16140,6 +17529,7 @@ item_db: ( Loc: 1 Refine: false View: 24 + Sprite: 2241 }, { Id: 2241 @@ -17641,6 +19031,11 @@ item_db: ( Loc: 16 EquipLv: 1 Refine: false + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,4; "> }, { @@ -17814,6 +19209,14 @@ item_db: ( Def: 4 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -17827,6 +19230,16 @@ item_db: ( 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 bSubRace,RC_DemiHuman,10; @@ -17841,6 +19254,15 @@ item_db: ( 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; @@ -17946,6 +19368,14 @@ item_db: ( Job: 0x006444A2 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -17963,6 +19393,14 @@ item_db: ( Job: 0x00040420 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -17980,6 +19418,14 @@ item_db: ( Job: 0x02021040 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -17997,6 +19443,14 @@ item_db: ( Job: 0x00810204 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -18014,6 +19468,14 @@ item_db: ( Job: 0x00008110 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -18031,6 +19493,14 @@ item_db: ( Job: 0x00080808 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -18048,6 +19518,14 @@ item_db: ( Job: 0x01000000 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -18085,6 +19563,16 @@ item_db: ( Def: 10 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,800; bonus2 bResEff,Eff_Freeze,10000; @@ -18107,6 +19595,16 @@ item_db: ( Def: 12 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; @@ -18258,6 +19756,15 @@ item_db: ( Slots: 1 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2394 @@ -18268,6 +19775,15 @@ item_db: ( 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 bSubRace,RC_DemiHuman,7; @@ -18282,6 +19798,15 @@ item_db: ( 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; @@ -18295,6 +19820,15 @@ item_db: ( Buy: 20 Job: 0xFFFFFFFE Loc: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,500; "> }, { @@ -18321,6 +19855,15 @@ item_db: ( Upper: 2 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); @@ -18724,6 +20267,14 @@ item_db: ( Def: 4 Loc: 64 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, /* @@ -18751,6 +20302,15 @@ item_db: ( Def: 5 Job: 0x000E5CEA Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2430 @@ -18761,6 +20321,15 @@ item_db: ( Weight: 800 Def: 5 Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2431 @@ -18771,6 +20340,15 @@ item_db: ( 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; @@ -18832,6 +20410,14 @@ item_db: ( Job: 0x026654E2 Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,100; bonus bMdef,1; @@ -18849,6 +20435,14 @@ item_db: ( Job: 0x00898B1C Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,100; bonus bMdef,1; @@ -18866,6 +20460,14 @@ item_db: ( Job: 0x01000000 Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,100; bonus bMdef,1; @@ -18881,6 +20483,14 @@ item_db: ( Weight: 300 Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bFlee,5; bonus bAgi,1; @@ -18896,6 +20506,16 @@ item_db: ( Def: 9 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; @@ -18972,6 +20592,15 @@ item_db: ( 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 bSubRace,RC_DemiHuman,4; @@ -18987,6 +20616,15 @@ item_db: ( 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; @@ -19000,6 +20638,15 @@ item_db: ( Buy: 20 Job: 0xFFFFFFFE Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,5; "> }, { @@ -19036,6 +20683,15 @@ item_db: ( Upper: 2 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(); @@ -19538,6 +21194,15 @@ item_db: ( 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; @@ -19606,6 +21271,14 @@ item_db: ( Job: 0x026654E2 Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,50; bonus bMdef,1; @@ -19623,6 +21296,14 @@ item_db: ( Job: 0x00898B1C Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,50; bonus bMdef,1; @@ -19640,6 +21321,14 @@ item_db: ( Job: 0x01000000 Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,50; bonus bMdef,1; @@ -19703,6 +21392,16 @@ item_db: ( Def: 9 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; @@ -19806,6 +21505,15 @@ item_db: ( Job: 0xFFFFFFFE Loc: 4 EquipLv: 81 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,5; bonus2 bSubRace,RC_DemiHuman,5; @@ -19833,6 +21541,15 @@ item_db: ( Upper: 2 Loc: 4 EquipLv: 55 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,2; "> }, { @@ -19848,6 +21565,15 @@ item_db: ( Upper: 2 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; @@ -20358,6 +22084,16 @@ item_db: ( Gender: 1 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; @@ -20372,6 +22108,16 @@ item_db: ( 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; @@ -20468,6 +22214,16 @@ item_db: ( 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 @@ -20487,6 +22243,16 @@ item_db: ( 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; @@ -20527,6 +22293,16 @@ item_db: ( 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; "> }, { @@ -20852,6 +22628,15 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2669 @@ -20876,6 +22661,15 @@ item_db: ( 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; "> }, { @@ -20914,6 +22708,16 @@ item_db: ( 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; @@ -20928,6 +22732,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2675 @@ -20951,6 +22765,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,7618,100; "> }, { @@ -21113,6 +22937,16 @@ item_db: ( EquipLv: 1 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; "> }, { @@ -21127,6 +22961,16 @@ item_db: ( EquipLv: 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; "> }, { @@ -21139,6 +22983,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bCritical,10; "> }, { @@ -21151,6 +23005,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,3; "> }, { @@ -21163,6 +23027,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,4; "> }, { @@ -21175,6 +23049,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bVit,4; "> }, { @@ -21187,6 +23071,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,4; "> }, { @@ -21199,6 +23093,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,4; "> }, { @@ -21211,6 +23115,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -21227,6 +23141,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,5; "> }, { @@ -21240,6 +23164,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -21257,6 +23191,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -21274,6 +23218,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -21291,6 +23245,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -21371,6 +23335,14 @@ item_db: ( Def: 4 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -21383,6 +23355,14 @@ item_db: ( Def: 4 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,12018,500; "> }, { @@ -21413,6 +23393,15 @@ item_db: ( Weight: 50 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; "> }, { @@ -21476,6 +23465,16 @@ item_db: ( 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 @@ -21567,6 +23566,15 @@ item_db: ( 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; @@ -21588,6 +23596,15 @@ item_db: ( 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; @@ -21609,6 +23626,15 @@ item_db: ( 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; @@ -21629,6 +23655,15 @@ item_db: ( 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; @@ -21649,6 +23684,15 @@ item_db: ( 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; @@ -21670,6 +23714,15 @@ item_db: ( 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; @@ -21764,6 +23817,14 @@ item_db: ( 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; @@ -21781,6 +23842,14 @@ item_db: ( Loc: 136 EquipLv: 80 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxSP,50; bonus bCastrate,-1; @@ -21798,6 +23867,14 @@ item_db: ( Loc: 136 EquipLv: 80 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bCritical,5; "> }, { @@ -21811,6 +23888,14 @@ item_db: ( Loc: 136 EquipLv: 70 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; @@ -21831,6 +23916,15 @@ item_db: ( Job: 0x00000001 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2735 @@ -21842,6 +23936,15 @@ item_db: ( Job: 0x00000001 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2736 @@ -21884,6 +23987,16 @@ item_db: ( 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; @@ -21898,6 +24011,16 @@ item_db: ( 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; @@ -21912,6 +24035,16 @@ item_db: ( 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; @@ -21926,6 +24059,16 @@ item_db: ( 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; @@ -22093,6 +24236,14 @@ item_db: ( 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; @@ -22110,6 +24261,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -22125,6 +24286,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22136,6 +24307,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22147,6 +24328,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22158,6 +24349,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22169,6 +24370,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22180,6 +24391,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22191,6 +24412,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22202,6 +24433,16 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bExpAddRace,RC_DemiHuman,15; "> }, { @@ -22213,6 +24454,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22224,6 +24475,16 @@ item_db: ( Loc: 136 EquipLv: 1 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; "> }, { @@ -22357,6 +24618,15 @@ item_db: ( 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; @@ -22378,6 +24648,15 @@ item_db: ( 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; "> }, { @@ -22389,6 +24668,15 @@ item_db: ( 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; "> }, { @@ -22424,6 +24712,10 @@ item_db: ( Loc: 136 EquipLv: 30 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bUseSPrate,-5; "> }, { @@ -22436,6 +24728,10 @@ item_db: ( Loc: 136 EquipLv: 30 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -22449,6 +24745,10 @@ item_db: ( Loc: 136 EquipLv: 30 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bAgi,1; @@ -22465,6 +24765,10 @@ item_db: ( Loc: 136 EquipLv: 80 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" autobonus "{ bonus bAspdRate,2; }",10,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; "> }, { @@ -22479,6 +24783,10 @@ item_db: ( Loc: 136 EquipLv: 1 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAllStats,1; bonus bMdef,1; @@ -22493,6 +24801,15 @@ item_db: ( 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; @@ -22539,6 +24856,15 @@ item_db: ( 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; @@ -22707,6 +25033,16 @@ item_db: ( 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; "> }, { @@ -22719,6 +25055,15 @@ item_db: ( Loc: 136 EquipLv: 99 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,6; if(JobLevel <30) { @@ -22738,6 +25083,16 @@ item_db: ( 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; @@ -22755,6 +25110,16 @@ item_db: ( 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; @@ -22772,6 +25137,15 @@ item_db: ( 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; @@ -22803,6 +25177,15 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -22821,6 +25204,15 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -22841,6 +25233,15 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -22859,6 +25260,15 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -22876,6 +25286,15 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -22895,6 +25314,15 @@ item_db: ( Loc: 136 EquipLv: 1 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; @@ -29837,7 +32265,7 @@ item_db: ( Buy: 20 Weight: 350 Def: 2 - Job: 0x0 + Job: 0x00000000 Loc: 256 EquipLv: 45 View: 129 @@ -29926,7 +32354,7 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x0 + Job: 0x00000000 Loc: 1 Refine: false View: 135 @@ -30548,6 +32976,11 @@ item_db: ( EquipLv: 50 Refine: false View: 181 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,3; bonus bMaxHP,100; @@ -30579,6 +33012,11 @@ item_db: ( Loc: 256 EquipLv: 75 View: 183 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -30620,6 +33058,11 @@ item_db: ( EquipLv: 30 Refine: false View: 186 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bCritical,5; @@ -31030,6 +33473,13 @@ item_db: ( Loc: 256 Refine: false View: 204 + Trade: { + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_DemiHuman,10; "> }, { @@ -31044,6 +33494,11 @@ item_db: ( Loc: 256 Refine: false View: 205 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,5; "> }, { @@ -31341,6 +33796,15 @@ item_db: ( Loc: 512 Refine: false View: 12 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5155 @@ -31352,6 +33816,15 @@ item_db: ( 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; "> }, { @@ -31364,6 +33837,15 @@ item_db: ( 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; "> }, { @@ -32031,6 +34513,15 @@ item_db: ( Def: 3 Loc: 256 View: 144 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5202 @@ -32098,6 +34589,11 @@ item_db: ( Loc: 1 Refine: false View: 259 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Plant,3; "> }, { @@ -32156,6 +34652,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 264 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bCastrate,-3; bonus bAspdRate,3; @@ -32254,6 +34755,11 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 38 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus bDex,1; @@ -32272,6 +34778,11 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 39 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -32290,6 +34801,11 @@ item_db: ( Job: 0x006444A2 Loc: 256 View: 41 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; "> }, { @@ -32302,6 +34818,11 @@ item_db: ( Def: 2 Loc: 256 View: 15 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -32315,6 +34836,11 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 142 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,18; bonus bFlee,3; @@ -32331,6 +34857,11 @@ item_db: ( Loc: 1 Refine: false View: 55 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; bonus2 bSubRace,RC_Brute,5; @@ -32348,6 +34879,11 @@ item_db: ( EquipLv: 45 Refine: false View: 169 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bFlee,5; "> }, { @@ -32361,6 +34897,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 149 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus bDex,1; @@ -32378,6 +34919,11 @@ item_db: ( Loc: 768 EquipLv: 35 View: 175 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, { @@ -32392,6 +34938,11 @@ item_db: ( Loc: 768 EquipLv: 55 View: 178 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bVit,1; @@ -32429,6 +34980,11 @@ item_db: ( Def: 2 Loc: 256 View: 270 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bDex,1; @@ -32448,6 +35004,15 @@ item_db: ( Loc: 256 EquipLv: 64 View: 271 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -32465,6 +35030,15 @@ item_db: ( Loc: 256 EquipLv: 64 View: 272 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -32482,6 +35056,15 @@ item_db: ( Loc: 256 EquipLv: 64 View: 273 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -32498,6 +35081,15 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 274 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -32514,6 +35106,15 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 275 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -32530,6 +35131,15 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 276 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -32546,6 +35156,15 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 277 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -32562,6 +35181,15 @@ item_db: ( Job: 0xFFFFFFFE Loc: 256 View: 278 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -32577,6 +35205,15 @@ item_db: ( Def: 2 Loc: 256 View: 279 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, { @@ -32589,6 +35226,15 @@ item_db: ( Def: 2 Loc: 256 View: 280 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, { @@ -32601,6 +35247,15 @@ item_db: ( Def: 2 Loc: 256 View: 281 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, { @@ -32614,6 +35269,15 @@ item_db: ( Job: 0x00810204 Loc: 256 View: 282 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -32630,6 +35294,15 @@ item_db: ( Job: 0x00810204 Loc: 256 View: 283 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -32646,6 +35319,15 @@ item_db: ( Job: 0x00810204 Loc: 256 View: 284 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -32662,6 +35344,15 @@ item_db: ( Job: 0x00810204 Loc: 256 View: 285 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -32678,6 +35369,15 @@ item_db: ( Job: 0x00810204 Loc: 256 View: 286 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -32694,6 +35394,11 @@ item_db: ( Slots: 1 Loc: 768 View: 287 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bResEff,Eff_Freeze,1000; "> }, { @@ -32890,6 +35595,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 300 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,10; @@ -32907,6 +35617,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 301 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10; @@ -33005,6 +35720,11 @@ item_db: ( Loc: 769 EquipLv: 20 View: 303 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Water,1; bonus2 bSubEle,Ele_Earth,1; @@ -33037,6 +35757,16 @@ item_db: ( EquipLv: 1 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; "> }, { @@ -33050,6 +35780,16 @@ item_db: ( EquipLv: 1 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 bSubRace,RC_DemiHuman,10; @@ -33065,6 +35805,16 @@ item_db: ( 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; "> }, { @@ -33079,6 +35829,16 @@ item_db: ( EquipLv: 1 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; @@ -33226,6 +35986,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 309 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -33244,6 +36009,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 310 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -33318,6 +36088,11 @@ item_db: ( EquipLv: 10 Refine: false View: 311 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bMaxHP,50; @@ -33339,6 +36114,11 @@ item_db: ( EquipLv: 30 Refine: false View: 312 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,1; bonus bAgi,1; @@ -33359,6 +36139,11 @@ item_db: ( EquipLv: 30 Refine: false View: 313 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, { @@ -33372,6 +36157,11 @@ item_db: ( EquipLv: 70 Refine: false View: 314 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSpeedRate,25; bonus bAspdRate,-10; @@ -33391,6 +36181,11 @@ item_db: ( EquipLv: 30 Refine: false View: 315 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; "> }, { @@ -33403,6 +36198,11 @@ item_db: ( Loc: 512 Refine: false View: 316 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; "> }, { @@ -33416,6 +36216,11 @@ item_db: ( EquipLv: 30 Refine: false View: 317 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus3 bAutoSpell,MG_FIREBOLT,1,10; @@ -33450,6 +36255,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 318 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus4 bAutoSpell,SA_DELUGE,2,10,0; bonus3 bAutoSpell,WZ_WATERBALL,3,10; @@ -33466,6 +36276,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 319 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Dragon,5; "> }, { @@ -33478,6 +36293,11 @@ item_db: ( Loc: 256 Refine: false View: 320 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,4; bonus4 bAutoSpellWhenHit,AL_DECAGI,1,30,1; @@ -33492,6 +36312,11 @@ item_db: ( Loc: 769 Refine: false View: 321 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,-10; @@ -33508,6 +36333,14 @@ item_db: ( Loc: 768 Refine: false View: 138 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -33585,6 +36418,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 322 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMaxHP,100; "> }, { @@ -33636,6 +36474,11 @@ item_db: ( Loc: 769 EquipLv: 50 View: 326 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bResEff,Eff_Curse,700; bonus2 bResEff,Eff_Blind,10000; @@ -33651,6 +36494,15 @@ item_db: ( Loc: 1 Refine: false View: 327 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bBaseAtk,5; "> }, { @@ -33665,6 +36517,16 @@ item_db: ( 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 bSubRace,RC_DemiHuman,5; "> }, { @@ -33677,6 +36539,11 @@ item_db: ( Def: 3 Loc: 256 View: 329 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50; @@ -33693,6 +36560,11 @@ item_db: ( Slots: 1 Loc: 256 View: 330 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSpeedAddRate,25; "> }, { @@ -33718,6 +36590,11 @@ item_db: ( Slots: 1 Loc: 256 View: 332 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Dark,10; skill MG_SIGHT,1; @@ -33735,6 +36612,11 @@ item_db: ( Slots: 1 Loc: 256 View: 333 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,15; "> }, { @@ -33749,6 +36631,11 @@ item_db: ( Job: 0x000654E2 Loc: 256 View: 334 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,5; @@ -33765,6 +36652,11 @@ item_db: ( Slots: 1 Loc: 768 View: 335 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bMatkRate,3; @@ -33783,6 +36675,11 @@ item_db: ( EquipLv: 50 Refine: false View: 336 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,5; "> }, { @@ -33797,6 +36694,11 @@ item_db: ( EquipLv: 35 Refine: false View: 337 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill WZ_ESTIMATION,1; "> }, { @@ -33834,6 +36736,14 @@ item_db: ( Def: 2 Loc: 256 View: 340 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,3; "> }, { @@ -33861,6 +36771,15 @@ item_db: ( 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; @@ -33888,6 +36807,15 @@ item_db: ( 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; @@ -33903,6 +36831,15 @@ item_db: ( 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; "> }, { @@ -33916,6 +36853,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 344 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0; @@ -34052,6 +36994,13 @@ item_db: ( Loc: 256 EquipLv: 50 View: 347 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,5; bonus bCritical,5; @@ -34101,6 +37050,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 350 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5337 @@ -34112,6 +37066,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 351 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5338 @@ -34123,6 +37082,16 @@ item_db: ( 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 @@ -34134,6 +37103,16 @@ item_db: ( 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 @@ -34256,6 +37235,16 @@ item_db: ( 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 @@ -34337,6 +37326,11 @@ item_db: ( Loc: 256 EquipLv: 38 View: 361 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5353 @@ -34392,6 +37386,10 @@ item_db: ( Def: 2 Loc: 256 View: 206 + Trade: { + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_Demon,5; bonus2 bAddRace,RC_Demon,5; @@ -34408,6 +37406,15 @@ item_db: ( 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; @@ -34425,6 +37432,11 @@ item_db: ( EquipLv: 70 Refine: false View: 366 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus bMdef,2; @@ -34443,6 +37455,11 @@ item_db: ( Loc: 256 EquipLv: 60 View: 367 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,1; bonus bLongAtkRate,7; @@ -34460,6 +37477,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 368 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bFlee,10; bonus bCritical,3; @@ -34479,6 +37501,11 @@ item_db: ( EquipLv: 60 Refine: false View: 369 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bBaseAtk,5; if(BaseJob==Job_Rogue) skill RG_GANGSTER,1; @@ -34495,6 +37522,11 @@ item_db: ( EquipLv: 60 Refine: false View: 370 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMatkRate,1; "> }, { @@ -34576,6 +37608,11 @@ item_db: ( EquipLv: 10 Refine: false View: 375 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus2 bSubRace,RC_Demon,10; @@ -34591,6 +37628,15 @@ item_db: ( Def: 2 Loc: 256 View: 38 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,12280,300; "> }, { @@ -34603,6 +37649,15 @@ item_db: ( Def: 1 Loc: 256 View: 39 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,12279,300; "> }, { @@ -34627,6 +37682,11 @@ item_db: ( Def: 2 Loc: 768 View: 377 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus bMaxSP,30; @@ -34642,6 +37702,11 @@ item_db: ( Def: 1 Loc: 256 View: 378 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bDelayrate,-3; @@ -34661,6 +37726,11 @@ item_db: ( Slots: 1 Loc: 768 View: 379 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bMdef,1; @@ -34676,6 +37746,11 @@ item_db: ( Def: 5 Loc: 256 View: 380 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,12; bonus bBaseAtk,(JobLevel*2)/7; @@ -34692,6 +37767,11 @@ item_db: ( Slots: 1 Loc: 768 View: 381 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10; @@ -34708,6 +37788,11 @@ item_db: ( Slots: 1 Loc: 256 View: 382 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMaxSP,120; bonus2 bAddEff2,Eff_Curse,300; @@ -34723,6 +37808,11 @@ item_db: ( Loc: 1 Refine: false View: 383 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_DemiHuman,2; "> }, { @@ -34734,6 +37824,11 @@ item_db: ( Weight: 300 Loc: 256 View: 384 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10; @@ -34766,6 +37861,11 @@ item_db: ( Def: 1 Loc: 256 View: 386 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,1,5; "> }, { @@ -34780,6 +37880,11 @@ item_db: ( Loc: 256 Refine: false View: 387 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; bonus2 bAddEle,Ele_Dark,3; @@ -34797,6 +37902,11 @@ item_db: ( Slots: 1 Loc: 256 View: 388 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; skill AL_ANGELUS,1; @@ -34816,6 +37926,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 389 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus2 bAddRace,RC_Brute,10; @@ -34851,6 +37966,13 @@ item_db: ( Loc: 256 EquipLv: 20 View: 391 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" skill TF_HIDING, 1; "> OnUnequipScript: <" sc_end SC_HIDING; "> }, @@ -34866,6 +37988,10 @@ item_db: ( EquipLv: 1 Refine: false View: 228 + Trade: { + nomail: true + noauction: true + } Script: <" bonus bMdef,7; bonus bFlee,7; @@ -34884,6 +38010,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 392 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,5; "> }, { @@ -34898,6 +38029,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 393 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill TF_DOUBLE,5; bonus bDoubleRate,25; @@ -34914,6 +38050,11 @@ item_db: ( EquipLv: 30 Refine: false View: 394 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bHit,15; @@ -34940,6 +38081,16 @@ item_db: ( 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 bMaxHP,100; bonus2 bAddMonsterDropItem,617,10; @@ -34982,6 +38133,16 @@ item_db: ( Buy: 0 Loc: 1 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5395 @@ -34995,6 +38156,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 398 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMaxHP,100+(getrefine()*20); bonus bLuk,3; @@ -35026,6 +38192,11 @@ item_db: ( Loc: 512 Refine: false View: 400 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Water, 10; bonus bUnbreakableHelm, 0; @@ -35096,6 +38267,11 @@ item_db: ( EquipLv: 70 Refine: false View: 404 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bMdef,2; @@ -35114,6 +38290,11 @@ item_db: ( EquipLv: 70 Refine: false View: 405 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm, 0; bonus bFlee2, 3; @@ -35130,6 +38311,11 @@ item_db: ( EquipLv: 30 Refine: false View: 406 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bAddMonsterDropItem,579,500; bonus2 bAddItemHealRate,579,25; @@ -35147,6 +38333,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 407 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus4 bAutoSpellWhenHit, AC_CONCENTRATION, 2, 7, 0; "> }, { @@ -35160,6 +38351,11 @@ item_db: ( EquipLv: 80 Refine: false View: 408 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn, 1; "> }, { @@ -35172,6 +38368,14 @@ item_db: ( Def: 2 Loc: 256 View: 409 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,80; bonus bMaxSP,10; @@ -35188,6 +38392,14 @@ item_db: ( Slots: 1 Loc: 256 View: 410 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxSP,30; "> }, { @@ -35395,6 +38607,11 @@ item_db: ( EquipLv: 70 Refine: false View: 421 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -35418,6 +38635,11 @@ item_db: ( EquipLv: 70 Refine: false View: 422 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bMdef,3; @@ -35456,6 +38678,11 @@ item_db: ( Loc: 256 Refine: false View: 424 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus2 bSubRace,RC_DemiHuman,10; @@ -35519,6 +38746,15 @@ item_db: ( Weight: 100 Loc: 769 View: 429 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_DemiHuman,12; "> }, { @@ -35532,6 +38768,11 @@ item_db: ( Slots: 1 Loc: 256 View: 430 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bHPrecovRate, 5; bonus bSPrecovRate, 5; @@ -35547,6 +38788,10 @@ item_db: ( Loc: 256 Refine: false View: 431 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Fire,20; skill MG_FIREBOLT,5; @@ -35835,6 +39080,15 @@ item_db: ( Loc: 256 EquipLv: 20 View: 451 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5451 @@ -35849,6 +39103,15 @@ item_db: ( EquipLv: 1 Refine: false View: 452 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAspdRate,10; bonus bAllStats,3; @@ -35868,6 +39131,15 @@ item_db: ( EquipLv: 1 Refine: false View: 453 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAspdRate,7; bonus bAllStats,2; @@ -35886,6 +39158,15 @@ item_db: ( EquipLv: 1 Refine: false View: 454 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAspdRate,5; bonus bAllStats,2; @@ -35955,6 +39236,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 455 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus bBaseAtk,5; @@ -36007,6 +39293,15 @@ item_db: ( 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; @@ -36023,6 +39318,15 @@ item_db: ( 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; @@ -36040,6 +39344,13 @@ item_db: ( EquipLv: 90 Refine: false View: 459 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bVit,1; bonus2 bAddRace,RC_DemiHuman,1; @@ -36058,6 +39369,13 @@ item_db: ( EquipLv: 90 Refine: false View: 460 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,1; bonus bMdef,2; @@ -36074,6 +39392,16 @@ item_db: ( Loc: 256 Refine: false View: 461 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; skill PR_MAGNIFICAT, 3; @@ -36282,6 +39610,11 @@ item_db: ( Loc: 768 EquipLv: 30 View: 473 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bMaxHPrate,-10; @@ -36312,6 +39645,13 @@ item_db: ( Def: 3 Loc: 256 View: 475 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bMaxHP,300; @@ -36328,6 +39668,10 @@ item_db: ( Loc: 256 EquipLv: 30 View: 476 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus bMaxHP,50; @@ -36345,6 +39689,10 @@ item_db: ( Loc: 256 EquipLv: 30 View: 477 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAllStats,2; bonus3 bAutoSpell,PR_IMPOSITIO,3,3; @@ -36362,6 +39710,10 @@ item_db: ( Loc: 256 EquipLv: 1 View: 478 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAspdRate,10; bonus bBaseAtk,-20; @@ -36378,6 +39730,10 @@ item_db: ( Loc: 769 EquipLv: 80 View: 479 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,3; "> }, { @@ -36392,29 +39748,15 @@ item_db: ( EquipLv: 50 Refine: false View: 480 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bHit,-10; bonus2 bAddRace,RC_DemiHuman,6; "> }, -/* -{ - Id: 5484 - AegisName: "Taiwan_Flag_Hat" - Name: "Holidays Hat" - Type: 5 - Buy: 20 - Weight: 500 - Def: 4 - Loc: 256 - Refine: false - View: 482 - Script: <" - bonus bAllStats,5; - bonus2 bResEff,Eff_Stun,500; - "> -}, -*/ { Id: 5485 AegisName: "Tiger_Face" @@ -36493,6 +39835,13 @@ item_db: ( EquipLv: 70 Refine: false View: 485 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,5; bonus2 bSubRace,RC_Boss,10; @@ -36511,6 +39860,13 @@ item_db: ( Slots: 1 Loc: 256 View: 486 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bSubEle,Ele_Fire, 10; @@ -36527,6 +39883,16 @@ item_db: ( 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_DemiHuman,5; @@ -36543,6 +39909,16 @@ item_db: ( 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; @@ -36559,6 +39935,16 @@ item_db: ( 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; "> }, { @@ -36573,6 +39959,11 @@ item_db: ( Loc: 256 EquipLv: 75 View: 493 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bDex,1; @@ -36592,6 +39983,13 @@ item_db: ( EquipLv: 50 Refine: false View: 494 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,4; "> }, { @@ -36607,6 +40005,13 @@ item_db: ( Loc: 256 EquipLv: 30 View: 495 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; "> }, { @@ -36622,6 +40027,11 @@ item_db: ( EquipLv: 50 Refine: false View: 490 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,5; bonus bFlee,10; @@ -36637,6 +40047,11 @@ item_db: ( Loc: 256 Refine: false View: 487 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill SM_PROVOKE, 1; "> }, { @@ -36650,6 +40065,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 488 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; skill MG_FROSTDIVER, 3; @@ -36667,6 +40087,13 @@ item_db: ( EquipLv: 10 Refine: false View: 496 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace2, 6, 5; bonus2 bSubRace2, 6, 5; @@ -36683,6 +40110,13 @@ item_db: ( Loc: 768 EquipLv: 1 View: 491 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus5 bAutoSpellWhenHit,NPC_DARKSTRIKE,5,5,BF_WEAPON|BF_MAGIC,1; "> }, { @@ -36695,6 +40129,11 @@ item_db: ( Def: 2 Loc: 256 View: 497 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,2; @@ -36716,6 +40155,11 @@ item_db: ( Loc: 768 EquipLv: 70 View: 489 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,10; "> }, { @@ -36729,6 +40173,11 @@ item_db: ( Loc: 768 EquipLv: 50 View: 492 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill DC_DONTFORGETME,1; bonus bDex,2; @@ -36775,6 +40224,11 @@ item_db: ( Def: 3 Loc: 256 View: 503 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,2; @@ -36793,6 +40247,11 @@ item_db: ( Def: 5 Loc: 256 View: 504 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bVit,1; @@ -36830,6 +40289,11 @@ item_db: ( Loc: 768 EquipLv: 30 View: 508 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSPrecovRate,8; "> }, { @@ -36977,6 +40441,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 514 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -37004,6 +40473,16 @@ item_db: ( 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 bDelayrate,-3; "> }, { @@ -37072,6 +40551,11 @@ item_db: ( EquipLv: 60 Refine: false View: 520 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bFlee,3; @@ -37090,6 +40574,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 521 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,5; bonus bMdef,2; @@ -37111,6 +40600,13 @@ item_db: ( EquipLv: 30 Refine: false View: 522 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,1; "> }, { @@ -37125,6 +40621,13 @@ item_db: ( Loc: 768 EquipLv: 70 View: 523 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,3; bonus2 bSubEle,Ele_Neutral,5; @@ -37143,6 +40646,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 524 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, /* { @@ -37167,6 +40675,11 @@ item_db: ( Weight: 100 Loc: 1 View: 327 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,1; "> }, { @@ -37232,6 +40745,16 @@ item_db: ( EquipLv: 1 Refine: false View: 526 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,6187,1000; "> }, { @@ -37247,6 +40770,11 @@ item_db: ( EquipLv: 45 Refine: false View: 527 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; "> }, { @@ -37262,6 +40790,11 @@ item_db: ( EquipLv: 45 Refine: false View: 528 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; "> }, { @@ -37276,6 +40809,11 @@ item_db: ( Loc: 769 EquipLv: 25 View: 530 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; skill MC_LOUD, 1; @@ -37363,6 +40901,14 @@ item_db: ( Loc: 256 EquipLv: 1 View: 240 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,50; @@ -37379,6 +40925,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 531 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; @@ -37400,6 +40951,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 532 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; @@ -37421,6 +40977,11 @@ item_db: ( Slots: 1 Loc: 256 View: 533 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSkillAtk, "WZ_HEAVENDRIVE", 15 + getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk, "WZ_EARTHSPIKE", 15 + getequiprefinerycnt(EQI_HAND_R); @@ -37439,6 +41000,11 @@ item_db: ( Loc: 1 EquipLv: 50 View: 534 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; "> }, { @@ -37452,6 +41018,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 535 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bDelayrate,-2; @@ -37474,6 +41045,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 536 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bDelayrate,-2; @@ -37539,6 +41115,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 538 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus3 bAutoSpell,SM_PROVOKE,5,10; bonus bUnbreakableHelm,0; @@ -37554,6 +41135,11 @@ item_db: ( Def: 3 Loc: 256 View: 539 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus3 bAutoSpellWhenHit,AL_HEAL,3,10; @@ -37588,6 +41174,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 541 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; "> }, { @@ -37702,6 +41293,11 @@ item_db: ( Loc: 768 EquipLv: 85 View: 544 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,4; bonus bCastrate,-10; @@ -37718,6 +41314,16 @@ item_db: ( EquipLv: 1 Refine: false View: 545 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,10; "> }, { @@ -37731,6 +41337,16 @@ item_db: ( EquipLv: 1 Refine: false View: 546 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,2; "> }, { @@ -37745,6 +41361,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 548 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus2 bAddRace,RC_NonBoss,2; @@ -37776,6 +41397,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 550 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bMatkRate,2; @@ -37798,6 +41424,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 551 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bBaseAtk,2; @@ -37862,6 +41493,11 @@ item_db: ( EquipLv: 10 Refine: false View: 555 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bHitRate,3; @@ -37905,6 +41541,10 @@ item_db: ( Loc: 769 EquipLv: 80 View: 479 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,3; "> }, { @@ -37931,6 +41571,11 @@ item_db: ( Loc: 768 EquipLv: 70 View: 558 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, /* @@ -37962,6 +41607,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 560 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; bonus2 bSubEle,Ele_Water, 5; @@ -37984,6 +41634,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 561 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus2 bSubEle,Ele_Water, 5; @@ -38005,6 +41660,15 @@ item_db: ( Loc: 256 EquipLv: 12 View: 465 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5584 @@ -38017,6 +41681,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 562 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Demon,3; bonus2 bHPDrainRate,3,15; @@ -38060,6 +41729,15 @@ item_db: ( Loc: 256 EquipLv: 1 View: 563 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, /* { @@ -38212,6 +41890,16 @@ item_db: ( EquipLv: 1 Refine: false View: 571 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,2; "> }, { @@ -38225,6 +41913,16 @@ item_db: ( EquipLv: 1 Refine: false View: 572 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,2; "> }, /* @@ -38332,6 +42030,15 @@ item_db: ( Loc: 256 EquipLv: 1 View: 577 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats, 3; "> }, { @@ -38346,6 +42053,15 @@ item_db: ( Loc: 256 EquipLv: 1 View: 578 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats, 2; "> }, { @@ -38360,6 +42076,15 @@ item_db: ( Loc: 256 EquipLv: 1 View: 579 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats, 1; "> }, /* @@ -39118,6 +42843,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 587 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus3 bAutoSpell,PR_ASPERSIO,2,30; @@ -39333,6 +43063,11 @@ item_db: ( Loc: 768 EquipLv: 30 View: 598 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5668 @@ -39344,6 +43079,15 @@ item_db: ( Loc: 256 EquipLv: 1 View: 206 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,5; "> }, /* @@ -40406,6 +44150,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 616 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -40465,6 +44214,15 @@ item_db: ( Loc: 256 EquipLv: 10 View: 101 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5742 @@ -41055,6 +44813,11 @@ item_db: ( Loc: 256 EquipLv: 1 View: 349 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" autobonus "{ sc_start SC_PROPERTYWIND, 180000, 1; }", 3, 180000, BF_WEAPON, "{ specialeffect2 EF_ENHANCE; }"; "> }, { @@ -41284,6 +45047,15 @@ item_db: ( EquipLv: 1 Refine: false View: 665 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, /* @@ -41426,6 +45198,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5797 @@ -41437,6 +45219,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5798 @@ -41448,6 +45240,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5799 @@ -41459,6 +45261,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5800 @@ -41541,6 +45353,15 @@ item_db: ( 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; @@ -41557,6 +45378,15 @@ item_db: ( Loc: 256 Refine: false View: 67 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5807 @@ -41641,6 +45471,16 @@ item_db: ( Def: 2 Loc: 256 View: 16 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, /* { @@ -41697,6 +45537,16 @@ item_db: ( 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; @@ -41711,6 +45561,16 @@ item_db: ( 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; "> }, { @@ -41722,6 +45582,16 @@ item_db: ( 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; "> }, /* @@ -41748,6 +45618,16 @@ item_db: ( Def: 2 Loc: 256 View: 499 + 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; @@ -41763,6 +45643,15 @@ item_db: ( 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; @@ -42188,6 +46077,16 @@ item_db: ( Loc: 256 EquipLv: 1 View: 671 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bDex,2; @@ -42205,6 +46104,16 @@ item_db: ( Loc: 256 EquipLv: 1 View: 672 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bVit,2; @@ -42222,6 +46131,16 @@ item_db: ( Loc: 256 EquipLv: 1 View: 673 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bDex,2; @@ -42239,6 +46158,16 @@ item_db: ( Loc: 256 EquipLv: 1 View: 674 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,1; "> }, // More Etc Items @@ -42249,6 +46178,15 @@ item_db: ( Name: "Ashes of Darkness" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6001 @@ -42257,6 +46195,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6002 @@ -42265,6 +46204,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6003 @@ -42273,6 +46213,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6004 @@ -42281,6 +46222,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6005 @@ -42289,6 +46231,14 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6006 @@ -42297,6 +46247,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6007 @@ -42305,6 +46264,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6008 @@ -42313,6 +46281,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6009 @@ -42320,6 +46289,15 @@ item_db: ( Name: "Big Fan Of Magic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6010 @@ -42328,6 +46306,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6011 @@ -42400,6 +46379,7 @@ item_db: ( Type: 3 Buy: 704 Weight: 10 + BuyingStore: true }, { Id: 6021 @@ -42408,6 +46388,7 @@ item_db: ( Type: 3 Buy: 433 Weight: 10 + BuyingStore: true }, { Id: 6022 @@ -42416,6 +46397,7 @@ item_db: ( Type: 3 Buy: 884 Weight: 10 + BuyingStore: true }, { Id: 6023 @@ -42424,6 +46406,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6024 @@ -42492,6 +46475,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6033 @@ -42500,6 +46484,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6034 @@ -42545,6 +46530,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6040 @@ -42598,6 +46593,16 @@ item_db: ( Name: "Clothing Dye Coupon" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "SetPalete",1; "> }, { @@ -42606,6 +46611,16 @@ item_db: ( Name: "Clothing Dye Coupon II" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "SetPalete",2; "> }, { @@ -42615,6 +46630,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6049 @@ -42639,6 +46664,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6052 @@ -42646,6 +46680,16 @@ item_db: ( Name: "Ornament Hairpin" Type: 3 Buy: 1 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6053 @@ -42710,6 +46754,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6061 @@ -42790,6 +46843,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6071 @@ -42798,6 +46860,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6072 @@ -42806,6 +46877,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6073 @@ -42813,6 +46893,16 @@ item_db: ( Name: "Dragon's Mane" Type: 3 Buy: 0 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6074 @@ -42820,6 +46910,15 @@ item_db: ( Name: "Bazett's Order" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6075 @@ -42827,6 +46926,17 @@ item_db: ( Name: "Crystalized Teardrop" Type: 3 Buy: 0 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6076 @@ -42834,6 +46944,16 @@ item_db: ( Name: "Portable Toolbox" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6077 @@ -42841,6 +46961,16 @@ item_db: ( Name: "Rough Mineral" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6078 @@ -42848,6 +46978,16 @@ item_db: ( Name: "Stone Fragment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6079 @@ -42855,6 +46995,16 @@ item_db: ( Name: "Flower Of Alfheim" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6080 @@ -42862,6 +47012,16 @@ item_db: ( Name: "Manuk Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6081 @@ -42869,6 +47029,16 @@ item_db: ( Name: "Splendide Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6082 @@ -42876,6 +47046,16 @@ item_db: ( Name: "Spirit Of Alfheim" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6083 @@ -42891,6 +47071,16 @@ item_db: ( Name: "Bradium Fragments" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6085 @@ -42898,6 +47088,16 @@ item_db: ( Name: "Shaggy Muffler" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6086 @@ -42906,6 +47106,7 @@ item_db: ( Type: 3 Buy: 890 Weight: 10 + BuyingStore: true }, { Id: 6087 @@ -42914,6 +47115,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 6088 @@ -42922,6 +47124,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 6089 @@ -42930,6 +47133,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6090 @@ -42938,6 +47142,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 50 + BuyingStore: true }, { Id: 6091 @@ -42946,6 +47151,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 10 + BuyingStore: true }, { Id: 6092 @@ -42961,6 +47167,15 @@ item_db: ( Name: "Draco's Egg" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6094 @@ -42977,6 +47192,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6096 @@ -42985,6 +47201,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6097 @@ -42993,6 +47210,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6098 @@ -43001,6 +47219,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6099 @@ -43009,6 +47228,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6100 @@ -43017,6 +47237,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6101 @@ -43024,6 +47245,15 @@ item_db: ( Name: "Attendance Card" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6102 @@ -43031,6 +47261,16 @@ item_db: ( Name: "Report On Splendide" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6103 @@ -43038,6 +47278,16 @@ item_db: ( Name: "Report On Manuk" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6104 @@ -43046,6 +47296,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6105 @@ -43054,6 +47305,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6106 @@ -43062,6 +47314,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6107 @@ -43070,6 +47323,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6108 @@ -43078,6 +47332,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6109 @@ -43086,6 +47341,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6110 @@ -43094,6 +47350,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6111 @@ -43102,6 +47359,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6112 @@ -43110,6 +47368,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6113 @@ -43118,6 +47377,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6114 @@ -43126,6 +47386,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6115 @@ -43134,6 +47395,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6116 @@ -43141,6 +47403,16 @@ item_db: ( Name: "Succubus Pet Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6117 @@ -43148,6 +47420,16 @@ item_db: ( Name: "Imp Pet Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6118 @@ -43155,6 +47437,16 @@ item_db: ( Name: "Chung E Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6119 @@ -43170,6 +47462,7 @@ item_db: ( Type: 3 Buy: 120 Weight: 20 + BuyingStore: true }, { Id: 6121 @@ -43177,6 +47470,16 @@ item_db: ( Name: "Makeover Brush" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6122 @@ -43184,6 +47487,16 @@ item_db: ( Name: "Paint Brush" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6123 @@ -43192,6 +47505,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 30 + BuyingStore: true }, { Id: 6124 @@ -43199,6 +47513,16 @@ item_db: ( Name: "Wolf Flute" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6125 @@ -43206,6 +47530,16 @@ item_db: ( Name: "Spring Time Box" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6126 @@ -43213,6 +47547,16 @@ item_db: ( Name: "Summer Happy Box" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6127 @@ -43220,6 +47564,16 @@ item_db: ( Name: "Purification Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6128 @@ -43227,6 +47581,7 @@ item_db: ( Name: "Antidote" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6129 @@ -43234,6 +47589,16 @@ item_db: ( Name: "Nightmare Terror Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6130 @@ -43241,6 +47606,16 @@ item_db: ( Name: "Loli Ruri Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6131 @@ -43248,6 +47623,16 @@ item_db: ( Name: "Goblin Leader Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6132 @@ -43255,6 +47640,16 @@ item_db: ( Name: "Incubus Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6133 @@ -43262,6 +47657,16 @@ item_db: ( Name: "Miyabi Ningyo Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6134 @@ -43269,6 +47674,16 @@ item_db: ( Name: "Giant Whisper Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6135 @@ -43276,6 +47691,16 @@ item_db: ( Name: "Evil Nymph Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6136 @@ -43283,6 +47708,16 @@ item_db: ( Name: "Medusa Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6137 @@ -43290,6 +47725,16 @@ item_db: ( Name: "Stone Shooter Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6138 @@ -43297,6 +47742,16 @@ item_db: ( Name: "Marionette Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6139 @@ -43304,6 +47759,16 @@ item_db: ( Name: "Leaf Cat Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6140 @@ -43311,6 +47776,16 @@ item_db: ( Name: "Dullahan Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6141 @@ -43318,6 +47793,16 @@ item_db: ( Name: "Shinobi Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6142 @@ -43325,6 +47810,16 @@ item_db: ( Name: "Golem Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6143 @@ -43332,6 +47827,16 @@ item_db: ( Name: "Civil Servant Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6144 @@ -43340,6 +47845,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 2 + BuyingStore: true }, { Id: 6145 @@ -43348,6 +47854,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 2 + BuyingStore: true }, { Id: 6146 @@ -43356,6 +47863,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 30 + BuyingStore: true }, { Id: 6147 @@ -43364,6 +47872,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 3 + BuyingStore: true }, { Id: 6148 @@ -43371,6 +47880,15 @@ item_db: ( Name: "Eternity Of Chocolate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6149 @@ -43378,6 +47896,15 @@ item_db: ( Name: "Simple Chocolate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6150 @@ -43385,6 +47912,16 @@ item_db: ( Name: "Key of The Mansion" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6151 @@ -43392,6 +47929,15 @@ item_db: ( Name: "Giant Bradium Fragment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6152 @@ -43399,6 +47945,15 @@ item_db: ( Name: "Glittering Crystal" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6153 @@ -43406,6 +47961,16 @@ item_db: ( Name: "Special Exchange Ticket" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6154 @@ -43414,6 +47979,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6155 @@ -43429,6 +48003,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6157 @@ -43640,6 +48223,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6187 @@ -43663,6 +48247,7 @@ item_db: ( Name: "Spell Book (Fire Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6190 @@ -43670,6 +48255,7 @@ item_db: ( Name: "Spell Book (Cold Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6191 @@ -43677,6 +48263,7 @@ item_db: ( Name: "Spell Book (Lightening Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6192 @@ -43684,6 +48271,7 @@ item_db: ( Name: "Spell Book (Storm Gust)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6193 @@ -43691,6 +48279,7 @@ item_db: ( Name: "Spell Book (Lord Of Vermilion)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6194 @@ -43698,6 +48287,7 @@ item_db: ( Name: "Spell Book (Meteor Storm)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6195 @@ -43705,6 +48295,7 @@ item_db: ( Name: "Spell Book (Comet)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6196 @@ -43712,6 +48303,7 @@ item_db: ( Name: "Spell Book (Tetra Vortex)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6197 @@ -43719,6 +48311,7 @@ item_db: ( Name: "Spell Book (Thunder Storm)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6198 @@ -43726,6 +48319,7 @@ item_db: ( Name: "Spell Book (Jupitel Thunder)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6199 @@ -43733,6 +48327,7 @@ item_db: ( Name: "Spell Book (Water Ball)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6200 @@ -43740,6 +48335,7 @@ item_db: ( Name: "Spell Book (Heaven's Drive)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6201 @@ -43747,6 +48343,7 @@ item_db: ( Name: "Spell Book (Earth Spike)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6202 @@ -43754,6 +48351,7 @@ item_db: ( Name: "Spell Book (Earth Strain)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6203 @@ -43761,6 +48359,7 @@ item_db: ( Name: "Spell Book (Chain Lightning)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6204 @@ -43768,6 +48367,7 @@ item_db: ( Name: "Spell Book (Crimson Rock)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6205 @@ -43775,6 +48375,7 @@ item_db: ( Name: "Spell Book (Drain Life)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6206 @@ -43782,6 +48383,15 @@ item_db: ( Name: "I Love You" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6207 @@ -43789,6 +48399,15 @@ item_db: ( Name: "Thank You" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6208 @@ -43796,6 +48415,15 @@ item_db: ( Name: "I Respect You" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6209 @@ -43811,6 +48439,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 1 + BuyingStore: true }, { Id: 6211 @@ -43819,6 +48448,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 1 + BuyingStore: true }, { Id: 6212 @@ -43827,6 +48457,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 1 + BuyingStore: true }, { Id: 6213 @@ -43835,6 +48466,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 1 + BuyingStore: true }, { Id: 6214 @@ -43843,6 +48475,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 1 + BuyingStore: true }, { Id: 6215 @@ -43851,6 +48484,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 1 + BuyingStore: true }, { Id: 6216 @@ -43859,6 +48493,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 1 + BuyingStore: true }, { Id: 6217 @@ -43867,6 +48502,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 1 + BuyingStore: true }, { Id: 6218 @@ -43874,6 +48510,16 @@ item_db: ( Name: "Delivery_Daishin_Box" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6219 @@ -43881,6 +48527,16 @@ item_db: ( Name: "Eden Group Mark" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6220 @@ -43911,6 +48567,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 150 + BuyingStore: true }, { Id: 6224 @@ -43919,6 +48576,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 150 + BuyingStore: true }, { Id: 6225 @@ -43927,6 +48585,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6226 @@ -43935,6 +48602,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6228 @@ -43942,6 +48618,15 @@ item_db: ( Name: "Guarantee Weapon 9Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6229 @@ -43949,6 +48634,15 @@ item_db: ( Name: "Guarantee Weapon 8Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6230 @@ -43956,6 +48650,15 @@ item_db: ( Name: "Guarantee Weapon 7Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6231 @@ -43963,6 +48666,15 @@ item_db: ( Name: "Guarantee Weapon 6Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6232 @@ -43970,6 +48682,15 @@ item_db: ( Name: "Guarantee Armor 9Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6233 @@ -43977,6 +48698,15 @@ item_db: ( Name: "Guarantee Armor 8Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6234 @@ -43984,6 +48714,15 @@ item_db: ( Name: "Guarantee Armor 7Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6235 @@ -43991,6 +48730,15 @@ item_db: ( Name: "Guarantee Armor 6Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6236 @@ -43998,6 +48746,15 @@ item_db: ( Name: "Blue Card 7" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6237 @@ -44005,6 +48762,16 @@ item_db: ( Name: "Guarana Fruit" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6238 @@ -44012,6 +48779,15 @@ item_db: ( Name: "Guarantee Weapon 11Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6239 @@ -44019,6 +48795,15 @@ item_db: ( Name: "Guarantee Armor 11Up" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6240 @@ -44027,6 +48812,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6241 @@ -44035,6 +48829,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6242 @@ -44043,6 +48846,13 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6243 @@ -44058,6 +48868,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 1 + BuyingStore: true }, { Id: 6245 @@ -44066,6 +48877,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 1 + BuyingStore: true }, { Id: 6246 @@ -44074,6 +48886,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 1 + BuyingStore: true }, { Id: 6247 @@ -44082,6 +48895,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 1 + BuyingStore: true }, { Id: 6248 @@ -44090,6 +48904,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 10 + BuyingStore: true }, { Id: 6249 @@ -44098,6 +48913,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6250 @@ -44106,6 +48922,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 10 + BuyingStore: true }, { Id: 6251 @@ -44114,6 +48931,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 10 + BuyingStore: true }, { Id: 6252 @@ -44122,6 +48940,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6253 @@ -44130,6 +48949,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6254 @@ -44138,6 +48958,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6255 @@ -44146,6 +48967,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6256 @@ -44154,6 +48976,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6257 @@ -44162,6 +48985,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6258 @@ -44170,6 +48994,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 6259 @@ -44178,6 +49003,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6260 @@ -44186,6 +49012,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6261 @@ -44194,6 +49021,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6262 @@ -44202,6 +49030,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 6263 @@ -44210,6 +49039,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6264 @@ -44218,6 +49048,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6265 @@ -44226,6 +49057,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6266 @@ -44233,6 +49065,16 @@ item_db: ( Name: "Key Of Deception" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6267 @@ -44240,6 +49082,16 @@ item_db: ( Name: "Key Of Illusion" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6268 @@ -44247,6 +49099,16 @@ item_db: ( Name: "Key Of Gaiety" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6269 @@ -44254,6 +49116,16 @@ item_db: ( Name: "A Master's Blush" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6270 @@ -44261,6 +49133,15 @@ item_db: ( Name: "A Picture Of Minstrel Song" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6271 @@ -44268,6 +49149,15 @@ item_db: ( Name: "Receipt" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6272 @@ -44275,6 +49165,16 @@ item_db: ( Name: "Experiment Seed" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6273 @@ -44282,6 +49182,16 @@ item_db: ( Name: "Seed For Experiment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6274 @@ -44289,6 +49199,16 @@ item_db: ( Name: "A Piece Of Cloth Of A Saint" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6275 @@ -44296,6 +49216,16 @@ item_db: ( Name: "Shield Of King" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6276 @@ -44303,6 +49233,16 @@ item_db: ( Name: "Clear Reagent" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6277 @@ -44310,6 +49250,16 @@ item_db: ( Name: "Red Reagent" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6278 @@ -44317,6 +49267,16 @@ item_db: ( Name: "Black Reagent" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6279 @@ -44325,6 +49285,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6280 @@ -44333,6 +49294,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6281 @@ -44341,6 +49303,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6282 @@ -44349,6 +49312,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6283 @@ -44357,6 +49321,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6284 @@ -44365,6 +49330,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6285 @@ -44373,6 +49339,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6286 @@ -44458,6 +49425,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6297 @@ -44466,6 +49442,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 10 + BuyingStore: true }, { Id: 6298 @@ -44473,6 +49450,15 @@ item_db: ( Name: "Pumpkin Head Crushed" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6299 @@ -44480,6 +49466,15 @@ item_db: ( Name: "Worn Cloth Piece" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6300 @@ -44637,6 +49632,16 @@ item_db: ( Name: "Premium Reset Stone" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6321 @@ -44645,6 +49650,7 @@ item_db: ( Type: 3 Buy: 822 Weight: 10 + BuyingStore: true }, { Id: 6322 @@ -44653,6 +49659,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 6323 @@ -44661,6 +49668,7 @@ item_db: ( Type: 3 Buy: 728 Weight: 10 + BuyingStore: true }, { Id: 6324 @@ -44669,6 +49677,7 @@ item_db: ( Type: 3 Buy: 702 Weight: 10 + BuyingStore: true }, { Id: 6325 @@ -44677,6 +49686,7 @@ item_db: ( Type: 3 Buy: 1004 Weight: 10 + BuyingStore: true }, { Id: 6326 @@ -44685,6 +49695,7 @@ item_db: ( Type: 3 Buy: 1630 Weight: 10 + BuyingStore: true }, { Id: 6328 @@ -44815,6 +49826,15 @@ item_db: ( Name: "Love Ball" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6346 @@ -44829,6 +49849,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6348 @@ -44836,6 +49865,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6349 @@ -44843,6 +49881,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6350 @@ -44850,6 +49897,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6351 @@ -44857,6 +49913,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6352 @@ -44864,6 +49929,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6353 @@ -44871,6 +49945,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6354 @@ -44878,6 +49961,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6355 @@ -44885,6 +49977,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6356 @@ -44892,6 +49993,15 @@ item_db: ( Name: "Bless Word Paper" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6357 @@ -44900,6 +50010,15 @@ item_db: ( Type: 3 Buy: 4020 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6358 @@ -44907,6 +50026,16 @@ item_db: ( Name: "Free Cash Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6359 @@ -44914,6 +50043,16 @@ item_db: ( Name: "Guidebook Exchange" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6360 @@ -44922,6 +50061,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6361 @@ -44930,6 +50070,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6362 @@ -44938,6 +50079,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6363 @@ -44946,6 +50088,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6369 @@ -45010,6 +50153,14 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6378 @@ -45040,6 +50191,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6382 @@ -45048,6 +50200,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6383 @@ -45129,6 +50282,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 6394 @@ -45137,6 +50291,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 6395 @@ -45145,6 +50300,7 @@ item_db: ( Type: 3 Buy: 820 Weight: 10 + BuyingStore: true }, { Id: 6396 @@ -45193,6 +50349,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7002 @@ -45201,6 +50358,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 7003 @@ -45209,6 +50367,7 @@ item_db: ( Type: 3 Buy: 968 Weight: 10 + BuyingStore: true }, { Id: 7004 @@ -45217,6 +50376,7 @@ item_db: ( Type: 3 Buy: 876 Weight: 10 + BuyingStore: true }, { Id: 7005 @@ -45225,6 +50385,7 @@ item_db: ( Type: 3 Buy: 1044 Weight: 10 + BuyingStore: true }, { Id: 7006 @@ -45233,6 +50394,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 7007 @@ -45241,6 +50403,7 @@ item_db: ( Type: 3 Buy: 748 Weight: 10 + BuyingStore: true }, { Id: 7008 @@ -45249,6 +50412,7 @@ item_db: ( Type: 3 Buy: 636 Weight: 10 + BuyingStore: true }, { Id: 7009 @@ -45257,6 +50421,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 7010 @@ -45265,6 +50430,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 7011 @@ -45273,6 +50439,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7012 @@ -45281,6 +50448,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 7013 @@ -45289,6 +50457,7 @@ item_db: ( Type: 3 Buy: 772 Weight: 10 + BuyingStore: true }, { Id: 7014 @@ -45297,6 +50466,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 100 + BuyingStore: true }, { Id: 7015 @@ -45305,6 +50475,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 20 + BuyingStore: true }, { Id: 7016 @@ -45313,6 +50484,7 @@ item_db: ( Type: 3 Buy: 2500 Weight: 20 + BuyingStore: true }, { Id: 7017 @@ -45321,6 +50493,7 @@ item_db: ( Type: 3 Buy: 4500 Weight: 30 + BuyingStore: true }, { Id: 7018 @@ -45329,6 +50502,7 @@ item_db: ( Type: 3 Buy: 50 Weight: 10 + BuyingStore: true }, { Id: 7019 @@ -45337,6 +50511,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7020 @@ -45345,6 +50520,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7021 @@ -45353,6 +50529,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7022 @@ -45361,6 +50538,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 30 + BuyingStore: true }, { Id: 7023 @@ -45369,6 +50547,7 @@ item_db: ( Type: 3 Buy: 12000 Weight: 40 + BuyingStore: true }, { Id: 7024 @@ -45377,6 +50556,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 40 + BuyingStore: true }, { Id: 7025 @@ -45385,6 +50565,15 @@ item_db: ( Type: 3 Buy: 30000 Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7026 @@ -45393,6 +50582,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 30 + BuyingStore: true }, { Id: 7027 @@ -45401,6 +50591,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 30 + BuyingStore: true }, { Id: 7028 @@ -45423,6 +50614,7 @@ item_db: ( Type: 3 Buy: 208 Weight: 10 + BuyingStore: true }, { Id: 7031 @@ -45431,6 +50623,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 7032 @@ -45439,6 +50632,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 7033 @@ -45447,6 +50641,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 7034 @@ -45455,6 +50650,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7035 @@ -45463,6 +50659,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7036 @@ -45471,6 +50668,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7037 @@ -45487,6 +50685,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7039 @@ -45511,6 +50710,7 @@ item_db: ( Type: 3 Buy: 120 Weight: 10 + BuyingStore: true }, { Id: 7042 @@ -45527,6 +50727,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7044 @@ -45559,6 +50760,7 @@ item_db: ( Type: 3 Buy: 2424 Weight: 10 + BuyingStore: true }, { Id: 7048 @@ -45567,6 +50769,7 @@ item_db: ( Type: 3 Buy: 5418 Weight: 10 + BuyingStore: true }, { Id: 7049 @@ -45575,6 +50778,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 30 + BuyingStore: true }, { Id: 7050 @@ -45607,6 +50811,7 @@ item_db: ( Type: 3 Buy: 772 Weight: 10 + BuyingStore: true }, { Id: 7054 @@ -45615,6 +50820,7 @@ item_db: ( Type: 3 Buy: 746 Weight: 10 + BuyingStore: true }, { Id: 7055 @@ -45623,6 +50829,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 7056 @@ -45631,6 +50838,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 50 + BuyingStore: true }, { Id: 7057 @@ -45639,6 +50847,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7058 @@ -45647,6 +50856,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7059 @@ -45684,6 +50894,7 @@ item_db: ( Type: 3 Buy: 280 Weight: 10 + BuyingStore: true }, { Id: 7064 @@ -45692,6 +50903,7 @@ item_db: ( Type: 3 Buy: 520 Weight: 10 + BuyingStore: true }, { Id: 7065 @@ -45700,6 +50912,7 @@ item_db: ( Type: 3 Buy: 820 Weight: 10 + BuyingStore: true }, { Id: 7066 @@ -45708,6 +50921,7 @@ item_db: ( Type: 3 Buy: 660 Weight: 10 + BuyingStore: true }, { Id: 7067 @@ -45716,6 +50930,7 @@ item_db: ( Type: 3 Buy: 640 Weight: 10 + BuyingStore: true }, { Id: 7068 @@ -45724,6 +50939,7 @@ item_db: ( Type: 3 Buy: 722 Weight: 10 + BuyingStore: true }, { Id: 7069 @@ -45732,6 +50948,7 @@ item_db: ( Type: 3 Buy: 1042 Weight: 10 + BuyingStore: true }, { Id: 7070 @@ -45740,6 +50957,7 @@ item_db: ( Type: 3 Buy: 900 Weight: 10 + BuyingStore: true }, { Id: 7071 @@ -45748,6 +50966,7 @@ item_db: ( Type: 3 Buy: 1280 Weight: 10 + BuyingStore: true }, { Id: 7072 @@ -45756,6 +50975,7 @@ item_db: ( Type: 3 Buy: 1780 Weight: 10 + BuyingStore: true }, { Id: 7073 @@ -45764,6 +50984,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7074 @@ -45772,6 +50993,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7075 @@ -45780,6 +51002,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7076 @@ -45788,6 +51011,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7077 @@ -45796,6 +51020,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7078 @@ -45804,6 +51029,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7079 @@ -45812,6 +51038,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7080 @@ -45820,6 +51047,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7081 @@ -45828,6 +51056,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7082 @@ -45836,6 +51065,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7083 @@ -45844,6 +51074,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7084 @@ -45852,6 +51083,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7085 @@ -45860,6 +51092,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7086 @@ -45868,6 +51101,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7087 @@ -45876,6 +51110,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7088 @@ -45884,6 +51119,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7089 @@ -45892,6 +51128,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7090 @@ -45900,6 +51137,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7091 @@ -45908,6 +51146,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7092 @@ -45916,6 +51155,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7093 @@ -45924,6 +51164,7 @@ item_db: ( Type: 3 Buy: 1512 Weight: 10 + BuyingStore: true }, { Id: 7094 @@ -45932,6 +51173,7 @@ item_db: ( Type: 3 Buy: 1344 Weight: 10 + BuyingStore: true }, { Id: 7095 @@ -45940,6 +51182,7 @@ item_db: ( Type: 3 Buy: 1075 Weight: 10 + BuyingStore: true }, { Id: 7096 @@ -45948,6 +51191,7 @@ item_db: ( Type: 3 Buy: 1109 Weight: 10 + BuyingStore: true }, { Id: 7097 @@ -45956,6 +51200,7 @@ item_db: ( Type: 3 Buy: 924 Weight: 10 + BuyingStore: true }, { Id: 7098 @@ -45964,6 +51209,7 @@ item_db: ( Type: 3 Buy: 638 Weight: 10 + BuyingStore: true }, { Id: 7099 @@ -45972,6 +51218,7 @@ item_db: ( Type: 3 Buy: 773 Weight: 10 + BuyingStore: true }, { Id: 7100 @@ -45980,6 +51227,7 @@ item_db: ( Type: 3 Buy: 806 Weight: 10 + BuyingStore: true }, { Id: 7101 @@ -45988,6 +51236,7 @@ item_db: ( Type: 3 Buy: 454 Weight: 10 + BuyingStore: true }, { Id: 7102 @@ -45996,6 +51245,7 @@ item_db: ( Type: 3 Buy: 1075 Weight: 10 + BuyingStore: true }, { Id: 7103 @@ -46004,6 +51254,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 7104 @@ -46012,6 +51263,7 @@ item_db: ( Type: 3 Buy: 756 Weight: 10 + BuyingStore: true }, { Id: 7105 @@ -46020,6 +51272,7 @@ item_db: ( Type: 3 Buy: 924 Weight: 10 + BuyingStore: true }, { Id: 7106 @@ -46028,6 +51281,7 @@ item_db: ( Type: 3 Buy: 672 Weight: 10 + BuyingStore: true }, { Id: 7107 @@ -46036,6 +51290,7 @@ item_db: ( Type: 3 Buy: 756 Weight: 10 + BuyingStore: true }, { Id: 7108 @@ -46044,6 +51299,7 @@ item_db: ( Type: 3 Buy: 1680 Weight: 10 + BuyingStore: true }, { Id: 7109 @@ -46052,6 +51308,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7110 @@ -46060,6 +51317,7 @@ item_db: ( Type: 3 Buy: 588 Weight: 10 + BuyingStore: true }, { Id: 7111 @@ -46068,6 +51326,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7112 @@ -46076,6 +51335,7 @@ item_db: ( Type: 3 Buy: 907 Weight: 10 + BuyingStore: true }, { Id: 7113 @@ -46084,6 +51344,7 @@ item_db: ( Type: 3 Buy: 2016 Weight: 10 + BuyingStore: true }, { Id: 7114 @@ -46092,6 +51353,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 7115 @@ -46100,6 +51362,7 @@ item_db: ( Type: 3 Buy: 1142 Weight: 10 + BuyingStore: true }, { Id: 7116 @@ -46108,6 +51371,7 @@ item_db: ( Type: 3 Buy: 1210 Weight: 10 + BuyingStore: true }, { Id: 7117 @@ -46116,6 +51380,7 @@ item_db: ( Type: 3 Buy: 1142 Weight: 10 + BuyingStore: true }, { Id: 7118 @@ -46124,6 +51389,7 @@ item_db: ( Type: 3 Buy: 1361 Weight: 10 + BuyingStore: true }, { Id: 7119 @@ -46132,6 +51398,7 @@ item_db: ( Type: 3 Buy: 1025 Weight: 10 + BuyingStore: true }, { Id: 7120 @@ -46140,6 +51407,7 @@ item_db: ( Type: 3 Buy: 823 Weight: 10 + BuyingStore: true }, { Id: 7121 @@ -46148,6 +51416,7 @@ item_db: ( Type: 3 Buy: 622 Weight: 10 + BuyingStore: true }, { Id: 7122 @@ -46156,6 +51425,7 @@ item_db: ( Type: 3 Buy: 974 Weight: 10 + BuyingStore: true }, { Id: 7123 @@ -46164,6 +51434,7 @@ item_db: ( Type: 3 Buy: 1025 Weight: 10 + BuyingStore: true }, { Id: 7124 @@ -46172,6 +51443,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7125 @@ -46180,6 +51452,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7126 @@ -46188,6 +51461,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7127 @@ -46196,6 +51470,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7128 @@ -46204,6 +51479,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7129 @@ -46212,6 +51488,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7130 @@ -46220,6 +51497,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7131 @@ -46228,6 +51506,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7132 @@ -46236,6 +51515,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7133 @@ -46244,6 +51524,7 @@ item_db: ( Type: 3 Buy: 240000 Weight: 10 + BuyingStore: true }, { Id: 7134 @@ -46252,6 +51533,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 7135 @@ -46300,6 +51582,7 @@ item_db: ( Type: 3 Buy: 60000 Weight: 10 + BuyingStore: true }, { Id: 7141 @@ -46308,6 +51591,7 @@ item_db: ( Type: 3 Buy: 20000 Weight: 10 + BuyingStore: true }, { Id: 7142 @@ -46324,6 +51608,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7144 @@ -46332,6 +51617,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7145 @@ -46356,6 +51642,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7148 @@ -46372,6 +51659,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 7150 @@ -46380,6 +51668,7 @@ item_db: ( Type: 3 Buy: 310 Weight: 10 + BuyingStore: true }, { Id: 7151 @@ -46388,6 +51677,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 7152 @@ -46396,6 +51686,7 @@ item_db: ( Type: 3 Buy: 340 Weight: 10 + BuyingStore: true }, { Id: 7153 @@ -46404,6 +51695,7 @@ item_db: ( Type: 3 Buy: 590 Weight: 10 + BuyingStore: true }, { Id: 7154 @@ -46412,6 +51704,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7155 @@ -46420,6 +51713,7 @@ item_db: ( Type: 3 Buy: 280 Weight: 10 + BuyingStore: true }, { Id: 7156 @@ -46428,6 +51722,7 @@ item_db: ( Type: 3 Buy: 470 Weight: 10 + BuyingStore: true }, { Id: 7157 @@ -46436,6 +51731,7 @@ item_db: ( Type: 3 Buy: 315 Weight: 10 + BuyingStore: true }, { Id: 7158 @@ -46444,6 +51740,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7159 @@ -46452,6 +51749,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7160 @@ -46460,6 +51758,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7161 @@ -46468,6 +51767,7 @@ item_db: ( Type: 3 Buy: 384 Weight: 10 + BuyingStore: true }, { Id: 7162 @@ -46476,6 +51776,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 7163 @@ -46484,6 +51785,7 @@ item_db: ( Type: 3 Buy: 570 Weight: 10 + BuyingStore: true }, { Id: 7164 @@ -46492,6 +51794,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7165 @@ -46500,6 +51803,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 7166 @@ -46508,6 +51812,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 7167 @@ -46516,6 +51821,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 7168 @@ -46524,6 +51830,7 @@ item_db: ( Type: 3 Buy: 614 Weight: 10 + BuyingStore: true }, { Id: 7169 @@ -46532,6 +51839,7 @@ item_db: ( Type: 3 Buy: 2800 Weight: 10 + BuyingStore: true }, { Id: 7170 @@ -46540,6 +51848,7 @@ item_db: ( Type: 3 Buy: 43000 Weight: 10 + BuyingStore: true }, { Id: 7171 @@ -46548,6 +51857,7 @@ item_db: ( Type: 3 Buy: 282 Weight: 10 + BuyingStore: true }, { Id: 7172 @@ -46556,6 +51866,7 @@ item_db: ( Type: 3 Buy: 290 Weight: 10 + BuyingStore: true }, { Id: 7173 @@ -46572,6 +51883,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7175 @@ -46580,6 +51892,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7176 @@ -46595,6 +51908,16 @@ item_db: ( Name: "Crumb of Sobbing Starlight" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7178 @@ -46602,6 +51925,16 @@ item_db: ( Name: "Sobbing Starlight" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7179 @@ -46634,6 +51967,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 20 + BuyingStore: true }, { Id: 7183 @@ -46666,6 +52000,7 @@ item_db: ( Type: 3 Buy: 380 Weight: 10 + BuyingStore: true }, { Id: 7187 @@ -46674,6 +52009,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7188 @@ -46682,6 +52018,7 @@ item_db: ( Type: 3 Buy: 560 Weight: 10 + BuyingStore: true }, { Id: 7189 @@ -46690,6 +52027,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 7190 @@ -46698,6 +52036,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 7191 @@ -46706,6 +52045,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7192 @@ -46714,6 +52054,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7193 @@ -46722,6 +52063,7 @@ item_db: ( Type: 3 Buy: 230 Weight: 10 + BuyingStore: true }, { Id: 7194 @@ -46730,6 +52072,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7195 @@ -46738,6 +52081,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 7196 @@ -46746,6 +52090,7 @@ item_db: ( Type: 3 Buy: 230 Weight: 10 + BuyingStore: true }, { Id: 7197 @@ -46754,6 +52099,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 7198 @@ -46762,6 +52108,7 @@ item_db: ( Type: 3 Buy: 610 Weight: 10 + BuyingStore: true }, { Id: 7199 @@ -46770,6 +52117,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7200 @@ -46778,6 +52126,7 @@ item_db: ( Type: 3 Buy: 380 Weight: 10 + BuyingStore: true }, { Id: 7201 @@ -46786,6 +52135,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 7202 @@ -46794,6 +52144,7 @@ item_db: ( Type: 3 Buy: 290 Weight: 10 + BuyingStore: true }, { Id: 7203 @@ -46802,6 +52153,7 @@ item_db: ( Type: 3 Buy: 190 Weight: 10 + BuyingStore: true }, { Id: 7204 @@ -46810,6 +52162,7 @@ item_db: ( Type: 3 Buy: 320 Weight: 10 + BuyingStore: true }, { Id: 7205 @@ -46818,6 +52171,7 @@ item_db: ( Type: 3 Buy: 526 Weight: 10 + BuyingStore: true }, { Id: 7206 @@ -46826,6 +52180,7 @@ item_db: ( Type: 3 Buy: 1440 Weight: 10 + BuyingStore: true }, { Id: 7207 @@ -46834,6 +52189,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 7208 @@ -46842,6 +52198,7 @@ item_db: ( Type: 3 Buy: 1780 Weight: 10 + BuyingStore: true }, { Id: 7209 @@ -46850,6 +52207,7 @@ item_db: ( Type: 3 Buy: 1350 Weight: 10 + BuyingStore: true }, { Id: 7210 @@ -46858,6 +52216,7 @@ item_db: ( Type: 3 Buy: 790 Weight: 10 + BuyingStore: true }, { Id: 7211 @@ -46866,6 +52225,7 @@ item_db: ( Type: 3 Buy: 2600 Weight: 10 + BuyingStore: true }, { Id: 7212 @@ -46874,6 +52234,7 @@ item_db: ( Type: 3 Buy: 1020 Weight: 10 + BuyingStore: true }, { Id: 7213 @@ -46882,6 +52243,7 @@ item_db: ( Type: 3 Buy: 832 Weight: 10 + BuyingStore: true }, { Id: 7214 @@ -46890,6 +52252,7 @@ item_db: ( Type: 3 Buy: 880 Weight: 10 + BuyingStore: true }, { Id: 7215 @@ -46898,6 +52261,7 @@ item_db: ( Type: 3 Buy: 690 Weight: 10 + BuyingStore: true }, { Id: 7216 @@ -46906,6 +52270,7 @@ item_db: ( Type: 3 Buy: 660 Weight: 10 + BuyingStore: true }, { Id: 7217 @@ -46914,6 +52279,7 @@ item_db: ( Type: 3 Buy: 424 Weight: 10 + BuyingStore: true }, { Id: 7218 @@ -46922,6 +52288,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 7219 @@ -46930,6 +52297,7 @@ item_db: ( Type: 3 Buy: 920 Weight: 10 + BuyingStore: true }, { Id: 7220 @@ -46938,6 +52306,7 @@ item_db: ( Type: 3 Buy: 322 Weight: 10 + BuyingStore: true }, { Id: 7221 @@ -46946,6 +52315,7 @@ item_db: ( Type: 3 Buy: 740 Weight: 10 + BuyingStore: true }, { Id: 7222 @@ -46954,6 +52324,7 @@ item_db: ( Type: 3 Buy: 468 Weight: 10 + BuyingStore: true }, { Id: 7223 @@ -46962,6 +52333,7 @@ item_db: ( Type: 3 Buy: 2032 Weight: 10 + BuyingStore: true }, { Id: 7224 @@ -46978,6 +52350,7 @@ item_db: ( Type: 3 Buy: 486 Weight: 10 + BuyingStore: true }, { Id: 7226 @@ -46986,6 +52359,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 7227 @@ -47274,6 +52648,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7263 @@ -47282,6 +52657,7 @@ item_db: ( Type: 3 Buy: 954 Weight: 10 + BuyingStore: true }, { Id: 7264 @@ -47290,6 +52666,7 @@ item_db: ( Type: 3 Buy: 322 Weight: 10 + BuyingStore: true }, { Id: 7265 @@ -47298,6 +52675,7 @@ item_db: ( Type: 3 Buy: 544 Weight: 10 + BuyingStore: true }, { Id: 7266 @@ -47306,6 +52684,7 @@ item_db: ( Type: 3 Buy: 436 Weight: 10 + BuyingStore: true }, { Id: 7267 @@ -47314,6 +52693,7 @@ item_db: ( Type: 3 Buy: 298 Weight: 10 + BuyingStore: true }, { Id: 7268 @@ -47322,6 +52702,7 @@ item_db: ( Type: 3 Buy: 1210 Weight: 10 + BuyingStore: true }, { Id: 7269 @@ -47330,6 +52711,7 @@ item_db: ( Type: 3 Buy: 960 Weight: 10 + BuyingStore: true }, { Id: 7270 @@ -47338,6 +52720,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 10 + BuyingStore: true }, { Id: 7271 @@ -47378,6 +52761,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7276 @@ -47385,6 +52778,16 @@ item_db: ( Name: "Doodled Message" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7277 @@ -47393,6 +52796,7 @@ item_db: ( Type: 3 Buy: 8900 Weight: 10 + BuyingStore: true }, { Id: 7278 @@ -47465,6 +52869,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7287 @@ -47489,6 +52894,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7290 @@ -47497,6 +52903,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7291 @@ -47505,6 +52912,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7292 @@ -47513,6 +52921,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7293 @@ -47521,6 +52930,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7294 @@ -47529,6 +52939,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7295 @@ -47537,6 +52948,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7296 @@ -47545,6 +52957,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7297 @@ -47553,6 +52966,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7298 @@ -47561,6 +52975,7 @@ item_db: ( Type: 3 Buy: 538 Weight: 10 + BuyingStore: true }, { Id: 7299 @@ -47569,6 +52984,7 @@ item_db: ( Type: 3 Buy: 632 Weight: 10 + BuyingStore: true }, { Id: 7300 @@ -47577,6 +52993,7 @@ item_db: ( Type: 3 Buy: 1420 Weight: 10 + BuyingStore: true }, { Id: 7301 @@ -47585,6 +53002,7 @@ item_db: ( Type: 3 Buy: 798 Weight: 10 + BuyingStore: true }, { Id: 7302 @@ -47601,6 +53019,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 800 + BuyingStore: true }, { Id: 7304 @@ -47608,6 +53027,16 @@ item_db: ( Name: "Witch's Spell Scroll" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7305 @@ -47615,6 +53044,16 @@ item_db: ( Name: "Symbol of the Nine Realms" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7306 @@ -47622,6 +53061,16 @@ item_db: ( Name: "Piece of Spirit" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7307 @@ -47629,6 +53078,16 @@ item_db: ( Name: "Spiritual Whispers" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7308 @@ -47636,6 +53095,16 @@ item_db: ( Name: "Witch's Tonic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7309 @@ -47643,6 +53112,16 @@ item_db: ( Name: "Crow Wing" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7310 @@ -47667,6 +53146,7 @@ item_db: ( Type: 3 Buy: 32 Weight: 10 + BuyingStore: true }, { Id: 7313 @@ -47681,6 +53161,16 @@ item_db: ( Name: "The Sign" Type: 3 Buy: 2 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7315 @@ -47689,6 +53179,7 @@ item_db: ( Type: 3 Buy: 422 Weight: 10 + BuyingStore: true }, { Id: 7316 @@ -47697,6 +53188,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 7317 @@ -47705,6 +53197,7 @@ item_db: ( Type: 3 Buy: 534 Weight: 10 + BuyingStore: true }, { Id: 7318 @@ -47713,6 +53206,7 @@ item_db: ( Type: 3 Buy: 512 Weight: 10 + BuyingStore: true }, { Id: 7319 @@ -47721,6 +53215,7 @@ item_db: ( Type: 3 Buy: 1024 Weight: 10 + BuyingStore: true }, { Id: 7320 @@ -47729,6 +53224,7 @@ item_db: ( Type: 3 Buy: 256 Weight: 10 + BuyingStore: true }, { Id: 7321 @@ -47737,6 +53233,7 @@ item_db: ( Type: 3 Buy: 552 Weight: 10 + BuyingStore: true }, { Id: 7322 @@ -47745,6 +53242,7 @@ item_db: ( Type: 3 Buy: 666 Weight: 10 + BuyingStore: true }, { Id: 7323 @@ -47753,6 +53251,7 @@ item_db: ( Type: 3 Buy: 256 Weight: 10 + BuyingStore: true }, { Id: 7325 @@ -47761,6 +53260,7 @@ item_db: ( Type: 3 Buy: 102 Weight: 10 + BuyingStore: true }, { Id: 7326 @@ -47769,6 +53269,7 @@ item_db: ( Type: 3 Buy: 712 Weight: 10 + BuyingStore: true }, { Id: 7327 @@ -47777,6 +53278,7 @@ item_db: ( Type: 3 Buy: 1024 Weight: 10 + BuyingStore: true }, { Id: 7328 @@ -47816,6 +53318,16 @@ item_db: ( Name: "Complete Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7333 @@ -47823,6 +53335,16 @@ item_db: ( Name: "Prontera Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7334 @@ -47830,6 +53352,16 @@ item_db: ( Name: "Payon Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7335 @@ -47837,6 +53369,16 @@ item_db: ( Name: "Morroc Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7336 @@ -47844,6 +53386,16 @@ item_db: ( Name: "Geffen Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7337 @@ -47865,6 +53417,16 @@ item_db: ( Name: "Commemorative Travel Card" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7340 @@ -47873,6 +53435,7 @@ item_db: ( Type: 3 Buy: 734 Weight: 50 + BuyingStore: true }, { Id: 7341 @@ -47880,6 +53443,16 @@ item_db: ( Name: "Old Pendant" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7342 @@ -47887,6 +53460,16 @@ item_db: ( Name: "File Folder" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7343 @@ -47894,6 +53477,16 @@ item_db: ( Name: "Sealed File Folder" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7344 @@ -47901,6 +53494,16 @@ item_db: ( Name: "Shinokas Case File" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7345 @@ -47909,6 +53512,7 @@ item_db: ( Type: 3 Buy: 724 Weight: 10 + BuyingStore: true }, { Id: 7346 @@ -47916,6 +53520,16 @@ item_db: ( Name: "Ymir's Heart Piece" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7347 @@ -47924,6 +53538,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7348 @@ -47939,6 +53554,16 @@ item_db: ( Name: "Archive Permit" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7350 @@ -47954,6 +53579,16 @@ item_db: ( Name: "Friend's Diary" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7352 @@ -47962,6 +53597,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7353 @@ -47970,6 +53606,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7354 @@ -47978,6 +53615,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7355 @@ -47986,6 +53624,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7356 @@ -47994,6 +53633,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7357 @@ -48002,6 +53642,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7358 @@ -48010,6 +53651,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7359 @@ -48018,6 +53660,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7360 @@ -48473,6 +54116,15 @@ item_db: ( Name: "Letter of Recommendation" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7417 @@ -48480,6 +54132,15 @@ item_db: ( Name: "Written Request(A)" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7418 @@ -48487,6 +54148,15 @@ item_db: ( Name: "Written Request(B)" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7419 @@ -48495,6 +54165,7 @@ item_db: ( Type: 3 Buy: 48000 Weight: 10 + BuyingStore: true }, { Id: 7420 @@ -48502,6 +54173,15 @@ item_db: ( Name: "Skull" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7421 @@ -48509,6 +54189,15 @@ item_db: ( Name: "Red Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7422 @@ -48516,6 +54205,15 @@ item_db: ( Name: "Yellow Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7423 @@ -48523,6 +54221,15 @@ item_db: ( Name: "Blue Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7424 @@ -48530,6 +54237,15 @@ item_db: ( Name: "Green Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7425 @@ -48537,6 +54253,15 @@ item_db: ( Name: "Black Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7426 @@ -48544,6 +54269,15 @@ item_db: ( Name: "Red Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7427 @@ -48551,6 +54285,15 @@ item_db: ( Name: "Yellow Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7428 @@ -48558,6 +54301,15 @@ item_db: ( Name: "Blue Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7429 @@ -48565,6 +54317,15 @@ item_db: ( Name: "Green Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7430 @@ -48572,6 +54333,15 @@ item_db: ( Name: "Black Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7431 @@ -48579,6 +54349,15 @@ item_db: ( Name: "Pile of Books" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7432 @@ -48586,6 +54365,16 @@ item_db: ( Name: "Leather Pouch" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7433 @@ -48594,6 +54383,7 @@ item_db: ( Type: 3 Buy: 4000 Weight: 10 + BuyingStore: true }, { Id: 7434 @@ -48602,6 +54392,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7435 @@ -48610,6 +54401,7 @@ item_db: ( Type: 3 Buy: 1907 Weight: 10 + BuyingStore: true }, { Id: 7436 @@ -48618,6 +54410,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7437 @@ -48626,6 +54419,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7438 @@ -48634,6 +54428,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7439 @@ -48642,6 +54437,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7440 @@ -48650,6 +54446,7 @@ item_db: ( Type: 3 Buy: 1335 Weight: 10 + BuyingStore: true }, { Id: 7441 @@ -48658,6 +54455,7 @@ item_db: ( Type: 3 Buy: 1408 Weight: 10 + BuyingStore: true }, { Id: 7442 @@ -48666,6 +54464,7 @@ item_db: ( Type: 3 Buy: 1332 Weight: 10 + BuyingStore: true }, { Id: 7443 @@ -48674,6 +54473,7 @@ item_db: ( Type: 3 Buy: 956 Weight: 10 + BuyingStore: true }, { Id: 7444 @@ -48682,6 +54482,7 @@ item_db: ( Type: 3 Buy: 300000 Weight: 10 + BuyingStore: true }, { Id: 7445 @@ -48690,6 +54491,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7446 @@ -48698,6 +54500,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7447 @@ -48706,6 +54509,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7448 @@ -48714,6 +54518,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7449 @@ -48722,6 +54527,7 @@ item_db: ( Type: 3 Buy: 681 Weight: 10 + BuyingStore: true }, { Id: 7450 @@ -48730,6 +54536,7 @@ item_db: ( Type: 3 Buy: 2050 Weight: 10 + BuyingStore: true }, { Id: 7451 @@ -48738,6 +54545,7 @@ item_db: ( Type: 3 Buy: 1852 Weight: 10 + BuyingStore: true }, { Id: 7452 @@ -48746,6 +54554,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7453 @@ -48754,6 +54563,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7454 @@ -48762,6 +54572,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7455 @@ -48770,6 +54581,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7456 @@ -48778,6 +54590,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7457 @@ -48786,6 +54599,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 7458 @@ -48906,6 +54720,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7473 @@ -48914,6 +54729,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7474 @@ -48922,6 +54738,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7475 @@ -48930,6 +54747,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7476 @@ -48938,6 +54756,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7477 @@ -48946,6 +54765,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7478 @@ -48954,6 +54774,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7479 @@ -48962,6 +54783,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7480 @@ -48970,6 +54792,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7481 @@ -48978,6 +54801,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7482 @@ -48986,6 +54810,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 10 + BuyingStore: true }, { Id: 7483 @@ -49001,6 +54826,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7485 @@ -49009,6 +54844,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7486 @@ -49017,6 +54862,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7487 @@ -49024,6 +54879,16 @@ item_db: ( Name: "Culinary Wine" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7488 @@ -49031,6 +54896,16 @@ item_db: ( Name: "Delivery Package" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7489 @@ -49038,6 +54913,16 @@ item_db: ( Name: "Cottage Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7490 @@ -49045,6 +54930,16 @@ item_db: ( Name: "Letter to Elly" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7491 @@ -49052,6 +54947,16 @@ item_db: ( Name: "Steel Box" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7492 @@ -49059,6 +54964,16 @@ item_db: ( Name: "Yellow Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7493 @@ -49066,6 +54981,16 @@ item_db: ( Name: "Golden Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7494 @@ -49073,6 +54998,16 @@ item_db: ( Name: "Luxurious Button" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7495 @@ -49080,6 +55015,16 @@ item_db: ( Name: "Blue Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7496 @@ -49087,6 +55032,16 @@ item_db: ( Name: "Red Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7497 @@ -49094,6 +55049,16 @@ item_db: ( Name: "Metal Fragment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7498 @@ -49101,6 +55066,16 @@ item_db: ( Name: "Rosimier Mansion Keys" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7499 @@ -49108,6 +55083,16 @@ item_db: ( Name: "Family Portrait" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7500 @@ -49115,6 +55100,16 @@ item_db: ( Name: "Woman's Portrait" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7501 @@ -49122,6 +55117,16 @@ item_db: ( Name: "K.H's Letter" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7502 @@ -49129,6 +55134,16 @@ item_db: ( Name: "James's Note" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7503 @@ -49136,6 +55151,16 @@ item_db: ( Name: "Man's Portrait" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7504 @@ -49143,6 +55168,16 @@ item_db: ( Name: "Power Device" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7505 @@ -49150,6 +55185,16 @@ item_db: ( Name: "Toy Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7506 @@ -49157,6 +55202,15 @@ item_db: ( Name: "Black Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7507 @@ -49165,6 +55219,7 @@ item_db: ( Type: 3 Buy: 842 Weight: 10 + BuyingStore: true }, { Id: 7508 @@ -49172,6 +55227,16 @@ item_db: ( Name: "Allysia's Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7509 @@ -49179,6 +55244,15 @@ item_db: ( Name: "Luxurious Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7510 @@ -49187,6 +55261,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 10 + BuyingStore: true }, { Id: 7511 @@ -49195,6 +55270,7 @@ item_db: ( Type: 3 Buy: 2526 Weight: 10 + BuyingStore: true }, { Id: 7512 @@ -49203,6 +55279,7 @@ item_db: ( Type: 3 Buy: 1600 Weight: 10 + BuyingStore: true }, { Id: 7513 @@ -49211,6 +55288,7 @@ item_db: ( Type: 3 Buy: 3420 Weight: 10 + BuyingStore: true }, { Id: 7514 @@ -49225,6 +55303,15 @@ item_db: ( Name: "Prize Medal" Type: 3 Buy: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7516 @@ -49232,6 +55319,15 @@ item_db: ( Name: "Green Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7517 @@ -49248,6 +55344,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7519 @@ -49272,6 +55377,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7522 @@ -49280,6 +55386,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7523 @@ -49288,6 +55395,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7524 @@ -49296,6 +55404,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 20 + BuyingStore: true }, { Id: 7525 @@ -49304,6 +55413,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7526 @@ -49319,6 +55437,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7528 @@ -49340,6 +55467,16 @@ item_db: ( Name: "Travel Brochure [Amatsu]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7531 @@ -49347,6 +55484,16 @@ item_db: ( Name: "Travel Brochure [Kunlun]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7532 @@ -49354,6 +55501,16 @@ item_db: ( Name: "Travel Brochure [Louyang]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7533 @@ -49361,6 +55518,16 @@ item_db: ( Name: "Travel Brochure [Ayothaya]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7534 @@ -49368,6 +55535,16 @@ item_db: ( Name: "Amatsu Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7535 @@ -49375,6 +55552,16 @@ item_db: ( Name: "Kunlun Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7536 @@ -49382,6 +55569,16 @@ item_db: ( Name: "Louyang Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7537 @@ -49389,6 +55586,16 @@ item_db: ( Name: "Ayothaya Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7538 @@ -49396,6 +55603,15 @@ item_db: ( Name: "Sand for Work" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7539 @@ -49403,6 +55619,15 @@ item_db: ( Name: "Poring Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7540 @@ -49467,6 +55692,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7548 @@ -49475,6 +55709,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7549 @@ -49483,6 +55726,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7550 @@ -49491,6 +55743,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7551 @@ -49499,6 +55760,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7552 @@ -49507,6 +55777,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7553 @@ -49514,6 +55793,15 @@ item_db: ( Name: "Lotus Flower" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7554 @@ -49521,6 +55809,15 @@ item_db: ( Name: "Striped Candle" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7555 @@ -49528,6 +55825,15 @@ item_db: ( Name: "Green Incense" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7556 @@ -49535,6 +55841,15 @@ item_db: ( Name: "Longing Heart" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7557 @@ -49542,6 +55857,15 @@ item_db: ( Name: "Invitation Letter" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7558 @@ -49549,6 +55873,15 @@ item_db: ( Name: "Invitation Ticket" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7559 @@ -49556,6 +55889,15 @@ item_db: ( Name: "Key to the Secret Garden" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7560 @@ -49571,6 +55913,7 @@ item_db: ( Type: 3 Buy: 606 Weight: 10 + BuyingStore: true }, { Id: 7562 @@ -49579,6 +55922,7 @@ item_db: ( Type: 3 Buy: 3020 Weight: 10 + BuyingStore: true }, { Id: 7563 @@ -49587,6 +55931,7 @@ item_db: ( Type: 3 Buy: 2016 Weight: 10 + BuyingStore: true }, { Id: 7564 @@ -49595,6 +55940,7 @@ item_db: ( Type: 3 Buy: 102 Weight: 10 + BuyingStore: true }, { Id: 7565 @@ -49603,6 +55949,7 @@ item_db: ( Type: 3 Buy: 350 Weight: 10 + BuyingStore: true }, { Id: 7566 @@ -49611,6 +55958,7 @@ item_db: ( Type: 3 Buy: 1530 Weight: 10 + BuyingStore: true }, { Id: 7567 @@ -49619,6 +55967,7 @@ item_db: ( Type: 3 Buy: 1290 Weight: 10 + BuyingStore: true }, { Id: 7568 @@ -49627,6 +55976,7 @@ item_db: ( Type: 3 Buy: 1060 Weight: 10 + BuyingStore: true }, { Id: 7569 @@ -49634,6 +55984,15 @@ item_db: ( Name: "Wind Hammer" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7570 @@ -49656,6 +56015,15 @@ item_db: ( Name: "Ashy Necklace" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7573 @@ -49663,6 +56031,15 @@ item_db: ( Name: "Sparkling Necklace" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7574 @@ -49670,6 +56047,7 @@ item_db: ( Name: "Freezing Snow Powder" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 7575 @@ -49677,6 +56055,16 @@ item_db: ( Name: "Red Jewel" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7576 @@ -49684,6 +56072,16 @@ item_db: ( Name: "Blue Jewel" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7577 @@ -49692,6 +56090,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7578 @@ -49708,6 +56115,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7580 @@ -49716,6 +56132,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7581 @@ -49740,6 +56165,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7584 @@ -49748,6 +56182,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7585 @@ -49756,6 +56199,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7586 @@ -49764,6 +56216,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7587 @@ -49772,6 +56233,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7588 @@ -49780,6 +56250,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7589 @@ -49910,6 +56389,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7604 @@ -49997,6 +56485,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7615 @@ -50029,6 +56526,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7619 @@ -50037,6 +56543,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7620 @@ -50045,6 +56560,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7621 @@ -50053,6 +56577,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7622 @@ -50061,6 +56594,11 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7623 @@ -50068,6 +56606,16 @@ item_db: ( Name: "Ticket Of Identification" Type: 3 Buy: 2 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7624 @@ -50076,6 +56624,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7625 @@ -50112,6 +56669,15 @@ item_db: ( Name: "Pink Gift Box" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7630 @@ -50529,6 +57095,7 @@ item_db: ( Type: 3 Buy: 550 Weight: 10 + BuyingStore: true }, { Id: 7752 @@ -50537,6 +57104,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7753 @@ -50545,6 +57113,7 @@ item_db: ( Type: 3 Buy: 330 Weight: 10 + BuyingStore: true }, { Id: 7754 @@ -50553,6 +57122,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 10 + BuyingStore: true }, { Id: 7755 @@ -50591,6 +57161,16 @@ item_db: ( Name: "Geologist's Report" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7760 @@ -50599,6 +57179,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7761 @@ -50615,6 +57196,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7763 @@ -50647,6 +57229,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7767 @@ -50655,6 +57246,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7768 @@ -50702,6 +57302,15 @@ item_db: ( Name: "Wat Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7774 @@ -50726,6 +57335,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7777 @@ -50790,6 +57408,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7785 @@ -50798,6 +57425,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7786 @@ -50806,6 +57442,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7787 @@ -50814,6 +57459,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7788 @@ -50822,6 +57476,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7789 @@ -50830,6 +57493,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7790 @@ -50838,6 +57510,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7791 @@ -50846,6 +57527,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7792 @@ -50861,6 +57551,15 @@ item_db: ( Name: "Golden Apple" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7794 @@ -50868,6 +57567,15 @@ item_db: ( Name: "The Crow of Destiny" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7795 @@ -50915,6 +57623,15 @@ item_db: ( Name: "Golden Charm Apple" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7801 @@ -50922,6 +57639,15 @@ item_db: ( Name: "Girl's Letter" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7802 @@ -50929,6 +57655,15 @@ item_db: ( Name: "Signature Notebook" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7803 @@ -51073,6 +57808,16 @@ item_db: ( Name: "Piece of Morocc Skin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7821 @@ -51081,6 +57826,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7822 @@ -51089,6 +57843,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7823 @@ -51097,6 +57860,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7824 @@ -51105,6 +57877,16 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7825 @@ -51120,6 +57902,16 @@ item_db: ( Name: "Continental Guard Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7827 @@ -51134,6 +57926,14 @@ item_db: ( Name: "Bravery Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7829 @@ -51141,6 +57941,14 @@ item_db: ( Name: "Valor Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7830 @@ -51149,6 +57957,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7831 @@ -51157,6 +57966,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7832 @@ -51165,6 +57975,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7833 @@ -51173,6 +57984,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7834 @@ -51181,6 +57993,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7835 @@ -51189,6 +58002,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7836 @@ -51197,6 +58011,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7837 @@ -51205,6 +58020,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7838 @@ -51213,6 +58029,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 500 + BuyingStore: true }, { Id: 7839 @@ -51220,6 +58037,15 @@ item_db: ( Name: "Crystal Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7840 @@ -51227,6 +58053,16 @@ item_db: ( Name: "Valkyrie's Gift" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7841 @@ -51234,6 +58070,15 @@ item_db: ( Name: "Stained Piece Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7842 @@ -51241,6 +58086,15 @@ item_db: ( Name: "Torn Piece Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7843 @@ -51248,6 +58102,15 @@ item_db: ( Name: "Old Piece Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7844 @@ -51255,6 +58118,15 @@ item_db: ( Name: "Burnt Pieces Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7845 @@ -51407,6 +58279,14 @@ item_db: ( Type: 3 Buy: 20 Weight: 200 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7864 @@ -51422,6 +58302,15 @@ item_db: ( Name: "Gold Pouch" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7866 @@ -51429,6 +58318,15 @@ item_db: ( Name: "Certificate" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7867 @@ -51500,6 +58398,14 @@ item_db: ( Name: "Pirate Treasure" Type: 3 Buy: 300000 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7876 @@ -51508,6 +58414,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7877 @@ -51516,6 +58431,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7878 @@ -51524,6 +58448,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7879 @@ -51532,6 +58465,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7880 @@ -51540,6 +58482,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7881 @@ -51548,6 +58499,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7882 @@ -51555,6 +58515,15 @@ item_db: ( Name: "Sharp Branch" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7883 @@ -51562,6 +58531,15 @@ item_db: ( Name: "Wooden Flute" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7884 @@ -51569,6 +58547,15 @@ item_db: ( Name: "Jade Plate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7885 @@ -51576,6 +58563,15 @@ item_db: ( Name: "Sacred Arrow" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7886 @@ -51647,6 +58643,15 @@ item_db: ( Name: "Rama5 Book" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7896 @@ -51654,6 +58659,15 @@ item_db: ( Name: "Loykrathong Book" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7897 @@ -51661,6 +58675,15 @@ item_db: ( Name: "Constitution Book" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7898 @@ -51668,6 +58691,15 @@ item_db: ( Name: "VV Strong Balmung" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7899 @@ -51675,6 +58707,15 @@ item_db: ( Name: "Dagger Of Psychic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7900 @@ -51682,6 +58723,16 @@ item_db: ( Name: "Jonathan Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7901 @@ -51689,6 +58740,16 @@ item_db: ( Name: "Jillberriel Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7902 @@ -51696,6 +58757,16 @@ item_db: ( Name: "Jessur Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7903 @@ -51703,6 +58774,16 @@ item_db: ( Name: "Jenoss Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7904 @@ -51710,6 +58791,16 @@ item_db: ( Name: "Piano Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7905 @@ -51725,6 +58816,16 @@ item_db: ( Name: "Poppy Wreath" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7907 @@ -51733,6 +58834,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7908 @@ -51772,6 +58882,16 @@ item_db: ( Name: "Portable Snowman Machine" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7913 @@ -51779,6 +58899,16 @@ item_db: ( Name: "Battle Test Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7914 @@ -51786,6 +58916,16 @@ item_db: ( Name: "Ancient Language Document" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7915 @@ -51853,6 +58993,15 @@ item_db: ( Name: "Krathong" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7928 @@ -51861,6 +59010,16 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7929 @@ -51869,6 +59028,16 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7930 @@ -51877,6 +59046,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 1000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7931 @@ -51885,6 +59064,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7932 @@ -51893,6 +59073,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7933 @@ -51901,6 +59082,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7934 @@ -51909,6 +59091,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7935 @@ -51917,6 +59100,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7936 @@ -51925,6 +59109,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7937 @@ -51933,6 +59118,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7938 @@ -51941,6 +59127,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7939 @@ -51949,6 +59136,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7940 @@ -51957,6 +59145,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 2 + BuyingStore: true }, { Id: 7941 @@ -51986,6 +59175,11 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7945 @@ -51994,6 +59188,11 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7946 @@ -52023,6 +59222,15 @@ item_db: ( Name: "Woven Wool" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7950 @@ -52030,6 +59238,15 @@ item_db: ( Name: "Ayothaya Fest Ticket" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7951 @@ -52037,6 +59254,16 @@ item_db: ( Name: "Golden Tulip Flower" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7952 @@ -52044,6 +59271,16 @@ item_db: ( Name: "Gift Of Lomi Ross" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7953 @@ -52051,6 +59288,16 @@ item_db: ( Name: "Gift Of Juliet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7954 @@ -52059,6 +59306,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7955 @@ -52094,6 +59350,10 @@ item_db: ( Name: "Ancient Gold Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 7960 @@ -52101,6 +59361,10 @@ item_db: ( Name: "Ancient Silver Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 7961 @@ -52108,6 +59372,15 @@ item_db: ( Name: "Weapon Exchange" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7962 @@ -52115,6 +59388,15 @@ item_db: ( Name: "Treasure Map1" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7963 @@ -52122,6 +59404,15 @@ item_db: ( Name: "Treasure Map2" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7964 @@ -52129,6 +59420,15 @@ item_db: ( Name: "Treasure Map3" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7965 @@ -52136,6 +59436,15 @@ item_db: ( Name: "Treasure Map4" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7966 @@ -52143,6 +59452,15 @@ item_db: ( Name: "Weird Parchment1" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7967 @@ -52150,6 +59468,15 @@ item_db: ( Name: "Weird Parchment2" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7968 @@ -52157,6 +59484,15 @@ item_db: ( Name: "Weird Parchment3" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7969 @@ -52164,6 +59500,15 @@ item_db: ( Name: "Weird Parchment4" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7970 @@ -52192,6 +59537,15 @@ item_db: ( Name: "Immortality Egg" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7974 @@ -52199,6 +59553,15 @@ item_db: ( Name: "Illusion Piece" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7975 @@ -52228,6 +59591,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7979 @@ -52236,6 +59608,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7980 @@ -52244,6 +59625,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7981 @@ -52252,6 +59642,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7982 @@ -52260,6 +59659,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7983 @@ -52268,6 +59676,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7984 @@ -52276,6 +59693,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7985 @@ -52284,6 +59710,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7986 @@ -52292,6 +59727,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7987 @@ -52300,6 +59744,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7988 @@ -52308,6 +59761,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7989 @@ -52316,6 +59778,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7990 @@ -52324,6 +59795,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7991 @@ -52332,6 +59812,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7992 @@ -52340,6 +59829,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7993 @@ -52348,6 +59846,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7994 @@ -52356,6 +59863,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7995 @@ -52364,6 +59880,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7996 @@ -52372,6 +59897,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7997 @@ -52380,6 +59914,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7998 @@ -52388,6 +59931,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7999 @@ -52396,6 +59948,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, // Pet Eggs // =================================================================== @@ -52594,6 +60155,13 @@ item_db: ( Name: "Hard Rice Cake" Type: 7 Buy: 20 + Trade: { + nodrop: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 9029 @@ -53068,6 +60636,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11001 @@ -53076,6 +60645,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11002 @@ -53084,6 +60654,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11003 @@ -53092,6 +60663,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11004 @@ -53100,6 +60672,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11005 @@ -53108,6 +60681,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11006 @@ -53116,6 +60690,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11007 @@ -53124,6 +60699,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11008 @@ -53132,6 +60708,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11009 @@ -53140,6 +60717,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11010 @@ -53222,6 +60800,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 11021 @@ -53230,6 +60809,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 11022 @@ -53238,6 +60818,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 11023 @@ -53246,6 +60827,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 50 + BuyingStore: true }, { Id: 11024 @@ -53254,6 +60836,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 50 + BuyingStore: true }, { Id: 11025 @@ -53547,6 +61130,15 @@ item_db: ( 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; "> }, { @@ -53556,6 +61148,15 @@ item_db: ( 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); "> }, { @@ -53565,6 +61166,16 @@ item_db: ( Type: 0 Buy: 0 Weight: 30 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemheal 0,150; "> }, { @@ -53637,6 +61248,7 @@ item_db: ( Type: 0 Buy: 200 Weight: 1 + BuyingStore: true Script: <" itemheal rand(5,25),0; "> }, { @@ -53646,6 +61258,15 @@ item_db: ( 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; "> }, { @@ -53655,6 +61276,7 @@ item_db: ( Type: 0 Buy: 1500 Weight: 120 + BuyingStore: true Script: <" itemheal rand(300,400),0; "> }, { @@ -53664,6 +61286,7 @@ item_db: ( Type: 0 Buy: 15 Weight: 20 + BuyingStore: true Script: <" itemheal rand(16,22),0; "> }, { @@ -53673,6 +61296,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 100 + BuyingStore: true Script: <" itemheal rand(400,600),0; "> }, { @@ -53691,6 +61315,7 @@ item_db: ( Type: 0 Buy: 650 Weight: 40 + BuyingStore: true Script: <" itemheal rand(170,250),0; "> }, { @@ -53700,6 +61325,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 20 + BuyingStore: true Script: <" itemheal 0,rand(50,80); "> }, { @@ -53709,6 +61335,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 50 + BuyingStore: true Script: <" itemheal rand(400,800),rand(50,80); "> }, { @@ -53718,6 +61345,8 @@ item_db: ( Type: 0 Buy: 2000 Weight: 100 + BuyingStore: true + Delay: 1000 Script: <" itemheal rand(400,800),0; "> }, { @@ -53727,6 +61356,8 @@ item_db: ( Type: 0 Buy: 2400 Weight: 120 + BuyingStore: true + Delay: 2000 Script: <" itemheal rand(600,1000),0; "> }, { @@ -53736,6 +61367,8 @@ item_db: ( Type: 0 Buy: 2800 Weight: 140 + BuyingStore: true + Delay: 3000 Script: <" itemheal rand(800,1200),0; "> }, { @@ -53745,6 +61378,8 @@ item_db: ( Type: 0 Buy: 20 Weight: 150 + BuyingStore: true + Delay: 5000 Script: <" itemheal rand(1500,2000),0; "> }, { @@ -53754,6 +61389,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 100 + BuyingStore: true Script: <" itemheal 0,rand(120,160); "> }, { @@ -53817,6 +61453,9 @@ item_db: ( Type: 0 Buy: 0 Weight: 300 + Nouse: { + sitting: true + } }, { Id: 11703 @@ -53915,6 +61554,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FROSTDIVER,5; "> }, { @@ -53924,6 +61567,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AL_HEAL,3; "> }, { @@ -53933,6 +61580,10 @@ item_db: ( Type: 11 Buy: 2000 Weight: 10 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AL_HEAL,5; "> }, { @@ -53942,6 +61593,7 @@ item_db: ( Type: 11 Buy: 1000 Weight: 10 + BuyingStore: true Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -53951,6 +61603,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1750,500; "> }, { @@ -53960,6 +61613,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1770,500; "> }, { @@ -53969,6 +61623,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1753,500; "> }, { @@ -53978,6 +61633,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1765,500; "> }, { @@ -53987,6 +61643,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1752,500; "> }, { @@ -53996,6 +61653,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1751,500; "> }, { @@ -54005,6 +61663,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1755,500; "> }, { @@ -54014,6 +61673,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1756,500; "> }, { @@ -54023,6 +61683,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1754,500; "> }, { @@ -54032,6 +61693,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1767,500; "> }, { @@ -54041,6 +61703,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1757,500; "> }, { @@ -54050,6 +61713,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1762,500; "> }, { @@ -54059,6 +61723,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 100 + BuyingStore: true Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, { @@ -54068,6 +61733,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 100 + BuyingStore: true Script: <" sc_start SC_SLOWDOWN,5000,0; "> }, { @@ -54077,6 +61743,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 20 + BuyingStore: true Script: <" end; "> }, { @@ -54095,6 +61762,7 @@ item_db: ( Type: 11 Buy: 2 Weight: 30 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,8; "> }, { @@ -54158,6 +61826,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 9,0; if(rand(1000)<300) sc_start SC_CURSE,30000,0; @@ -54170,6 +61842,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_MOVHASTE_HORSE,20000,0; "> }, { @@ -54179,6 +61855,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AC_CONCENTRATION,1; "> }, { @@ -54188,6 +61868,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_PLUSATTACKPOWER,60000,20; "> }, { @@ -54197,6 +61881,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_PLUSMAGICPOWER,60000,20; "> }, { @@ -54206,6 +61894,10 @@ item_db: ( Type: 11 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill ITEM_ENCHANTARMS,2; "> }, { @@ -54215,6 +61907,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_CLAIRVOYANCE,30000,0; "> }, { @@ -54224,6 +61920,10 @@ item_db: ( Type: 2 Buy: 1000 Weight: 200 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 0,9; if(rand(1000)<300) sc_start SC_SILENCE,30000,0; @@ -54281,6 +61981,7 @@ item_db: ( Type: 2 Buy: 100000 Weight: 300 + BuyingStore: true Script: <" homevolution; "> }, { @@ -54290,6 +61991,7 @@ item_db: ( Type: 0 Buy: 2000 Weight: 60 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,1; percentheal 5,0; @@ -54302,6 +62004,7 @@ item_db: ( Type: 0 Buy: 4000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,2; percentheal 5,0; @@ -54314,6 +62017,7 @@ item_db: ( Type: 0 Buy: 6000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,3; percentheal 5,0; @@ -54326,6 +62030,7 @@ item_db: ( Type: 0 Buy: 8000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,4; percentheal 5,0; @@ -54338,6 +62043,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,5; percentheal 10,0; @@ -54350,6 +62056,7 @@ item_db: ( Type: 0 Buy: 2000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,1; percentheal 0,5; @@ -54362,6 +62069,7 @@ item_db: ( Type: 0 Buy: 4000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,2; percentheal 0,5; @@ -54374,6 +62082,7 @@ item_db: ( Type: 0 Buy: 6000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,3; percentheal 0,5; @@ -54386,6 +62095,7 @@ item_db: ( Type: 0 Buy: 8000 Weight: 300 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,4; percentheal 0,5; @@ -54398,6 +62108,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 400 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,5; percentheal 0,10; @@ -54410,6 +62121,7 @@ item_db: ( Type: 0 Buy: 2000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0; @@ -54422,6 +62134,7 @@ item_db: ( Type: 0 Buy: 4000 Weight: 200 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0; @@ -54434,6 +62147,7 @@ item_db: ( Type: 0 Buy: 6000 Weight: 300 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0; @@ -54446,6 +62160,7 @@ item_db: ( Type: 0 Buy: 8000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,4; percentheal 5,0; @@ -54458,6 +62173,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0; @@ -54470,6 +62186,7 @@ item_db: ( Type: 0 Buy: 2000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1; @@ -54482,6 +62199,7 @@ item_db: ( Type: 0 Buy: 4000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1; @@ -54494,6 +62212,7 @@ item_db: ( Type: 0 Buy: 6000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1; @@ -54506,6 +62225,7 @@ item_db: ( Type: 0 Buy: 8000 Weight: 400 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,4; percentheal 3,1; @@ -54518,6 +62238,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2; @@ -54530,6 +62251,7 @@ item_db: ( Type: 0 Buy: 2000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2; @@ -54542,6 +62264,7 @@ item_db: ( Type: 0 Buy: 4000 Weight: 200 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2; @@ -54554,6 +62277,7 @@ item_db: ( Type: 0 Buy: 6000 Weight: 200 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2; @@ -54566,6 +62290,7 @@ item_db: ( Type: 0 Buy: 8000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,4; percentheal 2,2; @@ -54578,6 +62303,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5; @@ -54590,6 +62316,7 @@ item_db: ( Type: 0 Buy: 2000 Weight: 60 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2; @@ -54602,6 +62329,7 @@ item_db: ( Type: 0 Buy: 4000 Weight: 200 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2; @@ -54614,6 +62342,7 @@ item_db: ( Type: 0 Buy: 6000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2; @@ -54626,6 +62355,7 @@ item_db: ( Type: 0 Buy: 8000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,4; percentheal 4,2; @@ -54638,6 +62368,7 @@ item_db: ( Type: 0 Buy: 10000 Weight: 400 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2; @@ -54650,6 +62381,7 @@ item_db: ( Type: 0 Buy: 20000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,6; percentheal 10,2; @@ -54662,6 +62394,7 @@ item_db: ( Type: 0 Buy: 40000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,7; percentheal 10,4; @@ -54674,6 +62407,7 @@ item_db: ( Type: 0 Buy: 60000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,8; percentheal 15,6; @@ -54686,6 +62420,7 @@ item_db: ( Type: 0 Buy: 80000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,9; percentheal 15,8; @@ -54698,6 +62433,7 @@ item_db: ( Type: 0 Buy: 100000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,10; percentheal 20,20; @@ -54710,6 +62446,7 @@ item_db: ( Type: 0 Buy: 20000 Weight: 300 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,6; percentheal 2,10; @@ -54722,6 +62459,7 @@ item_db: ( Type: 0 Buy: 40000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,7; percentheal 4,10; @@ -54734,6 +62472,7 @@ item_db: ( Type: 0 Buy: 60000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,8; percentheal 6,10; @@ -54746,6 +62485,7 @@ item_db: ( Type: 0 Buy: 80000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,9; percentheal 8,15; @@ -54758,6 +62498,7 @@ item_db: ( Type: 0 Buy: 100000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,10; percentheal 10,20; @@ -54770,6 +62511,7 @@ item_db: ( Type: 0 Buy: 20000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,6; percentheal 13,0; @@ -54782,6 +62524,7 @@ item_db: ( Type: 0 Buy: 40000 Weight: 400 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,7; percentheal 16,0; @@ -54794,6 +62537,7 @@ item_db: ( Type: 0 Buy: 60000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,8; percentheal 19,0; @@ -54806,6 +62550,7 @@ item_db: ( Type: 0 Buy: 80000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,9; percentheal 22,0; @@ -54818,6 +62563,7 @@ item_db: ( Type: 0 Buy: 100000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,10; percentheal 25,0; @@ -54830,6 +62576,7 @@ item_db: ( Type: 0 Buy: 20000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,6; percentheal 7,2; @@ -54842,6 +62589,7 @@ item_db: ( Type: 0 Buy: 40000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,7; percentheal 8,2; @@ -54854,6 +62602,7 @@ item_db: ( Type: 0 Buy: 60000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,8; percentheal 9,2; @@ -54866,6 +62615,7 @@ item_db: ( Type: 0 Buy: 80000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,9; percentheal 10,2; @@ -54878,6 +62628,7 @@ item_db: ( Type: 0 Buy: 100000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,10; percentheal 15,5; @@ -54890,6 +62641,7 @@ item_db: ( Type: 0 Buy: 20000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,6; percentheal 5,6; @@ -54902,6 +62654,7 @@ item_db: ( Type: 0 Buy: 40000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,7; percentheal 5,7; @@ -54914,6 +62667,7 @@ item_db: ( Type: 0 Buy: 60000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,8; percentheal 5,8; @@ -54926,6 +62680,7 @@ item_db: ( Type: 0 Buy: 80000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,9; percentheal 5,9; @@ -54938,6 +62693,7 @@ item_db: ( Type: 0 Buy: 100000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,10; percentheal 10,10; @@ -54950,6 +62706,7 @@ item_db: ( Type: 0 Buy: 20000 Weight: 300 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,6; percentheal 6,3; @@ -54962,6 +62719,7 @@ item_db: ( Type: 0 Buy: 40000 Weight: 800 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,7; percentheal 7,3; @@ -54974,6 +62732,7 @@ item_db: ( Type: 0 Buy: 60000 Weight: 400 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,8; percentheal 9,3; @@ -54986,6 +62745,7 @@ item_db: ( Type: 0 Buy: 80000 Weight: 1000 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,9; percentheal 10,4; @@ -54998,6 +62758,7 @@ item_db: ( Type: 0 Buy: 100000 Weight: 500 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,10; percentheal 14,8; @@ -55010,6 +62771,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 300 + BuyingStore: true }, { Id: 12102 @@ -55018,6 +62780,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 300 + BuyingStore: true }, { Id: 12103 @@ -55026,6 +62789,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-3,1,""; "> }, { @@ -55035,6 +62799,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12104,1; "> }, { @@ -55044,6 +62809,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12105,1; getrandgroupitem 12105,1; @@ -55057,6 +62823,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12106,1; "> }, { @@ -55066,6 +62833,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12107,1; "> }, { @@ -55075,6 +62843,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12108,1; getrandgroupitem 12108,1; @@ -55090,6 +62859,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-2,1,""; "> }, { @@ -55099,6 +62869,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12110,1; getrandgroupitem 12110,1; @@ -55114,6 +62885,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12111,1; getrandgroupitem 12111,1; @@ -55127,6 +62899,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_CURSE,10000,1; "> }, { @@ -55136,6 +62909,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 100 + BuyingStore: true Script: <" sc_start SC_STUN,10000,1; "> }, { @@ -55145,6 +62919,7 @@ item_db: ( Type: 11 Buy: 2 Weight: 10 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,4; "> }, { @@ -55154,6 +62929,7 @@ item_db: ( Type: 11 Buy: 2 Weight: 10 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,2; "> }, { @@ -55163,6 +62939,7 @@ item_db: ( Type: 11 Buy: 2 Weight: 10 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,3; "> }, { @@ -55172,6 +62949,7 @@ item_db: ( Type: 11 Buy: 2 Weight: 10 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,5; "> }, { @@ -55181,6 +62959,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; "> }, { @@ -55190,6 +62969,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; "> }, { @@ -55199,6 +62979,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; "> }, { @@ -55208,6 +62989,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; "> }, { @@ -55217,6 +62999,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + BuyingStore: true Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; "> }, { @@ -55226,6 +63009,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + BuyingStore: true Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; "> }, { @@ -55235,6 +63019,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + BuyingStore: true Script: <" sc_start SC_BATKFOOD,1200000,10; sc_start SC_MATKFOOD,120000,10; @@ -55247,6 +63032,7 @@ item_db: ( Type: 2 Buy: 500 Weight: 20 + BuyingStore: true Script: <" cooking 11; "> }, { @@ -55256,6 +63042,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 30 + BuyingStore: true Script: <" cooking 12; "> }, { @@ -55265,6 +63052,7 @@ item_db: ( Type: 2 Buy: 2000 Weight: 50 + BuyingStore: true Script: <" cooking 13; "> }, { @@ -55274,6 +63062,7 @@ item_db: ( Type: 2 Buy: 5000 Weight: 70 + BuyingStore: true Script: <" cooking 14; "> }, { @@ -55283,6 +63072,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 70 + BuyingStore: true Script: <" cooking 15; "> }, { @@ -55292,6 +63082,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + BuyingStore: true Script: <" getrandgroupitem 12130,1; getrandgroupitem 12130,1; @@ -55313,6 +63104,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 200 + BuyingStore: true Script: <" sc_start SC_XMAS,600000,0; "> }, { @@ -55402,6 +63194,15 @@ item_db: ( 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; "> }, { @@ -55419,6 +63220,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 + BuyingStore: true Script: <" getitem 13204,500; "> }, { @@ -55428,6 +63230,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 + BuyingStore: true Script: <" getitem 13206,500; "> }, { @@ -55437,6 +63240,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 + BuyingStore: true Script: <" getitem 13205,500; "> }, { @@ -55446,6 +63250,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 + BuyingStore: true Script: <" getitem 13207,500; "> }, { @@ -55455,6 +63260,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 + BuyingStore: true Script: <" getitem 13203,500; "> }, { @@ -55464,6 +63270,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 13200,500; "> }, { @@ -55473,6 +63280,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 13202,500; "> }, { @@ -55482,6 +63290,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 13201,500; "> }, { @@ -55500,6 +63309,15 @@ item_db: ( 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; "> }, { @@ -55509,6 +63327,15 @@ item_db: ( 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; "> }, { @@ -55518,6 +63345,15 @@ item_db: ( 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; "> }, { @@ -55527,6 +63363,15 @@ item_db: ( 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; "> }, { @@ -55536,6 +63381,15 @@ item_db: ( 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; "> }, { @@ -55545,6 +63399,15 @@ item_db: ( 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; "> }, { @@ -55554,6 +63417,15 @@ item_db: ( 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; "> }, { @@ -55563,6 +63435,15 @@ item_db: ( 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; "> }, { @@ -55572,6 +63453,15 @@ item_db: ( 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; "> }, { @@ -55581,6 +63471,15 @@ item_db: ( 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; "> }, { @@ -55590,6 +63489,15 @@ item_db: ( 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; "> }, { @@ -55599,6 +63507,15 @@ item_db: ( 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; "> }, { @@ -55608,6 +63525,15 @@ item_db: ( 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; "> }, { @@ -55617,6 +63543,15 @@ item_db: ( 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; "> }, { @@ -55626,6 +63561,15 @@ item_db: ( 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; "> }, { @@ -55635,6 +63579,15 @@ item_db: ( 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; "> }, { @@ -55644,6 +63597,15 @@ item_db: ( 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; "> }, { @@ -55653,6 +63615,15 @@ item_db: ( 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; "> }, { @@ -55662,6 +63633,15 @@ item_db: ( 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; "> }, { @@ -55671,6 +63651,15 @@ item_db: ( 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; "> }, { @@ -55680,6 +63669,15 @@ item_db: ( 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; "> }, { @@ -55689,6 +63687,15 @@ item_db: ( 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; "> }, { @@ -55698,6 +63705,15 @@ item_db: ( 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; "> }, { @@ -55707,6 +63723,15 @@ item_db: ( 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; "> }, { @@ -55716,6 +63741,15 @@ item_db: ( 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; "> }, { @@ -55725,6 +63759,15 @@ item_db: ( 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; "> }, { @@ -55734,6 +63777,15 @@ item_db: ( 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; "> }, { @@ -55743,6 +63795,15 @@ item_db: ( 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; "> }, { @@ -55752,6 +63813,15 @@ item_db: ( 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; "> }, { @@ -55761,6 +63831,15 @@ item_db: ( 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; "> }, { @@ -55770,6 +63849,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 + BuyingStore: true Script: <" getitem 1772,500; "> }, { @@ -55779,6 +63859,7 @@ item_db: ( Type: 2 Buy: 500 Weight: 100 + BuyingStore: true Script: <" mercenary_heal 1000,0; "> }, { @@ -55788,6 +63869,7 @@ item_db: ( Type: 2 Buy: 1000 Weight: 100 + BuyingStore: true Script: <" mercenary_heal 0,100; "> }, { @@ -55866,6 +63948,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 200 + BuyingStore: true Script: <" getrandgroupitem 12194,1; getrandgroupitem 12194,1; @@ -55879,6 +63962,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 100 + BuyingStore: true Script: <" percentheal 0,20; "> }, { @@ -55888,6 +63972,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 100 + BuyingStore: true Script: <" percentheal 50,0; "> }, { @@ -55897,6 +63982,7 @@ item_db: ( Type: 0 Buy: 20 Weight: 100 + BuyingStore: true Script: <" percentheal 10,10; "> }, { @@ -55906,6 +63992,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 100 + BuyingStore: true Script: <" sc_start SC_INCLUK,1200000,21; "> }, { @@ -55914,6 +64001,16 @@ item_db: ( 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 @@ -55940,6 +64037,15 @@ item_db: ( 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; @@ -55952,6 +64058,15 @@ item_db: ( 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; @@ -55964,6 +64079,15 @@ item_db: ( 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; @@ -55976,6 +64100,15 @@ item_db: ( 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; @@ -55988,6 +64121,15 @@ item_db: ( 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; @@ -56000,6 +64142,15 @@ item_db: ( 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; @@ -56012,6 +64163,16 @@ item_db: ( 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; "> }, { @@ -56021,6 +64182,15 @@ item_db: ( 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; "> }, { @@ -56030,6 +64200,16 @@ item_db: ( 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; "> }, { @@ -56039,6 +64219,15 @@ item_db: ( 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"; "> }, { @@ -56048,6 +64237,15 @@ item_db: ( 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"; "> }, { @@ -56056,6 +64254,15 @@ item_db: ( 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"; "> }, { @@ -56065,6 +64272,15 @@ item_db: ( 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; "> }, { @@ -56074,6 +64290,18 @@ item_db: ( 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; @@ -56086,6 +64314,18 @@ item_db: ( 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; @@ -56102,6 +64342,18 @@ item_db: ( 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; @@ -56118,6 +64370,18 @@ item_db: ( 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; @@ -56130,6 +64394,18 @@ item_db: ( 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; @@ -56142,6 +64418,18 @@ item_db: ( 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: <" set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==6||.@type==7||.@type==8) { @@ -56158,6 +64446,15 @@ item_db: ( 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; @@ -56171,6 +64468,9 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + Nouse: { + sitting: true + } Script: <" pet 1245; "> }, { @@ -56309,6 +64609,9 @@ item_db: ( Type: 2 Buy: 20 Weight: 100 + Nouse: { + sitting: true + } Script: <" percentheal 0,5; skilleffect AL_BLESSING,0; @@ -56322,6 +64625,9 @@ item_db: ( Type: 11 Buy: 20 Weight: 100 + Nouse: { + sitting: true + } Script: <" percentheal 5,0; itemskill AL_ANGELUS,5; @@ -56334,6 +64640,9 @@ item_db: ( Type: 2 Buy: 0 Weight: 100 + Nouse: { + sitting: true + } Script: <" percentheal 0,5; sc_start SC_POISON,18000,0; @@ -56380,6 +64689,7 @@ item_db: ( Type: 2 Buy: 800 Weight: 100 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION1,1800000,0; "> }, { @@ -56389,6 +64699,7 @@ item_db: ( Type: 2 Buy: 1500 Weight: 150 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION2,1800000,0; "> }, { @@ -56398,6 +64709,7 @@ item_db: ( Type: 2 Buy: 3000 Weight: 200 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION3,1800000,0; "> }, { @@ -56425,6 +64737,7 @@ item_db: ( Type: 2 Buy: 10000 Weight: 50 + BuyingStore: true Script: <" getrandgroupitem 12246,1; "> }, { @@ -56551,6 +64864,15 @@ item_db: ( 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,""; @@ -56564,6 +64886,16 @@ item_db: ( 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; "> }, { @@ -56573,6 +64905,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 100 + BuyingStore: true Script: <" sc_start SC_SUMMER,600000,0; "> }, { @@ -56581,6 +64914,16 @@ item_db: ( 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; "> }, { @@ -56590,6 +64933,16 @@ item_db: ( 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; "> }, { @@ -56599,6 +64952,15 @@ item_db: ( 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,50; "> }, { @@ -56608,6 +64970,15 @@ item_db: ( 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; "> }, { @@ -56617,6 +64988,15 @@ item_db: ( 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; "> }, { @@ -56626,6 +65006,16 @@ item_db: ( 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; "> }, { @@ -56635,6 +65025,16 @@ item_db: ( 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; "> }, { @@ -56644,6 +65044,16 @@ item_db: ( 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; @@ -56656,6 +65066,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_PLUSATTACKPOWER,600000,15; "> }, { @@ -56665,6 +65084,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_PLUSMAGICPOWER,600000,15; "> }, { @@ -56674,6 +65102,15 @@ item_db: ( Type: 0 Buy: 2 Weight: 70 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" percentheal 5,0; "> }, { @@ -56683,6 +65120,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_INCHIT,600000,33; "> }, { @@ -56692,6 +65138,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 70 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_INCFLEE,600000,33; "> }, { @@ -56701,6 +65156,16 @@ item_db: ( 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; @@ -56713,6 +65178,16 @@ item_db: ( 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; @@ -56725,6 +65200,11 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2058,1800000; "> }, { @@ -56734,6 +65214,11 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2059,1800000; "> }, { @@ -56743,6 +65228,11 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2060,1800000; "> }, { @@ -56847,6 +65337,16 @@ item_db: ( 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; "> }, { @@ -56855,6 +65355,16 @@ item_db: ( 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; "> }, { @@ -56863,6 +65373,16 @@ item_db: ( 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; "> }, { @@ -56872,6 +65392,10 @@ item_db: ( Type: 2 Buy: 10 Weight: 100 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 5,0; skilleffect AL_BLESSING,0; @@ -56885,6 +65409,10 @@ item_db: ( Type: 2 Buy: 10 Weight: 100 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 5,0; skilleffect AL_INCAGI,0; @@ -56898,6 +65426,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 200 + BuyingStore: true Script: <" percentheal 20,0; "> }, { @@ -56907,6 +65436,7 @@ item_db: ( Type: 0 Buy: 500 Weight: 200 + BuyingStore: true Script: <" percentheal 0,20; "> }, { @@ -56916,6 +65446,16 @@ item_db: ( 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; "> }, { @@ -56925,6 +65465,16 @@ item_db: ( 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; "> }, { @@ -56934,6 +65484,16 @@ item_db: ( 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; "> }, { @@ -56943,6 +65503,16 @@ item_db: ( 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; "> }, { @@ -56952,6 +65522,16 @@ item_db: ( 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; "> }, { @@ -56961,6 +65541,16 @@ item_db: ( 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; "> }, { @@ -56970,6 +65560,15 @@ item_db: ( 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; "> }, { @@ -56979,6 +65578,15 @@ item_db: ( 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; "> }, { @@ -56988,6 +65596,15 @@ item_db: ( 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; "> }, { @@ -56997,6 +65614,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12304 @@ -57004,6 +65630,16 @@ item_db: ( 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; "> }, { @@ -57012,6 +65648,16 @@ item_db: ( 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; "> }, { @@ -57020,6 +65666,16 @@ item_db: ( 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; "> }, { @@ -57028,6 +65684,16 @@ item_db: ( 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; "> }, { @@ -57036,6 +65702,16 @@ item_db: ( 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; "> }, { @@ -57044,6 +65720,16 @@ item_db: ( 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; "> }, { @@ -57053,6 +65739,17 @@ item_db: ( 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; "> }, { @@ -57062,6 +65759,17 @@ item_db: ( 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; "> }, { @@ -57078,6 +65786,18 @@ item_db: ( 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; "> }, { @@ -57169,6 +65889,19 @@ item_db: ( Name: "Novice Fly Wing" Type: 11 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -57177,6 +65910,19 @@ item_db: ( Name: "Novice Butterfly Wing" Type: 11 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill AL_TELEPORT,3; "> }, { @@ -57185,6 +65931,19 @@ item_db: ( Name: "Novice Magnifier" Type: 11 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill MC_IDENTIFY,1; "> }, { @@ -57219,6 +65978,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + BuyingStore: true Script: <" mercenary_create 2000,1800000; "> }, { @@ -57228,6 +65988,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + BuyingStore: true Script: <" mercenary_create 2001,1800000; "> }, { @@ -57237,6 +65998,16 @@ item_db: ( 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; "> }, { @@ -57246,6 +66017,16 @@ item_db: ( 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 0,6; "> }, { @@ -57255,6 +66036,17 @@ item_db: ( 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; "> }, { @@ -57322,6 +66114,18 @@ item_db: ( 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; "> }, { @@ -57331,6 +66135,7 @@ item_db: ( Type: 2 Buy: 30000 Weight: 10 + BuyingStore: true Script: <" getitem 7940,100; "> }, { @@ -57340,6 +66145,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_ATK,600000,10; @@ -57352,6 +66167,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_GUARD; sc_start SC_MANU_DEF,600000,10; @@ -57364,6 +66189,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_ATK,600000,10; @@ -57376,6 +66211,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_GUARD; sc_start SC_SPL_DEF,600000,10; @@ -57387,6 +66232,16 @@ item_db: ( Name: "Unripe Acorn" Type: 2 Buy: 0 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" heal -100,0; "> }, { @@ -57395,6 +66250,10 @@ item_db: ( Name: "Acorn Jelly" Type: 2 Buy: 11 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill ALL_REVERSEORCISH,1; "> }, { @@ -57404,6 +66263,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_MATK,600000,10; @@ -57416,6 +66285,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_MATK,600000,10; @@ -57428,6 +66307,17 @@ item_db: ( Type: 11 Buy: 20 Weight: 100 + BuyingStore: true + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" skilleffect AL_BLESSING,0; sc_start SC_BLESSING,120000,5; @@ -57441,6 +66331,14 @@ item_db: ( Type: 11 Buy: 20 Weight: 50 + BuyingStore: true + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemskill MC_LOUD,1; "> }, { @@ -57459,6 +66357,7 @@ item_db: ( Type: 2 Buy: 800 Weight: 10 + BuyingStore: true Script: <" sc_start SC_PROPERTYWATER,90000,1; "> }, { @@ -57468,6 +66367,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 50 + BuyingStore: true Script: <" specialeffect2 EF_ANGELUS; sc_start SC_INCMHPRATE,600000,3; @@ -57483,6 +66383,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 100 + BuyingStore: true Script: <" getrandgroupitem 12355,1; "> }, { @@ -57492,6 +66393,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 100 + BuyingStore: true Script: <" getrandgroupitem 12356,1; "> }, { @@ -57510,6 +66412,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1513; "> }, { @@ -57519,6 +66425,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1586; "> }, { @@ -57528,6 +66438,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1505; "> }, { @@ -57536,6 +66450,19 @@ item_db: ( Name: "Delicious Shaved Ice" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1143; "> }, { @@ -57545,6 +66472,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1401; "> }, { @@ -57553,6 +66484,19 @@ item_db: ( Name: "Fit Pipe" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1179; "> }, { @@ -57562,6 +66506,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1299; "> }, { @@ -57571,6 +66519,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1416; "> }, { @@ -57580,6 +66532,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1404; "> }, { @@ -57589,6 +66545,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1504; "> }, { @@ -57598,6 +66558,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1148; "> }, { @@ -57607,6 +66571,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1495; "> }, { @@ -57615,6 +66583,19 @@ item_db: ( Name: "Girl's Naivety" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1374; "> }, { @@ -57624,6 +66605,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1040; "> }, { @@ -57633,6 +66618,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1379; "> }, { @@ -57642,6 +66631,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1370; "> }, { @@ -57651,6 +66644,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1837; "> }, { @@ -57660,6 +66657,13 @@ item_db: ( Type: 2 Buy: 0 Weight: 80 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_STEAL; sc_start SC_INCHITRATE,120000,5; @@ -57672,6 +66676,10 @@ item_db: ( Type: 2 Buy: 10 Weight: 100 + BuyingStore: true + Nouse: { + sitting: true + } }, { Id: 12377 @@ -57680,6 +66688,10 @@ item_db: ( Type: 2 Buy: 10 Weight: 100 + BuyingStore: true + Nouse: { + sitting: true + } }, { Id: 12378 @@ -57696,6 +66708,7 @@ item_db: ( Type: 2 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 12380 @@ -57741,6 +66754,7 @@ item_db: ( Type: 2 Buy: 11000 Weight: 500 + BuyingStore: true }, { Id: 12384 @@ -57749,6 +66763,15 @@ item_db: ( 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; @@ -57762,6 +66785,15 @@ item_db: ( 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; @@ -57775,6 +66807,15 @@ item_db: ( 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; @@ -57788,6 +66829,15 @@ item_db: ( 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; @@ -57801,6 +66851,19 @@ item_db: ( 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; @@ -57814,6 +66877,19 @@ item_db: ( 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; @@ -57827,6 +66903,19 @@ item_db: ( 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; @@ -57840,6 +66929,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -57851,6 +66949,7 @@ item_db: ( Weight: 70 Job: 0x00000400 Upper: 8 + BuyingStore: true Script: <" //madoheal rand(200,300),0; "> }, { @@ -57862,6 +66961,7 @@ item_db: ( Weight: 70 Job: 0x00000400 Upper: 8 + BuyingStore: true Script: <" //madoheal rand(300,400),0; "> }, { @@ -57873,6 +66973,7 @@ item_db: ( Weight: 70 Job: 0x00000400 Upper: 8 + BuyingStore: true Script: <" //madoheal rand(400,500),0; "> }, { @@ -57882,6 +66983,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true Script: <" pet 1519; "> }, { @@ -57891,6 +66993,14 @@ item_db: ( Type: 11 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } + Nouse: { + sitting: true + } Script: <" if(rand(1,10)==1) itemskill AL_TELEPORT,1; else if(rand(1,10)==2) itemskill AL_TELEPORT,3; @@ -57911,6 +67021,14 @@ item_db: ( Type: 11 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } + Nouse: { + sitting: true + } Script: <" if(rand(1,10)==1) itemskill TF_DETOXIFY,1; else if(rand(1,10)==2) itemskill TF_PICKSTONE,1; @@ -57931,6 +67049,16 @@ item_db: ( 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 @@ -57962,6 +67090,15 @@ item_db: ( Name: "29Fruit" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12403 @@ -57978,6 +67115,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12405 @@ -57986,6 +67132,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12406 @@ -57994,6 +67149,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12407 @@ -58050,6 +67214,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12414 @@ -58058,6 +67231,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION1,1800000,0; sc_start SC_INC_AGI,140000,5; @@ -58071,6 +67245,9 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Nouse: { + sitting: true + } }, { Id: 12416 @@ -58095,6 +67272,7 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 12419 @@ -58103,6 +67281,7 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 12420 @@ -58127,6 +67306,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_INCMHPRATE,500000,1; sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); @@ -58140,6 +67320,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_INCMHPRATE,500000,2; sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); @@ -58153,6 +67334,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_INCMHPRATE,500000,5; sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); @@ -58166,6 +67348,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_INCMSPRATE,500000,2; percentheal 0,2; @@ -58178,6 +67361,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_INCMSPRATE,500000,4; percentheal 0,4; @@ -58190,6 +67374,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_INCMSPRATE,500000,8; percentheal 0,8; @@ -58202,6 +67387,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; heal 1000,0; @@ -58213,6 +67399,7 @@ item_db: ( Name: "Savage Full Roast" Type: 2 Weight: 50 + BuyingStore: true Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> }, { @@ -58221,6 +67408,7 @@ item_db: ( Name: "Cocktail Warg Blood" Type: 2 Weight: 50 + BuyingStore: true Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> }, { @@ -58229,6 +67417,7 @@ item_db: ( Name: "Minor Stew" Type: 2 Weight: 50 + BuyingStore: true Script: <" sc_start SC_MINOR_BBQ,300000,20; "> }, { @@ -58237,6 +67426,7 @@ item_db: ( Name: "Siroma Iced Tea" Type: 2 Weight: 50 + BuyingStore: true Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> }, { @@ -58245,6 +67435,7 @@ item_db: ( Name: "Drosera Herb Salad" Type: 2 Weight: 50 + BuyingStore: true Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> }, { @@ -58253,6 +67444,7 @@ item_db: ( Name: "Petite Tail Noodles" Type: 2 Weight: 50 + BuyingStore: true Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> }, { @@ -58270,6 +67462,7 @@ item_db: ( Type: 0 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_VITATA_500,500000,0; itemheal 0,200; @@ -58282,6 +67475,7 @@ item_db: ( Type: 2 Buy: 10 Weight: 10 + BuyingStore: true Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> }, { @@ -58554,6 +67748,17 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" packageitem(); "> }, { @@ -58563,6 +67768,17 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } }, { Id: 12475 @@ -58571,6 +67787,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 50 + BuyingStore: true Script: <" sc_end SC_SILENCE; sc_end SC_BLOODING; @@ -58588,6 +67805,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12477 @@ -58604,6 +67830,16 @@ item_db: ( 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 @@ -58611,6 +67847,16 @@ item_db: ( 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(); "> }, { @@ -58620,6 +67866,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12481 @@ -58628,6 +67883,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12482 @@ -58636,6 +67900,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12483 @@ -58644,6 +67917,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12484 @@ -58652,6 +67934,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12485 @@ -58660,6 +67951,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12486 @@ -58668,6 +67968,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12487 @@ -58676,6 +67985,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12488 @@ -58714,6 +68032,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -58723,6 +68050,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -59010,6 +68346,15 @@ item_db: ( Name: "White Slim Potion Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12530 @@ -59017,6 +68362,15 @@ item_db: ( 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 @@ -59024,6 +68378,15 @@ item_db: ( Name: "White Potion Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12532 @@ -59031,6 +68394,15 @@ item_db: ( Name: "Royal Jelly Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12533 @@ -59038,6 +68410,15 @@ item_db: ( Name: "Blue Herb Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12534 @@ -59045,6 +68426,15 @@ item_db: ( Name: "Yggdrasil Seed Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, // unknown type, not in database /* @@ -59063,6 +68453,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 100 + BuyingStore: true }, { Id: 12537 @@ -59089,6 +68480,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 100 + BuyingStore: true }, { Id: 12540 @@ -59097,6 +68489,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -59106,6 +68507,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -59115,6 +68525,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12543 @@ -59123,6 +68542,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -59173,6 +68601,15 @@ item_db: ( Name: "White Slim Pot Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12550 @@ -59180,6 +68617,15 @@ item_db: ( Name: "Poison Bottle Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12551 @@ -59268,6 +68714,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 12562 @@ -59372,6 +68819,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 20 + BuyingStore: true }, { Id: 12575 @@ -59380,6 +68828,7 @@ item_db: ( Type: 2 Buy: 500 Weight: 250 + BuyingStore: true }, { Id: 12576 @@ -59388,6 +68837,7 @@ item_db: ( Type: 2 Buy: 500 Weight: 250 + BuyingStore: true }, { Id: 12577 @@ -59476,6 +68926,15 @@ item_db: ( 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; "> }, { @@ -59486,6 +68945,15 @@ item_db: ( 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; "> }, { @@ -59495,6 +68963,9 @@ item_db: ( Type: 11 Buy: 0 Weight: 100 + Nouse: { + sitting: true + } Script: <" itemskill PR_GLORIA,5; "> }, { @@ -59504,6 +68975,9 @@ item_db: ( Type: 11 Buy: 0 Weight: 100 + Nouse: { + sitting: true + } Script: <" itemskill PR_MAGNIFICAT,1; "> }, { @@ -59513,6 +68987,9 @@ item_db: ( Type: 11 Buy: 0 Weight: 100 + Nouse: { + sitting: true + } Script: <" itemskill PR_IMPOSITIO,3; "> }, { @@ -59564,6 +69041,14 @@ item_db: ( Type: 2 Buy: 1 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getrandgroupitem 12714,1; "> }, { @@ -59572,6 +69057,16 @@ item_db: ( Name: "Black Treasure Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12716 @@ -59589,6 +69084,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_PARALYSE,300000,0; "> }, { @@ -59598,6 +69094,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_LEECHESEND,300000,0; "> }, { @@ -59607,6 +69104,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_OBLIVIONCURSE,300000,0; "> }, { @@ -59616,6 +69114,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_DEATHHURT,300000,0; "> }, { @@ -59625,6 +69124,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_TOXIN,300000,0; "> }, { @@ -59634,6 +69134,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_PYREXIA,300000,0; "> }, { @@ -59643,6 +69144,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_MAGICMUSHROOM,300000,0; "> }, { @@ -59652,6 +69154,7 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_VENOMBLEED,15000,0; "> }, // Rune Knight's Rune Stones @@ -59663,6 +69166,20 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59673,6 +69190,20 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59683,6 +69214,20 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59693,6 +69238,19 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59703,6 +69261,19 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59713,6 +69284,19 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59723,6 +69307,19 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59733,6 +69330,20 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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; "> }, { @@ -59743,6 +69354,19 @@ item_db: ( Buy: 100 Weight: 100 Upper: 8 + 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 @@ -59755,6 +69379,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 8 + BuyingStore: true Script: <" makerune 5; "> }, { @@ -59766,6 +69391,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 8 + BuyingStore: true Script: <" makerune 11; "> }, { @@ -59777,6 +69403,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 8 + BuyingStore: true Script: <" makerune 14; "> }, { @@ -59788,6 +69415,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 8 + BuyingStore: true Script: <" makerune 2; "> }, { @@ -59799,6 +69427,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 8 + BuyingStore: true Script: <" makerune 8; "> }, { @@ -59815,6 +69444,11 @@ item_db: ( Name: "Amplification Scroll" Type: 2 Buy: 1 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 12741 @@ -59822,6 +69456,11 @@ item_db: ( Name: "Intellect Amplification Scroll" Type: 2 Buy: 1 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 12742 @@ -59851,6 +69490,16 @@ item_db: ( 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 @@ -59859,6 +69508,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12747 @@ -59923,6 +69581,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12755 @@ -59931,6 +69598,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12756 @@ -59939,6 +69615,15 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60015,6 +69700,16 @@ item_db: ( Name: "Reward Job BM25" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12767 @@ -60022,6 +69717,14 @@ item_db: ( Name: "Passion FB Hat Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60030,6 +69733,14 @@ item_db: ( Name: "Cool FB Hat Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60038,6 +69749,14 @@ item_db: ( Name: "Victory FB Hat Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60046,6 +69765,14 @@ item_db: ( Name: "Glory FB Hat Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60054,6 +69781,14 @@ item_db: ( Name: "Passion Hat Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60062,6 +69797,14 @@ item_db: ( Name: "Cool Hat Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60070,6 +69813,14 @@ item_db: ( Name: "Victory Hat Box2" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60113,6 +69864,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,10; "> }, { @@ -60122,6 +69880,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12209,10; "> }, { @@ -60131,6 +69896,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12210,10; "> }, { @@ -60140,6 +69912,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12202,10; "> }, { @@ -60149,6 +69928,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12203,10; "> }, { @@ -60158,6 +69944,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,10; "> }, { @@ -60167,6 +69960,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12205,10; "> }, { @@ -60176,6 +69976,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12206,10; "> }, { @@ -60185,6 +69992,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12207,10; "> }, { @@ -60194,6 +70008,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12211,10; "> }, { @@ -60203,6 +70024,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,10; "> }, { @@ -60212,6 +70040,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12213,1; "> }, { @@ -60221,6 +70056,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12214,10; "> }, { @@ -60230,6 +70072,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12215,10; "> }, { @@ -60239,6 +70088,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12216,10; "> }, { @@ -60248,6 +70104,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12217,10; "> }, { @@ -60257,6 +70120,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12218,10; "> }, { @@ -60266,6 +70136,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12219,10; "> }, { @@ -60275,6 +70152,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12220,10; "> }, { @@ -60284,6 +70168,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12221,10; "> }, { @@ -60293,6 +70184,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7619,10; "> }, { @@ -60302,6 +70200,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7620,10; "> }, { @@ -60311,6 +70216,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,10; "> }, { @@ -60320,6 +70232,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12925,1; "> }, { @@ -60329,6 +70248,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12926,1; "> }, { @@ -60338,6 +70264,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60347,6 +70282,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60365,6 +70309,15 @@ item_db: ( 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; "> }, { @@ -60374,6 +70327,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12932,1; "> }, { @@ -60383,6 +70343,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12933,1; "> }, { @@ -60392,6 +70359,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12934,1; "> }, { @@ -60401,6 +70375,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60410,6 +70393,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60419,6 +70411,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60428,6 +70429,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1267,604800; "> }, { @@ -60437,6 +70446,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1173,604800; "> }, { @@ -60446,6 +70463,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13401,604800; "> }, { @@ -60455,6 +70480,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13021,604800; "> }, { @@ -60464,6 +70497,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13022,604800; "> }, { @@ -60473,6 +70514,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1817,604800; "> }, { @@ -60482,6 +70531,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1419,604800; "> }, { @@ -60491,6 +70548,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1623,604800; "> }, { @@ -60500,6 +70565,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1372,604800; "> }, { @@ -60509,6 +70582,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1728,604800; "> }, { @@ -60518,6 +70599,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1563,604800; "> }, { @@ -60527,6 +70616,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13023,604800; "> }, { @@ -60536,6 +70633,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5265,1209600; "> }, { @@ -60545,6 +70650,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5266,1209600; "> }, { @@ -60554,6 +70667,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5267,1209600; "> }, { @@ -60563,6 +70684,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5268,1209600; "> }, { @@ -60572,6 +70701,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2686,604800; "> }, { @@ -60581,6 +70718,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2687,1209600; "> }, { @@ -60590,6 +70735,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2688,604800; "> }, { @@ -60599,6 +70752,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2689,604800; "> }, { @@ -60608,6 +70769,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2690,604800; "> }, { @@ -60617,6 +70786,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2691,604800; "> }, { @@ -60626,6 +70803,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2692,604800; "> }, { @@ -60635,6 +70820,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2693,604800; "> }, { @@ -60644,6 +70837,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2694,604800; "> }, { @@ -60653,6 +70854,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2695,604800; "> }, { @@ -60662,6 +70871,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2696,604800; "> }, { @@ -60671,6 +70888,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2697,604800; "> }, { @@ -60680,6 +70905,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2698,604800; "> }, { @@ -60689,6 +70922,14 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2699,604800; "> }, { @@ -60860,6 +71101,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12989,1; "> }, { @@ -60869,6 +71117,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12990,1; "> }, { @@ -60878,6 +71133,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12991,1; "> }, { @@ -60887,6 +71149,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12992,1; "> }, { @@ -60896,6 +71165,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12993,1; "> }, { @@ -60905,6 +71181,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12994,1; "> }, { @@ -60913,6 +71196,15 @@ item_db: ( Name: "Pet Egg Scroll 6" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60921,6 +71213,15 @@ item_db: ( Name: "Pet Egg Scroll 7" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60929,6 +71230,15 @@ item_db: ( Name: "Party Hard Pack" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60937,6 +71247,15 @@ item_db: ( Name: "Adventurer Pack" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60945,6 +71264,15 @@ item_db: ( Name: "Pet Egg Scroll 10" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -60953,6 +71281,15 @@ item_db: ( Name: "Pet Egg Scroll 11" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -61388,6 +71725,16 @@ item_db: ( 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; "> }, { @@ -61404,6 +71751,16 @@ item_db: ( EquipLv: 1 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_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; @@ -61426,6 +71783,16 @@ item_db: ( EquipLv: 1 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; "> }, { @@ -61442,6 +71809,16 @@ item_db: ( EquipLv: 1 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,15; "> }, { @@ -61546,6 +71923,15 @@ item_db: ( 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; @@ -61674,6 +72060,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -61696,6 +72090,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -61767,6 +72169,15 @@ item_db: ( EquipLv: 1 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13041 @@ -61783,6 +72194,15 @@ item_db: ( EquipLv: 1 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13042 @@ -61797,6 +72217,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -61822,6 +72251,16 @@ item_db: ( 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; "> }, { @@ -61837,6 +72276,16 @@ item_db: ( 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 @@ -61851,6 +72300,16 @@ item_db: ( 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 @@ -61908,6 +72367,16 @@ item_db: ( EquipLv: 1 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, // Revolvers { @@ -62064,6 +72533,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 17 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bHit,-10; @@ -62107,6 +72584,15 @@ item_db: ( 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_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -62142,6 +72628,15 @@ item_db: ( 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; "> }, { @@ -62158,6 +72653,15 @@ item_db: ( 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; "> }, // Guns @@ -62571,6 +73075,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 18 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bHit,10; @@ -62594,6 +73106,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 19 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,35; @@ -62615,6 +73135,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bSplashRange,1; @@ -62637,6 +73165,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 21 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,35; @@ -62658,6 +73194,16 @@ item_db: ( 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; @@ -62677,6 +73223,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -62706,6 +73261,15 @@ item_db: ( 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_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -62735,6 +73299,15 @@ item_db: ( 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_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -62765,6 +73338,15 @@ item_db: ( 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_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -63612,6 +74194,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 22 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bDex,1; @@ -63633,6 +74223,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 22 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bDex,1; @@ -63654,6 +74252,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -63684,6 +74291,16 @@ item_db: ( 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; @@ -63704,6 +74321,16 @@ item_db: ( EquipLv: 1 Refine: false View: 22 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, // More 1-Handed Swords { @@ -63741,6 +74368,16 @@ item_db: ( EquipLv: 1 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; @@ -63835,6 +74472,15 @@ item_db: ( 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; @@ -63912,6 +74558,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -63933,6 +74587,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -64028,6 +74690,15 @@ item_db: ( EquipLv: 2 Refine: false View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13416 @@ -64042,6 +74713,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -64071,6 +74751,15 @@ item_db: ( WeaponLv: 4 EquipLv: 80 View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,getrefine()-5; bonus bMatkRate,10; @@ -64092,6 +74781,15 @@ item_db: ( WeaponLv: 4 EquipLv: 80 View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,getrefine()-5; bonus bMatkRate,10; @@ -64114,6 +74812,16 @@ item_db: ( 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 @@ -64130,6 +74838,11 @@ item_db: ( WeaponLv: 4 EquipLv: 70 View: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAtkEle,Ele_Fire; bonus bStr,2; @@ -64168,6 +74881,16 @@ item_db: ( EquipLv: 1 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; "> }, // More Cash Shop Items @@ -64402,6 +75125,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14508,1; "> }, { @@ -64612,6 +75340,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14587,5; getitem 1002,5; @@ -64672,6 +75405,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14527,5; "> }, { @@ -65981,6 +76719,15 @@ item_db: ( 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; "> }, { @@ -65990,6 +76737,15 @@ item_db: ( 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; "> }, { @@ -66044,6 +76800,13 @@ item_db: ( Type: 18 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14533,10; "> }, { @@ -66116,6 +76879,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -66125,6 +76893,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -66134,6 +76907,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -66143,6 +76921,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -66169,6 +76952,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7776,10; "> }, { @@ -66178,6 +76966,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,10; "> }, { @@ -66187,6 +76980,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,30; "> }, { @@ -66196,6 +76994,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,50; "> }, { @@ -66205,6 +77008,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,10; "> }, { @@ -66214,6 +77022,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,30; "> }, { @@ -66223,6 +77036,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,50; "> }, { @@ -66232,6 +77050,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14536,5; "> }, { @@ -66241,6 +77064,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14536,10; "> }, { @@ -66250,6 +77078,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14537,5; "> }, { @@ -66259,6 +77092,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14537,10; "> }, { @@ -66268,6 +77106,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14527,10; "> }, { @@ -66403,6 +77246,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14538,5; "> }, { @@ -66412,6 +77260,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14538,10; "> }, { @@ -66421,6 +77274,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,5; "> }, { @@ -66430,6 +77288,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,10; "> }, { @@ -66439,6 +77302,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,30; "> }, { @@ -66448,6 +77316,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,5; "> }, { @@ -66457,6 +77330,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,10; "> }, { @@ -66466,6 +77344,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,30; "> }, { @@ -66475,6 +77358,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,10; "> }, { @@ -66484,6 +77372,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,30; "> }, { @@ -66493,6 +77386,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,50; "> }, { @@ -66502,6 +77400,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,10; "> }, { @@ -66511,6 +77414,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,30; "> }, { @@ -66520,6 +77428,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,50; "> }, { @@ -66529,6 +77442,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,10; "> }, { @@ -66538,6 +77456,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,30; "> }, { @@ -66547,6 +77470,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,50; "> }, { @@ -66556,6 +77484,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,10; "> }, { @@ -66565,6 +77498,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,30; "> }, { @@ -66574,6 +77512,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,50; "> }, { @@ -66646,6 +77589,16 @@ item_db: ( 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; "> }, { @@ -67116,6 +78069,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14569,10; "> }, { @@ -67125,6 +78083,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14570,10; "> }, { @@ -67134,6 +78097,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14571,10; "> }, { @@ -67143,6 +78111,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14572,10; "> }, { @@ -67152,6 +78125,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14573,10; "> }, { @@ -67161,6 +78139,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14574,10; "> }, { @@ -67170,6 +78153,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7821,10; "> }, { @@ -67179,6 +78167,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7822,10; "> }, { @@ -67188,6 +78181,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7823,10; "> }, { @@ -67197,6 +78195,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7824,10; "> }, { @@ -67541,6 +78544,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2734,1; "> }, { @@ -67550,6 +78562,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2735,1; "> }, { @@ -67581,6 +78602,15 @@ item_db: ( 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; @@ -67618,6 +78648,15 @@ item_db: ( 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; "> }, { @@ -67627,6 +78666,15 @@ item_db: ( 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; "> }, { @@ -67636,6 +78684,15 @@ item_db: ( 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; "> }, { @@ -67645,6 +78702,15 @@ item_db: ( 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; "> }, { @@ -67654,6 +78720,15 @@ item_db: ( 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; "> }, { @@ -67663,6 +78738,15 @@ item_db: ( 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; @@ -67679,6 +78763,15 @@ item_db: ( 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; @@ -67694,6 +78787,15 @@ item_db: ( 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; @@ -67709,6 +78811,15 @@ item_db: ( 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; @@ -67724,6 +78835,15 @@ item_db: ( 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; @@ -67739,6 +78859,15 @@ item_db: ( 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; @@ -67754,6 +78883,15 @@ item_db: ( 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; @@ -67768,6 +78906,15 @@ item_db: ( 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; @@ -67780,6 +78927,15 @@ item_db: ( 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; @@ -67792,6 +78948,15 @@ item_db: ( 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; @@ -67804,6 +78969,15 @@ item_db: ( 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; @@ -67816,6 +78990,15 @@ item_db: ( 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; "> }, { @@ -67825,6 +79008,15 @@ item_db: ( 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; "> }, { @@ -67834,6 +79026,15 @@ item_db: ( 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; "> }, { @@ -67843,6 +79044,15 @@ item_db: ( 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; "> }, { @@ -67852,6 +79062,15 @@ item_db: ( 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; "> }, { @@ -67861,6 +79080,15 @@ item_db: ( 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; "> }, { @@ -67870,6 +79098,15 @@ item_db: ( 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; "> }, { @@ -67879,6 +79116,15 @@ item_db: ( 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; "> }, { @@ -67888,6 +79134,15 @@ item_db: ( 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; "> }, { @@ -67897,6 +79152,15 @@ item_db: ( 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; "> }, { @@ -67906,6 +79170,15 @@ item_db: ( 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; "> }, { @@ -67915,6 +79188,15 @@ item_db: ( 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; "> }, { @@ -67924,6 +79206,15 @@ item_db: ( 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; "> }, { @@ -67932,6 +79223,15 @@ item_db: ( Name: "Starter Pack" Type: 18 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7229,2; getitem 569,300; @@ -67956,6 +79256,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12276,5; "> }, { @@ -67965,6 +79270,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12277,5; "> }, { @@ -67974,6 +79284,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12278,5; "> }, { @@ -67983,6 +79298,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12276,10; "> }, { @@ -67992,6 +79312,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12277,10; "> }, { @@ -68001,6 +79326,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12278,10; "> }, { @@ -68010,6 +79340,15 @@ item_db: ( 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; "> }, { @@ -68019,6 +79358,15 @@ item_db: ( 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; "> }, { @@ -68028,6 +79376,15 @@ item_db: ( 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; "> }, { @@ -68037,6 +79394,15 @@ item_db: ( 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; @@ -68050,6 +79416,15 @@ item_db: ( 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; @@ -68065,6 +79440,15 @@ item_db: ( 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; @@ -68078,6 +79462,15 @@ item_db: ( 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; @@ -68091,6 +79484,15 @@ item_db: ( 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; @@ -68105,6 +79507,15 @@ item_db: ( 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; @@ -68118,6 +79529,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13912 @@ -68126,6 +79546,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14588,10; "> }, { @@ -68135,6 +79560,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14589,10; "> }, { @@ -68144,6 +79574,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14590,10; "> }, { @@ -68153,6 +79588,15 @@ item_db: ( 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; "> }, { @@ -68162,6 +79606,15 @@ item_db: ( 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; "> }, { @@ -68171,6 +79624,15 @@ item_db: ( 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; "> }, /* @@ -68267,6 +79729,15 @@ item_db: ( 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; @@ -68281,6 +79752,15 @@ item_db: ( 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; @@ -68296,6 +79776,15 @@ item_db: ( 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; @@ -68311,6 +79800,15 @@ item_db: ( 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; @@ -68326,6 +79824,15 @@ item_db: ( 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; @@ -68341,6 +79848,15 @@ item_db: ( 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; @@ -68355,6 +79871,15 @@ item_db: ( 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; "> }, { @@ -68364,6 +79889,15 @@ item_db: ( 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; "> }, { @@ -68373,6 +79907,15 @@ item_db: ( 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; "> }, { @@ -68382,6 +79925,15 @@ item_db: ( 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; "> }, { @@ -68391,6 +79943,15 @@ item_db: ( 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; "> }, { @@ -68400,6 +79961,15 @@ item_db: ( 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; "> }, { @@ -68409,6 +79979,15 @@ item_db: ( 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; "> }, /* @@ -68429,6 +80008,15 @@ item_db: ( 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; "> }, { @@ -68438,6 +80026,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13942 @@ -68446,6 +80043,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14009,1; "> }, { @@ -68455,6 +80061,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14010,1; "> }, { @@ -68464,6 +80079,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14011,1; "> }, { @@ -68473,6 +80097,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2317,1; getitem 2106,1; @@ -68492,6 +80125,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2322,1; getitem 2102,1; @@ -68510,6 +80152,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2326,1; getitem 2104,1; @@ -68528,6 +80179,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2331,1; getitem 1716,1; @@ -68546,6 +80206,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2315,1; getitem 2104,1; @@ -68564,6 +80233,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2336,1; getitem 2104,1; @@ -68582,6 +80260,15 @@ item_db: ( 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; "> }, { @@ -68591,6 +80278,15 @@ item_db: ( 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; "> }, { @@ -68600,6 +80296,15 @@ item_db: ( 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; "> }, { @@ -68609,6 +80314,15 @@ item_db: ( 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; "> }, { @@ -68618,6 +80332,15 @@ item_db: ( 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; "> }, { @@ -68627,6 +80350,15 @@ item_db: ( 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; "> }, { @@ -68636,6 +80368,15 @@ item_db: ( 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; "> }, { @@ -68645,6 +80386,15 @@ item_db: ( 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; "> }, { @@ -68654,6 +80404,15 @@ item_db: ( 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; "> }, { @@ -68663,6 +80422,15 @@ item_db: ( 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; "> }, { @@ -68672,6 +80440,15 @@ item_db: ( 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; "> }, { @@ -68681,6 +80458,15 @@ item_db: ( 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; "> }, { @@ -68690,6 +80476,15 @@ item_db: ( 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; "> }, { @@ -68699,6 +80494,15 @@ item_db: ( 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; "> }, { @@ -68708,6 +80512,15 @@ item_db: ( 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; "> }, { @@ -68717,6 +80530,15 @@ item_db: ( 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; "> }, { @@ -68726,6 +80548,15 @@ item_db: ( 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; "> }, /* @@ -68757,6 +80588,15 @@ item_db: ( 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; "> }, { @@ -68766,6 +80606,15 @@ item_db: ( 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; "> }, { @@ -68775,6 +80624,15 @@ item_db: ( 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; "> }, { @@ -68784,6 +80642,15 @@ item_db: ( 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; "> }, { @@ -68793,6 +80660,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13975 @@ -68801,6 +80677,15 @@ item_db: ( 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; "> }, { @@ -68810,6 +80695,15 @@ item_db: ( 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; "> }, { @@ -68819,6 +80713,15 @@ item_db: ( 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; "> }, { @@ -68828,6 +80731,15 @@ item_db: ( 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; "> }, { @@ -68837,6 +80749,15 @@ item_db: ( 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; "> }, { @@ -68846,6 +80767,15 @@ item_db: ( 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; "> }, { @@ -68855,6 +80785,15 @@ item_db: ( 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; "> }, { @@ -68864,6 +80803,15 @@ item_db: ( 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; "> }, { @@ -68873,6 +80821,15 @@ item_db: ( 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; "> }, { @@ -68882,6 +80839,15 @@ item_db: ( 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; "> }, { @@ -68891,6 +80857,15 @@ item_db: ( 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; "> }, { @@ -68900,6 +80875,15 @@ item_db: ( 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; "> }, { @@ -68909,6 +80893,15 @@ item_db: ( 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; "> }, { @@ -68918,6 +80911,15 @@ item_db: ( 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; "> }, { @@ -68927,6 +80929,15 @@ item_db: ( 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; @@ -68939,6 +80950,15 @@ item_db: ( 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; "> }, { @@ -68948,6 +80968,15 @@ item_db: ( 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; "> }, { @@ -68957,6 +80986,15 @@ item_db: ( 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; "> }, { @@ -68966,6 +81004,15 @@ item_db: ( 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; "> }, { @@ -68975,6 +81022,15 @@ item_db: ( 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; "> }, { @@ -68984,6 +81040,15 @@ item_db: ( 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; "> }, { @@ -68993,6 +81058,15 @@ item_db: ( 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; "> }, { @@ -69002,6 +81076,15 @@ item_db: ( 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; "> }, { @@ -69011,6 +81094,15 @@ item_db: ( 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; "> }, { @@ -69020,6 +81112,15 @@ item_db: ( 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; "> }, { @@ -69029,6 +81130,15 @@ item_db: ( 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; "> }, { @@ -69038,6 +81148,15 @@ item_db: ( 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; @@ -69050,6 +81169,15 @@ item_db: ( 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; @@ -69062,6 +81190,15 @@ item_db: ( 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; @@ -69074,6 +81211,15 @@ item_db: ( 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; "> }, { @@ -69083,6 +81229,15 @@ item_db: ( 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; "> }, { @@ -69092,6 +81247,15 @@ item_db: ( 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; "> }, { @@ -69101,6 +81265,15 @@ item_db: ( 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; "> }, { @@ -69110,6 +81283,15 @@ item_db: ( 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; "> }, { @@ -69119,6 +81301,15 @@ item_db: ( 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; "> }, { @@ -69128,6 +81319,15 @@ item_db: ( 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; "> }, { @@ -69137,6 +81337,15 @@ item_db: ( 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; "> }, { @@ -69146,6 +81355,15 @@ item_db: ( 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; "> }, { @@ -69155,6 +81373,15 @@ item_db: ( 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; "> }, { @@ -69164,6 +81391,15 @@ item_db: ( 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; "> }, { @@ -69173,6 +81409,15 @@ item_db: ( 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; "> }, { @@ -69182,6 +81427,15 @@ item_db: ( 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; "> }, { @@ -69191,6 +81445,15 @@ item_db: ( 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; "> }, { @@ -69200,6 +81463,15 @@ item_db: ( 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; "> }, { @@ -69209,6 +81481,15 @@ item_db: ( 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; "> }, { @@ -69218,6 +81499,15 @@ item_db: ( 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; "> }, { @@ -69227,6 +81517,15 @@ item_db: ( 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; "> }, { @@ -69236,6 +81535,15 @@ item_db: ( 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; "> }, { @@ -69245,6 +81553,15 @@ item_db: ( 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; "> }, { @@ -69254,6 +81571,15 @@ item_db: ( 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; "> }, { @@ -69263,6 +81589,15 @@ item_db: ( 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; "> }, /* @@ -69283,6 +81618,15 @@ item_db: ( 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; "> }, { @@ -69292,6 +81636,15 @@ item_db: ( 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; "> }, { @@ -69301,6 +81654,15 @@ item_db: ( 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; "> }, { @@ -69310,6 +81672,15 @@ item_db: ( 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; "> }, { @@ -69319,6 +81690,15 @@ item_db: ( 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; "> }, { @@ -69328,6 +81708,15 @@ item_db: ( 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; "> }, { @@ -69337,6 +81726,15 @@ item_db: ( 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; "> }, { @@ -69346,6 +81744,15 @@ item_db: ( 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; "> }, { @@ -69355,6 +81762,15 @@ item_db: ( 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; "> }, { @@ -69364,6 +81780,15 @@ item_db: ( 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; "> }, { @@ -69373,6 +81798,15 @@ item_db: ( 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; @@ -69388,6 +81822,15 @@ item_db: ( 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; @@ -69425,6 +81868,15 @@ item_db: ( 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; "> }, { @@ -69434,6 +81886,15 @@ item_db: ( 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; "> }, { @@ -69443,6 +81904,15 @@ item_db: ( 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; "> }, { @@ -69452,6 +81922,15 @@ item_db: ( 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; "> }, { @@ -69461,6 +81940,15 @@ item_db: ( 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; "> }, { @@ -69470,6 +81958,15 @@ item_db: ( 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; "> }, { @@ -69479,6 +81976,15 @@ item_db: ( 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; "> }, { @@ -69488,6 +81994,15 @@ item_db: ( 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; "> }, { @@ -69497,6 +82012,15 @@ item_db: ( 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; "> }, { @@ -69506,6 +82030,15 @@ item_db: ( 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; "> }, { @@ -69515,6 +82048,15 @@ item_db: ( 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; "> }, { @@ -69524,6 +82066,15 @@ item_db: ( 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; "> }, { @@ -69533,6 +82084,15 @@ item_db: ( 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; "> }, { @@ -69542,6 +82102,15 @@ item_db: ( 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; "> }, { @@ -69551,6 +82120,15 @@ item_db: ( 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; "> }, { @@ -69560,6 +82138,15 @@ item_db: ( 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; "> }, { @@ -69569,6 +82156,15 @@ item_db: ( 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; "> }, { @@ -69578,6 +82174,15 @@ item_db: ( 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; "> }, { @@ -69587,6 +82192,15 @@ item_db: ( 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; "> }, { @@ -69596,6 +82210,15 @@ item_db: ( 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; "> }, { @@ -69605,6 +82228,15 @@ item_db: ( 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; "> }, { @@ -69614,6 +82246,15 @@ item_db: ( 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; "> }, { @@ -69623,6 +82264,15 @@ item_db: ( 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; "> }, { @@ -69632,6 +82282,15 @@ item_db: ( 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; "> }, { @@ -69641,6 +82300,15 @@ item_db: ( 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; "> }, { @@ -69650,6 +82318,15 @@ item_db: ( 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; "> }, { @@ -69659,6 +82336,15 @@ item_db: ( 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; "> }, { @@ -69668,6 +82354,15 @@ item_db: ( 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; "> }, { @@ -69677,6 +82372,15 @@ item_db: ( 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; "> }, { @@ -69686,6 +82390,15 @@ item_db: ( 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; "> }, { @@ -69695,6 +82408,15 @@ item_db: ( 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; "> }, { @@ -69704,6 +82426,15 @@ item_db: ( 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; "> }, { @@ -69713,6 +82444,15 @@ item_db: ( 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; "> }, { @@ -69722,6 +82462,15 @@ item_db: ( 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; "> }, { @@ -69731,6 +82480,15 @@ item_db: ( 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; "> }, { @@ -69740,6 +82498,15 @@ item_db: ( 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; "> }, { @@ -69749,6 +82516,15 @@ item_db: ( 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; "> }, { @@ -69758,6 +82534,15 @@ item_db: ( 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; "> }, { @@ -69767,6 +82552,15 @@ item_db: ( 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; "> }, { @@ -69776,6 +82570,15 @@ item_db: ( 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; "> }, { @@ -69785,6 +82588,15 @@ item_db: ( 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; "> }, { @@ -69794,6 +82606,15 @@ item_db: ( 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; "> }, { @@ -69803,6 +82624,15 @@ item_db: ( 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; "> }, { @@ -69812,6 +82642,15 @@ item_db: ( 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; "> }, { @@ -69821,6 +82660,15 @@ item_db: ( 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; "> }, { @@ -69830,6 +82678,15 @@ item_db: ( 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; "> }, { @@ -69839,6 +82696,15 @@ item_db: ( 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; "> }, { @@ -69848,6 +82714,15 @@ item_db: ( 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; "> }, { @@ -69857,6 +82732,15 @@ item_db: ( 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; "> }, { @@ -69866,6 +82750,15 @@ item_db: ( 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; "> }, { @@ -69875,6 +82768,15 @@ item_db: ( 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; "> }, { @@ -69884,6 +82786,15 @@ item_db: ( 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; "> }, { @@ -69893,6 +82804,15 @@ item_db: ( 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; "> }, { @@ -69902,6 +82822,15 @@ item_db: ( 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; "> }, { @@ -69911,6 +82840,15 @@ item_db: ( 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; "> }, { @@ -69920,6 +82858,15 @@ item_db: ( 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; "> }, { @@ -69929,6 +82876,15 @@ item_db: ( 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; "> }, { @@ -69938,6 +82894,15 @@ item_db: ( 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; "> }, { @@ -69947,6 +82912,15 @@ item_db: ( 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; "> }, { @@ -69956,6 +82930,15 @@ item_db: ( 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; "> }, { @@ -69965,6 +82948,15 @@ item_db: ( 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; "> }, { @@ -69974,6 +82966,15 @@ item_db: ( 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; "> }, { @@ -69983,6 +82984,15 @@ item_db: ( 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; "> }, { @@ -69992,6 +83002,15 @@ item_db: ( 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; "> }, { @@ -70001,6 +83020,15 @@ item_db: ( 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; "> }, { @@ -70010,6 +83038,15 @@ item_db: ( 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; "> }, { @@ -70019,6 +83056,15 @@ item_db: ( 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; "> }, { @@ -70028,6 +83074,15 @@ item_db: ( 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; "> }, { @@ -70037,6 +83092,15 @@ item_db: ( 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; "> }, { @@ -70046,6 +83110,15 @@ item_db: ( 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; "> }, { @@ -70055,6 +83128,15 @@ item_db: ( 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; "> }, { @@ -70064,6 +83146,15 @@ item_db: ( 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; "> }, { @@ -70073,6 +83164,15 @@ item_db: ( 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; "> }, { @@ -70082,6 +83182,15 @@ item_db: ( 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; "> }, { @@ -70091,6 +83200,15 @@ item_db: ( 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; "> }, { @@ -70100,6 +83218,15 @@ item_db: ( 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; "> }, { @@ -70109,6 +83236,15 @@ item_db: ( 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; "> }, { @@ -70118,6 +83254,15 @@ item_db: ( 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; "> }, { @@ -70127,6 +83272,15 @@ item_db: ( 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; "> }, { @@ -70136,6 +83290,15 @@ item_db: ( 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; "> }, { @@ -70145,6 +83308,15 @@ item_db: ( 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; "> }, { @@ -70154,6 +83326,15 @@ item_db: ( 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; "> }, { @@ -70163,6 +83344,15 @@ item_db: ( 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; "> }, { @@ -70172,6 +83362,15 @@ item_db: ( 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; "> }, { @@ -70181,6 +83380,15 @@ item_db: ( 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; "> }, { @@ -70190,6 +83398,15 @@ item_db: ( 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; "> }, { @@ -70199,6 +83416,15 @@ item_db: ( 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; "> }, { @@ -70208,6 +83434,15 @@ item_db: ( 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; "> }, { @@ -70217,6 +83452,15 @@ item_db: ( 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; "> }, { @@ -70226,6 +83470,15 @@ item_db: ( 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; "> }, { @@ -70235,6 +83488,15 @@ item_db: ( 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; "> }, { @@ -70244,6 +83506,15 @@ item_db: ( 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; "> }, { @@ -70253,6 +83524,15 @@ item_db: ( 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; "> }, { @@ -70262,6 +83542,15 @@ item_db: ( 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; "> }, { @@ -70271,6 +83560,15 @@ item_db: ( 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; "> }, { @@ -70280,6 +83578,15 @@ item_db: ( 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; "> }, { @@ -70289,6 +83596,15 @@ item_db: ( 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; "> }, { @@ -70298,6 +83614,15 @@ item_db: ( 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; "> }, { @@ -70307,6 +83632,15 @@ item_db: ( 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; "> }, { @@ -70316,6 +83650,15 @@ item_db: ( 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; "> }, { @@ -70325,6 +83668,15 @@ item_db: ( 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; "> }, { @@ -70334,6 +83686,15 @@ item_db: ( 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; "> }, { @@ -70343,6 +83704,15 @@ item_db: ( 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; "> }, { @@ -70352,6 +83722,15 @@ item_db: ( 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; @@ -70369,6 +83748,15 @@ item_db: ( 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; @@ -70386,6 +83774,15 @@ item_db: ( 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; @@ -70403,6 +83800,15 @@ item_db: ( 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; @@ -70420,6 +83826,15 @@ item_db: ( 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; @@ -70437,6 +83852,15 @@ item_db: ( 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; @@ -70454,6 +83878,15 @@ item_db: ( 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; @@ -70471,6 +83904,15 @@ item_db: ( 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; @@ -70488,6 +83930,15 @@ item_db: ( 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; @@ -70505,6 +83956,15 @@ item_db: ( 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; @@ -70522,6 +83982,15 @@ item_db: ( 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; @@ -70539,6 +84008,15 @@ item_db: ( 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; @@ -70556,6 +84034,15 @@ item_db: ( 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; "> }, { @@ -70565,6 +84052,15 @@ item_db: ( 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; "> }, { @@ -70574,6 +84070,15 @@ item_db: ( 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; "> }, { @@ -70583,6 +84088,15 @@ item_db: ( 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; "> }, { @@ -70592,6 +84106,15 @@ item_db: ( 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; "> }, { @@ -70601,6 +84124,15 @@ item_db: ( 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; "> }, { @@ -70610,6 +84142,15 @@ item_db: ( 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; "> }, { @@ -70619,6 +84160,15 @@ item_db: ( 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; "> }, { @@ -70628,6 +84178,15 @@ item_db: ( 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; "> }, { @@ -70637,6 +84196,15 @@ item_db: ( 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; "> }, { @@ -70646,6 +84214,15 @@ item_db: ( 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; "> }, { @@ -70655,6 +84232,15 @@ item_db: ( 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; "> }, { @@ -70664,6 +84250,15 @@ item_db: ( 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; "> }, { @@ -70673,6 +84268,15 @@ item_db: ( 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; "> }, { @@ -70682,6 +84286,15 @@ item_db: ( 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; "> }, { @@ -70691,6 +84304,15 @@ item_db: ( 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; @@ -70703,6 +84325,15 @@ item_db: ( 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; "> }, { @@ -70712,6 +84343,15 @@ item_db: ( 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; "> }, { @@ -70721,6 +84361,15 @@ item_db: ( 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; "> }, { @@ -70730,6 +84379,15 @@ item_db: ( 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; "> }, { @@ -70739,6 +84397,15 @@ item_db: ( 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; "> }, { @@ -70748,6 +84415,15 @@ item_db: ( 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; "> }, { @@ -70757,6 +84433,15 @@ item_db: ( 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; "> }, { @@ -70766,6 +84451,15 @@ item_db: ( 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; "> }, { @@ -70775,6 +84469,15 @@ item_db: ( 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; "> }, { @@ -70784,6 +84487,15 @@ item_db: ( 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; "> }, { @@ -70793,6 +84505,15 @@ item_db: ( 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; "> }, { @@ -70802,6 +84523,15 @@ item_db: ( 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; "> }, { @@ -70811,6 +84541,15 @@ item_db: ( 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; "> }, { @@ -70820,6 +84559,15 @@ item_db: ( 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; "> }, { @@ -70829,6 +84577,15 @@ item_db: ( 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; "> }, { @@ -70838,6 +84595,15 @@ item_db: ( 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; "> }, { @@ -70847,6 +84613,15 @@ item_db: ( 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; "> }, { @@ -70856,6 +84631,15 @@ item_db: ( 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; "> }, { @@ -70865,6 +84649,15 @@ item_db: ( 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; "> }, { @@ -70874,6 +84667,15 @@ item_db: ( 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; "> }, { @@ -70883,6 +84685,15 @@ item_db: ( 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; "> }, { @@ -70892,6 +84703,15 @@ item_db: ( 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; "> }, { @@ -70901,6 +84721,15 @@ item_db: ( 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; "> }, { @@ -70910,6 +84739,15 @@ item_db: ( 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; "> }, { @@ -70919,6 +84757,15 @@ item_db: ( 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; "> }, { @@ -70928,6 +84775,15 @@ item_db: ( 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; "> }, { @@ -70937,6 +84793,15 @@ item_db: ( 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; "> }, { @@ -70946,6 +84811,15 @@ item_db: ( 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; @@ -70958,6 +84832,15 @@ item_db: ( 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; @@ -70970,6 +84853,15 @@ item_db: ( 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; "> }, { @@ -70979,6 +84871,15 @@ item_db: ( 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; "> }, { @@ -70988,6 +84889,15 @@ item_db: ( 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; "> }, { @@ -70997,6 +84907,15 @@ item_db: ( 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; "> }, { @@ -71006,6 +84925,15 @@ item_db: ( 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; "> }, { @@ -71015,6 +84943,15 @@ item_db: ( 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; "> }, { @@ -71024,6 +84961,15 @@ item_db: ( 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; "> }, { @@ -71033,6 +84979,15 @@ item_db: ( 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; "> }, { @@ -71042,6 +84997,15 @@ item_db: ( 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; "> }, { @@ -71051,6 +85015,15 @@ item_db: ( 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; "> }, { @@ -71060,6 +85033,15 @@ item_db: ( 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; "> }, { @@ -71069,6 +85051,15 @@ item_db: ( 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; "> }, { @@ -71078,6 +85069,15 @@ item_db: ( 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; "> }, { @@ -71087,6 +85087,15 @@ item_db: ( 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; "> }, { @@ -71096,6 +85105,15 @@ item_db: ( 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; "> }, { @@ -71105,6 +85123,15 @@ item_db: ( 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; "> }, { @@ -71114,6 +85141,15 @@ item_db: ( 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; "> }, { @@ -71123,6 +85159,15 @@ item_db: ( 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; "> }, { @@ -71132,6 +85177,15 @@ item_db: ( 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; "> }, { @@ -71141,6 +85195,15 @@ item_db: ( 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; "> }, { @@ -71150,6 +85213,15 @@ item_db: ( 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; "> }, { @@ -71159,6 +85231,15 @@ item_db: ( 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; "> }, { @@ -71168,6 +85249,15 @@ item_db: ( 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; "> }, { @@ -71177,6 +85267,15 @@ item_db: ( 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; "> }, { @@ -71186,6 +85285,15 @@ item_db: ( 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; "> }, { @@ -71195,6 +85303,15 @@ item_db: ( 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; "> }, { @@ -71204,6 +85321,15 @@ item_db: ( 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; "> }, /* @@ -71271,6 +85397,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 604,25; "> }, { @@ -71343,6 +85474,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2753,1; "> }, { @@ -71352,6 +85488,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2754,1; "> }, { @@ -71361,6 +85502,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2755,1; "> }, { @@ -71370,6 +85516,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2756,1; "> }, { @@ -71379,6 +85530,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2757,1; "> }, { @@ -71388,6 +85544,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2758,1; "> }, { @@ -71397,6 +85558,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2759,1; "> }, { @@ -71406,6 +85572,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2760,1; "> }, { @@ -71415,6 +85586,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2761,1; "> }, { @@ -71424,6 +85600,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2762,1; "> }, { @@ -71433,6 +85614,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2753,1; "> }, { @@ -71442,6 +85628,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2754,1; "> }, { @@ -71451,6 +85642,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2755,1; "> }, { @@ -71460,6 +85656,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2756,1; "> }, { @@ -71469,6 +85670,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2757,1; "> }, { @@ -71478,6 +85684,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2758,1; "> }, { @@ -71487,6 +85698,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2759,1; "> }, { @@ -71496,6 +85712,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2760,1; "> }, { @@ -71505,6 +85726,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2761,1; "> }, { @@ -71514,6 +85740,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2762,1; "> }, { @@ -71774,6 +86005,15 @@ item_db: ( 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; "> }, { @@ -71783,6 +86023,15 @@ item_db: ( 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; "> }, { @@ -71838,6 +86087,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -71847,6 +86101,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -71856,6 +86115,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5420,1; "> }, { @@ -71865,6 +86129,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5421,1; "> }, { @@ -71874,6 +86143,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5397,1; "> }, { @@ -71882,6 +86156,15 @@ item_db: ( Name: "Phreeoni Scroll Box" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14597,10; "> }, { @@ -71890,6 +86173,15 @@ item_db: ( Name: "Ghostring Scroll Box" Type: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14598,10; "> }, { @@ -71899,6 +86191,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -71908,6 +86205,13 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71917,6 +86221,15 @@ item_db: ( 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; "> }, { @@ -71926,6 +86239,15 @@ item_db: ( 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; "> }, { @@ -71935,6 +86257,13 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71944,6 +86273,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14600,20; "> }, { @@ -71953,6 +86287,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14600,50; "> }, { @@ -71962,6 +86301,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14601,20; "> }, { @@ -71971,6 +86315,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14601,50; "> }, { @@ -71980,6 +86329,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -71989,6 +86343,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1383,1; "> }, { @@ -71998,6 +86359,15 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12350,1; "> }, { @@ -72007,6 +86377,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12351,1; "> }, { @@ -72016,6 +86393,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5490,1; "> }, { @@ -72025,6 +86409,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7945,1; "> }, { @@ -72034,6 +86423,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -72043,6 +86437,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5496,1; "> }, { @@ -72052,6 +86453,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5497,1; "> }, { @@ -72061,6 +86469,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5501,1; "> }, { @@ -72070,6 +86485,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5502,1; "> }, { @@ -72079,6 +86501,15 @@ item_db: ( 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; "> }, { @@ -72088,6 +86519,15 @@ item_db: ( 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; "> }, { @@ -72097,6 +86537,15 @@ item_db: ( 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; "> }, { @@ -72105,6 +86554,16 @@ item_db: ( Name: "Valentine's Emblem Box" Type: 2 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -72114,6 +86573,13 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -72132,6 +86598,11 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14509 @@ -72252,6 +86723,18 @@ item_db: ( 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; "> }, { @@ -72306,6 +86789,15 @@ item_db: ( 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; "> }, { @@ -72323,6 +86815,9 @@ item_db: ( Type: 11 Buy: 0 Weight: 10 + Nouse: { + sitting: true + } Script: <" itemskill BS_GREED,1; "> }, { @@ -72350,6 +86845,9 @@ item_db: ( Type: 2 Buy: 2 Weight: 10 + Nouse: { + sitting: true + } Script: <" sc_start SC_CASH_PLUSEXP,1800000,25; "> }, { @@ -72359,6 +86857,15 @@ item_db: ( 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; "> }, { @@ -72368,6 +86875,15 @@ item_db: ( 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; @@ -72380,6 +86896,15 @@ item_db: ( 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; @@ -72392,6 +86917,15 @@ item_db: ( 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; @@ -72404,6 +86938,15 @@ item_db: ( 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; @@ -72416,6 +86959,16 @@ item_db: ( 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; @@ -72428,6 +86981,15 @@ item_db: ( 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; @@ -72440,6 +87002,15 @@ item_db: ( 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; @@ -72452,6 +87023,15 @@ item_db: ( 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; @@ -72464,6 +87044,15 @@ item_db: ( 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; @@ -72476,6 +87065,15 @@ item_db: ( 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; @@ -72488,6 +87086,15 @@ item_db: ( 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; @@ -72770,6 +87377,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1122; "> }, { @@ -72779,6 +87395,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1123; "> }, { @@ -72788,6 +87413,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1125; "> }, { @@ -72797,6 +87431,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1385; "> }, { @@ -72806,6 +87449,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1382; "> }, { @@ -72815,6 +87467,15 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1208; "> }, { @@ -72941,6 +87602,12 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Delay: 180000 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14587 @@ -72949,6 +87616,18 @@ item_db: ( 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; "> }, { @@ -72958,6 +87637,12 @@ item_db: ( Type: 11 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_BLESSING,10; "> }, { @@ -72967,6 +87652,12 @@ item_db: ( Type: 11 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_INCAGI,10; "> }, { @@ -72976,6 +87667,12 @@ item_db: ( Type: 11 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_ASSUMPTIO,5; "> }, { @@ -72985,6 +87682,18 @@ item_db: ( 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_CashSeigeTele"; "> }, { @@ -72994,6 +87703,18 @@ item_db: ( 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; "> }, { @@ -73003,6 +87724,18 @@ item_db: ( 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; "> }, { @@ -73012,6 +87745,18 @@ item_db: ( 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; "> }, { @@ -73045,6 +87790,15 @@ item_db: ( 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; "> }, { @@ -73054,6 +87808,15 @@ item_db: ( 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; "> }, { @@ -73063,6 +87826,18 @@ item_db: ( 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 @@ -73071,6 +87846,11 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14601 @@ -73079,6 +87859,11 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" sc_start SC_INCFLEE,300000,30; sc_start SC_INCHIT,300000,30; @@ -73093,6 +87878,15 @@ item_db: ( 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,4302; "> }, { @@ -73102,6 +87896,15 @@ item_db: ( 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,4132; "> }, { @@ -73111,6 +87914,15 @@ item_db: ( 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; "> }, { @@ -73120,6 +87932,15 @@ item_db: ( 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; "> }, { @@ -73129,6 +87950,18 @@ item_db: ( 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 @@ -73146,6 +87979,11 @@ item_db: ( Type: 2 Buy: 20000 Weight: 1200 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" sc_start SC_INCALLSTATUS,3600000,6; "> }, { @@ -73188,6 +88026,16 @@ item_db: ( Job: 0xFFFFFFFE Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, // More Maces { @@ -73255,6 +88103,16 @@ item_db: ( EquipLv: 1 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; @@ -73270,6 +88128,15 @@ item_db: ( 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; "> }, { @@ -73279,6 +88146,13 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5529,1; "> }, /* @@ -73324,6 +88198,15 @@ item_db: ( 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; "> }, { @@ -73333,6 +88216,15 @@ item_db: ( 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; "> }, /* @@ -73362,6 +88254,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, /* @@ -73431,6 +88328,15 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, /* @@ -73465,6 +88371,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, /* @@ -73604,6 +88515,11 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5690,1; "> }, /* @@ -73653,6 +88569,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, /* @@ -73904,6 +88825,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 18501 @@ -73915,6 +88846,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 18502 @@ -73926,6 +88867,16 @@ item_db: ( EquipLv: 1 Refine: false View: 369 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 18503 @@ -74224,6 +89175,8 @@ item_db: ( Type: 11 Buy: 2 Weight: 100 + Delay: 60000 + Stack: [20, 1] Script: <" itemskill RK_LUXANIMA,1; "> }, ) diff --git a/db/pre-re/item_delay.txt b/db/pre-re/item_delay.txt deleted file mode 100644 index 3e24f9d31..000000000 --- a/db/pre-re/item_delay.txt +++ /dev/null @@ -1,34 +0,0 @@ -// Item Delay Database -// There is a max concurrent number of entries modifiable in src/map/itemdb.h as MAX_ITEMDELAYS -// -// Structure: -// Item ID,Delay in Milliseconds - -//12202,60000 //Str_Dish10_ -//12203,60000 //Agi_Dish10_ -//12204,60000 //Int_Dish10_ -//12205,60000 //Dex_Dish10_ -//12206,60000 //Luk_Dish10_ -//12207,60000 //Vit_Dish10_ -12208,60000 //Battle_Manual -12210,60000 //Bubble_Gum -14538,300000 //Glass_Of_Illusion -14586,180000 //Spark_Candy -607,5000 // Yggdrasil_Berry -608,3000 // Yggdrasil_Seed - -// Bifrost Items -11522,1000 // Red_Raffle_Sap -11523,2000 // Yellow_Raffle_Sap -11524,3000 // White_Raffle_Sap -11525,5000 // Mora_Hip_Tea - -//12580,0 // Vending_Search_Scroll -//12581,0 // Vending_Search_Scroll2 -//12591,0 // Vending_Search_Scroll3 - -12725,120000 // Runstone_Nosiege,Nauthiz Rune -12726,30000 // Runstone_Rhydo,Raido Rune -12727,60000 // Runstone_Verkana,Berkana Rune -12732,1000 // Runstone_Pertz,Wyrd Rune -22540,60000 // Runstone_Luxanima,Lux Anima Rune diff --git a/db/pre-re/item_trade.txt b/db/pre-re/item_trade.txt deleted file mode 100644 index 84b0220f5..000000000 --- a/db/pre-re/item_trade.txt +++ /dev/null @@ -1,1777 +0,0 @@ -//Item Trading Restrictions File -//Specify here special rules for item trading. -//Item ID, TradeMask, Group-Level Override -//Trading mask values: -//1:Item can't be droped -//2:Item can't be traded (nor vended) -//4:Wedded partner can override restriction 2. -//8:Item can't be sold to npcs -//16:Item can't be placed in the cart -//32:Item can't be placed in the storage -//64:Item can't be placed in the guild storage -//128:Item can't be attached to mail -//256:Item can't be auctioned -//Example: -//1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), -//only groups of group-level 50 and up can override the setting. - -// Wedding Related items -2634,507,100 // Wedding Ring -2635,507,100 // Wedding Ring - -// "2005 The Sign" related items -7177,507,100 // Crumb of Sobbing Starlight -7178,507,100 // Sobbing Starlight -7304,507,100 // Witch's Spell Scroll -7305,507,100 // Symbol of the Nine Realms -7306,507,100 // Piece of Spirit -7307,507,100 // Spiritual Whispers -7308,507,100 // Witch's Tonic -7309,507,100 // Crow Wing -2642,507,100 // Serin's Gold Ring -2644,507,100 // The Sign -7314,507,100 // The Sign -7025,475,100 // Lucifer's Lament - -// "2nd Anniversary Event" items -// "Eye of Hellion" items -2647,507,100 // Nile Rose -7332,507,100 // Complete Tablet -7333,507,100 // Prontera Tablet -7334,507,100 // Payon Tablet -7335,507,100 // Morroc Tablet -7336,507,100 // Geffen Tablet -7339,507,100 // Commemorative Travel Card -5132,472,100 // Angeling Hat - -// "Main Quest"/"Danilion's Request" items -7416,475,100 // Letter of Recommendation -7417,475,100 // Written Request(A) -7418,475,100 // Written Request(B) - -// PVP Item -7420,499,100 // Skull - -// 10.3 Quest items -// * "Gaebolg family Curse" items -7431,499,100 // Pile of Books -7432,507,100 // Leather Pouch -// * "Thanatos Tower" items -7421,499,100 // Red Key -7422,499,100 // Yellow Key -7423,499,100 // Blue Key -7424,499,100 // Green Key -7425,499,100 // Black Key -7426,499,100 // Red Charm Stone -7427,499,100 // Yellow Charm Stone -7428,499,100 // Blue Charm Stone -7429,499,100 // Green Charm Stone -7430,499,100 // Black Charm Stone - -// Chinese New Year -7484,507,100 // Symbol of a Brave Warrior -7485,507,100 // Cloud General -7486,507,100 // Wind General - -// "Kiel Hyre's Cottage" Quest related items -7487,507,100 // Culinary Wine -7488,507,100 // Delivery Package -7489,507,100 // Cottage Key -7490,507,100 // Letter to Elly -7491,507,100 // Steel Box -7492,507,100 // Yellow Keycard -7493,507,100 // Golden Key -7494,507,100 // Luxurious Button -7495,507,100 // Blue Keycard -7496,507,100 // Red Keycard -7497,507,100 // Metal Fragment -7498,507,100 // Rosimier Mansion Keys -7499,507,100 // Family Portrait -7500,507,100 // Woman's Portrait -7501,507,100 // K.H's Letter -7502,507,100 // James's Note -7503,507,100 // Man's Portrait -7504,507,100 // Power Device -7505,507,100 // Toy Key -7506,499,100 // Black Keycard -7508,507,100 // Allysia's Ring -7509,475,100 // Luxurious Keycard -7516,499,100 // Green Keycard - -// Hugel Race Track token -7515,499,100 // Prize Medal - -// Chinese ????? related items -7518,499,100 // Women's Medal -2668,499,100 // Woman Glory -7525,499,100 // Summer Festival Ticket -7341,507,100 // Old Pendant - -// Lighthalzen Quest items -// * Schwartzvalt Trilogy Quest items -7342,507,100 // File Folder -7343,507,100 // Sealed File Folder -7344,507,100 // Shinokas Case File -7346,507,100 // Ymir's Heart Piece -7349,507,100 // Archive Permit -// * Friendship Quest(?) Items -7351,507,100 // Friend's Diary - -// ??? Indonesian Event -7527,506,100 // Book About True Life -12142,506,100 // Book of Magic - -// "2006 USA 3rd Anniversary" related items -7530,507,100 // Travel Brochure [Amatsu] -7531,507,100 // Travel Brochure [Kunlun] -7532,507,100 // Travel Brochure [Louyang] -7533,507,100 // Travel Brochure [Ayothaya] -7534,507,100 // Amatsu Completed Photo Album -7535,507,100 // Kunlun Completed Photo Album -7536,507,100 // Louyang Completed Photo Album -7537,507,100 // Ayothaya Completed Photo Album - -// Poring Coin items -7538,499,100 // Sand for Work -7539,499,100 // Poring Coin - -// Brazillian Event items -7547,499,100 // Soccer Ball -7548,499,100 // Soccer Shoes -7549,499,100 // Brazilian Flag -7550,499,100 // 6.13 Ticket -7551,499,100 // 6.18 Ticket -7552,499,100 // 6.22 Ticket - -// Taiwan Besark's Day Event items -7553,499,100 // Lotus Flower -7554,499,100 // Striped Candle -7555,499,100 // Green Incense - -// Taiwan 'Pink Yearning' Event items -7556,475,100 // Longing Heart -7557,475,100 // Invitation Letter -7558,475,100 // Invitation Ticket -7559,475,100 // Key to the Secret Garden -2670,475,100 // Ring of Longing -2358,73,100 // Angel's Dress - -// India Father's Day Event items -5154,475,100 // Father's Sunglasses -5155,475,100 // Father's White Moustache -5156,475,100 // Father's Mask - -// Indonesia Jewel Event items -7575,507,100 // Red Jewel -7576,507,100 // Blue Jewel -7577,499,100 // Yellow Jewel - -// Rachel Quest items -// * Aruna First (Katullanux quest) -7569,475,100 // Wind Hammer -7572,475,100 // Ashy Necklace -7573,475,100 // Sparkling Necklace - -// 2006 Chinese Event items -7579,499,100 // Silk Handkerchief of Zhi Nu - -// Taiwan 4th Anniversary Memorial items -7583,499,100 // Evil Mind -7584,499,100 // Guard's First Proof -7585,499,100 // Guard's Second Proof -7586,499,100 // Guard's Third Proof -7587,499,100 // Guard's Fourth Proof -2673,507,100 // Warrior's Shining Ring -1533,507,100 // Warrior's Balmung -13020,507,100 // Warrior's Balmung - -// Vietnam Event item -7588,499,100 // IPOD Coupon - -// 2006 Brazilian 2nd Anniversary items -7603,499,100 // RO Party Invitation Ticket -5201,499,100 // Party Hat - -// 2006 Indonesia Honor Ring item -2674,507,100 // Ring of Honor - -// 2006 Korean Harvest Moon Day Event item -12199,507,100 // Scroll of Magic - -// 2006 Indonesia Event -7614,499,100 // Wrapping Paper -7618,499,100 // Monster Crystal -2676,507,100 // Hunter's Earring - -// Mercenary scrolls -12153,499,100 // Bowman Scroll 1 -12154,499,100 // Bowman Scroll 2 -12155,499,100 // Bowman Scroll 3 -12156,499,100 // Bowman Scroll 4 -12157,499,100 // Bowman Scroll 5 -12158,499,100 // Bowman Scroll 6 -12159,499,100 // Bowman Scroll 7 -12160,499,100 // Bowman Scroll 8 -12161,499,100 // Bowman Scroll 9 -12162,499,100 // Bowman Scroll 10 -12163,499,100 // Fencer Scroll 1 -12164,499,100 // Fencer Scroll 2 -12165,499,100 // Fencer Scroll 3 -12166,499,100 // Fencer Scroll 4 -12167,499,100 // Fencer Scroll 5 -12168,499,100 // Fencer Scroll 6 -12169,499,100 // Fencer Scroll 7 -12170,499,100 // Fencer Scroll 8 -12171,499,100 // Fencer Scroll 9 -12172,499,100 // Fencer Scroll 10 -12173,499,100 // Spearman Scroll 1 -12174,499,100 // Spearman Scroll 2 -12175,499,100 // Spearman Scroll 3 -12176,499,100 // Spearman Scroll 4 -12177,499,100 // Spearman Scroll 5 -12178,499,100 // Spearman Scroll 6 -12179,499,100 // Spearman Scroll 7 -12180,499,100 // Spearman Scroll 8 -12181,499,100 // Spearman Scroll 9 -12182,499,100 // Spearman Scroll 10 - -// Indonesia 4 Annual Events -2368,467,100 // Golden Armor -2427,467,100 // Golden Shoes -2704,467,100 // Golden Accessories -2705,467,100 // Golden Accessories -5295,467,100 // Golden Bandana -7863,467,100 // Special Gold - -// Thailand Event-Environment Day Items -7865,499,100 // Gold Pouch -7866,499,100 // Certificate - -// 11.2 Quest items -// * "Thor Volcano Base" items -7759,507,100 // Geologist's Report - -// USA 4th Anniversary Event Items -5305,475,100 // Pirate Dagger -5373,73,100 // Dark Randgris Helm -7773,499,100 // Wat Badge -7875,467,100 // Pirate Treasure - -// Moscovia Quest Items ----- -2429,499,100 // Iron Boots -2430,499,100 // Iron Boots -7876,499,100 // Golden Key -7877,499,100 // Red Ring -7878,499,100 // Lusalka's Hair -7879,499,100 // Golden Thread -7880,499,100 // Baba Yaga's Silver Spoon -7881,499,100 // Mystery Magic Book -7882,499,100 // Sharp Branch -7883,499,100 // Wooden Flute - -// Indonesian Red Bandana Hair Band -5320,475,100 // Champion Wreath - -// Malaysia/Singapore Event Items -2708,475,100 // Chinese Handicraft -5805,475,100 // Victorious Coronet -7884,475,100 // Jade Plate -7885,475,100 // Sacred Arrow -12704,475,100 // Elixir of Life -12705,475,100 // Noble Nameplate - -// Compensation Items Coupon -7784,475,100 // Free Coupon 1 -7785,475,100 // Free Coupon 2 -7786,475,100 // Free Coupon 3 -7787,475,100 // Free Coupon 4 -7788,475,100 // Free Coupon 5 -7789,475,100 // Free Coupon 6 -7790,475,100 // Free Coupon 7 -7791,475,100 // Free Coupon 8 - -// Fate Crow Quest Items -7794,475,100 // The Crow of Destiny - -// Russian Golden Apple Event Items -//5322,475,100 // Kerchief -7793,475,100 // Golden Apple -7800,475,100 // Golden Charm Apple - -// Taiwan Medicine of Fantasy -12259,507,100 // Miracle Tonic -12261,507,100 // Leap of Fantasy - -// 2007 Summer Event Items -7801,499,100 // Girl's Letter -7802,499,100 // Signature Notebook - -// Sakray Test items -1177,475,100 // Muramash -1272,475,100 // Scratcher -1423,475,100 // Pole XO -1536,475,100 // Good Morning Star -1566,475,100 // Diary Of Great Basil -1627,475,100 // Staffy -1735,475,100 // Kkakkung -1921,475,100 // Gun Moon Gom -1975,475,100 // Queen Is Whip -2127,475,100 // Secular Mission -2370,475,100 // Used Mage Coat -2431,475,100 // Valley Shoes -2534,475,100 // Ruffler -5323,475,100 // Misstrance Crown -13029,475,100 // Prinsense Knife -13406,475,100 // Edger - -// Taiwan ??? -2713,507,100 // Certificate - -// Satan Morroc -7820,507,100 // Piece of Morocc Skin - -// Vietnam Independence Day -5806,475,100 // Poet Natalie's Hat - -// PC-Cafe Authoritative Badge -12262,507,100 // Authoritative Badge -12263,475,100 // Field Manual -12264,475,100 // Bubble Gum -12265,475,100 // Life Insurrance - -// Morocc Continental Guard Certificate -7826,507,100 // Continental Guard Paper - -// Harvest Moon Day PC Items -12266,507,100 // Sesame Pastry -12267,507,100 // Honey Pastry -12268,507,100 // Rainbow Cake - -// Satan Morocc (Episode 12) -2730,467,100 // Seal of Continental Guard -2731,467,100 // Rune Spellstone -2732,467,100 // Death Loop - -// Episode 12 -1638,507,100 // Staff Of Healing -2438,467,100 // Paw Of Cat -2720,499,100 // Medal of Honor -2721,499,100 // Medal of Honor -2722,499,100 // Medal of Honor -2723,499,100 // Medal of Honor -2724,499,100 // Medal of Honor -2725,499,100 // Medal of Honor -2738,507,100 // Shiny Coin -2739,507,100 // Ordinary Coin -2740,507,100 // Rusty Coin -2751,467,100 // Academy Of Badge -2752,507,100 // Praccsinos -5357,475,100 // Wings Of Victory -5368,475,100 // White Wing -5369,475,100 // Dark Wing -5386,384,100 // Ayam -5394,507,100 // Bubblegum -5812,507,100 // Hat Of Expert -6000,475,100 // Ashes of Darkness -6005,467,100 // New Year Rice Cake -6006,499,100 // Rice Cake Delivery Box -6007,499,100 // New Year Rice Cake Soup -6009,499,100 // Big Fan Of Magic -7623,507,100 // Ticket Of Identification - -// Falicious Okolnir -7839,499,100 // Crystal Key -7840,507,100 // Valkyrie's Gift - -// "St. Patrick's Day (2008)" Quest related items -12715,507,100 // Black Treasure Box - -// Battleground Rewards (Tierra Gorge/Flavius) -1183,467,100 // Brave Assaulter's Katzbalger -1184,467,100 // Valorous Assaulter's Katzbalger -1279,467,100 // Brave Carnage Katar -1280,467,100 // Valorous Carnage Katar -1379,467,100 // Valorous Insane Battle Axe -1380,467,100 // Brave Insane Battle Axe -1425,467,100 // Assaulter Spear -1482,467,100 // Assaulter Lance -1542,467,100 // Valorous Battlefield Morning Star -1543,467,100 // Brave Battlefield Morning Star -1574,467,100 // Brave Battle Strategy Book -1575,467,100 // Valorous Battle Strategy Book -1632,467,100 // Warlock's Magic Wand -1633,467,100 // Warlock's Battle Wand -1634,467,100 // Strong Recovery Wand -1635,467,100 // Speedy Recovery Wand -1738,467,100 // Valorous Battle CrossBow -1739,467,100 // Brave Battle CrossBow -1823,467,100 // Valorous Battle Fist -1824,467,100 // Brave Battle Fist -1923,467,100 // Valorous Battlefield Guitar -1924,467,100 // Brave Battlefield Guitar -1977,467,100 // Valorous Battle Lariat -1978,467,100 // Brave Battle Lariat -2376,467,100 // Assaulter Plate -2377,467,100 // Elite Engineer Armor -2378,467,100 // Assassin Robe -2379,467,100 // Warlock's Battle Robe -2380,467,100 // Medic's Robe -2381,467,100 // Elite Archer Suit -2382,467,100 // Elite Shooter Suit -2435,467,100 // Battle Greaves -2436,467,100 // Combat Boots -2437,467,100 // Battle Boots -2538,467,100 // Captain's Manteau -2539,467,100 // Commander's Manteau -2540,467,100 // Sheriff's Manteau -2733,467,100 // Sheriff Badge -7828,467,100 // Bravery Badge -7829,467,100 // Valor Badge -13036,467,100 // Brave Assassin's Damascus -13037,467,100 // Valorous Assassin's Damascus -13108,467,100 // Soldier Revolver -13171,467,100 // Soldier Rifle -13172,467,100 // Soldier Gatling Gun -13173,467,100 // Soldier Shotgun -13174,467,100 // Soldier Grenade Launcher -13305,467,100 // Brave Huuma Front Shuriken -13306,467,100 // Valorous Huuma Front Shuriken -13410,467,100 // Valorous Gladiator Blade -13411,467,100 // Brave Gladiator Blade - -// "Valentine's Day (2009)" Event related items -5817,507,100 // Valentine Pledge -14466,507,100 // Valentine's Emblem Box - -// Ayo_event 20090303 -7950,499,100 // Ayothaya Fest Ticket - -// Episode 13.1 -6039,507,100 // Piece of Fish -6048,507,100 // Unidentified Mineral -6051,499,100 // Gray Hollow - -// Battleground Rewards (Krieger Von Midgard) -1187,499,100 // Glorious Claymore -1281,499,100 // Glorious Bloody Roar -1282,499,100 // Glorious Jamadhar -1310,499,100 // Glorious Cleaver -1382,499,100 // Glorious Two-Handed Axe -1426,499,100 // Glorious Spear -1486,499,100 // Glorious Lance -1546,499,100 // Glorious Morning Star -1576,499,100 // Glorious Tablet -1577,499,100 // Glorious Apocalypse -1640,499,100 // Glorious Arc Wand -1641,499,100 // Glorious Cure Wand -1743,499,100 // Glorious Hunter Bow -1826,499,100 // Glorious Claw -1827,499,100 // Glorious Fist -1927,499,100 // Glorious Guitar -1981,499,100 // Glorious Lariat -2002,499,100 // Glorious Destruction Staff -2394,499,100 // Glorious Suit -2395,499,100 // Glorious Popularized Suit -2396,499,100 // Glorious Mass-Production Suit -2444,499,100 // Glorious Shoes -2445,499,100 // Glorious Popularized Shoes -2446,499,100 // Glorious Mass-Production Shoes -2549,499,100 // Glorious Muffler -2772,499,100 // Glorious Ring -2773,499,100 // Glorious Mass-Production Ring -2774,499,100 // Glorious Popularized Ring -13042,499,100 // Glorious Gladius -13110,499,100 // Glorious Pistol -13176,499,100 // Glorious Rifle -13177,499,100 // Glorious Gatling Gun -13178,499,100 // Glorious Shotgun -13179,499,100 // Glorious Grenade Launcher -13307,499,100 // Glorious Shuriken -13416,499,100 // Glorious Flamberge -13417,499,100 // Glorious Rapier -13418,499,100 // Glorious Holy Avenger - -// Episode 13.2 -6074,499,100 // Bazett's Order -6075,507,100 // Crystalized Teardrop -6076,507,100 // Portable Toolbox -6077,507,100 // Rough Mineral -6078,507,100 // Stone Fragment -6079,507,100 // Flower Of Alfheim -6080,507,100 // Manuk Coin -6081,507,100 // Splendide Coin -6082,507,100 // Spirit Of Alfheim -6084,507,100 // Bradium Fragments -6085,507,100 // Shaggy Muffler -12342,475,100 // Manuk's Opportunity -12343,475,100 // Manuk's Courage -12344,475,100 // Pinguicula's Fruit Jam -12345,475,100 // Luciola's Honey Jam -12348,475,100 // Manuk's Faith -12349,475,100 // Cornus' Tears - -// New Novice Training Grounds Equipment -1381,499,100 // Novice Battle Axe -1545,499,100 // Novice Mace -1639,499,100 // Novice Rod -1742,499,100 // Novice Composite Bow -2393,499,100 // Novice Adventurer's Suit -2819,499,100 // Swordsman Manual -2820,499,100 // Thief Manual -2821,499,100 // Acolyte Manual -2822,499,100 // Archer Manual -2823,499,100 // Merchant Manual -2824,499,100 // Mage Manual -12323,507,100 // Novice Fly Wing -12324,507,100 // Novice Butterfly Wing -12325,507,100 // Novice Magnifier -13040,499,100 // Novice Cutter -13041,499,100 // Novice Main Gauche -13415,499,100 // Novice Falchion - -// Eden Group -1192,499,100 // Eden Slayer I -1193,499,100 // Eden Slayer II -1650,499,100 // Eden Staff I -1651,499,100 // Eden Staff II -1747,499,100 // Eden Bow I -1748,499,100 // Eden Bow II -2456,499,100 // Eden Team Boots I -2457,499,100 // Eden Team Boots II -2458,499,100 // Eden Team Boots III -2560,499,100 // Eden Team Manteau I -5583,499,100 // Eden Team Hat I -6218,507,100 // Delivery_Daishin_Box -6219,507,100 // Eden Group Mark -13050,499,100 // Eden Dagger I -13051,499,100 // Eden Dagger II -13112,499,100 // Eden Revlover I -13113,499,100 // Eden Revlover II -13423,499,100 // Eden Sabre I -13424,499,100 // Eden Sabre II -15009,499,100 // Eden Team Uniform I -15010,499,100 // Eden Team Uniform II -15011,499,100 // Eden Team Uniform III -16004,499,100 // Eden Mace I -16005,499,100 // Eden Mace II - -// * Third Job-related -1703,507,100 // Bow -2794,507,100 // Magic Stone Ring -2795,499,100 // Green Apple Ring -2796,507,100 // Rocks -2797,507,100 // Rocks -2798,499,100 // Will Of Exhausted Angel -6121,507,100 // Makeover Brush -6122,507,100 // Paint Brush -6124,507,100 // Wolf Flute -6151,499,100 // Giant Bradium Fragment -6152,499,100 // Glittering Crystal -6153,507,100 // Special Exchange Ticket -6154,499,100 // Broken Horn Pipe -6156,499,100 // Approval Report -6266,507,100 // Key Of Deception -6267,507,100 // Key Of Illusion -6268,507,100 // Key Of Gaiety -6269,507,100 // A Master's Blush -6270,499,100 // A Picture Of Minstrel Song -6271,499,100 // Receipt -6272,507,100 // Experiment Seed -6273,507,100 // Seed For Experiment -6274,507,100 // A Piece Of Cloth Of A Saint -6275,507,100 // Shield Of King -6276,507,100 // Clear Reagent -6277,507,100 // Red Reagent -6278,507,100 // Black Reagent -12258,499,100 // Bomb Poring Box -12333,507,100 // Ancilla -12384,499,100 // Rainbow Ruby -12385,499,100 // Rainbow Ruby -12386,499,100 // Rainbow Ruby -12387,499,100 // Rainbow Ruby -12388,507,100 // Rhydo Runestone For Apprentice -12389,507,100 // Pertz Runestone For Apprentice -12390,507,100 // Verkana Runestone For Apprentice -12725,475,100 // Nauthiz Rune -12726,475,100 // Raido Rune -12727,475,100 // Berkana Rune -12728,475,100 // Isa Rune -12729,475,100 // Othila Rune -12730,475,100 // Uruz Rune -12731,475,100 // Thurisaz Rune -12732,475,100 // Wyrd Rune -12733,475,100 // Hagalaz Rune - -// Brasilis -6237,507,100 // Guarana Fruit - -// Cash Shop Related Items -1173,507,100 // Muramasa -1190,507,100 // Claymore -1267,507,100 // Infiltrator -1283,507,100 // Katar Of Speed -1286,507,100 // Jamadhar -1312,507,100 // Orcish Axe -1372,507,100 // Light Epsilon -1383,457,100 // Celestial Axe -1419,507,100 // Pole Axe -1427,507,100 // Spear Of Excellent -1430,507,100 // Pike -1487,507,100 // Lance -1547,507,100 // Mace Of Madness -1563,507,100 // Sage's Diary -1578,507,100 // Book Of Prayer -1580,507,100 // Giant Encyclopedia -1623,507,100 // Mighty Staff -1642,507,100 // Staff Of Darkness -1728,507,100 // Ballista -1744,507,100 // Bow Of Evil -1817,507,100 // Kaiser Knuckle -1828,507,100 // Monk Knuckle -1829,507,100 // Fist -1929,507,100 // Guitar -1982,507,100 // Phenomena Whip -1983,507,100 // Rante Whip -2132,507,100 // Shell Of Resistance -2369,507,100 // Freyja Overcoat -2384,507,100 // Spiritual Tunic -2385,507,100 // Recuperative Armor -2439,507,100 // Refresh Shoes -2543,507,100 // Sylphid Manteau -2686,507,100 // Elven Ears -2687,507,100 // Steel Flower -2688,507,100 // Critical Ring -2689,507,100 // Earring -2690,507,100 // Ring -2691,507,100 // Necklace -2692,507,100 // Glove -2693,507,100 // Brooch -2694,507,100 // Rosary -2695,507,100 // Safety Ring -2696,507,100 // Vesper Core 01 -2697,507,100 // Vesper Core 02 -2698,507,100 // Vesper Core 03 -2699,507,100 // Vesper Core 04 -2734,499,100 // Directive -2735,499,100 // Directive -2741,507,100 // All In One Ring -2753,507,100 // Beholder Ring -2754,507,100 // Hallow Ring -2755,507,100 // Clamorous Ring -2756,507,100 // Chemical Ring -2757,507,100 // Insecticide Ring -2758,507,100 // Fischer Ring -2759,507,100 // Decussate Ring -2760,507,100 // Bloody Ring -2761,507,100 // Satanic Ring -2762,507,100 // Dragon Ring -5098,73,100 // Tiger Mask -5210,73,100 // Flapping Angel Wing -5226,73,100 // Mini Propeller -5227,475,100 // Red Deviruchi Hat -5228,475,100 // Gray Deviruchi Hat -5229,475,100 // Brown Deviruchi Hat -5230,475,100 // Gray Drooping Cat -5231,475,100 // Brown Drooping Cat -5232,475,100 // Pink Drooping Cat -5233,475,100 // Blue Drooping Cat -5234,475,100 // Yellow Drooping Cat -5235,475,100 // Brown Beanie -5236,475,100 // Blue Beanie -5237,475,100 // Pink Beanie -5238,475,100 // Red Mage Hat -5239,475,100 // Gray Mage Hat -5240,475,100 // Brown Mage Hat -5241,475,100 // Blue Mage Hat -5242,475,100 // Yellow Mage Hat -5263,73,100 // Pagdayaw -5265,507,100 // Apple of Archer -5266,507,100 // Bunny Band -5267,507,100 // Sakkat -5268,507,100 // Grand Circlet -5277,73,100 // Yellow Bandana -5283,73,100 // Chick Hat -5286,73,100 // Pecopeco Hairband -5288,73,100 // Red Glasses -5293,73,100 // Ramen Hat -5294,73,100 // Whisper Mask -5313,73,100 // Diadem -5314,73,100 // Hockey Mask -5315,73,100 // Observer -5324,73,100 // Little Angel Doll -5372,73,100 // Koneko Hat -5374,73,100 // Gigantic Majestic Goat -5375,73,100 // Orc Hero Headdress -5376,73,100 // Flying Evil Wing -5377,73,100 // Gentleman's Pipe -5378,73,100 // Bunny Top Hat -5380,73,100 // Fish Head Hat -5381,73,100 // Santa Poring Hat -5382,73,100 // Bell Ribbon -5391,507,100 // Toast -5420,73,100 // Mask Of Ifrit -5421,73,100 // Ears Of Ifrit -5462,457,100 // Spiked Scarf -5463,457,100 // Rainbow Scarf -5502,457,100 // Necromancer's Hood -5503,73,100 // Magic Rabit Hat -5505,73,100 // Asara Fairy Hat -5529,457,100 // Satanic Bone Helm -5596,507,100 // 4Leaf Clover In Mouth -5597,507,100 // Bubble Gum In Mouth -6046,507,100 // Clothing Dye Coupon -6047,507,100 // Clothing Dye Coupon II -7619,475,100 // Enriched Elunium -7620,475,100 // Enriched Oridecon -7621,475,100 // Token Of Siegfried -7622,73,100 // Hairstyle Coupon -7766,475,100 // Bok Choy -7767,475,100 // Green Maiden's Cake -7776,475,100 // Gym Pass -7821,475,100 // Green Apple -7822,475,100 // Whole Barbecue -7823,475,100 // Meat Veg Skewer -7824,475,100 // Spirit Liquor -7945,73,100 // Universal Amulet -12202,475,100 // Steamed Tongue -12203,475,100 // Steamed Scorpion -12204,475,100 // Dragon Breath Cocktail -12205,475,100 // Hwergelmir's Tonic -12206,475,100 // Cooked Nine Tail's Tails -12207,475,100 // Stew Of Immortality -12208,475,100 // Battle Manual -12209,475,100 // Life Insurance -12210,475,100 // Bubble Gum -12211,475,100 // Kafra Card -12212,475,100 // Giant Fly Wing -12213,475,100 // Neuralizer -12214,475,100 // Convex Mirror -12215,475,100 // LV10 Blessing Scroll -12216,475,100 // LV10 Agil Scroll -12217,475,100 // LV5 Aspersio Scroll -12218,475,100 // LV5 Assumptio Scroll -12219,475,100 // LV10 Wind Walker Scroll -12220,475,100 // LV5 Adrenaline Scroll -12221,475,100 // Megaphone -12269,499,100 // Tasty Pink Ration -12270,499,100 // Tasty White Ration -12271,499,100 // Military Ration A -12272,499,100 // Military Ration B -12273,499,100 // Military Ration C -12274,507,100 // Daehwandan -12275,507,100 // Taecheongdan -12276,73,100 // Mimic Scroll -12277,73,100 // Disguise Scroll -12278,73,100 // Alice Scroll -12287,507,100 // Love Angel Magic Powder -12288,507,100 // Squirrel Magic Powder -12289,507,100 // Gogo Magic Powder -12294,507,100 // PC-Room Coin Box -12295,507,100 // PC-Room Coin Box -12296,507,100 // PC-Room Coin Box -12297,507,100 // PC-Room Coin Box -12298,507,100 // SP Consumption Reduction Potion -12299,507,100 // Mega Resist Potion -12300,499,100 // Wild Rose Contract -12301,499,100 // Doppelganger Contract -12302,499,100 // Egnigem Cenia Contract -12303,475,100 // Blessing Of Water -12304,507,100 // Diary Magic Powder -12305,507,100 // Mini Heart Magic Powder -12306,507,100 // Freshman Magic Powder -12307,507,100 // Kid Magic Powder -12308,507,100 // Magic Magic Powder -12309,507,100 // JJangu Magic Powder -12310,467,100 // Spray Of Flowers -12311,467,100 // Huge Spray Of Flowers -12313,499,100 // Guardian Angel -12331,507,100 // Ginseng -12332,507,100 // Fruit Juice -12340,499,100 // Chewy Rice Powder -12346,499,100 // Unripe Acorn -12350,457,100 // Angeling Potion -12351,457,100 // Scream Megaphone -12361,507,100 // Delicious Shaved Ice -12363,507,100 // Fit Pipe -12370,507,100 // Girl's Naivety -12375,457,100 // Akaraje -12391,475,100 // Lucky Egg -12396,73,100 // Gift Box? -12397,73,100 // Gift Box? -12398,507,100 // PCBang Gift Box -12402,475,100 // 29Fruit -12404,475,100 // Acti Potion -12405,475,100 // Underripe Yggseed -12406,475,100 // Psychic ArmorS -12413,475,100 // PCBang Coupon Box2 -12473,467,100 // RWC Parti Box -12474,467,100 // RWC Final Comp Box -12476,475,100 // PCBang Coupon Box3 -12478,507,100 // Chance Box -12479,507,100 // Caracas Ring Box -12480,475,100 // Attend 3Day Box -12481,475,100 // Attend 7Day Box -12482,475,100 // Attend 10Day Box -12483,475,100 // Attend 15Day Box -12484,475,100 // Attend 20Day Box -12485,475,100 // Attend 25Day Box -12486,475,100 // GoldPC First Box -12487,475,100 // PC 4Leaf Clover Box -12492,475,100 // Crumpled Paper -12493,475,100 // Lucky Egg C4 -12529,475,100 // White Slim Potion Box -12530,475,100 // Mastela Fruit Box -12531,475,100 // White Potion Box -12532,475,100 // Royal Jelly Box2 -12533,475,100 // Blue Herb Box2 -12534,475,100 // Yggdrasil Seed Box -12535,475,100 // Iggdrasilberry Box -12540,499,100 // GM Warp Box -12541,499,100 // Fortune Cookie1 -12542,499,100 // Fortune Cookie2 -12543,499,100 // Fortune Cookie3 -12549,475,100 // White Slim Pot Box2 -12550,475,100 // Poison Bottle Box2 -12714,467,100 // Easter Scroll -12900,457,100 // Battle Manual Box -12901,457,100 // Insurance Package -12902,457,100 // Bubble Gum Box -12903,457,100 // Steamed Tongue Box -12904,457,100 // Steamed Scorpion Box -12905,457,100 // Dragon Breath Cocktail Box -12906,457,100 // Hwergelmir's Tonic Box -12907,457,100 // Nine Tail Dish Box -12908,457,100 // Stew Of Immortality Box -12909,457,100 // Kafra Card Box -12910,457,100 // Giant Fly Wing Box -12911,457,100 // Neuralizer Box -12912,457,100 // Convex Mirror Box -12913,457,100 // Blessing 10 Scroll Box -12914,457,100 // Increase AGI 10 scroll Box -12915,457,100 // Aspersio 5 Scroll Box -12916,457,100 // Assumptio 5 Scroll Box -12917,457,100 // Wind Walk 10 Scroll Box -12918,457,100 // Adrenaline 5 Scroll Box -12919,457,100 // Megaphone Box -12920,457,100 // Enriched Elunium Box -12921,457,100 // Enriched Oridecon Box -12922,457,100 // Token of Siegfried Box -12923,457,100 // December Lucky Box -12924,457,100 // Pet Egg Box 2 -12925,475,100 // Kafra Item Mall Prize Package -12926,475,100 // December Lucky Box -12928,475,100 // Sacred Scroll -12929,457,100 // Pet Egg Box 3 -12930,457,100 // Pet Egg Box 4 -12931,457,100 // Pet Egg Box 5 -12932,475,100 // Episode 13.2 Key Package -12933,475,100 // Summer Hat Pack -12934,475,100 // Pet Egg Scroll5 -12935,473,100 // Infiltrator Box -12936,473,100 // Muramasa Box -12937,473,100 // Excalibur Box -12938,473,100 // Combat Knife Box -12939,473,100 // Dagger of Counter Box -12940,473,100 // Kaiser Knuckle Box -12941,473,100 // Poll Axe Box -12942,473,100 // Mighty Staff Box -12943,473,100 // Light Epsilon Box -12944,473,100 // Ballista Box -12945,473,100 // Sage's Diary Box -12946,473,100 // Asura Box -12947,473,100 // Apple of Archer Box -12948,473,100 // Bunny Band Box -12949,473,100 // Sakkat Box -12950,473,100 // Grand Circlet Box -12951,473,100 // Elven Ears Box -12952,473,100 // Steel Flower Box -12953,473,100 // Critical Ring Box -12954,473,100 // Earring Box -12955,473,100 // Ring Box -12956,473,100 // Necklace Box -12957,473,100 // Glove Box -12958,473,100 // Brooch Box -12959,473,100 // Rosary Box -12960,473,100 // Safety Ring Box -12961,473,100 // Vesper Core 01 Box -12962,473,100 // Vesper Core 02 Box -12963,473,100 // Vesper Core 03 Box -12964,473,100 // Vesper Core 04 Box -12983,457,100 // Pet Egg Scroll Box 6 -12984,457,100 // Pet Egg Scroll Box 7 -12985,457,100 // Pet Egg Scroll Box 8 -12986,457,100 // Adventurer Pack Box -12987,457,100 // Pet Egg Scroll Box 10 -12988,457,100 // Pet Egg Scroll Box 11 -12989,475,100 // Pet Egg Scroll 6 -12990,475,100 // Pet Egg Scroll 7 -12991,475,100 // Party Hard Pack -12992,475,100 // Adventurer Pack -12993,475,100 // Pet Egg Scroll 10 -12994,475,100 // Pet Egg Scroll 11 -13021,507,100 // Combat Knife -13022,507,100 // Dagger of Counter -13023,507,100 // Ashura -13048,507,100 // Damascus -13175,507,100 // Lever Action Rifle -13309,507,100 // Huuma Giant Wheel Shuriken -13401,507,100 // Excalibur -13419,507,100 // Holy Saber -13422,507,100 // Flamberge -13525,73,100 // Zeny Pet Egg Scroll Box -13547,73,100 // Repair Weapon Scroll Box -13553,73,100 // Dungeon Teleport Scroll 5 Box -13689,475,100 // Bok Choy Box -13690,475,100 // Green Maiden Cake Box -13696,457,100 // Field Manual 100% Box -13704,73,100 // Super Pet Egg 5 -13705,73,100 // Super Pet Egg 6 -13706,73,100 // Super Pet Egg 7 -13707,73,100 // Super Pet Egg 8 -13710,73,100 // Gym Pass Box -13711,73,100 // Small Life Potion 10 Box -13712,73,100 // Small Life Potion 30 Box -13713,73,100 // Small Life Potion 50 Box -13714,73,100 // Medium Life Potion 10 Box -13715,73,100 // Medium Life Potion 30 Box -13716,73,100 // Medium Life Potion 50 Box -13717,73,100 // Abrasive 5 Box -13718,73,100 // Abrasive 10 Box -13719,73,100 // Regeneration Potion 5 Box -13720,73,100 // Regeneration 10 Box -13721,73,100 // Dungeon Teleport Scroll 10 Box -13738,73,100 // Glass of Illusion 5 Box -13739,73,100 // Glass of Illusion 10 Box -13740,73,100 // Shadow Armor Scroll 5 Box -13741,73,100 // Shadow Armor Scroll 10 Box -13742,73,100 // Shadow Armor Scroll 30 Box -13743,73,100 // Holy Armor Scroll 5 Box -13744,73,100 // Holy Armor Scroll 10 Box -13745,73,100 // Holy Armor Scroll 30 Box -13746,73,100 // Small Defense Potion 10 Box -13747,73,100 // Small Defense Potion 30 Box -13748,73,100 // Small Defense Potion 50 Box -13749,73,100 // Big Defense Potion 10 Box -13750,73,100 // Big Defense Potion 30 Box -13751,73,100 // Big Defense Potion 50 Box -13752,73,100 // Small Magic Defense Potion 10 Box -13753,73,100 // Small Magic Defense Potion 30 Box -13754,73,100 // Small Magic Defense Potion 50 Box -13755,73,100 // Big Magic Defense Potion 10 Box -13756,73,100 // Big Magic Defense Potion 30 Box -13757,73,100 // Big Magic Defense Potion 50 Box -13765,507,100 // Certificate Box -13815,73,100 // Knife Goblin Taming Box -13816,73,100 // Flail Goblin Taming Box -13817,73,100 // Hammer Goblin Taming Box -13818,73,100 // Red Deleter Taming Box -13819,73,100 // Diabolic Taming Box -13820,73,100 // Wanderer Taming Box -13821,73,100 // Green Apple Box -13822,73,100 // Barbeque Box -13823,73,100 // Meat Skewer Box -13824,73,100 // Spirit Liquor Box -13859,499,100 // Directive Envelope A -13860,499,100 // Directive Envelope B -13863,475,100 // Repair Weapon Scroll 10 Box -13866,475,100 // Flying Angel Box -13867,475,100 // Neko Mimi Box -13868,475,100 // Moonlight Flower Hat Box -13869,475,100 // Baby Chick Hat Box -13870,475,100 // Beauty Gift Certificate Box -13871,475,100 // Mage Card Box -13872,475,100 // Acolyte Card Box -13873,475,100 // Archer Card Box -13874,475,100 // Swordman Card Box -13875,475,100 // Thief Card Box -13876,475,100 // Merchant Card Box -13877,475,100 // Clock Tower Card Box -13878,475,100 // Geffenia Card Box -13879,475,100 // Owl Card Box -13880,475,100 // Ghost Card Box -13881,475,100 // Nightmare Card Box -13882,475,100 // Curse Card Box -13883,475,100 // Sleep Card Box -13884,475,100 // Freeze Card Box -13885,475,100 // Stun Card Box -13886,475,100 // Silence Card Box -13887,475,100 // Blind Card Box -13888,475,100 // Chaos Card Box -13889,475,100 // Elunium Box -13890,475,100 // Oridecon Box -13891,475,100 // Fire Converter Box -13892,475,100 // Water Converter Box -13893,475,100 // Wind Converter Box -13894,475,100 // Earth Converter Box -13895,475,100 // Starter Pack -13896,73,100 // Mimic Summoning 5 Box -13897,73,100 // Disguise Summoning 5 Box -13898,73,100 // Alice Summoning 5 Box -13899,73,100 // Mimic Summoning 10 Box -13900,73,100 // Disguise Summoning 10 Box -13901,73,100 // Alice Summoning 10 Box -13902,475,100 // Fish Head Hat Box -13903,475,100 // Santa Poring Box -13904,475,100 // Bell Ribbon Box -13905,475,100 // XM Hardcore Set Box -13906,475,100 // XM Kitty Set Box -13907,475,100 // XM Softcore Set Box -13908,475,100 // XM Deviruchi Set Box -13909,475,100 // MVP Hunting Box -13910,475,100 // XM Brewing Set -13911,475,100 // Christmas Pet Scroll -13912,73,100 // Party Blessing 10 Scroll Box -13913,73,100 // Party Increase Agi 10 Scroll Box -13914,73,100 // Party Assumptio 5 Scroll Box -13915,475,100 // Love Angel Magic Powder Box -13916,475,100 // Squirrel Magic Powder Box -13917,475,100 // Gogo Magic Powder Box -13926,475,100 // Crusader Card Box -13927,475,100 // Alchemist Card Box -13928,475,100 // Rogue Card Box -13929,475,100 // Bard Dancer Card Box -13930,475,100 // Sage card box -13931,475,100 // Monk Card Box -13932,475,100 // Sylph Box -13933,475,100 // Undine Box -13934,475,100 // Salamander Box -13935,475,100 // Soul Box -13936,475,100 // Gnome Box -13937,475,100 // Robo Eye Box -13938,475,100 // Maiden's Twin Ribbon Box -13940,475,100 // WoE Teleport Scroll 100 Box -13941,475,100 // Taiwan Valentine Scroll -13942,475,100 // Love Angel Magic Powder Box 30 Days -13943,475,100 // Squirrel Magic Powder Box 30 Days -13944,475,100 // Gogo Magic Powder Box 30 Days -13945,475,100 // Brazil Swordsman Package -13946,475,100 // Brazil Magician Package -13947,475,100 // Brazil Acolyte Package -13948,475,100 // Brazil Archer package -13949,475,100 // Brazil Merchant Package -13950,475,100 // Brazil Thief Package -13951,475,100 // Western Outlaw Box -13952,475,100 // Lever Action Rifle Box -13953,475,100 // All In One Ring Box -13954,475,100 // Spiritual Tunic Box -13955,475,100 // Recuvative Armor Box -13956,475,100 // Shell Of Resistance Box -13957,475,100 // Silf Manteau Box -13958,475,100 // Refresh Shoes Box -13959,475,100 // Crunch Toast Box -13960,475,100 // Identification Box -13961,475,100 // Mochi Box -13962,475,100 // Defolty Doll Hat Box -13963,475,100 // Glaris Doll Hat Box -13964,475,100 // Sorin Doll Hat Box -13965,475,100 // Tailring Doll Hat Box -13966,475,100 // Vinit Doll Hat Box -13967,475,100 // W Doll Hat Box -13970,475,100 // Iron Box -13971,475,100 // Steel Box -13972,475,100 // Coal Box -13973,475,100 // Poison Bottle Box -13974,475,100 // Fisherman Scroll -13975,475,100 // Diary Magic Powder Box -13976,475,100 // Mini Heart Magic Powder Box -13977,475,100 // Freshman Magic Powder Box -13978,475,100 // Kid Magic Powder Box -13979,475,100 // Magic Magic Powder Box -13980,475,100 // JJangu Magic Powder Box -13981,475,100 // Diary Magic Powder Box 30 Days -13982,475,100 // Mini Heart Magic Powder Box 30 Days -13983,475,100 // Freshman Magic Powder Box 30 Days -13984,475,100 // Kid Magic Powder Box 30 Days -13985,475,100 // Magic Magic Powder Box 30 Days -13986,475,100 // JJangu Magic Powder Box 30 Days -13987,475,100 // Rough Oridecon 5 Box -13988,475,100 // Rough Oridecon 50 Box -13989,475,100 // Acid Bomb 10 Box -13990,475,100 // JOB Battle Manual Box -13991,475,100 // Tiger Mask Box -13992,475,100 // Pussy Cat Bell Box -13993,475,100 // Alice Hat Box -13994,475,100 // Speed Potion 5 Box -13995,475,100 // Speed Potion 10 Box -13996,475,100 // Big Bun 100 Box -13997,475,100 // Big Bun 500 Box -13998,475,100 // Giant Fly Wing 500 Box -13999,475,100 // Pill 100 Box -14000,475,100 // Pill 500 Box -14001,475,100 // Recruit Siege Supply Box -14002,475,100 // Veteran Siege Supply Box -14003,475,100 // Elite Siege Supply Box -14004,475,100 // Poison Bottle 10 Box -14005,475,100 // Poison Bottle 5 Box -14006,475,100 // Evolved Drooping Cat Box -14007,475,100 // Evolved Rabbits Headband Box -14008,475,100 // Evolved Helmet Of Orc Hero Box -14009,475,100 // Love Angel Magic Powder Box -14010,475,100 // Squillroll Magic Powder Box -14011,475,100 // Gogo Magic Powder Box -14012,475,100 // Love Angel Magic Powder Box 30 Days -14013,475,100 // Squillroll Magic Powder Box 30 Days -14014,475,100 // Gogo Magic Powder Box 30 Days -14015,475,100 // Western Outlaw Box -14016,475,100 // Lever Action Rifle Box -14017,475,100 // All In One Ring Box -14018,475,100 // Spiritual Tunic Box -14019,475,100 // Recuvative Armor Box -14020,475,100 // Shell Of Resistance Box -14021,475,100 // Silf Manteau Box -14022,475,100 // Refresh Shoes Box -14023,475,100 // Crunch Toast Box -14024,475,100 // Robo Eye Box -14025,475,100 // Maiden's Twin Ribbon Box -14027,475,100 // Fish Head Hat Box -14028,475,100 // SantaPoring Cap Box -14029,475,100 // Bell Ribbon Box -14030,475,100 // Mimic Summoning 5 Box -14031,475,100 // Disguise Summoning 5 Box -14032,475,100 // Alice Summoning 5 Box -14033,475,100 // Mimic Summoning 10 Box -14034,475,100 // Disguise Summoning 10 Box -14035,475,100 // Alice Summoning 10 Box) -14036,475,100 // New Style Box -14037,475,100 // Repair Weapon Scroll Box -14038,475,100 // Repair Weapon Scroll 10 Box -14041,475,100 // Yellow Butterfly Wing 5 Box -14042,475,100 // Yellow Butterfly Wing Box -14043,475,100 // Green Butterfly Wing 5 Box -14044,475,100 // Green Butterfly Wing Box -14045,475,100 // Red Butterfly Wing 5 Box -14046,475,100 // Red Butterfly Wing Box -14047,475,100 // Blue Butterfly Wing 5 Box -14048,475,100 // Blue Butterfly Wing Box -14049,475,100 // Candy 5 Box -14050,475,100 // Candy 10 Box -14051,475,100 // Dungeon Teleport Scroll II 5 Box -14052,475,100 // Dungeon Teleport Scroll II 10 Box -14053,475,100 // Little Angel Doll Box -14054,475,100 // Poring 3 Hats Box -14055,475,100 // Refined Nagan Box -14056,475,100 // Refined Brocca Box -14057,475,100 // Refined Survivor's Rod Box -14058,475,100 // Refined Quadrille Box -14059,475,100 // Refined Great Axe Box -14060,475,100 // Refined Bloody Roar Box -14061,475,100 // Refined Hardcover Book Box -14062,475,100 // Refined Fireblend Box -14063,475,100 // Refined Immaterial Sword Box -14064,475,100 // Refined Unholy Touch Box -14065,475,100 // Refined Survivor's Manteau Box -14066,475,100 // Refined Masquerade Box -14067,475,100 // Refined Helmet of Orc Hero Box -14068,475,100 // Refined Wing of Diablo Box -14069,475,100 // Refined Dark Blinder Box -14070,475,100 // Refined Drooping Cat Box -14071,475,100 // Refined Corsair Box -14072,475,100 // Refined Bloodied Shackle Ball Box -14073,475,100 // Refined Spiritual Ring Box -14074,475,100 // Wine Glass of Illusion 5 Box -14075,475,100 // Glass Of Illusion 10 Box -14076,475,100 // Scroll of Shadow Armor 5 Box -14077,475,100 // Scroll of Shadow Armor 10 Box -14078,475,100 // Scroll of Shadow Armor 30 Box -14079,475,100 // Scroll of Holy Armor 5 Box -14080,475,100 // Scroll of Holy Armor 10 Box -14081,475,100 // Scroll of Holy Armor 30 Box -14082,475,100 // Small Defense Potion 10 Box -14083,475,100 // Small Physical Defense Potion 30 Box -14084,475,100 // Small Physical Defense Potion 50 Box -14085,475,100 // Big Defense Potion 10 Box -14086,475,100 // Large Physical Defense Potion 30 Box -14087,475,100 // Large Physical Defense Potion 50 Box -14088,475,100 // Small Magic Defense Potion 10 Box -14089,475,100 // Small Magical Defense Potion 30 Box -14090,475,100 // Small Magical Defense Potion 50 Box -14091,475,100 // Big Magic Defense Potion 10 Box -14092,475,100 // Large Magical Defense Potion 30 Box -14093,475,100 // Large Magical Defense Potion 50 Box -14094,475,100 // Flying Angel Box -14095,475,100 // Neko Mimi Box -14096,475,100 // Moonlight Flower Hat Box -14097,475,100 // Baby Chick Hat Box -14098,475,100 // Peco Peco Hairband Box -14099,475,100 // Red Glasses Box -14100,475,100 // Whisper Mask Box -14101,475,100 // Ramen Hat Box -14102,475,100 // Dungeon Teleport Scroll 5 Box -14103,475,100 // Gym Membership Card Box -14104,475,100 // Small Life Potion 10 Box -14105,475,100 // Small Life Potion 30 Box -14106,475,100 // Small Life Potion 50 Box -14107,475,100 // Medium Life Potion 10 Box -14108,475,100 // Large Life Potion 30 Box -14109,475,100 // Large Life Potion 50 Box -14110,475,100 // Abrasive 5 Box -14111,475,100 // Abrasive 10 Box -14112,475,100 // Regeneration Potion 5 Box -14113,475,100 // Regeneration Potion 10 Box -14114,475,100 // Dungeon Teleport Scroll 10 Box -14115,475,100 // Refined Infiltrator Box -14116,475,100 // Refined Muramasa Box -14117,475,100 // Refined Excalibur Box -14118,475,100 // Combat Knife Box -14119,475,100 // Counter Dagger Box -14120,475,100 // Refined Kaiser Knuckle Box -14121,475,100 // Refined Mighty Staff Box -14122,475,100 // Light Epsilon Box -14123,475,100 // Refined Ballista Box -14124,475,100 // Sage's Diary Box -14125,475,100 // Asura Box -14126,475,100 // Apple of Archer Box -14127,475,100 // Bunny Band Box -14128,475,100 // Refined Sakkat Box -14129,475,100 // Refined Grand Circlet Box -14130,475,100 // Elven Ears Box -14131,475,100 // Steel Flower Box -14132,475,100 // Critical Ring Box -14133,475,100 // Earring Box -14134,475,100 // Ring Box -14135,475,100 // Necklace Box -14136,475,100 // Glove Box -14137,475,100 // Brooch Box -14138,475,100 // Rosary Box -14139,475,100 // Safety Ring Box -14140,475,100 // Refined Vesper Core 01 Box -14141,475,100 // Refined Vesper Core 02 Box -14142,475,100 // Refined Vesper Core 03 Box -14143,475,100 // Refined Vesper Core 04 Box -14144,475,100 // Vigorgra Box1 -14145,475,100 // Vigorgra Box2 -14146,475,100 // Vigorgra Box3 -14147,475,100 // Vigorgra Box4 -14148,475,100 // Vigorgra Box5 -14149,475,100 // Vigorgra Box6 -14150,475,100 // Vigorgra Box7 -14151,475,100 // Vigorgra Box8 -14152,475,100 // Start your Journey Pack -14153,475,100 // Siege Mode Pack -14154,475,100 // 1 Hour Survival Pack -14155,475,100 // Weekend Hunting Pack -14156,475,100 // Battle Manual Box -14157,475,100 // Insurance Package -14158,475,100 // Bubble Gum Box -14159,475,100 // Steamed Tongue Box -14160,475,100 // Steamed Scorpion Box -14161,475,100 // Dragon Breath Cocktail Box -14162,475,100 // Hwergelmir's Tonic Box -14163,475,100 // Nine Tail Dish Box -14164,475,100 // Stew Of Immortality Box -14165,475,100 // Kafra Card Box -14166,475,100 // Giant Fly Wing Box -14167,475,100 // Neuralizer Box -14168,475,100 // Convex Mirror Box -14169,475,100 // Blessing 10 Scroll Box -14170,475,100 // Increase AGI 10 scroll Box -14171,475,100 // Aspersio 5 Scroll Box -14172,475,100 // Assumptio 5 Scroll Box -14173,475,100 // Wind Walk 10 Scroll Box -14174,475,100 // Adrenaline 5 Scroll Box -14175,475,100 // Megaphone 10 Box -14176,475,100 // Enriched Elunium Box -14177,475,100 // Enriched Oridecon Box -14178,475,100 // Token of Siegfried Box -14179,475,100 // Giant Fly Wing 50 Box -14180,475,100 // Giant Fly Wing 100 Box -14181,475,100 // Hwergelmir's Tonic 30 Box -14182,475,100 // Hwergelmir's Tonic 50 Box -14183,475,100 // Nine Tail Dish 30 Box -14184,475,100 // Nine Tail Dish 50 Box -14185,475,100 // Increase Agility Scroll 30 Box -14186,475,100 // Increase Agility Scroll 50 Box -14187,475,100 // Stew of Immortality 30 Box -14188,475,100 // Stew of Immortality 50 Box -14189,475,100 // Life Insurrance 30 Box -14190,475,100 // Life Insurrance 50 Box -14191,475,100 // Convex Mirror 5 Box -14192,475,100 // Convex Mirror 30 Box -14193,475,100 // Blessing Scroll 30 Box -14194,475,100 // Lv10 Blessing Scroll Box 50 -14195,475,100 // Adrenaline Rush Scroll 30 Box -14196,475,100 // Adrenaline Rush Scroll 50 Box -14197,475,100 // Assumptio Scroll 30 Box -14198,475,100 // Lv5 Assumptio Scroll Box 50 -14199,475,100 // Aspersio Scroll 30 Box -14200,475,100 // Aspersio Scroll 50 Box -14201,475,100 // Steamed Scorpion 30 Box -14202,475,100 // Steamed Scorpion 50 Box -14203,475,100 // Wind Walk Scroll 30 Box -14204,475,100 // Wind Walk Scroll 50 Box -14205,475,100 // Dragon Breath Cocktail 30 Box -14206,475,100 // Dragon Breath Cocktail 50 Box -14207,475,100 // Field Manual Box -14208,475,100 // Battle Manual 5 Box -14209,475,100 // Token of Siegfried 5 Box -14210,475,100 // Token of Siegfried 20 Box -14211,475,100 // Kafra Card 30 Box -14212,475,100 // Kafra Card 50 Box -14213,475,100 // Steamed Tongue 30 Box -14214,475,100 // Steamed Tongue 50 Box -14215,475,100 // Bubble Gum Box -14216,475,100 // Bubble Gum 5 Box -14217,475,100 // Megaphone Box -14218,475,100 // Megaphone 5 Box -14219,475,100 // Enriched Elunium 5 Box -14220,475,100 // Enriched Oridecon 5 Box -14221,475,100 // Mystical Amplification Scroll 10 Box -14222,475,100 // Mystical Amplification Scroll 30 Box -14223,475,100 // Mystical Amplification Scroll 50 Box -14224,475,100 // Quagmire Scroll 10 Box -14225,475,100 // Quagmire Scroll 30 Box -14226,475,100 // Quagmire Scroll 50 Box -14227,475,100 // Healing Staff Box -14234,73,100 // Dead Branch 25 Box -14242,73,100 // Beholder Ring Box -14243,73,100 // Hallow Ring Box -14244,73,100 // Clamorous Ring Box -14245,73,100 // Chemical Ring Box -14246,73,100 // Insecticide Ring Box -14247,73,100 // Fisher Ring Box -14248,73,100 // Decussate Ring Box -14249,73,100 // Bloody Ring Box -14250,73,100 // Satanic Ring Box -14251,73,100 // Dragon Ring Box -14252,73,100 // Beholder Ring Box II -14253,73,100 // Hallow Ring Box II -14254,73,100 // Clamorous Ring Box II -14255,73,100 // Chemical Ring Box II -14256,73,100 // Insecticide Ring Box II -14257,73,100 // Fisher Ring Box II -14258,73,100 // Decussate Ring Box II -14259,73,100 // Bloody Ring Box II -14260,73,100 // Satanic Ring Box II -14261,73,100 // Dragon Ring Box II -14289,475,100 // New Clothing Dye Coupon Box -14290,475,100 // Original Clothing Dye Coupon Box -14296,73,100 // Angel Scroll -14297,73,100 // Devil Scroll -14300,73,100 // Mask Of Ifrit Box -14301,73,100 // Ears Of Ifrit Box -14304,73,100 // Scuba Mask Box -14314,475,100 // Phreeoni Scroll Box -14315,475,100 // Ghostring Scroll Box -14316,73,100 // July7 Scroll -14317,457,100 // Bacsojin Scroll -14343,475,100 // Spiked Scarf Box -14344,475,100 // Rainbow Scarf Box -14345,457,100 // Animal Scroll -14349,73,100 // Mental Potion 20 Box -14350,73,100 // Mental Potion 50 Box -14351,73,100 // Tyr's Blessing 20 Box -14352,73,100 // Tyr's Blessing 50 Box -14363,73,100 // Heart Scroll -14375,457,100 // Celestial Axe Box -14376,475,100 // Angeling Potion Box -14377,457,100 // Scream Megaphone Box -14380,457,100 // Anubis Hat Box -14393,73,100 // Universal Amulet Box -14408,73,100 // New Year Scroll -14440,457,100 // Dice Hat Box -14441,457,100 // King Tiger Doll Hat Box -14447,457,100 // Pirate's Pride Box -14448,457,100 // Necromancer's Hood Box -14459,475,100 // Magic Rabbit Hat Box -14460,475,100 // RO 5th Wedding Anniversary Box -14461,475,100 // Ashura Fairy Hat Box -14469,457,100 // Ox Tail Egg -14508,73,100 // Zeny Pet Egg Scroll -14521,475,100 // Repair Weapon Scroll -14527,475,100 // Dungeon Teleport Scroll -14533,475,100 // Field Manual 100% -14534,475,100 // Small Life Potion -14535,475,100 // Medium Life Potion -14536,475,100 // Abrasive -14537,475,100 // Regeneration Potion -14538,475,100 // Glass of Illusion -14539,475,100 // Shadow Armor Scroll -14540,475,100 // Holy Armor Scroll -14541,475,100 // Small Defense Potion -14542,475,100 // Big Defense Potion -14543,475,100 // Small Magic Defense Potion -14544,475,100 // Big Magic Defense Potion -14569,475,100 // Knife Goblin Ring -14570,475,100 // Flail Goblin Ring -14571,475,100 // Hammer Goblin Ring -14572,475,100 // Holy Marble -14573,475,100 // Red Burning Stone -14574,475,100 // Vagabond's Skull -14586,73,100 // Jumping Candy -14587,475,100 // Equipment Repair Spell Book -14588,75,100 // Party Blessing 10 Scroll -14589,75,100 // Party Increase Agi 10 Scroll -14590,75,100 // Party Assumptio 5 Scroll -14591,475,100 // WoE Teleport Scroll -14592,475,100 // JOB Battle Manual -14593,475,100 // Mystical Amplification Scroll -14594,475,100 // Quagmire Scroll -14597,475,100 // Phreeoni Scroll -14598,475,100 // Ghostring Scroll -14599,475,100 // Greed Scroll -14600,73,100 // Mental Potion -14601,73,100 // Tyr's Blessing -14602,475,100 // Tao Gunka Scroll -14603,475,100 // Mistress Scroll -14604,475,100 // Orc Hero Scroll -14605,475,100 // Orc Lord Scroll -14606,475,100 // JOB Battle Manual -14608,73,100 // Manchu-Han Imperial Feast -16002,507,100 // Stunner -16134,475,100 // Frog King Hat Box -16135,457,100 // Satanic Bone Helm Box -16247,475,100 // Dragon Arhat Mask Box -16248,475,100 // Tiger Arhat Mask Box -16257,73,100 // Buddah Scroll -16304,475,100 // Evil Incarnation -16371,73,100 // Tw Aug Scroll -16461,73,100 // Red Wing Hat Box -16555,73,100 // Pr Reset Stone Box - -// Misc. Items -1313,499,100 // Tourist Axe -1386,507,100 // Doom Slayer -1388,507,100 // Two-Handed Axe -1428,475,100 // Long Horn -1429,475,100 // Hunting Spear -1579,475,100 // Book of the Dead -1644,475,100 // Staff of Piercing -1645,475,100 // Lich's Bone Wand -1749,499,100 // Tourist Bow -1928,507,100 // Spirited Guitar -2003,475,100 // Staff of Destruction -2398,475,100 // Sniping Suit -2449,475,100 // Variant Shoes -2551,475,100 // Crest of the Rider -2552,475,100 // Mithril Magic Manteau -2777,65,100 // Shaman Ring -2778,65,100 // Shaman Earrings -2779,65,100 // Dark Knight Belt -2780,65,100 // Dark Knight Glove -2781,65,100 // Aumdura's Benefit -2782,475,100 // Ring of the Ancient Wise King -2785,475,100 // Orlean's Gloves -5100,73,100 // Sales Banner -5103,73,100 // Sunflower Hairpin -5133,73,100 // Sheep Hat -5206,73,100 // Romantic White Flower -5215,73,100 // Evolved Angel Wing -5216,73,100 // Evolved Evil Wing -5217,73,100 // Evolved Majestic Goat -5218,73,100 // Evolved Bunny Band -5219,73,100 // Evolved Drooping Cat -5220,73,100 // Evolved Pipe -5221,73,100 // Evolved Pair of Red Ribbon -5222,73,100 // Evolved Blue Fish -5223,73,100 // Evolved Big Golden Bell -5224,73,100 // Evolved Orc Hero Helm -5243,73,100 // Shafka -5256,73,100 // Valkyrie Feather Band -5257,73,100 // Soul Ring -5278,73,100 // Yellow Ribbon -5284,73,100 // Water Lily Crown -5285,73,100 // Vane Hairpin -5287,73,100 // Vacation Hat -5289,73,100 // Vanilmirth Hat -5291,73,100 // Kettle Hat -5292,73,100 // Dragon Skull -5300,73,100 // Bullock Helm -5304,73,100 // Cap Of Blindness -5318,467,100 // Poring Party Hat -5333,457,100 // Radio Antenna -5336,73,100 // Guildsman Recruiter Hat -5337,73,100 // Party Recruiter Hat -5338,507,100 // Bf Recruiter Hat -5339,507,100 // Friend Recruiter Hat -5346,507,100 // Gf Recruiter Hat -5352,73,100 // Poporing Cap -5356,384,100 // Festival Pumpkin Hat -5359,73,100 // Ship Captain Hat -5360,73,100 // Hyuke's Black Cat Ears -5361,73,100 // Gangster Scarf -5362,73,100 // Ninja Scroll -5371,73,100 // Judge Hat -5383,73,100 // Hunter's Cap -5387,73,100 // Neko Mimi Kafra -5389,73,100 // Angel Spirit -5395,73,100 // Striped Hat -5403,73,100 // Fish In Mouth -5428,475,100 // RWC Anniversary Bread Envelope -5451,475,100 // RWC 2008 Dragon Helm Gold -5452,475,100 // RWC 2008 Dragon Helm Silver -5453,475,100 // RWC 2008 Dragon Helm Copper -5457,73,100 // Moon Rabbit Hat -5476,73,100 // Grand Peco Hairband -5479,65,100 // Shaman's Hair Decoration -5480,65,100 // Bijofnil Wings -5481,65,100 // Hermode Cap -5482,65,100 // Dark Knight Mask -5483,65,100 // Odin Mask -5492,507,100 // Student Cap -5493,507,100 // Ulle's Cap -5494,507,100 // Sphinx Hat -5495,73,100 // Power Of Thor -5508,73,100 // Shark Hat -5509,73,100 // Sting hat -5511,73,100 // Samambaia -5521,507,100 // Angry Mouth -5527,73,100 // Lunatic Hat -5532,73,100 // Pirate Dagger -5536,507,100 // Spare Card -5544,467,100 // Time Keeper Hat -5545,73,100 // Aries Diadem -5546,73,100 // Aries Crown -5549,73,100 // Taurus Diadem -5550,73,100 // Taurus Crown -5554,73,100 // Octopus Hat -5555,73,100 // Leaf Cat Hat -5567,73,100 // Bright Fury -5569,73,100 // Gemini Diadem -5570,73,100 // Gemini Crown -5574,73,100 // Well-Chewed Pencil -5577,65,100 // Dark Knight Mask -5579,73,100 // Wanderer's Sakkat -5584,73,100 // Majestic Evil Horns -5587,499,100 // Mosquito Coil -5654,73,100 // Holy Marching Hat -5667,73,100 // Skull Hood -5668,499,100 // Weird Pumpkin Hat -5738,73,100 // Snowman Hat -5741,499,100 // Eternal Egg Shell -5786,475,100 // Ancient Elven Ear -5796,507,100 // Cheer Scarf -5797,507,100 // Cheer Scarf2 -5798,507,100 // Cheer Scarf3 -5799,507,100 // Cheer Scarf4 -5856,507,100 // Passion FB Hat -5857,507,100 // Cool FB Hat -5858,507,100 // Victory FB Hat -5859,507,100 // Glory FB Hat -6052,507,100 // Ornament Hairpin -6060,499,100 // Month Viewing Ticket -6070,475,100 // Shaman's Document -6071,475,100 // Broken Sword -6072,475,100 // Bijofnil Feather -6073,499,100 // Dragon's Mane -6093,499,100 // Draco's Egg -6101,499,100 // Attendance Card -6102,507,100 // Report On Splendide -6103,507,100 // Report On Manuk -6116,507,100 // Succubus Pet Exchange Coupon -6117,507,100 // Imp Pet Exchange Coupon -6118,507,100 // Chung E Exchange Coupon -6125,507,100 // Spring Time Box -6126,507,100 // Summer Happy Box -6127,507,100 // Purification Stone -6129,507,100 // Nightmare Terror Exchange Coupon -6130,507,100 // Loli Ruri Exchange Coupon -6131,507,100 // Goblin Leader Exchange Coupon -6132,507,100 // Incubus Exchange Coupon -6133,507,100 // Miyabi Ningyo Exchange Coupon -6134,507,100 // Giant Whisper Exchange Coupon -6135,507,100 // Evil Nymph Exchange Coupon -6136,507,100 // Medusa Exchange Coupon -6137,507,100 // Stone Shooter Exchange Coupon -6138,507,100 // Marionette Exchange Coupon -6139,507,100 // Leaf Cat Exchange Coupon -6140,507,100 // Dullahan Exchange Coupon -6141,507,100 // Shinobi Exchange Coupon -6142,507,100 // Golem Exchange Coupon -6143,507,100 // Civil Servant Exchange Coupon -6148,499,100 // Eternity Of Chocolate -6149,499,100 // Simple Chocolate -6150,507,100 // Key of The Mansion -6206,499,100 // I Love You -6207,499,100 // Thank You -6208,499,100 // I Respect Yo -6225,475,100 // HD Carnium -6226,475,100 // HD Bradium -6228,475,100 // Guarantee Weapon 9Up -6229,475,100 // Guarantee Weapon 8Up -6230,475,100 // Guarantee Weapon 7Up -6231,475,100 // Guarantee Weapon 6Up -6232,475,100 // Guarantee Armor 9Up -6233,475,100 // Guarantee Armor 8Up -6234,475,100 // Guarantee Armor 7Up -6235,475,100 // Guarantee Armor 6Up -6236,499,100 // Blue Card 7 -6238,475,100 // Guarantee Weapon 11Up -6239,475,100 // Guarantee Armor 11Up -6240,475,100 // Purified Oridecon -6241,475,100 // Purified Elunium -6242,457,100 // Midgard Coinu -6296,499,100 // Training Notice -6298,499,100 // Pumpkin Head Crushed -6299,499,100 // Worn Cloth Piece -6320,507,100 // Premium Reset Stone -6345,499,100 // Love Ball -6347,499,100 // Bless Word Paper -6348,499,100 // Bless Word Paper -6349,499,100 // Bless Word Paper -6350,499,100 // Bless Word Paper -6351,499,100 // Bless Word Paper -6352,499,100 // Bless Word Paper -6353,499,100 // Bless Word Paper -6354,499,100 // Bless Word Paper -6355,499,100 // Bless Word Paper -6356,499,100 // Bless Word Paper -6357,499,100 // Fortune Cookie Fail -6358,507,100 // Free Cash Coupon -6359,507,100 // Guidebook Exchange -6377,467,100 // Buy Market Permit -7275,507,100 // Record of Ancient Language -7276,507,100 // Doodled Message -7580,499,100 // Black Marble -7624,499,100 // Spring Stanza23 -7629,499,100 // Pink Gift Box -7841,499,100 // Stained Piece Of Paper -7842,499,100 // Torn Piece Of Paper -7843,499,100 // Old Piece Of Paper -7844,499,100 // Burnt Pieces Of Paper -7895,499,100 // Rama5 Book -7896,499,100 // Loykrathong Book -7897,499,100 // Constitution Book -7898,499,100 // VV Strong Balmung -7899,499,100 // Dagger Of Psychic -7900,507,100 // Jonathan Family Ring -7901,507,100 // Jillberriel Family Ring -7902,507,100 // Jessur Family Ring -7903,507,100 // Jenoss Family Ring -7904,507,100 // Piano Key -7906,507,100 // Poppy Wreath -7907,499,100 // Bobbin Of Goddess -7912,507,100 // Portable Snowman Machine -7913,507,100 // Battle Test Certificate -7914,507,100 // Ancient Language Document -7923,499,100 // Krathong -7928,507,100 // Brazil National Flag -7929,507,100 // Gold Coin -7930,507,100 // Devil's Cattle Ring -7944,73,100 // Sealed Box -7949,499,100 // Woven Wool -7951,507,100 // Golden Tulip Flower -7952,507,100 // Gift Of Lomi Ross -7953,507,100 // Gift Of Juliet -7954,499,100 // Summer Festival Ticket -7959,65,100 // Ancient Gold Coin -7960,65,100 // Ancient Silver Coin -7961,499,100 // Weapon Exchange -7962,499,100 // Treasure Map1 -7963,499,100 // Treasure Map2 -7964,499,100 // Treasure Map3 -7965,499,100 // Treasure Map4 -7966,499,100 // Weird Parchment1 -7967,499,100 // Weird Parchment2 -7968,499,100 // Weird Parchment3 -7969,499,100 // Weird Parchment4 -7973,499,100 // Immortality Egg -7974,499,100 // Illusion Piece -7978,499,100 // Spring Stanza1 -7979,499,100 // Spring Stanza2 -7980,499,100 // Spring Stanza3 -7981,499,100 // Spring Stanza4 -7982,499,100 // Spring Stanza5 -7983,499,100 // Spring Stanza6 -7984,499,100 // Spring Stanza7 -7985,499,100 // Spring Stanza8 -7986,499,100 // Spring Stanza9 -7987,499,100 // Spring Stanza10 -7988,499,100 // Spring Stanza11 -7989,499,100 // Spring Stanza12 -7990,499,100 // Spring Stanza13 -7991,499,100 // Spring Stanza14 -7992,499,100 // Spring Stanza15 -7993,499,100 // Spring Stanza16 -7994,499,100 // Spring Stanza17 -7995,499,100 // Spring Stanza18 -7996,499,100 // Spring Stanza19 -7997,499,100 // Spring Stanza20 -7998,499,100 // Spring Stanza21 -7999,499,100 // Spring Stanza22 -9028,465,100 // Hard Rice Cake -11503,475,100 // WoE White Potion -11504,475,100 // WoE Blue Potion -11505,507,100 // Iris -11514,475,100 // Enriched Slim Pot -12740,73,100 // Amplification Scroll -12741,73,100 // Intellect Amplification Scroll -12745,507,100 // Skull Scroll -12746,499,100 // Destruction Scroll -12754,499,100 // New Year Bun -12755,499,100 // Traditional Firecrack -12756,499,100 // New Gift Envelope -12766,507,100 // Reward Job BM25 -12767,467,100 // Passion FB Hat Box -12768,467,100 // Cool FB Hat Box -12769,467,100 // Victory FB Hat Box -12770,467,100 // Glory FB Hat Box -12771,467,100 // Passion Hat Box2 -12772,467,100 // Cool Hat Box2 -12773,467,100 // Victory Hat Box2 -13043,507,100 // Fortune Sword -13044,507,100 // Ice Pick -13045,507,100 // Kamaitachi -13308,507,100 // Huuma Blaze Shuriken -13420,73,100 // Honglyun's Sword -15001,507,100 // Odin's Blessing -18500,507,100 // Cheer Scarf6 -18501,507,100 // Cheer Scarf8 -18502,507,100 // Cheer Scarf10 -5306,507,100 // Freya's Crown -5307,73,100 // Carmen Miranda's Hat -5308,73,100 // Brazil National Flag Hat -5310,73,100 // Shining Electric Bulb Hairband -5311,73,100 // Large Hisbiscus -5312,73,100 // Ayothaya King's Hat -5322,475,100 // Kerchief -5358,73,100 // Peco Ears -5367,73,100 // Hyegun Hat -5385,457,100 // Yoyo Hat -5388,73,100 // Snake Head Hat -5397,73,100 // Scuba Gear -5401,73,100 // Black Frame Glasses -5402,73,100 // Mischievous Fairy -5404,73,100 // Blue Ribbon -5405,73,100 // Filir Hat -5406,467,100 // Academy Freshman Hat -5407,467,100 // Academy Completion Hat -5423,73,100 // I Love China -5429,73,100 // Bogy Cap -5430,65,100 // Torch Cap -5450,475,100 // Solar Hat -5460,499,100 // Evolved Dragon Skull Hat -5461,499,100 // Evolved Whisper Mask -5464,507,100 // Zaha Doll Hat -5478,457,100 // Classic Hat -5490,457,100 // Anubis Helm -5491,457,100 // Bandit Hat -5496,457,100 // Dice Hat -5497,457,100 // King Tiger Doll Hat -5498,73,100 // Wandering Wolf Helm -5499,73,100 // Pizza Hat -5500,73,100 // Icecream Hat -5501,457,100 // Pirate's Pride -5504,73,100 // Wedding Weil -5519,73,100 // Peacock Feather -5526,73,100 // Tanigumi Girl Doll -5528,457,100 // Frog King Hat -5530,73,100 // Raven Cap -5537,73,100 // Kwati Hat -5538,73,100 // Tucan Hat -5539,73,100 // Jaguar Hat -5547,73,100 // RJC Katusa Flower -5548,73,100 // Scarlet Rose -5557,73,100 // Wild Rose Hat -5564,73,100 // Crown of Deceit -5565,507,100 // Dragon Arhat Mask -5566,507,100 // Tiger Arhat Mask -5581,73,100 // Cancer Diadem -5582,73,100 // Cancer Crown -5603,475,100 // RTC First Place -5604,475,100 // RTC Second Place -5605,475,100 // RTC Third Place -5770,73,100 // Splash Hat -5818,507,100 // Carnival Hat -5819,507,100 // Carnival Circlet -5821,507,100 // Gold Tulip Hairpin -5822,499,100 // Love Chick Hat diff --git a/db/re/item_buyingstore.txt b/db/re/item_buyingstore.txt deleted file mode 100644 index 879f49927..000000000 --- a/db/re/item_buyingstore.txt +++ /dev/null @@ -1,1134 +0,0 @@ -// Buying Store Item List -// List of items, that can be sold to buying stores. -// Format: <item id> -// Example: -// 512 // Apple -// Note: -// Items are in same order as data\buyingstoreitemlist.txt, which -// must be edited as well for the client to accept added items. - -// items from 2011-11-02 update -714 // Emperium -6381 // Field_Shovel -6382 // Urn -6393 // Round_Feather -6394 // Golden_Feather -6395 // Angel_Magic_Power -//6403 -//6404 -//6405 -//6423 -//6469 -//6470 -//6471 -//6493 -//6496 -//6497 -//6498 -//6499 -//6508 -//6509 -//6510 -//6511 -//6512 -//6513 -//6514 -//6515 -//6516 -//6517 -//6518 -//6523 -//6524 -//6525 -7347 // Lab_Staff_Record -7760 // Yaga_Magic_Book -7762 // Yaga_Pestle -7824 // Spirit_Liquor -11519 // Beef_Toast -11520 // Mora_Mandarin -11521 // Pingui_Berry_Juice -11522 // Red_Raffle_Sap -11523 // Yellow_Raffle_Sap -11524 // White_Raffle_Sap -11525 // Mora_Hip_Tea -11526 // Rafflecino -//11532 -//11533 -//11534 -//11536 -//11537 -//11547 -//11548 -//11549 -12329 // Recall_MaleGM -12330 // Recall_FemaleGM -12342 // Manuk's_Opportunity -12343 // Manuk's_Courage -12344 // Pinguicula's_fruit_Jam -12345 // Luciola's_Honey_Jam -12348 // Manuk's_Faith -12349 // Cornus'_Tears -12350 // Angeling_Potion -12351 // Shout_Megaphone -12354 // Buche_De_Noel -12355 // Xmas_Gift -12356 // Louise_Costume_Box -12418 // Full_SwingK -12419 // Mana_Plus -12422 // HP_Increase_PotionS -12423 // HP_Increase_PotionM -12424 // HP_Increase_PotionL -12425 // SP_Increase_PotionS -12426 // SP_Increase_PotionM -12427 // SP_Increase_PotionL -12428 // Enrich_White_PotionZ -12429 // Savage_BBQ -12430 // Wug_Blood_Cocktail -12431 // Minor_Brisket -12432 // Siroma_Icetea -12433 // Drocera_Herb_Stew -12434 // Petti_Tail_Noodle -12436 // Vitata500 -12437 // Enrich_Celermine_Juice -12475 // Cure_Free -12536 // NY_Rice_Cake_Soup -12539 // Splendid_Box -12561 // Mysterious_Seed -12574 // Mora_Berry -12575 // Arrow_Of_Elf_Cntr -12576 // Hunting_Arrow_Cntr -//12582 -//12608 -//12609 -//12612 -//12613 -//12614 -//12615 -//12616 -//12617 -//12618 -//12619 -//12620 -//12621 -//12623 -//12675 -//12676 -//12677 -//12678 -//12679 -//12680 -//12683 -//12690 -//12691 -//12692 -//12693 -//12694 -//12695 -//12698 -//12699 -//12700 -//12775 - -// items from 2010-03-12 update -601 // Wing_Of_Fly -602 // Wing_Of_Butterfly -603 // Old_Blue_Box -604 // Branch_Of_Dead_Tree -605 // Anodyne -606 // Aloebera -607 // Yggdrasilberry -608 // Seed_Of_Yggdrasil -609 // Amulet -610 // Leaf_Of_Yggdrasil -611 // Spectacles -612 // Portable_Furnace -613 // Iron_Hammer -614 // Golden_Hammer -615 // Oridecon_Hammer -616 // Old_Card_Album -617 // Old_Violet_Box -618 // Worn_Out_Scroll -619 // Unripe_Apple -620 // Orange_Juice -621 // Bitter_Herb -622 // Rainbow_Carrot -623 // Earthworm_The_Dude -624 // Rotten_Fish -625 // Lusty_Iron -626 // Monster_Juice -627 // Sweet_Milk -628 // Well_Dried_Bone -629 // Singing_Flower -630 // Dew_Laden_Moss -631 // Deadly_Noxious_Herb -632 // Fatty_Chubby_Earthworm -633 // Baked_Yam -634 // Tropical_Banana -635 // Horror_Of_Tribe -636 // No_Recipient -637 // Old_Broom -638 // Silver_Knife_Of_Chaste -639 // Armlet_Of_Obedience -640 // Shining_Stone -641 // Contracts_In_Shadow -642 // Book_Of_Devil -643 // Pet_Incubator -644 // Gift_Box -645 // Center_Potion -656 // Awakening_Potion -657 // Berserk_Potion -658 // Union_Of_Tribe -659 // Heart_Of_Her -660 // Prohibition_Red_Candle -661 // Sway_Apron -662 // Inspector_Certificate -663 // Korea_Rice_Cake -664 // Gift_Box_1 -665 // Gift_Box_2 -666 // Gift_Box_3 -667 // Gift_Box_4 -668 // Handsei -669 // Rice_Cake_Soup -678 // Poison_Bottle -679 // Gold_Pill -681 // Memory_Of_Wedding -682 // Realgar_Wine -683 // Exorcize_Herb -684 // Durian -686 // Earth_Scroll_1_3 -687 // Earth_Scroll_1_5 -688 // Cold_Scroll_1_3 -689 // Cold_Scroll_1_5 -690 // Fire_Scroll_1_3 -691 // Fire_Scroll_1_5 -692 // Wind_Scroll_1_3 -693 // Wind_Scroll_1_5 -694 // Ghost_Scroll_1_3 -695 // Ghost_Scroll_1_5 -696 // Fire_Scroll_2_1 -697 // Fire_Scroll_2_5 -698 // Fire_Scroll_3_1 -699 // Fire_Scroll_3_5 -700 // Cold_Scroll_2_1 -12000 // Cold_Scroll_2_5 -12001 // Holy_Scroll_1_3 -12002 // Holy_Scroll_1_5 -12003 // Holy_Scroll_2_1 -12004 // Arrow_Container -12005 // Iron_Arrow_Container -12006 // Steel_Arrow_Container -12007 // Ori_Arrow_Container -12008 // Fire_Arrow_Container -12009 // Silver_Arrow_Container -12010 // Wind_Arrow_Container -12011 // Stone_Arrow_Container -12012 // Crystal_Arrow_Container -12013 // Shadow_Arrow_Container -12014 // Imma_Arrow_Container -12015 // Rusty_Arrow_Container -12016 // Speed_Up_Potion -12017 // Slow_Down_Potion -12018 // Fire_Cracker -12020 // Water_Of_Darkness -12027 // Giggling_Box -12028 // Box_Of_Thunder -12029 // Gloomy_Box -12030 // Box_Of_Grudge -12031 // Sleepy_Box -12032 // Box_Of_Storm -12033 // Box_Of_Sunlight -12034 // Painting_Box -12040 // Stone_Of_Intelligence_ -12041 // Str_Dish01 -12042 // Str_Dish02 -12043 // Str_Dish03 -12044 // Str_Dish04 -12045 // Str_Dish05 -12046 // Int_Dish01 -12047 // Int_Dish02 -12048 // Int_Dish03 -12049 // Int_Dish04 -12050 // Int_Dish05 -12051 // Vit_Dish01 -12052 // Vit_Dish02 -12053 // Vit_Dish03 -12054 // Vit_Dish04 -12055 // Vit_Dish05 -12056 // Agi_Dish01 -12057 // Agi_Dish02 -12058 // Agi_Dish03 -12059 // Agi_Dish04 -12060 // Agi_Dish05 -12061 // Dex_Dish01 -12062 // Dex_Dish02 -12063 // Dex_Dish03 -12064 // Dex_Dish04 -12065 // Dex_Dish05 -12066 // Luk_Dish01 -12067 // Luk_Dish02 -12068 // Luk_Dish03 -12069 // Luk_Dish04 -12070 // Luk_Dish05 -12071 // Str_Dish06 -12072 // Str_Dish07 -12073 // Str_Dish08 -12074 // Str_Dish09 -12075 // Str_Dish10 -12076 // Int_Dish06 -12077 // Int_Dish07 -12078 // Int_Dish08 -12079 // Int_Dish09 -12080 // Int_Dish10 -12081 // Vit_Dish06 -12082 // Vit_Dish07 -12083 // Vit_Dish08 -12084 // Vit_Dish09 -12085 // Vit_Dish10 -12086 // Agi_Dish06 -12087 // Agi_Dish07 -12088 // Agi_Dish08 -12089 // Agi_Dish09 -12090 // Agi_Dish10 -12091 // Dex_Dish06 -12092 // Dex_Dish07 -12093 // Dex_Dish08 -12094 // Dex_Dish09 -12095 // Dex_Dish10 -12096 // Luk_Dish06 -12097 // Luk_Dish07 -12098 // Luk_Dish08 -12099 // Luk_Dish09 -12100 // Luk_Dish10 -12101 // Citron -12102 // Meat_Skewer -12103 // Bloody_Dead_Branch -12104 // Random_Quiver -12105 // Set_Of_Taiming_Item -12106 // Accessory_Box -12107 // Wrapped_Mask -12108 // Bundle_Of_Magic_Scroll -12109 // Poring_Box -12110 // First_Aid_Kit -12111 // Food_Package -12112 // Tropical_Sograt -12113 // Vermilion_The_Beach -12114 // Elemental_Fire -12115 // Elemental_Water -12116 // Elemental_Earth -12117 // Elemental_Wind -12118 // Resist_Fire -12119 // Resist_Water -12120 // Resist_Earth -12121 // Resist_Wind -12122 // Sesame_Pastry -12123 // Honey_Pastry -12124 // Rainbow_Cake -12125 // Outdoor_Cooking_Kits -12126 // Indoor_Cooking_Kits -12127 // High_end_Cooking_Kits -12128 // Imperial_Cooking_Kits -12129 // Fantastic_Cooking_Kits -12130 // Cookie_Bag -12132 // Red_Bag -12144 // Sphere_Case_Wind -12145 // Sphere_Case_Darkness -12146 // Sphere_Case_Poison -12147 // Sphere_Case_Water -12148 // Sphere_Case_Fire -12149 // Bullet_Case -12150 // Bullet_Case_Blood -12151 // Bullet_Case_Silver -12183 // Holy_Arrow_Quiver -12184 // Mercenary_Red_Potion -12185 // Mercenary_Blue_Potion -12194 // Hometown_Gift -12195 // Plain_Rice_Cake -12196 // Hearty_Rice_Cake -12197 // Salty_Rice_Cake -12198 // Lucky_Rice_Cake -12241 // M_Center_Potion -12242 // M_Awakening_Potion -12243 // M_Berserk_Potion -12246 // Magic_Card_Album -12260 // Cool_Summer_Outfit -12290 // Mysterious_Can -12291 // Mysterious_PET_Bottle -12292 // Unripe_Fruit -12293 // Dried_Yggdrasilberry -12341 // Special_Alloy_Trap_Box -12346 // Unripe_Acorn -12347 // Acorn_Jelly -12353 // Tiny_Waterbottle -12358 // Fan_Of_Wind -12359 // Very_Soft_Plant -12360 // Very_Red_Juice -12362 // Kuloren -12364 // Staff_Of_Leader -12365 // Charming_Lotus -12366 // Gril_Doll -12367 // Luxury_Whisky_Bottle -12368 // Splendid_Mirror -12369 // Coconut -12371 // Magical_Lithography -12372 // Hell_Contract -12373 // Boy's_Naivety -12374 // Flaming_Ice -12376 // Mysterious_Can2 -12377 // Mysterious_PET_Bottle2 -12379 // Pope's_Cookie -12383 // Vulcan_Bullet_Magazine -12392 // RepairA -12393 // RepairB -12394 // RepairC -12395 // Tantanmen -12414 // Guarana_Candy -12717 // Poison_Paralysis -12718 // Poison_Leech -12719 // Poison_Oblivion -12720 // Poison_Contamination -12721 // Poison_Numb -12722 // Poison_Fever -12723 // Poison_Laughing -12724 // Poison_Fatigue -12734 // Runstone_Quality -12735 // Runstone_Ancient -12736 // Runstone_Mystic -12737 // Runstone_Ordinary -12738 // Runstone_Rare -506 // Green_Potion -507 // Red_Herb -508 // Yellow_Herb -509 // White_Herb -510 // Blue_Herb -511 // Green_Herb -512 // Apple -513 // Banana -514 // Grape -515 // Carrot -516 // Sweet_Potato -517 // Meat -518 // Honey -519 // Milk -520 // Leaflet_Of_Hinal -521 // Leaflet_Of_Aloe -522 // Fruit_Of_Mastela -523 // Holy_Water -525 // Panacea -526 // Royal_Jelly -528 // Monster's_Feed -529 // Candy -530 // Candy_Striper -531 // Apple_Juice -532 // Banana_Juice -533 // Grape_Juice -534 // Carrot_Juice -535 // Pumpkin -536 // Ice_Cream -537 // Pet_Food -538 // Well_Baked_Cookie -539 // Piece_Of_Cake -544 // Fish_Slice -548 // Cheese -549 // Nice_Sweet_Potato -550 // Popped_Rice -551 // Shusi -553 // Bun -564 // Rice_Ball -566 // Tomyumkung -567 // Prawn -568 // Lemon -569 // Novice_Potion -570 // Lucky_Candy -571 // Lucky_Candy_Cane -572 // Lucky_Cookie -574 // Egg -576 // Prickly_Fruit -577 // Grain -578 // Strawberry -579 // Delicious_Fish -580 // Bread -581 // Mushroom -582 // Orange -584 // Fish_Ball_Soup -587 // Prickly_Fruit_ -591 // Caviar_Pancake -592 // Jam_Pancake -593 // Honey_Pancake -594 // Sour_Cream_Pancake -595 // Mushroom_Pancake -11513 // Protect_Neck_Candy -11515 // Coconut -11516 // Acai_Fruit -11517 // Puri_Potion -701 // Ora_Ora -702 // Animal_Blood -703 // Hinalle -704 // Aloe -705 // Clover -706 // Four_Leaf_Clover -707 // Singing_Plant -708 // Ment -709 // Izidor -710 // Illusion_Flower -711 // Shoot -712 // Flower -713 // Empty_Bottle -715 // Yellow_Gemstone -716 // Red_Gemstone -717 // Blue_Gemstone -718 // Dark_Red_Jewel -719 // Violet_Jewel -720 // Skyblue_Jewel -721 // Azure_Jewel -722 // Scarlet_Jewel -723 // Cardinal_Jewel -724 // Cardinal_Jewel_ -725 // Red_Jewel -726 // Blue_Jewel -727 // White_Jewel -728 // Golden_Jewel -729 // Bluish_Green_Jewel -730 // Crystal_Jewel -731 // Crystal_Jewel_ -732 // Crystal_Jewel__ -733 // Crystal_Jewel___ -734 // Red_Frame -735 // Blue_Porcelain -736 // White_Platter -737 // Black_Ladle -738 // Pencil_Case -739 // Rouge -740 // Stuffed_Doll -741 // Poring_Doll -742 // Chonchon_Doll -743 // Spore_Doll -744 // Bunch_Of_Flowers -745 // Wedding_Bouquet -746 // Glass_Bead -747 // Crystal_Mirror -748 // Witherless_Rose -749 // Frozen_Rose -750 // Baphomet_Doll -751 // Osiris_Doll -752 // Grasshopper_Doll -753 // Monkey_Doll -754 // Raccoondog_Doll -756 // Oridecon_Stone -757 // Elunium_Stone -901 // Danggie -902 // Tree_Root -903 // Reptile_Tongue -904 // Scorpion's_Tail -905 // Stem -906 // Pointed_Scale -907 // Resin -908 // Spawn -909 // Jellopy -910 // Garlet -911 // Scell -912 // Zargon -913 // Tooth_Of_Bat -914 // Fluff -915 // Chrysalis -916 // Feather_Of_Birds -917 // Talon -918 // Sticky_Webfoot -919 // Animal's_Skin -920 // Claw_Of_Wolves -921 // Mushroom_Spore -922 // Orcish_Cuspid -923 // Evil_Horn -924 // Powder_Of_Butterfly -925 // Bill_Of_Birds -926 // Scale_Of_Snakes -928 // Insect_Feeler -929 // Immortal_Heart -930 // Rotten_Bandage -931 // Orcish_Voucher -932 // Skel_Bone -934 // Mementos -935 // Shell -936 // Scales_Shell -937 // Posionous_Canine -938 // Sticky_Mucus -939 // Bee_Sting -940 // Grasshopper's_Leg -941 // Nose_Ring -942 // Yoyo_Tail -943 // Solid_Shell -944 // Horseshoe -945 // Raccoon_Leaf -946 // Snail's_Shell -947 // Horn -948 // Bear's_Foot -949 // Feather -950 // Heart_Of_Mermaid -951 // Fin -952 // Cactus_Needle -953 // Stone_Heart -954 // Shining_Scales -955 // Worm_Peelings -956 // Gill -957 // Decayed_Nail -958 // Horrendous_Mouth -959 // Rotten_Scale -960 // Nipper -961 // Conch -962 // Tentacle -963 // Sharp_Scale -964 // Crap_Shell -965 // Clam_Shell -966 // Flesh_Of_Clam -967 // Turtle_Shell -968 // Voucher_Of_Orcish_Hero -969 // Gold -971 // Detrimindexta -972 // Karvodailnirol -973 // Counteragent -974 // Mixture -975 // Scarlet_Dyestuffs -976 // Lemon_Dyestuffs -978 // Cobaltblue_Dyestuffs -979 // Darkgreen_Dyestuffs -980 // Orange_Dyestuffs -981 // Violet_Dyestuffs -982 // White_Dyestuffs -983 // Black_Dyestuffs -984 // Oridecon -985 // Elunium -986 // Anvil -987 // Oridecon_Anvil -988 // Golden_Anvil -989 // Emperium_Anvil -990 // Boody_Red -991 // Crystal_Blue -992 // Wind_Of_Verdure -993 // Yellow_Live -994 // Flame_Heart -995 // Mistic_Frozen -996 // Rough_Wind -997 // Great_Nature -998 // Iron -999 // Steel -1000 // Star_Crumb -1001 // Sparkling_Dust -1002 // Iron_Ore -1003 // Coal -1004 // Patriotism_Marks -1005 // Hammer_Of_Blacksmith -1006 // Old_Magic_Book -1007 // Penetration -1008 // Frozen_Heart -1009 // Sacred_Marks -1010 // Phracon -1011 // Emveretarcon -1012 // Lizard_Scruff -1013 // Colorful_Shell -1014 // Jaws_Of_Ant -1015 // Thin_N'_Long_Tongue -1016 // Rat_Tail -1017 // Moustache_Of_Mole -1018 // Nail_Of_Mole -1019 // Wooden_Block -1020 // Long_Hair -1021 // Dokkaebi_Horn -1022 // Fox_Tail -1023 // Fish_Tail -1024 // Chinese_Ink -1025 // Spiderweb -1026 // Acorn -1027 // Porcupine_Spike -1028 // Wild_Boar's_Mane -1029 // Tiger's_Skin -1030 // Tiger_Footskin -1031 // Limb_Of_Mantis -1032 // Blossom_Of_Maneater -1033 // Root_Of_Maneater -1034 // Cobold_Hair -1035 // Dragon_Canine -1036 // Dragon_Scale -1037 // Dragon_Train -1038 // Petite_DiablOfs_Horn -1039 // Petite_DiablOfs_Wing -1040 // Elder_Pixie's_Beard -1041 // Lantern -1042 // Short_Leg -1043 // Nail_Of_Orc -1044 // Tooth_Of_ -1045 // Sacred_Masque -1046 // Tweezer -1047 // Head_Of_Medusa -1048 // Slender_Snake -1049 // Skirt_Of_Virgin -1050 // Tendon -1051 // Detonator -1052 // Single_Cell -1053 // Tooth_Of_Ancient_Fish -1054 // Lip_Of_Ancient_Fish -1055 // Earthworm_Peeling -1056 // Grit -1057 // Moth_Dust -1058 // Wing_Of_Moth -1059 // Transparent_Cloth -1060 // Golden_Hair -1061 // Starsand_Of_Witch -1062 // Pumpkin_Head -1063 // Sharpened_Cuspid -1064 // Reins -1065 // Booby_Trap -1066 // Tree_Of_Archer_1 -1067 // Tree_Of_Archer_2 -1068 // Tree_Of_Archer_3 -1088 // Morocc_Potion -1089 // Payon_Potion -1092 // Empty_Cylinder -1093 // Empty_Potion -1094 // Short_Daenggie -1095 // Needle_Of_Alarm -1096 // Round_Shell -1097 // Worn_Out_Page -1098 // Manacles -1099 // Worn_Out_Prison_Uniform -6001 // Essence_Of_Fire -6002 // Token_Of_Apostle -6003 // Soul_Pendant -6004 // Bapho_Doll -6008 // Wood -6010 // Pickaxe -6020 // Fur -6021 // Peaked_Hat -6022 // Hard_Skin -6023 // Mystic_Horn -6032 // Horn_Of_Hilsrion -6033 // Horn_Of_Tendrilion -6073 // Dragon's_Mane -6075 // Crystalized_Teardrop -6086 // Withered_Flower -6087 // Crystal_Of_Soul_01 -6088 // Crystal_Of_Soul_02 -6089 // Piece_Of_Darkness -6090 // Purified_Bradium -6091 // Dark_Red_Scale -6095 // Flavored_Alcohol -6096 // Fish_With_Blue_Back -6097 // Pumpkin_Pie_ -6098 // Small_Snow_Flower -6099 // Grilled_Rice_Cake -6100 // Damp_Darkness -6104 // Big_Cell -6105 // Morning_Dew -6106 // Well_Ripened_Berry -6107 // Sunset_On_The_Rock -6108 // Apple_Pudding -6109 // Plant_Neutrient -6110 // Vital_Flower -6111 // Mystic_Stone -6112 // Fresh_Plant -6113 // Vital_Flower_ -6114 // Flame_Gemstone -6115 // Bun_ -6120 // Face_Paint -6123 // Surface_Paint -6128 // Guillotine_Antidote -6144 // Heartbroken_Tears -6145 // Vulcan_Bullet -6146 // Magic_Gear_Fuel -6147 // Liquid_Condensed_Bullet -6186 // Monkey_Wrench -6189 // Magic_Book_FB -6190 // Magic_Book_CB -6191 // Magic_Book_LB -6192 // Magic_Book_SG -6193 // Magic_Book_LOV -6194 // Magic_Book_MS -6195 // Magic_Book_CM -6196 // Magic_Book_TV -6197 // Magic_Book_TS -6198 // Magic_Book_JT -6199 // Magic_Book_WB -6200 // Magic_Book_HD -6201 // Magic_Book_ES -6202 // Magic_Book_ES_ -6203 // Magic_Book_CL -6204 // Magic_Book_CR -6205 // Magic_Book_DL -6210 // Seed_Of_Thorny_Plant -6211 // Bloodsuck_Plant_Seed -6212 // Bomb_Mushroom_Spore -6213 // Explosive_Powder -6214 // Smokes_Powder -6215 // Tear_Gas -6216 // Oil_Bottle -6217 // Mandragora_Flowerpot -6223 // Carnium -6224 // Bradium -6244 // Dark_Powder -6245 // Black_Powder -6246 // Yellow_Powder -6247 // White_Powder -6248 // Chowder_Pot -6249 // Savage_Meat -6250 // Iron_Cooking_Skewer -6251 // Black_Charcoal -6252 // Wolf's_Blood -6253 // Cold_Ice -6254 // Seasoned_Tough_Meat -6255 // Large_Pan -6256 // Powdered_Ice -6257 // Ice_Crystal -6258 // Comodo_Tropical_Fruit -6259 // Drosera_Feeler -6260 // Petite_Tail -6261 // Fine_Noodles -6262 // Cold_Broth -6263 // Coconut -6264 // Melon -6265 // Pineapple -6279 // Apple_Bomb_Guidebook -6280 // Pineapple_Bomb_Guidebook -6281 // Coconut_Bomb_Guidebook -6282 // Melon_Bomb_Guidebook -6283 // Banana_Bomb_Guidebook -6284 // Plant_Genetic_Cultivation_Guide -6285 // Improved_Potion_Creation_Manual -6297 // Empty_Potion_Bottle -6321 // Rake_Helmet -6322 // Antler_Helmet -6323 // Two-Horn_Helmet -6324 // One-Horn_Helmet -6325 // White_Spider_Legs -6326 // Queen_Scraba_Shell -6360 // Scarlet_Point -6361 // Indigo_Point -6362 // Yellow_Wish_Point -6363 // Lime_Green_Point -7001 // Mould_Powder -7002 // Ogre_Tooth -7003 // Anolian_Skin -7004 // Mud_Lump -7005 // Skull -7006 // Wing_Of_Red_Bat -7007 // Claw_Of_Rat -7008 // Stiff_Horn -7009 // Glitter_Shell -7010 // Tail_Of_Steel_Scorpion -7011 // Claw_Of_Monkey -7012 // Tough_Scalelike_Stem -7013 // Coral_Reef -7014 // Old_Portrait -7015 // Bookclip_In_Memory -7016 // Spoon_Stub -7017 // Executioner's_Mitten -7018 // Young_Twig -7019 // Loki's_Whispers -7020 // Mother's_Nightmare -7021 // Foolishness_Of_Blind -7022 // Old_Hilt -7023 // Blade_Lost_In_Darkness -7024 // Bloody_Edge -7026 // Key_Of_Clock_Tower -7027 // Underground_Key -7030 // Claw_Of_Desert_Wolf -7031 // Old_Frying_Pan -7032 // Piece_Of_Egg_Shell -7033 // Poison_Spore -7034 // Red_Socks_With_Holes -7035 // Matchstick -7036 // Fang_Of_Garm -7038 // Yarn -7041 // Fine_Grit -7043 // Fine_Sand -7047 // Alice's_Apron -7048 // Talon_Of_Griffin -7049 // Stone -7053 // Cyfar -7054 // Brigan -7055 // Animal_Pooopoo -7056 // Payroll_Of_Kafra -7057 // Gallar_Horn -7058 // Gullraifnir -7063 // Soft_Feather -7064 // Dragon_Fly_Wing -7065 // Sea_Otter_Leather -7066 // Ice_Piece -7067 // Stone_Piece -7068 // Burn_Tree -7069 // Broken_Armor_Piece -7070 // Broken_Shell -7071 // Tatters_Clothes -7072 // Rust_Suriken -7073 // Jewel_Of_Prayer -7074 // Iron_Glove -7075 // Iron_Maiden -7076 // Mystery_Wheel -7077 // Silver_Fancy -7078 // Anger_Of_Valkurye -7079 // Feather_Of_Angel -7080 // Foot_Step_Of_Cat -7081 // Beard_Of_Women -7082 // Root_Of_Stone -7083 // Soul_Of_Fish -7084 // Saliva_Of_Bird -7085 // Tendon_Of_Bear -7086 // Symbol_Of_Sun -7087 // Breath_Of_Soul -7088 // Crystal_Of_Snow -7089 // Indication_Of_Tempest -7090 // Slilince_Wave -7091 // Rough_Billows -7092 // Air_Stream -7093 // Wheel -7094 // Mystery_Piece -7095 // Broken_Steel_Piece -7096 // Cold_Magma -7097 // Burning_Heart -7098 // Live_Coal -7099 // Old_Magic_Circle -7100 // Sharp_Leaf -7101 // Peco_Wing_Feather -7102 // Hideous_Dream -7103 // Unknown_Liquid_Bottle -7104 // Fake_Angel_Wing -7105 // Fake_Angel_Loop -7106 // Goat's_Horn -7107 // Gaoat's_Skin -7108 // Boroken_Shiled_Piece -7109 // Shine_Spear_Blade -7110 // Vroken_Sword -7111 // Smooth_Paper -7112 // Fright_Paper_Blade -7113 // Broken_Pharaoh_Symbol -7114 // Tutankhamen's_Mask -7115 // Harpy's_Feather -7116 // Harpy's_Claw -7117 // Rent_Spell_Book -7118 // Rent_Scroll -7119 // Spawns -7120 // Burning_Horse_Shoe -7121 // Honey_Jar -7122 // Hot_Hair -7123 // Dragon's_Skin -7124 // Sand_Lump -7125 // Scropion's_Nipper -7126 // Large_Jellopy -7127 // Alcol_Create_Book -7128 // FireBottle_Create_Book -7129 // Acid_Create_Book -7130 // Plant_Create_Book -7131 // Mine_Create_Book -7132 // Coating_Create_Book -7133 // Slim_Potion_Create_Book -7134 // Medicine_Bowl -7140 // Seed_Of_Life -7141 // Yggdrasilberry_Dew -7143 // Life_Force_Pot -7144 // Normal_Potion_Book -7147 // Jasmin -7149 // Yellow_Plate -7150 // Bamboo_Cut -7151 // Oil_Paper -7152 // Glossy_Hair -7153 // Old_Japaness_Clothes -7154 // Poison_Powder -7155 // Poison_Toad's_Skin -7156 // Broken_Shuriken -7157 // Black_Mask -7158 // Broken_Wine_Vessel -7159 // Tengu's_Nose -7160 // Lord's_Passable_Ticket -7161 // Black_Bear's_Skin -7162 // Cloud_Piece -7163 // Sharp_Feeler -7164 // Hard_Peach -7165 // Limpid_Celestial_Robe -7166 // Soft_Silk_Cloth -7167 // Mystery_Iron_Bit -7168 // Great_Wing -7169 // Taegeuk_Plate -7170 // Tuxedo -7171 // Leopard_Skin -7172 // Leopard_Talon -7174 // Packing_Ribbon -7175 // Packing_Paper -7182 // Cacao -7186 // Thin_Stem -7187 // Festival_Mask -7188 // Browny_Root -7189 // Heart_Of_Tree -7190 // Solid_Peeling -7191 // Lamplight -7192 // Blade_Of_Pinwheel -7193 // Germinating_Sprout -7194 // Soft_Leaf -7195 // Air_Rifle -7196 // Shoulder_Protection -7197 // Tough_Vines -7198 // Great_Leaf -7199 // Coupon -7200 // Flexible_String -7201 // Log -7202 // Beetle_Nipper -7203 // Solid_Twig -7204 // Gunpowder -7205 // Piece_Of_Black_Cloth -7206 // Black_Kitty_Doll -7207 // Old_Manteau -7208 // Rusty_Cleaver -7209 // Dullahan's_Helm -7210 // Dullahan_Armor -7211 // Rojerta_Piece -7212 // Hanging_Doll -7213 // Needle_Pouch -7214 // Bat_Cage -7215 // Broken_Needle -7216 // Red_Scarf -7217 // Spool -7218 // Rotten_Rope -7219 // Striped_Socks -7220 // Ectoplasm -7221 // Tangled_Chain -7222 // Tree_Knot -7223 // Distorted_Portrait -7225 // Pumpkin_Bucket -7226 // Pill -7262 // Fan -7263 // Cat_Eyed_Stone -7264 // Dried_Sand -7265 // Dragon_Horn -7266 // Dragon_Fang -7267 // Tiger_Skin_Panties -7268 // Little_Blacky_Ghost -7269 // Bib -7270 // Milk_Bottle -7277 // Munak_Doll -7286 // Chilli -7289 // Olivine -7290 // Phlogopite -7291 // Agate -7292 // Muscovite -7293 // Rose_Quartz -7294 // Turquoise -7295 // Citrine -7296 // Pyroxene -7297 // Biotite -7298 // Leaf_Clothes -7299 // Bamboo_Basket -7300 // Gemstone -7301 // Sword_Accessory -7303 // Bag_Of_Rice -7312 // Jubilee -7315 // Dark_Crystal_Fragment -7316 // Long_Limb -7317 // Screw -7318 // Old_Pick -7319 // Old_Steel_Plate -7320 // Air_Pollutant -7321 // Fragment_Of_Crystal -7322 // Poisonous_Gas -7323 // Battered_Kettle -7325 // Tube -7326 // Fluorescent_Liquid -7327 // Headlamp -7340 // Will_Of_Darkness -7345 // Armlet_Of_Prisoner -7352 // Transparent_Plate01 -7353 // Transparent_Plate02 -7354 // Transparent_Plate03 -7355 // Transparent_Plate04 -7356 // Piece_Of_Crest1 -7357 // Piece_Of_Crest2 -7358 // Piece_Of_Crest3 -7359 // Piece_Of_Crest4 -7419 // Embryo_HandBook -7433 // Scroll -7434 // Elemental_Potion_Book -7435 // Golden_Bracelet -7436 // Piece_Of_Memory_Green -7437 // Piece_Of_Memory_Purple -7438 // Piece_Of_Memory_Blue -7439 // Piece_Of_Memory_Red -7440 // Red_Feather -7441 // Blue_Feather -7442 // Cursed_Seal -7443 // Tri_Headed_Dragon_Head -7444 // Treasure_Box -7445 // Dragonball_Green -7446 // Dragonball_Blue -7447 // Dragonball_Red -7448 // Dragonball_Yellow -7449 // Bloody_Page -7450 // Piece_Of_Bone_Armor -7451 // Scale_Of_Red_Dragon -7452 // Yellow_Spice -7453 // Sweet_Sauce -7454 // Plain_Sauce -7455 // Hot_Sauce -7456 // Red_Spice -7457 // Cooking_Oil -7472 // Cookbook01 -7473 // Cookbook02 -7474 // Cookbook03 -7475 // Cookbook04 -7476 // Cookbook05 -7477 // Cookbook06 -7478 // Cookbook07 -7479 // Cookbook08 -7480 // Cookbook09 -7481 // Cookbook10 -7482 // Pot -7507 // Sturdy_Iron_Piece -7510 // Valhalla_Flower -7511 // Rune_Of_Darkness -7512 // Burnt_Parts -7513 // Pocket_Watch -7521 // Flame_Stone -7522 // Ice_Stone -7523 // Wind_Stone -7524 // Shadow_Orb -7561 // Ice_Heart -7562 // Ice_Scale -7563 // Bloody_Rune -7564 // Rotten_Meat -7565 // Sticky_Poison -7566 // Will_Of_Darkness_ -7567 // Suspicious_Hat -7568 // White_Mask -7574 // Ice_Particle -7751 // Old_White_Cloth -7752 // Clattering_Skull -7753 // Broken_Farming_Utensil -7754 // Broken_Crown -7830 // Goddess_Tear -7831 // Valkyrie_Token -7832 // Brynhild_Armor_Piece -7833 // Hero_Remains -7834 // Andvari_Ring -7835 // Dusk_Glow -7836 // Dawn_Essence -7837 // Cold_Moonlight -7838 // Hazy_Starlight -7931 // Poison_Kit -7932 // Poison_Herb_Nerium -7933 // Poison_Herb_Rantana -7934 // Poison_Herb_Makulata -7935 // Poison_Herb_Seratum -7936 // Poison_Herb_Scopolia -7937 // Poison_Herb_Amoena -7938 // Light_Granule -7939 // Elder_Branch -7940 // Special_Alloy_Trap -11000 // Prontera_Book_01 -11001 // Adventure_Story01 -11002 // Great_Chef_Orleans01 -11003 // Legend_Of_Kafra01 -11004 // Mercenary_Rebellion -11005 // Tyrant_Schmidt -11006 // Blood_Flower01 -11007 // Blood_Flower02 -11008 // Barmund -11009 // Adventure_Story02 -11020 // Japan_Book1 -11021 // Japan_Book2 -11022 // Mix_Cooking_Ingredient_Book_1 -11023 // Vitality_Boost_Research_Book -11024 // Energy_Drink_Formula diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fba0a6932..ecd2b7c17 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -29,6 +29,26 @@ item_db: ( Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + 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) @@ -98,6 +118,7 @@ item_db: ( Buy: 40 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_end SC_POISON; sc_end SC_SILENCE; @@ -113,6 +134,7 @@ item_db: ( Buy: 18 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(18,28),0; "> }, { @@ -123,6 +145,7 @@ item_db: ( Buy: 40 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal rand(38,58),0; "> }, { @@ -133,6 +156,7 @@ item_db: ( Buy: 120 Weight: 70 Upper: 63 + BuyingStore: true Script: <" itemheal rand(75,115),0; "> }, { @@ -143,6 +167,7 @@ item_db: ( Buy: 60 Weight: 70 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(15,30); "> }, { @@ -153,6 +178,7 @@ item_db: ( Buy: 10 Weight: 30 Upper: 63 + BuyingStore: true Script: <" sc_end SC_POISON; "> }, { @@ -163,6 +189,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(16,22),0; "> }, { @@ -173,6 +200,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(17,21),0; "> }, { @@ -183,6 +211,7 @@ item_db: ( Buy: 200 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(10,15); "> }, { @@ -193,6 +222,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(18,20),0; "> }, { @@ -203,6 +233,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(15,23),0; "> }, { @@ -213,6 +244,7 @@ item_db: ( Buy: 50 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(70,100),0; "> }, { @@ -223,6 +255,7 @@ item_db: ( Buy: 500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemheal rand(70,100),rand(20,40); "> }, { @@ -233,6 +266,7 @@ item_db: ( Buy: 25 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(27,37),0; "> }, { @@ -243,6 +277,7 @@ item_db: ( Buy: 150 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemheal rand(175,235),0; "> }, { @@ -253,6 +288,7 @@ item_db: ( Buy: 360 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),0; "> }, { @@ -263,6 +299,7 @@ item_db: ( Buy: 8500 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(400,600),0; "> }, { @@ -273,6 +310,7 @@ item_db: ( Buy: 20 Weight: 30 Upper: 63 + BuyingStore: true Script: <" sc_end SC_CURSE; "> }, { @@ -283,6 +321,7 @@ item_db: ( Buy: 500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_end SC_POISON; sc_end SC_SILENCE; @@ -300,6 +339,7 @@ item_db: ( Buy: 7000 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -318,6 +358,7 @@ item_db: ( Buy: 60 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(72,108),0; "> }, { @@ -328,6 +369,7 @@ item_db: ( Buy: 10 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(45,65),0; "> }, { @@ -338,6 +380,7 @@ item_db: ( Buy: 20 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(105,145),0; "> }, { @@ -348,6 +391,7 @@ item_db: ( Buy: 20 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(25,35),0; "> }, { @@ -358,6 +402,7 @@ item_db: ( Buy: 20 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(26,34),0; "> }, { @@ -368,6 +413,7 @@ item_db: ( Buy: 250 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(15,25); "> }, { @@ -378,6 +424,7 @@ item_db: ( Buy: 20 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(27,33),0; "> }, { @@ -388,6 +435,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal 19,0; "> }, { @@ -398,6 +446,7 @@ item_db: ( Buy: 150 Weight: 80 Upper: 63 + BuyingStore: true Script: <" itemheal rand(105,145),0; if(rand(1000)<250) sc_start SC_FREEZE,10000,0; @@ -411,6 +460,7 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemheal rand(50,90),0; "> }, { @@ -421,6 +471,7 @@ item_db: ( Buy: 1000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(160,200),0; "> }, { @@ -431,6 +482,7 @@ item_db: ( Buy: 3000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemheal rand(270,330),0; "> }, { @@ -481,6 +533,7 @@ item_db: ( Buy: 20 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(25,60),0; "> }, { @@ -521,6 +574,7 @@ item_db: ( Buy: 2800 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(10,15); "> }, { @@ -531,6 +585,7 @@ item_db: ( Buy: 180 Weight: 80 Upper: 63 + BuyingStore: true Script: <" itemheal rand(50,100),0; if(rand(1000)<150) sc_start SC_STUN,3000,0; @@ -544,6 +599,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemheal rand(10,15),0; "> }, { @@ -554,6 +610,7 @@ item_db: ( Buy: 1 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal rand(50,60),0; "> }, { @@ -574,6 +631,7 @@ item_db: ( Buy: 1 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal rand(35,70),0; "> }, { @@ -688,6 +746,7 @@ item_db: ( Buy: 1 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal 200,0; "> }, { @@ -708,6 +767,7 @@ item_db: ( Buy: 10000 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(244,350),rand(10,30); sc_end SC_POISON; @@ -726,6 +786,7 @@ item_db: ( Buy: 500 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(117,192),0; "> }, { @@ -736,6 +797,7 @@ item_db: ( Buy: 60 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(10,20); "> }, { @@ -746,6 +808,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemheal rand(44,66),0; "> }, { @@ -756,6 +819,7 @@ item_db: ( Buy: 10 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(45,65),0; "> }, { @@ -766,6 +830,7 @@ item_db: ( Buy: 20 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(105,145),0; "> }, { @@ -776,6 +841,7 @@ item_db: ( Buy: 1000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(160,200),0; "> }, { @@ -804,6 +870,7 @@ item_db: ( Buy: 20 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(33,42),0; "> }, { @@ -824,6 +891,7 @@ item_db: ( Buy: 540 Weight: 60 Upper: 63 + BuyingStore: true Script: <" itemheal rand(150,300),rand(20,30); "> }, { @@ -834,6 +902,7 @@ item_db: ( Buy: 200 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(60,70),0; "> }, { @@ -844,6 +913,7 @@ item_db: ( Buy: 200 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(16,28); "> }, { @@ -854,6 +924,7 @@ item_db: ( Buy: 250 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(100,150),0; "> }, { @@ -864,6 +935,7 @@ item_db: ( Buy: 150 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(50,90),0; "> }, { @@ -874,6 +946,7 @@ item_db: ( Buy: 40 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(20,30),0; "> }, { @@ -884,6 +957,7 @@ item_db: ( Buy: 300 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(10,20),rand(10,20); "> }, { @@ -912,6 +986,7 @@ item_db: ( Buy: 100 Weight: 60 Upper: 63 + BuyingStore: true Script: <" itemheal rand(40,70),0; "> }, { @@ -942,6 +1017,7 @@ item_db: ( Buy: 880 Weight: 60 Upper: 63 + BuyingStore: true Script: <" itemheal rand(270,330),rand(20,30); "> }, { @@ -982,6 +1058,7 @@ item_db: ( Buy: 0 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -1000,6 +1077,7 @@ item_db: ( Buy: 0 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -1018,6 +1096,7 @@ item_db: ( Buy: 0 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -1036,6 +1115,7 @@ item_db: ( Buy: 0 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -1054,6 +1134,7 @@ item_db: ( Buy: 0 Weight: 150 Upper: 63 + BuyingStore: true Script: <" itemheal rand(325,405),rand(40,60); sc_end SC_POISON; @@ -1114,6 +1195,7 @@ item_db: ( Buy: 500 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -1124,6 +1206,7 @@ item_db: ( Buy: 300 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemskill AL_TELEPORT,3; "> }, { @@ -1134,6 +1217,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 603,1; "> }, { @@ -1144,6 +1228,7 @@ item_db: ( Buy: 50 Weight: 50 Upper: 63 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-1,1,""; "> }, { @@ -1154,6 +1239,7 @@ item_db: ( Buy: 2000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemskill SM_ENDURE,1; "> }, { @@ -1164,6 +1250,7 @@ item_db: ( Buy: 1500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemskill SM_SELFPROVOKE,1; "> }, { @@ -1174,6 +1261,8 @@ item_db: ( Buy: 5000 Weight: 300 Upper: 63 + BuyingStore: true + Delay: 5000 Script: <" percentheal 100,100; "> }, { @@ -1184,6 +1273,8 @@ item_db: ( Buy: 5000 Weight: 300 Upper: 63 + BuyingStore: true + Delay: 3000 Script: <" percentheal 50,50; "> }, { @@ -1194,6 +1285,7 @@ item_db: ( Buy: 100 Weight: 100 Upper: 63 + BuyingStore: true }, { Id: 610 @@ -1203,6 +1295,7 @@ item_db: ( Buy: 4000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemskill ALL_RESURRECTION,1; "> }, { @@ -1213,6 +1306,7 @@ item_db: ( Buy: 40 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemskill MC_IDENTIFY,1; "> }, { @@ -1223,6 +1317,7 @@ item_db: ( Buy: 150 Weight: 200 Upper: 63 + BuyingStore: true Script: <" produce 21; "> }, { @@ -1233,6 +1328,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" produce 1; "> }, { @@ -1243,6 +1339,7 @@ item_db: ( Buy: 3000 Weight: 300 Upper: 63 + BuyingStore: true Script: <" produce 2; "> }, { @@ -1253,6 +1350,7 @@ item_db: ( Buy: 5000 Weight: 400 Upper: 63 + BuyingStore: true Script: <" produce 3; "> }, { @@ -1263,6 +1361,7 @@ item_db: ( Buy: 10000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 616,1; "> }, { @@ -1273,6 +1372,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 617,1; "> }, { @@ -1283,6 +1383,7 @@ item_db: ( Buy: 50 Weight: 20 Upper: 63 + BuyingStore: true }, { Id: 619 @@ -1292,6 +1393,10 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1002; "> }, { @@ -1302,6 +1407,10 @@ item_db: ( Buy: 1500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1113; "> }, { @@ -1312,6 +1421,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1031; "> }, { @@ -1322,6 +1435,10 @@ item_db: ( Buy: 2500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1063; "> }, { @@ -1332,6 +1449,10 @@ item_db: ( Buy: 4000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1049; "> }, { @@ -1342,6 +1463,10 @@ item_db: ( Buy: 2500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1011; "> }, { @@ -1352,6 +1477,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1042; "> }, { @@ -1362,6 +1491,10 @@ item_db: ( Buy: 1500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1035; "> }, { @@ -1372,6 +1505,10 @@ item_db: ( Buy: 7000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1167; "> }, { @@ -1382,6 +1519,10 @@ item_db: ( Buy: 10000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1107; "> }, { @@ -1392,6 +1533,10 @@ item_db: ( Buy: 300 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1052; "> }, { @@ -1402,6 +1547,10 @@ item_db: ( Buy: 10 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1014; "> }, { @@ -1412,6 +1561,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1077; "> }, { @@ -1422,6 +1575,10 @@ item_db: ( Buy: 5000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1019; "> }, { @@ -1432,6 +1589,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1056; "> }, { @@ -1442,6 +1603,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1057; "> }, { @@ -1452,6 +1617,10 @@ item_db: ( Buy: 300 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1023; "> }, { @@ -1462,6 +1631,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1026; "> }, { @@ -1472,6 +1645,10 @@ item_db: ( Buy: 350 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1110; "> }, { @@ -1482,6 +1659,10 @@ item_db: ( Buy: 12000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1170; "> }, { @@ -1492,6 +1673,10 @@ item_db: ( Buy: 18000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1029; "> }, { @@ -1502,6 +1687,10 @@ item_db: ( Buy: 3000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1155; "> }, { @@ -1512,6 +1701,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1109; "> }, { @@ -1522,6 +1715,10 @@ item_db: ( Buy: 1800 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1101; "> }, { @@ -1532,6 +1729,7 @@ item_db: ( Buy: 3000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" bpet; "> }, { @@ -1542,6 +1740,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 644,1; "> }, { @@ -1552,6 +1751,7 @@ item_db: ( Buy: 800 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION1,1800000,4; "> }, { @@ -1564,6 +1764,7 @@ item_db: ( Job: 0xFFF7FEEF Upper: 63 EquipLv: 40 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; "> }, { @@ -1576,6 +1777,7 @@ item_db: ( Job: 0x01E646A6 Upper: 63 EquipLv: 85 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; "> }, { @@ -1586,6 +1788,7 @@ item_db: ( Buy: 2 Weight: 500 Upper: 63 + BuyingStore: true Script: <" guildgetexp rand(600000,1200000); "> }, { @@ -1596,6 +1799,10 @@ item_db: ( Buy: 500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1188; "> }, { @@ -1606,6 +1813,10 @@ item_db: ( Buy: 20000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1200; "> }, { @@ -1616,6 +1827,10 @@ item_db: ( Buy: 20000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1275; "> }, { @@ -1626,6 +1841,7 @@ item_db: ( Buy: 1450 Weight: 30 Upper: 63 + BuyingStore: true Script: <" sc_start SC_MOVHASTE_HORSE,180000,0; "> }, { @@ -1636,6 +1852,7 @@ item_db: ( Buy: 1 Weight: 10 Upper: 63 + BuyingStore: true Script: <" percentheal 10,0; "> }, { @@ -1646,6 +1863,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 664,1; "> }, { @@ -1656,6 +1874,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 665,1; "> }, { @@ -1666,6 +1885,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 666,1; "> }, { @@ -1676,6 +1896,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 667,1; "> }, { @@ -1686,6 +1907,7 @@ item_db: ( Buy: 0 Weight: 20 Upper: 63 + BuyingStore: true Script: <" set Zeny,Zeny+rand(1000,10000); "> }, { @@ -1696,6 +1918,7 @@ item_db: ( Buy: 500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal -100,-100; "> }, { @@ -1778,6 +2001,7 @@ item_db: ( Buy: 5000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { sc_start SC_DPOISON,60000,0; @@ -1794,6 +2018,7 @@ item_db: ( Buy: 5000 Weight: 300 Upper: 63 + BuyingStore: true Script: <" if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0; @@ -1817,6 +2042,7 @@ item_db: ( Buy: 50000 Weight: 10 Upper: 63 + BuyingStore: true Script: <" if (getpartnerid()) sc_start SC_WEDDING,600000,0; "> }, { @@ -1827,6 +2053,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PLUSATTACKPOWER,60000,30; "> }, { @@ -1837,6 +2064,7 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PLUSMAGICPOWER,60000,30; "> }, { @@ -1847,6 +2075,7 @@ item_db: ( Buy: 15000 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PLUSATTACKPOWER,60000,10; sc_start SC_PLUSMAGICPOWER,60000,10; @@ -1870,6 +2099,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill WZ_EARTHSPIKE,3; "> }, { @@ -1880,6 +2113,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill WZ_EARTHSPIKE,5; "> }, { @@ -1890,6 +2127,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_COLDBOLT,3; "> }, { @@ -1900,6 +2141,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_COLDBOLT,5; "> }, { @@ -1910,6 +2155,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBOLT,3; "> }, { @@ -1920,6 +2169,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBOLT,5; "> }, { @@ -1930,6 +2183,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_LIGHTNINGBOLT,3; "> }, { @@ -1940,6 +2197,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_LIGHTNINGBOLT,5; "> }, { @@ -1950,6 +2211,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_SOULSTRIKE,3; "> }, { @@ -1960,6 +2225,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_SOULSTRIKE,5; "> }, { @@ -1970,6 +2239,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBALL,1; "> }, { @@ -1980,6 +2253,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBALL,5; "> }, { @@ -1990,6 +2267,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREWALL,1; "> }, { @@ -2000,6 +2281,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREWALL,5; "> }, { @@ -2010,6 +2295,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FROSTDIVER,1; "> }, // Etc Items @@ -2021,6 +2310,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 200 + BuyingStore: true }, { Id: 702 @@ -2029,6 +2319,7 @@ item_db: ( Type: 3 Buy: 450 Weight: 100 + BuyingStore: true }, { Id: 703 @@ -2037,6 +2328,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 704 @@ -2045,6 +2337,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 705 @@ -2053,6 +2346,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 706 @@ -2061,6 +2355,7 @@ item_db: ( Type: 3 Buy: 80000 Weight: 10 + BuyingStore: true }, { Id: 707 @@ -2069,6 +2364,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 708 @@ -2077,6 +2373,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 709 @@ -2085,6 +2382,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 710 @@ -2093,6 +2391,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 711 @@ -2101,6 +2400,7 @@ item_db: ( Type: 3 Buy: 16 Weight: 10 + BuyingStore: true }, { Id: 712 @@ -2109,6 +2409,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 713 @@ -2117,6 +2418,7 @@ item_db: ( Type: 3 Buy: 6 Weight: 20 + BuyingStore: true }, { Id: 714 @@ -2125,6 +2427,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 1000 + BuyingStore: true }, { Id: 715 @@ -2133,6 +2436,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 716 @@ -2141,6 +2445,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 717 @@ -2149,6 +2454,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 718 @@ -2157,6 +2463,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 719 @@ -2165,6 +2472,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 720 @@ -2173,6 +2481,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 721 @@ -2181,6 +2490,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 722 @@ -2189,6 +2499,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 723 @@ -2197,6 +2508,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 724 @@ -2205,6 +2517,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 100 + BuyingStore: true }, { Id: 725 @@ -2213,6 +2526,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 726 @@ -2221,6 +2535,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 727 @@ -2229,6 +2544,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 728 @@ -2237,6 +2553,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 729 @@ -2245,6 +2562,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 730 @@ -2253,6 +2571,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 100 + BuyingStore: true }, { Id: 731 @@ -2261,6 +2580,7 @@ item_db: ( Type: 3 Buy: 25000 Weight: 100 + BuyingStore: true }, { Id: 732 @@ -2269,6 +2589,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 100 + BuyingStore: true }, { Id: 733 @@ -2277,6 +2598,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 100 + BuyingStore: true }, { Id: 734 @@ -2285,6 +2607,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 200 + BuyingStore: true }, { Id: 735 @@ -2293,6 +2616,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 500 + BuyingStore: true }, { Id: 736 @@ -2301,6 +2625,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 300 + BuyingStore: true }, { Id: 737 @@ -2309,6 +2634,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 50 + BuyingStore: true }, { Id: 738 @@ -2317,6 +2643,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 100 + BuyingStore: true }, { Id: 739 @@ -2325,6 +2652,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 740 @@ -2333,6 +2661,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 100 + BuyingStore: true }, { Id: 741 @@ -2341,6 +2670,7 @@ item_db: ( Type: 3 Buy: 1800 Weight: 100 + BuyingStore: true }, { Id: 742 @@ -2349,6 +2679,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 743 @@ -2357,6 +2688,7 @@ item_db: ( Type: 3 Buy: 5500 Weight: 100 + BuyingStore: true }, { Id: 744 @@ -2365,6 +2697,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 50 + BuyingStore: true }, { Id: 745 @@ -2373,6 +2706,7 @@ item_db: ( Type: 3 Buy: 12000 Weight: 50 + BuyingStore: true }, { Id: 746 @@ -2381,6 +2715,7 @@ item_db: ( Type: 3 Buy: 1400 Weight: 50 + BuyingStore: true }, { Id: 747 @@ -2389,6 +2724,7 @@ item_db: ( Type: 3 Buy: 15000 Weight: 50 + BuyingStore: true }, { Id: 748 @@ -2397,6 +2733,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 10 + BuyingStore: true }, { Id: 749 @@ -2405,6 +2742,7 @@ item_db: ( Type: 3 Buy: 35000 Weight: 10 + BuyingStore: true }, { Id: 750 @@ -2413,6 +2751,7 @@ item_db: ( Type: 3 Buy: 18000 Weight: 100 + BuyingStore: true }, { Id: 751 @@ -2421,6 +2760,7 @@ item_db: ( Type: 3 Buy: 14000 Weight: 100 + BuyingStore: true }, { Id: 752 @@ -2429,6 +2769,7 @@ item_db: ( Type: 3 Buy: 4000 Weight: 100 + BuyingStore: true }, { Id: 753 @@ -2437,6 +2778,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 754 @@ -2445,6 +2787,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 100 + BuyingStore: true }, { Id: 756 @@ -2453,6 +2796,7 @@ item_db: ( Type: 3 Buy: 550 Weight: 200 + BuyingStore: true }, { Id: 757 @@ -2461,6 +2805,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 200 + BuyingStore: true }, { Id: 901 @@ -2469,6 +2814,7 @@ item_db: ( Type: 3 Buy: 260 Weight: 10 + BuyingStore: true }, { Id: 902 @@ -2477,6 +2823,7 @@ item_db: ( Type: 3 Buy: 12 Weight: 10 + BuyingStore: true }, { Id: 903 @@ -2485,6 +2832,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 904 @@ -2493,6 +2841,7 @@ item_db: ( Type: 3 Buy: 124 Weight: 10 + BuyingStore: true }, { Id: 905 @@ -2501,6 +2850,7 @@ item_db: ( Type: 3 Buy: 46 Weight: 10 + BuyingStore: true }, { Id: 906 @@ -2509,6 +2859,7 @@ item_db: ( Type: 3 Buy: 68 Weight: 10 + BuyingStore: true }, { Id: 907 @@ -2517,6 +2868,7 @@ item_db: ( Type: 3 Buy: 120 Weight: 10 + BuyingStore: true }, { Id: 908 @@ -2525,6 +2877,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 909 @@ -2533,6 +2886,7 @@ item_db: ( Type: 3 Buy: 6 Weight: 10 + BuyingStore: true }, { Id: 910 @@ -2541,6 +2895,7 @@ item_db: ( Type: 3 Buy: 40 Weight: 10 + BuyingStore: true }, { Id: 911 @@ -2549,6 +2904,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 912 @@ -2557,6 +2913,7 @@ item_db: ( Type: 3 Buy: 480 Weight: 10 + BuyingStore: true }, { Id: 913 @@ -2565,6 +2922,7 @@ item_db: ( Type: 3 Buy: 34 Weight: 10 + BuyingStore: true }, { Id: 914 @@ -2573,6 +2931,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 915 @@ -2581,6 +2940,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 916 @@ -2589,6 +2949,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 917 @@ -2597,6 +2958,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 918 @@ -2605,6 +2967,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 919 @@ -2613,6 +2976,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 920 @@ -2621,6 +2985,7 @@ item_db: ( Type: 3 Buy: 58 Weight: 10 + BuyingStore: true }, { Id: 921 @@ -2629,6 +2994,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 922 @@ -2637,6 +3003,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 923 @@ -2645,6 +3012,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 924 @@ -2653,6 +3021,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 925 @@ -2661,6 +3030,7 @@ item_db: ( Type: 3 Buy: 64 Weight: 10 + BuyingStore: true }, { Id: 926 @@ -2669,6 +3039,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 928 @@ -2677,6 +3048,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 929 @@ -2685,6 +3057,7 @@ item_db: ( Type: 3 Buy: 374 Weight: 10 + BuyingStore: true }, { Id: 930 @@ -2693,6 +3066,7 @@ item_db: ( Type: 3 Buy: 350 Weight: 10 + BuyingStore: true }, { Id: 931 @@ -2701,6 +3075,7 @@ item_db: ( Type: 3 Buy: 142 Weight: 10 + BuyingStore: true }, { Id: 932 @@ -2709,6 +3084,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 934 @@ -2717,6 +3093,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 10 + BuyingStore: true }, { Id: 935 @@ -2725,6 +3102,7 @@ item_db: ( Type: 3 Buy: 14 Weight: 10 + BuyingStore: true }, { Id: 936 @@ -2733,6 +3111,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 937 @@ -2741,6 +3120,7 @@ item_db: ( Type: 3 Buy: 148 Weight: 10 + BuyingStore: true }, { Id: 938 @@ -2749,6 +3129,7 @@ item_db: ( Type: 3 Buy: 70 Weight: 10 + BuyingStore: true }, { Id: 939 @@ -2757,6 +3138,7 @@ item_db: ( Type: 3 Buy: 32 Weight: 10 + BuyingStore: true }, { Id: 940 @@ -2765,6 +3147,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 941 @@ -2773,6 +3156,7 @@ item_db: ( Type: 3 Buy: 568 Weight: 10 + BuyingStore: true }, { Id: 942 @@ -2781,6 +3165,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 943 @@ -2789,6 +3174,7 @@ item_db: ( Type: 3 Buy: 448 Weight: 10 + BuyingStore: true }, { Id: 944 @@ -2797,6 +3183,7 @@ item_db: ( Type: 3 Buy: 588 Weight: 10 + BuyingStore: true }, { Id: 945 @@ -2805,6 +3192,7 @@ item_db: ( Type: 3 Buy: 106 Weight: 10 + BuyingStore: true }, { Id: 946 @@ -2813,6 +3201,7 @@ item_db: ( Type: 3 Buy: 64 Weight: 10 + BuyingStore: true }, { Id: 947 @@ -2821,6 +3210,7 @@ item_db: ( Type: 3 Buy: 116 Weight: 10 + BuyingStore: true }, { Id: 948 @@ -2829,6 +3219,7 @@ item_db: ( Type: 3 Buy: 174 Weight: 10 + BuyingStore: true }, { Id: 949 @@ -2837,6 +3228,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 950 @@ -2845,6 +3237,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 951 @@ -2853,6 +3246,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 952 @@ -2861,6 +3255,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 953 @@ -2869,6 +3264,7 @@ item_db: ( Type: 3 Buy: 184 Weight: 10 + BuyingStore: true }, { Id: 954 @@ -2877,6 +3273,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 955 @@ -2885,6 +3282,7 @@ item_db: ( Type: 3 Buy: 52 Weight: 10 + BuyingStore: true }, { Id: 956 @@ -2893,6 +3291,7 @@ item_db: ( Type: 3 Buy: 342 Weight: 10 + BuyingStore: true }, { Id: 957 @@ -2901,6 +3300,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 958 @@ -2909,6 +3309,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 959 @@ -2917,6 +3318,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 960 @@ -2925,6 +3327,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 961 @@ -2933,6 +3336,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 962 @@ -2941,6 +3345,7 @@ item_db: ( Type: 3 Buy: 70 Weight: 10 + BuyingStore: true }, { Id: 963 @@ -2949,6 +3354,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 964 @@ -2957,6 +3363,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 965 @@ -2965,6 +3372,7 @@ item_db: ( Type: 3 Buy: 56 Weight: 10 + BuyingStore: true }, { Id: 966 @@ -2973,6 +3381,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 967 @@ -2981,6 +3390,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 968 @@ -2989,6 +3399,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 10 + BuyingStore: true }, { Id: 969 @@ -2997,6 +3408,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 200 + BuyingStore: true }, { Id: 970 @@ -3013,6 +3425,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 30 + BuyingStore: true }, { Id: 972 @@ -3021,6 +3434,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 30 + BuyingStore: true }, { Id: 973 @@ -3029,6 +3443,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 70 + BuyingStore: true }, { Id: 974 @@ -3037,6 +3452,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 70 + BuyingStore: true }, { Id: 975 @@ -3045,6 +3461,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 976 @@ -3053,6 +3470,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 978 @@ -3061,6 +3479,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 979 @@ -3069,6 +3488,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 980 @@ -3077,6 +3497,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 981 @@ -3085,6 +3506,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 982 @@ -3093,6 +3515,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 983 @@ -3101,6 +3524,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 984 @@ -3109,6 +3533,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 200 + BuyingStore: true }, { Id: 985 @@ -3117,6 +3542,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 200 + BuyingStore: true }, { Id: 986 @@ -3125,6 +3551,7 @@ item_db: ( Type: 3 Buy: 30000 Weight: 500 + BuyingStore: true }, { Id: 987 @@ -3133,6 +3560,7 @@ item_db: ( Type: 3 Buy: 120000 Weight: 700 + BuyingStore: true }, { Id: 988 @@ -3141,6 +3569,7 @@ item_db: ( Type: 3 Buy: 300000 Weight: 900 + BuyingStore: true }, { Id: 989 @@ -3149,6 +3578,7 @@ item_db: ( Type: 3 Buy: 600000 Weight: 1000 + BuyingStore: true }, { Id: 990 @@ -3157,6 +3587,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 991 @@ -3165,6 +3596,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 992 @@ -3173,6 +3605,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 993 @@ -3181,6 +3614,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 994 @@ -3189,6 +3623,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 995 @@ -3197,6 +3632,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 996 @@ -3205,6 +3641,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 997 @@ -3213,6 +3650,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 998 @@ -3221,6 +3659,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 999 @@ -3229,6 +3668,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 100 + BuyingStore: true }, { Id: 1000 @@ -3237,6 +3677,7 @@ item_db: ( Type: 3 Buy: 4500 Weight: 100 + BuyingStore: true }, { Id: 1001 @@ -3245,6 +3686,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 1002 @@ -3253,6 +3695,7 @@ item_db: ( Type: 3 Buy: 50 Weight: 150 + BuyingStore: true }, { Id: 1003 @@ -3261,6 +3704,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 50 + BuyingStore: true }, { Id: 1004 @@ -3269,6 +3713,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + BuyingStore: true }, { Id: 1005 @@ -3277,6 +3722,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 800 + BuyingStore: true }, { Id: 1006 @@ -3285,6 +3731,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 30 + BuyingStore: true }, { Id: 1007 @@ -3293,6 +3740,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 40 + BuyingStore: true }, { Id: 1008 @@ -3301,6 +3749,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + BuyingStore: true }, { Id: 1009 @@ -3309,6 +3758,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 20 + BuyingStore: true }, { Id: 1010 @@ -3317,6 +3767,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 200 + BuyingStore: true }, { Id: 1011 @@ -3325,6 +3776,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 200 + BuyingStore: true }, { Id: 1012 @@ -3333,6 +3785,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 1013 @@ -3341,6 +3794,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 1014 @@ -3349,6 +3803,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 1015 @@ -3357,6 +3812,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 1016 @@ -3365,6 +3821,7 @@ item_db: ( Type: 3 Buy: 52 Weight: 10 + BuyingStore: true }, { Id: 1017 @@ -3373,6 +3830,7 @@ item_db: ( Type: 3 Buy: 106 Weight: 10 + BuyingStore: true }, { Id: 1018 @@ -3381,6 +3839,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 1019 @@ -3389,6 +3848,7 @@ item_db: ( Type: 3 Buy: 60 Weight: 10 + BuyingStore: true }, { Id: 1020 @@ -3397,6 +3857,7 @@ item_db: ( Type: 3 Buy: 292 Weight: 10 + BuyingStore: true }, { Id: 1021 @@ -3405,6 +3866,7 @@ item_db: ( Type: 3 Buy: 292 Weight: 10 + BuyingStore: true }, { Id: 1022 @@ -3413,6 +3875,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 1023 @@ -3421,6 +3884,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1024 @@ -3429,6 +3893,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 1025 @@ -3437,6 +3902,7 @@ item_db: ( Type: 3 Buy: 184 Weight: 10 + BuyingStore: true }, { Id: 1026 @@ -3445,6 +3911,7 @@ item_db: ( Type: 3 Buy: 98 Weight: 10 + BuyingStore: true }, { Id: 1027 @@ -3453,6 +3920,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 1028 @@ -3461,6 +3929,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1029 @@ -3469,6 +3938,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1030 @@ -3477,6 +3947,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 1031 @@ -3485,6 +3956,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1032 @@ -3493,6 +3965,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1033 @@ -3501,6 +3974,7 @@ item_db: ( Type: 3 Buy: 208 Weight: 10 + BuyingStore: true }, { Id: 1034 @@ -3509,6 +3983,7 @@ item_db: ( Type: 3 Buy: 342 Weight: 10 + BuyingStore: true }, { Id: 1035 @@ -3517,6 +3992,7 @@ item_db: ( Type: 3 Buy: 484 Weight: 10 + BuyingStore: true }, { Id: 1036 @@ -3525,6 +4001,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 1037 @@ -3533,6 +4010,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 1038 @@ -3541,6 +4019,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 1039 @@ -3549,6 +4028,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 10 + BuyingStore: true }, { Id: 1040 @@ -3557,6 +4037,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 1041 @@ -3565,6 +4046,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 1042 @@ -3573,6 +4055,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 1043 @@ -3581,6 +4064,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 1044 @@ -3589,6 +4073,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 1045 @@ -3597,6 +4082,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 1046 @@ -3605,6 +4091,7 @@ item_db: ( Type: 3 Buy: 614 Weight: 10 + BuyingStore: true }, { Id: 1047 @@ -3613,6 +4100,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1048 @@ -3621,6 +4109,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 1049 @@ -3629,6 +4118,7 @@ item_db: ( Type: 3 Buy: 1700 Weight: 10 + BuyingStore: true }, { Id: 1050 @@ -3637,6 +4127,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 1051 @@ -3645,6 +4136,7 @@ item_db: ( Type: 3 Buy: 450 Weight: 10 + BuyingStore: true }, { Id: 1052 @@ -3653,6 +4145,7 @@ item_db: ( Type: 3 Buy: 46 Weight: 10 + BuyingStore: true }, { Id: 1053 @@ -3661,6 +4154,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1054 @@ -3669,6 +4163,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 1055 @@ -3677,6 +4172,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1056 @@ -3685,6 +4181,7 @@ item_db: ( Type: 3 Buy: 306 Weight: 10 + BuyingStore: true }, { Id: 1057 @@ -3693,6 +4190,7 @@ item_db: ( Type: 3 Buy: 138 Weight: 10 + BuyingStore: true }, { Id: 1058 @@ -3701,6 +4199,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 10 + BuyingStore: true }, { Id: 1059 @@ -3709,6 +4208,7 @@ item_db: ( Type: 3 Buy: 306 Weight: 10 + BuyingStore: true }, { Id: 1060 @@ -3717,6 +4217,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 1061 @@ -3725,6 +4226,7 @@ item_db: ( Type: 3 Buy: 484 Weight: 10 + BuyingStore: true }, { Id: 1062 @@ -3733,6 +4235,7 @@ item_db: ( Type: 3 Buy: 374 Weight: 10 + BuyingStore: true }, { Id: 1063 @@ -3741,6 +4244,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 1064 @@ -3749,6 +4253,7 @@ item_db: ( Type: 3 Buy: 802 Weight: 10 + BuyingStore: true }, { Id: 1065 @@ -3757,6 +4262,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 1066 @@ -3765,6 +4271,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1067 @@ -3773,6 +4280,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1068 @@ -3781,6 +4289,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1069 @@ -3941,6 +4450,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 1089 @@ -3949,6 +4459,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 1090 @@ -3973,6 +4484,7 @@ item_db: ( Type: 3 Buy: 3 Weight: 10 + BuyingStore: true }, { Id: 1093 @@ -3981,6 +4493,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 1094 @@ -3989,6 +4502,7 @@ item_db: ( Type: 3 Buy: 278 Weight: 10 + BuyingStore: true }, { Id: 1095 @@ -3997,6 +4511,7 @@ item_db: ( Type: 3 Buy: 546 Weight: 10 + BuyingStore: true }, { Id: 1096 @@ -4005,6 +4520,7 @@ item_db: ( Type: 3 Buy: 780 Weight: 10 + BuyingStore: true }, { Id: 1097 @@ -4013,6 +4529,7 @@ item_db: ( Type: 3 Buy: 948 Weight: 10 + BuyingStore: true }, { Id: 1098 @@ -4021,6 +4538,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 1099 @@ -4029,6 +4547,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, // Weapons // =================================================================== @@ -4922,7 +5441,6 @@ item_db: ( EquipLv: 27 View: 2 }, -// 2-Handed Swords { Id: 1151 AegisName: "Slayer" @@ -5343,6 +5861,16 @@ item_db: ( 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; @@ -5425,6 +5953,15 @@ item_db: ( 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; @@ -5557,6 +6094,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,55; @@ -5578,6 +6123,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bCritical,20; bonus2 bAddRace,RC_DemiHuman,55; @@ -5647,6 +6200,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -5724,6 +6286,16 @@ item_db: ( 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; @@ -5763,6 +6335,15 @@ item_db: ( EquipLv: 26 Refine: false View: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1193 @@ -5779,6 +6360,15 @@ item_db: ( EquipLv: 40 Refine: false View: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1194 @@ -5864,6 +6454,16 @@ item_db: ( 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; @@ -7091,6 +7691,16 @@ item_db: ( 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_DemiHuman,70; bonus bDef,3; @@ -7200,6 +7810,15 @@ item_db: ( 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; @@ -7344,6 +7963,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -7367,6 +7994,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -7391,6 +8026,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -7416,6 +8060,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -7441,6 +8094,16 @@ item_db: ( 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; @@ -7509,6 +8172,16 @@ item_db: ( 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; @@ -7890,6 +8563,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -7948,6 +8630,16 @@ item_db: ( 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; @@ -7969,6 +8661,15 @@ item_db: ( 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; "> }, { @@ -8465,6 +9166,16 @@ item_db: ( 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; @@ -8612,6 +9323,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 7 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; @@ -8633,6 +9352,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 7 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; @@ -8656,6 +9383,15 @@ item_db: ( EquipLv: 3 Refine: false View: 7 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1382 @@ -8671,6 +9407,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -8702,6 +9447,13 @@ item_db: ( WeaponLv: 4 EquipLv: 60 View: 7 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAtkEle,Ele_Holy; bonus bVit,10; @@ -8781,6 +9533,16 @@ item_db: ( WeaponLv: 4 Refine: false View: 7 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" if(readparam(bStr)>=95) { bonus bBaseAtk,400; @@ -8829,6 +9591,16 @@ item_db: ( 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; @@ -9375,6 +10147,16 @@ item_db: ( 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; @@ -9462,6 +10244,15 @@ item_db: ( 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; @@ -9500,6 +10291,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 4 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -9522,6 +10321,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -9551,6 +10359,16 @@ item_db: ( 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; @@ -9572,6 +10390,15 @@ item_db: ( 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; @@ -9595,6 +10422,15 @@ item_db: ( 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; @@ -9615,6 +10451,16 @@ item_db: ( 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; @@ -9750,7 +10596,6 @@ item_db: ( } "> }, -// 2-Handed Spears { Id: 1451 AegisName: "Guisarme" @@ -10126,7 +10971,6 @@ item_db: ( bonus bStr,3; "> }, -// 2-Handed Staffs { Id: 1472 AegisName: "Staff_Of_Soul" @@ -10357,6 +11201,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 5 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,25; @@ -10440,6 +11292,15 @@ item_db: ( 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_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -10468,6 +11329,16 @@ item_db: ( 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; @@ -10510,6 +11381,16 @@ item_db: ( 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; @@ -11220,6 +12101,16 @@ item_db: ( 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; "> }, { @@ -11281,6 +12172,15 @@ item_db: ( 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; @@ -11410,6 +12310,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -11432,6 +12340,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -11482,6 +12398,15 @@ item_db: ( EquipLv: 2 Refine: false View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1546 @@ -11497,6 +12422,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -11526,6 +12460,16 @@ item_db: ( 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; @@ -11832,6 +12776,16 @@ item_db: ( 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; "> }, { @@ -11895,6 +12849,15 @@ item_db: ( 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; @@ -12043,6 +13006,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 15 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bInt,1; @@ -12065,6 +13036,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 15 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,2; @@ -12086,6 +13065,15 @@ item_db: ( 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_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -12111,6 +13099,15 @@ item_db: ( 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_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; @@ -12137,6 +13134,16 @@ item_db: ( 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; @@ -12159,6 +13166,15 @@ item_db: ( 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; @@ -12183,6 +13199,16 @@ item_db: ( 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; @@ -12824,6 +13850,16 @@ item_db: ( 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; @@ -12913,6 +13949,15 @@ item_db: ( 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; @@ -13015,6 +14060,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,4; bonus bDex,3; @@ -13037,6 +14090,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,3; bonus bDex,3; @@ -13059,6 +14120,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bHealPower,14; bonus2 bSPRegenRate,5,10000; @@ -13079,6 +14148,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,3; bonus bDex,2; @@ -13149,6 +14226,16 @@ item_db: ( 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; @@ -13170,6 +14257,15 @@ item_db: ( WeaponLv: 1 Refine: false View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1640 @@ -13185,6 +14281,15 @@ item_db: ( 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_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25 + ((getrefine() > 5) ? 5 : 0); @@ -13210,6 +14315,15 @@ item_db: ( 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; @@ -13238,6 +14352,16 @@ item_db: ( 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; @@ -13283,6 +14407,15 @@ item_db: ( WeaponLv: 3 EquipLv: 70 View: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,4; bonus bIgnoreMdefRate,10+getrefine(); @@ -13305,6 +14438,15 @@ item_db: ( 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; @@ -13422,6 +14564,15 @@ item_db: ( 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; "> }, { @@ -13439,6 +14590,15 @@ item_db: ( 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; "> }, { @@ -13456,6 +14616,15 @@ item_db: ( WeaponLv: 1 Refine: false View: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bAgi,1; @@ -13732,6 +14901,16 @@ item_db: ( 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; @@ -14157,6 +15336,16 @@ item_db: ( 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; "> }, { @@ -14281,6 +15470,15 @@ item_db: ( 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; @@ -14339,6 +15537,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,55; @@ -14360,6 +15566,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bInt,10; @@ -14422,6 +15636,15 @@ item_db: ( EquipLv: 4 Refine: false View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1743 @@ -14437,6 +15660,15 @@ item_db: ( 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_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -14463,6 +15695,16 @@ item_db: ( 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; @@ -14523,6 +15765,15 @@ item_db: ( EquipLv: 26 Refine: false View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1748 @@ -14539,6 +15790,15 @@ item_db: ( EquipLv: 40 Refine: false View: 11 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1749 @@ -14555,6 +15815,15 @@ item_db: ( 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; @@ -15241,6 +16510,16 @@ item_db: ( 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; @@ -15359,6 +16638,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 12 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bAgi,1; @@ -15382,6 +16669,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 12 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bInt,1; @@ -15427,6 +16722,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -15455,6 +16759,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -15483,6 +16796,16 @@ item_db: ( 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; @@ -15502,6 +16825,16 @@ item_db: ( 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; @@ -15991,6 +17324,15 @@ item_db: ( 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; @@ -16033,6 +17375,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 13 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -16055,6 +17405,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 13 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -16128,6 +17486,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -16154,6 +17521,16 @@ item_db: ( 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; @@ -16176,6 +17553,16 @@ item_db: ( 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; @@ -16693,6 +18080,15 @@ item_db: ( 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; @@ -16733,6 +18129,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 14 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -16754,6 +18158,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 14 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; @@ -16824,6 +18236,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -16849,6 +18270,16 @@ item_db: ( 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; @@ -16868,6 +18299,16 @@ item_db: ( 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; @@ -17001,6 +18442,15 @@ item_db: ( 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_DemiHuman,15; @@ -17034,6 +18484,15 @@ item_db: ( 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; @@ -17842,6 +19301,15 @@ item_db: ( 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; @@ -17939,6 +19407,16 @@ item_db: ( 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; @@ -18093,6 +19571,16 @@ item_db: ( 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; "> }, { @@ -18165,6 +19653,14 @@ item_db: ( Upper: 63 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; @@ -19243,6 +20739,7 @@ item_db: ( Loc: 1 Refine: false View: 24 + Sprite: 2241 }, { Id: 2241 @@ -20857,6 +22354,11 @@ item_db: ( Upper: 63 Loc: 16 Refine: false + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,4; "> }, { @@ -21042,6 +22544,14 @@ item_db: ( Upper: 63 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -21056,6 +22566,16 @@ item_db: ( Upper: 63 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 bSubRace,RC_DemiHuman,10; @@ -21071,6 +22591,15 @@ item_db: ( Upper: 63 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; @@ -21180,6 +22709,14 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21198,6 +22735,14 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21216,6 +22761,14 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21234,6 +22787,14 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21252,6 +22813,14 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21270,6 +22839,14 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21288,6 +22865,14 @@ item_db: ( Upper: 1 Loc: 16 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,150; bonus bMdef,2; @@ -21327,6 +22912,16 @@ item_db: ( Upper: 63 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; @@ -21351,6 +22946,16 @@ item_db: ( Upper: 63 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; @@ -21502,6 +23107,15 @@ item_db: ( Upper: 63 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2394 @@ -21514,6 +23128,15 @@ item_db: ( Upper: 63 Loc: 16 EquipLv: 81 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,20; bonus2 bSubRace,RC_DemiHuman,7; @@ -21530,6 +23153,15 @@ item_db: ( Upper: 63 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; @@ -21545,6 +23177,15 @@ item_db: ( Job: 0xFFFFFFFE Upper: 63 Loc: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,500; "> }, { @@ -21572,6 +23213,15 @@ item_db: ( 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); @@ -22000,6 +23650,14 @@ item_db: ( Upper: 63 Loc: 64 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -22027,6 +23685,15 @@ item_db: ( Job: 0x000E5CEA Upper: 63 Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2430 @@ -22038,6 +23705,15 @@ item_db: ( Def: 5 Upper: 63 Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2431 @@ -22049,6 +23725,15 @@ item_db: ( Upper: 63 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; @@ -22112,6 +23797,14 @@ item_db: ( Upper: 63 Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,100; bonus bMdef,1; @@ -22130,6 +23823,14 @@ item_db: ( Upper: 63 Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,100; bonus bMdef,1; @@ -22148,6 +23849,14 @@ item_db: ( Upper: 1 Loc: 64 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,100; bonus bMdef,1; @@ -22163,6 +23872,14 @@ item_db: ( Weight: 300 Upper: 63 Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bFlee,5; bonus bAgi,1; @@ -22179,6 +23896,16 @@ item_db: ( Upper: 63 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; @@ -22258,6 +23985,15 @@ item_db: ( Upper: 63 Loc: 64 EquipLv: 81 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,10; bonus2 bSubRace,RC_DemiHuman,4; @@ -22275,6 +24011,15 @@ item_db: ( Upper: 63 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; @@ -22290,6 +24035,15 @@ item_db: ( Job: 0xFFFFFFFE Upper: 63 Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,5; "> }, { @@ -22328,6 +24082,15 @@ item_db: ( 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(); @@ -22432,6 +24195,14 @@ item_db: ( Def: 17 Upper: 63 Loc: 64 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,1; bonus bMaxHP,100; @@ -22450,6 +24221,15 @@ item_db: ( 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; @@ -22466,6 +24246,15 @@ item_db: ( 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; @@ -22482,6 +24271,15 @@ item_db: ( 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; @@ -22560,6 +24358,16 @@ item_db: ( 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 @@ -23555,6 +25363,15 @@ item_db: ( Upper: 63 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; @@ -23626,6 +25443,14 @@ item_db: ( Upper: 63 Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,50; bonus bMdef,1; @@ -23644,6 +25469,14 @@ item_db: ( Upper: 63 Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,50; bonus bMdef,1; @@ -23662,6 +25495,14 @@ item_db: ( Upper: 1 Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,50; bonus bMdef,1; @@ -23727,6 +25568,16 @@ item_db: ( Upper: 63 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; @@ -23835,6 +25686,15 @@ item_db: ( Upper: 63 Loc: 4 EquipLv: 80 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,5; bonus2 bSubRace,RC_DemiHuman,5; @@ -23863,6 +25723,15 @@ item_db: ( 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; "> }, { @@ -23878,6 +25747,15 @@ item_db: ( 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; @@ -24006,6 +25884,14 @@ item_db: ( Def: 9 Upper: 63 Loc: 4 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,1; bonus bFlee,10; @@ -24023,6 +25909,15 @@ item_db: ( 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; "> }, { @@ -24077,6 +25972,16 @@ item_db: ( 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 @@ -24147,6 +26052,15 @@ item_db: ( Loc: 4 EquipLv: 100 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUnbreakableGarment,0; bonus bAgi,1; @@ -25099,6 +27013,16 @@ item_db: ( Upper: 63 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; @@ -25114,6 +27038,16 @@ item_db: ( Upper: 63 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; @@ -25217,6 +27151,16 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2643 @@ -25238,6 +27182,16 @@ item_db: ( Upper: 63 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; @@ -25282,6 +27236,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25614,6 +27578,15 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2669 @@ -25640,6 +27613,15 @@ item_db: ( 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; "> }, { @@ -25681,6 +27663,16 @@ item_db: ( 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; @@ -25695,6 +27687,16 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2675 @@ -25718,6 +27720,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25887,6 +27899,16 @@ item_db: ( 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; "> }, { @@ -25901,6 +27923,16 @@ item_db: ( 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; "> }, { @@ -25913,6 +27945,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25925,6 +27967,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25937,6 +27989,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25949,6 +28011,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25961,6 +28033,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25973,6 +28055,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -25985,6 +28077,16 @@ item_db: ( Upper: 63 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; @@ -26001,6 +28103,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26014,6 +28126,16 @@ item_db: ( Upper: 63 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; @@ -26031,6 +28153,16 @@ item_db: ( Upper: 63 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; @@ -26048,6 +28180,16 @@ item_db: ( Upper: 63 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; @@ -26065,6 +28207,16 @@ item_db: ( Upper: 63 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; @@ -26146,6 +28298,14 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -26158,6 +28318,14 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,12018,500; "> }, { @@ -26192,6 +28360,15 @@ item_db: ( 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; "> }, { @@ -26260,6 +28437,16 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2714 @@ -26359,6 +28546,15 @@ item_db: ( 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; @@ -26381,6 +28577,15 @@ item_db: ( 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; @@ -26403,6 +28608,15 @@ item_db: ( 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; @@ -26424,6 +28638,15 @@ item_db: ( 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; @@ -26445,6 +28668,15 @@ item_db: ( 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; @@ -26467,6 +28699,15 @@ item_db: ( 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; @@ -26563,6 +28804,14 @@ item_db: ( 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; @@ -26581,6 +28830,14 @@ item_db: ( 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; @@ -26599,6 +28856,14 @@ item_db: ( Loc: 136 EquipLv: 80 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bCritical,5; "> }, { @@ -26613,6 +28878,14 @@ item_db: ( Loc: 136 EquipLv: 70 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; @@ -26633,6 +28906,15 @@ item_db: ( Upper: 47 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2735 @@ -26644,6 +28926,15 @@ item_db: ( Upper: 47 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2736 @@ -26689,6 +28980,16 @@ item_db: ( Upper: 63 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; @@ -26704,6 +29005,16 @@ item_db: ( Upper: 63 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; @@ -26719,6 +29030,16 @@ item_db: ( Upper: 63 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; @@ -26734,6 +29055,16 @@ item_db: ( Upper: 63 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; @@ -26898,6 +29229,14 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" if(BaseLevel<80) { bonus bMaxHP,400; @@ -26914,6 +29253,16 @@ item_db: ( Upper: 63 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; @@ -26929,6 +29278,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26940,6 +29299,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26951,6 +29320,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26962,6 +29341,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26973,6 +29362,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26984,6 +29383,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -26995,6 +29404,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -27006,6 +29425,16 @@ item_db: ( Upper: 63 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_DemiHuman,15; "> }, { @@ -27017,6 +29446,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -27028,6 +29467,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -27170,6 +29619,15 @@ item_db: ( 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; @@ -27192,6 +29650,15 @@ item_db: ( 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; "> }, { @@ -27204,6 +29671,15 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,1; "> }, { @@ -27242,6 +29718,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bUseSPrate,-5; "> }, { @@ -27254,6 +29734,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -27267,6 +29751,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bAgi,1; @@ -27283,6 +29771,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" autobonus "{ bonus bAspdRate,2; }",10,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; "> }, { @@ -27297,6 +29789,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAllStats,1; bonus bMdef,1; @@ -27312,6 +29808,15 @@ item_db: ( Upper: 63 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; @@ -27359,6 +29864,15 @@ item_db: ( 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; @@ -27520,6 +30034,16 @@ item_db: ( 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; "> }, { @@ -27533,6 +30057,15 @@ item_db: ( 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); @@ -27551,6 +30084,16 @@ item_db: ( 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; @@ -27569,6 +30112,16 @@ item_db: ( 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; @@ -27587,6 +30140,15 @@ item_db: ( 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; @@ -27851,6 +30413,16 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2817 @@ -27861,6 +30433,16 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2818 @@ -27871,6 +30453,16 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2819 @@ -27884,6 +30476,15 @@ item_db: ( 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; @@ -27903,6 +30504,15 @@ item_db: ( 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; @@ -27924,6 +30534,15 @@ item_db: ( 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; @@ -27943,6 +30562,15 @@ item_db: ( 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; @@ -27961,6 +30589,15 @@ item_db: ( 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; @@ -27981,6 +30618,15 @@ item_db: ( 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; @@ -27999,6 +30645,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -28012,6 +30662,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,1; @@ -28028,6 +30682,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" autobonus "{ bonus bMaxHPrate,10; }",10,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; "> }, { @@ -28220,6 +30878,16 @@ item_db: ( 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; @@ -28250,6 +30918,16 @@ item_db: ( 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; "> }, { @@ -28263,6 +30941,15 @@ item_db: ( 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; "> }, { @@ -28480,6 +31167,15 @@ item_db: ( 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; "> }, { @@ -28716,6 +31412,15 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 2873 @@ -35700,6 +38405,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUseSPrate,-15; "> }, { @@ -35710,6 +38422,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 64 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" skill AL_INCAGI,((getrefine()>14)?5:1); "> }, { @@ -35720,6 +38439,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bHPrecovRate,-100; bonus2 bHPDrainRate,5,((getrefine()>14)?15:10); @@ -35733,6 +38459,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bVit,3; bonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000); @@ -35746,6 +38479,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 16 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,((getrefine()>14)?75:50); bonus bDefRate,-50; @@ -35760,6 +38500,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" set .@rate, ((getrefine()>14)?15:10); bonus2 bAddRace,RC_NonBoss,.@rate; @@ -35775,6 +38522,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 64 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,1; bonus3 bAutoSpellWhenHit,PR_KYRIE,((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99)); @@ -35788,6 +38542,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 4497 @@ -35797,6 +38558,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus3 bAutoSpell,WZ_STORMGUST,1,10; bonus2 bAddEff,Eff_Freeze, ((getrefine()>14)?1500:1000); @@ -35810,6 +38578,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 64 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,((getrefine()>14)?-50:-60); bonus bMaxSPrate,50; @@ -35825,6 +38600,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; @@ -35848,6 +38630,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 16 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15); "> }, { @@ -35858,6 +38647,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 16 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0; "> }, { @@ -35868,6 +38664,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" if (getrefine()>14) { bonus bBreakWeaponRate,800; @@ -35887,6 +38690,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,((getrefine()>14)?25:15); @@ -35900,6 +38710,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 64 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,((getrefine()>14)?-35:-50); "> OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; "> OnUnequipScript: <" sc_end SC_ENDURE; "> @@ -36285,6 +39102,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 4536 @@ -36294,6 +39118,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bBaseAtk,((getrefine()>14)?25:15); autobonus "{ bonus bAspdRate,((getrefine()>14)?75:50); }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; @@ -36307,6 +39138,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bHit,((getrefine()>14)?75:50); "> }, { @@ -36317,6 +39155,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" if (getrefine()>14) { bonus bHealPower,25; @@ -36336,6 +39181,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 64 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMatkRate,((getrefine()>14)?8:5); bonus bMaxSPrate,-50; @@ -36352,6 +39204,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" set .@rate, ((getrefine()>14)?350:250); bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT; @@ -36370,6 +39229,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bIgnoreMdefRace,RC_NonBoss; if (getrefine()>14) { @@ -36391,6 +39257,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 16 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 4543 @@ -36400,6 +39273,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 16 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500); "> }, { @@ -36410,6 +39290,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,3; if (getrefine()>14) { @@ -39775,6 +42662,11 @@ item_db: ( EquipLv: 50 Refine: false View: 181 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,3; bonus bMaxHP,100; @@ -39808,6 +42700,11 @@ item_db: ( Loc: 256 EquipLv: 75 View: 183 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -39856,6 +42753,11 @@ item_db: ( EquipLv: 30 Refine: false View: 186 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bCriticalRate,5; @@ -40299,6 +43201,13 @@ item_db: ( Loc: 256 Refine: false View: 204 + Trade: { + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_DemiHuman,10; "> }, { @@ -40314,6 +43223,11 @@ item_db: ( Loc: 256 Refine: false View: 205 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,5; "> }, { @@ -40634,6 +43548,15 @@ item_db: ( Loc: 512 Refine: false View: 12 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5155 @@ -40646,6 +43569,15 @@ item_db: ( 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; "> }, { @@ -40659,6 +43591,15 @@ item_db: ( 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; "> }, { @@ -41372,6 +44313,15 @@ item_db: ( Upper: 63 Loc: 256 View: 144 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,3; "> }, { @@ -41445,6 +44395,11 @@ item_db: ( Loc: 1 Refine: false View: 259 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Plant,3; "> }, { @@ -41506,6 +44461,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 264 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVariableCastrate,-3; bonus bAspdRate,3; @@ -41606,6 +44566,11 @@ item_db: ( Upper: 63 Loc: 256 View: 38 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus bDex,1; @@ -41625,6 +44590,11 @@ item_db: ( Upper: 63 Loc: 256 View: 39 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -41644,6 +44614,11 @@ item_db: ( Upper: 63 Loc: 256 View: 41 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; "> }, { @@ -41657,6 +44632,11 @@ item_db: ( Upper: 63 Loc: 256 View: 15 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -41671,6 +44651,11 @@ item_db: ( Upper: 63 Loc: 256 View: 142 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,18; bonus bFlee,3; @@ -41688,6 +44673,11 @@ item_db: ( Loc: 1 Refine: false View: 55 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; bonus2 bSubRace,RC_Brute,5; @@ -41706,6 +44696,11 @@ item_db: ( EquipLv: 45 Refine: false View: 169 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bFlee,5; "> }, { @@ -41720,6 +44715,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 149 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus bDex,1; @@ -41738,6 +44738,11 @@ item_db: ( Loc: 768 EquipLv: 35 View: 175 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, { @@ -41753,6 +44758,11 @@ item_db: ( Loc: 768 EquipLv: 55 View: 178 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bVit,1; @@ -41792,6 +44802,11 @@ item_db: ( Upper: 63 Loc: 256 View: 270 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bDex,1; @@ -41812,6 +44827,15 @@ item_db: ( Loc: 256 EquipLv: 64 View: 271 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -41830,6 +44854,15 @@ item_db: ( Loc: 256 EquipLv: 64 View: 272 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -41848,6 +44881,15 @@ item_db: ( Loc: 256 EquipLv: 64 View: 273 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -41865,6 +44907,15 @@ item_db: ( Upper: 63 Loc: 256 View: 274 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -41882,6 +44933,15 @@ item_db: ( Upper: 63 Loc: 256 View: 275 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -41899,6 +44959,15 @@ item_db: ( Upper: 63 Loc: 256 View: 276 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -41916,6 +44985,15 @@ item_db: ( Upper: 63 Loc: 256 View: 277 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -41933,6 +45011,15 @@ item_db: ( Upper: 63 Loc: 256 View: 278 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; @@ -41949,6 +45036,15 @@ item_db: ( Upper: 63 Loc: 256 View: 279 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, { @@ -41962,6 +45058,15 @@ item_db: ( Upper: 63 Loc: 256 View: 280 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, { @@ -41975,6 +45080,15 @@ item_db: ( Upper: 63 Loc: 256 View: 281 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,1; "> }, { @@ -41989,6 +45103,15 @@ item_db: ( Upper: 63 Loc: 256 View: 282 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -42006,6 +45129,15 @@ item_db: ( Upper: 63 Loc: 256 View: 283 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -42023,6 +45155,15 @@ item_db: ( Upper: 63 Loc: 256 View: 284 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -42040,6 +45181,15 @@ item_db: ( Upper: 63 Loc: 256 View: 285 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -42057,6 +45207,15 @@ item_db: ( Upper: 63 Loc: 256 View: 286 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,150; @@ -42074,6 +45233,11 @@ item_db: ( Upper: 63 Loc: 768 View: 287 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bResEff,Eff_Freeze,1000; "> }, { @@ -42281,6 +45445,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 300 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,10; @@ -42299,6 +45468,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 301 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10; @@ -42403,6 +45577,11 @@ item_db: ( Loc: 769 EquipLv: 20 View: 303 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Water,1; bonus2 bSubEle,Ele_Earth,1; @@ -42436,6 +45615,16 @@ item_db: ( 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; "> }, { @@ -42449,6 +45638,16 @@ item_db: ( 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 bSubRace,RC_DemiHuman,10; @@ -42465,6 +45664,16 @@ item_db: ( 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; "> }, { @@ -42479,6 +45688,16 @@ item_db: ( 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; @@ -42635,6 +45854,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 309 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -42654,6 +45878,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 310 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -42734,6 +45963,11 @@ item_db: ( EquipLv: 10 Refine: false View: 311 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bMaxHP,50; @@ -42756,6 +45990,11 @@ item_db: ( EquipLv: 30 Refine: false View: 312 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,1; bonus bAgi,1; @@ -42778,6 +46017,11 @@ item_db: ( EquipLv: 30 Refine: false View: 313 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, { @@ -42791,6 +46035,11 @@ item_db: ( Loc: 256 Refine: false View: 314 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bSpeedRate,10; @@ -42812,6 +46061,11 @@ item_db: ( EquipLv: 30 Refine: false View: 315 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; "> }, { @@ -42825,6 +46079,11 @@ item_db: ( Loc: 512 Refine: false View: 316 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bMdef,5; @@ -42842,6 +46101,11 @@ item_db: ( EquipLv: 30 Refine: false View: 317 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus3 bAutoSpell,MG_FIREBOLT,1,10; @@ -42878,6 +46142,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 318 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus4 bAutoSpell,SA_DELUGE,2,10,0; bonus3 bAutoSpell,WZ_WATERBALL,3,10; @@ -42895,6 +46164,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 319 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Dragon,5; "> }, { @@ -42908,6 +46182,11 @@ item_db: ( Loc: 256 Refine: false View: 320 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bDex,4; @@ -42924,6 +46203,11 @@ item_db: ( Loc: 769 Refine: false View: 321 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bAgi,3; @@ -42942,6 +46226,14 @@ item_db: ( Loc: 768 Refine: false View: 138 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,4; "> }, { @@ -43078,6 +46370,11 @@ item_db: ( Loc: 769 EquipLv: 30 View: 326 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bResEff,Eff_Curse,700; bonus2 bResEff,Eff_Blind,10000; @@ -43094,6 +46391,15 @@ item_db: ( Loc: 1 Refine: false View: 327 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bBaseAtk,5; "> }, { @@ -43109,6 +46415,16 @@ item_db: ( 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 bSubRace,RC_DemiHuman,5; "> }, { @@ -43123,6 +46439,11 @@ item_db: ( Upper: 63 Loc: 256 View: 329 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50; @@ -43140,6 +46461,11 @@ item_db: ( Upper: 63 Loc: 256 View: 330 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSpeedAddRate,25; "> }, { @@ -43167,6 +46493,11 @@ item_db: ( Upper: 63 Loc: 256 View: 332 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Dark,10; skill MG_SIGHT,1; @@ -43185,6 +46516,11 @@ item_db: ( Upper: 63 Loc: 256 View: 333 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,15; "> }, { @@ -43200,6 +46536,11 @@ item_db: ( Upper: 63 Loc: 256 View: 334 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,5; @@ -43217,6 +46558,11 @@ item_db: ( Upper: 63 Loc: 768 View: 335 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bMatkRate,3; @@ -43235,6 +46581,11 @@ item_db: ( EquipLv: 50 Refine: false View: 336 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,5; "> }, { @@ -43249,6 +46600,11 @@ item_db: ( EquipLv: 35 Refine: false View: 337 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; skill WZ_ESTIMATION,1; @@ -43291,6 +46647,14 @@ item_db: ( Upper: 63 Loc: 256 View: 340 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAllStats,3; "> }, { @@ -43319,6 +46683,15 @@ item_db: ( Upper: 63 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; @@ -43348,6 +46721,15 @@ item_db: ( 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; @@ -43364,6 +46746,15 @@ item_db: ( 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; "> }, { @@ -43378,6 +46769,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 344 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0; @@ -43525,6 +46921,13 @@ item_db: ( Loc: 256 EquipLv: 50 View: 347 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,5; bonus bCritical,5; @@ -43578,6 +46981,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 350 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5337 @@ -43590,6 +46998,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 351 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5338 @@ -43602,6 +47015,16 @@ item_db: ( 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 @@ -43614,6 +47037,16 @@ item_db: ( 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 @@ -43742,6 +47175,16 @@ item_db: ( 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 @@ -43829,6 +47272,11 @@ item_db: ( Loc: 256 EquipLv: 38 View: 361 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5353 @@ -43888,6 +47336,10 @@ item_db: ( Upper: 63 Loc: 256 View: 206 + Trade: { + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_Demon,5; bonus2 bAddRace,RC_Demon,5; @@ -43905,6 +47357,15 @@ item_db: ( 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; @@ -43923,6 +47384,11 @@ item_db: ( EquipLv: 70 Refine: false View: 366 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus bMdef,2; @@ -43942,6 +47408,11 @@ item_db: ( Loc: 256 EquipLv: 60 View: 367 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,1; bonus bLongAtkRate,7; @@ -43960,6 +47431,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 368 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bFlee,10; bonus bCritical,3; @@ -43979,6 +47455,11 @@ item_db: ( Loc: 1 Refine: false View: 369 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bBaseAtk,5; @@ -43996,6 +47477,11 @@ item_db: ( Loc: 1 Refine: false View: 370 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bMatkRate,1; @@ -44085,6 +47571,11 @@ item_db: ( EquipLv: 10 Refine: false View: 375 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus2 bSubRace,RC_Demon,10; @@ -44101,6 +47592,15 @@ item_db: ( Upper: 63 Loc: 256 View: 38 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,12280,300; "> }, { @@ -44114,6 +47614,15 @@ item_db: ( Upper: 63 Loc: 256 View: 39 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddMonsterDropItem,12279,300; "> }, { @@ -44140,6 +47649,11 @@ item_db: ( Upper: 63 Loc: 768 View: 377 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus bMaxSP,30; @@ -44156,6 +47670,11 @@ item_db: ( Upper: 63 Loc: 256 View: 378 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bDelayrate,-3; @@ -44176,6 +47695,11 @@ item_db: ( Upper: 63 Loc: 768 View: 379 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bMdef,1; @@ -44192,6 +47716,11 @@ item_db: ( Upper: 63 Loc: 256 View: 380 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,12; bonus bBaseAtk,(JobLevel*2)/7; @@ -44209,6 +47738,11 @@ item_db: ( Upper: 63 Loc: 768 View: 381 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10; @@ -44226,6 +47760,11 @@ item_db: ( Upper: 63 Loc: 256 View: 382 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMaxSP,120; bonus2 bAddEff2,Eff_Curse,10; @@ -44242,6 +47781,11 @@ item_db: ( Loc: 1 Refine: false View: 383 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus2 bSubRace,RC_DemiHuman,2; @@ -44257,6 +47801,11 @@ item_db: ( Upper: 63 Loc: 256 View: 384 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10; @@ -44288,6 +47837,11 @@ item_db: ( Upper: 63 Loc: 256 View: 386 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus3 bAutoSpell,"SA_FROSTWEAPON",1,5; "> }, { @@ -44303,6 +47857,11 @@ item_db: ( Loc: 256 Refine: false View: 387 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; bonus2 bAddEle,Ele_Dark,3; @@ -44321,6 +47880,11 @@ item_db: ( Upper: 63 Loc: 256 View: 388 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; skill AL_ANGELUS,1; @@ -44341,6 +47905,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 389 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus2 bAddRace,RC_Brute,10; @@ -44378,6 +47947,13 @@ item_db: ( Loc: 256 EquipLv: 20 View: 391 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" skill TF_HIDING,1; "> OnUnequipScript: <" sc_end SC_HIDING; "> }, @@ -44393,6 +47969,10 @@ item_db: ( Loc: 256 Refine: false View: 228 + Trade: { + nomail: true + noauction: true + } Script: <" bonus bMdef,7; bonus bFlee,7; @@ -44412,6 +47992,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 392 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,5; "> }, { @@ -44427,6 +48012,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 393 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill TF_DOUBLE,5; bonus bDoubleRate,25; @@ -44443,6 +48033,11 @@ item_db: ( Loc: 512 Refine: false View: 394 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus2 bAddRace,RC_Boss,2; @@ -44474,6 +48069,16 @@ item_db: ( 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; @@ -44520,6 +48125,16 @@ item_db: ( Upper: 63 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; @@ -44539,6 +48154,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 398 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMaxHP,100+(getrefine()*20); bonus bLuk,3; @@ -44572,6 +48192,11 @@ item_db: ( Loc: 512 Refine: false View: 400 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Water,10; bonus2 bExpAddRace,RC_Fish,10; @@ -44646,6 +48271,11 @@ item_db: ( EquipLv: 70 Refine: false View: 404 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bMdef,2; @@ -44665,6 +48295,11 @@ item_db: ( EquipLv: 70 Refine: false View: 405 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bFlee2,3; @@ -44682,6 +48317,11 @@ item_db: ( EquipLv: 30 Refine: false View: 406 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus2 bAddMonsterDropItem,579,500; @@ -44701,6 +48341,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 407 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus4 bAutoSpellWhenHit,AC_CONCENTRATION,2,7,0; "> }, { @@ -44716,6 +48361,11 @@ item_db: ( EquipLv: 80 Refine: false View: 408 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,1; "> }, { @@ -44729,6 +48379,14 @@ item_db: ( Upper: 63 Loc: 256 View: 409 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bVit,1; @@ -44748,6 +48406,14 @@ item_db: ( Upper: 63 Loc: 256 View: 410 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bInt,2; @@ -44975,6 +48641,11 @@ item_db: ( EquipLv: 50 Refine: false View: 421 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bInt,2; @@ -45000,6 +48671,11 @@ item_db: ( EquipLv: 50 Refine: false View: 422 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bInt,1; @@ -45042,6 +48718,11 @@ item_db: ( Loc: 256 Refine: false View: 424 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus2 bSubRace,RC_DemiHuman,10; @@ -45111,6 +48792,15 @@ item_db: ( Upper: 63 Loc: 769 View: 429 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_DemiHuman,12; "> }, { @@ -45125,6 +48815,11 @@ item_db: ( Upper: 63 Loc: 256 View: 430 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bHPrecovRate,5; bonus bSPrecovRate,5; @@ -45142,6 +48837,10 @@ item_db: ( Loc: 256 Refine: false View: 431 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Fire,20; skill MG_FIREBOLT,5; @@ -45454,6 +49153,15 @@ item_db: ( Loc: 256 EquipLv: 20 View: 451 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5451 @@ -45468,6 +49176,15 @@ item_db: ( 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; bonus bAllStats,3; @@ -45487,6 +49204,15 @@ item_db: ( 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; bonus bAllStats,2; @@ -45506,6 +49232,15 @@ item_db: ( 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; bonus bAllStats,2; @@ -45577,6 +49312,11 @@ item_db: ( Upper: 63 Loc: 256 View: 455 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus bBaseAtk,5; @@ -45631,6 +49371,15 @@ item_db: ( 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; @@ -45648,6 +49397,15 @@ item_db: ( 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; @@ -45664,6 +49422,13 @@ item_db: ( Loc: 1 Refine: false View: 459 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUnbreakableHelm,0; bonus bVit,1; @@ -45681,6 +49446,13 @@ item_db: ( Loc: 1 Refine: false View: 460 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUnbreakableHelm,0; bonus bInt,1; @@ -45698,6 +49470,16 @@ item_db: ( Upper: 63 Loc: 256 View: 461 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; skill PR_MAGNIFICAT,3; @@ -45902,6 +49684,11 @@ item_db: ( Upper: 63 Loc: 768 View: 473 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bMaxHPrate,-10; @@ -45933,6 +49720,13 @@ item_db: ( Upper: 63 Loc: 256 View: 475 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bMaxHP,300; @@ -45949,6 +49743,10 @@ item_db: ( Upper: 63 Loc: 256 View: 476 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus bMaxHP,50; @@ -45966,6 +49764,10 @@ item_db: ( Upper: 63 Loc: 256 View: 477 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAllStats,2; bonus3 bAutoSpell,PR_IMPOSITIO,3,3; @@ -45983,6 +49785,10 @@ item_db: ( Upper: 63 Loc: 256 View: 478 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAspdRate,10; bonus bBaseAtk,-20; @@ -46000,6 +49806,10 @@ item_db: ( Upper: 63 Loc: 769 View: 479 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,3; "> }, { @@ -46014,6 +49824,10 @@ item_db: ( Loc: 513 Refine: false View: 480 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bHit,-10; @@ -46125,6 +49939,13 @@ item_db: ( EquipLv: 65 Refine: false View: 485 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUnbreakableHelm,0; bonus bMdef,5; @@ -46144,6 +49965,13 @@ item_db: ( Upper: 63 Loc: 256 View: 486 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus2 bSubEle,Ele_Fire,10; @@ -46161,6 +49989,16 @@ item_db: ( 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_DemiHuman,5; @@ -46178,6 +50016,16 @@ item_db: ( 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; @@ -46195,6 +50043,16 @@ item_db: ( 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; "> }, { @@ -46209,6 +50067,11 @@ item_db: ( Upper: 63 Loc: 256 View: 493 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus bAgi,1; @@ -46233,6 +50096,13 @@ item_db: ( EquipLv: 50 Refine: false View: 494 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,4; "> }, { @@ -46248,6 +50118,13 @@ item_db: ( Upper: 63 Loc: 256 View: 495 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bStr,2; @@ -46266,6 +50143,11 @@ item_db: ( Loc: 768 EquipLv: 20 View: 490 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,5; bonus bFlee,10; @@ -46282,6 +50164,11 @@ item_db: ( Loc: 256 Refine: false View: 487 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill SM_PROVOKE,1; "> }, { @@ -46296,6 +50183,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 488 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; skill MG_FROSTDIVER,3; @@ -46314,6 +50206,13 @@ item_db: ( EquipLv: 10 Refine: false View: 496 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUnbreakableHelm,0; bonus2 bAddRace2,6,5; @@ -46331,6 +50230,13 @@ item_db: ( Upper: 63 Loc: 768 View: 491 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,3; bonus bInt,3; @@ -46348,6 +50254,11 @@ item_db: ( Upper: 63 Loc: 256 View: 497 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,2; @@ -46371,6 +50282,11 @@ item_db: ( EquipLv: 70 Refine: false View: 489 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,10; "> }, { @@ -46385,6 +50301,11 @@ item_db: ( Loc: 768 EquipLv: 50 View: 492 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill DC_DONTFORGETME,1; bonus bDex,2; @@ -46434,6 +50355,11 @@ item_db: ( Upper: 63 Loc: 256 View: 503 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,2; @@ -46453,6 +50379,11 @@ item_db: ( Upper: 63 Loc: 256 View: 504 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bVit,1; @@ -46491,6 +50422,11 @@ item_db: ( Upper: 63 Loc: 768 View: 508 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSPrecovRate,8; "> }, { @@ -46643,6 +50579,11 @@ item_db: ( Upper: 63 Loc: 256 View: 514 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -46672,6 +50613,16 @@ item_db: ( 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; @@ -46748,6 +50699,11 @@ item_db: ( EquipLv: 60 Refine: false View: 520 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bFlee,3; @@ -46766,6 +50722,11 @@ item_db: ( Upper: 63 Loc: 256 View: 521 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,3; bonus bMdef,2; @@ -46788,6 +50749,13 @@ item_db: ( EquipLv: 30 Refine: false View: 522 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,1; "> }, { @@ -46802,6 +50770,13 @@ item_db: ( Upper: 63 Loc: 768 View: 523 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,2; bonus bInt,2; @@ -46824,6 +50799,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 524 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5531 @@ -46850,6 +50830,11 @@ item_db: ( EquipLv: 30 Refine: false View: 327 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,1; "> }, { @@ -46915,6 +50900,16 @@ item_db: ( 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; @@ -46938,6 +50933,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 527 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus2 bAddRace,RC_Plant,10; @@ -46956,6 +50956,11 @@ item_db: ( Loc: 768 EquipLv: 45 View: 528 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bCritical,5; @@ -46974,6 +50979,11 @@ item_db: ( Loc: 769 EquipLv: 25 View: 530 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; skill MC_LOUD,1; @@ -47065,6 +51075,14 @@ item_db: ( Upper: 63 Loc: 256 View: 240 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMaxSP,50; @@ -47082,6 +51100,11 @@ item_db: ( Upper: 63 Loc: 256 View: 531 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; @@ -47103,6 +51126,11 @@ item_db: ( Upper: 63 Loc: 256 View: 532 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -47125,6 +51153,11 @@ item_db: ( Upper: 63 Loc: 256 View: 533 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSkillAtk,WZ_HEAVENDRIVE,15+getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,WZ_EARTHSPIKE,15+getequiprefinerycnt(EQI_HAND_R); @@ -47144,6 +51177,11 @@ item_db: ( EquipLv: 50 Refine: false View: 534 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bLuk,1; @@ -47161,6 +51199,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 535 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bDelayrate,-2; @@ -47183,6 +51226,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 536 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bDex,2; @@ -47249,6 +51297,11 @@ item_db: ( Upper: 63 Loc: 256 View: 538 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus3 bAutoSpell,SM_PROVOKE,5,10; @@ -47266,6 +51319,11 @@ item_db: ( Upper: 63 Loc: 256 View: 539 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus3 bAutoSpellWhenHit,AL_HEAL,3,10; @@ -47301,6 +51359,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 541 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; "> }, { @@ -47433,6 +51496,11 @@ item_db: ( Loc: 768 EquipLv: 85 View: 544 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bMdef,10; @@ -47451,6 +51519,16 @@ item_db: ( Loc: 513 Refine: false View: 545 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,10; "> }, { @@ -47464,6 +51542,16 @@ item_db: ( Loc: 513 Refine: false View: 546 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,2; "> }, { @@ -47478,6 +51566,11 @@ item_db: ( Upper: 63 Loc: 256 View: 548 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus2 bAddRace,RC_NonBoss,2; @@ -47513,6 +51606,11 @@ item_db: ( Upper: 63 Loc: 256 View: 550 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,2; @@ -47536,6 +51634,11 @@ item_db: ( Upper: 63 Loc: 256 View: 551 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bBaseAtk,2; @@ -47608,6 +51711,11 @@ item_db: ( EquipLv: 10 Refine: false View: 555 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bDex,2; @@ -47653,6 +51761,10 @@ item_db: ( Upper: 63 Loc: 769 View: 479 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bStr,3; @@ -47683,6 +51795,11 @@ item_db: ( Upper: 63 Loc: 768 View: 558 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bFlee,3; @@ -47731,6 +51848,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 560 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; bonus2 bSubEle,Ele_Water,5; @@ -47753,6 +51875,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 561 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus2 bSubEle,Ele_Water,5; @@ -47774,6 +51901,15 @@ item_db: ( Loc: 256 EquipLv: 12 View: 465 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5584 @@ -47786,6 +51922,11 @@ item_db: ( Upper: 63 Loc: 256 View: 562 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Demon,3; bonus2 bHPDrainRate,3,15; @@ -47828,6 +51969,15 @@ item_db: ( Upper: 63 Loc: 256 View: 563 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5588 @@ -48002,6 +52152,16 @@ item_db: ( 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; @@ -48019,6 +52179,16 @@ item_db: ( 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; @@ -48121,6 +52291,15 @@ item_db: ( Upper: 63 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; @@ -48140,6 +52319,15 @@ item_db: ( Upper: 63 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; @@ -48159,6 +52347,15 @@ item_db: ( Upper: 63 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; @@ -48907,6 +53104,11 @@ item_db: ( Upper: 63 Loc: 256 View: 587 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,5; bonus bDex,1; @@ -49126,6 +53328,11 @@ item_db: ( Loc: 768 EquipLv: 30 View: 598 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; @@ -49142,6 +53349,15 @@ item_db: ( Upper: 63 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; @@ -50164,6 +54380,11 @@ item_db: ( Upper: 63 Loc: 256 View: 616 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -50219,6 +54440,15 @@ item_db: ( Loc: 256 EquipLv: 10 View: 101 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5742 @@ -50296,6 +54526,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 623 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -50320,6 +54559,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 624 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bVit,1; bonus bInt,1; @@ -50344,6 +54592,15 @@ item_db: ( Loc: 768 EquipLv: 100 View: 625 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,1; bonus bDex,1; @@ -50368,6 +54625,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 626 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -50392,6 +54658,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 627 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,1; bonus bInt,1; @@ -50416,6 +54691,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 628 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,1; bonus bLuk,1; @@ -50438,6 +54722,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 629 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -50462,6 +54755,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 630 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,1; bonus bDex,1; @@ -50486,6 +54788,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 631 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bVit,1; @@ -50510,6 +54821,15 @@ item_db: ( EquipLv: 100 Refine: false View: 632 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,1; bonus bMdef,5; @@ -50533,6 +54853,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 633 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,1; bonus bDex,1; @@ -50557,6 +54886,15 @@ item_db: ( Loc: 768 EquipLv: 100 View: 634 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bVit,2; bonus bInt,1; @@ -50581,6 +54919,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 635 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,1; bonus bLuk,1; @@ -50617,6 +54964,15 @@ item_db: ( Loc: 256 EquipLv: 100 View: 637 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -50793,6 +55149,11 @@ item_db: ( Upper: 63 Loc: 256 View: 349 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" autobonus "{ sc_start SC_PROPERTYWIND,180000,1; }",3,180000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; "> }, { @@ -51050,6 +55411,15 @@ item_db: ( 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; @@ -51211,6 +55581,16 @@ item_db: ( 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,10; @@ -51227,6 +55607,16 @@ item_db: ( 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; @@ -51243,6 +55633,16 @@ item_db: ( 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; @@ -51259,6 +55659,16 @@ item_db: ( 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; @@ -51355,6 +55765,15 @@ item_db: ( 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; @@ -51372,6 +55791,15 @@ item_db: ( Loc: 256 Refine: false View: 67 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 5807 @@ -51464,6 +55892,16 @@ item_db: ( Upper: 63 Loc: 256 View: 16 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus3 bAddEffWhenHit,Eff_Bleeding,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Silence,500,ATF_TARGET|ATF_SELF; @@ -51536,6 +55974,16 @@ item_db: ( Upper: 63 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; @@ -51557,6 +56005,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -51569,6 +56027,16 @@ item_db: ( Upper: 63 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; "> }, { @@ -51595,6 +56063,16 @@ item_db: ( Upper: 63 Loc: 256 View: 499 + 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; @@ -51611,6 +56089,15 @@ item_db: ( Upper: 63 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; @@ -52036,6 +56523,16 @@ item_db: ( Upper: 63 Loc: 256 View: 671 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bVit,2; bonus bMdef,1; @@ -52053,6 +56550,16 @@ item_db: ( Upper: 63 Loc: 256 View: 672 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bMdef,1; @@ -52070,6 +56577,16 @@ item_db: ( Upper: 63 Loc: 256 View: 673 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bInt,2; bonus bMdef,1; @@ -52087,6 +56604,16 @@ item_db: ( Upper: 63 Loc: 256 View: 674 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,3; bonus bMdef,1; @@ -52179,6 +56706,15 @@ item_db: ( Name: "Ashes of Darkness" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6001 @@ -52187,6 +56723,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6002 @@ -52195,6 +56732,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6003 @@ -52203,6 +56741,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6004 @@ -52211,6 +56750,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6005 @@ -52219,6 +56759,14 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6006 @@ -52227,6 +56775,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6007 @@ -52235,6 +56792,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6008 @@ -52243,6 +56809,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6009 @@ -52250,6 +56817,15 @@ item_db: ( Name: "Big Fan Of Magic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6010 @@ -52258,6 +56834,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6011 @@ -52330,6 +56907,7 @@ item_db: ( Type: 3 Buy: 704 Weight: 10 + BuyingStore: true }, { Id: 6021 @@ -52338,6 +56916,7 @@ item_db: ( Type: 3 Buy: 433 Weight: 10 + BuyingStore: true }, { Id: 6022 @@ -52346,6 +56925,7 @@ item_db: ( Type: 3 Buy: 884 Weight: 10 + BuyingStore: true }, { Id: 6023 @@ -52354,6 +56934,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6024 @@ -52422,6 +57003,7 @@ item_db: ( Type: 3 Buy: 567 Weight: 10 + BuyingStore: true }, { Id: 6033 @@ -52430,6 +57012,7 @@ item_db: ( Type: 3 Buy: 567 Weight: 10 + BuyingStore: true }, { Id: 6034 @@ -52475,6 +57058,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6040 @@ -52529,6 +57122,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "SetPalete",1; "> }, { @@ -52538,6 +57141,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "SetPalete",2; "> }, { @@ -52547,6 +57160,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6049 @@ -52571,6 +57194,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6052 @@ -52578,6 +57210,16 @@ item_db: ( Name: "Ornament Hairpin" Type: 3 Buy: 1 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6053 @@ -52642,6 +57284,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6061 @@ -52722,6 +57373,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6071 @@ -52730,6 +57390,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6072 @@ -52738,6 +57407,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6073 @@ -52745,6 +57423,16 @@ item_db: ( Name: "Dragon's Mane" Type: 3 Buy: 0 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6074 @@ -52752,6 +57440,15 @@ item_db: ( Name: "Bazett's Order" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6075 @@ -52759,6 +57456,17 @@ item_db: ( Name: "Crystalized Teardrop" Type: 3 Buy: 0 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6076 @@ -52766,6 +57474,16 @@ item_db: ( Name: "Portable Toolbox" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6077 @@ -52773,6 +57491,16 @@ item_db: ( Name: "Rough Mineral" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6078 @@ -52780,6 +57508,16 @@ item_db: ( Name: "Stone Fragment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6079 @@ -52787,6 +57525,16 @@ item_db: ( Name: "Flower Of Alfheim" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6080 @@ -52794,6 +57542,16 @@ item_db: ( Name: "Manuk Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6081 @@ -52801,6 +57559,16 @@ item_db: ( Name: "Splendide Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6082 @@ -52808,6 +57576,16 @@ item_db: ( Name: "Spirit Of Alfheim" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6083 @@ -52823,6 +57601,16 @@ item_db: ( Name: "Bradium Fragments" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6085 @@ -52830,6 +57618,16 @@ item_db: ( Name: "Shaggy Muffler" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6086 @@ -52838,6 +57636,7 @@ item_db: ( Type: 3 Buy: 890 Weight: 10 + BuyingStore: true }, { Id: 6087 @@ -52846,6 +57645,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 6088 @@ -52854,6 +57654,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 6089 @@ -52862,6 +57663,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6090 @@ -52870,6 +57672,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 50 + BuyingStore: true }, { Id: 6091 @@ -52878,6 +57681,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 10 + BuyingStore: true }, { Id: 6092 @@ -52893,6 +57697,15 @@ item_db: ( Name: "Draco's Egg" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6094 @@ -52909,6 +57722,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6096 @@ -52917,6 +57731,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6097 @@ -52925,6 +57740,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6098 @@ -52933,6 +57749,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6099 @@ -52941,6 +57758,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6100 @@ -52949,6 +57767,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6101 @@ -52956,6 +57775,15 @@ item_db: ( Name: "Attendance Card" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6102 @@ -52963,6 +57791,16 @@ item_db: ( Name: "Report On Splendide" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6103 @@ -52970,6 +57808,16 @@ item_db: ( Name: "Report On Manuk" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6104 @@ -52978,6 +57826,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6105 @@ -52986,6 +57835,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6106 @@ -52994,6 +57844,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6107 @@ -53002,6 +57853,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6108 @@ -53010,6 +57862,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6109 @@ -53018,6 +57871,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6110 @@ -53026,6 +57880,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6111 @@ -53034,6 +57889,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6112 @@ -53042,6 +57898,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6113 @@ -53050,6 +57907,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6114 @@ -53058,6 +57916,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6115 @@ -53066,6 +57925,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6116 @@ -53073,6 +57933,16 @@ item_db: ( Name: "Succubus Pet Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6117 @@ -53080,6 +57950,16 @@ item_db: ( Name: "Imp Pet Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6118 @@ -53087,6 +57967,16 @@ item_db: ( Name: "Chung E Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6119 @@ -53102,6 +57992,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 20 + BuyingStore: true }, { Id: 6121 @@ -53109,6 +58000,16 @@ item_db: ( Name: "Makeover Brush" Type: 3 Buy: 12 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6122 @@ -53116,6 +58017,16 @@ item_db: ( Name: "Paint Brush" Type: 3 Buy: 12 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6123 @@ -53124,6 +58035,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 30 + BuyingStore: true }, { Id: 6124 @@ -53131,6 +58043,16 @@ item_db: ( Name: "Wolf Flute" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6125 @@ -53138,6 +58060,16 @@ item_db: ( Name: "Bunny Box" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6126 @@ -53145,6 +58077,16 @@ item_db: ( Name: "Summer Happy Box" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6127 @@ -53152,6 +58094,16 @@ item_db: ( Name: "Purification Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6128 @@ -53159,6 +58111,7 @@ item_db: ( Name: "Antidote" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6129 @@ -53166,6 +58119,16 @@ item_db: ( Name: "Nightmare Terror Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6130 @@ -53173,6 +58136,16 @@ item_db: ( Name: "Ticket Loli Ruri" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6131 @@ -53180,6 +58153,16 @@ item_db: ( Name: "Goblin Leader Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6132 @@ -53187,6 +58170,16 @@ item_db: ( Name: "Incubus Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6133 @@ -53194,6 +58187,16 @@ item_db: ( Name: "Miyabi Ningyo Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6134 @@ -53201,6 +58204,16 @@ item_db: ( Name: "Giant Whisper Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6135 @@ -53208,6 +58221,16 @@ item_db: ( Name: "Evil Nymph Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6136 @@ -53215,6 +58238,16 @@ item_db: ( Name: "Medusa Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6137 @@ -53222,6 +58255,16 @@ item_db: ( Name: "Stone Shooter Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6138 @@ -53229,6 +58272,16 @@ item_db: ( Name: "Marionette Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6139 @@ -53236,6 +58289,16 @@ item_db: ( Name: "Leaf Cat Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6140 @@ -53243,6 +58306,16 @@ item_db: ( Name: "Dullahan Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6141 @@ -53250,6 +58323,16 @@ item_db: ( Name: "Shinobi Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6142 @@ -53257,6 +58340,16 @@ item_db: ( Name: "Golem Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6143 @@ -53264,6 +58357,16 @@ item_db: ( Name: "Civil Servant Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6144 @@ -53272,6 +58375,7 @@ item_db: ( Type: 3 Buy: 1250 Weight: 2 + BuyingStore: true }, { Id: 6145 @@ -53280,6 +58384,7 @@ item_db: ( Type: 3 Buy: 12 Weight: 2 + BuyingStore: true }, { Id: 6146 @@ -53288,6 +58393,7 @@ item_db: ( Type: 3 Buy: 375 Weight: 30 + BuyingStore: true }, { Id: 6147 @@ -53296,6 +58402,7 @@ item_db: ( Type: 3 Buy: 125 Weight: 3 + BuyingStore: true }, { Id: 6148 @@ -53303,6 +58410,15 @@ item_db: ( Name: "Eternity Of Chocolate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6149 @@ -53310,6 +58426,15 @@ item_db: ( Name: "Simple Chocolate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6150 @@ -53317,6 +58442,16 @@ item_db: ( Name: "Mansion Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6151 @@ -53324,6 +58459,15 @@ item_db: ( Name: "Giant Bradium Fragment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6152 @@ -53331,6 +58475,15 @@ item_db: ( Name: "Glittering Crystal" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6153 @@ -53338,6 +58491,16 @@ item_db: ( Name: "Special Exchange Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6154 @@ -53346,6 +58509,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6155 @@ -53361,6 +58533,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6157 @@ -53572,6 +58753,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6187 @@ -53595,6 +58777,7 @@ item_db: ( Name: "Spell Book(Fire Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6190 @@ -53602,6 +58785,7 @@ item_db: ( Name: "Spell Book(Cold Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6191 @@ -53609,6 +58793,7 @@ item_db: ( Name: "Spell Book(Lightning Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6192 @@ -53616,6 +58801,7 @@ item_db: ( Name: "Spell Book(Storm Gust)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6193 @@ -53623,6 +58809,7 @@ item_db: ( Name: "Spell Book(Lord Of Vermilion)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6194 @@ -53630,6 +58817,7 @@ item_db: ( Name: "Spell Book(Meteor Storm)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6195 @@ -53637,6 +58825,7 @@ item_db: ( Name: "Spell Book(Comet)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6196 @@ -53644,6 +58833,7 @@ item_db: ( Name: "Spell Book(Tetra Vortex)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6197 @@ -53651,6 +58841,7 @@ item_db: ( Name: "Spell Book(Thunder Storm)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6198 @@ -53658,6 +58849,7 @@ item_db: ( Name: "Spell Book(Jupitel Thunder)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6199 @@ -53665,6 +58857,7 @@ item_db: ( Name: "Spell Book(Water Ball)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6200 @@ -53672,6 +58865,7 @@ item_db: ( Name: "Spell Book(Heaven's Drive)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6201 @@ -53679,6 +58873,7 @@ item_db: ( Name: "Spell Book(Earth Spike)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6202 @@ -53686,6 +58881,7 @@ item_db: ( Name: "Spell Book(Earth Strain)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6203 @@ -53693,6 +58889,7 @@ item_db: ( Name: "Spell Book(Chain Lightning)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6204 @@ -53700,6 +58897,7 @@ item_db: ( Name: "Spell Book(Crimson Rock)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6205 @@ -53707,6 +58905,7 @@ item_db: ( Name: "Spell Book(Drain Life)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6206 @@ -53714,6 +58913,15 @@ item_db: ( Name: "I Love You" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6207 @@ -53721,6 +58929,15 @@ item_db: ( Name: "Thanks" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6208 @@ -53728,6 +58945,15 @@ item_db: ( Name: "Respect" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6209 @@ -53743,6 +58969,7 @@ item_db: ( Type: 3 Buy: 750 Weight: 1 + BuyingStore: true }, { Id: 6211 @@ -53751,6 +58978,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 1 + BuyingStore: true }, { Id: 6212 @@ -53759,6 +58987,7 @@ item_db: ( Type: 3 Buy: 1250 Weight: 1 + BuyingStore: true }, { Id: 6213 @@ -53767,6 +58996,7 @@ item_db: ( Type: 3 Buy: 625 Weight: 1 + BuyingStore: true }, { Id: 6214 @@ -53775,6 +59005,7 @@ item_db: ( Type: 3 Buy: 625 Weight: 1 + BuyingStore: true }, { Id: 6215 @@ -53783,6 +59014,7 @@ item_db: ( Type: 3 Buy: 625 Weight: 1 + BuyingStore: true }, { Id: 6216 @@ -53791,6 +59023,7 @@ item_db: ( Type: 3 Buy: 1250 Weight: 1 + BuyingStore: true }, { Id: 6217 @@ -53799,6 +59032,7 @@ item_db: ( Type: 3 Buy: 2500 Weight: 1 + BuyingStore: true }, { Id: 6218 @@ -53806,6 +59040,16 @@ item_db: ( Name: "Dieshin's Delivery Box" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6219 @@ -53813,6 +59057,16 @@ item_db: ( Name: "Eden Group Mark" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6220 @@ -53843,6 +59097,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 150 + BuyingStore: true }, { Id: 6224 @@ -53851,6 +59106,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 150 + BuyingStore: true }, { Id: 6225 @@ -53859,6 +59115,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6226 @@ -53867,6 +59132,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6228 @@ -53874,6 +59148,15 @@ item_db: ( Name: "Safe to 9 Weapon Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6229 @@ -53881,6 +59164,15 @@ item_db: ( Name: "Safe to 8 Weapon Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6230 @@ -53888,6 +59180,15 @@ item_db: ( Name: "Safe to 7 Weapon Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6231 @@ -53895,6 +59196,15 @@ item_db: ( Name: "Safe to 6 Weapon Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6232 @@ -53902,6 +59212,15 @@ item_db: ( Name: "Safe to 9 Body Armor Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6233 @@ -53909,6 +59228,15 @@ item_db: ( Name: "Safe to 8 Body Armor Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6234 @@ -53916,6 +59244,15 @@ item_db: ( Name: "Safe to 7 Body Armor Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6235 @@ -53923,6 +59260,15 @@ item_db: ( Name: "Safe to 7 Headgear Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6236 @@ -53930,6 +59276,15 @@ item_db: ( Name: "Blue 7 Card" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6237 @@ -53937,6 +59292,16 @@ item_db: ( Name: "Guarana Fruit" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6238 @@ -53944,6 +59309,15 @@ item_db: ( Name: "Safe to 11 Weapon Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6239 @@ -53951,6 +59325,15 @@ item_db: ( Name: "Safe to 11 Armor Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6240 @@ -53959,6 +59342,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6241 @@ -53967,6 +59359,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6242 @@ -53975,6 +59376,13 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6243 @@ -53990,6 +59398,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 1 + BuyingStore: true }, { Id: 6245 @@ -53998,6 +59407,7 @@ item_db: ( Type: 3 Buy: 125 Weight: 1 + BuyingStore: true }, { Id: 6246 @@ -54006,6 +59416,7 @@ item_db: ( Type: 3 Buy: 125 Weight: 1 + BuyingStore: true }, { Id: 6247 @@ -54014,6 +59425,7 @@ item_db: ( Type: 3 Buy: 125 Weight: 1 + BuyingStore: true }, { Id: 6248 @@ -54022,6 +59434,7 @@ item_db: ( Type: 3 Buy: 750 Weight: 10 + BuyingStore: true }, { Id: 6249 @@ -54030,6 +59443,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6250 @@ -54038,6 +59452,7 @@ item_db: ( Type: 3 Buy: 375 Weight: 10 + BuyingStore: true }, { Id: 6251 @@ -54046,6 +59461,7 @@ item_db: ( Type: 3 Buy: 375 Weight: 10 + BuyingStore: true }, { Id: 6252 @@ -54054,6 +59470,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6253 @@ -54062,6 +59479,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6254 @@ -54070,6 +59488,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6255 @@ -54078,6 +59497,7 @@ item_db: ( Type: 3 Buy: 625 Weight: 10 + BuyingStore: true }, { Id: 6256 @@ -54086,6 +59506,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6257 @@ -54094,6 +59515,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6258 @@ -54102,6 +59524,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6259 @@ -54110,6 +59533,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6260 @@ -54118,6 +59542,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6261 @@ -54126,6 +59551,7 @@ item_db: ( Type: 3 Buy: 625 Weight: 10 + BuyingStore: true }, { Id: 6262 @@ -54134,6 +59560,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6263 @@ -54142,6 +59569,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6264 @@ -54150,6 +59578,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6265 @@ -54158,6 +59587,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6266 @@ -54165,6 +59595,16 @@ item_db: ( Name: "Key Of Deception" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6267 @@ -54172,6 +59612,16 @@ item_db: ( Name: "Key Of Illusion" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6268 @@ -54179,6 +59629,16 @@ item_db: ( Name: "Key Of Pleasure" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6269 @@ -54186,6 +59646,16 @@ item_db: ( Name: "A Master's Brush" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6270 @@ -54193,6 +59663,15 @@ item_db: ( Name: "A Picture Of Maestro Song" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6271 @@ -54200,6 +59679,15 @@ item_db: ( Name: "Receipt" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6272 @@ -54207,6 +59695,16 @@ item_db: ( Name: "Seed For Experiemnt" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6273 @@ -54214,6 +59712,16 @@ item_db: ( Name: "Seed For Experiemnt" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6274 @@ -54221,6 +59729,16 @@ item_db: ( Name: "Saint's Clothing Piece" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6275 @@ -54228,6 +59746,16 @@ item_db: ( Name: "King's Shield" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6276 @@ -54235,6 +59763,16 @@ item_db: ( Name: "Clear Reagent" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6277 @@ -54242,6 +59780,16 @@ item_db: ( Name: "Red Reagent" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6278 @@ -54249,6 +59797,16 @@ item_db: ( Name: "Black Reagent" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6279 @@ -54257,6 +59815,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6280 @@ -54265,6 +59824,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6281 @@ -54273,6 +59833,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6282 @@ -54281,6 +59842,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6283 @@ -54289,6 +59851,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6284 @@ -54297,6 +59860,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6285 @@ -54305,6 +59869,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6286 @@ -54390,6 +59955,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6297 @@ -54398,6 +59972,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 10 + BuyingStore: true }, { Id: 6298 @@ -54405,6 +59980,15 @@ item_db: ( Name: "Crushed Pumpkin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6299 @@ -54412,6 +59996,15 @@ item_db: ( Name: "Worn Fabric" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6300 @@ -54449,6 +60042,15 @@ item_db: ( Name: "Sapha Certification" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6305 @@ -54456,6 +60058,16 @@ item_db: ( Name: "Frozen Piece of Skin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6306 @@ -54463,6 +60075,16 @@ item_db: ( Name: "Clotted Bloodstain" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6307 @@ -54470,6 +60092,16 @@ item_db: ( Name: "Strange Magic Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6308 @@ -54477,6 +60109,15 @@ item_db: ( Name: "Unknown Relic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6309 @@ -54569,6 +60210,16 @@ item_db: ( Name: "Magical Stone" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6321 @@ -54577,6 +60228,7 @@ item_db: ( Type: 3 Buy: 822 Weight: 10 + BuyingStore: true }, { Id: 6322 @@ -54585,6 +60237,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 6323 @@ -54593,6 +60246,7 @@ item_db: ( Type: 3 Buy: 728 Weight: 10 + BuyingStore: true }, { Id: 6324 @@ -54601,6 +60255,7 @@ item_db: ( Type: 3 Buy: 702 Weight: 10 + BuyingStore: true }, { Id: 6325 @@ -54609,6 +60264,7 @@ item_db: ( Type: 3 Buy: 1004 Weight: 10 + BuyingStore: true }, { Id: 6326 @@ -54617,6 +60273,7 @@ item_db: ( Type: 3 Buy: 1630 Weight: 10 + BuyingStore: true }, { Id: 6328 @@ -54747,6 +60404,15 @@ item_db: ( Name: "Love Lump" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6346 @@ -54761,6 +60427,15 @@ item_db: ( Name: "Bless Word Paper1" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6348 @@ -54768,6 +60443,15 @@ item_db: ( Name: "Bless Word Paper2" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6349 @@ -54775,6 +60459,15 @@ item_db: ( Name: "Bless Word Paper3" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6350 @@ -54782,6 +60475,15 @@ item_db: ( Name: "Bless Word Paper4" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6351 @@ -54789,6 +60491,15 @@ item_db: ( Name: "Bless Word Paper5" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6352 @@ -54796,6 +60507,15 @@ item_db: ( Name: "Bless Word Paper6" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6353 @@ -54803,6 +60523,15 @@ item_db: ( Name: "Bless Word Paper7" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6354 @@ -54810,6 +60539,15 @@ item_db: ( Name: "Bless Word Paper8" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6355 @@ -54817,6 +60555,15 @@ item_db: ( Name: "Bless Word Paper9" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6356 @@ -54824,6 +60571,15 @@ item_db: ( Name: "Bless Word Paper10" Type: 3 Buy: 4020 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6357 @@ -54832,6 +60588,15 @@ item_db: ( Type: 3 Buy: 4020 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6358 @@ -54839,6 +60604,16 @@ item_db: ( Name: "Free Cash Coupon" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6359 @@ -54846,6 +60621,16 @@ item_db: ( Name: "Guidebook Exchange" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6360 @@ -54854,6 +60639,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6361 @@ -54862,6 +60648,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6362 @@ -54870,6 +60657,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6363 @@ -54878,6 +60666,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6369 @@ -54942,6 +60731,14 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6378 @@ -54964,6 +60761,15 @@ item_db: ( Name: "Mora Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + partneroverride: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6381 @@ -54972,6 +60778,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6382 @@ -54980,6 +60787,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6383 @@ -54987,6 +60795,15 @@ item_db: ( Name: "Lope's Clue" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6384 @@ -54994,6 +60811,15 @@ item_db: ( Name: "Lope's Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6385 @@ -55001,6 +60827,15 @@ item_db: ( Name: "Research Tool Bag" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6386 @@ -55008,6 +60843,15 @@ item_db: ( Name: "Bath Water Sample" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6387 @@ -55015,6 +60859,15 @@ item_db: ( Name: "Teeth Sample" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6388 @@ -55022,6 +60875,15 @@ item_db: ( Name: "Scale Sample" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6389 @@ -55029,6 +60891,15 @@ item_db: ( Name: "Sample of Puddle Research" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6390 @@ -55036,6 +60907,15 @@ item_db: ( Name: "Small Pocket" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6391 @@ -55044,6 +60924,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 2000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6392 @@ -55052,6 +60941,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6393 @@ -55060,6 +60958,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 6394 @@ -55068,6 +60967,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 6395 @@ -55076,6 +60976,7 @@ item_db: ( Type: 3 Buy: 820 Weight: 10 + BuyingStore: true }, { Id: 6396 @@ -55120,6 +61021,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6402 @@ -55128,6 +61039,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6403 @@ -55144,6 +61064,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6405 @@ -55160,6 +61090,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6407 @@ -55241,6 +61180,15 @@ item_db: ( Name: "Silvervine Fruit" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6418 @@ -55248,6 +61196,15 @@ item_db: ( Name: "AClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6419 @@ -55255,6 +61212,15 @@ item_db: ( Name: "BClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6420 @@ -55262,6 +61228,15 @@ item_db: ( Name: "CClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6421 @@ -55269,6 +61244,15 @@ item_db: ( Name: "DClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6422 @@ -55276,6 +61260,15 @@ item_db: ( Name: "DClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6423 @@ -55305,6 +61298,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6427 @@ -55312,6 +61314,16 @@ item_db: ( Name: "Poor Can Sack" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6428 @@ -55319,6 +61331,16 @@ item_db: ( Name: "Adventure Card A" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6429 @@ -55326,6 +61348,16 @@ item_db: ( Name: "Adventure Card B" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6430 @@ -55333,6 +61365,15 @@ item_db: ( Name: "Fragment of Picture" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6431 @@ -55341,6 +61382,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6432 @@ -55349,6 +61399,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 3000 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6433 @@ -55357,6 +61416,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 300 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6434 @@ -55365,6 +61433,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 1000 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6435 @@ -55373,6 +61450,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6436 @@ -55380,6 +61466,16 @@ item_db: ( Name: "Seagod's Protection" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6437 @@ -55410,6 +61506,15 @@ item_db: ( Name: "Ordinary Lubricant" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6441 @@ -55417,6 +61522,15 @@ item_db: ( Name: "High Ranked Lubricant" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6442 @@ -55424,6 +61538,16 @@ item_db: ( Name: "Octopus Hunting Stick" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6443 @@ -55431,6 +61555,15 @@ item_db: ( Name: "Sillit Pong Bottle" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6444 @@ -55992,6 +62125,16 @@ item_db: ( Name: "Collected Sample" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6520 @@ -56493,6 +62636,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7002 @@ -56501,6 +62645,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 7003 @@ -56509,6 +62654,7 @@ item_db: ( Type: 3 Buy: 968 Weight: 10 + BuyingStore: true }, { Id: 7004 @@ -56517,6 +62663,7 @@ item_db: ( Type: 3 Buy: 876 Weight: 10 + BuyingStore: true }, { Id: 7005 @@ -56525,6 +62672,7 @@ item_db: ( Type: 3 Buy: 1044 Weight: 10 + BuyingStore: true }, { Id: 7006 @@ -56533,6 +62681,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 7007 @@ -56541,6 +62690,7 @@ item_db: ( Type: 3 Buy: 748 Weight: 10 + BuyingStore: true }, { Id: 7008 @@ -56549,6 +62699,7 @@ item_db: ( Type: 3 Buy: 636 Weight: 10 + BuyingStore: true }, { Id: 7009 @@ -56557,6 +62708,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 7010 @@ -56565,6 +62717,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 7011 @@ -56573,6 +62726,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7012 @@ -56581,6 +62735,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 7013 @@ -56589,6 +62744,7 @@ item_db: ( Type: 3 Buy: 772 Weight: 10 + BuyingStore: true }, { Id: 7014 @@ -56597,6 +62753,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 100 + BuyingStore: true }, { Id: 7015 @@ -56605,6 +62762,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 20 + BuyingStore: true }, { Id: 7016 @@ -56613,6 +62771,7 @@ item_db: ( Type: 3 Buy: 2500 Weight: 20 + BuyingStore: true }, { Id: 7017 @@ -56621,6 +62780,7 @@ item_db: ( Type: 3 Buy: 4500 Weight: 30 + BuyingStore: true }, { Id: 7018 @@ -56629,6 +62789,7 @@ item_db: ( Type: 3 Buy: 50 Weight: 10 + BuyingStore: true }, { Id: 7019 @@ -56637,6 +62798,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7020 @@ -56645,6 +62807,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7021 @@ -56653,6 +62816,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7022 @@ -56661,6 +62825,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 30 + BuyingStore: true }, { Id: 7023 @@ -56669,6 +62834,7 @@ item_db: ( Type: 3 Buy: 12000 Weight: 40 + BuyingStore: true }, { Id: 7024 @@ -56677,6 +62843,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 40 + BuyingStore: true }, { Id: 7025 @@ -56685,6 +62852,15 @@ item_db: ( Type: 3 Buy: 30000 Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7026 @@ -56693,6 +62869,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 30 + BuyingStore: true }, { Id: 7027 @@ -56701,6 +62878,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 30 + BuyingStore: true }, { Id: 7028 @@ -56723,6 +62901,7 @@ item_db: ( Type: 3 Buy: 208 Weight: 10 + BuyingStore: true }, { Id: 7031 @@ -56731,6 +62910,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 7032 @@ -56739,6 +62919,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 7033 @@ -56747,6 +62928,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 7034 @@ -56755,6 +62937,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7035 @@ -56763,6 +62946,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7036 @@ -56771,6 +62955,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7037 @@ -56787,6 +62972,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7039 @@ -56811,6 +62997,7 @@ item_db: ( Type: 3 Buy: 120 Weight: 10 + BuyingStore: true }, { Id: 7042 @@ -56827,6 +63014,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7044 @@ -56859,6 +63047,7 @@ item_db: ( Type: 3 Buy: 2424 Weight: 10 + BuyingStore: true }, { Id: 7048 @@ -56867,6 +63056,7 @@ item_db: ( Type: 3 Buy: 5418 Weight: 10 + BuyingStore: true }, { Id: 7049 @@ -56875,6 +63065,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 30 + BuyingStore: true }, { Id: 7050 @@ -56907,6 +63098,7 @@ item_db: ( Type: 3 Buy: 772 Weight: 10 + BuyingStore: true }, { Id: 7054 @@ -56915,6 +63107,7 @@ item_db: ( Type: 3 Buy: 746 Weight: 10 + BuyingStore: true }, { Id: 7055 @@ -56923,6 +63116,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 7056 @@ -56931,6 +63125,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 50 + BuyingStore: true }, { Id: 7057 @@ -56939,6 +63134,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7058 @@ -56947,6 +63143,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7059 @@ -56984,6 +63181,7 @@ item_db: ( Type: 3 Buy: 280 Weight: 10 + BuyingStore: true }, { Id: 7064 @@ -56992,6 +63190,7 @@ item_db: ( Type: 3 Buy: 520 Weight: 10 + BuyingStore: true }, { Id: 7065 @@ -57000,6 +63199,7 @@ item_db: ( Type: 3 Buy: 820 Weight: 10 + BuyingStore: true }, { Id: 7066 @@ -57008,6 +63208,7 @@ item_db: ( Type: 3 Buy: 660 Weight: 10 + BuyingStore: true }, { Id: 7067 @@ -57016,6 +63217,7 @@ item_db: ( Type: 3 Buy: 640 Weight: 10 + BuyingStore: true }, { Id: 7068 @@ -57024,6 +63226,7 @@ item_db: ( Type: 3 Buy: 722 Weight: 10 + BuyingStore: true }, { Id: 7069 @@ -57032,6 +63235,7 @@ item_db: ( Type: 3 Buy: 1042 Weight: 10 + BuyingStore: true }, { Id: 7070 @@ -57040,6 +63244,7 @@ item_db: ( Type: 3 Buy: 900 Weight: 10 + BuyingStore: true }, { Id: 7071 @@ -57048,6 +63253,7 @@ item_db: ( Type: 3 Buy: 1280 Weight: 10 + BuyingStore: true }, { Id: 7072 @@ -57056,6 +63262,7 @@ item_db: ( Type: 3 Buy: 1780 Weight: 10 + BuyingStore: true }, { Id: 7073 @@ -57064,6 +63271,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7074 @@ -57072,6 +63280,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7075 @@ -57080,6 +63289,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7076 @@ -57088,6 +63298,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7077 @@ -57096,6 +63307,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7078 @@ -57104,6 +63316,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7079 @@ -57112,6 +63325,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7080 @@ -57120,6 +63334,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7081 @@ -57128,6 +63343,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7082 @@ -57136,6 +63352,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7083 @@ -57144,6 +63361,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7084 @@ -57152,6 +63370,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7085 @@ -57160,6 +63379,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7086 @@ -57168,6 +63388,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7087 @@ -57176,6 +63397,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7088 @@ -57184,6 +63406,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7089 @@ -57192,6 +63415,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7090 @@ -57200,6 +63424,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7091 @@ -57208,6 +63433,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7092 @@ -57216,6 +63442,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7093 @@ -57224,6 +63451,7 @@ item_db: ( Type: 3 Buy: 1512 Weight: 10 + BuyingStore: true }, { Id: 7094 @@ -57232,6 +63460,7 @@ item_db: ( Type: 3 Buy: 1344 Weight: 10 + BuyingStore: true }, { Id: 7095 @@ -57240,6 +63469,7 @@ item_db: ( Type: 3 Buy: 1075 Weight: 10 + BuyingStore: true }, { Id: 7096 @@ -57248,6 +63478,7 @@ item_db: ( Type: 3 Buy: 1109 Weight: 10 + BuyingStore: true }, { Id: 7097 @@ -57256,6 +63487,7 @@ item_db: ( Type: 3 Buy: 924 Weight: 10 + BuyingStore: true }, { Id: 7098 @@ -57264,6 +63496,7 @@ item_db: ( Type: 3 Buy: 638 Weight: 10 + BuyingStore: true }, { Id: 7099 @@ -57272,6 +63505,7 @@ item_db: ( Type: 3 Buy: 773 Weight: 10 + BuyingStore: true }, { Id: 7100 @@ -57280,6 +63514,7 @@ item_db: ( Type: 3 Buy: 806 Weight: 10 + BuyingStore: true }, { Id: 7101 @@ -57288,6 +63523,7 @@ item_db: ( Type: 3 Buy: 454 Weight: 10 + BuyingStore: true }, { Id: 7102 @@ -57296,6 +63532,7 @@ item_db: ( Type: 3 Buy: 1075 Weight: 10 + BuyingStore: true }, { Id: 7103 @@ -57304,6 +63541,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 7104 @@ -57312,6 +63550,7 @@ item_db: ( Type: 3 Buy: 756 Weight: 10 + BuyingStore: true }, { Id: 7105 @@ -57320,6 +63559,7 @@ item_db: ( Type: 3 Buy: 924 Weight: 10 + BuyingStore: true }, { Id: 7106 @@ -57328,6 +63568,7 @@ item_db: ( Type: 3 Buy: 672 Weight: 10 + BuyingStore: true }, { Id: 7107 @@ -57336,6 +63577,7 @@ item_db: ( Type: 3 Buy: 756 Weight: 10 + BuyingStore: true }, { Id: 7108 @@ -57344,6 +63586,7 @@ item_db: ( Type: 3 Buy: 1680 Weight: 10 + BuyingStore: true }, { Id: 7109 @@ -57352,6 +63595,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7110 @@ -57360,6 +63604,7 @@ item_db: ( Type: 3 Buy: 588 Weight: 10 + BuyingStore: true }, { Id: 7111 @@ -57368,6 +63613,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7112 @@ -57376,6 +63622,7 @@ item_db: ( Type: 3 Buy: 907 Weight: 10 + BuyingStore: true }, { Id: 7113 @@ -57384,6 +63631,7 @@ item_db: ( Type: 3 Buy: 2016 Weight: 10 + BuyingStore: true }, { Id: 7114 @@ -57392,6 +63640,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 7115 @@ -57400,6 +63649,7 @@ item_db: ( Type: 3 Buy: 1142 Weight: 10 + BuyingStore: true }, { Id: 7116 @@ -57408,6 +63658,7 @@ item_db: ( Type: 3 Buy: 1210 Weight: 10 + BuyingStore: true }, { Id: 7117 @@ -57416,6 +63667,7 @@ item_db: ( Type: 3 Buy: 1142 Weight: 10 + BuyingStore: true }, { Id: 7118 @@ -57424,6 +63676,7 @@ item_db: ( Type: 3 Buy: 1361 Weight: 10 + BuyingStore: true }, { Id: 7119 @@ -57432,6 +63685,7 @@ item_db: ( Type: 3 Buy: 1025 Weight: 10 + BuyingStore: true }, { Id: 7120 @@ -57440,6 +63694,7 @@ item_db: ( Type: 3 Buy: 823 Weight: 10 + BuyingStore: true }, { Id: 7121 @@ -57448,6 +63703,7 @@ item_db: ( Type: 3 Buy: 622 Weight: 10 + BuyingStore: true }, { Id: 7122 @@ -57456,6 +63712,7 @@ item_db: ( Type: 3 Buy: 974 Weight: 10 + BuyingStore: true }, { Id: 7123 @@ -57464,6 +63721,7 @@ item_db: ( Type: 3 Buy: 1025 Weight: 10 + BuyingStore: true }, { Id: 7124 @@ -57472,6 +63730,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7125 @@ -57480,6 +63739,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7126 @@ -57488,6 +63748,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7127 @@ -57496,6 +63757,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7128 @@ -57504,6 +63766,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7129 @@ -57512,6 +63775,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7130 @@ -57520,6 +63784,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7131 @@ -57528,6 +63793,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7132 @@ -57536,6 +63802,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7133 @@ -57544,6 +63811,7 @@ item_db: ( Type: 3 Buy: 240000 Weight: 10 + BuyingStore: true }, { Id: 7134 @@ -57552,6 +63820,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 7135 @@ -57600,6 +63869,7 @@ item_db: ( Type: 3 Buy: 60000 Weight: 10 + BuyingStore: true }, { Id: 7141 @@ -57608,6 +63878,7 @@ item_db: ( Type: 3 Buy: 20000 Weight: 10 + BuyingStore: true }, { Id: 7142 @@ -57624,6 +63895,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7144 @@ -57632,6 +63904,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7145 @@ -57656,6 +63929,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7148 @@ -57672,6 +63946,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 7150 @@ -57680,6 +63955,7 @@ item_db: ( Type: 3 Buy: 310 Weight: 10 + BuyingStore: true }, { Id: 7151 @@ -57688,6 +63964,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 7152 @@ -57696,6 +63973,7 @@ item_db: ( Type: 3 Buy: 340 Weight: 10 + BuyingStore: true }, { Id: 7153 @@ -57704,6 +63982,7 @@ item_db: ( Type: 3 Buy: 590 Weight: 10 + BuyingStore: true }, { Id: 7154 @@ -57712,6 +63991,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7155 @@ -57720,6 +64000,7 @@ item_db: ( Type: 3 Buy: 280 Weight: 10 + BuyingStore: true }, { Id: 7156 @@ -57728,6 +64009,7 @@ item_db: ( Type: 3 Buy: 470 Weight: 10 + BuyingStore: true }, { Id: 7157 @@ -57736,6 +64018,7 @@ item_db: ( Type: 3 Buy: 315 Weight: 10 + BuyingStore: true }, { Id: 7158 @@ -57744,6 +64027,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7159 @@ -57752,6 +64036,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7160 @@ -57760,6 +64045,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7161 @@ -57768,6 +64054,7 @@ item_db: ( Type: 3 Buy: 384 Weight: 10 + BuyingStore: true }, { Id: 7162 @@ -57776,6 +64063,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 7163 @@ -57784,6 +64072,7 @@ item_db: ( Type: 3 Buy: 570 Weight: 10 + BuyingStore: true }, { Id: 7164 @@ -57792,6 +64081,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7165 @@ -57800,6 +64090,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 7166 @@ -57808,6 +64099,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 7167 @@ -57816,6 +64108,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 7168 @@ -57824,6 +64117,7 @@ item_db: ( Type: 3 Buy: 614 Weight: 10 + BuyingStore: true }, { Id: 7169 @@ -57832,6 +64126,7 @@ item_db: ( Type: 3 Buy: 2800 Weight: 10 + BuyingStore: true }, { Id: 7170 @@ -57840,6 +64135,7 @@ item_db: ( Type: 3 Buy: 43000 Weight: 10 + BuyingStore: true }, { Id: 7171 @@ -57848,6 +64144,7 @@ item_db: ( Type: 3 Buy: 282 Weight: 10 + BuyingStore: true }, { Id: 7172 @@ -57856,6 +64153,7 @@ item_db: ( Type: 3 Buy: 290 Weight: 10 + BuyingStore: true }, { Id: 7173 @@ -57872,6 +64170,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7175 @@ -57880,6 +64179,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7176 @@ -57895,6 +64195,16 @@ item_db: ( Name: "Crumb of Sobbing Starlight" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7178 @@ -57902,6 +64212,16 @@ item_db: ( Name: "Sobbing Starlight" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7179 @@ -57934,6 +64254,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 20 + BuyingStore: true }, { Id: 7183 @@ -57966,6 +64287,7 @@ item_db: ( Type: 3 Buy: 380 Weight: 10 + BuyingStore: true }, { Id: 7187 @@ -57974,6 +64296,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7188 @@ -57982,6 +64305,7 @@ item_db: ( Type: 3 Buy: 560 Weight: 10 + BuyingStore: true }, { Id: 7189 @@ -57990,6 +64314,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 7190 @@ -57998,6 +64323,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 7191 @@ -58006,6 +64332,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7192 @@ -58014,6 +64341,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7193 @@ -58022,6 +64350,7 @@ item_db: ( Type: 3 Buy: 230 Weight: 10 + BuyingStore: true }, { Id: 7194 @@ -58030,6 +64359,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7195 @@ -58038,6 +64368,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 7196 @@ -58046,6 +64377,7 @@ item_db: ( Type: 3 Buy: 230 Weight: 10 + BuyingStore: true }, { Id: 7197 @@ -58054,6 +64386,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 7198 @@ -58062,6 +64395,7 @@ item_db: ( Type: 3 Buy: 610 Weight: 10 + BuyingStore: true }, { Id: 7199 @@ -58069,6 +64403,7 @@ item_db: ( Name: "Event Tickets" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 7200 @@ -58077,6 +64412,7 @@ item_db: ( Type: 3 Buy: 380 Weight: 10 + BuyingStore: true }, { Id: 7201 @@ -58085,6 +64421,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 7202 @@ -58093,6 +64430,7 @@ item_db: ( Type: 3 Buy: 290 Weight: 10 + BuyingStore: true }, { Id: 7203 @@ -58101,6 +64439,7 @@ item_db: ( Type: 3 Buy: 190 Weight: 10 + BuyingStore: true }, { Id: 7204 @@ -58109,6 +64448,7 @@ item_db: ( Type: 3 Buy: 320 Weight: 10 + BuyingStore: true }, { Id: 7205 @@ -58117,6 +64457,7 @@ item_db: ( Type: 3 Buy: 526 Weight: 10 + BuyingStore: true }, { Id: 7206 @@ -58125,6 +64466,7 @@ item_db: ( Type: 3 Buy: 1440 Weight: 10 + BuyingStore: true }, { Id: 7207 @@ -58133,6 +64475,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 7208 @@ -58141,6 +64484,7 @@ item_db: ( Type: 3 Buy: 1780 Weight: 10 + BuyingStore: true }, { Id: 7209 @@ -58149,6 +64493,7 @@ item_db: ( Type: 3 Buy: 1350 Weight: 10 + BuyingStore: true }, { Id: 7210 @@ -58157,6 +64502,7 @@ item_db: ( Type: 3 Buy: 790 Weight: 10 + BuyingStore: true }, { Id: 7211 @@ -58165,6 +64511,7 @@ item_db: ( Type: 3 Buy: 2600 Weight: 10 + BuyingStore: true }, { Id: 7212 @@ -58173,6 +64520,7 @@ item_db: ( Type: 3 Buy: 1020 Weight: 10 + BuyingStore: true }, { Id: 7213 @@ -58181,6 +64529,7 @@ item_db: ( Type: 3 Buy: 832 Weight: 10 + BuyingStore: true }, { Id: 7214 @@ -58189,6 +64538,7 @@ item_db: ( Type: 3 Buy: 880 Weight: 10 + BuyingStore: true }, { Id: 7215 @@ -58197,6 +64547,7 @@ item_db: ( Type: 3 Buy: 690 Weight: 10 + BuyingStore: true }, { Id: 7216 @@ -58205,6 +64556,7 @@ item_db: ( Type: 3 Buy: 660 Weight: 10 + BuyingStore: true }, { Id: 7217 @@ -58213,6 +64565,7 @@ item_db: ( Type: 3 Buy: 424 Weight: 10 + BuyingStore: true }, { Id: 7218 @@ -58221,6 +64574,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 7219 @@ -58229,6 +64583,7 @@ item_db: ( Type: 3 Buy: 920 Weight: 10 + BuyingStore: true }, { Id: 7220 @@ -58237,6 +64592,7 @@ item_db: ( Type: 3 Buy: 322 Weight: 10 + BuyingStore: true }, { Id: 7221 @@ -58245,6 +64601,7 @@ item_db: ( Type: 3 Buy: 740 Weight: 10 + BuyingStore: true }, { Id: 7222 @@ -58253,6 +64610,7 @@ item_db: ( Type: 3 Buy: 468 Weight: 10 + BuyingStore: true }, { Id: 7223 @@ -58261,6 +64619,7 @@ item_db: ( Type: 3 Buy: 2032 Weight: 10 + BuyingStore: true }, { Id: 7224 @@ -58277,6 +64636,7 @@ item_db: ( Type: 3 Buy: 486 Weight: 10 + BuyingStore: true }, { Id: 7226 @@ -58285,6 +64645,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 7227 @@ -58573,6 +64934,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7263 @@ -58581,6 +64943,7 @@ item_db: ( Type: 3 Buy: 954 Weight: 10 + BuyingStore: true }, { Id: 7264 @@ -58589,6 +64952,7 @@ item_db: ( Type: 3 Buy: 322 Weight: 10 + BuyingStore: true }, { Id: 7265 @@ -58597,6 +64961,7 @@ item_db: ( Type: 3 Buy: 544 Weight: 10 + BuyingStore: true }, { Id: 7266 @@ -58605,6 +64970,7 @@ item_db: ( Type: 3 Buy: 436 Weight: 10 + BuyingStore: true }, { Id: 7267 @@ -58613,6 +64979,7 @@ item_db: ( Type: 3 Buy: 298 Weight: 10 + BuyingStore: true }, { Id: 7268 @@ -58621,6 +64988,7 @@ item_db: ( Type: 3 Buy: 1210 Weight: 10 + BuyingStore: true }, { Id: 7269 @@ -58629,6 +64997,7 @@ item_db: ( Type: 3 Buy: 960 Weight: 10 + BuyingStore: true }, { Id: 7270 @@ -58637,6 +65006,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 10 + BuyingStore: true }, { Id: 7271 @@ -58677,6 +65047,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7276 @@ -58684,6 +65064,16 @@ item_db: ( Name: "Doodled Message" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7277 @@ -58692,6 +65082,7 @@ item_db: ( Type: 3 Buy: 8900 Weight: 10 + BuyingStore: true }, { Id: 7278 @@ -58764,6 +65155,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7287 @@ -58788,6 +65180,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7290 @@ -58796,6 +65189,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7291 @@ -58804,6 +65198,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7292 @@ -58812,6 +65207,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7293 @@ -58820,6 +65216,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7294 @@ -58828,6 +65225,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7295 @@ -58836,6 +65234,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7296 @@ -58844,6 +65243,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7297 @@ -58852,6 +65252,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7298 @@ -58860,6 +65261,7 @@ item_db: ( Type: 3 Buy: 538 Weight: 10 + BuyingStore: true }, { Id: 7299 @@ -58868,6 +65270,7 @@ item_db: ( Type: 3 Buy: 632 Weight: 10 + BuyingStore: true }, { Id: 7300 @@ -58876,6 +65279,7 @@ item_db: ( Type: 3 Buy: 1420 Weight: 10 + BuyingStore: true }, { Id: 7301 @@ -58884,6 +65288,7 @@ item_db: ( Type: 3 Buy: 798 Weight: 10 + BuyingStore: true }, { Id: 7302 @@ -58900,6 +65305,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 800 + BuyingStore: true }, { Id: 7304 @@ -58907,6 +65313,16 @@ item_db: ( Name: "Witch's Spell Scroll" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7305 @@ -58914,6 +65330,16 @@ item_db: ( Name: "Symbol of the Nine Realms" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7306 @@ -58921,6 +65347,16 @@ item_db: ( Name: "Piece of Spirit" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7307 @@ -58928,6 +65364,16 @@ item_db: ( Name: "Spiritual Whispers" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7308 @@ -58935,6 +65381,16 @@ item_db: ( Name: "Witch's Tonic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7309 @@ -58942,6 +65398,16 @@ item_db: ( Name: "Crow Wing" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7310 @@ -58966,6 +65432,7 @@ item_db: ( Type: 3 Buy: 32 Weight: 10 + BuyingStore: true }, { Id: 7313 @@ -58980,6 +65447,16 @@ item_db: ( Name: "The Sign" Type: 3 Buy: 2 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7315 @@ -58988,6 +65465,7 @@ item_db: ( Type: 3 Buy: 422 Weight: 10 + BuyingStore: true }, { Id: 7316 @@ -58996,6 +65474,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 7317 @@ -59004,6 +65483,7 @@ item_db: ( Type: 3 Buy: 534 Weight: 10 + BuyingStore: true }, { Id: 7318 @@ -59012,6 +65492,7 @@ item_db: ( Type: 3 Buy: 512 Weight: 10 + BuyingStore: true }, { Id: 7319 @@ -59020,6 +65501,7 @@ item_db: ( Type: 3 Buy: 1024 Weight: 10 + BuyingStore: true }, { Id: 7320 @@ -59028,6 +65510,7 @@ item_db: ( Type: 3 Buy: 256 Weight: 10 + BuyingStore: true }, { Id: 7321 @@ -59036,6 +65519,7 @@ item_db: ( Type: 3 Buy: 552 Weight: 10 + BuyingStore: true }, { Id: 7322 @@ -59044,6 +65528,7 @@ item_db: ( Type: 3 Buy: 666 Weight: 10 + BuyingStore: true }, { Id: 7323 @@ -59052,6 +65537,7 @@ item_db: ( Type: 3 Buy: 256 Weight: 10 + BuyingStore: true }, { Id: 7325 @@ -59060,6 +65546,7 @@ item_db: ( Type: 3 Buy: 102 Weight: 10 + BuyingStore: true }, { Id: 7326 @@ -59068,6 +65555,7 @@ item_db: ( Type: 3 Buy: 712 Weight: 10 + BuyingStore: true }, { Id: 7327 @@ -59076,6 +65564,7 @@ item_db: ( Type: 3 Buy: 1024 Weight: 10 + BuyingStore: true }, { Id: 7328 @@ -59115,6 +65604,16 @@ item_db: ( Name: "Complete Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7333 @@ -59122,6 +65621,16 @@ item_db: ( Name: "Prontera Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7334 @@ -59129,6 +65638,16 @@ item_db: ( Name: "Payon Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7335 @@ -59136,6 +65655,16 @@ item_db: ( Name: "Morroc Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7336 @@ -59143,6 +65672,16 @@ item_db: ( Name: "Geffen Tablet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7337 @@ -59164,6 +65703,16 @@ item_db: ( Name: "Commemorative Travel Card" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7340 @@ -59172,6 +65721,7 @@ item_db: ( Type: 3 Buy: 734 Weight: 50 + BuyingStore: true }, { Id: 7341 @@ -59179,6 +65729,16 @@ item_db: ( Name: "Old Pendant" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7342 @@ -59186,6 +65746,16 @@ item_db: ( Name: "File Folder" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7343 @@ -59193,6 +65763,16 @@ item_db: ( Name: "Sealed File Folder" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7344 @@ -59200,6 +65780,16 @@ item_db: ( Name: "Shinokas Case File" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7345 @@ -59208,6 +65798,7 @@ item_db: ( Type: 3 Buy: 724 Weight: 10 + BuyingStore: true }, { Id: 7346 @@ -59215,6 +65806,16 @@ item_db: ( Name: "Ymir's Heart Piece" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7347 @@ -59223,6 +65824,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7348 @@ -59238,6 +65840,16 @@ item_db: ( Name: "Archive Permit" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7350 @@ -59253,6 +65865,16 @@ item_db: ( Name: "Friend's Diary" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7352 @@ -59261,6 +65883,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7353 @@ -59269,6 +65892,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7354 @@ -59277,6 +65901,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7355 @@ -59285,6 +65910,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7356 @@ -59293,6 +65919,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7357 @@ -59301,6 +65928,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7358 @@ -59309,6 +65937,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7359 @@ -59317,6 +65946,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7360 @@ -59772,6 +66402,15 @@ item_db: ( Name: "Letter of Recommendation" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7417 @@ -59779,6 +66418,15 @@ item_db: ( Name: "Written Request(A)" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7418 @@ -59786,6 +66434,15 @@ item_db: ( Name: "Written Request(B)" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7419 @@ -59794,6 +66451,7 @@ item_db: ( Type: 3 Buy: 48000 Weight: 10 + BuyingStore: true }, { Id: 7420 @@ -59801,6 +66459,15 @@ item_db: ( Name: "Skull" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7421 @@ -59808,6 +66475,15 @@ item_db: ( Name: "Red Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7422 @@ -59815,6 +66491,15 @@ item_db: ( Name: "Yellow Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7423 @@ -59822,6 +66507,15 @@ item_db: ( Name: "Blue Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7424 @@ -59829,6 +66523,15 @@ item_db: ( Name: "Green Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7425 @@ -59836,6 +66539,15 @@ item_db: ( Name: "Black Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7426 @@ -59843,6 +66555,15 @@ item_db: ( Name: "Red Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7427 @@ -59850,6 +66571,15 @@ item_db: ( Name: "Yellow Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7428 @@ -59857,6 +66587,15 @@ item_db: ( Name: "Blue Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7429 @@ -59864,6 +66603,15 @@ item_db: ( Name: "Green Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7430 @@ -59871,6 +66619,15 @@ item_db: ( Name: "Black Charm Stone" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7431 @@ -59878,6 +66635,15 @@ item_db: ( Name: "Pile of Books" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7432 @@ -59885,6 +66651,16 @@ item_db: ( Name: "Leather Pouch" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7433 @@ -59893,6 +66669,7 @@ item_db: ( Type: 3 Buy: 4000 Weight: 10 + BuyingStore: true }, { Id: 7434 @@ -59901,6 +66678,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7435 @@ -59909,6 +66687,7 @@ item_db: ( Type: 3 Buy: 1907 Weight: 10 + BuyingStore: true }, { Id: 7436 @@ -59917,6 +66696,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7437 @@ -59925,6 +66705,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7438 @@ -59933,6 +66714,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7439 @@ -59941,6 +66723,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7440 @@ -59949,6 +66732,7 @@ item_db: ( Type: 3 Buy: 1335 Weight: 10 + BuyingStore: true }, { Id: 7441 @@ -59957,6 +66741,7 @@ item_db: ( Type: 3 Buy: 1408 Weight: 10 + BuyingStore: true }, { Id: 7442 @@ -59965,6 +66750,7 @@ item_db: ( Type: 3 Buy: 1332 Weight: 10 + BuyingStore: true }, { Id: 7443 @@ -59973,6 +66759,7 @@ item_db: ( Type: 3 Buy: 956 Weight: 10 + BuyingStore: true }, { Id: 7444 @@ -59981,6 +66768,7 @@ item_db: ( Type: 3 Buy: 300000 Weight: 10 + BuyingStore: true }, { Id: 7445 @@ -59989,6 +66777,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7446 @@ -59997,6 +66786,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7447 @@ -60005,6 +66795,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7448 @@ -60013,6 +66804,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7449 @@ -60021,6 +66813,7 @@ item_db: ( Type: 3 Buy: 681 Weight: 10 + BuyingStore: true }, { Id: 7450 @@ -60029,6 +66822,7 @@ item_db: ( Type: 3 Buy: 2050 Weight: 10 + BuyingStore: true }, { Id: 7451 @@ -60037,6 +66831,7 @@ item_db: ( Type: 3 Buy: 1852 Weight: 10 + BuyingStore: true }, { Id: 7452 @@ -60045,6 +66840,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7453 @@ -60053,6 +66849,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7454 @@ -60061,6 +66858,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7455 @@ -60069,6 +66867,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7456 @@ -60077,6 +66876,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7457 @@ -60085,6 +66885,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 7458 @@ -60205,6 +67006,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7473 @@ -60213,6 +67015,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7474 @@ -60221,6 +67024,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7475 @@ -60229,6 +67033,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7476 @@ -60237,6 +67042,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7477 @@ -60245,6 +67051,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7478 @@ -60253,6 +67060,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7479 @@ -60261,6 +67069,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7480 @@ -60269,6 +67078,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7481 @@ -60277,6 +67087,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7482 @@ -60285,6 +67096,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 10 + BuyingStore: true }, { Id: 7483 @@ -60300,6 +67112,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7485 @@ -60308,6 +67130,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7486 @@ -60316,6 +67148,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7487 @@ -60323,6 +67165,16 @@ item_db: ( Name: "Culinary Wine" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7488 @@ -60330,6 +67182,16 @@ item_db: ( Name: "Delivery Package" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7489 @@ -60337,6 +67199,16 @@ item_db: ( Name: "Cottage Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7490 @@ -60344,6 +67216,16 @@ item_db: ( Name: "Letter to Elly" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7491 @@ -60351,6 +67233,16 @@ item_db: ( Name: "Steel Box" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7492 @@ -60358,6 +67250,16 @@ item_db: ( Name: "Yellow Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7493 @@ -60365,6 +67267,16 @@ item_db: ( Name: "Golden Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7494 @@ -60372,6 +67284,16 @@ item_db: ( Name: "Luxurious Button" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7495 @@ -60379,6 +67301,16 @@ item_db: ( Name: "Blue Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7496 @@ -60386,6 +67318,16 @@ item_db: ( Name: "Red Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7497 @@ -60393,6 +67335,16 @@ item_db: ( Name: "Metal Fragment" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7498 @@ -60400,6 +67352,16 @@ item_db: ( Name: "Rosimier Mansion Keys" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7499 @@ -60407,6 +67369,16 @@ item_db: ( Name: "Family Portrait" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7500 @@ -60414,6 +67386,16 @@ item_db: ( Name: "Woman's Portrait" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7501 @@ -60421,6 +67403,16 @@ item_db: ( Name: "K.H's Letter" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7502 @@ -60428,6 +67420,16 @@ item_db: ( Name: "James's Note" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7503 @@ -60435,6 +67437,16 @@ item_db: ( Name: "Man's Portrait" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7504 @@ -60442,6 +67454,16 @@ item_db: ( Name: "Power Device" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7505 @@ -60449,6 +67471,16 @@ item_db: ( Name: "Toy Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7506 @@ -60456,6 +67488,15 @@ item_db: ( Name: "Black Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7507 @@ -60464,6 +67505,7 @@ item_db: ( Type: 3 Buy: 842 Weight: 10 + BuyingStore: true }, { Id: 7508 @@ -60471,6 +67513,16 @@ item_db: ( Name: "Allysia's Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7509 @@ -60478,6 +67530,15 @@ item_db: ( Name: "Luxurious Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7510 @@ -60486,6 +67547,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 10 + BuyingStore: true }, { Id: 7511 @@ -60494,6 +67556,7 @@ item_db: ( Type: 3 Buy: 2526 Weight: 10 + BuyingStore: true }, { Id: 7512 @@ -60502,6 +67565,7 @@ item_db: ( Type: 3 Buy: 1600 Weight: 10 + BuyingStore: true }, { Id: 7513 @@ -60510,6 +67574,7 @@ item_db: ( Type: 3 Buy: 3420 Weight: 10 + BuyingStore: true }, { Id: 7514 @@ -60524,6 +67589,15 @@ item_db: ( Name: "Prize Medal" Type: 3 Buy: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7516 @@ -60531,6 +67605,15 @@ item_db: ( Name: "Green Keycard" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7517 @@ -60547,6 +67630,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7519 @@ -60571,6 +67663,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7522 @@ -60579,6 +67672,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7523 @@ -60587,6 +67681,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7524 @@ -60595,6 +67690,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 20 + BuyingStore: true }, { Id: 7525 @@ -60603,6 +67699,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7526 @@ -60618,6 +67723,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7528 @@ -60639,6 +67753,16 @@ item_db: ( Name: "Travel Brochure [Amatsu]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7531 @@ -60646,6 +67770,16 @@ item_db: ( Name: "Travel Brochure [Kunlun]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7532 @@ -60653,6 +67787,16 @@ item_db: ( Name: "Travel Brochure [Louyang]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7533 @@ -60660,6 +67804,16 @@ item_db: ( Name: "Travel Brochure [Ayothaya]" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7534 @@ -60667,6 +67821,16 @@ item_db: ( Name: "Amatsu Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7535 @@ -60674,6 +67838,16 @@ item_db: ( Name: "Kunlun Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7536 @@ -60681,6 +67855,16 @@ item_db: ( Name: "Louyang Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7537 @@ -60688,6 +67872,16 @@ item_db: ( Name: "Ayothaya Completed Photo Album" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7538 @@ -60695,6 +67889,15 @@ item_db: ( Name: "Sand for Work" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7539 @@ -60702,6 +67905,15 @@ item_db: ( Name: "Poring Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7540 @@ -60766,6 +67978,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7548 @@ -60774,6 +67995,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7549 @@ -60782,6 +68012,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7550 @@ -60790,6 +68029,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7551 @@ -60798,6 +68046,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7552 @@ -60806,6 +68063,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7553 @@ -60813,6 +68079,15 @@ item_db: ( Name: "Water Lily" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7554 @@ -60820,6 +68095,15 @@ item_db: ( Name: "Striped Candle" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7555 @@ -60827,6 +68111,15 @@ item_db: ( Name: "Green Incense" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7556 @@ -60834,6 +68127,15 @@ item_db: ( Name: "Longing Heart" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7557 @@ -60841,6 +68143,15 @@ item_db: ( Name: "Invitation Letter" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7558 @@ -60848,6 +68159,15 @@ item_db: ( Name: "Invitation Ticket" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7559 @@ -60855,6 +68175,15 @@ item_db: ( Name: "Key to the Secret Garden" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7560 @@ -60870,6 +68199,7 @@ item_db: ( Type: 3 Buy: 606 Weight: 10 + BuyingStore: true }, { Id: 7562 @@ -60878,6 +68208,7 @@ item_db: ( Type: 3 Buy: 3020 Weight: 10 + BuyingStore: true }, { Id: 7563 @@ -60886,6 +68217,7 @@ item_db: ( Type: 3 Buy: 2016 Weight: 10 + BuyingStore: true }, { Id: 7564 @@ -60894,6 +68226,7 @@ item_db: ( Type: 3 Buy: 102 Weight: 10 + BuyingStore: true }, { Id: 7565 @@ -60902,6 +68235,7 @@ item_db: ( Type: 3 Buy: 350 Weight: 10 + BuyingStore: true }, { Id: 7566 @@ -60910,6 +68244,7 @@ item_db: ( Type: 3 Buy: 1530 Weight: 10 + BuyingStore: true }, { Id: 7567 @@ -60918,6 +68253,7 @@ item_db: ( Type: 3 Buy: 1290 Weight: 10 + BuyingStore: true }, { Id: 7568 @@ -60926,6 +68262,7 @@ item_db: ( Type: 3 Buy: 1060 Weight: 10 + BuyingStore: true }, { Id: 7569 @@ -60933,6 +68270,15 @@ item_db: ( Name: "Wind Hammer" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7570 @@ -60955,6 +68301,15 @@ item_db: ( Name: "Ashy Necklace" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7573 @@ -60962,6 +68317,15 @@ item_db: ( Name: "Sparkling Necklace" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7574 @@ -60969,6 +68333,7 @@ item_db: ( Name: "Freezing Snow Powder" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 7575 @@ -60976,6 +68341,16 @@ item_db: ( Name: "Red Jewel" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7576 @@ -60983,6 +68358,16 @@ item_db: ( Name: "Blue Jewel" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7577 @@ -60991,6 +68376,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7578 @@ -61007,6 +68401,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7580 @@ -61015,6 +68418,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7581 @@ -61039,6 +68451,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7584 @@ -61047,6 +68468,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7585 @@ -61055,6 +68485,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7586 @@ -61063,6 +68502,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7587 @@ -61071,6 +68519,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7588 @@ -61079,6 +68536,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7589 @@ -61199,6 +68665,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7604 @@ -61286,6 +68761,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7615 @@ -61318,6 +68802,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7619 @@ -61326,6 +68819,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7620 @@ -61334,6 +68836,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7621 @@ -61342,6 +68853,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7622 @@ -61350,6 +68870,11 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7623 @@ -61357,6 +68882,16 @@ item_db: ( Name: "Ticket Of Identification" Type: 3 Buy: 2 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7624 @@ -61365,6 +68900,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7625 @@ -61401,6 +68945,15 @@ item_db: ( Name: "Pink Gift Box" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7630 @@ -61950,6 +69503,7 @@ item_db: ( Type: 3 Buy: 550 Weight: 10 + BuyingStore: true }, { Id: 7752 @@ -61958,6 +69512,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7753 @@ -61966,6 +69521,7 @@ item_db: ( Type: 3 Buy: 330 Weight: 10 + BuyingStore: true }, { Id: 7754 @@ -61974,6 +69530,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 10 + BuyingStore: true }, { Id: 7755 @@ -62012,6 +69569,16 @@ item_db: ( Name: "Geologist's Report" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7760 @@ -62020,6 +69587,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7761 @@ -62036,6 +69604,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7763 @@ -62068,6 +69637,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7767 @@ -62076,6 +69654,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7768 @@ -62123,6 +69710,15 @@ item_db: ( Name: "War Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7774 @@ -62147,6 +69743,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7777 @@ -62211,6 +69816,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7785 @@ -62219,6 +69833,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7786 @@ -62227,6 +69850,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7787 @@ -62235,6 +69867,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7788 @@ -62243,6 +69884,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7789 @@ -62251,6 +69901,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7790 @@ -62259,6 +69918,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7791 @@ -62267,6 +69935,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7792 @@ -62282,6 +69959,15 @@ item_db: ( Name: "Golden Apple" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7794 @@ -62289,6 +69975,15 @@ item_db: ( Name: "The Crow of Destiny" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7795 @@ -62336,6 +70031,15 @@ item_db: ( Name: "Golden Charm Apple" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7801 @@ -62343,6 +70047,15 @@ item_db: ( Name: "Girl's Letter" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7802 @@ -62350,6 +70063,15 @@ item_db: ( Name: "Signature Notebook" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7803 @@ -62485,6 +70207,16 @@ item_db: ( Name: "Piece of Morocc Skin" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7821 @@ -62493,6 +70225,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7822 @@ -62501,6 +70242,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7823 @@ -62509,6 +70259,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7824 @@ -62517,6 +70276,16 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7825 @@ -62532,6 +70301,16 @@ item_db: ( Name: "Continental Guard Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7827 @@ -62546,6 +70325,14 @@ item_db: ( Name: "Bravery Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7829 @@ -62553,6 +70340,14 @@ item_db: ( Name: "Valor Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7830 @@ -62561,6 +70356,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7831 @@ -62569,6 +70365,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7832 @@ -62577,6 +70374,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7833 @@ -62585,6 +70383,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7834 @@ -62593,6 +70392,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7835 @@ -62601,6 +70401,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7836 @@ -62609,6 +70410,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7837 @@ -62617,6 +70419,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7838 @@ -62625,6 +70428,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7839 @@ -62632,6 +70436,15 @@ item_db: ( Name: "Crystal Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7840 @@ -62639,6 +70452,16 @@ item_db: ( Name: "Valkyrie's Gift" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7841 @@ -62646,6 +70469,15 @@ item_db: ( Name: "Stained Piece Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7842 @@ -62653,6 +70485,15 @@ item_db: ( Name: "Torn Piece Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7843 @@ -62660,6 +70501,15 @@ item_db: ( Name: "Old Piece Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7844 @@ -62667,6 +70517,15 @@ item_db: ( Name: "Burnt Pieces Of Paper" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7845 @@ -62819,6 +70678,14 @@ item_db: ( Type: 3 Buy: 20 Weight: 200 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7864 @@ -62834,6 +70701,15 @@ item_db: ( Name: "Gold Pouch" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7866 @@ -62841,6 +70717,15 @@ item_db: ( Name: "Certificate" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7867 @@ -62912,6 +70797,14 @@ item_db: ( Name: "Pirate Treasure" Type: 3 Buy: 300000 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7876 @@ -62920,6 +70813,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7877 @@ -62928,6 +70830,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7878 @@ -62936,6 +70847,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7879 @@ -62944,6 +70864,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7880 @@ -62952,6 +70881,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7881 @@ -62960,6 +70898,15 @@ item_db: ( Type: 3 Buy: 0 Weight: 50 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7882 @@ -62967,6 +70914,15 @@ item_db: ( Name: "Sharp Branch" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7883 @@ -62974,6 +70930,15 @@ item_db: ( Name: "Wooden Flute" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7884 @@ -62981,6 +70946,15 @@ item_db: ( Name: "Jade Plate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7885 @@ -62988,6 +70962,15 @@ item_db: ( Name: "Sacred Arrow" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7886 @@ -63059,6 +71042,15 @@ item_db: ( Name: "Rama5 Book" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7896 @@ -63066,6 +71058,15 @@ item_db: ( Name: "Loykrathong Book" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7897 @@ -63073,6 +71074,15 @@ item_db: ( Name: "Constitution Book" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7898 @@ -63080,6 +71090,15 @@ item_db: ( Name: "VV Strong Balmung" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7899 @@ -63087,6 +71106,15 @@ item_db: ( Name: "Dagger Of Psychic" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7900 @@ -63094,6 +71122,16 @@ item_db: ( Name: "Jonathan Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7901 @@ -63101,6 +71139,16 @@ item_db: ( Name: "Jillberriel Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7902 @@ -63108,6 +71156,16 @@ item_db: ( Name: "Jessur Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7903 @@ -63115,6 +71173,16 @@ item_db: ( Name: "Jenoss Family Ring" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7904 @@ -63122,6 +71190,16 @@ item_db: ( Name: "Piano Key" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7905 @@ -63137,6 +71215,16 @@ item_db: ( Name: "Poppy Wreath" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7907 @@ -63145,6 +71233,15 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7908 @@ -63184,6 +71281,16 @@ item_db: ( Name: "Portable Snowman Machine" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7913 @@ -63191,6 +71298,16 @@ item_db: ( Name: "Battle Test Certificate" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7914 @@ -63198,6 +71315,16 @@ item_db: ( Name: "Ancient Language Document" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7915 @@ -63265,6 +71392,15 @@ item_db: ( Name: "Krathong" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7924 @@ -63305,6 +71441,16 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7929 @@ -63313,6 +71459,16 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7930 @@ -63321,6 +71477,16 @@ item_db: ( Type: 3 Buy: 0 Weight: 1000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7931 @@ -63329,6 +71495,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7932 @@ -63337,6 +71504,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7933 @@ -63345,6 +71513,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7934 @@ -63353,6 +71522,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7935 @@ -63361,6 +71531,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7936 @@ -63369,6 +71540,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7937 @@ -63377,6 +71549,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7938 @@ -63385,6 +71558,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 7939 @@ -63393,6 +71567,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 7940 @@ -63401,6 +71576,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 2 + BuyingStore: true }, { Id: 7941 @@ -63430,6 +71606,11 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7945 @@ -63438,6 +71619,11 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7946 @@ -63467,6 +71653,15 @@ item_db: ( Name: "Woven Wool" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7950 @@ -63474,6 +71669,15 @@ item_db: ( Name: "Ayothaya Fest Ticket" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7951 @@ -63481,6 +71685,16 @@ item_db: ( Name: "Golden Tulip Flower" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7952 @@ -63488,6 +71702,16 @@ item_db: ( Name: "Gift Of Lomi Ross" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7953 @@ -63495,6 +71719,16 @@ item_db: ( Name: "Gift Of Juliet" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7954 @@ -63503,6 +71737,15 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7955 @@ -63538,6 +71781,10 @@ item_db: ( Name: "UP Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 7960 @@ -63545,6 +71792,10 @@ item_db: ( Name: "Ancient Silver" Type: 3 Buy: 0 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 7961 @@ -63552,6 +71803,15 @@ item_db: ( Name: "Weapon Exchange Ticket" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7962 @@ -63559,6 +71819,15 @@ item_db: ( Name: "Treasure Map1" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7963 @@ -63566,6 +71835,15 @@ item_db: ( Name: "Treasure Map2" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7964 @@ -63573,6 +71851,15 @@ item_db: ( Name: "Treasure Map3" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7965 @@ -63580,6 +71867,15 @@ item_db: ( Name: "Treasure Map4" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7966 @@ -63587,6 +71883,15 @@ item_db: ( Name: "Weird Parchment1" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7967 @@ -63594,6 +71899,15 @@ item_db: ( Name: "Weird Parchment2" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7968 @@ -63601,6 +71915,15 @@ item_db: ( Name: "Weird Parchment3" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7969 @@ -63608,6 +71931,15 @@ item_db: ( Name: "Weird Parchment4" Type: 3 Buy: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7970 @@ -63636,6 +71968,15 @@ item_db: ( Name: "Eternal Eggs" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7974 @@ -63643,6 +71984,15 @@ item_db: ( Name: "Misty's Illusion Piece" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7975 @@ -63672,6 +72022,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7979 @@ -63680,6 +72039,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7980 @@ -63688,6 +72056,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7981 @@ -63696,6 +72073,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7982 @@ -63704,6 +72090,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7983 @@ -63712,6 +72107,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7984 @@ -63720,6 +72124,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7985 @@ -63728,6 +72141,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7986 @@ -63736,6 +72158,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7987 @@ -63744,6 +72175,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7988 @@ -63752,6 +72192,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7989 @@ -63760,6 +72209,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7990 @@ -63768,6 +72226,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7991 @@ -63776,6 +72243,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7992 @@ -63784,6 +72260,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7993 @@ -63792,6 +72277,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7994 @@ -63800,6 +72294,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7995 @@ -63808,6 +72311,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7996 @@ -63816,6 +72328,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7997 @@ -63824,6 +72345,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7998 @@ -63832,6 +72362,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7999 @@ -63840,6 +72379,15 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, // Pet Eggs // =================================================================== @@ -64038,6 +72586,13 @@ item_db: ( Name: "Hard Rice Cake" Type: 7 Buy: 20 + Trade: { + nodrop: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 9029 @@ -64561,6 +73116,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11001 @@ -64569,6 +73125,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11002 @@ -64577,6 +73134,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11003 @@ -64585,6 +73143,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11004 @@ -64593,6 +73152,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11005 @@ -64601,6 +73161,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11006 @@ -64609,6 +73170,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11007 @@ -64617,6 +73179,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11008 @@ -64625,6 +73188,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11009 @@ -64633,6 +73197,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11010 @@ -64715,6 +73280,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 11021 @@ -64723,6 +73289,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 11022 @@ -64731,6 +73298,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 11023 @@ -64739,6 +73307,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 50 + BuyingStore: true }, { Id: 11024 @@ -64747,6 +73316,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 50 + BuyingStore: true }, { Id: 11025 @@ -65060,6 +73630,15 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemheal rand(400,500),0; "> }, { @@ -65070,6 +73649,15 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemheal 0,rand(50,70); "> }, { @@ -65080,6 +73668,16 @@ item_db: ( Buy: 0 Weight: 30 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemheal 0,150; "> }, { @@ -65160,6 +73758,7 @@ item_db: ( Buy: 250 Weight: 1 Upper: 63 + BuyingStore: true Script: <" itemheal rand(5,25),0; "> }, { @@ -65170,6 +73769,15 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemheal rand(335,415),0; "> }, { @@ -65180,6 +73788,7 @@ item_db: ( Buy: 1500 Weight: 120 Upper: 63 + BuyingStore: true Script: <" itemheal rand(300,400),0; "> }, { @@ -65190,6 +73799,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(16,22),0; "> }, { @@ -65200,6 +73810,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemheal rand(400,600),0; "> }, { @@ -65221,6 +73832,7 @@ item_db: ( Buy: 1200 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(170,250),0; "> }, { @@ -65232,6 +73844,7 @@ item_db: ( Weight: 20 Upper: 63 EquipLv: 100 + BuyingStore: true Script: <" itemheal 0,rand(50,80); "> }, { @@ -65243,6 +73856,7 @@ item_db: ( Weight: 50 Upper: 63 EquipLv: 100 + BuyingStore: true Script: <" itemheal rand(400,800),rand(50,80); "> }, { @@ -65254,6 +73868,8 @@ item_db: ( Weight: 100 Upper: 63 EquipLv: 100 + BuyingStore: true + Delay: 1000 Script: <" itemheal rand(400,800),0; "> }, { @@ -65265,6 +73881,8 @@ item_db: ( Weight: 120 Upper: 63 EquipLv: 110 + BuyingStore: true + Delay: 2000 Script: <" itemheal rand(600,1000),0; "> }, { @@ -65276,6 +73894,8 @@ item_db: ( Weight: 140 Upper: 63 EquipLv: 120 + BuyingStore: true + Delay: 3000 Script: <" itemheal rand(800,1200),0; "> }, { @@ -65287,6 +73907,8 @@ item_db: ( Weight: 150 Upper: 63 EquipLv: 120 + BuyingStore: true + Delay: 5000 Script: <" itemheal rand(1500,2000),0; "> }, { @@ -65298,6 +73920,7 @@ item_db: ( Weight: 100 Upper: 63 EquipLv: 120 + BuyingStore: true Script: <" itemheal 0,rand(120,160); "> }, { @@ -65597,6 +74220,9 @@ item_db: ( Buy: 0 Weight: 300 Upper: 63 + Nouse: { + sitting: true + } }, { Id: 11703 @@ -65716,6 +74342,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FROSTDIVER,5; "> }, { @@ -65726,6 +74356,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AL_HEAL,3; "> }, { @@ -65736,6 +74370,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AL_HEAL,5; "> }, { @@ -65746,6 +74384,7 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -65756,6 +74395,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1750,500; "> }, { @@ -65766,6 +74406,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1770,500; "> }, { @@ -65776,6 +74417,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1753,500; "> }, { @@ -65786,6 +74428,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1765,500; "> }, { @@ -65796,6 +74439,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1752,500; "> }, { @@ -65806,6 +74450,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1751,500; "> }, { @@ -65816,6 +74461,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1755,500; "> }, { @@ -65826,6 +74472,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1756,500; "> }, { @@ -65836,6 +74483,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1754,500; "> }, { @@ -65846,6 +74494,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1767,500; "> }, { @@ -65856,6 +74505,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1757,500; "> }, { @@ -65866,6 +74516,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1762,500; "> }, { @@ -65876,6 +74527,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, { @@ -65886,6 +74538,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SLOWDOWN,5000,0; "> }, { @@ -65896,6 +74549,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" end; "> }, { @@ -65916,6 +74570,7 @@ item_db: ( Buy: 2 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,8; "> }, { @@ -65986,6 +74641,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 9,0; if(rand(1000)<300) sc_start SC_CURSE,30000,0; @@ -65999,6 +74658,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_MOVHASTE_HORSE,20000,0; "> }, { @@ -66009,6 +74672,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AC_CONCENTRATION,1; "> }, { @@ -66019,6 +74686,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_PLUSATTACKPOWER,60000,20; "> }, { @@ -66029,6 +74700,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_PLUSMAGICPOWER,60000,20; "> }, { @@ -66039,6 +74714,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill ITEM_ENCHANTARMS,2; "> }, { @@ -66049,6 +74728,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_CLAIRVOYANCE,30000,0; "> }, { @@ -66059,6 +74742,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 0,9; if(rand(1000)<300) sc_start SC_SILENCE,30000,0; @@ -66122,6 +74809,7 @@ item_db: ( Buy: 100000 Weight: 300 Upper: 63 + BuyingStore: true Script: <" homevolution; "> }, { @@ -66132,6 +74820,7 @@ item_db: ( Buy: 0 Weight: 60 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,1; percentheal 5,0; @@ -66145,6 +74834,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,2; percentheal 5,0; @@ -66158,6 +74848,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,3; percentheal 5,0; @@ -66171,6 +74862,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,4; percentheal 5,0; @@ -66184,6 +74876,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,5; percentheal 10,0; @@ -66197,6 +74890,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,1; percentheal 0,5; @@ -66210,6 +74904,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,2; percentheal 0,5; @@ -66223,6 +74918,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,3; percentheal 0,5; @@ -66236,6 +74932,7 @@ item_db: ( Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,4; percentheal 0,5; @@ -66249,6 +74946,7 @@ item_db: ( Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,5; percentheal 0,10; @@ -66262,6 +74960,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0; @@ -66275,6 +74974,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0; @@ -66288,6 +74988,7 @@ item_db: ( Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0; @@ -66301,6 +75002,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,4; percentheal 5,0; @@ -66314,6 +75016,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0; @@ -66327,6 +75030,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1; @@ -66340,6 +75044,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1; @@ -66353,6 +75058,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1; @@ -66366,6 +75072,7 @@ item_db: ( Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,4; percentheal 3,1; @@ -66379,6 +75086,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2; @@ -66392,6 +75100,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2; @@ -66405,6 +75114,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2; @@ -66418,6 +75128,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2; @@ -66431,6 +75142,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,4; percentheal 2,2; @@ -66444,6 +75156,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5; @@ -66457,6 +75170,7 @@ item_db: ( Buy: 0 Weight: 60 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2; @@ -66470,6 +75184,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2; @@ -66483,6 +75198,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2; @@ -66496,6 +75212,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,4; percentheal 4,2; @@ -66509,6 +75226,7 @@ item_db: ( Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2; @@ -66522,6 +75240,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,6; percentheal 10,2; @@ -66535,6 +75254,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,7; percentheal 10,4; @@ -66548,6 +75268,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,8; percentheal 15,6; @@ -66561,6 +75282,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,9; percentheal 15,8; @@ -66574,6 +75296,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,10; percentheal 20,20; @@ -66587,6 +75310,7 @@ item_db: ( Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,6; percentheal 2,10; @@ -66600,6 +75324,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,7; percentheal 4,10; @@ -66613,6 +75338,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,8; percentheal 6,10; @@ -66626,6 +75352,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,9; percentheal 8,15; @@ -66639,6 +75366,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,10; percentheal 10,20; @@ -66652,6 +75380,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,6; percentheal 13,0; @@ -66665,6 +75394,7 @@ item_db: ( Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,7; percentheal 16,0; @@ -66678,6 +75408,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,8; percentheal 19,0; @@ -66691,6 +75422,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,9; percentheal 22,0; @@ -66704,6 +75436,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,10; percentheal 25,0; @@ -66717,6 +75450,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,6; percentheal 7,2; @@ -66730,6 +75464,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,7; percentheal 8,2; @@ -66743,6 +75478,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,8; percentheal 9,2; @@ -66756,6 +75492,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,9; percentheal 10,2; @@ -66769,6 +75506,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,10; percentheal 15,5; @@ -66782,6 +75520,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,6; percentheal 5,6; @@ -66795,6 +75534,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,7; percentheal 5,7; @@ -66808,6 +75548,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,8; percentheal 5,8; @@ -66821,6 +75562,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,9; percentheal 5,9; @@ -66834,6 +75576,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,10; percentheal 10,10; @@ -66847,6 +75590,7 @@ item_db: ( Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,6; percentheal 6,3; @@ -66860,6 +75604,7 @@ item_db: ( Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,7; percentheal 7,3; @@ -66873,6 +75618,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,8; percentheal 9,3; @@ -66886,6 +75632,7 @@ item_db: ( Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,9; percentheal 10,4; @@ -66899,6 +75646,7 @@ item_db: ( Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,10; percentheal 14,8; @@ -66912,6 +75660,7 @@ item_db: ( Buy: 20 Weight: 300 Upper: 63 + BuyingStore: true }, { Id: 12102 @@ -66921,6 +75670,7 @@ item_db: ( Buy: 20 Weight: 300 Upper: 63 + BuyingStore: true }, { Id: 12103 @@ -66930,6 +75680,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-3,1,""; "> }, { @@ -66940,6 +75691,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12104,1; "> }, { @@ -66950,6 +75702,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12105,1; getrandgroupitem 12105,1; @@ -66964,6 +75717,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12106,1; "> }, { @@ -66974,6 +75728,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12107,1; "> }, { @@ -66984,6 +75739,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12108,1; getrandgroupitem 12108,1; @@ -67000,6 +75756,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-2,1,""; "> }, { @@ -67010,6 +75767,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12110,1; getrandgroupitem 12110,1; @@ -67026,6 +75784,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12111,1; getrandgroupitem 12111,1; @@ -67040,6 +75799,7 @@ item_db: ( Buy: 1000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_CURSE,10000,1; "> }, { @@ -67050,6 +75810,7 @@ item_db: ( Buy: 1000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_STUN,10000,1; "> }, { @@ -67060,6 +75821,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,4; "> }, { @@ -67070,6 +75832,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,2; "> }, { @@ -67080,6 +75843,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,3; "> }, { @@ -67090,6 +75854,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,5; "> }, { @@ -67100,6 +75865,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; "> }, { @@ -67110,6 +75876,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; "> }, { @@ -67120,6 +75887,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; "> }, { @@ -67130,6 +75898,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; "> }, { @@ -67140,6 +75909,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; "> }, { @@ -67150,6 +75920,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; "> }, { @@ -67160,6 +75931,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_BATKFOOD,1200000,10; sc_start SC_MATKFOOD,120000,10; @@ -67173,6 +75945,7 @@ item_db: ( Buy: 500 Weight: 20 Upper: 63 + BuyingStore: true Script: <" cooking 11; "> }, { @@ -67183,6 +75956,7 @@ item_db: ( Buy: 1000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" cooking 12; "> }, { @@ -67193,6 +75967,7 @@ item_db: ( Buy: 2000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" cooking 13; "> }, { @@ -67203,6 +75978,7 @@ item_db: ( Buy: 5000 Weight: 70 Upper: 63 + BuyingStore: true Script: <" cooking 14; "> }, { @@ -67213,6 +75989,7 @@ item_db: ( Buy: 10000 Weight: 70 Upper: 63 + BuyingStore: true Script: <" cooking 15; "> }, { @@ -67223,6 +76000,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12130,1; getrandgroupitem 12130,1; @@ -67246,6 +76024,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_XMAS,600000,0; "> }, { @@ -67344,6 +76123,15 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Trade: { + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_FOOD_AGI,1800000,10; "> }, { @@ -67363,6 +76151,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13204,500; "> }, { @@ -67373,6 +76162,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13206,500; "> }, { @@ -67383,6 +76173,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13205,500; "> }, { @@ -67393,6 +76184,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13207,500; "> }, { @@ -67403,6 +76195,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13203,500; "> }, { @@ -67413,6 +76206,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 13200,500; "> }, { @@ -67423,6 +76217,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 13202,500; "> }, { @@ -67433,6 +76228,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 13201,500; "> }, { @@ -67453,6 +76249,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6017,1800000; "> }, { @@ -67463,6 +76268,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6018,1800000; "> }, { @@ -67473,6 +76287,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6019,1800000; "> }, { @@ -67483,6 +76306,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6020,1800000; "> }, { @@ -67493,6 +76325,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6021,1800000; "> }, { @@ -67503,6 +76344,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6022,1800000; "> }, { @@ -67513,6 +76363,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6023,1800000; "> }, { @@ -67523,6 +76382,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6024,1800000; "> }, { @@ -67533,6 +76401,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6025,1800000; "> }, { @@ -67543,6 +76420,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6026,1800000; "> }, { @@ -67553,6 +76439,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6037,1800000; "> }, { @@ -67563,6 +76458,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6038,1800000; "> }, { @@ -67573,6 +76477,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6039,1800000; "> }, { @@ -67583,6 +76496,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6040,1800000; "> }, { @@ -67593,6 +76515,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6041,1800000; "> }, { @@ -67603,6 +76534,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6042,1800000; "> }, { @@ -67613,6 +76553,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6043,1800000; "> }, { @@ -67623,6 +76572,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6044,1800000; "> }, { @@ -67633,6 +76591,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6045,1800000; "> }, { @@ -67643,6 +76610,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6046,1800000; "> }, { @@ -67653,6 +76629,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6027,1800000; "> }, { @@ -67663,6 +76648,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6028,1800000; "> }, { @@ -67673,6 +76667,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6029,1800000; "> }, { @@ -67683,6 +76686,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6030,1800000; "> }, { @@ -67693,6 +76705,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6031,1800000; "> }, { @@ -67703,6 +76724,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6032,1800000; "> }, { @@ -67713,6 +76743,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6033,1800000; "> }, { @@ -67723,6 +76762,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6034,1800000; "> }, { @@ -67733,6 +76781,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6035,1800000; "> }, { @@ -67743,6 +76800,15 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 6036,1800000; "> }, { @@ -67753,6 +76819,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1772,500; "> }, { @@ -67763,6 +76830,7 @@ item_db: ( Buy: 500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" mercenary_heal 1000,0; "> }, { @@ -67773,6 +76841,7 @@ item_db: ( Buy: 1000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" mercenary_heal 0,100; "> }, { @@ -67864,6 +76933,7 @@ item_db: ( Buy: 20 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12194,1; getrandgroupitem 12194,1; @@ -67878,6 +76948,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal 0,20; "> }, { @@ -67888,6 +76959,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal 50,0; "> }, { @@ -67898,6 +76970,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal 10,10; "> }, { @@ -67908,6 +76981,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCLUK,1200000,21; "> }, { @@ -67917,6 +76991,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12200 @@ -67946,6 +77030,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -67959,6 +77052,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -67972,6 +77074,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -67985,6 +77096,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -67998,6 +77118,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68011,6 +77140,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68024,6 +77162,16 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; "> }, { @@ -68034,6 +77182,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_CASH_DEATHPENALTY,1800000,0; "> }, { @@ -68044,6 +77201,16 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; "> }, { @@ -68054,6 +77221,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "F_CashStore"; "> }, { @@ -68064,6 +77240,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "F_CashPartyCall"; "> }, { @@ -68073,6 +77258,15 @@ item_db: ( Type: 11 Buy: 2 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "F_CashReset"; "> }, { @@ -68083,6 +77277,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_CASH_BOSS_ALARM,600000,0; "> }, { @@ -68093,6 +77296,18 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68106,6 +77321,18 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68122,6 +77349,18 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68138,6 +77377,18 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68151,6 +77402,18 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68164,6 +77427,18 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==6||.@type==7||.@type==8) { @@ -68180,6 +77455,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + 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; @@ -68194,6 +77478,9 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + Nouse: { + sitting: true + } Script: <" pet 1245; "> }, { @@ -68342,6 +77629,9 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" percentheal 0,5; skilleffect AL_BLESSING,0; @@ -68356,6 +77646,9 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" percentheal 5,0; itemskill AL_ANGELUS,5; @@ -68369,6 +77662,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" percentheal 0,5; sc_start SC_POISON,18000,0; @@ -68419,6 +77715,7 @@ item_db: ( Buy: 800 Weight: 100 Upper: 63 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION1,1800000,0; "> }, { @@ -68429,6 +77726,7 @@ item_db: ( Buy: 1500 Weight: 150 Upper: 63 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION2,1800000,0; "> }, { @@ -68439,6 +77737,7 @@ item_db: ( Buy: 3000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION3,1800000,0; "> }, { @@ -68469,6 +77768,7 @@ item_db: ( Buy: 10000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12246,1; "> }, { @@ -68606,6 +77906,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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,""; @@ -68619,6 +77928,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getexp 3000000,1500000; "> }, { @@ -68629,6 +77948,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SUMMER,600000,0; "> }, { @@ -68638,6 +77958,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getexp 2000000,1000000; "> }, { @@ -68648,6 +77978,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; "> }, { @@ -68658,6 +77998,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_CASH_PLUSEXP,1800000,50; "> }, { @@ -68668,6 +78017,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_CASH_RECEIVEITEM,1800000,200; "> }, { @@ -68678,6 +78036,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_CASH_DEATHPENALTY,1800000,0; "> }, { @@ -68688,6 +78055,16 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + 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; "> }, { @@ -68698,6 +78075,16 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + 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; "> }, { @@ -68708,6 +78095,16 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + 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; @@ -68721,6 +78118,15 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_PLUSATTACKPOWER,600000,15; "> }, { @@ -68731,6 +78137,15 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_PLUSMAGICPOWER,600000,15; "> }, { @@ -68741,6 +78156,15 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" percentheal 5,0; "> }, { @@ -68751,6 +78175,15 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_INCHIT,600000,33; "> }, { @@ -68761,6 +78194,15 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_INCFLEE,600000,33; "> }, { @@ -68771,6 +78213,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -68784,6 +78236,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -68797,6 +78259,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2058,1800000; "> }, { @@ -68807,6 +78274,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2059,1800000; "> }, { @@ -68817,6 +78289,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2060,1800000; "> }, { @@ -68930,6 +78407,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 1; "> }, { @@ -68939,6 +78426,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 2; "> }, { @@ -68948,6 +78445,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 3; "> }, { @@ -68958,6 +78465,10 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 5,0; skilleffect AL_BLESSING,0; @@ -68972,6 +78483,10 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 5,0; skilleffect AL_INCAGI,0; @@ -68986,6 +78501,7 @@ item_db: ( Buy: 500 Weight: 200 Upper: 63 + BuyingStore: true Script: <" percentheal 20,0; "> }, { @@ -68996,6 +78512,7 @@ item_db: ( Buy: 500 Weight: 200 Upper: 63 + BuyingStore: true Script: <" percentheal 0,20; "> }, { @@ -69006,6 +78523,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2740,1; "> }, { @@ -69016,6 +78543,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2739,1; "> }, { @@ -69026,6 +78563,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2738,1; "> }, { @@ -69036,6 +78583,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2738,2; "> }, { @@ -69046,6 +78603,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; "> }, { @@ -69056,6 +78623,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; "> }, { @@ -69066,6 +78643,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 1965,1800000; "> }, { @@ -69076,6 +78662,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 1966,1800000; "> }, { @@ -69086,6 +78681,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" mercenary_create 1967,1800000; "> }, { @@ -69096,6 +78700,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12304 @@ -69104,6 +78717,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 4; "> }, { @@ -69113,6 +78736,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 5; "> }, { @@ -69122,6 +78755,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 6; "> }, { @@ -69131,6 +78774,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 7; "> }, { @@ -69140,6 +78793,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 8; "> }, { @@ -69149,6 +78812,16 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" setfont 9; "> }, { @@ -69159,6 +78832,17 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" sc_start SC_INCFLEE,600000,10; "> }, { @@ -69169,6 +78853,17 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill ALL_PARTYFLEE,1; "> }, { @@ -69187,6 +78882,18 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill ALL_ANGEL_PROTECT,1; "> }, { @@ -69288,6 +78995,19 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -69297,6 +79017,19 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill AL_TELEPORT,3; "> }, { @@ -69306,6 +79039,19 @@ item_db: ( Type: 11 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill MC_IDENTIFY,1; "> }, { @@ -69344,6 +79090,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + BuyingStore: true Script: <" mercenary_create 2000,1800000; "> }, { @@ -69354,6 +79101,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + BuyingStore: true Script: <" mercenary_create 2001,1800000; "> }, { @@ -69364,6 +79112,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" percentheal 6,0; "> }, { @@ -69374,6 +79132,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" percentheal 0,6; "> }, { @@ -69384,6 +79152,17 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Stack: [3, 1] Script: <" percentheal 0,15; "> }, { @@ -69458,6 +79237,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1815; "> }, { @@ -69468,6 +79259,7 @@ item_db: ( Buy: 30000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" getitem 7940,100; "> }, { @@ -69478,6 +79270,16 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_ATK,600000,10; @@ -69491,6 +79293,16 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_GUARD; sc_start SC_MANU_DEF,600000,10; @@ -69504,6 +79316,16 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_ATK,600000,10; @@ -69517,6 +79339,16 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_GUARD; sc_start SC_SPL_DEF,600000,10; @@ -69529,6 +79361,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" heal -100,0; "> }, { @@ -69539,6 +79381,10 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill ALL_REVERSEORCISH,1; "> }, { @@ -69549,6 +79395,16 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_MATK,600000,10; @@ -69562,6 +79418,16 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_MATK,600000,10; @@ -69575,6 +79441,17 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" skilleffect AL_BLESSING,0; sc_start SC_BLESSING,120000,5; @@ -69589,6 +79466,14 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemskill MC_LOUD,1; "> }, { @@ -69609,6 +79494,7 @@ item_db: ( Buy: 600 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PROPERTYWATER,90000,1; "> }, { @@ -69619,6 +79505,7 @@ item_db: ( Buy: 2 Weight: 50 Upper: 63 + BuyingStore: true Script: <" specialeffect2 EF_ANGELUS; sc_start SC_INCMHPRATE,600000,3; @@ -69635,6 +79522,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12355,1; "> }, { @@ -69645,6 +79533,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12356,1; "> }, { @@ -69665,6 +79554,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1513; "> }, { @@ -69675,6 +79568,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1586; "> }, { @@ -69685,6 +79582,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1505; "> }, { @@ -69694,6 +79595,19 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1143; "> }, { @@ -69704,6 +79618,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1401; "> }, { @@ -69713,6 +79631,19 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1179; "> }, { @@ -69723,6 +79654,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1299; "> }, { @@ -69733,6 +79668,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1416; "> }, { @@ -69743,6 +79682,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1404; "> }, { @@ -69753,6 +79696,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1504; "> }, { @@ -69763,6 +79710,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1148; "> }, { @@ -69773,6 +79724,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1495; "> }, { @@ -69782,6 +79737,19 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" pet 1374; "> }, { @@ -69792,6 +79760,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1040; "> }, { @@ -69802,6 +79774,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1379; "> }, { @@ -69812,6 +79788,10 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1370; "> }, { @@ -69822,6 +79802,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1837; "> }, { @@ -69832,6 +79816,13 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 EF_STEAL; sc_start SC_INCHITRATE,120000,5; @@ -69845,6 +79836,10 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 3,0; itemskill PR_GLORIA,2; @@ -69858,6 +79853,10 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 0,3; itemskill PR_MAGNIFICAT,1; @@ -69881,6 +79880,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + BuyingStore: true }, { Id: 12380 @@ -69928,6 +79928,7 @@ item_db: ( Buy: 13750 Weight: 500 Upper: 63 + BuyingStore: true }, { Id: 12384 @@ -69937,6 +79938,15 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + 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; @@ -69951,6 +79961,15 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + 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; @@ -69965,6 +79984,15 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + 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; @@ -69979,6 +80007,15 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + 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; @@ -69993,6 +80030,19 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -70007,6 +80057,19 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -70021,6 +80084,19 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -70035,6 +80111,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -70046,6 +80131,7 @@ item_db: ( Weight: 100 Job: 0x00000400 Upper: 63 + BuyingStore: true Script: <" if(checkmadogear()) itemheal rand(200,300),0; "> }, { @@ -70057,6 +80143,7 @@ item_db: ( Weight: 140 Job: 0x00000400 Upper: 63 + BuyingStore: true Script: <" if(checkmadogear()) itemheal rand(300,400),0; "> }, { @@ -70068,6 +80155,7 @@ item_db: ( Weight: 180 Job: 0x00000400 Upper: 63 + BuyingStore: true Script: <" if(checkmadogear()) itemheal rand(400,500),0; "> }, { @@ -70078,6 +80166,7 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true Script: <" pet 1519; "> }, { @@ -70088,6 +80177,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } + Nouse: { + sitting: true + } Script: <" if(rand(1,10)==1) itemskill AL_TELEPORT,1; else if(rand(1,10)==2) itemskill AL_TELEPORT,3; @@ -70109,6 +80206,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } + Nouse: { + sitting: true + } Script: <" if(rand(1,10)==1) itemskill TF_DETOXIFY,1; else if(rand(1,10)==2) itemskill TF_PICKSTONE,1; @@ -70130,6 +80235,16 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12399 @@ -70165,6 +80280,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12403 @@ -70183,6 +80307,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12405 @@ -70192,6 +80325,15 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12406 @@ -70201,6 +80343,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12407 @@ -70264,6 +80415,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12414 @@ -70273,6 +80433,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION1,1800000,0; sc_start SC_INC_AGI,140000,5; @@ -70287,6 +80448,9 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Nouse: { + sitting: true + } }, { Id: 12416 @@ -70314,6 +80478,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true }, { Id: 12419 @@ -70323,6 +80488,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true }, { Id: 12420 @@ -70350,6 +80516,7 @@ item_db: ( Buy: 100 Weight: 20 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); percentheal 2,0; @@ -70363,6 +80530,7 @@ item_db: ( Buy: 100 Weight: 40 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); percentheal 3,0; @@ -70376,6 +80544,7 @@ item_db: ( Buy: 100 Weight: 80 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); percentheal 5,0; @@ -70389,6 +80558,7 @@ item_db: ( Buy: 100 Weight: 20 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCMSPRATE,500000,((BaseLevel/10)-5); percentheal 0,2; @@ -70402,6 +80572,7 @@ item_db: ( Buy: 100 Weight: 40 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCMSPRATE,500000,(BaseLevel/10); percentheal 0,4; @@ -70415,6 +80586,7 @@ item_db: ( Buy: 100 Weight: 80 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCMSPRATE,500000,((BaseLevel/10)+5); percentheal 0,8; @@ -70428,6 +80600,7 @@ item_db: ( Buy: 100 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; heal 1000,0; @@ -70441,6 +80614,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> }, { @@ -70451,6 +80625,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> }, { @@ -70461,6 +80636,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_MINOR_BBQ,300000,20; "> }, { @@ -70471,6 +80647,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> }, { @@ -70481,6 +80658,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> }, { @@ -70491,6 +80669,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> }, { @@ -70511,6 +80690,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_VITATA_500,500000,0; heal 0,200; @@ -70524,6 +80704,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> }, { @@ -70830,6 +81011,17 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" packageitem(); "> }, { @@ -70840,6 +81032,17 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" packageitem(12474); "> }, { @@ -70850,6 +81053,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_end SC_SILENCE; sc_end SC_BLOODING; @@ -70868,6 +81072,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12477 @@ -70886,6 +81099,16 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12479 @@ -70894,6 +81117,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -70904,6 +81137,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12481 @@ -70913,6 +81155,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12482 @@ -70922,6 +81173,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12483 @@ -70931,6 +81191,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12484 @@ -70940,6 +81209,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12485 @@ -70949,6 +81227,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12486 @@ -70958,6 +81245,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12487 @@ -70967,6 +81263,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12488 @@ -71010,6 +81315,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71020,6 +81334,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71343,6 +81666,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12530 @@ -71351,6 +81683,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12531 @@ -71359,6 +81700,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 504,100; "> }, { @@ -71368,6 +81718,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 526,100; "> }, { @@ -71377,6 +81736,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 510,100; "> }, { @@ -71386,6 +81754,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12536 @@ -71395,6 +81772,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true }, { Id: 12537 @@ -71424,6 +81802,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true }, { Id: 12540 @@ -71433,6 +81812,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71443,6 +81831,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71453,6 +81850,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71463,6 +81869,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71520,6 +81935,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 547,200; "> }, { @@ -71529,6 +81953,15 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 678,30; "> }, { @@ -71629,6 +82062,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + BuyingStore: true Script: <" warp "bif_fild01",32,382; "> }, { @@ -71749,6 +82183,7 @@ item_db: ( Weight: 20 Upper: 63 EquipLv: 120 + BuyingStore: true Script: <" itemheal 0,rand(50,65); "> }, { @@ -71760,6 +82195,7 @@ item_db: ( Weight: 250 Upper: 63 EquipLv: 100 + BuyingStore: true Script: <" getitem 1773,500; "> }, { @@ -71770,6 +82206,7 @@ item_db: ( Buy: 500 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1774,500; "> }, { @@ -72144,6 +82581,7 @@ item_db: ( Type: 11 Buy: 20 Upper: 63 + Delay: 3000 Script: <" setmounting(); "> }, { @@ -72164,6 +82602,9 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + Trade: { + nocart: true + } Script: <" percentheal 3,3; "> }, { @@ -72234,6 +82675,14 @@ item_db: ( Type: 2 Buy: 20 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" warp "malangdo",140,114; "> }, { @@ -72244,6 +82693,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 13208,200; "> }, { @@ -72254,6 +82712,15 @@ item_db: ( Buy: 20 Weight: 2000 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12639 @@ -72263,6 +82730,15 @@ item_db: ( Buy: 20 Weight: 2000 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12640 @@ -72272,6 +82748,15 @@ item_db: ( Buy: 20 Weight: 500 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12641 @@ -72825,75 +83310,6 @@ item_db: ( Upper: 63 }, { - Id: 12774 - AegisName: "Empty_Potion_Bottle" - Name: "Empty Potion Bottle" - Type: 2 - Buy: 0 - Upper: 63 -}, -{ - Id: 12777 - AegisName: "Luk_Dish20" - Name: "Luk Dish20" - Type: 11 - Buy: 0 - Weight: 10 - Upper: 63 -}, -{ - Id: 12779 - AegisName: "Galapago_Scroll" - Name: "Galapago Scroll" - Type: 11 - Buy: 20 - Weight: 10 - Upper: 63 -}, -{ - Id: 12781 - AegisName: "1M_Zeny_Check" - Name: "1M Zeny Check" - Type: 11 - Buy: 0 - Upper: 63 -}, -{ - Id: 12783 - AegisName: "10000_Zeny_Check" - Name: "10000 Zeny Check" - Type: 11 - Buy: 0 - Upper: 63 -}, -{ - Id: 12785 - AegisName: "Dragon_Egg_Scroll" - Name: "Dragon Egg" - Type: 11 - Buy: 20 - Weight: 10 - Upper: 63 -}, -{ - Id: 12797 - AegisName: "Wish_Maiden_Scroll" - Name: "Wish Maiden Scroll" - Type: 11 - Buy: 20 - Weight: 10 - Upper: 63 -}, -{ - Id: 12818 - AegisName: "High_Weapon_Box_" - Name: "Advanced Weapons Box" - Type: 2 - Buy: 0 - Upper: 63 - EquipLv: 100 -}, -{ Id: 12699 AegisName: "Tikbalang_Belt" Name: "Tikbalang Harness" @@ -72953,6 +83369,15 @@ item_db: ( Weight: 10 Upper: 63 EquipLv: 85 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" percentheal 100,0; "> }, { @@ -72964,6 +83389,15 @@ item_db: ( Weight: 100 Upper: 63 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; "> }, { @@ -72974,6 +83408,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill PR_GLORIA,5; "> }, { @@ -72984,6 +83421,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill PR_MAGNIFICAT,1; "> }, { @@ -72994,6 +83434,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill PR_IMPOSITIO,3; "> }, { @@ -73054,6 +83497,14 @@ item_db: ( Buy: 1 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getrandgroupitem 12714,1; "> }, { @@ -73063,6 +83514,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12716 @@ -73082,6 +83543,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_PARALYSE,300000,0; "> }, { @@ -73092,6 +83554,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_LEECHESEND,300000,0; "> }, { @@ -73102,6 +83565,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_OBLIVIONCURSE,300000,0; "> }, { @@ -73112,6 +83576,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_DEATHHURT,300000,0; "> }, { @@ -73122,6 +83587,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_TOXIN,300000,0; "> }, { @@ -73132,6 +83598,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_PYREXIA,300000,0; "> }, { @@ -73142,6 +83609,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_MAGICMUSHROOM,300000,0; "> }, { @@ -73152,6 +83620,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_VENOMBLEED,15000,0; "> }, // Rune Knight's Rune Stones @@ -73163,6 +83632,20 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73173,6 +83656,20 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73183,6 +83680,20 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73193,6 +83704,19 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73203,6 +83727,19 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73213,6 +83750,19 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73223,6 +83773,19 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73233,6 +83796,20 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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; "> }, { @@ -73243,6 +83820,19 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + 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 @@ -73255,6 +83845,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 5; "> }, { @@ -73266,6 +83857,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 11; "> }, { @@ -73277,6 +83869,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 14; "> }, { @@ -73288,6 +83881,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 2; "> }, { @@ -73299,6 +83893,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 8; "> }, { @@ -73317,6 +83912,11 @@ item_db: ( Type: 2 Buy: 1 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 12741 @@ -73325,6 +83925,11 @@ item_db: ( Type: 2 Buy: 1 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 12742 @@ -73358,6 +83963,16 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12746 @@ -73367,6 +83982,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" autobonus "{bonus2 bAddRace,RC_Boss,5}",10000,1800000; autobonus "{bonus2 bAddRace,RC_Angel,5;}",10000,1800000; @@ -73463,6 +84087,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12755 @@ -73472,6 +84105,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12756 @@ -73481,6 +84123,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73568,6 +84219,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12767 @@ -73576,6 +84237,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73585,6 +84254,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73594,6 +84271,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73603,6 +84288,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73612,6 +84305,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73621,6 +84322,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73630,9 +84339,25 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { + Id: 12774 + AegisName: "Empty_Potion_Bottle" + Name: "Empty Potion Bottle" + Type: 2 + Buy: 0 + Upper: 63 +}, +{ Id: 12775 AegisName: "Ancient_Spirit_Agimat" Name: "Greater Agimat of Ancient Spirit" @@ -73651,6 +84376,15 @@ item_db: ( Upper: 63 }, { + Id: 12777 + AegisName: "Luk_Dish20" + Name: "Luk Dish20" + Type: 11 + Buy: 0 + Weight: 10 + Upper: 63 +}, +{ Id: 12778 AegisName: "Bapho_Jr_Scroll" Name: "Baphomet Jr Ally Scroll" @@ -73660,6 +84394,15 @@ item_db: ( Upper: 63 }, { + Id: 12779 + AegisName: "Galapago_Scroll" + Name: "Galapago Scroll" + Type: 11 + Buy: 20 + Weight: 10 + Upper: 63 +}, +{ Id: 12780 AegisName: "10M_Zeny_Check" Name: "10M Zeny Check" @@ -73668,6 +84411,14 @@ item_db: ( Upper: 63 }, { + Id: 12781 + AegisName: "1M_Zeny_Check" + Name: "1M Zeny Check" + Type: 11 + Buy: 0 + Upper: 63 +}, +{ Id: 12782 AegisName: "100T_Zeny_Check" Name: "100T Zeny Check" @@ -73676,6 +84427,14 @@ item_db: ( Upper: 63 }, { + Id: 12783 + AegisName: "10000_Zeny_Check" + Name: "10000 Zeny Check" + Type: 11 + Buy: 0 + Upper: 63 +}, +{ Id: 12784 AegisName: "1000_Zeny_Check" Name: "1000 Zeny Check" @@ -73684,6 +84443,15 @@ item_db: ( Upper: 63 }, { + Id: 12785 + AegisName: "Dragon_Egg_Scroll" + Name: "Dragon Egg" + Type: 11 + Buy: 20 + Weight: 10 + Upper: 63 +}, +{ Id: 12786 AegisName: "Change_Slot_Card" Name: "Character Position Change Coupon" @@ -73782,6 +84550,15 @@ item_db: ( Upper: 63 }, { + Id: 12797 + AegisName: "Wish_Maiden_Scroll" + Name: "Wish Maiden Scroll" + Type: 11 + Buy: 20 + Weight: 10 + Upper: 63 +}, +{ Id: 12798 AegisName: "Zealotus_Scroll" Name: "Zealotus Scroll" @@ -73831,6 +84608,15 @@ item_db: ( Script: <" itemskill ECL_SEQUOIADUST,1; "> }, { + Id: 12818 + AegisName: "High_Weapon_Box_" + Name: "Advanced Weapons Box" + Type: 2 + Buy: 0 + Upper: 63 + EquipLv: 100 +}, +{ Id: 12848 AegisName: "Falcon_Flute" Name: "Falcon Flute" @@ -73902,6 +84688,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,10; "> }, { @@ -73912,6 +84705,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12209,10; "> }, { @@ -73922,6 +84722,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12210,10; "> }, { @@ -73932,6 +84739,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12202,10; "> }, { @@ -73942,6 +84756,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12203,10; "> }, { @@ -73952,6 +84773,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,10; "> }, { @@ -73962,6 +84790,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12205,10; "> }, { @@ -73972,6 +84807,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12206,10; "> }, { @@ -73982,6 +84824,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12207,10; "> }, { @@ -73992,6 +84841,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12211,10; "> }, { @@ -74002,6 +84858,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,50; "> }, { @@ -74012,6 +84875,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12213,1; "> }, { @@ -74022,6 +84892,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12214,10; "> }, { @@ -74032,6 +84909,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12215,50; "> }, { @@ -74042,6 +84926,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12216,50; "> }, { @@ -74052,6 +84943,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12217,50; "> }, { @@ -74062,6 +84960,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12218,50; "> }, { @@ -74072,6 +84977,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12219,50; "> }, { @@ -74082,6 +84994,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12220,50; "> }, { @@ -74092,6 +85011,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12221,10; "> }, { @@ -74102,6 +85028,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7619,10; "> }, { @@ -74112,6 +85045,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7620,10; "> }, { @@ -74122,6 +85062,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,10; "> }, { @@ -74132,6 +85079,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12925,1; "> }, { @@ -74142,6 +85096,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12926,1; "> }, { @@ -74152,6 +85113,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74162,6 +85132,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74182,6 +85161,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" itemskill PR_ASPERSIO,5; "> }, { @@ -74192,6 +85180,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12932,1; "> }, { @@ -74202,6 +85197,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12933,1; "> }, { @@ -74212,6 +85214,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12934,1; "> }, { @@ -74222,6 +85231,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74232,6 +85250,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74242,6 +85269,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74252,6 +85288,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1267,604800; "> }, { @@ -74262,6 +85306,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1173,604800; "> }, { @@ -74272,6 +85324,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13401,604800; "> }, { @@ -74282,6 +85342,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13021,604800; "> }, { @@ -74292,6 +85360,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13022,604800; "> }, { @@ -74302,6 +85378,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1817,604800; "> }, { @@ -74312,6 +85396,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1419,604800; "> }, { @@ -74322,6 +85414,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1623,604800; "> }, { @@ -74332,6 +85432,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1372,604800; "> }, { @@ -74342,6 +85450,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1728,604800; "> }, { @@ -74352,6 +85468,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1563,604800; "> }, { @@ -74362,6 +85486,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13023,604800; "> }, { @@ -74372,6 +85504,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5265,1209600; "> }, { @@ -74382,6 +85522,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5266,1209600; "> }, { @@ -74392,6 +85540,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5267,1209600; "> }, { @@ -74402,6 +85558,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5268,1209600; "> }, { @@ -74412,6 +85576,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2686,604800; "> }, { @@ -74422,6 +85594,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2687,1209600; "> }, { @@ -74432,6 +85612,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2688,604800; "> }, { @@ -74442,6 +85630,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2689,604800; "> }, { @@ -74452,6 +85648,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2690,604800; "> }, { @@ -74462,6 +85666,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2691,604800; "> }, { @@ -74472,6 +85684,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2692,604800; "> }, { @@ -74482,6 +85702,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2693,604800; "> }, { @@ -74492,6 +85720,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2694,604800; "> }, { @@ -74502,6 +85738,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2695,604800; "> }, { @@ -74512,6 +85756,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2696,604800; "> }, { @@ -74522,6 +85774,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2697,604800; "> }, { @@ -74532,6 +85792,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2698,604800; "> }, { @@ -74542,6 +85810,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2699,604800; "> }, { @@ -74732,6 +86008,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12989,1; "> }, { @@ -74742,6 +86025,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12990,1; "> }, { @@ -74752,6 +86042,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12991,1; "> }, { @@ -74762,6 +86059,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12992,1; "> }, { @@ -74772,6 +86076,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12993,1; "> }, { @@ -74782,6 +86093,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12994,1; "> }, { @@ -74792,6 +86110,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74802,6 +86129,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74812,6 +86148,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74822,6 +86167,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74832,6 +86186,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74842,6 +86205,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74894,9 +86266,6 @@ item_db: ( Upper: 63 Script: <" getitem 604,3; "> }, -// More Weapons -// =================================================================== -// Daggers and Ninja Weapons { Id: 13000 AegisName: "Jujube_Dagger" @@ -75302,6 +86671,16 @@ item_db: ( 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; "> }, { @@ -75318,6 +86697,16 @@ item_db: ( 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_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; @@ -75340,6 +86729,16 @@ item_db: ( 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; "> }, { @@ -75357,6 +86756,16 @@ item_db: ( 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 @@ -75464,6 +86873,15 @@ item_db: ( 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; @@ -75597,6 +87015,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -75620,6 +87046,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -75691,6 +87125,15 @@ item_db: ( WeaponLv: 1 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13041 @@ -75707,6 +87150,15 @@ item_db: ( WeaponLv: 1 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13042 @@ -75722,6 +87174,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -75748,6 +87209,16 @@ item_db: ( 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; "> }, { @@ -75764,6 +87235,16 @@ item_db: ( 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 @@ -75779,6 +87260,16 @@ item_db: ( 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 @@ -75836,6 +87327,16 @@ item_db: ( 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; @@ -75857,6 +87358,10 @@ item_db: ( Loc: 2 WeaponLv: 3 View: 1 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 13050 @@ -75873,6 +87378,15 @@ item_db: ( EquipLv: 26 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13051 @@ -75889,6 +87403,15 @@ item_db: ( EquipLv: 40 Refine: false View: 1 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13052 @@ -75905,6 +87428,15 @@ item_db: ( 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; @@ -76177,6 +87709,16 @@ item_db: ( 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; @@ -76609,6 +88151,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 17 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bHit,-10; @@ -76654,6 +88204,15 @@ item_db: ( 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_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -76682,6 +88241,16 @@ item_db: ( 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; "> }, { @@ -76699,6 +88268,15 @@ item_db: ( 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; "> }, { @@ -76716,6 +88294,15 @@ item_db: ( 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; "> }, { @@ -77269,6 +88856,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 18 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bHit,10; @@ -77293,6 +88888,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 19 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,35; @@ -77315,6 +88918,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bSplashRange,1; @@ -77338,6 +88949,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 21 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bDex,2; bonus bSplashRange,1; @@ -77361,6 +88980,16 @@ item_db: ( 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; @@ -77381,6 +89010,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -77410,6 +89048,15 @@ item_db: ( 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_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -77439,6 +89086,15 @@ item_db: ( 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_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -77469,6 +89125,15 @@ item_db: ( 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_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -77891,6 +89556,15 @@ item_db: ( 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; "> }, { @@ -78582,6 +90256,15 @@ item_db: ( 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; @@ -78599,6 +90282,15 @@ item_db: ( Upper: 63 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; @@ -78616,6 +90308,15 @@ item_db: ( Upper: 63 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; @@ -78770,6 +90471,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 22 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bDex,1; @@ -78792,6 +90501,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 22 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,2; bonus bDex,1; @@ -78815,6 +90532,15 @@ item_db: ( 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_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -78845,6 +90571,16 @@ item_db: ( 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; @@ -78865,6 +90601,16 @@ item_db: ( 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 @@ -79044,6 +90790,16 @@ item_db: ( 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; @@ -79143,6 +90899,15 @@ item_db: ( 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; @@ -79224,6 +90989,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -79246,6 +91019,14 @@ item_db: ( WeaponLv: 3 EquipLv: 80 View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bStr,1; bonus bDex,1; @@ -79342,6 +91123,15 @@ item_db: ( EquipLv: 2 Refine: false View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13416 @@ -79357,6 +91147,15 @@ item_db: ( 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_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; @@ -79386,6 +91185,15 @@ item_db: ( 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; @@ -79407,6 +91215,15 @@ item_db: ( 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; @@ -79429,6 +91246,16 @@ item_db: ( 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 @@ -79446,6 +91273,11 @@ item_db: ( WeaponLv: 4 EquipLv: 70 View: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAtkEle,Ele_Fire; bonus bStr,2; @@ -79484,6 +91316,16 @@ item_db: ( 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; "> }, { @@ -79501,6 +91343,15 @@ item_db: ( EquipLv: 26 Refine: false View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13424 @@ -79517,6 +91368,15 @@ item_db: ( EquipLv: 40 Refine: false View: 2 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13425 @@ -79533,6 +91393,15 @@ item_db: ( 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; @@ -79978,6 +91847,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14508,1; "> }, { @@ -80210,6 +92084,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14587,5; getitem 1002,5; @@ -80276,6 +92155,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14527,50; "> }, { @@ -81721,6 +93605,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7766,100; "> }, { @@ -81731,6 +93624,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7767,100; "> }, { @@ -81791,6 +93693,13 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14533,10; "> }, { @@ -81871,6 +93780,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -81881,6 +93795,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -81891,6 +93810,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -81901,6 +93825,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -81930,6 +93859,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7776,10; "> }, { @@ -81940,6 +93874,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,10; "> }, { @@ -81950,6 +93889,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,30; "> }, { @@ -81960,6 +93904,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,50; "> }, { @@ -81970,6 +93919,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,10; "> }, { @@ -81980,6 +93934,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,30; "> }, { @@ -81990,6 +93949,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,50; "> }, { @@ -82000,6 +93964,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14536,5; "> }, { @@ -82010,6 +93979,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14536,10; "> }, { @@ -82020,6 +93994,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14537,5; "> }, { @@ -82030,6 +94009,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14537,10; "> }, { @@ -82040,6 +94024,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14527,10; "> }, { @@ -82190,6 +94179,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14538,5; "> }, { @@ -82200,6 +94194,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14538,10; "> }, { @@ -82210,6 +94209,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,5; "> }, { @@ -82220,6 +94224,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,10; "> }, { @@ -82230,6 +94239,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,30; "> }, { @@ -82240,6 +94254,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,5; "> }, { @@ -82250,6 +94269,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,10; "> }, { @@ -82260,6 +94284,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,30; "> }, { @@ -82270,6 +94299,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,10; "> }, { @@ -82280,6 +94314,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,30; "> }, { @@ -82290,6 +94329,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,50; "> }, { @@ -82300,6 +94344,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,10; "> }, { @@ -82310,6 +94359,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,30; "> }, { @@ -82320,6 +94374,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,50; "> }, { @@ -82330,6 +94389,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,10; "> }, { @@ -82340,6 +94404,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,30; "> }, { @@ -82350,6 +94419,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,50; "> }, { @@ -82360,6 +94434,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,10; "> }, { @@ -82370,6 +94449,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,30; "> }, { @@ -82380,6 +94464,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,50; "> }, { @@ -82460,6 +94549,16 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7804,1; "> }, { @@ -82980,6 +95079,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14569,10; "> }, { @@ -82990,6 +95094,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14570,10; "> }, { @@ -83000,6 +95109,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14571,10; "> }, { @@ -83010,6 +95124,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14572,10; "> }, { @@ -83020,6 +95139,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14573,10; "> }, { @@ -83030,6 +95154,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14574,10; "> }, { @@ -83040,6 +95169,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7821,10; "> }, { @@ -83050,6 +95184,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7822,10; "> }, { @@ -83060,6 +95199,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7823,10; "> }, { @@ -83070,6 +95214,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7824,10; "> }, { @@ -83449,6 +95598,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2734,1; "> }, { @@ -83459,6 +95617,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2735,1; "> }, { @@ -83493,6 +95660,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14521,10; getitem 1002,10; @@ -83529,6 +95705,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5210,1; "> }, { @@ -83539,6 +95724,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5099,1; "> }, { @@ -83549,6 +95743,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5214,1; "> }, { @@ -83559,6 +95762,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5283,1; "> }, { @@ -83569,6 +95781,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7622,1; "> }, { @@ -83579,6 +95800,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4327,1; getitem 4309,1; @@ -83596,6 +95826,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4185,1; getitem 4312,1; @@ -83612,6 +95851,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4297,1; getitem 4234,1; @@ -83628,6 +95876,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4319,1; getitem 4331,1; @@ -83644,6 +95901,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4230,1; getitem 4210,1; @@ -83660,6 +95926,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4206,1; getitem 4281,1; @@ -83676,6 +95951,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4244,1; getitem 4299,1; @@ -83691,6 +95975,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4218,1; getitem 4269,1; @@ -83704,6 +95997,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4237,1; getitem 4238,1; @@ -83717,6 +96019,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4193,1; getitem 4294,1; @@ -83730,6 +96041,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4127,1; getitem 4166,1; @@ -83743,6 +96063,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4076,4; "> }, { @@ -83753,6 +96082,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4024,4; "> }, { @@ -83763,6 +96101,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4055,4; "> }, { @@ -83773,6 +96120,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4017,4; "> }, { @@ -83783,6 +96139,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4057,4; "> }, { @@ -83793,6 +96158,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4020,4; "> }, { @@ -83803,6 +96177,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4104,4; "> }, { @@ -83813,6 +96196,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 985,10; "> }, { @@ -83823,6 +96215,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 984,10; "> }, { @@ -83833,6 +96234,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12114,10; "> }, { @@ -83843,6 +96253,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12115,10; "> }, { @@ -83853,6 +96272,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12117,10; "> }, { @@ -83863,6 +96291,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12116,10; "> }, { @@ -83873,6 +96310,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7229,2; getitem 569,300; @@ -83898,6 +96344,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12276,5; "> }, { @@ -83908,6 +96359,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12277,5; "> }, { @@ -83918,6 +96374,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12278,5; "> }, { @@ -83928,6 +96389,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12276,10; "> }, { @@ -83938,6 +96404,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12277,10; "> }, { @@ -83948,6 +96419,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12278,10; "> }, { @@ -83958,6 +96434,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5380,1; "> }, { @@ -83968,6 +96453,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5381,1; "> }, { @@ -83978,6 +96472,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5382,1; "> }, { @@ -83988,6 +96491,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,10; getitem 12209,10; @@ -84002,6 +96514,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5230,1; getitem 5231,1; @@ -84018,6 +96539,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,5; getitem 12209,5; @@ -84032,6 +96562,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5227,1; getitem 5228,1; @@ -84046,6 +96585,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,1; getitem 12210,1; @@ -84061,6 +96609,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,10; getitem 12205,10; @@ -84075,6 +96632,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84085,6 +96651,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14588,10; "> }, { @@ -84095,6 +96666,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14589,10; "> }, { @@ -84105,6 +96681,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14590,10; "> }, { @@ -84115,6 +96696,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12287,604800; "> }, { @@ -84125,6 +96715,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12288,604800; "> }, { @@ -84135,6 +96734,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12289,604800; "> }, { @@ -84225,6 +96833,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4371,1; getitem 4311,1; @@ -84240,6 +96857,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4281,1; getitem 4233,1; @@ -84256,6 +96882,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4039,1; getitem 4210,1; @@ -84272,6 +96907,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4297,1; getitem 4234,1; @@ -84288,6 +96932,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4382,1; getitem 4258,1; @@ -84304,6 +96957,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4312,1; getitem 4332,1; @@ -84319,6 +96981,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4345,4; "> }, { @@ -84329,6 +97000,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4350,4; "> }, { @@ -84339,6 +97019,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4380,4; "> }, { @@ -84349,6 +97038,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4388,4; "> }, { @@ -84359,6 +97057,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 4335,4; "> }, { @@ -84369,6 +97076,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5325,1; "> }, { @@ -84379,6 +97095,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5187,1; "> }, { @@ -84399,6 +97124,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14591,100; "> }, { @@ -84409,6 +97143,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13942 @@ -84418,6 +97161,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14009,1; "> }, { @@ -84428,6 +97180,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14010,1; "> }, { @@ -84438,6 +97199,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14011,1; "> }, { @@ -84448,6 +97218,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84458,6 +97237,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84468,6 +97256,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84478,6 +97275,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84488,6 +97294,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84498,6 +97313,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -84508,6 +97332,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13109,604800; "> }, { @@ -84518,6 +97351,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13170,604800; "> }, { @@ -84528,6 +97370,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2741,604800; "> }, { @@ -84538,6 +97389,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2384,604800; "> }, { @@ -84548,6 +97408,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2385,604800; "> }, { @@ -84558,6 +97427,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2132,604800; "> }, { @@ -84568,6 +97446,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2543,604800; "> }, { @@ -84578,6 +97465,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2439,604800; "> }, { @@ -84588,6 +97484,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5391,604800; "> }, { @@ -84598,6 +97503,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7623,1; "> }, { @@ -84608,6 +97522,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 554,5; "> }, { @@ -84618,6 +97541,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5340,1; "> }, { @@ -84628,6 +97560,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5341,1; "> }, { @@ -84638,6 +97579,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5342,1; "> }, { @@ -84648,6 +97598,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5343,1; "> }, { @@ -84658,6 +97617,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5344,1; "> }, { @@ -84668,6 +97636,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5345,1; "> }, { @@ -84698,6 +97675,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 998,10; "> }, { @@ -84708,6 +97694,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 999,10; "> }, { @@ -84718,6 +97713,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1003,10; "> }, { @@ -84728,6 +97732,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 678,30; "> }, { @@ -84738,6 +97751,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13975 @@ -84747,6 +97769,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12304,604800; "> }, { @@ -84757,6 +97788,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12305,604800; "> }, { @@ -84767,6 +97807,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12306,604800; "> }, { @@ -84777,6 +97826,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12307,604800; "> }, { @@ -84787,6 +97845,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12308,604800; "> }, { @@ -84797,6 +97864,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12309,604800; "> }, { @@ -84807,6 +97883,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12304,2592000; "> }, { @@ -84817,6 +97902,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12305,2592000; "> }, { @@ -84827,6 +97921,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12306,2592000; "> }, { @@ -84837,6 +97940,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12307,2592000; "> }, { @@ -84847,6 +97959,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12308,2592000; "> }, { @@ -84857,6 +97978,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12309,2592000; "> }, { @@ -84867,6 +97997,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 756,5; "> }, { @@ -84877,6 +98016,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 756,50; "> }, { @@ -84887,6 +98035,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7135,10; getitem 7136,10; @@ -84900,6 +98057,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14592,10; "> }, { @@ -84910,6 +98076,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5098,1; "> }, { @@ -84920,6 +98095,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5099,1; "> }, { @@ -84930,6 +98114,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5137,1; "> }, { @@ -84940,6 +98133,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12016,5; "> }, { @@ -84950,6 +98152,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12016,10; "> }, { @@ -84960,6 +98171,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14522,100; "> }, { @@ -84970,6 +98190,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14522,500; "> }, { @@ -84980,6 +98209,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,500; "> }, { @@ -84990,6 +98228,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14523,100; "> }, { @@ -85000,6 +98247,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14523,500; "> }, { @@ -85010,6 +98266,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 11503,25; getitem 11504,10; @@ -85023,6 +98288,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 11503,50; getitem 11504,20; @@ -85036,6 +98310,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 11503,100; getitem 11504,50; @@ -85049,6 +98332,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 678,10; "> }, { @@ -85059,6 +98351,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 678,5; "> }, { @@ -85069,6 +98370,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5372,1; "> }, { @@ -85079,6 +98389,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5378,1; "> }, { @@ -85089,6 +98408,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5375,1; "> }, { @@ -85099,6 +98427,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12287,604800; "> }, { @@ -85109,6 +98446,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12288,604800; "> }, { @@ -85119,6 +98465,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 12289,604800; "> }, { @@ -85129,6 +98484,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13915,2592000; "> }, { @@ -85139,6 +98503,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13916,2592000; "> }, { @@ -85149,6 +98522,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13917,2592000; "> }, { @@ -85159,6 +98541,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13107,604800; "> }, { @@ -85169,6 +98560,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13170,604800; "> }, { @@ -85179,6 +98579,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2741,604800; "> }, { @@ -85189,6 +98598,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2384,604800; "> }, { @@ -85199,6 +98617,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2385,604800; "> }, { @@ -85209,6 +98636,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2132,604800; "> }, { @@ -85219,6 +98655,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2543,604800; "> }, { @@ -85229,6 +98674,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2439,604800; "> }, { @@ -85239,6 +98693,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5391,604800; "> }, { @@ -85249,6 +98712,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5325,1; "> }, { @@ -85259,6 +98731,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5187,1; "> }, { @@ -85279,6 +98760,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5380,1; "> }, { @@ -85289,6 +98779,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5381,1; "> }, { @@ -85299,6 +98798,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5382,1; "> }, { @@ -85309,6 +98817,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12276,5; "> }, { @@ -85319,6 +98836,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12277,5; "> }, { @@ -85329,6 +98855,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12278,5; "> }, { @@ -85339,6 +98874,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12276,10; "> }, { @@ -85349,6 +98893,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12277,10; "> }, { @@ -85359,6 +98912,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12278,10; "> }, { @@ -85369,6 +98931,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7622,1; "> }, { @@ -85379,6 +98950,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14521,5; getitem 1002,5; @@ -85395,6 +98975,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14521,10; getitem 1002,10; @@ -85431,6 +99020,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14582,5; "> }, { @@ -85441,6 +99039,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14582,10; "> }, { @@ -85451,6 +99058,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14583,5; "> }, { @@ -85461,6 +99077,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14583,10; "> }, { @@ -85471,6 +99096,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14584,5; "> }, { @@ -85481,6 +99115,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14584,10; "> }, { @@ -85491,6 +99134,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14585,5; "> }, { @@ -85501,6 +99153,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14585,10; "> }, { @@ -85511,6 +99172,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14586,5; "> }, { @@ -85521,6 +99191,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14586,10; "> }, { @@ -85531,6 +99210,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14581,5; "> }, { @@ -85541,6 +99229,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14581,10; "> }, { @@ -85551,6 +99248,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5324,1; "> }, { @@ -85561,6 +99267,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5255,1; "> }, { @@ -85571,6 +99286,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13407,604800; "> }, { @@ -85581,6 +99305,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1424,604800; "> }, { @@ -85591,6 +99324,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1628,604800; "> }, { @@ -85601,6 +99343,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1537,604800; "> }, { @@ -85611,6 +99362,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1378,604800; "> }, { @@ -85621,6 +99381,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1273,604800; "> }, { @@ -85631,6 +99400,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1567,604800; "> }, { @@ -85641,6 +99419,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13408,604800; "> }, { @@ -85651,6 +99438,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13409,604800; "> }, { @@ -85661,6 +99457,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1274,604800; "> }, { @@ -85671,6 +99476,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2535,1209600; "> }, { @@ -85681,6 +99495,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5326,1209600; "> }, { @@ -85691,6 +99514,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5327,1209600; "> }, { @@ -85701,6 +99533,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5328,1209600; "> }, { @@ -85711,6 +99552,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5329,1209600; "> }, { @@ -85721,6 +99571,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5330,1209600; "> }, { @@ -85731,6 +99590,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5331,1209600; "> }, { @@ -85741,6 +99609,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2710,604800; "> }, { @@ -85751,6 +99628,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2711,604800; "> }, { @@ -85761,6 +99647,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14538,5; "> }, { @@ -85771,6 +99666,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14538,10; "> }, { @@ -85781,6 +99685,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14539,5; "> }, { @@ -85791,6 +99704,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14539,10; "> }, { @@ -85801,6 +99723,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14539,30; "> }, { @@ -85811,6 +99742,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14540,5; "> }, { @@ -85821,6 +99761,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14540,10; "> }, { @@ -85831,6 +99780,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14540,30; "> }, { @@ -85841,6 +99799,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14541,10; "> }, { @@ -85851,6 +99818,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14541,30; "> }, { @@ -85861,6 +99837,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14541,50; "> }, { @@ -85871,6 +99856,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14542,10; "> }, { @@ -85881,6 +99875,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14542,30; "> }, { @@ -85891,6 +99894,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14542,50; "> }, { @@ -85901,6 +99913,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14543,10; "> }, { @@ -85911,6 +99932,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14543,30; "> }, { @@ -85921,6 +99951,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14543,50; "> }, { @@ -85931,6 +99970,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14544,10; "> }, { @@ -85941,6 +99989,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14544,30; "> }, { @@ -85951,6 +100008,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14544,50; "> }, { @@ -85961,6 +100027,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5210,1; "> }, { @@ -85971,6 +100046,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5099,1; "> }, { @@ -85981,6 +100065,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5214,1; "> }, { @@ -85991,6 +100084,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5283,1; "> }, { @@ -86001,6 +100103,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5286,1209600; "> }, { @@ -86011,6 +100122,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5288,1209600; "> }, { @@ -86021,6 +100141,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5294,1209600; "> }, { @@ -86031,6 +100160,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5293,1209600; "> }, { @@ -86041,6 +100179,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14527,5; "> }, { @@ -86051,6 +100198,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7776,1; "> }, { @@ -86061,6 +100217,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14534,10; "> }, { @@ -86071,6 +100236,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14534,30; "> }, { @@ -86081,6 +100255,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14534,50; "> }, { @@ -86091,6 +100274,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14535,10; "> }, { @@ -86101,6 +100293,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14535,30; "> }, { @@ -86111,6 +100312,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14535,50; "> }, { @@ -86121,6 +100331,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14536,5; "> }, { @@ -86131,6 +100350,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14536,10; "> }, { @@ -86141,6 +100369,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14537,5; "> }, { @@ -86151,6 +100388,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14537,10; "> }, { @@ -86161,6 +100407,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14527,10; "> }, { @@ -86171,6 +100426,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1267,604800; "> }, { @@ -86181,6 +100445,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1173,604800; "> }, { @@ -86191,6 +100464,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13401,604800; "> }, { @@ -86201,6 +100483,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13021,604800; "> }, { @@ -86211,6 +100502,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13022,604800; "> }, { @@ -86221,6 +100521,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1817,604800; "> }, { @@ -86231,6 +100540,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1623,604800; "> }, { @@ -86241,6 +100559,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1372,604800; "> }, { @@ -86251,6 +100578,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1728,604800; "> }, { @@ -86261,6 +100597,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1563,604800; "> }, { @@ -86271,6 +100616,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13023,604800; "> }, { @@ -86281,6 +100635,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5265,1209600; "> }, { @@ -86291,6 +100654,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5266,1209600; "> }, { @@ -86301,6 +100673,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5267,1209600; "> }, { @@ -86311,6 +100692,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5268,1209600; "> }, { @@ -86321,6 +100711,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2686,1209600; "> }, { @@ -86331,6 +100730,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2687,1209600; "> }, { @@ -86341,6 +100749,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2688,604800; "> }, { @@ -86351,6 +100768,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2689,604800; "> }, { @@ -86361,6 +100787,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2690,604800; "> }, { @@ -86371,6 +100806,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2691,604800; "> }, { @@ -86381,6 +100825,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2692,604800; "> }, { @@ -86391,6 +100844,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2693,604800; "> }, { @@ -86401,6 +100863,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2694,604800; "> }, { @@ -86411,6 +100882,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2695,604800; "> }, { @@ -86421,6 +100901,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2696,604800; "> }, { @@ -86431,6 +100920,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2697,604800; "> }, { @@ -86441,6 +100939,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2698,604800; "> }, { @@ -86451,6 +100958,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2699,604800; "> }, { @@ -86461,6 +100977,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12250,2; getitem 12251,2; @@ -86479,6 +101004,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12250,2; getitem 12255,2; @@ -86497,6 +101031,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12252,2; getitem 12253,2; @@ -86515,6 +101058,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12252,2; getitem 12255,2; @@ -86533,6 +101085,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12252,2; getitem 12250,2; @@ -86551,6 +101112,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12250,2; getitem 12251,2; @@ -86569,6 +101139,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12250,4; getitem 12251,4; @@ -86587,6 +101166,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12250,4; getitem 12255,4; @@ -86605,6 +101193,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12252,4; getitem 12253,4; @@ -86623,6 +101220,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12252,4; getitem 12255,4; @@ -86641,6 +101247,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12252,4; getitem 12250,4; @@ -86659,6 +101274,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12250,4; getitem 12251,4; @@ -86677,6 +101301,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,10; "> }, { @@ -86687,6 +101320,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12209,10; "> }, { @@ -86697,6 +101339,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12210,10; "> }, { @@ -86707,6 +101358,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12202,10; "> }, { @@ -86717,6 +101377,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12203,10; "> }, { @@ -86727,6 +101396,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,10; "> }, { @@ -86737,6 +101415,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12205,10; "> }, { @@ -86747,6 +101434,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12206,10; "> }, { @@ -86757,6 +101453,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12207,10; "> }, { @@ -86767,6 +101472,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12211,10; "> }, { @@ -86777,6 +101491,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,10; "> }, { @@ -86787,6 +101510,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12213,1; "> }, { @@ -86797,6 +101529,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12214,10; "> }, { @@ -86807,6 +101548,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12215,10; "> }, { @@ -86817,6 +101567,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12216,10; "> }, { @@ -86827,6 +101586,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12217,10; getitem 523,10; @@ -86840,6 +101608,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12218,10; "> }, { @@ -86850,6 +101627,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12219,10; "> }, { @@ -86860,6 +101646,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12220,10; "> }, { @@ -86870,6 +101665,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12221,10; "> }, { @@ -86880,6 +101684,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7619,10; "> }, { @@ -86890,6 +101703,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7620,10; "> }, { @@ -86900,6 +101722,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,10; "> }, { @@ -86910,6 +101741,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,50; "> }, { @@ -86920,6 +101760,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,100; "> }, { @@ -86930,6 +101779,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12205,30; "> }, { @@ -86940,6 +101798,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12205,50; "> }, { @@ -86950,6 +101817,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12206,30; "> }, { @@ -86960,6 +101836,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12206,50; "> }, { @@ -86970,6 +101855,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12216,30; "> }, { @@ -86980,6 +101874,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12216,50; "> }, { @@ -86990,6 +101893,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12207,30; "> }, { @@ -87000,6 +101912,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12207,50; "> }, { @@ -87010,6 +101931,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12209,30; "> }, { @@ -87020,6 +101950,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12209,50; "> }, { @@ -87030,6 +101969,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12214,5; "> }, { @@ -87040,6 +101988,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12214,30; "> }, { @@ -87050,6 +102007,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12215,30; "> }, { @@ -87060,6 +102026,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12215,50; "> }, { @@ -87070,6 +102045,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12220,30; "> }, { @@ -87080,6 +102064,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12220,50; "> }, { @@ -87090,6 +102083,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12218,30; "> }, { @@ -87100,6 +102102,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12218,50; "> }, { @@ -87110,6 +102121,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12217,30; getitem 523,30; @@ -87123,6 +102143,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12217,50; getitem 523,50; @@ -87136,6 +102165,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12203,30; "> }, { @@ -87146,6 +102184,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12203,50; "> }, { @@ -87156,6 +102203,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12219,30; "> }, { @@ -87166,6 +102222,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12219,50; "> }, { @@ -87176,6 +102241,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,30; "> }, { @@ -87186,6 +102260,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,50; "> }, { @@ -87196,6 +102279,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,1; "> }, { @@ -87206,6 +102298,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,5; "> }, { @@ -87216,6 +102317,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,5; "> }, { @@ -87226,6 +102336,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,20; "> }, { @@ -87236,6 +102355,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12211,30; "> }, { @@ -87246,6 +102374,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12211,50; "> }, { @@ -87256,6 +102393,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12202,30; "> }, { @@ -87266,6 +102412,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12202,50; "> }, { @@ -87276,6 +102431,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12210,1; "> }, { @@ -87286,6 +102450,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12210,5; "> }, { @@ -87296,6 +102469,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12221,1; "> }, { @@ -87306,6 +102488,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12221,5; "> }, { @@ -87316,6 +102507,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7619,5; "> }, { @@ -87326,6 +102526,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7620,5; "> }, { @@ -87336,6 +102545,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14593,10; "> }, { @@ -87346,6 +102564,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14593,30; "> }, { @@ -87356,6 +102583,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14593,50; "> }, { @@ -87366,6 +102602,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14594,10; "> }, { @@ -87376,6 +102621,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14594,30; "> }, { @@ -87386,6 +102640,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14594,50; "> }, { @@ -87396,6 +102659,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1638,604800; "> }, { @@ -87463,6 +102735,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 604,25; "> }, { @@ -87543,6 +102820,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2753,1; "> }, { @@ -87553,6 +102835,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2754,1; "> }, { @@ -87563,6 +102850,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2755,1; "> }, { @@ -87573,6 +102865,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2756,1; "> }, { @@ -87583,6 +102880,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2757,1; "> }, { @@ -87593,6 +102895,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2758,1; "> }, { @@ -87603,6 +102910,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2759,1; "> }, { @@ -87613,6 +102925,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2760,1; "> }, { @@ -87623,6 +102940,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2761,1; "> }, { @@ -87633,6 +102955,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2762,1; "> }, { @@ -87643,6 +102970,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2753,1; "> }, { @@ -87653,6 +102985,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2754,1; "> }, { @@ -87663,6 +103000,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2755,1; "> }, { @@ -87673,6 +103015,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2756,1; "> }, { @@ -87683,6 +103030,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2757,1; "> }, { @@ -87693,6 +103045,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2758,1; "> }, { @@ -87703,6 +103060,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2759,1; "> }, { @@ -87713,6 +103075,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2760,1; "> }, { @@ -87723,6 +103090,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2761,1; "> }, { @@ -87733,6 +103105,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2762,1; "> }, { @@ -88013,6 +103390,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6046,1; "> }, { @@ -88023,6 +103409,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6047,1; "> }, { @@ -88078,6 +103473,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -88088,6 +103488,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -88107,6 +103512,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5420,1; "> }, { @@ -88117,6 +103527,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5421,1; "> }, { @@ -88127,6 +103542,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5397,1; "> }, { @@ -88162,6 +103582,15 @@ item_db: ( Type: 2 Buy: 20 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14597,10; "> }, { @@ -88171,6 +103600,15 @@ item_db: ( Type: 2 Buy: 20 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14598,10; "> }, { @@ -88181,6 +103619,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -88191,6 +103634,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -88201,6 +103651,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5462,1; "> }, { @@ -88211,6 +103670,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5463,1; "> }, { @@ -88221,6 +103689,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -88231,6 +103706,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14600,20; "> }, { @@ -88241,6 +103721,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14600,50; "> }, { @@ -88251,6 +103736,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14601,20; "> }, { @@ -88261,6 +103751,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14601,50; "> }, { @@ -88289,6 +103784,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -88308,6 +103808,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1383,1; "> }, { @@ -88318,6 +103825,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12350,10; "> }, { @@ -88328,6 +103844,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12351,10; "> }, { @@ -88347,6 +103870,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5490,1; "> }, { @@ -88402,6 +103932,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7945,1; "> }, { @@ -88420,6 +103955,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -88448,6 +103988,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5496,1; "> }, { @@ -88458,6 +104005,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5497,1; "> }, { @@ -88495,6 +104049,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5501,1; "> }, { @@ -88505,6 +104066,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5502,1; "> }, { @@ -88515,6 +104083,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5503,1; "> }, { @@ -88525,6 +104102,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5504,1; "> }, { @@ -88535,6 +104121,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5505,1; "> }, { @@ -88544,6 +104139,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -88554,6 +104159,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -88619,6 +104231,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14509 @@ -88750,6 +104367,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" unitskilluseid getcharid(3),108,1; "> }, { @@ -88810,6 +104439,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" callfunc "F_CashDungeon",1; "> }, { @@ -88829,6 +104467,9 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill BS_GREED,1; "> }, { @@ -88859,6 +104500,9 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Nouse: { + sitting: true + } Script: <" sc_start SC_CASH_PLUSEXP,1800000,25; "> }, { @@ -88869,6 +104513,15 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_CASH_PLUSEXP,1800000,100; "> }, { @@ -88879,6 +104532,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88892,6 +104554,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88905,6 +104576,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 182; sc_start SC_CRITICALPERCENT,300000,30; @@ -88918,6 +104598,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" specialeffect2 348; sc_start SC_HEALPLUS,1800000,20; @@ -88931,6 +104620,16 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88944,6 +104643,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88957,6 +104665,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88970,6 +104687,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88983,6 +104709,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -88996,6 +104731,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -89009,6 +104753,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -89316,6 +105069,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1122; "> }, { @@ -89326,6 +105088,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1123; "> }, { @@ -89336,6 +105107,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1125; "> }, { @@ -89346,6 +105126,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1385; "> }, { @@ -89356,6 +105145,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1382; "> }, { @@ -89366,6 +105164,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" pet 1208; "> }, { @@ -89504,6 +105311,12 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Delay: 180000 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bHPLossRate,100,10000; "> }, { @@ -89514,6 +105327,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill BS_REPAIRWEAPON,1; "> }, { @@ -89524,6 +105349,12 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_BLESSING,10; "> }, { @@ -89534,6 +105365,12 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_INCAGI,10; "> }, { @@ -89544,6 +105381,12 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_ASSUMPTIO,5; "> }, { @@ -89554,6 +105397,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" callfunc "F_CashSeigeTele"; "> }, { @@ -89564,6 +105419,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; "> }, { @@ -89574,6 +105441,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill HW_MAGICPOWER,10; "> }, { @@ -89584,6 +105463,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } Script: <" itemskill WZ_QUAGMIRE,5; "> }, { @@ -89620,6 +105511,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_ITEMSCRIPT,180000,4121; "> }, { @@ -89630,6 +105530,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_ITEMSCRIPT,60000,4047; "> }, { @@ -89640,6 +105549,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } }, { Id: 14600 @@ -89649,6 +105570,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14601 @@ -89658,6 +105584,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" sc_start SC_INCFLEE,300000,30; sc_start SC_INCHIT,300000,30; @@ -89673,6 +105604,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -89686,6 +105626,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + 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; @@ -89699,6 +105648,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_ITEMSCRIPT,60000,4143; "> }, { @@ -89709,6 +105667,15 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" sc_start SC_ITEMSCRIPT,180000,4135; "> }, { @@ -89719,6 +105686,18 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Nouse: { + sitting: true + } }, { Id: 14607 @@ -89738,6 +105717,11 @@ item_db: ( Buy: 20000 Weight: 1200 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" sc_start SC_INCALLSTATUS,3600000,6; "> }, { @@ -89759,7 +105743,6 @@ item_db: ( Weight: 10 Upper: 63 }, -// More Armors { Id: 14612 AegisName: "M_Mdef_Potion" @@ -89845,6 +105828,16 @@ item_db: ( Upper: 63 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 15002 @@ -89858,6 +105851,16 @@ item_db: ( 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 @@ -89924,6 +105927,14 @@ item_db: ( Def: 62 Upper: 63 Loc: 16 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMdef,1; bonus bStr,2; @@ -89956,6 +105967,15 @@ item_db: ( 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; @@ -89972,6 +105992,15 @@ item_db: ( 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; @@ -89988,6 +106017,15 @@ item_db: ( 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; @@ -90800,7 +106838,6 @@ item_db: ( EquipLv: 100 Script: <" bonus bAgi,1+(getrefine()/3); "> }, -// More Maces { Id: 15057 AegisName: "Pure_White_Apron" @@ -90940,6 +106977,16 @@ item_db: ( 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; @@ -90979,6 +107026,15 @@ item_db: ( EquipLv: 26 Refine: false View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 16005 @@ -90995,6 +107051,15 @@ item_db: ( EquipLv: 40 Refine: false View: 8 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 16006 @@ -91011,6 +107076,15 @@ item_db: ( 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; @@ -91198,6 +107272,16 @@ item_db: ( 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; @@ -91313,7 +107397,6 @@ item_db: ( bonus bCritical,getrefine(); "> }, -// More Rental Boxes { Id: 16022 AegisName: "Nemesis_" @@ -91400,6 +107483,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5528,1; "> }, { @@ -91410,9 +107502,26 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: 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 + Upper: 63 + Script: <" getitem 5530,1; "> +}, +{ Id: 16186 AegisName: "B_Dragon_Hat_Box" Name: "Baby Dragon Hat Box" @@ -91432,6 +107541,15 @@ item_db: ( Script: <" getitem 5537,1; "> }, { + Id: 16193 + AegisName: "Tucan_Hat_Box" + Name: "Tucan Hat Box" + Type: 18 + Buy: 20 + Upper: 63 + Script: <" getitem 5538,1; "> +}, +{ Id: 16194 AegisName: "Jaguar_Hat_Box" Name: "Jaguar Hat Box" @@ -91441,6 +107559,15 @@ item_db: ( Script: <" getitem 5539,1; "> }, { + Id: 16195 + AegisName: "Tw_March_Scroll" + Name: "Taiwan April Scroll" + Type: 18 + Buy: 20 + Weight: 10 + Upper: 63 +}, +{ Id: 16226 AegisName: "Aries_Diadem_Box" Name: "Aries Diadem Box" @@ -91528,68 +107655,40 @@ item_db: ( Script: <" getitem 5555,1; "> }, { - Id: 16238 - AegisName: "Wild_Rose_Hat_Box" - Name: "Wild Rose Hat Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 5557,1; "> -}, -{ - Id: 16246 - AegisName: "Crown_Of_Deceit_Box" - Name: "Crown of Deceit Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 5564,1; "> -}, -{ - Id: 16185 - AegisName: "Raven_Cap_Box" - Name: "Crow Hat Box" - Type: 18 - Buy: 20 - Weight: 10 - Upper: 63 - Script: <" getitem 5530,1; "> -}, -{ - Id: 16193 - AegisName: "Tucan_Hat_Box" - Name: "Tucan Hat Box" + Id: 16237 + AegisName: "Fur_Seal_Hat_Box" + Name: "Seal Hat Box" Type: 18 Buy: 20 Upper: 63 - Script: <" getitem 5538,1; "> + Script: <" getitem 5556,1; "> }, { - Id: 16195 - AegisName: "Tw_March_Scroll" - Name: "Taiwan April Scroll" + Id: 16238 + AegisName: "Wild_Rose_Hat_Box" + Name: "Wild Rose Hat Box" Type: 18 Buy: 20 - Weight: 10 Upper: 63 + Script: <" getitem 5557,1; "> }, { - Id: 16237 - AegisName: "Fur_Seal_Hat_Box" - Name: "Seal Hat Box" + Id: 16239 + AegisName: "Saci_Hat_Box" + Name: "Luxury Hat Box" Type: 18 Buy: 20 Upper: 63 - Script: <" getitem 5556,1; "> + Script: <" getitem 5558,1; "> }, { - Id: 16239 - AegisName: "Saci_Hat_Box" - Name: "Luxury Hat Box" + Id: 16246 + AegisName: "Crown_Of_Deceit_Box" + Name: "Crown of Deceit Box" Type: 18 Buy: 20 Upper: 63 - Script: <" getitem 5558,1; "> + Script: <" getitem 5564,1; "> }, { Id: 16247 @@ -91599,6 +107698,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5565,1; "> }, { @@ -91609,6 +107717,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5566,1; "> }, { @@ -91663,6 +107780,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -91733,9 +107855,27 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + 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 + Upper: 63 + Script: <" getitem 2149,1; "> +}, +{ Id: 16306 AegisName: "F_Upg_Guard_Box" Name: "Reinforcement Guard Box" @@ -91745,6 +107885,15 @@ item_db: ( Script: <" getitem 2149,1; "> }, { + Id: 16307 + AegisName: "Upg_Buckler_Box" + Name: "Reinforcement Buckler Box" + Type: 18 + Buy: 20 + Upper: 63 + Script: <" getitem 2150,1; "> +}, +{ Id: 16308 AegisName: "F_Upg_Buckler_Box" Name: "Reinforcement Buckler Box" @@ -91754,6 +107903,15 @@ item_db: ( Script: <" getitem 2150,1; "> }, { + Id: 16309 + AegisName: "Upg_Shield_Box" + Name: "Reinforcement Shield Box" + Type: 18 + Buy: 20 + Upper: 63 + Script: <" getitem 2151,1; "> +}, +{ Id: 16310 AegisName: "F_Upg_Shield_Box" Name: "Reinforcement Shield Box" @@ -91763,6 +107921,15 @@ item_db: ( Script: <" getitem 2151,1; "> }, { + Id: 16311 + AegisName: "Upg_Shoes_Box" + Name: "Reinforcement Shoes Box" + Type: 18 + Buy: 20 + Upper: 63 + Script: <" getitem 2459,1; "> +}, +{ Id: 16312 AegisName: "F_Upg_Shoes_Box" Name: "Reinforcement Shoes Box" @@ -91772,6 +107939,15 @@ item_db: ( Script: <" getitem 2459,1; "> }, { + Id: 16313 + AegisName: "Upg_Boots_Box" + Name: "Reinforcement Boots Box" + Type: 18 + Buy: 20 + Upper: 63 + Script: <" getitem 2460,1; "> +}, +{ Id: 16343 AegisName: "Leo_Crown_Box" Name: "Leo Crown Box" @@ -91861,51 +108037,6 @@ item_db: ( Script: <" getitem 5598,1; "> }, { - Id: 16305 - AegisName: "Upg_Guard_Box" - Name: "Reinforcement Guard Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 2149,1; "> -}, -{ - Id: 16307 - AegisName: "Upg_Buckler_Box" - Name: "Reinforcement Buckler Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 2150,1; "> -}, -{ - Id: 16309 - AegisName: "Upg_Shield_Box" - Name: "Reinforcement Shield Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 2151,1; "> -}, -{ - Id: 16311 - AegisName: "Upg_Shoes_Box" - Name: "Reinforcement Shoes Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 2459,1; "> -}, -{ - Id: 16313 - AegisName: "Upg_Boots_Box" - Name: "Reinforcement Boots Box" - Type: 18 - Buy: 20 - Upper: 63 - Script: <" getitem 2460,1; "> -}, -{ Id: 16371 AegisName: "Tw_Aug_Scroll" Name: "Tw Aug Scroll" @@ -91913,6 +108044,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -92199,6 +108335,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5690,1; "> }, { @@ -92283,6 +108424,11 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -92680,6 +108826,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 6436,86400; "> }, { @@ -92690,6 +108845,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1198,86400; "> }, { @@ -92700,6 +108864,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1198,604800; "> }, { @@ -92710,6 +108883,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1489,86400; "> }, { @@ -92720,6 +108902,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1489,604800; "> }, { @@ -92730,6 +108921,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13068,86400; "> }, { @@ -92740,6 +108940,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13068,604800; "> }, { @@ -92750,6 +108959,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 16016,86400; "> }, { @@ -92760,6 +108978,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 16016,604800; "> }, { @@ -92770,6 +108997,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 18107,86400; "> }, { @@ -92780,6 +109016,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 18107,604800; "> }, { @@ -92790,6 +109035,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 18108,86400; "> }, { @@ -92800,6 +109054,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 18108,604800; "> }, { @@ -92875,6 +109138,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 6436,604800; "> }, { @@ -92885,6 +109157,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 6436,1209600; "> }, { @@ -92895,6 +109176,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 6442,86400; "> }, { @@ -92905,6 +109195,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 6442,259200; "> }, { @@ -92915,6 +109214,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 6442,604800; "> }, { @@ -92925,6 +109233,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6417,10; getitem 12636,30; @@ -92938,6 +109253,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6417,40; getitem 12636,120; @@ -93056,6 +109378,13 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6417,4; getitem 12636,12; @@ -93260,6 +109589,15 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 16740,1; getitem 16765,1; @@ -93755,6 +110093,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1292,1; "> }, { @@ -93765,6 +110111,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1394,1; "> }, { @@ -93775,6 +110129,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1491,1; "> }, { @@ -93785,6 +110147,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1585,1; "> }, { @@ -93795,6 +110165,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2015,1; "> }, { @@ -93805,6 +110183,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 13071,1; "> }, { @@ -93815,6 +110201,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 13115,1; "> }, { @@ -93825,6 +110219,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 16019,1; "> }, { @@ -93835,6 +110237,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 18112,1; "> }, { @@ -93845,6 +110255,14 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 21000,1; "> }, { @@ -94383,7 +110801,6 @@ item_db: ( Buy: 20 Upper: 63 }, -// Mechanic/Genetic Cannonballs { Id: 17257 AegisName: "Bad_Student_Gift_Box" @@ -94489,7 +110906,6 @@ item_db: ( Loc: 32768 View: 8 }, -// More Bows { Id: 18100 AegisName: "Shooting_Star_C" @@ -94642,6 +111058,16 @@ item_db: ( 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; @@ -94666,6 +111092,16 @@ item_db: ( 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; @@ -94859,7 +111295,6 @@ item_db: ( EquipLv: 105 View: 11 }, -// More Headgears { Id: 18500 AegisName: "Cheer_Scarf6" @@ -94870,6 +111305,16 @@ item_db: ( 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; @@ -94886,6 +111331,16 @@ item_db: ( 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; @@ -94902,6 +111357,16 @@ item_db: ( 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; @@ -95198,6 +111663,15 @@ item_db: ( Upper: 63 Loc: 256 View: 686 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus2 bSubRace,RC_Plant,5; bonus2 bSubRace,RC_Brute,5; @@ -99634,7 +116108,6 @@ item_db: ( bonus bInt,3; "> }, -// Costume System { Id: 18887 AegisName: "Aqua_Bunny_Band" @@ -101137,17 +117610,6 @@ item_db: ( View: 413 }, { - Id: 19829 - AegisName: "C_Straw_Hat" - Name: "C Straw Hat" - Type: 5 - Buy: 20 - Upper: 63 - Loc: 1024 - Refine: false - View: 146 -}, -{ Id: 19730 AegisName: "C_Snake_Hat" Name: "C Snake Hat" @@ -101290,6 +117752,17 @@ item_db: ( View: 779 }, { + Id: 19829 + AegisName: "C_Straw_Hat" + Name: "C Straw Hat" + Type: 5 + Buy: 20 + Upper: 63 + Loc: 1024 + Refine: false + View: 146 +}, +{ Id: 19871 AegisName: "C_DecorationOfMusic_Accessory" Name: "Decoration of Music" @@ -101387,7 +117860,6 @@ item_db: ( Loc: 4 View: 5 }, -// More 2-Handed Swords { Id: 21000 AegisName: "Upg_Twohand_Sword" @@ -101518,6 +117990,8 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + Delay: 60000 + Stack: [20, 1] Script: <" itemskill RK_LUXANIMA,1; "> }, { @@ -101623,4 +118097,4 @@ item_db: ( bonus bUnbreakableWeapon,0; "> }, -)
\ No newline at end of file +) diff --git a/db/re/item_delay.txt b/db/re/item_delay.txt deleted file mode 100644 index 137032ab7..000000000 --- a/db/re/item_delay.txt +++ /dev/null @@ -1,44 +0,0 @@ -// Item Delay Database -// There is a max concurrent number of entries modifiable in src/map/itemdb.h as MAX_ITEMDELAYS -// -// Structure: -// Item ID,Delay in Milliseconds - -//12202,60000 //Str_Dish10_ -//12203,60000 //Agi_Dish10_ -//12204,60000 //Int_Dish10_ -//12205,60000 //Dex_Dish10_ -//12206,60000 //Luk_Dish10_ -//12207,60000 //Vit_Dish10_ -12208,60000 //Battle_Manual -12210,60000 //Bubble_Gum -14538,300000 //Glass_Of_Illusion -14586,180000 //Spark_Candy -607,5000 // Yggdrasil_Berry -608,3000 // Yggdrasil_Seed - -// Bifrost Items -11522,1000 // Red_Raffle_Sap -11523,2000 // Yellow_Raffle_Sap -11524,3000 // White_Raffle_Sap -11525,5000 // Mora_Hip_Tea - -12622,3000 // Reins_Of_Mount - -//12580,0 // Vending_Search_Scroll -//12581,0 // Vending_Search_Scroll2 -//12591,0 // Vending_Search_Scroll3 - -12725,120000 // Runstone_Nosiege,Nauthiz Rune -12726,30000 // Runstone_Rhydo,Raido Rune -12727,60000 // Runstone_Verkana,Berkana Rune -12732,1000 // Runstone_Pertz,Wyrd Rune -22540,60000 // Runstone_Luxanima,Lux Anima Rune - -12658, 10000 // Transformation Scroll(Deviruchi) -12659, 10000 // Transformation Scroll(Raydric) -12660, 10000 // Transformation Scroll(Mavka) -12661, 10000 // Transformation Scroll(Marduk) -12662, 10000 // Transformation Scroll(Banshee) -12663, 10000 // Transformation Scroll(Poring) -12664, 10000 // Transformation Scroll(Golem) diff --git a/db/re/item_trade.txt b/db/re/item_trade.txt deleted file mode 100644 index c6faa991b..000000000 --- a/db/re/item_trade.txt +++ /dev/null @@ -1,1958 +0,0 @@ -//Item Trading Restrictions File -//Specify here special rules for item trading. -//Item ID, TradeMask, Group-Level Override -//Trading mask values: -//1:Item can't be droped -//2:Item can't be traded (nor vended) -//4:Wedded partner can override restriction 2. -//8:Item can't be sold to npcs -//16:Item can't be placed in the cart -//32:Item can't be placed in the storage -//64:Item can't be placed in the guild storage -//128:Item can't be attached to mail -//256:Item can't be auctioned -//Example: -//1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), -//only groups of group-level 50 and up can override the setting. - -// Wedding Related items -2634,507,100 // Wedding Ring -2635,507,100 // Wedding Ring - -// "2005 The Sign" related items -7177,507,100 // Crumb of Sobbing Starlight -7178,507,100 // Sobbing Starlight -7304,507,100 // Witch's Spell Scroll -7305,507,100 // Symbol of the Nine Realms -7306,507,100 // Piece of Spirit -7307,507,100 // Spiritual Whispers -7308,507,100 // Witch's Tonic -7309,507,100 // Crow Wing -2642,507,100 // Serin's Gold Ring -2644,507,100 // The Sign -7314,507,100 // The Sign -7025,475,100 // Lucifer's Lament - -// "2nd Anniversary Event" items -// "Eye of Hellion" items -2647,507,100 // Nile Rose -7332,507,100 // Complete Tablet -7333,507,100 // Prontera Tablet -7334,507,100 // Payon Tablet -7335,507,100 // Morroc Tablet -7336,507,100 // Geffen Tablet -7339,507,100 // Commemorative Travel Card -5132,472,100 // Angeling Hat - -// "Main Quest"/"Danilion's Request" items -7416,475,100 // Letter of Recommendation -7417,475,100 // Written Request(A) -7418,475,100 // Written Request(B) - -// PVP Item -7420,499,100 // Skull - -// 10.3 Quest items -// * "Gaebolg family Curse" items -7431,499,100 // Pile of Books -7432,507,100 // Leather Pouch -// * "Thanatos Tower" items -7421,499,100 // Red Key -7422,499,100 // Yellow Key -7423,499,100 // Blue Key -7424,499,100 // Green Key -7425,499,100 // Black Key -7426,499,100 // Red Charm Stone -7427,499,100 // Yellow Charm Stone -7428,499,100 // Blue Charm Stone -7429,499,100 // Green Charm Stone -7430,499,100 // Black Charm Stone - -// Chinese New Year -7484,507,100 // Symbol of a Brave Warrior -7485,507,100 // Cloud General -7486,507,100 // Wind General - -// "Kiel Hyre's Cottage" Quest related items -7487,507,100 // Culinary Wine -7488,507,100 // Delivery Package -7489,507,100 // Cottage Key -7490,507,100 // Letter to Elly -7491,507,100 // Steel Box -7492,507,100 // Yellow Keycard -7493,507,100 // Golden Key -7494,507,100 // Luxurious Button -7495,507,100 // Blue Keycard -7496,507,100 // Red Keycard -7497,507,100 // Metal Fragment -7498,507,100 // Rosimier Mansion Keys -7499,507,100 // Family Portrait -7500,507,100 // Woman's Portrait -7501,507,100 // K.H's Letter -7502,507,100 // James's Note -7503,507,100 // Man's Portrait -7504,507,100 // Power Device -7505,507,100 // Toy Key -7506,499,100 // Black Keycard -7508,507,100 // Allysia's Ring -7509,475,100 // Luxurious Keycard -7516,499,100 // Green Keycard - -// Hugel Race Track token -7515,499,100 // Prize Medal - -// Chinese ????? related items -7518,499,100 // Women's Medal -2668,499,100 // Woman Glory -7525,499,100 // Summer Festival Ticket -7341,507,100 // Old Pendant - -// Lighthalzen Quest items -// * Schwartzvalt Trilogy Quest items -7342,507,100 // File Folder -7343,507,100 // Sealed File Folder -7344,507,100 // Shinokas Case File -7346,507,100 // Ymir's Heart Piece -7349,507,100 // Archive Permit -// * Friendship Quest(?) Items -7351,507,100 // Friend's Diary - -// ??? Indonesian Event -7527,506,100 // Book About True Life -12142,506,100 // Book of Magic - -// "2006 USA 3rd Anniversary" related items -7530,507,100 // Travel Brochure [Amatsu] -7531,507,100 // Travel Brochure [Kunlun] -7532,507,100 // Travel Brochure [Louyang] -7533,507,100 // Travel Brochure [Ayothaya] -7534,507,100 // Amatsu Completed Photo Album -7535,507,100 // Kunlun Completed Photo Album -7536,507,100 // Louyang Completed Photo Album -7537,507,100 // Ayothaya Completed Photo Album - -// Poring Coin items -7538,499,100 // Sand for Work -7539,499,100 // Poring Coin - -// Brazillian Event items -7547,499,100 // Soccer Ball -7548,499,100 // Soccer Shoes -7549,499,100 // Brazilian Flag -7550,499,100 // 6.13 Ticket -7551,499,100 // 6.18 Ticket -7552,499,100 // 6.22 Ticket - -// Taiwan Besark's Day Event items -7553,499,100 // Lotus Flower -7554,499,100 // Striped Candle -7555,499,100 // Green Incense - -// Taiwan 'Pink Yearning' Event items -7556,475,100 // Longing Heart -7557,475,100 // Invitation Letter -7558,475,100 // Invitation Ticket -7559,475,100 // Key to the Secret Garden -2670,475,100 // Ring of Longing -2358,73,100 // Angel's Dress - -// India Father's Day Event items -5154,475,100 // Father's Sunglasses -5155,475,100 // Father's White Moustache -5156,475,100 // Father's Mask - -// Indonesia Jewel Event items -7575,507,100 // Red Jewel -7576,507,100 // Blue Jewel -7577,499,100 // Yellow Jewel - -// Rachel Quest items -// * Aruna First (Katullanux quest) -7569,475,100 // Wind Hammer -7572,475,100 // Ashy Necklace -7573,475,100 // Sparkling Necklace - -// 2006 Chinese Event items -7579,499,100 // Silk Handkerchief of Zhi Nu - -// Taiwan 4th Anniversary Memorial items -7583,499,100 // Evil Mind -7584,499,100 // Guard's First Proof -7585,499,100 // Guard's Second Proof -7586,499,100 // Guard's Third Proof -7587,499,100 // Guard's Fourth Proof -2673,507,100 // Warrior's Shining Ring -1533,507,100 // Warrior's Balmung -13020,507,100 // Warrior's Balmung - -// Vietnam Event item -7588,499,100 // IPOD Coupon - -// 2006 Brazilian 2nd Anniversary items -7603,499,100 // RO Party Invitation Ticket -5201,499,100 // Party Hat - -// 2006 Indonesia Honor Ring item -2674,507,100 // Ring of Honor - -// 2006 Korean Harvest Moon Day Event item -12199,507,100 // Scroll of Magic - -// 2006 Indonesia Event -7614,499,100 // Wrapping Paper -7618,499,100 // Monster Crystal -2676,507,100 // Hunter's Earring - -// Mercenary scrolls -12153,499,100 // Bowman Scroll 1 -12154,499,100 // Bowman Scroll 2 -12155,499,100 // Bowman Scroll 3 -12156,499,100 // Bowman Scroll 4 -12157,499,100 // Bowman Scroll 5 -12158,499,100 // Bowman Scroll 6 -12159,499,100 // Bowman Scroll 7 -12160,499,100 // Bowman Scroll 8 -12161,499,100 // Bowman Scroll 9 -12162,499,100 // Bowman Scroll 10 -12163,499,100 // Fencer Scroll 1 -12164,499,100 // Fencer Scroll 2 -12165,499,100 // Fencer Scroll 3 -12166,499,100 // Fencer Scroll 4 -12167,499,100 // Fencer Scroll 5 -12168,499,100 // Fencer Scroll 6 -12169,499,100 // Fencer Scroll 7 -12170,499,100 // Fencer Scroll 8 -12171,499,100 // Fencer Scroll 9 -12172,499,100 // Fencer Scroll 10 -12173,499,100 // Spearman Scroll 1 -12174,499,100 // Spearman Scroll 2 -12175,499,100 // Spearman Scroll 3 -12176,499,100 // Spearman Scroll 4 -12177,499,100 // Spearman Scroll 5 -12178,499,100 // Spearman Scroll 6 -12179,499,100 // Spearman Scroll 7 -12180,499,100 // Spearman Scroll 8 -12181,499,100 // Spearman Scroll 9 -12182,499,100 // Spearman Scroll 10 - -// Indonesia 4 Annual Events -2368,467,100 // Golden Armor -2427,467,100 // Golden Shoes -2704,467,100 // Golden Accessories -2705,467,100 // Golden Accessories -5295,467,100 // Golden Bandana -7863,467,100 // Special Gold - -// Thailand Event-Environment Day Items -7865,499,100 // Gold Pouch -7866,499,100 // Certificate - -// 11.2 Quest items -// * "Thor Volcano Base" items -7759,507,100 // Geologist's Report - -// USA 4th Anniversary Event Items -5305,475,100 // Pirate Dagger -5373,73,100 // Dark Randgris Helm -7773,499,100 // Wat Badge -7875,467,100 // Pirate Treasure - -// Moscovia Quest Items ----- -2429,499,100 // Iron Boots -2430,499,100 // Iron Boots -7876,499,100 // Golden Key -7877,499,100 // Red Ring -7878,499,100 // Lusalka's Hair -7879,499,100 // Golden Thread -7880,499,100 // Baba Yaga's Silver Spoon -7881,499,100 // Mystery Magic Book -7882,499,100 // Sharp Branch -7883,499,100 // Wooden Flute - -// Indonesian Red Bandana Hair Band -5320,475,100 // Champion Wreath - -// Malaysia/Singapore Event Items -2708,475,100 // Chinese Handicraft -5805,475,100 // Victorious Coronet -7884,475,100 // Jade Plate -7885,475,100 // Sacred Arrow -12704,475,100 // Elixir of Life -12705,475,100 // Noble Nameplate - -// Compensation Items Coupon -7784,475,100 // Free Coupon 1 -7785,475,100 // Free Coupon 2 -7786,475,100 // Free Coupon 3 -7787,475,100 // Free Coupon 4 -7788,475,100 // Free Coupon 5 -7789,475,100 // Free Coupon 6 -7790,475,100 // Free Coupon 7 -7791,475,100 // Free Coupon 8 - -// Fate Crow Quest Items -7794,475,100 // The Crow of Destiny - -// Russian Golden Apple Event Items -7793,475,100 // Golden Apple -7800,475,100 // Golden Charm Apple - -// Taiwan Medicine of Fantasy -12259,507,100 // Miracle Tonic -12261,507,100 // Leap of Fantasy - -// 2007 Summer Event Items -7801,499,100 // Girl's Letter -7802,499,100 // Signature Notebook - -// Sakray Test items -1177,475,100 // Muramash -1272,475,100 // Scratcher -1423,475,100 // Pole XO -1536,475,100 // Good Morning Star -1566,475,100 // Diary Of Great Basil -1627,475,100 // Staffy -1735,475,100 // Kkakkung -1921,475,100 // Gun Moon Gom -1975,475,100 // Queen Is Whip -2127,475,100 // Secular Mission -2370,475,100 // Used Mage Coat -2431,475,100 // Valley Shoes -2534,475,100 // Ruffler -5323,475,100 // Misstrance Crown -13029,475,100 // Prinsense Knife -13406,475,100 // Edger - -// Taiwan ??? -2713,507,100 // Certificate - -// Satan Morroc -7820,507,100 // Piece of Morocc Skin - -// Vietnam Independence Day -5806,475,100 // Poet Natalie's Hat - -// PC-Cafe Authoritative Badge -12262,507,100 // Authoritative Badge -12263,475,100 // Field Manual -12264,475,100 // Bubble Gum -12265,475,100 // Life Insurrance - -// Morocc Continental Guard Certificate -7826,507,100 // Continental Guard Paper - -// Harvest Moon Day PC Items -12266,507,100 // Sesame Pastry -12267,507,100 // Honey Pastry -12268,507,100 // Rainbow Cake - -// Satan Morocc (Episode 12) -2730,467,100 // Seal of Continental Guard -2731,467,100 // Rune Spellstone -2732,467,100 // Death Loop - -// Episode 12 -1638,507,100 // Staff Of Healing -2438,467,100 // Paw Of Cat -2720,499,100 // Medal of Honor -2721,499,100 // Medal of Honor -2722,499,100 // Medal of Honor -2723,499,100 // Medal of Honor -2724,499,100 // Medal of Honor -2725,499,100 // Medal of Honor -2738,507,100 // Shiny Coin -2739,507,100 // Ordinary Coin -2740,507,100 // Rusty Coin -2751,467,100 // Academy Of Badge -2752,507,100 // Praccsinos -5357,475,100 // Wings Of Victory -5368,475,100 // White Wing -5369,475,100 // Dark Wing -5386,384,100 // Ayam -5394,507,100 // Bubblegum -5812,507,100 // Hat Of Expert -6000,475,100 // Ashes of Darkness -6005,467,100 // New Year Rice Cake -6006,499,100 // Rice Cake Delivery Box -6007,499,100 // New Year Rice Cake Soup -6009,499,100 // Big Fan Of Magic -7623,507,100 // Ticket Of Identification - -// Falicious Okolnir -7839,499,100 // Crystal Key -7840,507,100 // Valkyrie's Gift - -// "St. Patrick's Day (2008)" Quest related items -12715,507,100 // Black Treasure Box - -// Battleground Rewards (Tierra Gorge/Flavius) -1183,467,100 // Brave Assaulter's Katzbalger -1184,467,100 // Valorous Assaulter's Katzbalger -1279,467,100 // Brave Carnage Katar -1280,467,100 // Valorous Carnage Katar -1379,467,100 // Valorous Insane Battle Axe -1380,467,100 // Brave Insane Battle Axe -1425,467,100 // Assaulter Spear -1482,467,100 // Assaulter Lance -1542,467,100 // Valorous Battlefield Morning Star -1543,467,100 // Brave Battlefield Morning Star -1574,467,100 // Brave Battle Strategy Book -1575,467,100 // Valorous Battle Strategy Book -1632,467,100 // Warlock's Magic Wand -1633,467,100 // Warlock's Battle Wand -1634,467,100 // Strong Recovery Wand -1635,467,100 // Speedy Recovery Wand -1738,467,100 // Valorous Battle CrossBow -1739,467,100 // Brave Battle CrossBow -1823,467,100 // Valorous Battle Fist -1824,467,100 // Brave Battle Fist -1923,467,100 // Valorous Battlefield Guitar -1924,467,100 // Brave Battlefield Guitar -1977,467,100 // Valorous Battle Lariat -1978,467,100 // Brave Battle Lariat -2376,467,100 // Assaulter Plate -2377,467,100 // Elite Engineer Armor -2378,467,100 // Assassin Robe -2379,467,100 // Warlock's Battle Robe -2380,467,100 // Medic's Robe -2381,467,100 // Elite Archer Suit -2382,467,100 // Elite Shooter Suit -2435,467,100 // Battle Greaves -2436,467,100 // Combat Boots -2437,467,100 // Battle Boots -2538,467,100 // Captain's Manteau -2539,467,100 // Commander's Manteau -2540,467,100 // Sheriff's Manteau -2733,467,100 // Sheriff Badge -7828,467,100 // Bravery Badge -7829,467,100 // Valor Badge -13036,467,100 // Brave Assassin's Damascus -13037,467,100 // Valorous Assassin's Damascus -13108,467,100 // Soldier Revolver -13171,467,100 // Soldier Rifle -13172,467,100 // Soldier Gatling Gun -13173,467,100 // Soldier Shotgun -13174,467,100 // Soldier Grenade Launcher -13305,467,100 // Brave Huuma Front Shuriken -13306,467,100 // Valorous Huuma Front Shuriken -13410,467,100 // Valorous Gladiator Blade -13411,467,100 // Brave Gladiator Blade - -// "Valentine's Day (2009)" Event related items -5817,507,100 // Valentine Pledge -14466,507,100 // Valentine's Emblem Box - -// Ayo_event 20090303 -7950,499,100 // Ayothaya Fest Ticket - -// Episode 13.1 -6039,507,100 // Piece of Fish -6048,507,100 // Unidentified Mineral -6051,499,100 // Gray Hollow - -// Battleground Rewards (Krieger Von Midgard) -1187,499,100 // Glorious Claymore -1281,499,100 // Glorious Bloody Roar -1282,499,100 // Glorious Jamadhar -1310,499,100 // Glorious Cleaver -1382,499,100 // Glorious Two-Handed Axe -1426,499,100 // Glorious Spear -1486,499,100 // Glorious Lance -1546,499,100 // Glorious Morning Star -1576,499,100 // Glorious Tablet -1577,499,100 // Glorious Apocalypse -1640,499,100 // Glorious Arc Wand -1641,499,100 // Glorious Cure Wand -1743,499,100 // Glorious Hunter Bow -1826,499,100 // Glorious Claw -1827,499,100 // Glorious Fist -1927,499,100 // Glorious Guitar -1981,499,100 // Glorious Lariat -2002,499,100 // Glorious Destruction Staff -2394,499,100 // Glorious Suit -2395,499,100 // Glorious Popularized Suit -2396,499,100 // Glorious Mass-Production Suit -2444,499,100 // Glorious Shoes -2445,499,100 // Glorious Popularized Shoes -2446,499,100 // Glorious Mass-Production Shoes -2549,499,100 // Glorious Muffler -2772,499,100 // Glorious Ring -2773,499,100 // Glorious Mass-Production Ring -2774,499,100 // Glorious Popularized Ring -13042,499,100 // Glorious Gladius -13110,499,100 // Glorious Pistol -13176,499,100 // Glorious Rifle -13177,499,100 // Glorious Gatling Gun -13178,499,100 // Glorious Shotgun -13179,499,100 // Glorious Grenade Launcher -13307,499,100 // Glorious Shuriken -13416,499,100 // Glorious Flamberge -13417,499,100 // Glorious Rapier -13418,499,100 // Glorious Holy Avenger - -// Episode 13.2 -6074,499,100 // Bazett's Order -6075,507,100 // Crystalized Teardrop -6076,507,100 // Portable Toolbox -6077,507,100 // Rough Mineral -6078,507,100 // Stone Fragment -6079,507,100 // Flower Of Alfheim -6080,507,100 // Manuk Coin -6081,507,100 // Splendide Coin -6082,507,100 // Spirit Of Alfheim -6084,507,100 // Bradium Fragments -6085,507,100 // Shaggy Muffler -12342,475,100 // Manuk's Opportunity -12343,475,100 // Manuk's Courage -12344,475,100 // Pinguicula's Fruit Jam -12345,475,100 // Luciola's Honey Jam -12348,475,100 // Manuk's Faith -12349,475,100 // Cornus' Tears - -// New Novice Training Grounds Equipment -1381,499,100 // Novice Battle Axe -1545,499,100 // Novice Mace -1639,499,100 // Novice Rod -1742,499,100 // Novice Composite Bow -2393,499,100 // Novice Adventurer's Suit -2819,499,100 // Swordsman Manual -2820,499,100 // Thief Manual -2821,499,100 // Acolyte Manual -2822,499,100 // Archer Manual -2823,499,100 // Merchant Manual -2824,499,100 // Mage Manual -12323,507,100 // Novice Fly Wing -12324,507,100 // Novice Butterfly Wing -12325,507,100 // Novice Magnifier -13040,499,100 // Novice Cutter -13041,499,100 // Novice Main Gauche -13415,499,100 // Novice Falchion - -// Eden Group -1192,499,100 // Eden Slayer I -1193,499,100 // Eden Slayer II -1650,499,100 // Eden Staff I -1651,499,100 // Eden Staff II -1747,499,100 // Eden Bow I -1748,499,100 // Eden Bow II -2456,499,100 // Eden Team Boots I -2457,499,100 // Eden Team Boots II -2458,499,100 // Eden Team Boots III -2560,499,100 // Eden Team Manteau I -5583,499,100 // Eden Team Hat I -6218,507,100 // Delivery_Daishin_Box -6219,507,100 // Eden Group Mark -13050,499,100 // Eden Dagger I -13051,499,100 // Eden Dagger II -13112,499,100 // Eden Revlover I -13113,499,100 // Eden Revlover II -13423,499,100 // Eden Sabre I -13424,499,100 // Eden Sabre II -15009,499,100 // Eden Team Uniform I -15010,499,100 // Eden Team Uniform II -15011,499,100 // Eden Team Uniform III -16004,499,100 // Eden Mace I -16005,499,100 // Eden Mace II - -// * Third Job-related -1703,507,100 // Bow -2794,507,100 // Magic Stone Ring -2795,499,100 // Green Apple Ring -2796,507,100 // Rocks -2797,507,100 // Rocks -2798,499,100 // Will Of Exhausted Angel -6121,507,100 // Makeover Brush -6122,507,100 // Paint Brush -6124,507,100 // Wolf Flute -6151,499,100 // Giant Bradium Fragment -6152,499,100 // Glittering Crystal -6153,507,100 // Special Exchange Ticket -6154,499,100 // Broken Horn Pipe -6156,499,100 // Approval Report -6266,507,100 // Key Of Deception -6267,507,100 // Key Of Illusion -6268,507,100 // Key Of Gaiety -6269,507,100 // A Master's Blush -6270,499,100 // A Picture Of Minstrel Song -6271,499,100 // Receipt -6272,507,100 // Experiment Seed -6273,507,100 // Seed For Experiment -6274,507,100 // A Piece Of Cloth Of A Saint -6275,507,100 // Shield Of King -6276,507,100 // Clear Reagent -6277,507,100 // Red Reagent -6278,507,100 // Black Reagent -12258,499,100 // Bomb Poring Box -12333,507,100 // Ancilla -12384,499,100 // Rainbow Ruby -12385,499,100 // Rainbow Ruby -12386,499,100 // Rainbow Ruby -12387,499,100 // Rainbow Ruby -12388,507,100 // Rhydo Runestone For Apprentice -12389,507,100 // Pertz Runestone For Apprentice -12390,507,100 // Verkana Runestone For Apprentice -12725,475,100 // Nauthiz Rune -12726,475,100 // Raido Rune -12727,475,100 // Berkana Rune -12728,475,100 // Isa Rune -12729,475,100 // Othila Rune -12730,475,100 // Uruz Rune -12731,475,100 // Thurisaz Rune -12732,475,100 // Wyrd Rune -12733,475,100 // Hagalaz Rune - -// Brasilis -6237,507,100 // Guarana Fruit - -// Cash Shop Related Items -1173,507,100 // Muramasa -1190,507,100 // Claymore -1267,507,100 // Infiltrator -1283,507,100 // Katar Of Speed -1286,507,100 // Jamadhar -1312,507,100 // Orcish Axe -1372,507,100 // Light Epsilon -1383,457,100 // Celestial Axe -1419,507,100 // Pole Axe -1427,507,100 // Spear Of Excellent -1430,507,100 // Pike -1487,507,100 // Lance -1547,507,100 // Mace Of Madness -1563,507,100 // Sage's Diary -1578,507,100 // Book Of Prayer -1580,507,100 // Giant Encyclopedia -1623,507,100 // Mighty Staff -1642,507,100 // Staff Of Darkness -1728,507,100 // Ballista -1744,507,100 // Bow Of Evil -1817,507,100 // Kaiser Knuckle -1828,507,100 // Monk Knuckle -1829,507,100 // Fist -1929,507,100 // Guitar -1982,507,100 // Phenomena Whip -1983,507,100 // Rante Whip -2132,507,100 // Shell Of Resistance -2369,507,100 // Freyja Overcoat -2384,507,100 // Spiritual Tunic -2385,507,100 // Recuperative Armor -2439,507,100 // Refresh Shoes -2543,507,100 // Sylphid Manteau -2686,507,100 // Elven Ears -2687,507,100 // Steel Flower -2688,507,100 // Critical Ring -2689,507,100 // Earring -2690,507,100 // Ring -2691,507,100 // Necklace -2692,507,100 // Glove -2693,507,100 // Brooch -2694,507,100 // Rosary -2695,507,100 // Safety Ring -2696,507,100 // Vesper Core 01 -2697,507,100 // Vesper Core 02 -2698,507,100 // Vesper Core 03 -2699,507,100 // Vesper Core 04 -2734,499,100 // Directive -2735,499,100 // Directive -2741,507,100 // All In One Ring -2753,507,100 // Beholder Ring -2754,507,100 // Hallow Ring -2755,507,100 // Clamorous Ring -2756,507,100 // Chemical Ring -2757,507,100 // Insecticide Ring -2758,507,100 // Fischer Ring -2759,507,100 // Decussate Ring -2760,507,100 // Bloody Ring -2761,507,100 // Satanic Ring -2762,507,100 // Dragon Ring -5098,73,100 // Tiger Mask -5210,73,100 // Flapping Angel Wing -5226,73,100 // Mini Propeller -5227,475,100 // Red Deviruchi Hat -5228,475,100 // Gray Deviruchi Hat -5229,475,100 // Brown Deviruchi Hat -5230,475,100 // Gray Drooping Cat -5231,475,100 // Brown Drooping Cat -5232,475,100 // Pink Drooping Cat -5233,475,100 // Blue Drooping Cat -5234,475,100 // Yellow Drooping Cat -5235,475,100 // Brown Beanie -5236,475,100 // Blue Beanie -5237,475,100 // Pink Beanie -5238,475,100 // Red Mage Hat -5239,475,100 // Gray Mage Hat -5240,475,100 // Brown Mage Hat -5241,475,100 // Blue Mage Hat -5242,475,100 // Yellow Mage Hat -5263,73,100 // Pagdayaw -5265,507,100 // Apple of Archer -5266,507,100 // Bunny Band -5267,507,100 // Sakkat -5268,507,100 // Grand Circlet -5277,73,100 // Yellow Bandana -5283,73,100 // Chick Hat -5286,73,100 // Pecopeco Hairband -5288,73,100 // Red Glasses -5293,73,100 // Ramen Hat -5294,73,100 // Whisper Mask -5313,73,100 // Diadem -5314,73,100 // Hockey Mask -5315,73,100 // Observer -5324,73,100 // Little Angel Doll -5372,73,100 // Koneko Hat -5374,73,100 // Gigantic Majestic Goat -5375,73,100 // Orc Hero Headdress -5376,73,100 // Flying Evil Wing -5377,73,100 // Gentleman's Pipe -5378,73,100 // Bunny Top Hat -5380,73,100 // Fish Head Hat -5381,73,100 // Santa Poring Hat -5382,73,100 // Bell Ribbon -5391,507,100 // Toast -5420,73,100 // Mask Of Ifrit -5421,73,100 // Ears Of Ifrit -5462,457,100 // Spiked Scarf -5463,457,100 // Rainbow Scarf -5502,457,100 // Necromancer's Hood -5503,73,100 // Magic Rabit Hat -5505,73,100 // Asara Fairy Hat -5529,457,100 // Satanic Bone Helm -5596,507,100 // 4Leaf Clover In Mouth -5597,507,100 // Bubble Gum In Mouth -6046,507,100 // Clothing Dye Coupon -6047,507,100 // Clothing Dye Coupon II -7619,475,100 // Enriched Elunium -7620,475,100 // Enriched Oridecon -7621,475,100 // Token Of Siegfried -7622,73,100 // Hairstyle Coupon -7766,475,100 // Bok Choy -7767,475,100 // Green Maiden's Cake -7776,475,100 // Gym Pass -7821,475,100 // Green Apple -7822,475,100 // Whole Barbecue -7823,475,100 // Meat Veg Skewer -7824,475,100 // Spirit Liquor -7945,73,100 // Universal Amulet -12202,475,100 // Steamed Tongue -12203,475,100 // Steamed Scorpion -12204,475,100 // Dragon Breath Cocktail -12205,475,100 // Hwergelmir's Tonic -12206,475,100 // Cooked Nine Tail's Tails -12207,475,100 // Stew Of Immortality -12208,475,100 // Battle Manual -12209,475,100 // Life Insurance -12210,475,100 // Bubble Gum -12211,475,100 // Kafra Card -12212,475,100 // Giant Fly Wing -12213,475,100 // Neuralizer -12214,475,100 // Convex Mirror -12215,475,100 // LV10 Blessing Scroll -12216,475,100 // LV10 Agil Scroll -12217,475,100 // LV5 Aspersio Scroll -12218,475,100 // LV5 Assumptio Scroll -12219,475,100 // LV10 Wind Walker Scroll -12220,475,100 // LV5 Adrenaline Scroll -12221,475,100 // Megaphone -12269,499,100 // Tasty Pink Ration -12270,499,100 // Tasty White Ration -12271,499,100 // Military Ration A -12272,499,100 // Military Ration B -12273,499,100 // Military Ration C -12274,507,100 // Daehwandan -12275,507,100 // Taecheongdan -12276,73,100 // Mimic Scroll -12277,73,100 // Disguise Scroll -12278,73,100 // Alice Scroll -12287,507,100 // Love Angel Magic Powder -12288,507,100 // Squirrel Magic Powder -12289,507,100 // Gogo Magic Powder -12294,507,100 // PC-Room Coin Box -12295,507,100 // PC-Room Coin Box -12296,507,100 // PC-Room Coin Box -12297,507,100 // PC-Room Coin Box -12298,507,100 // SP Consumption Reduction Potion -12299,507,100 // Mega Resist Potion -12300,499,100 // Wild Rose Contract -12301,499,100 // Doppelganger Contract -12302,499,100 // Egnigem Cenia Contract -12303,475,100 // Blessing Of Water -12304,507,100 // Diary Magic Powder -12305,507,100 // Mini Heart Magic Powder -12306,507,100 // Freshman Magic Powder -12307,507,100 // Kid Magic Powder -12308,507,100 // Magic Magic Powder -12309,507,100 // JJangu Magic Powder -12310,467,100 // Spray Of Flowers -12311,467,100 // Huge Spray Of Flowers -12313,499,100 // Guardian Angel -12331,507,100 // Ginseng -12332,507,100 // Fruit Juice -12340,499,100 // Chewy Rice Powder -12346,499,100 // Unripe Acorn -12350,457,100 // Angeling Potion -12351,457,100 // Scream Megaphone -12361,507,100 // Delicious Shaved Ice -12363,507,100 // Fit Pipe -12370,507,100 // Girl's Naivety -12375,457,100 // Akaraje -12391,475,100 // Lucky Egg -12396,73,100 // Gift Box? -12397,73,100 // Gift Box? -12398,507,100 // PCBang Gift Box -12402,475,100 // 29Fruit -12404,475,100 // Acti Potion -12405,475,100 // Underripe Yggseed -12406,475,100 // Psychic ArmorS -12413,475,100 // PCBang Coupon Box2 -12473,467,100 // RWC Parti Box -12474,467,100 // RWC Final Comp Box -12476,475,100 // PCBang Coupon Box3 -12478,507,100 // Chance Box -12479,507,100 // Caracas Ring Box -12480,475,100 // Attend 3Day Box -12481,475,100 // Attend 7Day Box -12482,475,100 // Attend 10Day Box -12483,475,100 // Attend 15Day Box -12484,475,100 // Attend 20Day Box -12485,475,100 // Attend 25Day Box -12486,475,100 // GoldPC First Box -12487,475,100 // PC 4Leaf Clover Box -12492,475,100 // Crumpled Paper -12493,475,100 // Lucky Egg C4 -12529,475,100 // White Slim Potion Box -12530,475,100 // Mastela Fruit Box -12531,475,100 // White Potion Box -12532,475,100 // Royal Jelly Box2 -12533,475,100 // Blue Herb Box2 -12534,475,100 // Yggdrasil Seed Box -12535,475,100 // Iggdrasilberry Box -12540,499,100 // GM Warp Box -12541,499,100 // Fortune Cookie1 -12542,499,100 // Fortune Cookie2 -12543,499,100 // Fortune Cookie3 -12549,475,100 // White Slim Pot Box2 -12550,475,100 // Poison Bottle Box2 -12714,467,100 // Easter Scroll -12900,457,100 // Battle Manual Box -12901,457,100 // Insurance Package -12902,457,100 // Bubble Gum Box -12903,457,100 // Steamed Tongue Box -12904,457,100 // Steamed Scorpion Box -12905,457,100 // Dragon Breath Cocktail Box -12906,457,100 // Hwergelmir's Tonic Box -12907,457,100 // Nine Tail Dish Box -12908,457,100 // Stew Of Immortality Box -12909,457,100 // Kafra Card Box -12910,457,100 // Giant Fly Wing Box -12911,457,100 // Neuralizer Box -12912,457,100 // Convex Mirror Box -12913,457,100 // Blessing 10 Scroll Box -12914,457,100 // Increase AGI 10 scroll Box -12915,457,100 // Aspersio 5 Scroll Box -12916,457,100 // Assumptio 5 Scroll Box -12917,457,100 // Wind Walk 10 Scroll Box -12918,457,100 // Adrenaline 5 Scroll Box -12919,457,100 // Megaphone Box -12920,457,100 // Enriched Elunium Box -12921,457,100 // Enriched Oridecon Box -12922,457,100 // Token of Siegfried Box -12923,457,100 // December Lucky Box -12924,457,100 // Pet Egg Box 2 -12925,475,100 // Kafra Item Mall Prize Package -12926,475,100 // December Lucky Box -12928,475,100 // Sacred Scroll -12929,457,100 // Pet Egg Box 3 -12930,457,100 // Pet Egg Box 4 -12931,457,100 // Pet Egg Box 5 -12932,475,100 // Episode 13.2 Key Package -12933,475,100 // Summer Hat Pack -12934,475,100 // Pet Egg Scroll5 -12935,473,100 // Infiltrator Box -12936,473,100 // Muramasa Box -12937,473,100 // Excalibur Box -12938,473,100 // Combat Knife Box -12939,473,100 // Dagger of Counter Box -12940,473,100 // Kaiser Knuckle Box -12941,473,100 // Poll Axe Box -12942,473,100 // Mighty Staff Box -12943,473,100 // Light Epsilon Box -12944,473,100 // Ballista Box -12945,473,100 // Sage's Diary Box -12946,473,100 // Asura Box -12947,473,100 // Apple of Archer Box -12948,473,100 // Bunny Band Box -12949,473,100 // Sakkat Box -12950,473,100 // Grand Circlet Box -12951,473,100 // Elven Ears Box -12952,473,100 // Steel Flower Box -12953,473,100 // Critical Ring Box -12954,473,100 // Earring Box -12955,473,100 // Ring Box -12956,473,100 // Necklace Box -12957,473,100 // Glove Box -12958,473,100 // Brooch Box -12959,473,100 // Rosary Box -12960,473,100 // Safety Ring Box -12961,473,100 // Vesper Core 01 Box -12962,473,100 // Vesper Core 02 Box -12963,473,100 // Vesper Core 03 Box -12964,473,100 // Vesper Core 04 Box -12983,457,100 // Pet Egg Scroll Box 6 -12984,457,100 // Pet Egg Scroll Box 7 -12985,457,100 // Pet Egg Scroll Box 8 -12986,457,100 // Adventurer Pack Box -12987,457,100 // Pet Egg Scroll Box 10 -12988,457,100 // Pet Egg Scroll Box 11 -12989,475,100 // Pet Egg Scroll 6 -12990,475,100 // Pet Egg Scroll 7 -12991,475,100 // Party Hard Pack -12992,475,100 // Adventurer Pack -12993,475,100 // Pet Egg Scroll 10 -12994,475,100 // Pet Egg Scroll 11 -13021,507,100 // Combat Knife -13022,507,100 // Dagger of Counter -13023,507,100 // Ashura -13048,507,100 // Damascus -13175,507,100 // Lever Action Rifle -13309,507,100 // Huuma Giant Wheel Shuriken -13401,507,100 // Excalibur -13419,507,100 // Holy Saber -13422,507,100 // Flamberge -13525,73,100 // Zeny Pet Egg Scroll Box -13547,73,100 // Repair Weapon Scroll Box -13553,73,100 // Dungeon Teleport Scroll 5 Box -13689,475,100 // Bok Choy Box -13690,475,100 // Green Maiden Cake Box -13696,457,100 // Field Manual 100% Box -13704,73,100 // Super Pet Egg 5 -13705,73,100 // Super Pet Egg 6 -13706,73,100 // Super Pet Egg 7 -13707,73,100 // Super Pet Egg 8 -13710,73,100 // Gym Pass Box -13711,73,100 // Small Life Potion 10 Box -13712,73,100 // Small Life Potion 30 Box -13713,73,100 // Small Life Potion 50 Box -13714,73,100 // Medium Life Potion 10 Box -13715,73,100 // Medium Life Potion 30 Box -13716,73,100 // Medium Life Potion 50 Box -13717,73,100 // Abrasive 5 Box -13718,73,100 // Abrasive 10 Box -13719,73,100 // Regeneration Potion 5 Box -13720,73,100 // Regeneration 10 Box -13721,73,100 // Dungeon Teleport Scroll 10 Box -13738,73,100 // Glass of Illusion 5 Box -13739,73,100 // Glass of Illusion 10 Box -13740,73,100 // Shadow Armor Scroll 5 Box -13741,73,100 // Shadow Armor Scroll 10 Box -13742,73,100 // Shadow Armor Scroll 30 Box -13743,73,100 // Holy Armor Scroll 5 Box -13744,73,100 // Holy Armor Scroll 10 Box -13745,73,100 // Holy Armor Scroll 30 Box -13746,73,100 // Small Defense Potion 10 Box -13747,73,100 // Small Defense Potion 30 Box -13748,73,100 // Small Defense Potion 50 Box -13749,73,100 // Big Defense Potion 10 Box -13750,73,100 // Big Defense Potion 30 Box -13751,73,100 // Big Defense Potion 50 Box -13752,73,100 // Small Magic Defense Potion 10 Box -13753,73,100 // Small Magic Defense Potion 30 Box -13754,73,100 // Small Magic Defense Potion 50 Box -13755,73,100 // Big Magic Defense Potion 10 Box -13756,73,100 // Big Magic Defense Potion 30 Box -13757,73,100 // Big Magic Defense Potion 50 Box -13765,507,100 // Certificate Box -13815,73,100 // Knife Goblin Taming Box -13816,73,100 // Flail Goblin Taming Box -13817,73,100 // Hammer Goblin Taming Box -13818,73,100 // Red Deleter Taming Box -13819,73,100 // Diabolic Taming Box -13820,73,100 // Wanderer Taming Box -13821,73,100 // Green Apple Box -13822,73,100 // Barbeque Box -13823,73,100 // Meat Skewer Box -13824,73,100 // Spirit Liquor Box -13859,499,100 // Directive Envelope A -13860,499,100 // Directive Envelope B -13863,475,100 // Repair Weapon Scroll 10 Box -13866,475,100 // Flying Angel Box -13867,475,100 // Neko Mimi Box -13868,475,100 // Moonlight Flower Hat Box -13869,475,100 // Baby Chick Hat Box -13870,475,100 // Beauty Gift Certificate Box -13871,475,100 // Mage Card Box -13872,475,100 // Acolyte Card Box -13873,475,100 // Archer Card Box -13874,475,100 // Swordman Card Box -13875,475,100 // Thief Card Box -13876,475,100 // Merchant Card Box -13877,475,100 // Clock Tower Card Box -13878,475,100 // Geffenia Card Box -13879,475,100 // Owl Card Box -13880,475,100 // Ghost Card Box -13881,475,100 // Nightmare Card Box -13882,475,100 // Curse Card Box -13883,475,100 // Sleep Card Box -13884,475,100 // Freeze Card Box -13885,475,100 // Stun Card Box -13886,475,100 // Silence Card Box -13887,475,100 // Blind Card Box -13888,475,100 // Chaos Card Box -13889,475,100 // Elunium Box -13890,475,100 // Oridecon Box -13891,475,100 // Fire Converter Box -13892,475,100 // Water Converter Box -13893,475,100 // Wind Converter Box -13894,475,100 // Earth Converter Box -13895,475,100 // Starter Pack -13896,73,100 // Mimic Summoning 5 Box -13897,73,100 // Disguise Summoning 5 Box -13898,73,100 // Alice Summoning 5 Box -13899,73,100 // Mimic Summoning 10 Box -13900,73,100 // Disguise Summoning 10 Box -13901,73,100 // Alice Summoning 10 Box -13902,475,100 // Fish Head Hat Box -13903,475,100 // Santa Poring Box -13904,475,100 // Bell Ribbon Box -13905,475,100 // XM Hardcore Set Box -13906,475,100 // XM Kitty Set Box -13907,475,100 // XM Softcore Set Box -13908,475,100 // XM Deviruchi Set Box -13909,475,100 // MVP Hunting Box -13910,475,100 // XM Brewing Set -13911,475,100 // Christmas Pet Scroll -13912,73,100 // Party Blessing 10 Scroll Box -13913,73,100 // Party Increase Agi 10 Scroll Box -13914,73,100 // Party Assumptio 5 Scroll Box -13915,475,100 // Love Angel Magic Powder Box -13916,475,100 // Squirrel Magic Powder Box -13917,475,100 // Gogo Magic Powder Box -13926,475,100 // Crusader Card Box -13927,475,100 // Alchemist Card Box -13928,475,100 // Rogue Card Box -13929,475,100 // Bard Dancer Card Box -13930,475,100 // Sage card box -13931,475,100 // Monk Card Box -13932,475,100 // Sylph Box -13933,475,100 // Undine Box -13934,475,100 // Salamander Box -13935,475,100 // Soul Box -13936,475,100 // Gnome Box -13937,475,100 // Robo Eye Box -13938,475,100 // Maiden's Twin Ribbon Box -13940,475,100 // WoE Teleport Scroll 100 Box -13941,475,100 // Taiwan Valentine Scroll -13942,475,100 // Love Angel Magic Powder Box 30 Days -13943,475,100 // Squirrel Magic Powder Box 30 Days -13944,475,100 // Gogo Magic Powder Box 30 Days -13945,475,100 // Brazil Swordsman Package -13946,475,100 // Brazil Magician Package -13947,475,100 // Brazil Acolyte Package -13948,475,100 // Brazil Archer package -13949,475,100 // Brazil Merchant Package -13950,475,100 // Brazil Thief Package -13951,475,100 // Western Outlaw Box -13952,475,100 // Lever Action Rifle Box -13953,475,100 // All In One Ring Box -13954,475,100 // Spiritual Tunic Box -13955,475,100 // Recuvative Armor Box -13956,475,100 // Shell Of Resistance Box -13957,475,100 // Silf Manteau Box -13958,475,100 // Refresh Shoes Box -13959,475,100 // Crunch Toast Box -13960,475,100 // Identification Box -13961,475,100 // Mochi Box -13962,475,100 // Defolty Doll Hat Box -13963,475,100 // Glaris Doll Hat Box -13964,475,100 // Sorin Doll Hat Box -13965,475,100 // Tailring Doll Hat Box -13966,475,100 // Vinit Doll Hat Box -13967,475,100 // W Doll Hat Box -13970,475,100 // Iron Box -13971,475,100 // Steel Box -13972,475,100 // Coal Box -13973,475,100 // Poison Bottle Box -13974,475,100 // Fisherman Scroll -13975,475,100 // Diary Magic Powder Box -13976,475,100 // Mini Heart Magic Powder Box -13977,475,100 // Freshman Magic Powder Box -13978,475,100 // Kid Magic Powder Box -13979,475,100 // Magic Magic Powder Box -13980,475,100 // JJangu Magic Powder Box -13981,475,100 // Diary Magic Powder Box 30 Days -13982,475,100 // Mini Heart Magic Powder Box 30 Days -13983,475,100 // Freshman Magic Powder Box 30 Days -13984,475,100 // Kid Magic Powder Box 30 Days -13985,475,100 // Magic Magic Powder Box 30 Days -13986,475,100 // JJangu Magic Powder Box 30 Days -13987,475,100 // Rough Oridecon 5 Box -13988,475,100 // Rough Oridecon 50 Box -13989,475,100 // Acid Bomb 10 Box -13990,475,100 // JOB Battle Manual Box -13991,475,100 // Tiger Mask Box -13992,475,100 // Pussy Cat Bell Box -13993,475,100 // Alice Hat Box -13994,475,100 // Speed Potion 5 Box -13995,475,100 // Speed Potion 10 Box -13996,475,100 // Big Bun 100 Box -13997,475,100 // Big Bun 500 Box -13998,475,100 // Giant Fly Wing 500 Box -13999,475,100 // Pill 100 Box -14000,475,100 // Pill 500 Box -14001,475,100 // Recruit Siege Supply Box -14002,475,100 // Veteran Siege Supply Box -14003,475,100 // Elite Siege Supply Box -14004,475,100 // Poison Bottle 10 Box -14005,475,100 // Poison Bottle 5 Box -14006,475,100 // Evolved Drooping Cat Box -14007,475,100 // Evolved Rabbits Headband Box -14008,475,100 // Evolved Helmet Of Orc Hero Box -14009,475,100 // Love Angel Magic Powder Box -14010,475,100 // Squillroll Magic Powder Box -14011,475,100 // Gogo Magic Powder Box -14012,475,100 // Love Angel Magic Powder Box 30 Days -14013,475,100 // Squillroll Magic Powder Box 30 Days -14014,475,100 // Gogo Magic Powder Box 30 Days -14015,475,100 // Western Outlaw Box -14016,475,100 // Lever Action Rifle Box -14017,475,100 // All In One Ring Box -14018,475,100 // Spiritual Tunic Box -14019,475,100 // Recuvative Armor Box -14020,475,100 // Shell Of Resistance Box -14021,475,100 // Silf Manteau Box -14022,475,100 // Refresh Shoes Box -14023,475,100 // Crunch Toast Box -14024,475,100 // Robo Eye Box -14025,475,100 // Maiden's Twin Ribbon Box -14027,475,100 // Fish Head Hat Box -14028,475,100 // SantaPoring Cap Box -14029,475,100 // Bell Ribbon Box -14030,475,100 // Mimic Summoning 5 Box -14031,475,100 // Disguise Summoning 5 Box -14032,475,100 // Alice Summoning 5 Box -14033,475,100 // Mimic Summoning 10 Box -14034,475,100 // Disguise Summoning 10 Box -14035,475,100 // Alice Summoning 10 Box) -14036,475,100 // New Style Box -14037,475,100 // Repair Weapon Scroll Box -14038,475,100 // Repair Weapon Scroll 10 Box -14041,475,100 // Yellow Butterfly Wing 5 Box -14042,475,100 // Yellow Butterfly Wing Box -14043,475,100 // Green Butterfly Wing 5 Box -14044,475,100 // Green Butterfly Wing Box -14045,475,100 // Red Butterfly Wing 5 Box -14046,475,100 // Red Butterfly Wing Box -14047,475,100 // Blue Butterfly Wing 5 Box -14048,475,100 // Blue Butterfly Wing Box -14049,475,100 // Candy 5 Box -14050,475,100 // Candy 10 Box -14051,475,100 // Dungeon Teleport Scroll II 5 Box -14052,475,100 // Dungeon Teleport Scroll II 10 Box -14053,475,100 // Little Angel Doll Box -14054,475,100 // Poring 3 Hats Box -14055,475,100 // Refined Nagan Box -14056,475,100 // Refined Brocca Box -14057,475,100 // Refined Survivor's Rod Box -14058,475,100 // Refined Quadrille Box -14059,475,100 // Refined Great Axe Box -14060,475,100 // Refined Bloody Roar Box -14061,475,100 // Refined Hardcover Book Box -14062,475,100 // Refined Fireblend Box -14063,475,100 // Refined Immaterial Sword Box -14064,475,100 // Refined Unholy Touch Box -14065,475,100 // Refined Survivor's Manteau Box -14066,475,100 // Refined Masquerade Box -14067,475,100 // Refined Helmet of Orc Hero Box -14068,475,100 // Refined Wing of Diablo Box -14069,475,100 // Refined Dark Blinder Box -14070,475,100 // Refined Drooping Cat Box -14071,475,100 // Refined Corsair Box -14072,475,100 // Refined Bloodied Shackle Ball Box -14073,475,100 // Refined Spiritual Ring Box -14074,475,100 // Wine Glass of Illusion 5 Box -14075,475,100 // Glass Of Illusion 10 Box -14076,475,100 // Scroll of Shadow Armor 5 Box -14077,475,100 // Scroll of Shadow Armor 10 Box -14078,475,100 // Scroll of Shadow Armor 30 Box -14079,475,100 // Scroll of Holy Armor 5 Box -14080,475,100 // Scroll of Holy Armor 10 Box -14081,475,100 // Scroll of Holy Armor 30 Box -14082,475,100 // Small Defense Potion 10 Box -14083,475,100 // Small Physical Defense Potion 30 Box -14084,475,100 // Small Physical Defense Potion 50 Box -14085,475,100 // Big Defense Potion 10 Box -14086,475,100 // Large Physical Defense Potion 30 Box -14087,475,100 // Large Physical Defense Potion 50 Box -14088,475,100 // Small Magic Defense Potion 10 Box -14089,475,100 // Small Magical Defense Potion 30 Box -14090,475,100 // Small Magical Defense Potion 50 Box -14091,475,100 // Big Magic Defense Potion 10 Box -14092,475,100 // Large Magical Defense Potion 30 Box -14093,475,100 // Large Magical Defense Potion 50 Box -14094,475,100 // Flying Angel Box -14095,475,100 // Neko Mimi Box -14096,475,100 // Moonlight Flower Hat Box -14097,475,100 // Baby Chick Hat Box -14098,475,100 // Peco Peco Hairband Box -14099,475,100 // Red Glasses Box -14100,475,100 // Whisper Mask Box -14101,475,100 // Ramen Hat Box -14102,475,100 // Dungeon Teleport Scroll 5 Box -14103,475,100 // Gym Membership Card Box -14104,475,100 // Small Life Potion 10 Box -14105,475,100 // Small Life Potion 30 Box -14106,475,100 // Small Life Potion 50 Box -14107,475,100 // Medium Life Potion 10 Box -14108,475,100 // Large Life Potion 30 Box -14109,475,100 // Large Life Potion 50 Box -14110,475,100 // Abrasive 5 Box -14111,475,100 // Abrasive 10 Box -14112,475,100 // Regeneration Potion 5 Box -14113,475,100 // Regeneration Potion 10 Box -14114,475,100 // Dungeon Teleport Scroll 10 Box -14115,475,100 // Refined Infiltrator Box -14116,475,100 // Refined Muramasa Box -14117,475,100 // Refined Excalibur Box -14118,475,100 // Combat Knife Box -14119,475,100 // Counter Dagger Box -14120,475,100 // Refined Kaiser Knuckle Box -14121,475,100 // Refined Mighty Staff Box -14122,475,100 // Light Epsilon Box -14123,475,100 // Refined Ballista Box -14124,475,100 // Sage's Diary Box -14125,475,100 // Asura Box -14126,475,100 // Apple of Archer Box -14127,475,100 // Bunny Band Box -14128,475,100 // Refined Sakkat Box -14129,475,100 // Refined Grand Circlet Box -14130,475,100 // Elven Ears Box -14131,475,100 // Steel Flower Box -14132,475,100 // Critical Ring Box -14133,475,100 // Earring Box -14134,475,100 // Ring Box -14135,475,100 // Necklace Box -14136,475,100 // Glove Box -14137,475,100 // Brooch Box -14138,475,100 // Rosary Box -14139,475,100 // Safety Ring Box -14140,475,100 // Refined Vesper Core 01 Box -14141,475,100 // Refined Vesper Core 02 Box -14142,475,100 // Refined Vesper Core 03 Box -14143,475,100 // Refined Vesper Core 04 Box -14144,475,100 // Vigorgra Box1 -14145,475,100 // Vigorgra Box2 -14146,475,100 // Vigorgra Box3 -14147,475,100 // Vigorgra Box4 -14148,475,100 // Vigorgra Box5 -14149,475,100 // Vigorgra Box6 -14150,475,100 // Vigorgra Box7 -14151,475,100 // Vigorgra Box8 -14152,475,100 // Start your Journey Pack -14153,475,100 // Siege Mode Pack -14154,475,100 // 1 Hour Survival Pack -14155,475,100 // Weekend Hunting Pack -14156,475,100 // Battle Manual Box -14157,475,100 // Insurance Package -14158,475,100 // Bubble Gum Box -14159,475,100 // Steamed Tongue Box -14160,475,100 // Steamed Scorpion Box -14161,475,100 // Dragon Breath Cocktail Box -14162,475,100 // Hwergelmir's Tonic Box -14163,475,100 // Nine Tail Dish Box -14164,475,100 // Stew Of Immortality Box -14165,475,100 // Kafra Card Box -14166,475,100 // Giant Fly Wing Box -14167,475,100 // Neuralizer Box -14168,475,100 // Convex Mirror Box -14169,475,100 // Blessing 10 Scroll Box -14170,475,100 // Increase AGI 10 scroll Box -14171,475,100 // Aspersio 5 Scroll Box -14172,475,100 // Assumptio 5 Scroll Box -14173,475,100 // Wind Walk 10 Scroll Box -14174,475,100 // Adrenaline 5 Scroll Box -14175,475,100 // Megaphone 10 Box -14176,475,100 // Enriched Elunium Box -14177,475,100 // Enriched Oridecon Box -14178,475,100 // Token of Siegfried Box -14179,475,100 // Giant Fly Wing 50 Box -14180,475,100 // Giant Fly Wing 100 Box -14181,475,100 // Hwergelmir's Tonic 30 Box -14182,475,100 // Hwergelmir's Tonic 50 Box -14183,475,100 // Nine Tail Dish 30 Box -14184,475,100 // Nine Tail Dish 50 Box -14185,475,100 // Increase Agility Scroll 30 Box -14186,475,100 // Increase Agility Scroll 50 Box -14187,475,100 // Stew of Immortality 30 Box -14188,475,100 // Stew of Immortality 50 Box -14189,475,100 // Life Insurrance 30 Box -14190,475,100 // Life Insurrance 50 Box -14191,475,100 // Convex Mirror 5 Box -14192,475,100 // Convex Mirror 30 Box -14193,475,100 // Blessing Scroll 30 Box -14194,475,100 // Lv10 Blessing Scroll Box 50 -14195,475,100 // Adrenaline Rush Scroll 30 Box -14196,475,100 // Adrenaline Rush Scroll 50 Box -14197,475,100 // Assumptio Scroll 30 Box -14198,475,100 // Lv5 Assumptio Scroll Box 50 -14199,475,100 // Aspersio Scroll 30 Box -14200,475,100 // Aspersio Scroll 50 Box -14201,475,100 // Steamed Scorpion 30 Box -14202,475,100 // Steamed Scorpion 50 Box -14203,475,100 // Wind Walk Scroll 30 Box -14204,475,100 // Wind Walk Scroll 50 Box -14205,475,100 // Dragon Breath Cocktail 30 Box -14206,475,100 // Dragon Breath Cocktail 50 Box -14207,475,100 // Field Manual Box -14208,475,100 // Battle Manual 5 Box -14209,475,100 // Token of Siegfried 5 Box -14210,475,100 // Token of Siegfried 20 Box -14211,475,100 // Kafra Card 30 Box -14212,475,100 // Kafra Card 50 Box -14213,475,100 // Steamed Tongue 30 Box -14214,475,100 // Steamed Tongue 50 Box -14215,475,100 // Bubble Gum Box -14216,475,100 // Bubble Gum 5 Box -14217,475,100 // Megaphone Box -14218,475,100 // Megaphone 5 Box -14219,475,100 // Enriched Elunium 5 Box -14220,475,100 // Enriched Oridecon 5 Box -14221,475,100 // Mystical Amplification Scroll 10 Box -14222,475,100 // Mystical Amplification Scroll 30 Box -14223,475,100 // Mystical Amplification Scroll 50 Box -14224,475,100 // Quagmire Scroll 10 Box -14225,475,100 // Quagmire Scroll 30 Box -14226,475,100 // Quagmire Scroll 50 Box -14227,475,100 // Healing Staff Box -14234,73,100 // Dead Branch 25 Box -14242,73,100 // Beholder Ring Box -14243,73,100 // Hallow Ring Box -14244,73,100 // Clamorous Ring Box -14245,73,100 // Chemical Ring Box -14246,73,100 // Insecticide Ring Box -14247,73,100 // Fisher Ring Box -14248,73,100 // Decussate Ring Box -14249,73,100 // Bloody Ring Box -14250,73,100 // Satanic Ring Box -14251,73,100 // Dragon Ring Box -14252,73,100 // Beholder Ring Box II -14253,73,100 // Hallow Ring Box II -14254,73,100 // Clamorous Ring Box II -14255,73,100 // Chemical Ring Box II -14256,73,100 // Insecticide Ring Box II -14257,73,100 // Fisher Ring Box II -14258,73,100 // Decussate Ring Box II -14259,73,100 // Bloody Ring Box II -14260,73,100 // Satanic Ring Box II -14261,73,100 // Dragon Ring Box II -14289,475,100 // New Clothing Dye Coupon Box -14290,475,100 // Original Clothing Dye Coupon Box -14296,73,100 // Angel Scroll -14297,73,100 // Devil Scroll -14300,73,100 // Mask Of Ifrit Box -14301,73,100 // Ears Of Ifrit Box -14304,73,100 // Scuba Mask Box -14314,475,100 // Phreeoni Scroll Box -14315,475,100 // Ghostring Scroll Box -14316,73,100 // July7 Scroll -14317,457,100 // Bacsojin Scroll -14343,475,100 // Spiked Scarf Box -14344,475,100 // Rainbow Scarf Box -14345,457,100 // Animal Scroll -14349,73,100 // Mental Potion 20 Box -14350,73,100 // Mental Potion 50 Box -14351,73,100 // Tyr's Blessing 20 Box -14352,73,100 // Tyr's Blessing 50 Box -14363,73,100 // Heart Scroll -14375,457,100 // Celestial Axe Box -14376,475,100 // Angeling Potion Box -14377,457,100 // Scream Megaphone Box -14380,457,100 // Anubis Hat Box -14393,73,100 // Universal Amulet Box -14408,73,100 // New Year Scroll -14440,457,100 // Dice Hat Box -14441,457,100 // King Tiger Doll Hat Box -14447,457,100 // Pirate's Pride Box -14448,457,100 // Necromancer's Hood Box -14459,475,100 // Magic Rabbit Hat Box -14460,475,100 // RO 5th Wedding Anniversary Box -14461,475,100 // Ashura Fairy Hat Box -14469,457,100 // Ox Tail Egg -14508,73,100 // Zeny Pet Egg Scroll -14521,475,100 // Repair Weapon Scroll -14527,475,100 // Dungeon Teleport Scroll -14533,475,100 // Field Manual 100% -14534,475,100 // Small Life Potion -14535,475,100 // Medium Life Potion -14536,475,100 // Abrasive -14537,475,100 // Regeneration Potion -14538,475,100 // Glass of Illusion -14539,475,100 // Shadow Armor Scroll -14540,475,100 // Holy Armor Scroll -14541,475,100 // Small Defense Potion -14542,475,100 // Big Defense Potion -14543,475,100 // Small Magic Defense Potion -14544,475,100 // Big Magic Defense Potion -14569,475,100 // Knife Goblin Ring -14570,475,100 // Flail Goblin Ring -14571,475,100 // Hammer Goblin Ring -14572,475,100 // Holy Marble -14573,475,100 // Red Burning Stone -14574,475,100 // Vagabond's Skull -14586,73,100 // Jumping Candy -14587,475,100 // Equipment Repair Spell Book -14588,75,100 // Party Blessing 10 Scroll -14589,75,100 // Party Increase Agi 10 Scroll -14590,75,100 // Party Assumptio 5 Scroll -14591,475,100 // WoE Teleport Scroll -14592,475,100 // JOB Battle Manual -14593,475,100 // Mystical Amplification Scroll -14594,475,100 // Quagmire Scroll -14597,475,100 // Phreeoni Scroll -14598,475,100 // Ghostring Scroll -14599,475,100 // Greed Scroll -14600,73,100 // Mental Potion -14601,73,100 // Tyr's Blessing -14602,475,100 // Tao Gunka Scroll -14603,475,100 // Mistress Scroll -14604,475,100 // Orc Hero Scroll -14605,475,100 // Orc Lord Scroll -14606,475,100 // JOB Battle Manual -14608,73,100 // Manchu-Han Imperial Feast -16002,507,100 // Stunner -16134,475,100 // Frog King Hat Box -16135,457,100 // Satanic Bone Helm Box -16247,475,100 // Dragon Arhat Mask Box -16248,475,100 // Tiger Arhat Mask Box -16257,73,100 // Buddah Scroll -16304,475,100 // Evil Incarnation -16371,73,100 // Tw Aug Scroll -16461,73,100 // Red Wing Hat Box -16555,73,100 // Pr Reset Stone Box - -// Misc. Items -1313,499,100 // Tourist Axe -1386,507,100 // Doom Slayer -1388,507,100 // Two-Handed Axe -1428,475,100 // Long Horn -1429,475,100 // Hunting Spear -1579,475,100 // Book of the Dead -1644,475,100 // Staff of Piercing -1645,475,100 // Lich's Bone Wand -1749,499,100 // Tourist Bow -1928,507,100 // Spirited Guitar -2003,475,100 // Staff of Destruction -2398,475,100 // Sniping Suit -2449,475,100 // Variant Shoes -2551,475,100 // Crest of the Rider -2552,475,100 // Mithril Magic Manteau -2777,65,100 // Shaman Ring -2778,65,100 // Shaman Earrings -2779,65,100 // Dark Knight Belt -2780,65,100 // Dark Knight Glove -2781,65,100 // Aumdura's Benefit -2782,475,100 // Ring of the Ancient Wise King -2785,475,100 // Orlean's Gloves -5100,73,100 // Sales Banner -5103,73,100 // Sunflower Hairpin -5133,73,100 // Sheep Hat -5206,73,100 // Romantic White Flower -5215,73,100 // Evolved Angel Wing -5216,73,100 // Evolved Evil Wing -5217,73,100 // Evolved Majestic Goat -5218,73,100 // Evolved Bunny Band -5219,73,100 // Evolved Drooping Cat -5220,73,100 // Evolved Pipe -5221,73,100 // Evolved Pair of Red Ribbon -5222,73,100 // Evolved Blue Fish -5223,73,100 // Evolved Big Golden Bell -5224,73,100 // Evolved Orc Hero Helm -5243,73,100 // Shafka -5256,73,100 // Valkyrie Feather Band -5257,73,100 // Soul Ring -5278,73,100 // Yellow Ribbon -5284,73,100 // Water Lily Crown -5285,73,100 // Vane Hairpin -5287,73,100 // Vacation Hat -5289,73,100 // Vanilmirth Hat -5291,73,100 // Kettle Hat -5292,73,100 // Dragon Skull - - -5306,507,100 // Freya's Crown -5307,73,100 // Carmen Miranda's Hat -5308,73,100 // Brazil National Flag Hat -5310,73,100 // Shining Electric Bulb Hairband -5311,73,100 // Large Hisbiscus -5312,73,100 // Ayothaya King's Hat -5322,475,100 // Kerchief -5358,73,100 // Peco Ears -5367,73,100 // Hyegun Hat -5385,457,100 // Yoyo Hat -5388,73,100 // Snake Head Hat -5397,73,100 // Scuba Gear -5401,73,100 // Black Frame Glasses -5402,73,100 // Mischievous Fairy -5404,73,100 // Blue Ribbon -5405,73,100 // Filir Hat -5406,467,100 // Academy Freshman Hat -5407,467,100 // Academy Completion Hat -5423,73,100 // I Love China -5429,73,100 // Bogy Cap -5430,65,100 // Torch Cap -5450,475,100 // Solar Hat -5460,499,100 // Evolved Dragon Skull Hat -5461,499,100 // Evolved Whisper Mask -5464,507,100 // Zaha Doll Hat -5478,457,100 // Classic Hat -5490,457,100 // Anubis Helm -5491,457,100 // Bandit Hat -5496,457,100 // Dice Hat -5497,457,100 // King Tiger Doll Hat -5498,73,100 // Wandering Wolf Helm -5499,73,100 // Pizza Hat -5304,73,100 // Cap Of Blindness -5318,467,100 // Poring Party Hat -5333,457,100 // Radio Antenna -5336,73,100 // Guildsman Recruiter Hat -5337,73,100 // Party Recruiter Hat -5338,507,100 // Bf Recruiter Hat -5339,507,100 // Friend Recruiter Hat -5346,507,100 // Gf Recruiter Hat -5352,73,100 // Poporing Cap -5356,384,100 // Festival Pumpkin Hat -5359,73,100 // Ship Captain Hat -5360,73,100 // Hyuke's Black Cat Ears -5361,73,100 // Gangster Scarf -5362,73,100 // Ninja Scroll -5371,73,100 // Judge Hat -5383,73,100 // Hunter's Cap -5387,73,100 // Neko Mimi Kafra -5389,73,100 // Angel Spirit -5395,73,100 // Striped Hat -5403,73,100 // Fish In Mouth -5428,475,100 // RWC Anniversary Bread Envelope -5451,475,100 // RWC 2008 Dragon Helm Gold -5452,475,100 // RWC 2008 Dragon Helm Silver -5453,475,100 // RWC 2008 Dragon Helm Copper -5457,73,100 // Moon Rabbit Hat -5476,73,100 // Grand Peco Hairband -5479,65,100 // Shaman's Hair Decoration -5480,65,100 // Bijofnil Wings -5481,65,100 // Hermode Cap -5482,65,100 // Dark Knight Mask -5483,65,100 // Odin Mask -5492,507,100 // Student Cap -5493,507,100 // Ulle's Cap -5494,507,100 // Sphinx Hat -5495,73,100 // Power Of Thor -5508,73,100 // Shark Hat -5509,73,100 // Sting hat -5511,73,100 // Samambaia -5521,507,100 // Angry Mouth -5527,73,100 // Lunatic Hat -5532,73,100 // Pirate Dagger -5536,507,100 // Spare Card -5544,467,100 // Time Keeper Hat -5545,73,100 // Aries Diadem -5546,73,100 // Aries Crown -5549,73,100 // Taurus Diadem -5550,73,100 // Taurus Crown -5554,73,100 // Octopus Hat -5555,73,100 // Leaf Cat Hat -5567,73,100 // Bright Fury -5569,73,100 // Gemini Diadem -5570,73,100 // Gemini Crown -5574,73,100 // Well-Chewed Pencil -5577,65,100 // Dark Knight Mask -5579,73,100 // Wanderer's Sakkat -5584,73,100 // Majestic Evil Horns -5587,499,100 // Mosquito Coil -5654,73,100 // Holy Marching Hat -5667,73,100 // Skull Hood -5668,499,100 // Weird Pumpkin Hat -5738,73,100 // Snowman Hat -5741,499,100 // Eternal Egg Shell -5786,475,100 // Ancient Elven Ear -5796,507,100 // Cheer Scarf -5797,507,100 // Cheer Scarf2 -5798,507,100 // Cheer Scarf3 -5799,507,100 // Cheer Scarf4 -5856,507,100 // Passion FB Hat -5857,507,100 // Cool FB Hat -5858,507,100 // Victory FB Hat -5859,507,100 // Glory FB Hat -6052,507,100 // Ornament Hairpin -6060,499,100 // Month Viewing Ticket -6070,475,100 // Shaman's Document -6071,475,100 // Broken Sword -6072,475,100 // Bijofnil Feather -6073,499,100 // Dragon's Mane -6093,499,100 // Draco's Egg -6101,499,100 // Attendance Card -6102,507,100 // Report On Splendide -6103,507,100 // Report On Manuk -6116,507,100 // Succubus Pet Exchange Coupon -6117,507,100 // Imp Pet Exchange Coupon -6118,507,100 // Chung E Exchange Coupon -6125,507,100 // Spring Time Box -6126,507,100 // Summer Happy Box -6127,507,100 // Purification Stone -6129,507,100 // Nightmare Terror Exchange Coupon -6130,507,100 // Loli Ruri Exchange Coupon -6131,507,100 // Goblin Leader Exchange Coupon -6132,507,100 // Incubus Exchange Coupon -6133,507,100 // Miyabi Ningyo Exchange Coupon -6134,507,100 // Giant Whisper Exchange Coupon -6135,507,100 // Evil Nymph Exchange Coupon -6136,507,100 // Medusa Exchange Coupon -6137,507,100 // Stone Shooter Exchange Coupon -6138,507,100 // Marionette Exchange Coupon -6139,507,100 // Leaf Cat Exchange Coupon -6140,507,100 // Dullahan Exchange Coupon -6141,507,100 // Shinobi Exchange Coupon -6142,507,100 // Golem Exchange Coupon -6143,507,100 // Civil Servant Exchange Coupon -6148,499,100 // Eternity Of Chocolate -6149,499,100 // Simple Chocolate -6150,507,100 // Key of The Mansion -6206,499,100 // I Love You -6207,499,100 // Thank You -6208,499,100 // I Respect Yo -6225,475,100 // HD Carnium -6226,475,100 // HD Bradium -6228,475,100 // Guarantee Weapon 9Up -6229,475,100 // Guarantee Weapon 8Up -6230,475,100 // Guarantee Weapon 7Up -6231,475,100 // Guarantee Weapon 6Up -6232,475,100 // Guarantee Armor 9Up -6233,475,100 // Guarantee Armor 8Up -6234,475,100 // Guarantee Armor 7Up -6235,475,100 // Guarantee Armor 6Up -6236,499,100 // Blue Card 7 -6238,475,100 // Guarantee Weapon 11Up -6239,475,100 // Guarantee Armor 11Up -6240,475,100 // Purified Oridecon -6241,475,100 // Purified Elunium -6242,457,100 // Midgard Coinu -6296,499,100 // Training Notice -6298,499,100 // Pumpkin Head Crushed -6299,499,100 // Worn Cloth Piece -6320,507,100 // Premium Reset Stone -6345,499,100 // Love Ball -6347,499,100 // Bless Word Paper -6348,499,100 // Bless Word Paper -6349,499,100 // Bless Word Paper -6350,499,100 // Bless Word Paper -6351,499,100 // Bless Word Paper -6352,499,100 // Bless Word Paper -6353,499,100 // Bless Word Paper -6354,499,100 // Bless Word Paper -6355,499,100 // Bless Word Paper -6356,499,100 // Bless Word Paper -6357,499,100 // Fortune Cookie Fail -6358,507,100 // Free Cash Coupon -6359,507,100 // Guidebook Exchange -6377,467,100 // Buy Market Permit -7275,507,100 // Record of Ancient Language -7276,507,100 // Doodled Message -7580,499,100 // Black Marble -7624,499,100 // Spring Stanza23 -7629,499,100 // Pink Gift Box -7841,499,100 // Stained Piece Of Paper -7842,499,100 // Torn Piece Of Paper -7843,499,100 // Old Piece Of Paper -7844,499,100 // Burnt Pieces Of Paper -7895,499,100 // Rama5 Book -7896,499,100 // Loykrathong Book -7897,499,100 // Constitution Book -7898,499,100 // VV Strong Balmung -7899,499,100 // Dagger Of Psychic -7900,507,100 // Jonathan Family Ring -7901,507,100 // Jillberriel Family Ring -7902,507,100 // Jessur Family Ring -7903,507,100 // Jenoss Family Ring -7904,507,100 // Piano Key -7906,507,100 // Poppy Wreath -7907,499,100 // Bobbin Of Goddess -7912,507,100 // Portable Snowman Machine -7913,507,100 // Battle Test Certificate -7914,507,100 // Ancient Language Document -7923,499,100 // Krathong -7928,507,100 // Brazil National Flag -7929,507,100 // Gold Coin -7930,507,100 // Devil's Cattle Ring -7944,73,100 // Sealed Box -7949,499,100 // Woven Wool -7951,507,100 // Golden Tulip Flower -7952,507,100 // Gift Of Lomi Ross -7953,507,100 // Gift Of Juliet -7954,499,100 // Summer Festival Ticket -7959,65,100 // Ancient Gold Coin -7960,65,100 // Ancient Silver Coin -7961,499,100 // Weapon Exchange -7962,499,100 // Treasure Map1 -7963,499,100 // Treasure Map2 -7964,499,100 // Treasure Map3 -7965,499,100 // Treasure Map4 -7966,499,100 // Weird Parchment1 -7967,499,100 // Weird Parchment2 -7968,499,100 // Weird Parchment3 -7969,499,100 // Weird Parchment4 -7973,499,100 // Immortality Egg -7974,499,100 // Illusion Piece -7978,499,100 // Spring Stanza1 -7979,499,100 // Spring Stanza2 -7980,499,100 // Spring Stanza3 -7981,499,100 // Spring Stanza4 -7982,499,100 // Spring Stanza5 -7983,499,100 // Spring Stanza6 -7984,499,100 // Spring Stanza7 -7985,499,100 // Spring Stanza8 -7986,499,100 // Spring Stanza9 -7987,499,100 // Spring Stanza10 -7988,499,100 // Spring Stanza11 -7989,499,100 // Spring Stanza12 -7990,499,100 // Spring Stanza13 -7991,499,100 // Spring Stanza14 -7992,499,100 // Spring Stanza15 -7993,499,100 // Spring Stanza16 -7994,499,100 // Spring Stanza17 -7995,499,100 // Spring Stanza18 -7996,499,100 // Spring Stanza19 -7997,499,100 // Spring Stanza20 -7998,499,100 // Spring Stanza21 -7999,499,100 // Spring Stanza22 -9028,465,100 // Hard Rice Cake -11503,475,100 // WoE White Potion -11504,475,100 // WoE Blue Potion -11505,507,100 // Iris -11514,475,100 // Enriched Slim Pot -12740,73,100 // Amplification Scroll -12741,73,100 // Intellect Amplification Scroll -12745,507,100 // Skull Scroll -12746,499,100 // Destruction Scroll -12754,499,100 // New Year Bun -12755,499,100 // Traditional Firecrack -12756,499,100 // New Gift Envelope -12766,507,100 // Reward Job BM25 -12767,467,100 // Passion FB Hat Box -12768,467,100 // Cool FB Hat Box -12769,467,100 // Victory FB Hat Box -12770,467,100 // Glory FB Hat Box -12771,467,100 // Passion Hat Box2 -12772,467,100 // Cool Hat Box2 -12773,467,100 // Victory Hat Box2 -13043,507,100 // Fortune Sword -13044,507,100 // Ice Pick -13045,507,100 // Kamaitachi -13308,507,100 // Huuma Blaze Shuriken -13420,73,100 // Honglyun's Sword -15001,507,100 // Odin's Blessing -18500,507,100 // Cheer Scarf6 -18501,507,100 // Cheer Scarf8 -18502,507,100 // Cheer Scarf10 -5500,73,100 // Icecream Hat -5501,457,100 // Pirate's Pride -5504,73,100 // Wedding Weil -5519,73,100 // Peacock Feather -5526,73,100 // Tanigumi Girl Doll -5528,457,100 // Frog King Hat -5530,73,100 // Raven Cap -5537,73,100 // Kwati Hat -5538,73,100 // Tucan Hat -5539,73,100 // Jaguar Hat -5547,73,100 // RJC Katusa Flower -5548,73,100 // Scarlet Rose -5557,73,100 // Wild Rose Hat -5564,73,100 // Crown of Deceit -5565,507,100 // Dragon Arhat Mask -5566,507,100 // Tiger Arhat Mask -5581,73,100 // Cancer Diadem -5582,73,100 // Cancer Crown -5603,475,100 // RTC First Place -5604,475,100 // RTC Second Place -5605,475,100 // RTC Third Place -5770,73,100 // Splash Hat -5818,507,100 // Carnival Hat -5819,507,100 // Carnival Circlet -5821,507,100 // Gold Tulip Hairpin -5822,499,100 // Love Chick Hat - -//======================================================================================================= -// RE -//======================================================================================================= - -// * Third Job-related -2140,507,100 // Energy Rune Guard -5746,475,100 // Rune Circlet -5747,475,100 // Mitra -5748,475,100 // Sniper Goggles -5749,475,100 // Driver Band -5750,475,100 // Shadow Crown -5751,475,100 // Minstrel Song Hat -5752,475,100 // Midas Whispers -5753,475,100 // Magic Stone Hat -5754,475,100 // Burning Spirit -5755,475,100 // Silent Enforcer -5756,475,100 // Wispers of Wind -5757,475,100 // Reissue Schmitz Helm -5758,475,100 // Resting Swan -5760,475,100 // Driver Band -15002,507,100 // Rune Plate - -// Episode 13.3 -2844,475,100 // Light Of El Discastes -6304,475,100 // Proof Of Sapha's Honor -6305,507,100 // Frozen Piece Of Skin -6306,507,100 // Hard Bloodstain -6307,507,100 // Cursed Magical Stone -6308,475,100 // Unidentified Relic - -// Episode 14.1 -2568,475,100 // Loki's Muffler -2858,475,100 // Guardian_Pendant -6380,463,100 // Mora_Village_Coin -6383,475,100 // Ropewa_Clues -6384,475,100 // Ropewa_Ring -6385,475,100 // Research_Tool_Bag -6386,475,100 // Bathroom_Sample -6387,475,100 // Teeth_Sample -6388,475,100 // Scale_Sample -6389,475,100 // Pool_Sample -6390,475,100 // Pouch -6391,475,100 // Splendid Supply Kit -6392,475,100 // Bradium_Box - -// Dewata -6401,507,100 // Palm Oil -6402,499,100 // Palm Oil Fruit -6404,507,100 // Kris Hilt -6406,499,100 // Shining Cendrawasih Feather -18520,475,100 // Jaty Crown - -// Malangdo Island -1198,507,100 // Cutlass -1489,507,100 // Marlin -2872,475,100 // G Honor Certificate -6417,499,100 // Silvervine Fruit -6418,499,100 // A Grade Coin -6419,499,100 // B Grade Coin -6420,499,100 // C Grade Coin -6421,499,100 // D Grade Coin -6422,499,100 // E Grade Coin -6426,499,100 // Bad Canned Food -6427,507,100 // Bad Canned Food Sack -6428,507,100 // Adventure Card A -6429,507,100 // Adventure Card B -6430,499,100 // Figure Sculpture -6431,499,100 // Pail -6432,499,100 // Full Pail -6433,499,100 // Cleaning Brush -6434,499,100 // Fix Kit -6435,499,100 // Fresh Fruit -6436,507,100 // Sea God's Call -6440,475,100 // General Lubrication -6441,475,100 // Advanced Lubrication -6442,507,100 // Octopus Hunting Skewer -6443,475,100 // Sillit Pong Bottle -12624,16,100 // Delicious Jelly -12633,475,100 // Malangdo Cat Can -12636,467,100 // Malangdo Canned Specialties -12637,475,100 // Gong Bug Pocket -12638,475,100 // Dried Squid Box -12639,475,100 // Flying Fish Box -12640,475,100 // Starfish Box -13068,507,100 // Pompano -13208,475,100 // Gong Bug -13291,475,100 // Starfish -13292,475,100 // Dried Squid -13293,475,100 // Flying Fish -16016,507,100 // Tuna -16740,475,100 // The Sea God's Call 23 Hour Box -16741,475,100 // Cutlass 1 Day Box -16742,475,100 // Cutlass 7 Day Box -16743,475,100 // Marlin 1 Day Box -16744,475,100 // Marlin 7 Day Box -16745,475,100 // Pompano 1 Day Box -16746,475,100 // Pompano 7 Day Box -16747,475,100 // Tuna 1 Day Box -16748,475,100 // Tuna 7 Day Box -16749,475,100 // Malangdo Crab 1 Day Box -16750,475,100 // Malangdo Crab 7 Day Box -16751,475,100 // Zebra Eel 1 Day Box -16752,475,100 // Zebra Eel 7 Day Box -16763,475,100 // The Sea God's Call 7 Day Box -16764,475,100 // The Sea God's Call 15 Day Box -16765,475,100 // Octopus Hunting Skewer 23 Hour Box -16766,475,100 // Octopus Hunting Skewer 3 Day Box -16767,475,100 // Octopus Hunting Skewer 7 Day Box -16770,457,100 // Silvervine 10 Box -16771,457,100 // Silvervine 40 Box -16979,457,100 // Silvervine 4 Box -17013,475,100 // Malang Woe Encard Box -18107,507,100 // Malangdo Crab -18108,507,100 // Zebra Eel - -// Malaya Port -6519,507,100 // Collected_Samples - -// Cash Shop Related Items -2841,507,100 // Caracas Ring -17084,473,100 // Upg Katar Box -17085,473,100 // Upg Two Handed Axe Box -17086,473,100 // Upg Lance Box -17087,473,100 // Upg Book Box -17088,473,100 // Upg Staff Box -17089,473,100 // Upg Dagger Box -17090,473,100 // Upg Revolver -17091,473,100 // Upg Mace Box -17092,473,100 // Upg Bow Box -17093,473,100 // Upg Two-Handed Sword Box - - -// Misc. Items -1652,499,100 // Tourist Staff -2145,467,100 // Time Keeper Shield -2455,467,100 // Time Keeper's Boots -2463,507,100 // Feral Boots -2559,467,100 // Time Keeper's Manteau -2564,507,100 // Feral Tail -2816,507,100 // Radar Ring -2817,507,100 // Radar Ring -2818,507,100 // Radar Ring -2825,65,100 // Shaman Earrings -2826,65,100 // Dark Knight Belt -2827,65,100 // Dark Knight Glove -2843,507,100 // Gold Trickle -13049,65,100 // Lacma -13052,499,100 // Tourist Dagger -13111,507,100 // Sharpshooter Revolver -13425,499,100 // Tourist Sword -15007,467,100 // Time Keeper Robe -16006,499,100 // Tourist Mace - -// Sealed Cards -4489,457,100 // Sealed Pharaoh Card -4490,457,100 // Sealed Moonlight Flower Card -4491,457,100 // Sealed Sniper Card -4492,457,100 // Sealed Orc Hero Card -4493,457,100 // Sealed Tao Gunka Card -4494,457,100 // Sealed Turtle General Card -4495,457,100 // Sealed Amon Ra Card -4496,457,100 // Sealed Drake Card -4497,457,100 // Sealed Stormy Knight Card -4498,457,100 // Sealed Lady Tanee Card -4499,457,100 // Sealed Samurai Spector Card -4500,457,100 // Sealed Orc Lord Card -4501,457,100 // Sealed High Priest Card -4502,457,100 // Sealed MasterSmith Card -4503,457,100 // Sealed Vesper Card -4504,457,100 // Sealed Eddga Card -4535,457,100 // Sealed Randgris Card -4536,457,100 // Sealed Atroce Card -4537,457,100 // Sealed Phreeoni Card -4538,457,100 // Sealed White Lady Card -4539,457,100 // Sealed Fallen Bishop Hibram Card -4540,457,100 // Sealed Lord of The Dead Card -4541,457,100 // Sealed High Wizard Card -4542,457,100 // Sealed Detale Card -4543,457,100 // Sealed Hatii Card -4544,457,100 // Sealed Evil Snake Lord Card diff --git a/doc/item_db.txt b/doc/item_db.txt index 7035ed684..ce2a248ca 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -34,6 +34,26 @@ item_db: ( Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + 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, flag] (int, defaults to 0) + Sprite: SpriteID (int, defaults to 0) Script: <" Script (it can be multi-line) @@ -220,7 +240,60 @@ View: For normal items, defines a replacement view-sprite for the item (eg: BindOnEquip: Whether the item will automatically bind to the character when it is equipped for the first time. An item that has this field set, will display a confirmation dialog the first time it is equipped, - and, if accepted, the item will become character-bound. + and, if accepted, the item will become character-bound. + +BuyingStore: Whether the item can be sold via buyingstore, one must also edit + data\buyingstoreitemlist.txt for client to accept item. + +Delay: Delay for an item to be used again. Value is in milliseconds. + There is a max concurrent number of entries modifiable in + src/map/itemdb.h as MAX_ITEMDELAYS. + +Trade: Item trade restrictions. If this block is omitted, the item will have no + trade restrictions. + All the settings in this group are boolean values, unless otherwise + specified. Default value is false (restriction not set) for any missing + setting. + + Allowed settings in this block are: + override: If specified and in the interval [1:100], sets the + minimum GM Group ID that can bypass the defined trade + restrictions. This is an integer value. + nodrop: Item can't be dropped. + notrade: Item can't be traded (nor vended). + partneroverride: Wedded partners can override the notrade setting. + noselltonpc: Item can't be sold to NPCs. + nocart: Item can't be placed in the cart. + nostorage: Item can't be placed in the storage. + nogstorage: Item can't be placed in the guild storage. + nomail: Item can't be attached to mail messages. + noauction: Item can't be auctioned. + +Nouse: Defines if an item cannot be used under certain circumstances. If this + block is omitted, there will be no usage restrictions. + All the settings in this group are boolean values, unless otherwise + specified. Default value is false (restriction not set) for any missing + setting. + + Allowed settings in this block are: + override: If specified and in the interval [1:100], sets the + minimum GM Group ID that can bypass the defined usage + restrictions. This is an integer value. + sitting: Item can't be used while sitting. + +Stack: Prevents an item to be stacked more than x times in given + inventory types. Generally used by 3rd class related skill items. + Syntax: [amount, type] + Available types: + 1: Character inventory restriction + 2: Character cart restriction + 4: Account storage restriction + 8: Guild storage restriction + Note: Stack limit of 0 will disable a restriction. + +Sprite: SpriteID will be sent to the client instead of ItemID. + NOTE: Replaces an item client-side while keeping them separate server-side. + Think of it as a way to disguise items. Script: Script to execute when the item is used/equipped. diff --git a/src/map/itemdb.c b/src/map/itemdb.c index a2b1f97ba..a095495d0 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -601,39 +601,6 @@ int itemdb_isidentified2(struct item_data *data) { } } - -/*========================================== - * Search by name for the override flags available items - * (Give item another sprite) - *------------------------------------------*/ -bool itemdb_read_itemavail(char* str[], int columns, int current) -{// <nameid>,<sprite> - int nameid, sprite; - struct item_data *id; - - nameid = atoi(str[0]); - - if( ( id = itemdb->exists(nameid) ) == NULL ) - { - ShowWarning("itemdb_read_itemavail: Invalid item id %d.\n", nameid); - return false; - } - - sprite = atoi(str[1]); - - if( sprite > 0 ) - { - id->flag.available = 1; - id->view_id = sprite; - } - else - { - id->flag.available = 0; - } - - return true; -} - void itemdb_read_groups(void) { config_t item_group_conf; config_setting_t *itg = NULL, *it = NULL; @@ -1218,163 +1185,6 @@ void itemdb_read_chains(void) { ShowStatus("Done reading '"CL_WHITE"%lu"CL_RESET"' entries in '"CL_WHITE"%s"CL_RESET"'.\n", count, config_filename); } - -/*========================================== - * Reads item trade restrictions [Skotlex] - *------------------------------------------*/ -bool itemdb_read_itemtrade(char* str[], int columns, int current) -{// <nameid>,<mask>,<gm level> - int nameid, flag, gmlv; - struct item_data *id; - - nameid = atoi(str[0]); - - if( ( id = itemdb->exists(nameid) ) == NULL ) - { - //ShowWarning("itemdb_read_itemtrade: Invalid item id %d.\n", nameid); - //return false; - // FIXME: item_trade.txt contains items, which are commented in item database. - return true; - } - - flag = atoi(str[1]); - gmlv = atoi(str[2]); - - if( flag < 0 || flag > ITR_ALL ) {//Check range - ShowWarning("itemdb_read_itemtrade: Invalid trading mask %d for item id %d.\n", flag, nameid); - return false; - } - if( gmlv < 1 ) - { - ShowWarning("itemdb_read_itemtrade: Invalid override GM level %d for item id %d.\n", gmlv, nameid); - return false; - } - - id->flag.trade_restriction = flag; - id->gm_lv_trade_override = gmlv; - - return true; -} - -/*========================================== - * Reads item delay amounts [Paradox924X] - *------------------------------------------*/ -bool itemdb_read_itemdelay(char* str[], int columns, int current) -{// <nameid>,<delay> - int nameid, delay; - struct item_data *id; - - nameid = atoi(str[0]); - - if( ( id = itemdb->exists(nameid) ) == NULL ) - { - ShowWarning("itemdb_read_itemdelay: Invalid item id %d.\n", nameid); - return false; - } - - delay = atoi(str[1]); - - if( delay < 0 ) - { - ShowWarning("itemdb_read_itemdelay: Invalid delay %d for item id %d.\n", id->delay, nameid); - return false; - } - - id->delay = delay; - - return true; -} - -/*================================================================== - * Reads item stacking restrictions - *----------------------------------------------------------------*/ -bool itemdb_read_stack(char* fields[], int columns, int current) -{// <item id>,<stack limit amount>,<type> - unsigned short nameid, amount; - unsigned int type; - struct item_data* id; - - nameid = (unsigned short)strtoul(fields[0], NULL, 10); - - if( ( id = itemdb->exists(nameid) ) == NULL ) - { - ShowWarning("itemdb_read_stack: Unknown item id '%hu'.\n", nameid); - return false; - } - - if( !itemdb->isstackable2(id) ) - { - ShowWarning("itemdb_read_stack: Item id '%hu' is not stackable.\n", nameid); - return false; - } - - amount = (unsigned short)strtoul(fields[1], NULL, 10); - type = (unsigned int)strtoul(fields[2], NULL, 10); - - if( !amount ) - {// ignore - return true; - } - - id->stack.amount = amount; - id->stack.inventory = (type&1)!=0; - id->stack.cart = (type&2)!=0; - id->stack.storage = (type&4)!=0; - id->stack.guildstorage = (type&8)!=0; - - return true; -} - - -/// Reads items allowed to be sold in buying stores -bool itemdb_read_buyingstore(char* fields[], int columns, int current) -{// <nameid> - int nameid; - struct item_data* id; - - nameid = atoi(fields[0]); - - if( ( id = itemdb->exists(nameid) ) == NULL ) - { - ShowWarning("itemdb_read_buyingstore: Invalid item id %d.\n", nameid); - return false; - } - - if( !itemdb->isstackable2(id) ) - { - ShowWarning("itemdb_read_buyingstore: Non-stackable item id %d cannot be enabled for buying store.\n", nameid); - return false; - } - - id->flag.buyingstore = true; - - return true; -} - -/******************************************* -** Item usage restriction (item_nouse.txt) -********************************************/ -bool itemdb_read_nouse(char* fields[], int columns, int current) -{// <nameid>,<flag>,<override> - int nameid, flag, override; - struct item_data* id; - - nameid = atoi(fields[0]); - - if( ( id = itemdb->exists(nameid) ) == NULL ) { - ShowWarning("itemdb_read_nouse: Invalid item id %d.\n", nameid); - return false; - } - - flag = atoi(fields[1]); - override = atoi(fields[2]); - - id->item_usage.flag = flag; - id->item_usage.override = override; - - return true; -} - /** * @return: amount of retrieved entries. **/ @@ -1578,7 +1388,8 @@ int itemdb_validate_entry(struct item_data *entry, int n, const char *source) { || (entry->type > IT_DELAYCONSUME && entry->type < IT_CASH ) || entry->type >= IT_MAX ) { // catch invalid item types - ShowWarning("itemdb_validate_entry: Invalid item type %d for item %d. IT_ETC will be used.\n", entry->type, entry->nameid); + ShowWarning("itemdb_validate_entry: Invalid item type %d for item %d in '%s'. IT_ETC will be used.\n", + entry->type, entry->nameid, source); entry->type = IT_ETC; } else if( entry->type == IT_DELAYCONSUME ) { //Items that are consumed only after target confirmation @@ -1596,21 +1407,61 @@ int itemdb_validate_entry(struct item_data *entry, int n, const char *source) { entry->value_sell = entry->value_buy / 2; } if( entry->value_buy/124. < entry->value_sell/75. ) { - ShowWarning("itemdb_validate_entry: Buying/Selling [%d/%d] price of item %d (%s) allows Zeny making exploit through buying/selling at discounted/overcharged prices!\n", - entry->value_buy, entry->value_sell, entry->nameid, entry->jname); + ShowWarning("itemdb_validate_entry: Buying/Selling [%d/%d] price of item %d (%s) in '%s' " + "allows Zeny making exploit through buying/selling at discounted/overcharged prices!\n", + entry->value_buy, entry->value_sell, entry->nameid, entry->jname, source); } if( entry->slot > MAX_SLOTS ) { - ShowWarning("itemdb_validate_entry: Item %d (%s) specifies %d slots, but the server only supports up to %d. Using %d slots.\n", - entry->nameid, entry->jname, entry->slot, MAX_SLOTS, MAX_SLOTS); + ShowWarning("itemdb_validate_entry: Item %d (%s) in '%s' specifies %d slots, but the server only supports up to %d. Using %d slots.\n", + entry->nameid, entry->jname, source, entry->slot, MAX_SLOTS, MAX_SLOTS); entry->slot = MAX_SLOTS; } if (!entry->equip && itemdb->isequip2(entry)) { - ShowWarning("itemdb_validate_entry: Item %d (%s) is an equipment with no equip-field! Making it an etc item.\n", entry->nameid, entry->jname); + ShowWarning("itemdb_validate_entry: Item %d (%s) in '%s' is an equipment with no equip-field! Making it an etc item.\n", + entry->nameid, entry->jname, source); entry->type = IT_ETC; } + if (entry->flag.trade_restriction < 0 || entry->flag.trade_restriction > ITR_ALL) { + ShowWarning("itemdb_validate_entry: Invalid trade restriction flag 0x%x for item %d (%s) in '%s', defaulting to none.\n", + entry->flag.trade_restriction, entry->nameid, entry->jname, source); + entry->flag.trade_restriction = ITR_NONE; + } + + if (entry->gm_lv_trade_override < 0) { + ShowWarning("itemdb_validate_entry: Invalid trade-override GM level %d for item %d (%s) in '%s', defaulting to none.\n", + entry->gm_lv_trade_override, entry->nameid, entry->jname, source); + entry->gm_lv_trade_override = 0; + } + if (entry->gm_lv_trade_override == 0) { + // Default value if none or an ivalid one was specified + entry->gm_lv_trade_override = 100; + } + + if (entry->item_usage.flag > INR_ALL) { + ShowWarning("itemdb_validate_entry: Invalid nouse flag 0x%x for item %d (%s) in '%s', defaulting to none.\n", + entry->item_usage.flag, entry->nameid, entry->jname, source); + entry->item_usage.flag = INR_NONE; + } + + if (entry->item_usage.override < 0) { + ShowWarning("itemdb_validate_entry: Invalid nouse-override GM level %d for item %d (%s) in '%s', defaulting to none.\n", + entry->item_usage.override, entry->nameid, entry->jname, source); + entry->item_usage.override = 0; + } + if (entry->item_usage.override == 0) { + // Default value if none or an ivalid one was specified + entry->item_usage.override = 100; + } + + if (entry->stack.amount > 0 && !itemdb->isstackable2(entry)) { + ShowWarning("itemdb_validate_entry: Item %d (%s) of type %d is not stackable, ignoring stack settings in '%s'.\n", + entry->nameid, entry->jname, entry->type, source); + memset(&entry->stack, '\0', sizeof(entry->stack)); + } + entry->wlv = cap_value(entry->wlv, REFINE_TYPE_ARMOR, REFINE_TYPE_MAX); if( !entry->elvmax ) @@ -1621,8 +1472,11 @@ int itemdb_validate_entry(struct item_data *entry, int n, const char *source) { if( entry->type != IT_ARMOR && entry->type != IT_WEAPON && !entry->flag.no_refine ) entry->flag.no_refine = 1; - entry->flag.available = 1; - entry->view_id = 0; + if (entry->flag.available != 1) { + entry->flag.available = 1; + entry->view_id = 0; + } + entry->sex = itemdb->gendercheck(entry); //Apply gender filtering. // Validated. Finally insert it @@ -1685,6 +1539,15 @@ int itemdb_readdb_sql_sub(Sql *handle, int n, const char *source) { * `refineable` tinyint(1) unsigned DEFAULT NULL * `view` smallint(3) unsigned DEFAULT NULL * `bindonequip` tinyint(1) unsigned DEFAULT NULL + * `buyingstore` tinyint(1) NOT NULL DEFAULT NULL + * `delay` mediumint(9) NOT NULL DEFAULT NULL + * `trade_flag` smallint(4) NOT NULL DEFAULT NULL + * `trade_group` smallint(4) NOT NULL DEFAULT NULL + * `nouse_flag` smallint(4) NOT NULL DEFAULT NULL + * `nouse_group` smallint(4) NOT NULL DEFAULT NULL + * `stack_amount` mediumint(6) NOT NULL DEFAULT NULL + * `stack_flag` smallint(2) NOT NULL DEFAULT NULL + * `sprite` mediumint(6) NOT NULL DEFAULT NULL * `script` text * `equip_script` text * `unequip_script` text @@ -1711,9 +1574,30 @@ int itemdb_readdb_sql_sub(Sql *handle, int n, const char *source) { SQL->GetData(handle, 19, &data, NULL); id.flag.no_refine = data && atoi(data) ? 0 : 1; SQL->GetData(handle, 20, &data, NULL); id.look = data ? atoi(data) : 0; SQL->GetData(handle, 21, &data, NULL); id.flag.bindonequip = data && atoi(data) ? 1 : 0; - SQL->GetData(handle, 22, &data, NULL); id.script = data && *data ? script->parse(data, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; - SQL->GetData(handle, 23, &data, NULL); id.equip_script = data && *data ? script->parse(data, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; - SQL->GetData(handle, 24, &data, NULL); id.unequip_script = data && *data ? script->parse(data, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; + SQL->GetData(handle, 22, &data, NULL); id.flag.buyingstore = data && atoi(data) ? 1 : 0; + SQL->GetData(handle, 23, &data, NULL); id.delay = data ? atoi(data) : 0; + SQL->GetData(handle, 24, &data, NULL); id.flag.trade_restriction = data ? atoi(data) : ITR_NONE; + SQL->GetData(handle, 25, &data, NULL); id.gm_lv_trade_override = data ? atoi(data) : 0; + SQL->GetData(handle, 26, &data, NULL); id.item_usage.flag = data ? atoi(data) : INR_NONE; + SQL->GetData(handle, 27, &data, NULL); id.item_usage.override = data ? atoi(data) : 0; + SQL->GetData(handle, 28, &data, NULL); id.stack.amount = data ? atoi(data) : 0; + SQL->GetData(handle, 29, &data, NULL); + if (data) { + int stack_flag = atoi(data); + id.stack.inventory = (stack_flag&1)!=0; + id.stack.cart = (stack_flag&2)!=0; + id.stack.storage = (stack_flag&4)!=0; + id.stack.guildstorage = (stack_flag&8)!=0; + } + SQL->GetData(handle, 30, &data, NULL); + if (data) { + id.view_id = atoi(data); + if (id.view_id) + id.flag.available = 1; + } + SQL->GetData(handle, 31, &data, NULL); id.script = data && *data ? script->parse(data, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; + SQL->GetData(handle, 32, &data, NULL); id.equip_script = data && *data ? script->parse(data, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; + SQL->GetData(handle, 33, &data, NULL); id.unequip_script = data && *data ? script->parse(data, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; return itemdb->validate_entry(&id, n, source); } @@ -1758,10 +1642,30 @@ int itemdb_readdb_libconfig_sub(config_setting_t *it, int n, const char *source) * Gender: Gender * Loc: Equip location * WeaponLv: Weapon Level - * EquipLv: Equip required level + * EquipLv: Equip required level or [min, max] * Refine: Refineable * View: View ID * BindOnEquip: (true or false) + * BuyingStore: (true or false) + * Delay: Delay to use item + * Trade: { + * override: Group to override + * nodrop: (true or false) + * notrade: (true or false) + * partneroverride: (true or false) + * noselltonpc: (true or false) + * nocart: (true or false) + * nostorage: (true or false) + * nogstorage: (true or false) + * nomail: (true or false) + * noauction: (true or false) + * } + * Nouse: { + * override: Group to override + * sitting: (true or false) + * } + * Stack: [Stackable Amount, Stack Type] + * Sprite: SpriteID * Script: <" * Script * (it can be multi-line) @@ -1878,6 +1782,116 @@ int itemdb_readdb_libconfig_sub(config_setting_t *it, int n, const char *source) if( (t = libconfig->setting_get_member(it, "BindOnEquip")) ) id.flag.bindonequip = libconfig->setting_get_bool(t) ? 1 : 0; + if ( (t = libconfig->setting_get_member(it, "BuyingStore")) ) + id.flag.buyingstore = libconfig->setting_get_bool(t) ? 1 : 0; + + if (libconfig->setting_lookup_int(it, "Delay", &i32) && i32 >= 0) + id.delay = i32; + + if ( (t = libconfig->setting_get_member(it, "Trade")) ) { + if (config_setting_is_group(t)) { + config_setting_t *tt = NULL; + + if ((tt = libconfig->setting_get_member(t, "override"))) { + id.gm_lv_trade_override = libconfig->setting_get_int(tt); + } + + if ((tt = libconfig->setting_get_member(t, "nodrop"))) { + id.flag.trade_restriction &= ~ITR_NODROP; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NODROP; + } + + if ((tt = libconfig->setting_get_member(t, "notrade"))) { + id.flag.trade_restriction &= ~ITR_NOTRADE; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOTRADE; + } + + if ((tt = libconfig->setting_get_member(t, "partneroverride"))) { + id.flag.trade_restriction &= ~ITR_PARTNEROVERRIDE; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_PARTNEROVERRIDE; + } + + if ((tt = libconfig->setting_get_member(t, "noselltonpc"))) { + id.flag.trade_restriction &= ~ITR_NOSELLTONPC; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOSELLTONPC; + } + + if ((tt = libconfig->setting_get_member(t, "nocart"))) { + id.flag.trade_restriction &= ~ITR_NOCART; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOCART; + } + + if ((tt = libconfig->setting_get_member(t, "nostorage"))) { + id.flag.trade_restriction &= ~ITR_NOSTORAGE; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOSTORAGE; + } + + if ((tt = libconfig->setting_get_member(t, "nogstorage"))) { + id.flag.trade_restriction &= ~ITR_NOGSTORAGE; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOGSTORAGE; + } + + if ((tt = libconfig->setting_get_member(t, "nomail"))) { + id.flag.trade_restriction &= ~ITR_NOMAIL; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOMAIL; + } + + if ((tt = libconfig->setting_get_member(t, "noauction"))) { + id.flag.trade_restriction &= ~ITR_NOAUCTION; + if (libconfig->setting_get_bool(tt)) + id.flag.trade_restriction |= ITR_NOAUCTION; + } + } else { // Fallback to int if it's not a group + id.flag.trade_restriction = libconfig->setting_get_int(t); + } + } + + if ((t = libconfig->setting_get_member(it, "Nouse"))) { + if (config_setting_is_group(t)) { + config_setting_t *nt = NULL; + + if ((nt = libconfig->setting_get_member(t, "override"))) { + id.item_usage.override = libconfig->setting_get_int(nt); + } + + if ((nt = libconfig->setting_get_member(t, "sitting"))) { + id.item_usage.flag &= ~INR_SITTING; + if (libconfig->setting_get_bool(nt)) + id.item_usage.flag |= INR_SITTING; + } + + } else { // Fallback to int if it's not a group + id.item_usage.flag = libconfig->setting_get_int(t); + } + } + + if ((t = libconfig->setting_get_member(it, "Stack"))) { + if (config_setting_is_aggregate(t) && libconfig->setting_length(t) >= 1) { + int stack_flag = libconfig->setting_get_int_elem(t, 1); + int stack_amount = libconfig->setting_get_int_elem(t, 0); + if (stack_amount >= 0) { + id.stack.amount = cap_value(stack_amount, 0, USHRT_MAX); + id.stack.inventory = (stack_flag&1)!=0; + id.stack.cart = (stack_flag&2)!=0; + id.stack.storage = (stack_flag&4)!=0; + id.stack.guildstorage = (stack_flag&8)!=0; + } + } + } + + if (libconfig->setting_lookup_int(it, "Sprite", &i32) && i32 >= 0) { + id.flag.available = 1; + id.view_id = i32; + } + if( libconfig->setting_lookup_string(it, "Script", &str) ) id.script = *str ? script->parse(str, source, -id.nameid, SCRIPT_IGNORE_EXTERNAL_BRACKETS, NULL) : NULL; @@ -1947,7 +1961,10 @@ int itemdb_readdb_sql(const char *tablename) { " `matk`, `defence`, `range`, `slots`," " `equip_jobs`, `equip_upper`, `equip_genders`, `equip_locations`," " `weapon_level`, `equip_level_min`, `equip_level_max`, `refineable`," - " `view`, `bindonequip`, `script`, `equip_script`, `unequip_script`" + " `view`, `bindonequip`, `buyingstore`, `delay`," + " `trade_flag`, `trade_group`, `nouse_flag`, `nouse_group`," + " `stack_amount`, `stack_flag`, `sprite`, `script`," + " `equip_script`, `unequip_script`" "FROM `%s`", tablename) ) { Sql_ShowDebug(map->mysql_handle); return 0; @@ -2020,13 +2037,6 @@ void itemdb_read(bool minimal) { itemdb->read_groups(); itemdb->read_chains(); itemdb->read_packages(); - - sv->readdb(map->db_path, "item_avail.txt", ',', 2, 2, -1, itemdb->read_itemavail); - sv->readdb(map->db_path, DBPATH"item_trade.txt", ',', 3, 3, -1, itemdb->read_itemtrade); - sv->readdb(map->db_path, DBPATH"item_delay.txt", ',', 2, 2, -1, itemdb->read_itemdelay); - sv->readdb(map->db_path, "item_stack.txt", ',', 3, 3, -1, itemdb->read_stack); - sv->readdb(map->db_path, DBPATH"item_buyingstore.txt", ',', 1, 1, -1, itemdb->read_buyingstore); - sv->readdb(map->db_path, "item_nouse.txt", ',', 3, 3, -1, itemdb->read_nouse); } @@ -2304,12 +2314,6 @@ void itemdb_defaults(void) { itemdb->isrestricted = itemdb_isrestricted; itemdb->isidentified = itemdb_isidentified; itemdb->isidentified2 = itemdb_isidentified2; - itemdb->read_itemavail = itemdb_read_itemavail; - itemdb->read_itemtrade = itemdb_read_itemtrade; - itemdb->read_itemdelay = itemdb_read_itemdelay; - itemdb->read_stack = itemdb_read_stack; - itemdb->read_buyingstore = itemdb_read_buyingstore; - itemdb->read_nouse = itemdb_read_nouse; itemdb->combo_split_atoi = itemdb_combo_split_atoi; itemdb->read_combos = itemdb_read_combos; itemdb->gendercheck = itemdb_gendercheck; diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 5c1628374..246ca1f54 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -589,12 +589,6 @@ struct itemdb_interface { int (*isrestricted) (struct item *item, int gmlv, int gmlv2, int(*func)(struct item_data *, int, int)); int (*isidentified) (int nameid); int (*isidentified2) (struct item_data *data); - bool (*read_itemavail) (char *str[], int columns, int current); - bool (*read_itemtrade) (char *str[], int columns, int current); - bool (*read_itemdelay) (char *str[], int columns, int current); - bool (*read_stack) (char *fields[], int columns, int current); - bool (*read_buyingstore) (char *fields[], int columns, int current); - bool (*read_nouse) (char *fields[], int columns, int current); int (*combo_split_atoi) (char *str, int *val); void (*read_combos) (); int (*gendercheck) (struct item_data *id); diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c index dc78fe952..751f4be8a 100644 --- a/src/plugins/db2sql.c +++ b/src/plugins/db2sql.c @@ -140,6 +140,54 @@ int db2sql(config_setting_t *entry, int n, const char *source) { // bindonequip StrBuf->Printf(&buf, "'%u',", it->flag.bindonequip?1:0); + // buyingstore + StrBuf->Printf(&buf, "'%u',", it->flag.buyingstore?1:0); + + // delay + StrBuf->Printf(&buf, "'%u',", it->delay); + + // trade_flag + StrBuf->Printf(&buf, "'%u',", it->flag.trade_restriction); + + // trade_group + if (it->flag.trade_restriction != ITR_NONE && it->gm_lv_trade_override > 0 && it->gm_lv_trade_override < 100) { + StrBuf->Printf(&buf, "'%u',", it->gm_lv_trade_override); + } else { + StrBuf->AppendStr(&buf, "NULL,"); + } + + // nouse_flag + StrBuf->Printf(&buf, "'%u',", it->item_usage.flag); + + // nouse_group + if (it->item_usage.flag != INR_NONE && it->item_usage.override > 0 && it->item_usage.override < 100) { + StrBuf->Printf(&buf, "'%u',", it->item_usage.override); + } else { + StrBuf->AppendStr(&buf, "NULL,"); + } + + // stack_amount + StrBuf->Printf(&buf, "'%u',", it->stack.amount); + + // stack_flag + if (it->stack.amount) { + uint32 value = 0; // FIXME: Use an enum + value |= it->stack.inventory ? 1 : 0; + value |= it->stack.cart ? 2 : 0; + value |= it->stack.storage ? 4 : 0; + value |= it->stack.guildstorage ? 8 : 0; + StrBuf->Printf(&buf, "'%u',", value); + } else { + StrBuf->AppendStr(&buf, "NULL,"); + } + + // sprite + if (it->flag.available) { + StrBuf->Printf(&buf, "'%u',", it->view_id); + } else { + StrBuf->AppendStr(&buf, "NULL,"); + } + // script if (it->script) { libconfig->setting_lookup_string(entry, "Script", &bonus); @@ -221,6 +269,15 @@ void totable(void) { " `refineable` tinyint(1) UNSIGNED DEFAULT NULL,\n" " `view` smallint(3) UNSIGNED DEFAULT NULL,\n" " `bindonequip` tinyint(1) UNSIGNED DEFAULT NULL,\n" + " `buyingstore` tinyint(1) UNSIGNED DEFAULT NULL,\n" + " `delay` mediumint(9) UNSIGNED DEFAULT NULL,\n" + " `trade_flag` smallint(4) UNSIGNED DEFAULT NULL,\n" + " `trade_group` smallint(3) UNSIGNED DEFAULT NULL,\n" + " `nouse_flag` smallint(4) UNSIGNED DEFAULT NULL,\n" + " `nouse_group` smallint(4) UNSIGNED DEFAULT NULL,\n" + " `stack_amount` mediumint(6) UNSIGNED DEFAULT NULL,\n" + " `stack_flag` tinyint(2) UNSIGNED DEFAULT NULL,\n" + " `sprite` mediumint(6) UNSIGNED DEFAULT NULL,\n" " `script` text,\n" " `equip_script` text,\n" " `unequip_script` text,\n" diff --git a/tools/item_merge.lua b/tools/item_merge.lua new file mode 100644 index 000000000..eb9c3bf15 --- /dev/null +++ b/tools/item_merge.lua @@ -0,0 +1,624 @@ +-- Copyright (c) Hercules Dev Team, licensed under GNU GPL. +-- See the LICENSE file +-- Base Author: Dastgir @ http://hercules.ws +-- +-- This script requires lua 5.1 to run. + +getmetatable('').__call = string.sub +require('math') + +--Bit Operators +local tab = { -- tab[i][j] = xor(i-1, j-1) + {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, }, + {1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14, }, + {2, 3, 0, 1, 6, 7, 4, 5, 10, 11, 8, 9, 14, 15, 12, 13, }, + {3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12, }, + {4, 5, 6, 7, 0, 1, 2, 3, 12, 13, 14, 15, 8, 9, 10, 11, }, + {5, 4, 7, 6, 1, 0, 3, 2, 13, 12, 15, 14, 9, 8, 11, 10, }, + {6, 7, 4, 5, 2, 3, 0, 1, 14, 15, 12, 13, 10, 11, 8, 9, }, + {7, 6, 5, 4, 3, 2, 1, 0, 15, 14, 13, 12, 11, 10, 9, 8, }, + {8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 2, 3, 4, 5, 6, 7, }, + {9, 8, 11, 10, 13, 12, 15, 14, 1, 0, 3, 2, 5, 4, 7, 6, }, + {10, 11, 8, 9, 14, 15, 12, 13, 2, 3, 0, 1, 6, 7, 4, 5, }, + {11, 10, 9, 8, 15, 14, 13, 12, 3, 2, 1, 0, 7, 6, 5, 4, }, + {12, 13, 14, 15, 8, 9, 10, 11, 4, 5, 6, 7, 0, 1, 2, 3, }, + {13, 12, 15, 14, 9, 8, 11, 10, 5, 4, 7, 6, 1, 0, 3, 2, }, + {14, 15, 12, 13, 10, 11, 8, 9, 6, 7, 4, 5, 2, 3, 0, 1, }, + {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, }, +} +function bxor (a,b) + local res, c = 0, 1 + while a > 0 and b > 0 do + local a2, b2 = math.mod(a, 16), math.mod(b, 16) + res = res + tab[a2+1][b2+1]*c + a = (a-a2)/16 + b = (b-b2)/16 + c = c*16 + end + res = res + a*c + b*c + return res +end +local ff = 2^32 - 1 +function bnot (a) return (ff - a) end +function band (a,b) return ((a+b) - bxor(a,b))/2 end +function bor (a,b) return (ff - band(ff - a, ff - b)) end + +print("-----------------------------------------------------------------") +print("----------------- item_*.txt to ItemDB.conf --------------------") +print("------------------- By Dastgir[Hercules] ------------------------") +print("-----------------------------------------------------------------") +if ( + arg[1]==nil + or arg[2]==nil + or arg[3]==nil + or arg[4]==nil + or arg[5]==nil + or arg[6]==nil + or arg[7]==nil + or arg[8]==nil + --or arg[9]==nil + ) then --If any argument is missing, error + print("Invalid Command:") + print('Usage: item_merge.lua' + ..' {item_db.conf}' + ..' {item_trade.txt}' + ..' {item_buyingstore.txt}' + ..' {item_delay.txt}' + ..' {item_nouse.txt}' + ..' {item_stack.txt}' + ..' {item_avail.txt}' + ..' {output.conf}' + --..' {sql_update_file.sql}' + ) + os.exit() +end + +function replace_char(pos, str, r) + return str:sub(1, pos-1) .. r .. str:sub(pos+1) +end +function ltrim(trb) + return (trb:gsub("^%s*", "")) +end + +function file_exists(name) + local f=io.open(name,"r") + if f~=nil then io.close(f) return true else return false end +end + +function d_t_s_quotes(s) --Double Quotes to Single Quotes and Comment Replacer + s = s:gsub('\\\\',"\\") + --Replace Lua Comments to C Style + s = s:gsub('%-%-%[%[', '/%*') + s = s:gsub("%-%-%]%]", '%*/') + local newline = ParseCSVLine(s,"\n") + if (#newline==0) then + newline[1] = s + end + for i=1,#newline do + if(string.sub(ltrim(newline[i]),1,2)=="--") then + newline[i] = newline[i]:gsub("%-%-", '//', 1) + end + end + s = MergeCSVLine(newline) + return s +end + +function st_fill_zero(s) --Fill remaining zero in Job Field of item_db + zeros = "" + if (s:len()>=8) then + return s + else + for i=1,(8-s:len()) do + zeros = zeros.."0" + end + zeros = zeros..""..s + end + --print(s:len(),zeros) + return zeros +end + +function newline(s,a) --Add Newline to Scripts Field + if ((#(ParseCSVLine(s,"\n"))) > 1) then + if(a==1) then + return "\n" + else + return "\n\t" + end + else + return "" + end +end + +function MergeCSVLine(linetbl) + local merged_tbl = "" + for j=1,#linetbl do + if (j==#linetbl) then + merged_tbl = merged_tbl..linetbl[j] + else + merged_tbl = merged_tbl..linetbl[j].."\n" + end + end + return merged_tbl +end + +function ParseCSVLine (line,sep) --Parse CSV for itemdb_*.txt fields + local res = {} + local pos = 1 + sep = sep or ',' + while true do + local c = string.sub(line,pos,pos) + if (c == "") then break end + if (c == '"') then + local txt = "" + repeat + local startp,endp = string.find(line,'^%b""',pos) + txt = txt..string.sub(line,startp+1,endp-1) + pos = endp + 1 + c = string.sub(line,pos,pos) + if (c == '"') then txt = txt..'"' end + until (c ~= '"') + table.insert(res,txt) + assert(c == sep or c == "") + pos = pos + 1 + else + local startp,endp = string.find(line,sep,pos) + if (startp) then + table.insert(res,string.sub(line,pos,startp-1)) + pos = endp + 1 + else + table.insert(res,string.sub(line,pos)) + break + end + end + end + return res +end + +function deepcopy(orig) --Copy one table to other + local orig_type = type(orig) + local copy + if orig_type == 'table' then + copy = {} + for orig_key, orig_value in next, orig, nil do + copy[deepcopy(orig_key)] = deepcopy(orig_value) + end + setmetatable(copy, deepcopy(getmetatable(orig))) + else -- number, string, boolean, etc + copy = orig + end + return copy +end + +function parse_line(line2,typl) --1=trade + line_number = line_number+1 + csv = ParseCSVLine(line2,",") + csv1 = ParseCSVLine(csv[1],"\t") + csv2 = ParseCSVLine(csv[1]," ") + csv4 = tonumber(csv1[1]) + if (csv4==nil) then + csv4 = csv2[1] + if (csv4 == nil) then + csv4 = csv[1] + end + end + k=tonumber(csv4) + if (typl==3) then + if (item_db2[k] ~= nil) then + item_db2[k].BuyingStore = true + --sql_update = sql_update.."UPDATE `item_db` SET `buyingstore` = 1 WHERE `id`="..csv4..";\n" + end + return + end + if (#csv<1) then + return + end + k=tonumber(csv4) + if (item_db2[k]~=nil) then + if(typl>1 and typl~=3 and typl~=4 and typl~=7) then + m=3 + else + m=2 + end + csv1 = ParseCSVLine(csv[m],"\t") + csv2 = ParseCSVLine(csv[m]," ") + csv3 = tonumber(csv1[1]) + if (csv3==nil) then + csv3 = csv2[1] + if (csv3 == nil) then + csv3 = csv[m] + end + end + if (csv3==nil) then + print("Invalid format on "..arg[m]..", line:"..line_number..", Skipping.") + return + end + if (typl==2 and #csv==3) then + item_db2[k].trade_flag = tonumber(csv[2]) + item_db2[k].trade_override = tonumber(csv3) + --sql_update = sql_update.."UPDATE `item_db` SET `trade_flag` = "..tonumber(csv[2]).." AND `trade_group` = "..tonumber(csv3).." WHERE `id`="..k..";\n" + --No 3, since its parsed differently. + elseif (typl==4 and #csv>=2) then + if (tonumber(csv3)~=nil) then + item_db2[k].Delay = tonumber(csv3) + --sql_update = sql_update.."UPDATE `item_db` SET `delay` = "..tonumber(csv3).." WHERE `id`="..k..";\n" + end + elseif (typl==5 and #csv==3) then + item_db2[k].nouse_flag = tonumber(csv[2]) + item_db2[k].nouse_override = tonumber(csv3) + --sql_update = sql_update.."UPDATE `item_db` SET `nouse_flag` = "..tonumber(csv[2]).." and `nouse_group` = "..tonumber(csv3).." WHERE `id`="..k..";\n" + elseif (typl==6 and #csv==3) then + item_db2[k].Stack1 = tonumber(csv[2]) + item_db2[k].Stack2 = tonumber(csv3) + --sql_update = sql_update.."UPDATE `item_db` SET `stack_amount` = "..tonumber(csv[2]).." and `stack_flag` = "..tonumber(csv3).." WHERE `id`="..k..";\n" + elseif (typl==7 and #csv==2) then + item_db2[k].Sprite = tonumber(csv3) + --sql_update = sql_update.."UPDATE `item_db` SET `avail` = "..tonumber(csv3).." WHERE `id`="..k..";\n" + else + print("Invalid format on "..arg[typl]..", line:"..line_number..", Skipping.") + --[[ + --Debug Lines + print("Invalid CSV",#csv,typl) + for mo=1,#csv do + print("csv["..mo.."]",csv[mo]) + end + os.exit() + --]] + end + t_l = 0 + else + t_l = t_l+1 + end + + return +end + +function check_val(field) --Check if field null + if (field == nil) then + return("") + end + return(field) +end + +function check_val_bool(field) --Checks boolean value + if (field == false or field == "false") then + return "false" + elseif (field == true or field == "true") then + return "true" + end + return "" +end + +function check_val_two(field) --Check [a, b] types of field + local field1,field2 + field1 = "" + field2 = "" + if (field~=nil) then + if (#field==2) then + if (field[1][1] ~= nil and field[2] ~= nil) then + field1 = field[1][1] + field2 = field[2] + elseif (field[1][1] ~= nil and field[2] == nil) then + field1 = field[1][1] + else + field2 = field[2] + end + elseif(#field==1) then + field1 = field[1] + end + end + return field1, field2 +end + + +function item_db_write(s) --Write into item_db + for i=1,1000000 do + if (t_l_l == 10000) then + break + end + if (s[i]==nil) then + t_l_l = t_l_l+1 + else + t_l_l = 0 + + s[i].Atk = check_val(s[i].Atk) + s[i].Matk = check_val(s[i].Matk) + s[i].EquipLv = check_val(s[i].EquipLv) + + if ((s[i].Atk == "" or s[i].Atk == 0) and (s[i].Matk == "" or s[i].Matk == 0)) then --Both Nil + s[i].at = "" + elseif (s[i].Atk ~= "" and (s[i].Matk == "" or s[i].Matk == 0)) then + s[i].at = s[i].Atk + + elseif ((s[i].Atk == "" or s[i].Atk == 0) and s[i].Matk ~= "") then + s[i].at = "0:"..s[i].Matk + else + s[i].at = s[i].Atk..":"..s[i].Matk + end + + s[i].Refine = check_val_bool(s[i].Refine) + s[i].BindOnEquip = check_val_bool(s[i].BindOnEquip) + s[i].BuyingStore = check_val_bool(s[i].BuyingStore) + s[i].Script = check_val(s[i].Script) + s[i].OnEquipScript = check_val(s[i].OnEquipScript) + s[i].OnUnequipScript = check_val(s[i].OnUnequipScript) + s[i].ELv1, s[i].ELv2 = check_val_two(s[i].EquipLv) + s[i].EquipMin = s[i].EquipLv[1] --Equip Min + s[i].EquipMax = s[i].EquipLv[2] --Equip Max + s[i].Script = d_t_s_quotes(s[i].Script) + s[i].OnEquipScript = d_t_s_quotes(s[i].OnEquipScript) + s[i].OnUnequipScript = d_t_s_quotes(s[i].OnUnequipScript) + file3:write("{\n") + --four Must fields to write. + file3:write("\tId: "..(s[i].Id).."\n") + file3:write("\tAegisName: \""..(s[i].AegisName).."\"\n") + file3:write("\tName: \""..(s[i].Name).."\"\n") + file3:write("\tType: "..(s[i].Type).."\n") + if (check_val(s[i].Buy)~="") then + file3:write("\tBuy: "..(s[i].Buy).."\n") + end + if (check_val(s[i].Sell)~="") then + file3:write("\tSell: "..(s[i].Sell).."\n") + end + if (check_val(s[i].Weight)~="") then + file3:write("\tWeight: "..(s[i].Weight).."\n") + end + if (s[i].Atk~="") then + file3:write("\tAtk: "..(s[i].Atk).."\n") + end + if (s[i].Matk~="") then + file3:write("\tMatk: "..(s[i].Matk).."\n") + end + if (check_val(s[i].Def)~="") then + file3:write("\tDef: "..(s[i].Def).."\n") + end + if (check_val(s[i].Range)~="") then + file3:write("\tRange: "..(s[i].Range).."\n") + end + if (check_val(s[i].Slots)~="") then + file3:write("\tSlots: "..(s[i].Slots).."\n") + end + if (check_val(s[i].Job)~="") then + file3:write("\tJob: 0x"..st_fill_zero(string.upper(string.format("%x",s[i].Job))).."\n") --Convert to Hex,Make it to UpperCase, Fill with zero's + end + if (check_val(s[i].Upper)~="") then + file3:write("\tUpper: "..(s[i].Upper).."\n") + end + if (check_val(s[i].Gender)~="") then + file3:write("\tGender: "..(s[i].Gender).."\n") + end + if (check_val(s[i].Loc)~="") then + file3:write("\tLoc: "..(s[i].Loc).."\n") + end + if (check_val(s[i].WeaponLv)~="") then + file3:write("\tWeaponLv: "..(s[i].WeaponLv).."\n") + end + if (s[i].ELv1~="" and s[i].ELv2~="" ) then --Both Not Empty + file3:write("\tEquipLv: ["..(s[i].ELv1)..", "..(s[i].ELv2).."]\n") + else + if(s[i].ELv1~="") then --First not empty + file3:write("\tEquipLv: "..(s[i].ELv1).."\n") + end + end + if (check_val(s[i].Refine)~="") then + file3:write("\tRefine: "..(s[i].Refine).."\n") + end + if (check_val(s[i].View)~="") then + file3:write("\tView: "..(s[i].View).."\n") + end + if (s[i].BindOnEquip~="") then + file3:write("\tBindOnEquip: "..(s[i].BindOnEquip).."\n") + end + if (s[i].BuyingStore~="") then + file3:write("\tBuyingStore: true\n") + end + if (check_val(s[i].Delay) ~= "") then + file3:write("\tDelay: "..(s[i].Delay).."\n") + end + if (check_val(s[i].trade_flag)~="" and check_val(s[i].trade_override)~="" ) then + file3:write("\tTrade: {\n") + if (s[i].trade_override > 0 and s[i].trade_override < 100) then + file3:write("\t\toverride: ".. s[i].trade_override .."\n") + end + if (band(s[i].trade_flag,1)>0) then + file3:write("\t\tnodrop: true\n") + end + if (band(s[i].trade_flag,2)>0) then + file3:write("\t\tnotrade: true\n") + end + if (band(s[i].trade_flag,4)>0) then + file3:write("\t\tpartneroverride: true\n") + end + if (band(s[i].trade_flag,8)>0) then + file3:write("\t\tnoselltonpc: true\n") + end + if (band(s[i].trade_flag,16)>0) then + file3:write("\t\tnocart: true\n") + end + if (band(s[i].trade_flag,32)>0) then + file3:write("\t\tnostorage: true\n") + end + if (band(s[i].trade_flag,64)>0) then + file3:write("\t\tnogstorage: true\n") + end + if (band(s[i].trade_flag,128)>0) then + file3:write("\t\tnomail: true\n") + end + if (band(s[i].trade_flag,256)>0) then + file3:write("\t\tnoauction: true\n") + end + file3:write("\t}\n") + end + if (check_val(s[i].nouse_flag)~="" and check_val(s[i].nouse_override)~="" ) then + file3:write("\tNouse: {\n") + if (tonumber(s[i].nouse_override) > 0 and tonumber(s[i].nouse_override) < 100) then + file3:write("\t\toverride: ".. s[i].nouse_override .."\n") + end + if (band(s[i].nouse_flag,1)>0) then + file3:write("\t\tsitting: true\n") + end + file3:write("\t}\n") + end + if check_val((s[i].Stack1)~="" and check_val(s[i].Stack2)~="" ) then + file3:write("\tStack: ["..(s[i].Stack1)..", "..(s[i].Stack2).."]\n") + end + if (check_val(s[i].Sprite)~="" ) then + file3:write("\tSprite: "..(s[i].Sprite).."\n") + end + if (s[i].Script ~= "") then + file3:write("\tScript: <\""..newline(s[i].Script,1)..""..s[i].Script.."\">\n") + end + if (s[i].OnEquipScript ~= "") then + file3:write("\tOnEquipScript: <\""..newline(s[i].OnEquipScript,1)..""..s[i].OnEquipScript.."\">\n") + end + if (s[i].OnUnequipScript ~= "") then + file3:write("\tOnUnequipScript: <\""..newline(s[i].OnUnequipScript,1)..""..s[i].OnUnequipScript.."\">\n") + end + file3:write("},\n") + end + end +end + +for i=1,7 do + if (file_exists(arg[i])==false) then + print("Error: ",arg[i]," Not Found") + os.exit() + end +end + +file = assert(io.open(arg[1])) --Open ItemDB And Read its contents +contents = file:read'*a' +file:close() + +--Replacing Contents +find = { '\\', '\'', '//', '/%*', '%*/', '<\"', '\">', 'Id([^:]?):([^\n]+)', 'AegisName([^:]?):([^\n]+)', 'Name([^:]?):([^\n]+)', 'Type([^:]?):([^\n]+)', 'Buy([^:]?):([^\n]+)', 'Sell([^:]?):([^\n]+)', 'Weight([^:]?):([^\n]+)', 'Atk([^:]?):([^\n]+)', 'Matk([^:]?):([^\n]+)', 'Def([^:]?):([^\n]+)', 'Range([^:]?):([^\n]+)', 'Slots([^:]?):([^\n]+)', 'Job([^:]?):([^\n]+)', 'Upper([^:]?):([^\n]+)', 'Gender([^:]?):([^\n]+)', 'Loc([^:]?):([^\n]+)', 'WeaponLv([^:]?):([^\n]+)', 'EquipLv([^:]?):([^\n]+)', 'Refine([^:]?):([^\n]+)', 'View([^:]?):([^\n]+)', 'BindOnEquip([^:]?):([^\n]+)', "BuyingStore([^:]?):([^\n]+)", "Delay([^:]?):([^\n]+)", "Stack([^:]?): %[([^,]+), ([^]]+)%]", "Sprite([^:]?):([^\n]+)", 'override([^:]?):([^\n]+)', 'nodrop([^:]?):([^\n]+)', 'notrade([^:]?):([^\n]+)', 'partneroverride([^:]?):([^\n]+)', 'noselltonpc([^:]?):([^\n]+)', 'nocart([^:]?):([^\n]+)', 'nostorage([^:]?):([^\n]+)', 'nogstorage([^:]?):([^\n]+)', 'nomail([^:]?):([^\n]+)', 'noauction([^:]?):([^\n]+)', 'sitting([^:]?):([^\n]+)', 'Script([^:]?):', 'OnEquipScript([^:]?):', 'OnUnequipScript([^:]?):', 'EquipLv([^=]?)= %[([^,]+), ([^]]+)%],', 'EquipLv([^=]?)= ([^,]+),', 'item_db: %(', '= ""', '= \n', ',,'} +replace = {'\\\\', '\\\'', '--', '--[[', '--]]', '[==[', ']==],', 'Id%1=%2,', 'AegisName%1=%2,', 'Name%1=%2,', 'Type%1=%2,', 'Buy%1=%2,', 'Sell%1=%2,', 'Weight%1=%2,', 'Atk%1=%2,', 'Matk%1=%2,', 'Def%1=%2,', 'Range%1=%2,', 'Slots%1=%2,', 'Job%1=%2,', 'Upper%1=%2,', 'Gender%1=%2,', 'Loc%1=%2,', 'WeaponLv%1=%2,', 'EquipLv%1=%2,', 'Refine%1=%2,', 'View%1=%2,', 'BindOnEquip%1=%2,', "BuyingStore%1=%2,", "Delay%1=%2,", "Stack%1= {%2, %3},", "Sprite%1=%2,", 'override%1=%2,', 'nodrop%1=%2,', 'notrade%1=%2,', 'partneroverride%1=%2,', 'noselltonpc%1=%2,', 'nocart%1=%2,', 'nostorage%1=%2,', 'nogstorage%1=%2,', 'nomail%1=%2,', 'noauction%1=%2,', 'sitting%1=%2,', 'Script%1=', 'OnEquipScript%1=', 'OnUnequipScript%1=', 'EquipLv%1= {%2, %3},', 'EquipLv%1= {%2},', 'item_db = {', '= "",', '= "",\n', ',' } +findk=0 + +if #find==#replace then --Check if both table matches + start_time = os.time() + print("-- Putting ",arg[1]," Items into Memory") + --Replace Every Strings + contents = contents:gsub("Nouse: {([^}]+)}","Nouse= {%1},") --It needs to be done first. + contents = contents:gsub("Trade: {([^}]+)}","Trade= {%1},") --It needs to be done first. + for i=1,#find do + contents = contents:gsub(find[i],replace[i]) + end + + --Check for last ) in item_db (it auto breaks if found, can have many empty lines on end) + for i=1,1000000 do + if (string.sub(contents,-i,-i) == ")") then + findk = 1 + contents = replace_char(contents:len()-i+1,contents,'}') + end + if (findk==1) then break end + end +else + print('Error, Cannot Convert to Lua(Code:1['..#find..' '..#replace..'])') + os.exit() +end +item_db = {} --Initialize Empty item_db table +a = assert(loadstring(contents)) --Load the string as lua code +a() --Execute it so it gets loaded into item_db table +e_time = os.difftime((os.time())-start_time) --Time Taken +print("---- Total Items Found"," = ",#item_db,"(".. e_time .."s)") +csv = {} +t_l_l = 0 +item_db2 = {} + +for i=1,#item_db do + item_db2[item_db[i].Id] = deepcopy(item_db[i]) +end + + +--Initializing Global Tables +csv = {} +csv1 = {} +csv2 = {} +csv3 = "" +csv4 = 0 +--sql_update = "" +k=0 +line = "" + +--file4 = io.open(arg[9],"w") +for m=2,7 do --arg[2] to arg[7] = item_*.txt + line_number = 0 + sp_file = assert(io.open(arg[m])) + local t_l =0 + for line in sp_file:lines() do + if ( line ~= "" and line:sub(1,2)~="//") then --If Line is comment or empty, don't parse it + parse_line(line,m) + end + end + print(arg[m],"Done") + sp_file:close() + --os.exit() +end +--file4:write(sql_update) +--file4:close() +print("-- Writing Item_DB") +file3 = io.open(arg[8],"w") --Open Output File +file3:write('item_db: (\n' + ..'// Items Database\n' + ..'//\n' + ..'/******************************************************************************\n' + ..' ************* Entry structure ************************************************\n' + ..' ******************************************************************************\n' + ..'{\n' + ..' // =================== Mandatory fields ===============================\n' + ..' Id: ID (int)\n' + ..' AegisName: "Aegis_Name" (string)\n' + ..' Name: "Item Name" (string)\n' + ..' // =================== Optional fields ================================\n' + ..' Type: Item Type (int, defaults to 3 = etc item)\n' + ..' Buy: Buy Price (int, defaults to Sell * 2)\n' + ..' Sell: Sell Price (int, defaults to Buy / 2)\n' + ..' Weight: Item Weight (int, defaults to 0)\n' + ..' Atk: Attack (int, defaults to 0)\n' + ..' Matk: Magical Attack (int, defaults to 0, ignored in pre-re)\n' + ..' Def: Defense (int, defaults to 0)\n' + ..' Range: Attack Range (int, defaults to 0)\n' + ..' Slots: Slots (int, defaults to 0)\n' + ..' Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF)\n' + ..' Upper: Upper mask (int, defaults to any = 0x3f)\n' + ..' Gender: Gender (int, defaults to both = 2)\n' + ..' Loc: Equip location (int, required value for equipment)\n' + ..' WeaponLv: Weapon Level (int, defaults to 0)\n' + ..' EquipLv: Equip required level (int, defaults to 0)\n' + ..' EquipLv: [min, max] (alternative syntax with min / max level)\n' + ..' Refine: Refineable (boolean, defaults to true)\n' + ..' View: View ID (int, defaults to 0)\n' + ..' BindOnEquip: true/false (boolean, defaults to false)\n' + ..' BuyingStore: true/false (boolean, defaults to false)\n' + ..' Delay: Delay to use item (int, defaults to 0)\n' + ..' Trade: { (defaults to no restrictions)\n' + ..' override: GroupID (int, defaults to 100)\n' + ..' nodrop: true/false (boolean, defaults to false)\n' + ..' notrade: true/false (boolean, defaults to false)\n' + ..' partneroverride: true/false (boolean, defaults to false)\n' + ..' noselltonpc: true/false (boolean, defaults to false)\n' + ..' nocart: true/false (boolean, defaults to false)\n' + ..' nostorage: true/false (boolean, defaults to false)\n' + ..' nogstorage: true/false (boolean, defaults to false)\n' + ..' nomail: true/false (boolean, defaults to false)\n' + ..' noauction: true/false (boolean, defaults to false)\n' + ..' }\n' + ..' Nouse: { (defaults to no restrictions)\n' + ..' override: GroupID (int, defaults to 100)\n' + ..' sitting: true/false (boolean, defaults to false)\n' + ..' }\n' + ..' Stack: [amount, type] (int, defaults to 0)\n' + ..' Sprite: SpriteID (int, defaults to 0)\n' + ..' Script: <"\n' + ..' Script\n' + ..' (it can be multi-line)\n' + ..' ">\n' + ..' OnEquipScript: <" OnEquip Script (can also be multi-line) ">\n' + ..' OnUnequipScript: <" OnUnequip Script (can also be multi-line) ">\n' + ..'},\n' + ..'******************************************************************************/\n') + +item_db_write(item_db2) +file3:write('\n)\n') +file3:close() --Close Output File +os.exit() |