diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/GeoIP.dat | bin | 587854 -> 668134 bytes | |||
-rw-r--r-- | db/const.txt | 51 | ||||
-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/job_db2.txt | 131 | ||||
-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/pre-re/skill_cast_db.txt | 16 | ||||
-rw-r--r-- | db/pre-re/skill_db.txt | 6 | ||||
-rw-r--r-- | db/pre-re/skill_tree.conf | 2 | ||||
-rw-r--r-- | db/re/exp.txt | 18 | ||||
-rw-r--r-- | db/re/item_buyingstore.txt | 1134 | ||||
-rw-r--r-- | db/re/item_combo_db.txt | 20 | ||||
-rw-r--r-- | db/re/item_db.conf | 22306 | ||||
-rw-r--r-- | db/re/item_delay.txt | 44 | ||||
-rw-r--r-- | db/re/item_group.conf | 6 | ||||
-rw-r--r-- | db/re/item_packages.conf | 88 | ||||
-rw-r--r-- | db/re/item_trade.txt | 1958 | ||||
-rw-r--r-- | db/re/skill_cast_db.txt | 8 | ||||
-rw-r--r-- | db/re/skill_db.txt | 16 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 2 | ||||
-rw-r--r-- | db/re/skill_unit_db.txt | 6 | ||||
-rw-r--r-- | db/re/statpoint.txt | 38 | ||||
-rw-r--r-- | db/sc_config.txt | 3 | ||||
-rw-r--r-- | db/skill_improvise_db.txt | 2 |
28 files changed, 36299 insertions, 7680 deletions
diff --git a/db/GeoIP.dat b/db/GeoIP.dat Binary files differindex 55ccd4d4e..18e348371 100644 --- a/db/GeoIP.dat +++ b/db/GeoIP.dat diff --git a/db/const.txt b/db/const.txt index 7136d9678..c27ee4f4b 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1254,6 +1254,10 @@ SC_SUPER_STAR 572 SC_OKTOBERFEST 573 SC_STRANGELIGHTS 574 SC_DECORATION_OF_MUSIC 575 +SC__MAELSTROM 576 +SC__CHAOS 577 +SC__FEINTBOMB_MASTER 578 +SC_FALLENEMPIRE 579 e_gasp 0 e_what 1 @@ -3178,6 +3182,47 @@ THANATOS_KEEP 10009 4_GIGANTES 10068 4_GIGANTES_SMALL 10069 4_GARGOYLE_STATUE 10070 +4_AIRA 10071 +4_EZELLA 10072 +4_KULUNA 10073 +4_LUNE 10074 +4_MALLINA 10075 +4_MORIN 10076 +4_NASARIN 10077 +4_F_BERRYTEA 10078 +4_F_FRUIT 10079 +4_SCR_MT_ROBOTS 10080 +4_MACHINE_DEVICE 10081 +4_GC109 10082 +4_SYS_MSG 10083 +4_M_TATIO 10084 +4_M_REKENBER 10085 +4_XMAS_CAT1 10086 +4_XMAS_CAT2 10087 +4_XMAS_CAT3 10088 +4_XMAS_CAT4 10089 +4_XMAS_CAT5 10090 +4_XMAS_CAT6 10091 +4_M_DEATH2 10092 +4_S_KADOMATSU 10093 +4_B_KADOMATSU 10094 +4_F_08 10095 +4_F_08_STATUE 10096 +4_M_DARKPRIEST 10097 +4_JP_GARM_H 10098 +4_JP_MEDUSA_H 10099 +4_CHN_GVG_01 10100 +4_SPRING_RABBIT 10101 +4_PD_TYRA 10102 +4_PD_TYRANOS 10103 +4_PD_PLESI 10104 +4_PD_PLESIO 10105 +4_PD_BRACHI 10106 +4_PD_BRACHIOS 10107 +4_PD_GOLDDRAGON 10108 +4_PD_ZAEROG 10109 +4_PD_TAMADORA 10110 + MER_LIF 6001 MER_AMISTR 6002 @@ -3298,3 +3343,9 @@ NST_ZENY 0 NST_CASH 1 NST_MARKET 2 NST_CUSTOM 3 + +// strcharinfo +PC_NAME 0 +PC_PARTY 1 +PC_GUILD 2 +PC_MAP 3 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/job_db2.txt b/db/job_db2.txt index 5c5f9a445..19e19e192 100644 --- a/db/job_db2.txt +++ b/db/job_db2.txt @@ -13,7 +13,7 @@ // 6 = LUK increased by 1 at this job level // // Novice -0,0,0,0,0,0,0,0,0,0 +0,0,6,5,0,2,3,0,1,4,0 // Swordman 1,0,1,0,0,0,3,0,0,0,5,0,0,0,1,0,0,0,3,0,0,0,5,0,0,0,6,0,0,0,2,0,0,1,0,0,5,0,3,0,1,0,3,0,6,0,2,1,0,1,1 // Magician @@ -23,19 +23,19 @@ // Acolyte 4,0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6 // Merchant -5,0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,0,0,0,6,0,5,0,1,2,5,0,1,0,6,3,0,1,5 +5,0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,2,0,0,6,0,5,0,1,0,5,0,1,0,6,3,0,1,5 // Thief -6,0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,1,0,2,0,6,0,5,0,3,0,6,1,0,5,2 +6,0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,2,0,1,0,6,0,5,0,3,0,6,1,0,5,2 // Knight 7,3,0,3,1,6,0,0,3,0,1,5,3,2,0,1,0,3,3,5,6,1,0,3,0,0,0,1,6,3,0,5,0,1,0,0,3,6,2,0,5,0,0,3,0,0,1,1,5,5,0 // Priest -8,6,0,6,1,0,2,3,4,4,6,1,0,0,3,5,0,1,0,0,5,6,4,0,0,5,0,1,0,2,0,6,5,0,3,1,3,2,0,6,0,0,4,4,0,3,0,0,2,0,6 +8,6,0,6,1,0,2,3,4,4,6,1,0,0,3,0,5,1,0,0,5,6,4,0,0,5,0,1,0,2,0,6,5,0,3,1,3,2,0,6,0,0,4,4,0,3,0,0,2,0,6 // Wizard 9,4,5,0,4,5,2,0,0,4,2,0,1,5,0,6,0,0,4,0,0,0,4,0,2,0,5,0,0,4,0,4,5,4,2,0,6,0,3,5,4,2,0,2,0,4,2,2,4,0,4 // Blacksmith -10,5,0,1,5,5,0,3,1,0,5,6,5,3,0,0,1,0,0,5,3,4,0,1,0,0,5,0,5,2,0,1,3,0,4,0,5,3,2,5,5,0,0,0,1,0,6,5,0,3,0 +10,5,0,1,5,5,0,3,1,5,0,6,5,3,0,0,1,0,0,5,3,4,0,1,0,0,5,0,5,2,0,1,3,0,4,0,5,3,2,5,5,0,0,0,1,0,6,5,0,3,0 // Hunter -11,5,0,4,5,1,0,6,5,0,1,1,2,0,5,6,0,3,0,2,2,5,3,0,0,0,0,5,0,6,0,2,0,5,4,0,0,0,5,2,0,4,6,5,1,0,4,2,0,5,0 +11,5,0,4,5,6,1,0,5,0,1,1,2,0,5,6,0,3,0,2,2,5,0,3,0,0,0,5,0,6,0,2,0,5,4,0,0,0,5,2,0,4,6,5,1,0,4,2,0,5,0 // Assassin 12,2,2,2,4,0,3,0,3,5,0,1,0,0,4,2,2,2,2,2,2,2,0,0,5,1,0,1,0,0,5,5,1,0,0,0,0,0,4,0,5,5,4,0,0,1,5,0,1,0,5 // Knight (Peco) @@ -64,7 +64,7 @@ // Ninja 25,2,2,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,0,4,2,5,0,0,0,0,0,0,4,6,2,5,0,0,0,0,0,0,0,6,2,4,5,0,0,0,0,0,0,4,2,6,5,0,0,0,0,0,1,3,2,4,5,6,0,0,0,0,0,0 // Novice High -4001,0,0,0,0,0,0,0,0,0,0 +4001,0,6,5,0,2,3,0,1,4,0 // Swordman High 4002,0,1,0,0,0,3,0,0,0,5,0,0,0,1,0,0,0,3,0,0,0,5,0,0,0,6,0,0,0,2,0,0,1,0,0,5,0,3,0,1,0,3,0,6,0,2,1,0,1,1 // Magician High @@ -74,9 +74,9 @@ // Acolyte High 4005,0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6 // Merchant High -4006,0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,0,0,0,6,0,5,0,1,2,5,0,1,0,6,3,0,1,5 +4006,0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,2,0,0,6,0,5,0,1,0,5,0,1,0,6,3,0,1,5 // Thief High -4007,0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,1,0,2,0,6,0,5,0,3,0,6,1,0,5,2 +4007,0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,2,0,1,0,6,0,5,0,3,0,6,1,0,5,2 // Lord Knight 4008,1,2,6,5,3,1,1,1,0,2,5,3,4,2,0,5,2,0,1,0,0,3,0,0,1,0,6,5,3,0,5,0,1,0,0,5,2,6,0,3,1,0,3,5,0,1,1,0,5,0,0,1,2,0,0,1,1,3,0,2,0,5,0,1,2,0,4,3,0,1 // High Priest @@ -104,7 +104,7 @@ // Clown 4020,2,5,0,2,1,0,5,4,2,1,6,0,2,0,5,3,0,6,1,0,4,0,5,2,0,6,0,4,0,5,0,2,1,0,0,2,0,0,5,5,4,0,5,0,1,0,6,0,2,5,0,0,2,1,0,5,5,2,3,0,5,1,5,0,2,5,0,2,4,1 // Gypsy -4021,5,1,0,2,0,1,0,4,5,0,2,2,2,5,5,0,3,5,0,1,0,0,5,5,2,4,6,5,0,0,2,0,5,0,1,0,0,2,4,0,5,0,5,0,5,0,2,0,5,1,0,2,4,3,0,0,2,5,0,4,2,2,6,0,5,1,2,0,5,2 +4021,5,1,0,2,0,1,0,4,5,0,2,2,2,5,5,0,3,5,0,1,0,5,5,0,2,4,6,5,0,0,2,0,5,0,1,0,0,2,4,0,5,0,5,0,5,0,2,0,5,1,0,2,4,3,0,0,2,5,0,4,2,2,6,0,5,1,2,0,5,2 // Paladin (Peco) 4022,3,1,2,0,0,5,4,2,3,1,0,5,0,4,3,2,5,1,0,0,3,0,5,2,0,1,0,0,4,3,0,0,1,0,0,5,2,0,6,1,0,3,4,0,5,0,0,1,3,0,0,2,3,4,1,0,5,0,6,2,4,0,3,1,4,0,6,5,3,2 // Baby Novice @@ -172,113 +172,113 @@ // changeing to their job ID's. // // Gangsi (Bongun/Munak) -4050,0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6 +4050,1,1,1,0,0,0,2,2,2,0,0,0,5,5,5,0,0,0,4,4,4,0,0,0,3,3,3,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 // Death Knight -4051,3,0,3,1,6,0,0,3,0,1,5,3,2,0,1,0,3,3,5,6,1,0,3,0,0,0,1,6,3,0,5,0,1,0,0,3,6,2,0,5,0,0,3,0,0,1,1,5,5,0 +4051,2,2,2,2,2,0,0,0,5,5,5,5,5,0,0,0,6,6,6,6,6,0,0,0,0,4,4,4,4,4,0,0,0,0,0,3,3,3,3,3,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 // Dark Collector -4052,4,0,2,3,0,2,0,4,0,0,3,0,2,0,4,0,6,3,0,5,0,2,0,4,5,0,5,0,0,4,0,5,2,0,6,0,4,4,5,6,0,1,0,1,4,1,1,1,0,4 +4052,5,5,5,5,5,0,0,0,2,2,2,2,2,0,0,0,1,1,1,1,1,0,0,0,0,6,6,6,6,6,0,0,0,0,0,3,3,3,3,3,0,0,0,0,0,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 // Rune Knight (Regular) -4054,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4054,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,1,0,2,0,5,0,6,0,3,1 // Warlock (Regular) -4055,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4 +4055,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4,5,3,6,2,4,0,3,2,5,4 // Ranger (Regular) -4056,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4056,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,6,5,0,4,2,0,3,6,5,2 // Arch Bishop (Regular) -4057,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5 +4057,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5,6,2,3,1,4,0,3,6,5,4 // Mechanic (Regular) -4058,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4058,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,6,1,5,0,4,3,2,0,5,1 // Guillotine Cross (Regular) -4059,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5 +4059,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5,6,1,2,3,0,4,0,1,6,2 // Rune Knight (Trans) -4060,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4060,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,1,0,2,0,5,0,6,0,3,1 // Warlock (Trans) -4061,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4 +4061,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4,5,3,6,2,4,0,3,2,5,4 // Ranger (Trans) -4062,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4062,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,6,5,0,4,2,0,3,6,5,2 // Arch Bishop (Trans) -4063,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5 +4063,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5,6,2,3,1,4,0,3,6,5,4 // Mechanic (Trans) -4064,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4064,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,6,1,5,0,4,3,2,0,5,1 // Guillotine Cross (Trans) -4065,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5 +4065,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5,6,1,2,3,0,4,0,1,6,2 // Royal Guard (Regular) -4066,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0 +4066,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0,2,0,3,6,0,5,0,1,3,4 // Sorcerer (Regular) -4067,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4067,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,5,0,1,0,2,0,3,0,5,4 // Minstrel (Regular) -4068,0,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,0,4,4,0,0,5,3,1,0,0,4,5 +4068,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5,2,3,1,6,0,5,3,1,4,5 // Wanderer (Regular) -4069,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4069,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,1,3,5,0,6,4,0,3,2,5 // Sura (Regular) -4070,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5 +4070,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5,1,0,2,4,6,3,0,5,1,4 // Genetic (Regular) -4071,4,4,5,0,0,5,4,2,0,0,0,4,5,0,0,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,0,4,4,1,0,5,2,4,0,0,4,4,0,2,0,0,4 +4071,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4,1,3,5,0,2,1,3,6,5,4 // Shadow Chaser (Regular) -4072,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4072,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,4,3,1,2,0,6,5,0,1,2 // Royal Guard (Trans) -4073,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0 +4073,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0,2,0,3,6,0,5,0,1,3,4 // Sorcerer (Trans) -4074,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4074,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,5,0,1,0,2,0,3,0,5,4 // Minstrel (Trans) -4075,0,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,0,4,4,0,0,5,3,1,0,0,4,5 +4075,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5,2,3,1,6,0,5,3,1,4,5 // Wanderer (Trans) -4076,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4076,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,1,3,5,0,6,4,0,3,2,5 // Sura (Trans) -4077,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5 +4077,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5,1,0,2,4,6,3,0,5,1,4 // Genetic (Trans) -4078,4,4,5,0,0,5,4,2,0,0,0,4,5,0,0,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,0,4,4,1,0,5,2,4,0,0,4,4,0,2,0,0,4 +4078,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4,1,3,5,0,2,1,3,6,5,4 // Shadow Chaser (Trans) -4079,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4079,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,4,3,1,2,0,6,5,0,1,2 // Rune Knight (Dragon) (Regular) -4080,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4080,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,1,0,2,0,5,0,6,0,3,1 // Rune Knight (Dragon) (Trans) -4081,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4081,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,1,0,2,0,5,0,6,0,3,1 // Royal Guard (Gryphon) (Regular) -4082,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0 +4082,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0,2,0,3,6,0,5,0,1,3,4 // Royal Guard (Gryphon) (Trans) -4083,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0 +4083,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0,2,0,3,6,0,5,0,1,3,4 // Ranger (Warg) (Regular) -4084,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4084,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,6,5,0,4,2,0,3,6,5,2 // Ranger (Warg) (Trans) -4085,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4085,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,6,5,0,4,2,0,3,6,5,2 // Mechanic (Mado) (Regular) -4086,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4086,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,6,1,5,0,4,3,2,0,5,1 // Mechanic (Mado) (Trans) -4087,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4087,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,6,1,5,0,4,3,2,0,5,1 // Baby Rune Knight -4096,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4096,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,1,0,2,0,5,0,6,0,3,1 // Baby Warlock -4097,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4 +4097,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4,5,3,6,2,4,0,3,2,5,4 // Baby Ranger -4098,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4098,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,6,5,0,4,2,0,3,6,5,2 // Baby Arch Bishop -4099,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5 +4099,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5,6,2,3,1,4,0,3,6,5,4 // Baby Mechanic -4100,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4100,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,6,1,5,0,4,3,2,0,5,1 // Baby Guillotine Cross -4101,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5 +4101,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5,6,1,2,3,0,4,0,1,6,2 // Baby Royal Guard -4102,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0 +4102,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0,2,0,3,6,0,5,0,1,3,4 // Baby Sorcerer -4103,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4103,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,5,0,1,0,2,0,3,0,5,4 // Baby Minstrel -4104,0,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,0,4,4,0,0,5,3,1,0,0,4,5 +4104,4,0,3,0,5,0,4,4,0,3,3,0,0,5,5,0,0,1,1,0,0,4,0,1,0,2,2,1,0,0,0,4,0,3,0,5,0,2,2,4,4,0,0,5,3,1,0,0,4,5,2,3,1,6,0,5,3,1,4,5 // Baby Wanderer -4105,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4105,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,1,3,5,0,6,4,0,3,2,5 // Baby Sura -4106,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5 +4106,2,5,0,1,1,0,0,0,1,2,5,0,0,3,3,1,0,0,3,1,0,0,2,2,5,0,0,4,4,1,3,0,0,0,2,5,5,0,0,0,4,3,2,2,0,0,0,4,5,5,1,0,2,4,6,3,0,5,1,4 // Baby Genetic -4107,4,4,5,0,0,5,4,2,0,0,0,4,5,0,0,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,0,4,4,1,0,5,2,4,0,0,4,4,0,2,0,0,4 +4107,4,4,5,0,0,5,4,2,0,0,0,4,5,0,3,0,0,3,5,2,0,0,4,3,3,0,0,5,2,0,6,0,0,1,4,4,0,0,5,2,4,0,0,4,4,0,2,0,0,4,1,3,5,0,2,1,3,6,5,4 // Baby Shadow Chaser -4108,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4108,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,4,3,1,2,0,6,5,0,1,2 // Baby Rune Knight (Dragon) -4109,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4 +4109,4,4,5,3,4,0,0,0,0,1,1,4,4,3,5,0,0,0,5,2,2,4,3,5,0,0,0,0,0,4,5,3,1,0,0,0,0,0,4,5,2,0,0,5,3,4,6,6,6,4,1,0,2,0,5,0,6,0,3,1 // Baby Royal Guard (Gryphon) -4110,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0 +4110,0,3,4,1,4,5,0,0,3,0,4,0,1,5,0,6,0,0,4,5,0,0,2,4,0,4,3,0,0,1,5,0,6,2,0,0,4,4,0,1,3,3,0,5,1,4,0,1,5,0,2,0,3,6,0,5,0,1,3,4 // Baby Ranger (Warg) -4111,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2 +4111,5,4,4,2,0,0,2,5,4,0,0,3,3,3,0,0,5,2,0,0,4,3,5,0,0,1,1,0,0,5,2,3,0,0,0,4,4,4,2,0,0,0,2,5,2,0,0,0,4,2,6,5,0,4,2,0,3,6,5,2 // Baby Mechanic (Mado) -4112,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0 +4112,6,1,0,0,1,0,6,2,5,4,0,0,4,6,0,0,2,0,3,3,4,5,0,0,3,6,0,0,3,0,1,1,3,6,0,0,4,4,0,0,0,3,3,1,1,0,0,5,2,0,6,1,5,0,4,3,2,0,5,1 // Super Novice (Expanded) 4190,1,2,0,3,0,4,5,0,6,0,1,2,0,3,0,4,5,0,6,0,1,2,0,3,0,4,5,0,6,0,1,2,0,3,0,4,5,0,6,0,1,2,0,3,0,4,5,0,6,0 // Super Baby (Expanded) @@ -288,4 +288,5 @@ // Oboro 4212,5,0,4,0,2,3,0,1,6,0,5,1,2,0,4,6,3,0,1,5,2,0,6,3,4,0,5,0,2,0,1,4,0,5,4,0,3,5,1,0,2,4,1,0,5,6,2,1,0,5 // Rebellion -4215,5,6,0,6,0,5,0,0,0,6,5,6,0,0,4,0,5,0,0,5,6,0,0,0,5,2,0,0,0,3,6,1,0,0,5,4,0,0,5,0,1,0,6,0,5,0,0,1,0,1 +4215,0,5,0,4,0,3,5,4,2,6,0,0,3,4,0,2,5,4,3,6,0,0,3,5,1,4,2,0,0,6,3,0,5,4,1,0,0,5,0,2,6,0,5,3,4,0,0,0,0,1 + 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/pre-re/skill_cast_db.txt b/db/pre-re/skill_cast_db.txt index 0e2ad308e..2ee662070 100644 --- a/db/pre-re/skill_cast_db.txt +++ b/db/pre-re/skill_cast_db.txt @@ -1759,16 +1759,16 @@ 8020,500:700:900:1100:1300,0,0,12000:14000:16000:18000:20000,4000:6000:8000:10000:12000,0 //-- MH_PAIN_KILLER 8021,1000:1200:1400:1600:1800,0,0,20000:30000:40000:50000:60000,0,0 -//-- MH_LIGHT_OF_REGENE +//-- MH_LIGHT_OF_REGENE 8022,1600:1400:1200:1000:800,0,0,360000:420000:480000:540000:600000,0,0 -//-- MH_OVERED_BOOST +//-- MH_OVERED_BOOST 8023,800:700:600:500:400,0,0,30000:45000:60000:75000:90000,0,0 -//-- MH_ERASER_CUTTER -8024,1000:1500:2000:2500:3000,0,0,0,0,0 -//-- MH_XENO_SLASHER -8025,1500:2500:3500:4500:5500,0,0,500,0,0 -//-- MH_SILENT_BREEZE -8026,2000,0,0,9000:12000:15000:18000:21000,0,0 +//-- MH_ERASER_CUTTER +8024,1000:1500:2000:2500:3000,2000,0,0,0,0 +//-- MH_XENO_SLASHER +8025,1500:2500:3500:4500:5500,5000,0,500,0,0 +//-- MH_SILENT_BREEZE +8026,1000:1200:1400:1600:1800,0,0,9000:12000:15000:18000:21000,0,0 //-- MH_STYLE_CHANGE //8027,0,0,0,0,0,0,0 //-- MH_SONIC_CRAW diff --git a/db/pre-re/skill_db.txt b/db/pre-re/skill_db.txt index d5e5fc513..ffeadd5e9 100644 --- a/db/pre-re/skill_db.txt +++ b/db/pre-re/skill_db.txt @@ -1136,9 +1136,9 @@ 8021,1,6,1,0,0x1,0,5,1,no,0,0,0,none,0, MH_PAIN_KILLER,Pain Killer 8022,0,6,4,0,0,0x1,5,1,no,0,0,0,none,0, MH_LIGHT_OF_REGENE,Light of Regene 8023,0,6,4,0,0,0x1,5,1,no,0,0,0,none,0, MH_OVERED_BOOST,Overed Boost -8024,7,6,1,4:0:4:0:4,0,0,5,1,no,0,0,0,magic,0, MH_ERASER_CUTTER,Eraser Cutter -8025,7,6,2,4:0:4:0:4,0,0,5,1,no,0,0,0,magic,0, MH_XENO_SLASHER,Xeno Slasher -8026,5:5:7:7:9,6,16,0,0x1,0,5,1,no,0,0,0,magic,0, MH_SILENT_BREEZE,Silent Breeze +8024,7,8,1,4:0:4:0:4,0,0,5,-6,yes,0,0,0,magic,0, MH_ERASER_CUTTER,Eraser Cutter +8025,7,8,2,4:0:4:0:4,0x2,2:2:3:3:4,5,-6,no,0,0,0,magic,0, MH_XENO_SLASHER,Xeno Slasher +8026,5:5:7:7:9,6,1,0,0x1,0,5,1,no,0,0,0,magic,0, MH_SILENT_BREEZE,Silent Breeze 8027,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0, MH_STYLE_CHANGE,Style Change 8028,1,8,1,0,0,0,5,1,no,0,0,0,weapon,0, MH_SONIC_CRAW,Sonic Claw 8029,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0, MH_SILVERVEIN_RUSH,Silver Bain Rush diff --git a/db/pre-re/skill_tree.conf b/db/pre-re/skill_tree.conf index 5269ab466..c9d229d8d 100644 --- a/db/pre-re/skill_tree.conf +++ b/db/pre-re/skill_tree.conf @@ -30,6 +30,8 @@ Novice: { NV_BASIC: 9 NV_FIRSTAID: 1 NV_TRICKDEAD: 1 + WE_BABY: 1 + WE_CALLPARENT: 1 WE_CALLBABY: 1 ALL_INCCARRY: 1 } diff --git a/db/re/exp.txt b/db/re/exp.txt index c3bf5ccc0..c4be1cd07 100644 --- a/db/re/exp.txt +++ b/db/re/exp.txt @@ -12,9 +12,12 @@ //Base - Adv Jobs 99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022,0,420,660,1080,1800,2640,3840,4560,5040,5460,6000,6600,7200,7320,7620,8040,8820,9600,10080,10560,11040,12610,13390,14300,15340,16900,18460,19500,20800,22100,23400,24700,26000,27300,28600,30160,31200,33800,35750,37700,39000,44100,46200,47600,50400,52500,53200,56000,58800,62300,65800,68600,71400,74200,77000,79800,82600,86100,88200,91000,93800,103500,105000,109500,115500,120000,126000,132000,136500,142500,165000,192000,210000,232500,244500,255000,270000,282000,292500,300000,345000,416000,480000,560000,640000,768000,880000,960000,1088000,1200000,1440000,1700000,2040000,2550000,3060000,3570000,4080000,4760000,5610000,6800000,6827199,6854507,6881924,6909451,6937088,6964835,6992693,7020663,7048745,7076939,7105246,7133666,7162200,7190848,7219611,7248489,7277482,7306591,7335816,7365158,7394618,7424196,7453892,7483707,7513641,7543695,7573869,7604164,7634580,7665117,7695777,7726559,7757464,7788493,7819646,7850924,7882327,7913855,7945510,7977291,8009199,8041235,8073399,8105692,8138114,8170666,8203348,8236160,8269104,8302179,8335387,8368728,8402202,8435810,8469552,8503429,8537442,8571591,8605876,8640299,8674859,8709557,8744394,8779371,8814488,8849745,8885143,8920683,8956365,8992189,9028157,9064269,9100525,9136926,9173473,9210166,9247006,9283993,9321128,9358412,9395845,9433427,9471160,9509044,9547079,9585266,9623606,9662099,9700746,9739548,9778505,9817618,9856887,9896314,9935898,9975641,10015543,10055604,10095825,10136207,10176751,10217457,10258326,10299358,10340554,10381915,10423442,10465135,10506995,10549022,10591217,10633581,10676114,10718817,10761691,10804737,10847955,10891346,10934910,10978649,11022563,11066652,11110918,11155361,11199981,11244780,11289758,11334916,11380255,11425775,11471477,11517362,11563430,11609683,11656121,11702744,11749554,11796551,11843736,11891110,11938673,11986427,12034372,12082508,12130837,12179359,12228075,12276986,12326093,12375396,12424896,12474594,12524491,12574588,12624885,12675383,12726083,12776986,12828093,12879404,12930920,12982643,13034572,13086709,13139055,13191610,13244375,13297351,13350539,13403940,13457555,13511384,13565428,13619689,13674167,13728862,13783776,13838910,13894264,13949840,14005638,14061659,14117904,14174374,14231070,14287993,14345144,14402523,14460132,14517971,14576042,14634345,14692881,14751651,14810656,14869897,14929375,14989091,15049046,15109241,15169677,15230354,15291274,15352438,15413846,15475500,15537401,15599549,15661946,15724592,15787489,15850638,15914039,15977694,16041603,16105768,16170190,16234869,16299807,16365005,16430464,16496185,16562168,16628415,16694927,16761705,16828750,16896064,16963647,17031501,17099625,17168021,17236691,17305637,17374857,17444354,17514130,17584185,17654519,17725137,17796035,17867219,17938687,18010441,18082480,18154808,18227426,18300334,18373534,18447027,18520815,18594898,18669276,18743952,18818926,18894200,18969775,19045654,19121835,19198322,19275114,19352213,19429619,19507337,19585364,19663704,19742357,19821324,19900608,19980209,20060127,20140367,20220928,20301810,20383016,20464547,20546405,20628588,20711101,20793943,20877118,20960625,21044465,21128640,21213153,21298003,21383194,21468725,21554597,21640813,21727374,21814282,21901538,21989143,22077099,22165407,22254068,22343083,22432455,22522184,22612271,22702719,22793529,22884700,22976237,23068139,23160411,23253052,23346063,23439447,23533204,23627335,23721844,23816730,23911995,24007642,24103671,24200085,24296883,24394070,24491645,24589609,24687965,24786714,24885859,24985402,25085342,25185682,25286423,25387568,25489116,25591071,25693434,25796206,25899389,26002984,26106994,26211420,26316264,26421527,26527212,26633319,26739851,26846810,26954195,27062011,27170258,27278937,27388050,27497600,27607588,27718016,27828886,27940200,28051959,28164166,28276821,28389925,28503482,28617494,28731962,28846888,28962274,29078121,29194430,29311206,29428449,29546160,29664343,29782999,29902130,30021736,30141821,30262385,30383431,30504964,30626982,30749488,30872484,30995972,31119954,31244432,31369408,31494884,31620861,31747341,31874327,32001823,32129829,32258345,32387375,32516923,32646990,32777576,32908684,33040317,33172475,33305164,33438382,33572133,33706418,33841239,33976603,34112508,34248956,34385950,34523494,34661588,34800232,34939431,35079187,35219502,35360380,35501819,35643825,35786397,35929539,36073256,36217547,36362416,36507863,36653893,36800505,36947704,37095492,37243872,37392845,37542413,37692579,37843348,37994719,38146696,38299280,38452475,38606283,38760707,38915748,39071408,39227691,39384600,39542136,39700302,39859103,40018538,40178608,40339320,40500675,40662676,40825324,40988623,41152576,41317184,41482450,41648375,41814967,41982225,42150150,42318750,42488024,42657973,42828601,42999912,43171909,43344593,43517968,43692037,43866801,44042264,44218430,44395303,44572882,44751169,44930170,45109886,45290325,45471482,45653363,45835975,46019317,46203390,46388203,46573754,46760044,46947081,47134865,47323401,47512691,47702740,47893548,48085119,48277458,48470563,48664443,48859099,49054533,49250747,49447748,49645536,49844115,50043489,50243659,50444632,50646407,50848991,51052385,51256590,51461615,51667459,51874127,52081621,52289943,52499101,52709093,52919925,53131600,53344123,53557497,53771723,53986808,54202752,54419560,54637235,54855782,55075204,55295501,55516679,55738743,55961696,56185539,56410279,56635918,56862460,57089906,57318260,57547530,57777715,58008823,58240856,58473816,58707708,58942535,59178303,59415014,59652673,59891279,60130842,60371360,60612842,60855288,61098706,61343095,61588465,61834814,62082152,62330477,62579794,62830107,63081425,63333746,63587075,63841421,64096782,64353167,64610577,64869014,65128488,65388998,65650552,65913150,66176801,66441503,66707266,66974089,67241980,67510948,67780984,68052104,68324308,68597597,68871986,69147468,69424058,69701748,69980547,70260462,70541502,70823666,71106955,71391376,71676937,71963640,72251490,72540490,72830646,73121966,73414452,73708102,74002932,74298935,74596127,74894508,75194086,75494860,75796839,76100023,76404420,76710029,77016868,77324927,77634223,77944756,78256526,78569550,78883826,79199355,79516145,79834204,80153540,80474146,80796036,81119211,81443680,81769450,82096521,82424901,82754599,83085614,83417954,83751619,84086618,84422958,84760647,85099686,85440082,85781835,86124954,86469447,86815321,87162576,87511221,87861264,88212704,88565550,88919809,89275482,89632577,89991101,90351063,90712463,91075309,91439608,91805361,92172576,92541261,92911424,93283064,93656191,94030811,94406926,94784550,95163685,95544337,95926508,96310213,96695451,97082224,97470547,97860421,98251860,98644858,99039430,99435584,99833321,100232648,100633573,101036105,101440243,101845995,102253370,102662376,103073020,103485310,103899247,104314839,104732093,105151018,105571614,105993897,106417866,106843529,107270896,107699974,108130770,108563285,108997535,109433520,109871248,110310727,110751965,111194970,111639742,112086297,112534635,112984764,113436701,113890444,114346003,114803378,115262583,115723628,116186520,116651260,117117863,117586329,118056667,118528884,119002989,119478997,119956909,120436733,120918476,121402147,121887746,122375288,122864782,123356236,123849658,124345048,124842421,125341787,125843144,126346510,126851891,127359289,127868718,128380188,128893706,129409272,129926902,130446604,130968387,131492250,132018210,132546274,133076450,133608746,134143172,134679733,135218439,135759298,136302326,136847522,137394903,137944468,138496234,139050217,139606417,140164834,140725484,141288382,141853530,142420942,142990620,143562579,144136818,144713355,145292205,145873369,146456861,147042683,147630851,148221363,148814237,149409489,150007118,150607140,151209556,151814382,152421633,153031310,153643429,154257989,154875007,155494500,156116465,156740921,157367883,157997351,158629325,159263837,159900887,160540475,161182633,161827362,162474661,163124546,163777033,164432139,165089864,165750206,166413200,167078844,167747154,168418131,169091791,169768150,170447207,171128980,171813483,172500733,173190730,173883490,174579012,175277315,175978412,176682320,177389040,178098587,178810977,179526210,180244303,180965271,181689115,182415867,183145526,183878092,184613598,185352044,186093446,186837804,187585149,188335482,189088820,189845161,190604538,191366952,192132401,192900919,193672505,194447192,195224978,196005865,196789885,197577037,198367337,199160803,199957432,200757259,201560282,202366518,203175967,203988661,204804600,205623815,206446292,207272062,208101141,208933529,209769259,210608330,211450758,212296544,213145719,213998283,214854270,215713678,216576523,217442822,218312576,219185815,220062539,220942782,221826543,222713838,223604683,224499095,225397072,226298648,227203838,228112643,229025078,229941160,230860904,231784327,232711445,233642273,234576829,235515127,236457168,237402984,238352575,239305974,240263179,241224224,242189108,243157847,244130458,245106973,246087391,247071728,248060002 -//Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro +//Base - 3rd Jobs, Baby 3rds //Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.) -150,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112:4190:4191:4211:4212:4215,0,420,660,1080,1800,2640,3840,4560,5040,5460,6000,6600,7200,7320,7620,8040,8820,9600,10080,10560,11040,12610,13390,14300,15340,16900,18460,19500,20800,22100,23400,24700,26000,27300,28600,30160,31200,33800,35750,37700,39000,44100,46200,47600,50400,52500,53200,56000,58800,62300,65800,68600,71400,74200,77000,79800,82600,86100,88200,91000,93800,103500,105000,109500,115500,120000,126000,132000,136500,142500,165000,192000,210000,232500,244500,255000,270000,282000,292500,300000,345000,416000,480000,560000,640000,768000,880000,960000,1088000,1200000,1440000,1700000,2040000,2550000,3060000,3570000,4080000,4760000,5610000,6800000,7070000,7400000,7770000,8150000,8550000,9100000,9610000,10150000,10570000,11180000,12000000,12200000,12930000,13150000,14030000,14420000,15420000,15670000,16870000,17140000,18720000,19020000,20590000,20930000,22690000,23310000,25290000,26020000,27860000,28535000,30990000,31680000,33560000,34942000,36372000,38350000,39890000,41545000,43330000,45400000,48100000,50410000,53370000,56250000,59230000,62590000,66120000,70200000,75330000,81100000,95000000,95285001,95570856,95857570,96145142,96433581,96722886,97013058,97304097,97596010,97888798,98182468,98477013,98772449,99068767,99365976,99664076,99963074,100262963,100563750,100865445,101168046,101471554,101775968,102081298,102387542,102694708,103002790,103311802,103621737,103932603,104244399,104557135,104870809,105185422,105500982,105817489,106134942,106453351,106772714,107093032,107414313,107736557,108059771,108383949,108709106,109035233,109362339,109690425,110019497,110349556,110680602,111012644,111345680,111679719,112014761,112350806,112687862,113025929,113365008,113705105,114046221,114388365,114731535,115075733,115420965,115767233,116114536,116462882,116812271,117162711,117514202,117866745,118220346,118575007,118930735,119287530,119645393,120004330,120364343,120725439,121087618,121450881,121815235,122180680,122547224,122914868,123283611,123653461,124024426,124396499,124769688,125143999,125519434,125895992,126273682,126652503,127032464,127413564,127795811,128179198,128563740,128949437,129336291,129724299,130113471,130503815,130895330,131288016,131681882,132076928,132473161,132870582,133269198,133669010,134070017,134472228,134875643,135280277,135686115,136093173,136501450,136910963,137321695,137733663,138146867,138561307,138976998,139393925,139812104,140231535,140652233,141074199,141497417,141921919,142347688,142774726,143203047,143632652,144063556,144495745,144929234,145364022,145800111,146237515,146676235,147116271,147557623,148000291,148444291,148889623,149336287,149784299,150233660,150684368,151136424,151589828,152044596,152500728,152958241,153417117,153877374,154339011,154802028,155266441,155732250,156199456,156668057,157138071,157609481,158082319,158556570,159032249,159509356,159987891,160467855,160949262,161432115,161916411,162402168,162889385,163378063,163868201,164359816,164852890,165347458,165843501,166341037,166840066,167340587,167842617,168346155,168851202,169357757,169865836,170375441,170886569,171399239,171913433,172429183,172946475,173465323,173985727,174507688,175031206,175556297,176082976,176611228,177141069,177672498,178205517,178740140,179276368,179814200,180353654,180894712,181437407,181981724,182527677,183075266,183624493,184175373,184727905,185282091,185837946,186395469,186954662,187515523,188078070,188642302,189208234,189775868,190345203,190916239,191488992,192063462,192639650,193217570,193797224,194378611,194961747,195546633,196133284,196721683,197311849,197903795,198497507,199093000,199690275,200289347,200890216,201492882,202097362,202703656,203311763,203921699,204533465,205147076,205762517,206379803,206998951,207619945,208242816,208867548,209494159,210122646,210753012,211385271,212019424,212655486,213293458,213933340,214575148,215218881,215864541,216512142,217161684,217813169,218466612,219122012,219779386,220438734,221100056,221763368,222428654,223095946,223765244,224436548,225109858,225785190,226462544,227141936,227823366,228506834,229192357,229879933,230569580,231261297,231955084,232650958,233348917,234048963,234751111,235455362,236161731,236870218,237580839,238293579,239008469,239725494,240444669,241166011,241889519,242615193,243343050,244073090,244805312,245539733,246276352,247015186,247756234,248499513,249245023,249992764,250742751,251494985,252249482,253006241,253765264,254526565,255290145,256056019,256824189,257594669,258367461,259142563,259919993,260699765,261481864,262266307,263053108,263842268,264633804,265427714,266224000,267022677,267823745,268627220,269433119,270241425,271052169,271865322,272680913,273498976,274319478,275142452,275967897,276795813,277626201,278459092,279294487,280132385,280972787,281815724,282661165,283509141,284359685,285212765,286068412,286926627,287787409,288650792,289516742,290385292,291256441,292130223,293006604,293885617,294767295,295651604,296538577,297428213,298320514,299215479,300113140,301013497,301916550,302822299,303730777,304641982,305555916,306472578,307392000,308314182,309239124,310166859,311097355,312030642,312966754,313905658,314847387,315791940,316739318,317689552,318642611,319598558,320557362,321519054,322483603,323451073,324421432,325394711,326370910,327350031,328332072,329317067,330305014,331295946,332289830,333286700,334286555,335289426,336295315,337304221,338316143,339331083,340349072,341370110,342394229,343421429,344451711,345485074,346521550,347561107,348603810,349649626,350698588,351750695,352805947,353864377,354925984,355990769,357058763,358129935,359204317,360281940,361362805,362446912,363534260,364624882,365718778,366815948,367916391,369020140,370127196,371237589,372351320,373468389,374588796,375712574,376839721,377970239,379104158,380241480,381382204,382526362,383673955,384824981,385979475,387137434,388298860,389463752,390632143,391804032,392979452,394158402,395340883,396526926,397716501,398909669,400106401,401306727,402510648,403718196,404929371,406144172,407362601,408584688,409810466,411039903,412273032,413509851,414750394,415994659,417242648,418494392,419749891,421009146,422272188,423539017,424809633,426084069,427362325,428644431,429930358,431220168,432513829,433811374,435112803,436418147,437727407,439040583,440357706,441678778,443003829,444332860,445665871,447002862,448343865,449688913,451038004,452391139,453748318,455109574,456474906,457844346,459217894,460595551,461977348,463363285,464753395,466147677,467546132,468948792,470355656,471766724,473182030,474601571,476025382,477453462,478885842,480322523,481763505,483208820,484658468,486112449,487570795,489033506,490500614,491972120,493448054,494928418,496413211,497902466,499396181,500894391,502397093,503904289,505416011,506932258,508453063,509978425,511508377,513042919,514582051,516125804,517674180,519227209,520784892,522347261,523914316,525486057,527062517,528643726,530229654,531820364,533415824,535016066,536621123,538230994,539845680,541465244,543089623,544718880,546353015,547992094,549636051,551284951,552938794,554597644,556261436,557930235,559604042,561282855,562966740,564655631,566349594,568048628,569752797,571462038,573176414,574895925,576620635,578350481,580085527,581825772,583571281,585321990,587077962,588839198,590605697,592377525,594154681,595937164,597724975,599518179,601316775,603120763,604930142,606744915,608565143,610390828,612222033,614058694,615900876,617748579,619601866,621460674,623325067,625195044,627070670,628951881,630838740,632731249,634629471,636533341,638442925,640358286,642279360,644206211,646138840,648077246,650021493,651971582,653927512,655889284,657856961,659830544,661810033,663795492,665786920,667784318,669787686,671797089,673812525,675833995,677861500,679895102,681934803,683980602,686032564,688090688,690154974,692225423,694302098,696385000,698474193,700569613,702671323,704779324,706893680,709014391,711141458,713274879,715414719,717560979,719713657,721872820,724038465,726210594,728389271,730574431,732766138,734964457,737169388,739380931,741599086,743823916,746055423,748293605,750538528,752790127,755048530,757313673,759585620,761864372,764149993,766442482,768741839,771048065,773361224,775681315,778008404,780342425,782683443,785031522,787386663,789748864,792118127,794494515,796878028,799268666,801666494,804071512,806483719,808903180,811329894,813763926,816205212,818653816,821109802,823573170,826043920,828522053,831007631,833500656,836001191,838509237,841024793,843547859,846078501,848616781,851162636,853716129,856277326,858846161,861422700,864007006,866599015,869198855,871806462,874421901,877045172,879676337,882315399,884962356,887617273,890280150,892950987,895629847,898316732,901011705,903714766,906425915,909145216,911872670,914608277,917352099,920104203,922864523,925633124,928410070,931195297,933988933,936790914,939601304,942420103,945247376,948083121,950927405,953780226,956641584,959511544,962390106,965277270,968173099,971077659,973990885,976912905,979843655,982783199,985731538,988688735,991654790,994629769,997613670,1000606558,1003608368,1006619230,1009639078,1012668042,1015706057,1018753187,1021809497,1024874921,1027949590,1031033438,1034126529,1037228929,1040340636,1043461651,1046592038,1049731862,1052881057,1056039753,1059207885,1062385517,1065572714,1068769476,1071975802,1075191757,1078417405,1081652682,1084897716,1088152379,1091416799,1094691105,1097975168,1101269116,1104572950,1107886669,1111210403,1114544022,1117887655,1121241302,1124605091,1127978894,1131362840,1134756928,1138161158,1141575659,1145000430,1148435473,1151880786,1155336498,1158802481,1162278863,1165765773,1169263081,1172770917,1176289281,1179818172,1183357591,1186907665,1190468395,1194039782,1197621952,1201214907,1204818517,1208433040,1212058348 +175,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112,0,420,660,1080,1800,2640,3840,4560,5040,5460,6000,6600,7200,7320,7620,8040,8820,9600,10080,10560,11040,12610,13390,14300,15340,16900,18460,19500,20800,22100,23400,24700,26000,27300,28600,30160,31200,33800,35750,37700,39000,44100,46200,47600,50400,52500,53200,56000,58800,62300,65800,68600,71400,74200,77000,79800,82600,86100,88200,91000,93800,103500,105000,109500,115500,120000,126000,132000,136500,142500,165000,192000,210000,232500,244500,255000,270000,282000,292500,300000,345000,416000,480000,560000,640000,768000,880000,960000,1088000,1200000,1440000,1700000,2040000,2550000,3060000,3570000,4080000,4760000,5610000,6800000,7070000,7400000,7770000,8150000,8550000,9100000,9610000,10150000,10570000,11180000,12000000,12200000,12930000,13150000,14030000,14420000,15420000,15670000,16870000,17140000,18720000,19020000,20590000,20930000,22690000,23310000,25290000,26020000,27860000,28535000,30990000,31680000,33560000,34942000,36372000,38350000,39890000,41545000,43330000,45400000,48100000,50410000,53370000,56250000,59230000,62590000,66120000,70200000,75330000,81100000,95000000,98000000,103000000,107000000,112000000,116000000,121000000,125000000,130000000,134000000,139000000,145000000,152200000,160840000,171200000,191930000,202290000,214720000,229640000,247550000,283370000,301280000,322770000,348560000,379500000,441390000,102694708,103002790,103311802,103621737,103932603,104244399,104557135,104870809,105185422,105500982,105817489,106134942,106453351,106772714,107093032,107414313,107736557,108059771,108383949,108709106,109035233,109362339,109690425,110019497,110349556,110680602,111012644,111345680,111679719,112014761,112350806,112687862,113025929,113365008,113705105,114046221,114388365,114731535,115075733,115420965,115767233,116114536,116462882,116812271,117162711,117514202,117866745,118220346,118575007,118930735,119287530,119645393,120004330,120364343,120725439,121087618,121450881,121815235,122180680,122547224,122914868,123283611,123653461,124024426,124396499,124769688,125143999,125519434,125895992,126273682,126652503,127032464,127413564,127795811,128179198,128563740,128949437,129336291,129724299,130113471,130503815,130895330,131288016,131681882,132076928,132473161,132870582,133269198,133669010,134070017,134472228,134875643,135280277,135686115,136093173,136501450,136910963,137321695,137733663,138146867,138561307,138976998,139393925,139812104,140231535,140652233,141074199,141497417,141921919,142347688,142774726,143203047,143632652,144063556,144495745,144929234,145364022,145800111,146237515,146676235,147116271,147557623,148000291,148444291,148889623,149336287,149784299,150233660,150684368,151136424,151589828,152044596,152500728,152958241,153417117,153877374,154339011,154802028,155266441,155732250,156199456,156668057,157138071,157609481,158082319,158556570,159032249,159509356,159987891,160467855,160949262,161432115,161916411,162402168,162889385,163378063,163868201,164359816,164852890,165347458,165843501,166341037,166840066,167340587,167842617,168346155,168851202,169357757,169865836,170375441,170886569,171399239,171913433,172429183,172946475,173465323,173985727,174507688,175031206,175556297,176082976,176611228,177141069,177672498,178205517,178740140,179276368,179814200,180353654,180894712,181437407,181981724,182527677,183075266,183624493,184175373,184727905,185282091,185837946,186395469,186954662,187515523,188078070,188642302,189208234,189775868,190345203,190916239,191488992,192063462,192639650,193217570,193797224,194378611,194961747,195546633,196133284,196721683,197311849,197903795,198497507,199093000,199690275,200289347,200890216,201492882,202097362,202703656,203311763,203921699,204533465,205147076,205762517,206379803,206998951,207619945,208242816,208867548,209494159,210122646,210753012,211385271,212019424,212655486,213293458,213933340,214575148,215218881,215864541,216512142,217161684,217813169,218466612,219122012,219779386,220438734,221100056,221763368,222428654,223095946,223765244,224436548,225109858,225785190,226462544,227141936,227823366,228506834,229192357,229879933,230569580,231261297,231955084,232650958,233348917,234048963,234751111,235455362,236161731,236870218,237580839,238293579,239008469,239725494,240444669,241166011,241889519,242615193,243343050,244073090,244805312,245539733,246276352,247015186,247756234,248499513,249245023,249992764,250742751,251494985,252249482,253006241,253765264,254526565,255290145,256056019,256824189,257594669,258367461,259142563,259919993,260699765,261481864,262266307,263053108,263842268,264633804,265427714,266224000,267022677,267823745,268627220,269433119,270241425,271052169,271865322,272680913,273498976,274319478,275142452,275967897,276795813,277626201,278459092,279294487,280132385,280972787,281815724,282661165,283509141,284359685,285212765,286068412,286926627,287787409,288650792,289516742,290385292,291256441,292130223,293006604,293885617,294767295,295651604,296538577,297428213,298320514,299215479,300113140,301013497,301916550,302822299,303730777,304641982,305555916,306472578,307392000,308314182,309239124,310166859,311097355,312030642,312966754,313905658,314847387,315791940,316739318,317689552,318642611,319598558,320557362,321519054,322483603,323451073,324421432,325394711,326370910,327350031,328332072,329317067,330305014,331295946,332289830,333286700,334286555,335289426,336295315,337304221,338316143,339331083,340349072,341370110,342394229,343421429,344451711,345485074,346521550,347561107,348603810,349649626,350698588,351750695,352805947,353864377,354925984,355990769,357058763,358129935,359204317,360281940,361362805,362446912,363534260,364624882,365718778,366815948,367916391,369020140,370127196,371237589,372351320,373468389,374588796,375712574,376839721,377970239,379104158,380241480,381382204,382526362,383673955,384824981,385979475,387137434,388298860,389463752,390632143,391804032,392979452,394158402,395340883,396526926,397716501,398909669,400106401,401306727,402510648,403718196,404929371,406144172,407362601,408584688,409810466,411039903,412273032,413509851,414750394,415994659,417242648,418494392,419749891,421009146,422272188,423539017,424809633,426084069,427362325,428644431,429930358,431220168,432513829,433811374,435112803,436418147,437727407,439040583,440357706,441678778,443003829,444332860,445665871,447002862,448343865,449688913,451038004,452391139,453748318,455109574,456474906,457844346,459217894,460595551,461977348,463363285,464753395,466147677,467546132,468948792,470355656,471766724,473182030,474601571,476025382,477453462,478885842,480322523,481763505,483208820,484658468,486112449,487570795,489033506,490500614,491972120,493448054,494928418,496413211,497902466,499396181,500894391,502397093,503904289,505416011,506932258,508453063,509978425,511508377,513042919,514582051,516125804,517674180,519227209,520784892,522347261,523914316,525486057,527062517,528643726,530229654,531820364,533415824,535016066,536621123,538230994,539845680,541465244,543089623,544718880,546353015,547992094,549636051,551284951,552938794,554597644,556261436,557930235,559604042,561282855,562966740,564655631,566349594,568048628,569752797,571462038,573176414,574895925,576620635,578350481,580085527,581825772,583571281,585321990,587077962,588839198,590605697,592377525,594154681,595937164,597724975,599518179,601316775,603120763,604930142,606744915,608565143,610390828,612222033,614058694,615900876,617748579,619601866,621460674,623325067,625195044,627070670,628951881,630838740,632731249,634629471,636533341,638442925,640358286,642279360,644206211,646138840,648077246,650021493,651971582,653927512,655889284,657856961,659830544,661810033,663795492,665786920,667784318,669787686,671797089,673812525,675833995,677861500,679895102,681934803,683980602,686032564,688090688,690154974,692225423,694302098,696385000,698474193,700569613,702671323,704779324,706893680,709014391,711141458,713274879,715414719,717560979,719713657,721872820,724038465,726210594,728389271,730574431,732766138,734964457,737169388,739380931,741599086,743823916,746055423,748293605,750538528,752790127,755048530,757313673,759585620,761864372,764149993,766442482,768741839,771048065,773361224,775681315,778008404,780342425,782683443,785031522,787386663,789748864,792118127,794494515,796878028,799268666,801666494,804071512,806483719,808903180,811329894,813763926,816205212,818653816,821109802,823573170,826043920,828522053,831007631,833500656,836001191,838509237,841024793,843547859,846078501,848616781,851162636,853716129,856277326,858846161,861422700,864007006,866599015,869198855,871806462,874421901,877045172,879676337,882315399,884962356,887617273,890280150,892950987,895629847,898316732,901011705,903714766,906425915,909145216,911872670,914608277,917352099,920104203,922864523,925633124,928410070,931195297,933988933,936790914,939601304,942420103,945247376,948083121,950927405,953780226,956641584,959511544,962390106,965277270,968173099,971077659,973990885,976912905,979843655,982783199,985731538,988688735,991654790,994629769,997613670,1000606558,1003608368,1006619230,1009639078,1012668042,1015706057,1018753187,1021809497,1024874921,1027949590,1031033438,1034126529,1037228929,1040340636,1043461651,1046592038,1049731862,1052881057,1056039753,1059207885,1062385517,1065572714,1068769476,1071975802,1075191757,1078417405,1081652682,1084897716,1088152379,1091416799,1094691105,1097975168,1101269116,1104572950,1107886669,1111210403,1114544022,1117887655,1121241302,1124605091,1127978894,1131362840,1134756928,1138161158,1141575659,1145000430,1148435473,1151880786,1155336498,1158802481,1162278863,1165765773,1169263081,1172770917,1176289281,1179818172,1183357591,1186907665,1190468395,1194039782,1197621952,1201214907,1204818517,1208433040,1212058348 + +//Base - Expanded Super Novice , Kagerou/Oboro , Rebellion +160,4190:4191:4211:4212:4215,0,420,660,1080,1800,2640,3840,4560,5040,5460,6000,6600,7200,7320,7620,8040,8820,9600,10080,10560,11040,12610,13390,14300,15340,16900,18460,19500,20800,22100,23400,24700,26000,27300,28600,30160,31200,33800,35750,37700,39000,44100,46200,47600,50400,52500,53200,56000,58800,62300,65800,68600,71400,74200,77000,79800,82600,86100,88200,91000,93800,103500,105000,109500,115500,120000,126000,132000,136500,142500,165000,192000,210000,232500,244500,255000,270000,282000,292500,300000,345000,416000,480000,560000,640000,768000,880000,960000,1088000,1200000,1440000,1700000,2040000,2550000,3060000,3570000,4080000,4760000,5610000,6800000,7070000,7400000,7770000,8150000,8550000,9100000,9610000,10150000,10570000,11180000,12000000,12200000,12930000,13150000,14030000,14420000,15420000,15670000,16870000,17140000,18720000,19020000,20590000,20930000,22690000,23310000,25290000,26020000,27860000,28535000,30990000,31680000,33560000,34942000,36372000,38350000,39890000,41545000,43330000,45400000,48100000,50410000,53370000,56250000,59230000,62590000,66120000,70200000,75330000,81100000,95000000,98000000,103000000,107000000,112000000,116000000,121000000,125000000,130000000,134000000,139000000,145000000,152200000,160840000,171200000,191930000,202290000,214720000,229640000,247550000,283370000,301280000,322770000,348560000,379500000,441390000,102694708,103002790,103311802,103621737,103932603,104244399,104557135,104870809,105185422,105500982,105817489,106134942,106453351,106772714,107093032,107414313,107736557,108059771,108383949,108709106,109035233,109362339,109690425,110019497,110349556,110680602,111012644,111345680,111679719,112014761,112350806,112687862,113025929,113365008,113705105,114046221,114388365,114731535,115075733,115420965,115767233,116114536,116462882,116812271,117162711,117514202,117866745,118220346,118575007,118930735,119287530,119645393,120004330,120364343,120725439,121087618,121450881,121815235,122180680,122547224,122914868,123283611,123653461,124024426,124396499,124769688,125143999,125519434,125895992,126273682,126652503,127032464,127413564,127795811,128179198,128563740,128949437,129336291,129724299,130113471,130503815,130895330,131288016,131681882,132076928,132473161,132870582,133269198,133669010,134070017,134472228,134875643,135280277,135686115,136093173,136501450,136910963,137321695,137733663,138146867,138561307,138976998,139393925,139812104,140231535,140652233,141074199,141497417,141921919,142347688,142774726,143203047,143632652,144063556,144495745,144929234,145364022,145800111,146237515,146676235,147116271,147557623,148000291,148444291,148889623,149336287,149784299,150233660,150684368,151136424,151589828,152044596,152500728,152958241,153417117,153877374,154339011,154802028,155266441,155732250,156199456,156668057,157138071,157609481,158082319,158556570,159032249,159509356,159987891,160467855,160949262,161432115,161916411,162402168,162889385,163378063,163868201,164359816,164852890,165347458,165843501,166341037,166840066,167340587,167842617,168346155,168851202,169357757,169865836,170375441,170886569,171399239,171913433,172429183,172946475,173465323,173985727,174507688,175031206,175556297,176082976,176611228,177141069,177672498,178205517,178740140,179276368,179814200,180353654,180894712,181437407,181981724,182527677,183075266,183624493,184175373,184727905,185282091,185837946,186395469,186954662,187515523,188078070,188642302,189208234,189775868,190345203,190916239,191488992,192063462,192639650,193217570,193797224,194378611,194961747,195546633,196133284,196721683,197311849,197903795,198497507,199093000,199690275,200289347,200890216,201492882,202097362,202703656,203311763,203921699,204533465,205147076,205762517,206379803,206998951,207619945,208242816,208867548,209494159,210122646,210753012,211385271,212019424,212655486,213293458,213933340,214575148,215218881,215864541,216512142,217161684,217813169,218466612,219122012,219779386,220438734,221100056,221763368,222428654,223095946,223765244,224436548,225109858,225785190,226462544,227141936,227823366,228506834,229192357,229879933,230569580,231261297,231955084,232650958,233348917,234048963,234751111,235455362,236161731,236870218,237580839,238293579,239008469,239725494,240444669,241166011,241889519,242615193,243343050,244073090,244805312,245539733,246276352,247015186,247756234,248499513,249245023,249992764,250742751,251494985,252249482,253006241,253765264,254526565,255290145,256056019,256824189,257594669,258367461,259142563,259919993,260699765,261481864,262266307,263053108,263842268,264633804,265427714,266224000,267022677,267823745,268627220,269433119,270241425,271052169,271865322,272680913,273498976,274319478,275142452,275967897,276795813,277626201,278459092,279294487,280132385,280972787,281815724,282661165,283509141,284359685,285212765,286068412,286926627,287787409,288650792,289516742,290385292,291256441,292130223,293006604,293885617,294767295,295651604,296538577,297428213,298320514,299215479,300113140,301013497,301916550,302822299,303730777,304641982,305555916,306472578,307392000,308314182,309239124,310166859,311097355,312030642,312966754,313905658,314847387,315791940,316739318,317689552,318642611,319598558,320557362,321519054,322483603,323451073,324421432,325394711,326370910,327350031,328332072,329317067,330305014,331295946,332289830,333286700,334286555,335289426,336295315,337304221,338316143,339331083,340349072,341370110,342394229,343421429,344451711,345485074,346521550,347561107,348603810,349649626,350698588,351750695,352805947,353864377,354925984,355990769,357058763,358129935,359204317,360281940,361362805,362446912,363534260,364624882,365718778,366815948,367916391,369020140,370127196,371237589,372351320,373468389,374588796,375712574,376839721,377970239,379104158,380241480,381382204,382526362,383673955,384824981,385979475,387137434,388298860,389463752,390632143,391804032,392979452,394158402,395340883,396526926,397716501,398909669,400106401,401306727,402510648,403718196,404929371,406144172,407362601,408584688,409810466,411039903,412273032,413509851,414750394,415994659,417242648,418494392,419749891,421009146,422272188,423539017,424809633,426084069,427362325,428644431,429930358,431220168,432513829,433811374,435112803,436418147,437727407,439040583,440357706,441678778,443003829,444332860,445665871,447002862,448343865,449688913,451038004,452391139,453748318,455109574,456474906,457844346,459217894,460595551,461977348,463363285,464753395,466147677,467546132,468948792,470355656,471766724,473182030,474601571,476025382,477453462,478885842,480322523,481763505,483208820,484658468,486112449,487570795,489033506,490500614,491972120,493448054,494928418,496413211,497902466,499396181,500894391,502397093,503904289,505416011,506932258,508453063,509978425,511508377,513042919,514582051,516125804,517674180,519227209,520784892,522347261,523914316,525486057,527062517,528643726,530229654,531820364,533415824,535016066,536621123,538230994,539845680,541465244,543089623,544718880,546353015,547992094,549636051,551284951,552938794,554597644,556261436,557930235,559604042,561282855,562966740,564655631,566349594,568048628,569752797,571462038,573176414,574895925,576620635,578350481,580085527,581825772,583571281,585321990,587077962,588839198,590605697,592377525,594154681,595937164,597724975,599518179,601316775,603120763,604930142,606744915,608565143,610390828,612222033,614058694,615900876,617748579,619601866,621460674,623325067,625195044,627070670,628951881,630838740,632731249,634629471,636533341,638442925,640358286,642279360,644206211,646138840,648077246,650021493,651971582,653927512,655889284,657856961,659830544,661810033,663795492,665786920,667784318,669787686,671797089,673812525,675833995,677861500,679895102,681934803,683980602,686032564,688090688,690154974,692225423,694302098,696385000,698474193,700569613,702671323,704779324,706893680,709014391,711141458,713274879,715414719,717560979,719713657,721872820,724038465,726210594,728389271,730574431,732766138,734964457,737169388,739380931,741599086,743823916,746055423,748293605,750538528,752790127,755048530,757313673,759585620,761864372,764149993,766442482,768741839,771048065,773361224,775681315,778008404,780342425,782683443,785031522,787386663,789748864,792118127,794494515,796878028,799268666,801666494,804071512,806483719,808903180,811329894,813763926,816205212,818653816,821109802,823573170,826043920,828522053,831007631,833500656,836001191,838509237,841024793,843547859,846078501,848616781,851162636,853716129,856277326,858846161,861422700,864007006,866599015,869198855,871806462,874421901,877045172,879676337,882315399,884962356,887617273,890280150,892950987,895629847,898316732,901011705,903714766,906425915,909145216,911872670,914608277,917352099,920104203,922864523,925633124,928410070,931195297,933988933,936790914,939601304,942420103,945247376,948083121,950927405,953780226,956641584,959511544,962390106,965277270,968173099,971077659,973990885,976912905,979843655,982783199,985731538,988688735,991654790,994629769,997613670,1000606558,1003608368,1006619230,1009639078,1012668042,1015706057,1018753187,1021809497,1024874921,1027949590,1031033438,1034126529,1037228929,1040340636,1043461651,1046592038,1049731862,1052881057,1056039753,1059207885,1062385517,1065572714,1068769476,1071975802,1075191757,1078417405,1081652682,1084897716,1088152379,1091416799,1094691105,1097975168,1101269116,1104572950,1107886669,1111210403,1114544022,1117887655,1121241302,1124605091,1127978894,1131362840,1134756928,1138161158,1141575659,1145000430,1148435473,1151880786,1155336498,1158802481,1162278863,1165765773,1169263081,1172770917,1176289281,1179818172,1183357591,1186907665,1190468395,1194039782,1197621952,1201214907,1204818517,1208433040,1212058348 //Job - Novice & Baby Novice 10,0:4023,1,4,10,18,28,40,91,151,205,268,340 @@ -34,8 +37,11 @@ //Job - Adv Second Classes 70,4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022,1,2400,3800,6200,10400,15200,22900,27100,30000,32500,35700,41300,45000,45800,47600,50300,58700,63900,67100,70300,73500,90600,96200,102700,110200,121400,144700,152900,163100,173300,183500,213500,224700,236000,247200,260700,299800,324800,343600,362300,374800,474400,497000,512100,542200,564800,644300,678200,712100,754500,796900,949300,988100,1026800,1065600,1104300,1334800,1391400,1425300,1470600,1515800,2003800,2032800,2119900,2236100,2323200,3025300,3433300,3776600,4436900,6758400,6893567,7031438,7172066,7315507,7461817,7611053,7763273,7918538,8076908,8238446,8403214,8571278,8742703,8917556,9095906,9277823,9463379,9652646,9845698,10042611,10243463,10448332,10657298,10870443,11087851,11309607,11535798,11766513,12001843,12241879,12486716,12736450,12991178,13251001,13516020,13786340,14062066,14343307,14630172,14922775,15221230,15525654,15836166,16152889,16475946,16805464,17141572,17484403,17834091,18190773,18554587,18925679,19304193,19690275,20084081,20485761,20895474,21313383,21739651,22174444,22617932,23070290,23531695,24002329,24482374,24972021,25471459,25980888,26500505,27030513,27571121,28122541,28684990,29258689,29843861,30440736,31049550,31670540,32303950,32950028,33609027,34281207,34966831,35666167,36379490,37107077,37849216,38606199,39378323,40165889,40969204,41788587,42624358,43476846,44346384,45233310,46137977,47060734,48001949,48961986,49941222,50940047,51958847,52998023,54057983,55139142,56241925,57366761,58514094,59684376,60878062,62095624,63337535,64604285,65896368,67214294,68558580,69929746,71328337,72754901,74210000,75694198,77208082,78752240,80327283,81933824,83572498,85243944,86948821,88687798,90461554,92270781,94116197,95998522,97918488,99876855,101874391,103911877,105990115,108109912,110272108,112477552,114727100,117021643,119362070,121749311,124184295,126667979,129201333,131785360,134421064,137109474,139851658,142648694,145501659,148411694,151379927,154407515,157495667,160645574,163858476,167135646,170478357,173887915,177365675,180912990,184531248,188221869,191986305,195826026,199742548,203737391,207812135,211968366,216207731,220531878,224942505,229441357,234030182,238710775,243484978,248354670,253321760,258388190,263555950 -//Job - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro -50,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112:4190:4191:4211:4212:4215,1,106000,112000,355000,615000,917000,1253000,1595000,2007000,2430000,2868000,3420000,3863000,4504000,4998000,5769000,6321000,7254000,7870000,9015000,9530000,11072000,11848000,13467000,14337000,16243000,17216000,19446000,20781000,23070000,24453000,27568000,29118000,31820000,34125000,37048000,40204000,42972000,45937000,49110000,52696000,57158000,61305000,67167000,72285000,77647000,83624000,91113000,98548000,107630000,119077000,120267768,121470444,122685151,123912002,125151118,126402630,127666657,128943321,130232751,131535078,132850429,134178935,135520724,136875925,138244677,139627117,141023389,142433624,143857966,145296546,146749508,148216997,149699160,151196158,152708120,154235207,155777550,157335326,158908679,160497757,162102736,163723761,165360996,167014600,168684736,170371581,172075298,173796047,175534006,177289338,179062235,180852860,182661390,184488004,186332878,188196207,190078168,191978955,193898747,195837737,197796119,199774071,201771802,203789524,205827413,207885680,209964534,212064171,214184815,216326662,218489920,220674817,222881562,225110381,227361485,229635100,231931452,234250768,236593273,238959210,241348805,243762285,246199908,248661900,251148520,253659994,256196597,258758555,261346143,263959602,266599193,269265189,271957833,274677399,277424179,280198431,283000413,285830417,288688733,291575620,294491369,297436270,300410615,303414727,306448864,309513349,312608474,315734561,318891902,322080819,325301637,328554645,331840199,335158590,338510174,341895274,345314213,348767346,352255030,355777587,359335372,362928710,366557987,370223560,373925783,377665046,381441702,385256109,389108653,392999722,396929705,400898989,404907961,408957043,413046622,417177086,421348854,425562348,429817955,434116127,438457285,442841848,447270270,451742970,456260401,460823015,465431233,470085539,474786386,479534259,484329610,489172891,494064620,499005249,503995295,509035244,514125579,519266818,524459479,529704077,535001099,540351093,545754609,551212165,556724276,562291525,567914429,573593570,579329530,585122825,590974038,596883750,602852608,608881128,614969957,621119677,627330870,633604182,639940195,646339620,652803038,659331031,665924311,672583524,679309381,686102463,692963482,699893083,706891979,713960880,721100498,728311477,735594595,742950563,750380090,757883889,765462735,773117339,780848477,788656925,796543457,804508915,812554009,820679516,828886275,837175126,845546847,854002276,862542318,871167751,879879413,888678209,897564981,906540633,915606005 +//Job - 3rd Jobs, Baby 3rds, Expanded Super Novice +60,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112,1,106000,112000,355000,615000,917000,1253000,1595000,2007000,2430000,2868000,3420000,3863000,4504000,4998000,5769000,6321000,7254000,7870000,9015000,9530000,11072000,11848000,13467000,14337000,16243000,17216000,19446000,20781000,23070000,24453000,27568000,29118000,31820000,34125000,37048000,40204000,42972000,45937000,49110000,52696000,57158000,61305000,67167000,72285000,77647000,83624000,91113000,98548000,107630000,119077000,131668000,145518000,160753000,177511000,195944000,216220000,238523000,263056000,290042000,319726000,,134178935,135520724,136875925,138244677,139627117,141023389,142433624,143857966,145296546,146749508,148216997,149699160,151196158,152708120,154235207,155777550,157335326,158908679,160497757,162102736,163723761,165360996,167014600,168684736,170371581,172075298,173796047,175534006,177289338,179062235,180852860,182661390,184488004,186332878,188196207,190078168,191978955,193898747,195837737,197796119,199774071,201771802,203789524,205827413,207885680,209964534,212064171,214184815,216326662,218489920,220674817,222881562,225110381,227361485,229635100,231931452,234250768,236593273,238959210,241348805,243762285,246199908,248661900,251148520,253659994,256196597,258758555,261346143,263959602,266599193,269265189,271957833,274677399,277424179,280198431,283000413,285830417,288688733,291575620,294491369,297436270,300410615,303414727,306448864,309513349,312608474,315734561,318891902,322080819,325301637,328554645,331840199,335158590,338510174,341895274,345314213,348767346,352255030,355777587,359335372,362928710,366557987,370223560,373925783,377665046,381441702,385256109,389108653,392999722,396929705,400898989,404907961,408957043,413046622,417177086,421348854,425562348,429817955,434116127,438457285,442841848,447270270,451742970,456260401,460823015,465431233,470085539,474786386,479534259,484329610,489172891,494064620,499005249,503995295,509035244,514125579,519266818,524459479,529704077,535001099,540351093,545754609,551212165,556724276,562291525,567914429,573593570,579329530,585122825,590974038,596883750,602852608,608881128,614969957,621119677,627330870,633604182,639940195,646339620,652803038,659331031,665924311,672583524,679309381,686102463,692963482,699893083,706891979,713960880,721100498,728311477,735594595,742950563,750380090,757883889,765462735,773117339,780848477,788656925,796543457,804508915,812554009,820679516,828886275,837175126,845546847,854002276,862542318,871167751,879879413,888678209,897564981,906540633,915606005 + +//Job - Expanded Super Novice , Kagerou/Oboro , Rebellion +50,4190:4191:4211:4212:4215,1,106000,112000,355000,615000,917000,1253000,1595000,2007000,2430000,2868000,3420000,3863000,4504000,4998000,5769000,6321000,7254000,7870000,9015000,9530000,11072000,11848000,13467000,14337000,16243000,17216000,19446000,20781000,23070000,24453000,27568000,29118000,31820000,34125000,37048000,40204000,42972000,45937000,49110000,52696000,57158000,61305000,67167000,72285000,77647000,83624000,91113000,98548000,107630000,119077000,131668000,145518000,160753000,177511000,195944000,216220000,238523000,263056000,290042000,319726000,,134178935,135520724,136875925,138244677,139627117,141023389,142433624,143857966,145296546,146749508,148216997,149699160,151196158,152708120,154235207,155777550,157335326,158908679,160497757,162102736,163723761,165360996,167014600,168684736,170371581,172075298,173796047,175534006,177289338,179062235,180852860,182661390,184488004,186332878,188196207,190078168,191978955,193898747,195837737,197796119,199774071,201771802,203789524,205827413,207885680,209964534,212064171,214184815,216326662,218489920,220674817,222881562,225110381,227361485,229635100,231931452,234250768,236593273,238959210,241348805,243762285,246199908,248661900,251148520,253659994,256196597,258758555,261346143,263959602,266599193,269265189,271957833,274677399,277424179,280198431,283000413,285830417,288688733,291575620,294491369,297436270,300410615,303414727,306448864,309513349,312608474,315734561,318891902,322080819,325301637,328554645,331840199,335158590,338510174,341895274,345314213,348767346,352255030,355777587,359335372,362928710,366557987,370223560,373925783,377665046,381441702,385256109,389108653,392999722,396929705,400898989,404907961,408957043,413046622,417177086,421348854,425562348,429817955,434116127,438457285,442841848,447270270,451742970,456260401,460823015,465431233,470085539,474786386,479534259,484329610,489172891,494064620,499005249,503995295,509035244,514125579,519266818,524459479,529704077,535001099,540351093,545754609,551212165,556724276,562291525,567914429,573593570,579329530,585122825,590974038,596883750,602852608,608881128,614969957,621119677,627330870,633604182,639940195,646339620,652803038,659331031,665924311,672583524,679309381,686102463,692963482,699893083,706891979,713960880,721100498,728311477,735594595,742950563,750380090,757883889,765462735,773117339,780848477,788656925,796543457,804508915,812554009,820679516,828886275,837175126,845546847,854002276,862542318,871167751,879879413,888678209,897564981,906540633,915606005 //Job - Ninja/Gunslinger 70,24:25,1,100,200,300,400,600,700,1000,1200,1400,1700,1900,2400,2700,3200,3600,4200,4900,5500,6100,6900,7700,8400,9300,10100,11100,12100,13000,14600,16100,17500,18600,21500,23300,24700,27000,29000,30000,32400,35000,38100,41100,44000,46700,49600,52500,55600,58900,62700,65500,69200,72300,81200,84100,89300,95500,100900,107800,114900,120700,128600,150500,176900,196100,219600,234200,247900,266400,281300,296600,308000,311079,314189,317330,320503,323708,326945,330214,333516,336851,340219,343621,347057,350527,354032,357572,361147,364758,368405,372089,375809,379567,383362,387195,391066,394976,398925,402914,406943,411012,415122,419273,423465,427699,431975,436294,440656,445062,449512,454007,458547,463132,467763,472440,477164,481935,486754,491621,496537,501502,506517,511582,516697,521863,527081,532351,537674,543050,548480,553964,559503,565098,570748,576455,582219,588041,593921,599860,605858,611916,618035,624215,630457,636761,643128,649559,656054,662614,669240,675932,682691,689517,696412,703376,710409,717513,724688,731934,739253,746645,754111,761652,769268,776960,784729,792576,800501,808506,816591,824756,833003,841333,849746,858243,866825,875493,884247,893089,902019,911039,920149,929350,938643,948029,957509,967084,976754,996289,1016214,1036538,1057268,1078413,1099981,1121980,1144419,1167307,1190653,1214466,1238755,1263530,1288800,1314575,1340866,1367683,1395036,1422936,1451394,1480421,1510029,1540229,1571033,1602453,1634502,1667192,1700535,1734545,1769235,1804619,1840711,1877525,1915075,1953376,1992443,2032291,2072936,2114394,2156681,2199814,2243810,2288686,2334459,2381148,2428770,2477345,2526891,2577428,2628976,2681555,2735186,2789889,2845686,2902599,2960650,3019862,3080259,3141864,3204701,3268794,3334169,3400852,3468868,3538245,3609009,3681189,3754812,3829908 @@ -43,8 +49,8 @@ //Job - Taekwon (Same EXP table as 1st Classes & Baby 1st Classes) 50,4046,1,60,130,260,460,780,1060,1300,1560,1910,2290,2680,2990,3340,3740,4360,4970,5530,6120,6700,8090,8920,9970,11080,12690,14440,15850,17400,19220,21060,22870,24910,26840,29080,31320,33300,37110,40500,43570,46180,53510,57200,60310,65690,70090,72130,77540,83320,90120,97180,99123,101105,103127,105189,107292,109437,111625,113857,116134,118456,120825,123241,125705,128219,130783,133398,136065,138786,141561,144392,147279,150224,153228,156292,159417,162605,165857,169174,172557,176008,179528,183118,186780,190515,194325,198211,202175,206218,210342,214548,218838,223214,227678,232231,236875,241612,246444,251372,256399,261526,266756,272091,277532,283082,288743,294517,300407,306415,312543,318793,325168,331671,338304,345070,351971,359010,366190,373513,380983,388602,396374,404301,412387,420634,429046,437626,446378,455305,464411,473699,483172,492835,502691,512744,522998,533457,544126,555008,566108,577430,588978,600757,612772,625027,637527,650277,663282,676547,690077,703878,717955,732314,746960,761899,777136,792678,808531,824701,841195,858018,875178,892681,910534,928744,947318,966264,985589,1005300,1025405,1045913,1066831,1088167,1109930,1132128,1154770,1177865,1201422,1225450,1249958,1274957,1300456,1326465,1352994,1380053,1407654,1435807,1464523,1493813,1523689,1554162,1585245,1616949,1649287,1682272,1715917,1750235,1785239,1820943,1857361,1894508,1932398,1971045,2010465,2050674,2091687,2133520,2176190,2219713,2264107,2309389,2355576,2402687,2450740,2499754,2549749,2600743,2652757,2705812,2759928,2815126,2871428,2928856,2987433,3047181,3108124,3170286,3233691,3298364,3364331,3431617,3500249,3570253,3641657,3714490,3788779,3864554,3941845,4020681,4101094,4183115,4266777,4352112,4439154,4527936,4618494,4710863,4805080,4901181,4999204,5099187,5201170,5305193,5411296,5519521,5629911 -//Job - Star Gladiator (Still pre-renewal values -> Needs info) -50,4047:4048,1,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,54868,70216,77154,84412,105416,133924,165376,179008,193338,235642,289842,348402,373354,399168,477234,572732,674294,716870,760752,895370,1053978,1220492,1289472,1587070,1843620,2213516,2521910,2974608,3115314,3981264,5166772,5218439,5270623,5323329,5376562,5430327,5484630,5539476,5594870,5650818,5707326,5764399,5822042,5880262,5939064,5998454,6058438,6119022,6180212,6242014,6304434,6367478,6431152,6495463,6560417,6626021,6692281,6759203,6826794,6895061,6964011,7033651,7103987,7175026,7246776,7319243,7392435,7466359,7541022,7616432,7692596,7769521,7847216,7925688,8004944,8084993,8165842,8247500,8329974,8413273,8497405,8582378,8668201,8754882,8842430,8930854,9020162,9110363,9201466,9293480,9386414,9480278,9575080,9670830,9767538,9865213,9963865,10063503,10164137,10265778,10368435,10472119,10576840,10682608,10789433,10897327,11006300,11116362,11227525,11339800,11453197,11567728,11683405,11800238,11918240,12037422,12157796,12279373,12402166,12526187,12651448,12777962,12905741,13034798,13165145,13296796,13429763,13564060,13699700,13836696,13975062,14114812,14255959,14398518,14542503,14687927,14834806,14983153,15132984,15284313,15437155,15591526,15747441,15904915,16063963,16224602,16386847,16550715,16716221,16883383,17052217,17222737,17394963,17568913,17744600,17922045,18101264,18282276,18465098,18649748,18836245,19024606,19214851,19407000,19601069,19797078,19995048,20194998,20396947,20600917,20806924,21014993,21225141,21437391,21651765,21868281,22086962,22307831,22530910,22756218,22983779,23213617,23445751,23680209,23917009,24156177,24397737,24641713,24888128,25137009,25388377,25642259,25898682,26157668,26419244,26683436,26950270,27219772,27491969,27766887,28044556,28325001,28608249,28894330,29183273,29475104,29769854,30067552,30368227,30671909,30978626,31288411,31601295,31917308,32236480,32558844,32884432,33213276,33545408,33880861,34219668,34561864,34907482,35256554,35609117,35965206,36324859,36688108,37054988,37425537,37799791,38177789,38559565,38945159,39334611,39727957 +//Job - Star Gladiator +50,4047:4048,1,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,50700,101400,112000,118800,127000,136200,150000,171400,181000,193200,205200,217200,239400,252000,264600,277200,292200,315000,341200,360800,380600,393600,429800,450400,464000,491400,511800,558600,588000,617400,654000,690800,5270623,5323329,5376562,5430327,5484630,5539476,5594870,5650818,5707326,5764399,5822042,5880262,5939064,5998454,6058438,6119022,6180212,6242014,6304434,6367478,6431152,6495463,6560417,6626021,6692281,6759203,6826794,6895061,6964011,7033651,7103987,7175026,7246776,7319243,7392435,7466359,7541022,7616432,7692596,7769521,7847216,7925688,8004944,8084993,8165842,8247500,8329974,8413273,8497405,8582378,8668201,8754882,8842430,8930854,9020162,9110363,9201466,9293480,9386414,9480278,9575080,9670830,9767538,9865213,9963865,10063503,10164137,10265778,10368435,10472119,10576840,10682608,10789433,10897327,11006300,11116362,11227525,11339800,11453197,11567728,11683405,11800238,11918240,12037422,12157796,12279373,12402166,12526187,12651448,12777962,12905741,13034798,13165145,13296796,13429763,13564060,13699700,13836696,13975062,14114812,14255959,14398518,14542503,14687927,14834806,14983153,15132984,15284313,15437155,15591526,15747441,15904915,16063963,16224602,16386847,16550715,16716221,16883383,17052217,17222737,17394963,17568913,17744600,17922045,18101264,18282276,18465098,18649748,18836245,19024606,19214851,19407000,19601069,19797078,19995048,20194998,20396947,20600917,20806924,21014993,21225141,21437391,21651765,21868281,22086962,22307831,22530910,22756218,22983779,23213617,23445751,23680209,23917009,24156177,24397737,24641713,24888128,25137009,25388377,25642259,25898682,26157668,26419244,26683436,26950270,27219772,27491969,27766887,28044556,28325001,28608249,28894330,29183273,29475104,29769854,30067552,30368227,30671909,30978626,31288411,31601295,31917308,32236480,32558844,32884432,33213276,33545408,33880861,34219668,34561864,34907482,35256554,35609117,35965206,36324859,36688108,37054988,37425537,37799791,38177789,38559565,38945159,39334611,39727957 //Job - Soul Linker (Same EXP table as 2nd Classes & Baby 2nd Classes) 50,4049,1,2500,4200,7000,10300,15900,18900,20900,22600,24900,28800,31500,32000,33300,35100,40500,44100,46300,48500,50700,56000,59400,63500,68100,75000,85700,90500,96600,102600,108600,119700,126000,132300,138600,146100,157500,170600,180400,190300,196800,214900,225200,232000,245700,255900,279300,294000,308700,327000,345400,355761,366433,377425,388747,400409,412421,424793,437536,450662,464181,478106,492449,507222,522438,538111,554254,570881,588007,605647,623816,642530,661805,681659,702108,723171,744866,767211,790227,813933,838350,863500,889404,916086,943568,971875,1001031,1031061,1061992,1093851,1126666,1160465,1195278,1231136,1268070,1306112,1345295,1385653,1427222,1470038,1514139,1559563,1606349,1654539,1704175,1755300,1807958,1862196,1918061,1975602,2034870,2095916,2158793,2223556,2290262,2358969,2429738,2502630,2577708,2655039,2734690,2816730,2901231,2988267,3077914,3170251,3265358,3363318,3464217,3568143,3675187,3785442,3899005,4015975,4136454,4260547,4388363,4520013,4655613,4795281,4939139,5087313,5239932,5397129,5559042,5725813,5897587,6074514,6256749,6444451,6637784,6836917,7042024,7253284,7470882,7695008,7925858,8163633,8408541,8660796,8920619,9188237,9463883,9747799,10040232,10341438,10651680,10758196,10865777,10974434,11084178,11195019,11306969,11420038,11534238,11649580,11766075,11883735,12002572,12122597,12243822,12366260,12489922,12614821,12740969,12868378,12997061,13127031,13258301,13390883,13524791,13660038,13796638,13934604,14073949,14214688,14356834,14500402,14645405,14791858,14939776,15089173,15240064,15392464,15546388,15701851,15858869,16017457,16177631,16339407,16502800,16667827,16834505,17002848,17172876,17344604,17518049,17693228,17870160,18048861,18229348,18411641,18595756,18781713,18969528,19159223,19350816,19544323,19739767,19937165,20136535,20337901,20541278,20746690,20954156,21163697,21375332,21589085,21804974,22023023,22243254,22465686,22690342,22917245,23146416,23377879,23611658,23847774,24086251,24327114,24570384,24816087,25064248,25314890,25568038,25823718 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_combo_db.txt b/db/re/item_combo_db.txt index 3a9d9d015..811a57cb4 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -26,9 +26,9 @@ 1573:2716:2717,{ bonus bInt,5; bonus bMaxHP,700; bonus bAspdRate,5; } 1615:18539,{ bonus bMatk,10*getequiprefinerycnt(EQI_HAND_R); bonus bVariableCastrate,-10; } 1616:2515,{ bonus bSpeedRate,25; } -1618:2509,{ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_HAND_R)*3; } +1618:2509,{ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; if(getequiprefinerycnt(EQI_GARMENT) > 10) { bonus2 bSubEle,Ele_Neutral,30; } else { bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_GARMENT)*3; } } 1618:2535,{ bonus bMatkRate,5; bonus2 bSubEle,Ele_Neutral,25; } -1620:2509,{ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_HAND_R)*3; } +1620:2509,{ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; if(getequiprefinerycnt(EQI_GARMENT) > 10) { bonus2 bSubEle,Ele_Neutral,30; } else { bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_GARMENT)*3; } } 1620:2535,{ bonus bMatkRate,5; bonus2 bSubEle,Ele_Neutral,25; } 1629:5045,{ bonus bDex,2; bonus bInt,2; bonus bSPrecovRate,5; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R); } 1631:2129,{ bonus2 bSkillAtk,"PR_MAGNUS",20; bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,20; } @@ -45,6 +45,8 @@ 1734:1753,{ bonus bLongAtkRate,50; } 1741:2748,{ bonus bAtk,25; bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET; } 1746:1773,{ bonus bLongAtkRate,50; } +1775:18113,{ bonus bLongAtkRate,70; } +1776:18113,{ bonus bLongAtkRate,40; } 1775:18114,{ bonus bLongAtkRate,50; } 1776:18114,{ bonus bLongAtkRate,20; } 2001:2677,{ bonus bMatkRate,10; bonus bDex,2; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; } @@ -65,7 +67,7 @@ 2123:2701,{ bonus bVariableCastrate,-10; } 2124:2702,{ bonus bAspdRate,10; bonus bShortWeaponDamageReturn,5; } 2135:2426,{ bonus2 bAddEff,Eff_Blind,500; autobonus "{ bonus bFlee,20; }",200,10000,BF_WEAPON,"{ specialeffect2 EF_INCAGILITY; }"; } -2137:2353:5124,{ bonus bDef,2-getrefine()-getequiprefinerycnt(EQI_HEAD_TOP); bonus bMdef,5+getrefine()+getequiprefinerycnt(EQI_HEAD_TOP); } +2137:2353:5124,{ bonus bDef,2-getequiprefinerycnt(EQI_HAND_L)-getequiprefinerycnt(EQI_HEAD_TOP); bonus bMdef,5+getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_HEAD_TOP); } 2169:2491:2590:15051,{ bonus bMaxHPrate,20; bonus bMaxSPrate,10; } 2171:15053,{ bonus bAgi,2; } 2171:15056,{ bonus bAgi,2; } @@ -86,7 +88,7 @@ 2357:2421:2524:5171,{ bonus bAllStats,1; } 2358:5153,{ bonus bLuk,6; bonus bFlee,5; bonus bInt,2; } 2359:2654,{ bonus bUseSPrate,-20; bonus bMaxHP,300; } -//2369:2428:2533:5306,{ bonus2 bSubRace,RC_DemiHuman,10; bonus bMaxHPrate,20; bonus2 bResEff,Eff_Freeze,10000; skill "WZ_FIREPILLAR",10; } +2369:2428:2533:5306,{ bonus2 bSubRace,RC_DemiHuman,10; bonus bMaxHPrate,20; bonus2 bResEff,Eff_Freeze,10000; skill "WZ_FIREPILLAR",10; } 2371:2522,{ bonus bAgi,5; bonus bFlee,10; } 2371:2523,{ bonus bAgi,5; bonus bFlee,10; } 2374:2729,{ bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3; } @@ -138,7 +140,7 @@ 2626:2711,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; } 2626:2786,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; } 2678:2679,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; } -//2679:2792,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; } +2679:2792,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; } 2720:2772,{ bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,3; bonus bHealPower,5; } 2721:2772,{ bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,3; bonus bHealPower,5; } 2722:2772,{ bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,3; bonus bHealPower,5; } @@ -190,10 +192,12 @@ 5074:5653,{ bonus bStr,1; bonus bAspdRate,2; } 5086:18527,{ bonus2 bAddItemHealRate,12192,200; } 5176:18527,{ bonus bAspdRate,5; } -//5184:5657,{ bonus bLongAtkRate,getrefine(); } +5184:5657,{ bonus bLongAtkRate,getrefine(); } +//5206:5768,{ bonus bDex,1; if(getequiprefinerycnt(EQI_HEAD_TOP) > 4) bonus bDelayrate,4-getequiprefinerycnt(EQI_HEAD_TOP); } 5358:5653,{ bonus bAgi,1; bonus bFlee,3; } +//5359:5657,{ bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP); } 5401:5653,{ bonus bInt,1; bonus bMatkRate,2; } -//5470:5653,{ bonus bDex,1; bonus bLongAtkRate,3; } +5470:5653,{ bonus bDex,1; bonus bLongAtkRate,3; } 13027:15044,{ bonus3 bAddMonsterDropItem,929,RC_Brute,100+(getrefine()*10); bonus3 bAddMonsterDropItem,929,RC_DemiHuman,100+(getrefine()*10); bonus3 bAddMonsterDropItem,970,RC_Brute,20+(getrefine()*2); bonus3 bAddMonsterDropItem,970,RC_DemiHuman,20+(getrefine()*2); } -13034:13035,{ bonus bMaxSP,20; bonus bMaxHPrate,5; bonus bHit,10; bonus2 bAddSize,Size_Large,30; autobonus "{ bonus bAspdRate,100; }",1,7000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; } +13034:13035,{ bonus bMaxSP,20; bonus bMaxHPrate,5; bonus bHit,10; bonus2 bAddSize,Size_Large,30; autobonus "{ bonus bAspdRate,100; }",1,7000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; } 18507:18539,{ bonus bUseSPrate,-3; } diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 229deb776..24638452b 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; "> }, { @@ -461,6 +513,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Script: <" itemheal rand(325,405),0; "> }, { Id: 543 @@ -470,6 +523,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Script: <" itemheal rand(325,405),0; "> }, { Id: 544 @@ -479,6 +533,7 @@ item_db: ( Buy: 20 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(25,60),0; "> }, { @@ -519,6 +574,7 @@ item_db: ( Buy: 2800 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(10,15); "> }, { @@ -529,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; @@ -542,6 +599,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemheal rand(10,15),0; "> }, { @@ -552,6 +610,7 @@ item_db: ( Buy: 1 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal rand(50,60),0; "> }, { @@ -572,6 +631,7 @@ item_db: ( Buy: 1 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemheal rand(35,70),0; "> }, { @@ -686,6 +746,7 @@ item_db: ( Buy: 1 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal 200,0; "> }, { @@ -706,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; @@ -724,6 +786,7 @@ item_db: ( Buy: 500 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(117,192),0; "> }, { @@ -734,6 +797,7 @@ item_db: ( Buy: 60 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(10,20); "> }, { @@ -744,6 +808,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemheal rand(44,66),0; "> }, { @@ -754,6 +819,7 @@ item_db: ( Buy: 10 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(45,65),0; "> }, { @@ -764,6 +830,7 @@ item_db: ( Buy: 20 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(105,145),0; "> }, { @@ -774,6 +841,7 @@ item_db: ( Buy: 1000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(160,200),0; "> }, { @@ -802,6 +870,7 @@ item_db: ( Buy: 20 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemheal rand(33,42),0; "> }, { @@ -822,6 +891,7 @@ item_db: ( Buy: 540 Weight: 60 Upper: 63 + BuyingStore: true Script: <" itemheal rand(150,300),rand(20,30); "> }, { @@ -832,6 +902,7 @@ item_db: ( Buy: 200 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(60,70),0; "> }, { @@ -842,6 +913,7 @@ item_db: ( Buy: 200 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal 0,rand(16,28); "> }, { @@ -852,6 +924,7 @@ item_db: ( Buy: 250 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(100,150),0; "> }, { @@ -862,6 +935,7 @@ item_db: ( Buy: 150 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(50,90),0; "> }, { @@ -872,6 +946,7 @@ item_db: ( Buy: 40 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(20,30),0; "> }, { @@ -882,6 +957,7 @@ item_db: ( Buy: 300 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(10,20),rand(10,20); "> }, { @@ -910,6 +986,7 @@ item_db: ( Buy: 100 Weight: 60 Upper: 63 + BuyingStore: true Script: <" itemheal rand(40,70),0; "> }, { @@ -940,6 +1017,7 @@ item_db: ( Buy: 880 Weight: 60 Upper: 63 + BuyingStore: true Script: <" itemheal rand(270,330),rand(20,30); "> }, { @@ -980,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; @@ -998,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; @@ -1016,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; @@ -1034,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; @@ -1052,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; @@ -1112,6 +1195,7 @@ item_db: ( Buy: 60 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -1122,6 +1206,7 @@ item_db: ( Buy: 300 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemskill AL_TELEPORT,3; "> }, { @@ -1132,6 +1217,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 603,1; "> }, { @@ -1142,6 +1228,7 @@ item_db: ( Buy: 50 Weight: 50 Upper: 63 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-1,1,""; "> }, { @@ -1152,6 +1239,7 @@ item_db: ( Buy: 2000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemskill SM_ENDURE,1; "> }, { @@ -1162,6 +1250,7 @@ item_db: ( Buy: 1500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemskill SM_SELFPROVOKE,1; "> }, { @@ -1172,6 +1261,8 @@ item_db: ( Buy: 5000 Weight: 300 Upper: 63 + BuyingStore: true + Delay: 5000 Script: <" percentheal 100,100; "> }, { @@ -1182,6 +1273,8 @@ item_db: ( Buy: 5000 Weight: 300 Upper: 63 + BuyingStore: true + Delay: 3000 Script: <" percentheal 50,50; "> }, { @@ -1192,6 +1285,7 @@ item_db: ( Buy: 100 Weight: 100 Upper: 63 + BuyingStore: true }, { Id: 610 @@ -1201,6 +1295,7 @@ item_db: ( Buy: 4000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemskill ALL_RESURRECTION,1; "> }, { @@ -1211,6 +1306,7 @@ item_db: ( Buy: 40 Weight: 50 Upper: 63 + BuyingStore: true Script: <" itemskill MC_IDENTIFY,1; "> }, { @@ -1221,6 +1317,7 @@ item_db: ( Buy: 150 Weight: 200 Upper: 63 + BuyingStore: true Script: <" produce 21; "> }, { @@ -1231,6 +1328,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" produce 1; "> }, { @@ -1241,6 +1339,7 @@ item_db: ( Buy: 3000 Weight: 300 Upper: 63 + BuyingStore: true Script: <" produce 2; "> }, { @@ -1251,6 +1350,7 @@ item_db: ( Buy: 5000 Weight: 400 Upper: 63 + BuyingStore: true Script: <" produce 3; "> }, { @@ -1261,6 +1361,7 @@ item_db: ( Buy: 10000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 616,1; "> }, { @@ -1271,6 +1372,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 617,1; "> }, { @@ -1281,6 +1383,7 @@ item_db: ( Buy: 50 Weight: 20 Upper: 63 + BuyingStore: true }, { Id: 619 @@ -1290,6 +1393,10 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1002; "> }, { @@ -1300,6 +1407,10 @@ item_db: ( Buy: 1500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1113; "> }, { @@ -1310,6 +1421,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1031; "> }, { @@ -1320,6 +1435,10 @@ item_db: ( Buy: 2500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1063; "> }, { @@ -1330,6 +1449,10 @@ item_db: ( Buy: 4000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1049; "> }, { @@ -1340,6 +1463,10 @@ item_db: ( Buy: 2500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1011; "> }, { @@ -1350,6 +1477,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1042; "> }, { @@ -1360,6 +1491,10 @@ item_db: ( Buy: 1500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1035; "> }, { @@ -1370,6 +1505,10 @@ item_db: ( Buy: 7000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1167; "> }, { @@ -1380,6 +1519,10 @@ item_db: ( Buy: 10000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1107; "> }, { @@ -1390,6 +1533,10 @@ item_db: ( Buy: 300 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1052; "> }, { @@ -1400,6 +1547,10 @@ item_db: ( Buy: 10 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1014; "> }, { @@ -1410,6 +1561,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1077; "> }, { @@ -1420,6 +1575,10 @@ item_db: ( Buy: 5000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1019; "> }, { @@ -1430,6 +1589,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1056; "> }, { @@ -1440,6 +1603,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1057; "> }, { @@ -1450,6 +1617,10 @@ item_db: ( Buy: 300 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1023; "> }, { @@ -1460,6 +1631,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1026; "> }, { @@ -1470,6 +1645,10 @@ item_db: ( Buy: 350 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1110; "> }, { @@ -1480,6 +1659,10 @@ item_db: ( Buy: 12000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1170; "> }, { @@ -1490,6 +1673,10 @@ item_db: ( Buy: 18000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1029; "> }, { @@ -1500,6 +1687,10 @@ item_db: ( Buy: 3000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1155; "> }, { @@ -1510,6 +1701,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1109; "> }, { @@ -1520,6 +1715,10 @@ item_db: ( Buy: 1800 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1101; "> }, { @@ -1530,6 +1729,7 @@ item_db: ( Buy: 3000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" bpet; "> }, { @@ -1540,9 +1740,9 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 644,1; "> }, -// ASPD in RE they give a fixed +4/+6/+9 ASPD { Id: 645 AegisName: "Center_Potion" @@ -1551,6 +1751,7 @@ item_db: ( Buy: 800 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION1,1800000,4; "> }, { @@ -1563,6 +1764,7 @@ item_db: ( Job: 0xFFF7FEEF Upper: 63 EquipLv: 40 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; "> }, { @@ -1575,6 +1777,7 @@ item_db: ( Job: 0x01E646A6 Upper: 63 EquipLv: 85 + BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; "> }, { @@ -1585,6 +1788,7 @@ item_db: ( Buy: 2 Weight: 500 Upper: 63 + BuyingStore: true Script: <" guildgetexp rand(600000,1200000); "> }, { @@ -1595,6 +1799,10 @@ item_db: ( Buy: 500 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1188; "> }, { @@ -1605,6 +1813,10 @@ item_db: ( Buy: 20000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1200; "> }, { @@ -1615,6 +1827,10 @@ item_db: ( Buy: 20000 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1275; "> }, { @@ -1625,6 +1841,7 @@ item_db: ( Buy: 1450 Weight: 30 Upper: 63 + BuyingStore: true Script: <" sc_start SC_MOVHASTE_HORSE,180000,0; "> }, { @@ -1635,6 +1852,7 @@ item_db: ( Buy: 1 Weight: 10 Upper: 63 + BuyingStore: true Script: <" percentheal 10,0; "> }, { @@ -1645,6 +1863,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 664,1; "> }, { @@ -1655,6 +1874,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 665,1; "> }, { @@ -1665,6 +1885,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 666,1; "> }, { @@ -1675,6 +1896,7 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 667,1; "> }, { @@ -1685,6 +1907,7 @@ item_db: ( Buy: 0 Weight: 20 Upper: 63 + BuyingStore: true Script: <" set Zeny,Zeny+rand(1000,10000); "> }, { @@ -1695,6 +1918,7 @@ item_db: ( Buy: 500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal -100,-100; "> }, { @@ -1777,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; @@ -1793,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; @@ -1816,6 +2042,7 @@ item_db: ( Buy: 50000 Weight: 10 Upper: 63 + BuyingStore: true Script: <" if (getpartnerid()) sc_start SC_WEDDING,600000,0; "> }, { @@ -1826,6 +2053,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PLUSATTACKPOWER,60000,30; "> }, { @@ -1836,6 +2064,7 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PLUSMAGICPOWER,60000,30; "> }, { @@ -1846,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; @@ -1869,6 +2099,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill WZ_EARTHSPIKE,3; "> }, { @@ -1879,6 +2113,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill WZ_EARTHSPIKE,5; "> }, { @@ -1889,6 +2127,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_COLDBOLT,3; "> }, { @@ -1899,6 +2141,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_COLDBOLT,5; "> }, { @@ -1909,6 +2155,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBOLT,3; "> }, { @@ -1919,6 +2169,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBOLT,5; "> }, { @@ -1929,6 +2183,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_LIGHTNINGBOLT,3; "> }, { @@ -1939,6 +2197,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_LIGHTNINGBOLT,5; "> }, { @@ -1949,6 +2211,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_SOULSTRIKE,3; "> }, { @@ -1959,6 +2225,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_SOULSTRIKE,5; "> }, { @@ -1969,6 +2239,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBALL,1; "> }, { @@ -1979,6 +2253,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREBALL,5; "> }, { @@ -1989,6 +2267,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREWALL,1; "> }, { @@ -1999,6 +2281,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FIREWALL,5; "> }, { @@ -2009,6 +2295,10 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FROSTDIVER,1; "> }, // Etc Items @@ -2020,6 +2310,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 200 + BuyingStore: true }, { Id: 702 @@ -2028,6 +2319,7 @@ item_db: ( Type: 3 Buy: 450 Weight: 100 + BuyingStore: true }, { Id: 703 @@ -2036,6 +2328,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 704 @@ -2044,6 +2337,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 705 @@ -2052,6 +2346,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 706 @@ -2060,6 +2355,7 @@ item_db: ( Type: 3 Buy: 80000 Weight: 10 + BuyingStore: true }, { Id: 707 @@ -2068,6 +2364,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 708 @@ -2076,6 +2373,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 709 @@ -2084,6 +2382,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 710 @@ -2092,6 +2391,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 711 @@ -2100,6 +2400,7 @@ item_db: ( Type: 3 Buy: 16 Weight: 10 + BuyingStore: true }, { Id: 712 @@ -2108,6 +2409,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 713 @@ -2116,6 +2418,7 @@ item_db: ( Type: 3 Buy: 6 Weight: 20 + BuyingStore: true }, { Id: 714 @@ -2124,6 +2427,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 1000 + BuyingStore: true }, { Id: 715 @@ -2132,6 +2436,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 716 @@ -2140,6 +2445,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 717 @@ -2148,6 +2454,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 30 + BuyingStore: true }, { Id: 718 @@ -2156,6 +2463,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 719 @@ -2164,6 +2472,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 720 @@ -2172,6 +2481,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 721 @@ -2180,6 +2490,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 722 @@ -2188,6 +2499,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 723 @@ -2196,6 +2508,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 724 @@ -2204,6 +2517,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 100 + BuyingStore: true }, { Id: 725 @@ -2212,6 +2526,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 726 @@ -2220,6 +2535,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 727 @@ -2228,6 +2544,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 728 @@ -2236,6 +2553,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 729 @@ -2244,6 +2562,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 730 @@ -2252,6 +2571,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 100 + BuyingStore: true }, { Id: 731 @@ -2260,6 +2580,7 @@ item_db: ( Type: 3 Buy: 25000 Weight: 100 + BuyingStore: true }, { Id: 732 @@ -2268,6 +2589,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 100 + BuyingStore: true }, { Id: 733 @@ -2276,6 +2598,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 100 + BuyingStore: true }, { Id: 734 @@ -2284,6 +2607,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 200 + BuyingStore: true }, { Id: 735 @@ -2292,6 +2616,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 500 + BuyingStore: true }, { Id: 736 @@ -2300,6 +2625,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 300 + BuyingStore: true }, { Id: 737 @@ -2308,6 +2634,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 50 + BuyingStore: true }, { Id: 738 @@ -2316,6 +2643,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 100 + BuyingStore: true }, { Id: 739 @@ -2324,6 +2652,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 740 @@ -2332,6 +2661,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 100 + BuyingStore: true }, { Id: 741 @@ -2340,6 +2670,7 @@ item_db: ( Type: 3 Buy: 1800 Weight: 100 + BuyingStore: true }, { Id: 742 @@ -2348,6 +2679,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 743 @@ -2356,6 +2688,7 @@ item_db: ( Type: 3 Buy: 5500 Weight: 100 + BuyingStore: true }, { Id: 744 @@ -2364,6 +2697,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 50 + BuyingStore: true }, { Id: 745 @@ -2372,6 +2706,7 @@ item_db: ( Type: 3 Buy: 12000 Weight: 50 + BuyingStore: true }, { Id: 746 @@ -2380,6 +2715,7 @@ item_db: ( Type: 3 Buy: 1400 Weight: 50 + BuyingStore: true }, { Id: 747 @@ -2388,6 +2724,7 @@ item_db: ( Type: 3 Buy: 15000 Weight: 50 + BuyingStore: true }, { Id: 748 @@ -2396,6 +2733,7 @@ item_db: ( Type: 3 Buy: 55000 Weight: 10 + BuyingStore: true }, { Id: 749 @@ -2404,6 +2742,7 @@ item_db: ( Type: 3 Buy: 35000 Weight: 10 + BuyingStore: true }, { Id: 750 @@ -2412,6 +2751,7 @@ item_db: ( Type: 3 Buy: 18000 Weight: 100 + BuyingStore: true }, { Id: 751 @@ -2420,6 +2760,7 @@ item_db: ( Type: 3 Buy: 14000 Weight: 100 + BuyingStore: true }, { Id: 752 @@ -2428,6 +2769,7 @@ item_db: ( Type: 3 Buy: 4000 Weight: 100 + BuyingStore: true }, { Id: 753 @@ -2436,6 +2778,7 @@ item_db: ( Type: 3 Buy: 6000 Weight: 100 + BuyingStore: true }, { Id: 754 @@ -2444,6 +2787,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 100 + BuyingStore: true }, { Id: 756 @@ -2452,6 +2796,7 @@ item_db: ( Type: 3 Buy: 550 Weight: 200 + BuyingStore: true }, { Id: 757 @@ -2460,6 +2805,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 200 + BuyingStore: true }, { Id: 901 @@ -2468,6 +2814,7 @@ item_db: ( Type: 3 Buy: 260 Weight: 10 + BuyingStore: true }, { Id: 902 @@ -2476,6 +2823,7 @@ item_db: ( Type: 3 Buy: 12 Weight: 10 + BuyingStore: true }, { Id: 903 @@ -2484,6 +2832,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 904 @@ -2492,6 +2841,7 @@ item_db: ( Type: 3 Buy: 124 Weight: 10 + BuyingStore: true }, { Id: 905 @@ -2500,6 +2850,7 @@ item_db: ( Type: 3 Buy: 46 Weight: 10 + BuyingStore: true }, { Id: 906 @@ -2508,6 +2859,7 @@ item_db: ( Type: 3 Buy: 68 Weight: 10 + BuyingStore: true }, { Id: 907 @@ -2516,6 +2868,7 @@ item_db: ( Type: 3 Buy: 120 Weight: 10 + BuyingStore: true }, { Id: 908 @@ -2524,6 +2877,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 909 @@ -2532,6 +2886,7 @@ item_db: ( Type: 3 Buy: 6 Weight: 10 + BuyingStore: true }, { Id: 910 @@ -2540,6 +2895,7 @@ item_db: ( Type: 3 Buy: 40 Weight: 10 + BuyingStore: true }, { Id: 911 @@ -2548,6 +2904,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 912 @@ -2556,6 +2913,7 @@ item_db: ( Type: 3 Buy: 480 Weight: 10 + BuyingStore: true }, { Id: 913 @@ -2564,6 +2922,7 @@ item_db: ( Type: 3 Buy: 34 Weight: 10 + BuyingStore: true }, { Id: 914 @@ -2572,6 +2931,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 915 @@ -2580,6 +2940,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 916 @@ -2588,6 +2949,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 917 @@ -2596,6 +2958,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 918 @@ -2604,6 +2967,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 919 @@ -2612,6 +2976,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 920 @@ -2620,6 +2985,7 @@ item_db: ( Type: 3 Buy: 58 Weight: 10 + BuyingStore: true }, { Id: 921 @@ -2628,6 +2994,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 922 @@ -2636,6 +3003,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 923 @@ -2644,6 +3012,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 924 @@ -2652,6 +3021,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 925 @@ -2660,6 +3030,7 @@ item_db: ( Type: 3 Buy: 64 Weight: 10 + BuyingStore: true }, { Id: 926 @@ -2668,6 +3039,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 928 @@ -2676,6 +3048,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 929 @@ -2684,6 +3057,7 @@ item_db: ( Type: 3 Buy: 374 Weight: 10 + BuyingStore: true }, { Id: 930 @@ -2692,6 +3066,7 @@ item_db: ( Type: 3 Buy: 350 Weight: 10 + BuyingStore: true }, { Id: 931 @@ -2700,6 +3075,7 @@ item_db: ( Type: 3 Buy: 142 Weight: 10 + BuyingStore: true }, { Id: 932 @@ -2708,6 +3084,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 934 @@ -2716,6 +3093,7 @@ item_db: ( Type: 3 Buy: 600 Weight: 10 + BuyingStore: true }, { Id: 935 @@ -2724,6 +3102,7 @@ item_db: ( Type: 3 Buy: 14 Weight: 10 + BuyingStore: true }, { Id: 936 @@ -2732,6 +3111,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 937 @@ -2740,6 +3120,7 @@ item_db: ( Type: 3 Buy: 148 Weight: 10 + BuyingStore: true }, { Id: 938 @@ -2748,6 +3129,7 @@ item_db: ( Type: 3 Buy: 70 Weight: 10 + BuyingStore: true }, { Id: 939 @@ -2756,6 +3138,7 @@ item_db: ( Type: 3 Buy: 32 Weight: 10 + BuyingStore: true }, { Id: 940 @@ -2764,6 +3147,7 @@ item_db: ( Type: 3 Buy: 36 Weight: 10 + BuyingStore: true }, { Id: 941 @@ -2772,6 +3156,7 @@ item_db: ( Type: 3 Buy: 568 Weight: 10 + BuyingStore: true }, { Id: 942 @@ -2780,6 +3165,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 943 @@ -2788,6 +3174,7 @@ item_db: ( Type: 3 Buy: 448 Weight: 10 + BuyingStore: true }, { Id: 944 @@ -2796,6 +3183,7 @@ item_db: ( Type: 3 Buy: 588 Weight: 10 + BuyingStore: true }, { Id: 945 @@ -2804,6 +3192,7 @@ item_db: ( Type: 3 Buy: 106 Weight: 10 + BuyingStore: true }, { Id: 946 @@ -2812,6 +3201,7 @@ item_db: ( Type: 3 Buy: 64 Weight: 10 + BuyingStore: true }, { Id: 947 @@ -2820,6 +3210,7 @@ item_db: ( Type: 3 Buy: 116 Weight: 10 + BuyingStore: true }, { Id: 948 @@ -2828,6 +3219,7 @@ item_db: ( Type: 3 Buy: 174 Weight: 10 + BuyingStore: true }, { Id: 949 @@ -2836,6 +3228,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 950 @@ -2844,6 +3237,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 951 @@ -2852,6 +3246,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 952 @@ -2860,6 +3255,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 953 @@ -2868,6 +3264,7 @@ item_db: ( Type: 3 Buy: 184 Weight: 10 + BuyingStore: true }, { Id: 954 @@ -2876,6 +3273,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 955 @@ -2884,6 +3282,7 @@ item_db: ( Type: 3 Buy: 52 Weight: 10 + BuyingStore: true }, { Id: 956 @@ -2892,6 +3291,7 @@ item_db: ( Type: 3 Buy: 342 Weight: 10 + BuyingStore: true }, { Id: 957 @@ -2900,6 +3300,7 @@ item_db: ( Type: 3 Buy: 82 Weight: 10 + BuyingStore: true }, { Id: 958 @@ -2908,6 +3309,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 959 @@ -2916,6 +3318,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 960 @@ -2924,6 +3327,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 961 @@ -2932,6 +3336,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 962 @@ -2940,6 +3345,7 @@ item_db: ( Type: 3 Buy: 70 Weight: 10 + BuyingStore: true }, { Id: 963 @@ -2948,6 +3354,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 964 @@ -2956,6 +3363,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 965 @@ -2964,6 +3372,7 @@ item_db: ( Type: 3 Buy: 56 Weight: 10 + BuyingStore: true }, { Id: 966 @@ -2972,6 +3381,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 967 @@ -2980,6 +3390,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 968 @@ -2988,6 +3399,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 10 + BuyingStore: true }, { Id: 969 @@ -2996,6 +3408,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 200 + BuyingStore: true }, { Id: 970 @@ -3012,6 +3425,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 30 + BuyingStore: true }, { Id: 972 @@ -3020,6 +3434,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 30 + BuyingStore: true }, { Id: 973 @@ -3028,6 +3443,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 70 + BuyingStore: true }, { Id: 974 @@ -3036,6 +3452,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 70 + BuyingStore: true }, { Id: 975 @@ -3044,6 +3461,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 976 @@ -3052,6 +3470,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 978 @@ -3060,6 +3479,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 979 @@ -3068,6 +3488,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 980 @@ -3076,6 +3497,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 981 @@ -3084,6 +3506,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 982 @@ -3092,6 +3515,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 983 @@ -3100,6 +3524,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 150 + BuyingStore: true }, { Id: 984 @@ -3108,6 +3533,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 200 + BuyingStore: true }, { Id: 985 @@ -3116,6 +3542,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 200 + BuyingStore: true }, { Id: 986 @@ -3124,6 +3551,7 @@ item_db: ( Type: 3 Buy: 30000 Weight: 500 + BuyingStore: true }, { Id: 987 @@ -3132,6 +3560,7 @@ item_db: ( Type: 3 Buy: 120000 Weight: 700 + BuyingStore: true }, { Id: 988 @@ -3140,6 +3569,7 @@ item_db: ( Type: 3 Buy: 300000 Weight: 900 + BuyingStore: true }, { Id: 989 @@ -3148,6 +3578,7 @@ item_db: ( Type: 3 Buy: 600000 Weight: 1000 + BuyingStore: true }, { Id: 990 @@ -3156,6 +3587,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 991 @@ -3164,6 +3596,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 992 @@ -3172,6 +3605,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 993 @@ -3180,6 +3614,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 50 + BuyingStore: true }, { Id: 994 @@ -3188,6 +3623,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 995 @@ -3196,6 +3632,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 996 @@ -3204,6 +3641,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 997 @@ -3212,6 +3650,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 300 + BuyingStore: true }, { Id: 998 @@ -3220,6 +3659,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 999 @@ -3228,6 +3668,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 100 + BuyingStore: true }, { Id: 1000 @@ -3236,6 +3677,7 @@ item_db: ( Type: 3 Buy: 4500 Weight: 100 + BuyingStore: true }, { Id: 1001 @@ -3244,6 +3686,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 1002 @@ -3252,6 +3695,7 @@ item_db: ( Type: 3 Buy: 50 Weight: 150 + BuyingStore: true }, { Id: 1003 @@ -3260,6 +3704,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 50 + BuyingStore: true }, { Id: 1004 @@ -3268,6 +3713,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + BuyingStore: true }, { Id: 1005 @@ -3276,6 +3722,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 800 + BuyingStore: true }, { Id: 1006 @@ -3284,6 +3731,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 30 + BuyingStore: true }, { Id: 1007 @@ -3292,6 +3740,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 40 + BuyingStore: true }, { Id: 1008 @@ -3300,6 +3749,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 100 + BuyingStore: true }, { Id: 1009 @@ -3308,6 +3758,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 20 + BuyingStore: true }, { Id: 1010 @@ -3316,6 +3767,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 200 + BuyingStore: true }, { Id: 1011 @@ -3324,6 +3776,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 200 + BuyingStore: true }, { Id: 1012 @@ -3332,6 +3785,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 1013 @@ -3340,6 +3794,7 @@ item_db: ( Type: 3 Buy: 90 Weight: 10 + BuyingStore: true }, { Id: 1014 @@ -3348,6 +3803,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 1015 @@ -3356,6 +3812,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 1016 @@ -3364,6 +3821,7 @@ item_db: ( Type: 3 Buy: 52 Weight: 10 + BuyingStore: true }, { Id: 1017 @@ -3372,6 +3830,7 @@ item_db: ( Type: 3 Buy: 106 Weight: 10 + BuyingStore: true }, { Id: 1018 @@ -3380,6 +3839,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 1019 @@ -3388,6 +3848,7 @@ item_db: ( Type: 3 Buy: 60 Weight: 10 + BuyingStore: true }, { Id: 1020 @@ -3396,6 +3857,7 @@ item_db: ( Type: 3 Buy: 292 Weight: 10 + BuyingStore: true }, { Id: 1021 @@ -3404,6 +3866,7 @@ item_db: ( Type: 3 Buy: 292 Weight: 10 + BuyingStore: true }, { Id: 1022 @@ -3412,6 +3875,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 1023 @@ -3420,6 +3884,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1024 @@ -3428,6 +3893,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 1025 @@ -3436,6 +3902,7 @@ item_db: ( Type: 3 Buy: 184 Weight: 10 + BuyingStore: true }, { Id: 1026 @@ -3444,6 +3911,7 @@ item_db: ( Type: 3 Buy: 98 Weight: 10 + BuyingStore: true }, { Id: 1027 @@ -3452,6 +3920,7 @@ item_db: ( Type: 3 Buy: 158 Weight: 10 + BuyingStore: true }, { Id: 1028 @@ -3460,6 +3929,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1029 @@ -3468,6 +3938,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1030 @@ -3476,6 +3947,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 1031 @@ -3484,6 +3956,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1032 @@ -3492,6 +3965,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1033 @@ -3500,6 +3974,7 @@ item_db: ( Type: 3 Buy: 208 Weight: 10 + BuyingStore: true }, { Id: 1034 @@ -3508,6 +3983,7 @@ item_db: ( Type: 3 Buy: 342 Weight: 10 + BuyingStore: true }, { Id: 1035 @@ -3516,6 +3992,7 @@ item_db: ( Type: 3 Buy: 484 Weight: 10 + BuyingStore: true }, { Id: 1036 @@ -3524,6 +4001,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 1037 @@ -3532,6 +4010,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 1038 @@ -3540,6 +4019,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 1039 @@ -3548,6 +4028,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 10 + BuyingStore: true }, { Id: 1040 @@ -3556,6 +4037,7 @@ item_db: ( Type: 3 Buy: 232 Weight: 10 + BuyingStore: true }, { Id: 1041 @@ -3564,6 +4046,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 1042 @@ -3572,6 +4055,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 1043 @@ -3580,6 +4064,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 1044 @@ -3588,6 +4073,7 @@ item_db: ( Type: 3 Buy: 264 Weight: 10 + BuyingStore: true }, { Id: 1045 @@ -3596,6 +4082,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 1046 @@ -3604,6 +4091,7 @@ item_db: ( Type: 3 Buy: 614 Weight: 10 + BuyingStore: true }, { Id: 1047 @@ -3612,6 +4100,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1048 @@ -3620,6 +4109,7 @@ item_db: ( Type: 3 Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 1049 @@ -3628,6 +4118,7 @@ item_db: ( Type: 3 Buy: 1700 Weight: 10 + BuyingStore: true }, { Id: 1050 @@ -3636,6 +4127,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 1051 @@ -3644,6 +4136,7 @@ item_db: ( Type: 3 Buy: 450 Weight: 10 + BuyingStore: true }, { Id: 1052 @@ -3652,6 +4145,7 @@ item_db: ( Type: 3 Buy: 46 Weight: 10 + BuyingStore: true }, { Id: 1053 @@ -3660,6 +4154,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 1054 @@ -3668,6 +4163,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 1055 @@ -3676,6 +4172,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 1056 @@ -3684,6 +4181,7 @@ item_db: ( Type: 3 Buy: 306 Weight: 10 + BuyingStore: true }, { Id: 1057 @@ -3692,6 +4190,7 @@ item_db: ( Type: 3 Buy: 138 Weight: 10 + BuyingStore: true }, { Id: 1058 @@ -3700,6 +4199,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 10 + BuyingStore: true }, { Id: 1059 @@ -3708,6 +4208,7 @@ item_db: ( Type: 3 Buy: 306 Weight: 10 + BuyingStore: true }, { Id: 1060 @@ -3716,6 +4217,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 1061 @@ -3724,6 +4226,7 @@ item_db: ( Type: 3 Buy: 484 Weight: 10 + BuyingStore: true }, { Id: 1062 @@ -3732,6 +4235,7 @@ item_db: ( Type: 3 Buy: 374 Weight: 10 + BuyingStore: true }, { Id: 1063 @@ -3740,6 +4244,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 1064 @@ -3748,6 +4253,7 @@ item_db: ( Type: 3 Buy: 802 Weight: 10 + BuyingStore: true }, { Id: 1065 @@ -3756,6 +4262,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 1066 @@ -3764,6 +4271,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1067 @@ -3772,6 +4280,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1068 @@ -3780,6 +4289,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 1069 @@ -3940,6 +4450,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 1089 @@ -3948,6 +4459,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 1090 @@ -3972,6 +4484,7 @@ item_db: ( Type: 3 Buy: 3 Weight: 10 + BuyingStore: true }, { Id: 1093 @@ -3980,6 +4493,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 1094 @@ -3988,6 +4502,7 @@ item_db: ( Type: 3 Buy: 278 Weight: 10 + BuyingStore: true }, { Id: 1095 @@ -3996,6 +4511,7 @@ item_db: ( Type: 3 Buy: 546 Weight: 10 + BuyingStore: true }, { Id: 1096 @@ -4004,6 +4520,7 @@ item_db: ( Type: 3 Buy: 780 Weight: 10 + BuyingStore: true }, { Id: 1097 @@ -4012,6 +4529,7 @@ item_db: ( Type: 3 Buy: 948 Weight: 10 + BuyingStore: true }, { Id: 1098 @@ -4020,6 +4538,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 1099 @@ -4028,6 +4547,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, // Weapons // =================================================================== @@ -4921,7 +5441,6 @@ item_db: ( EquipLv: 27 View: 2 }, -// 2-Handed Swords { Id: 1151 AegisName: "Slayer" @@ -5342,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; @@ -5424,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; @@ -5518,7 +6056,6 @@ item_db: ( bonus bVariableCastrate,-20; bonus bDelayrate,-20; } - "> }, { @@ -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; @@ -5659,7 +6221,6 @@ item_db: ( bonus3 bAutoSpell,LK_CONCENTRATION,getskilllv(LK_CONCENTRATION)>1?getskilllv(LK_CONCENTRATION):1,30; bonus3 bAutoSpell,LK_AURABLADE,getskilllv(LK_AURABLADE)>1?getskilllv(LK_AURABLADE):1,30; } - "> }, { @@ -5709,7 +6270,6 @@ item_db: ( if(readparam(bStr)>=95) { bonus bBaseAtk,20; } - "> }, { @@ -5726,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; @@ -5765,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 @@ -5781,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 @@ -5866,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; @@ -5873,7 +6471,6 @@ item_db: ( if(BaseLevel>99) { bonus bBaseAtk,50; } - "> }, { @@ -5892,7 +6489,6 @@ item_db: ( WeaponLv: 4 EquipLv: 120 View: 3 - Script: <" //bonus bMatk,150; "> }, // Daggers { @@ -7095,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; @@ -7204,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; @@ -7348,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; @@ -7371,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; @@ -7395,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; @@ -7420,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; @@ -7445,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; @@ -7474,7 +8133,6 @@ item_db: ( else { bonus3 bAutoSpell,AS_SONICBLOW,1,5; } - "> }, { @@ -7514,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; @@ -7696,6 +8364,12 @@ item_db: ( Loc: 34 WeaponLv: 3 View: 16 + Script: <" + bonus bBaseAtk,(getrefine()*5); + bonus bCritAtkRate,getrefine(); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); + "> }, { Id: 1298 @@ -7889,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; @@ -7903,7 +8586,6 @@ item_db: ( bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200; } - "> }, { @@ -7932,7 +8614,6 @@ item_db: ( if(readparam(bDex)>=90||readparam(bLuk)>=90) { bonus2 bSkillAtk,MC_MAMMONITE,15; } - "> }, { @@ -7949,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; @@ -7970,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; "> }, { @@ -8424,7 +9124,6 @@ item_db: ( bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; } - "> }, { @@ -8451,7 +9150,6 @@ item_db: ( bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; } - "> }, { @@ -8468,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; @@ -8615,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; @@ -8636,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; @@ -8659,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 @@ -8674,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; @@ -8688,7 +9430,6 @@ item_db: ( bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200; bonus4 bAutoSpellOnSkill,WS_CARTTERMINATION,NPC_CRITICALWOUND,2,200; } - "> }, { @@ -8706,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; @@ -8785,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; @@ -8793,7 +9551,6 @@ item_db: ( bonus bUseSPrate,100; bonus bBreakArmorRate,500; } - "> }, { @@ -8818,7 +9575,6 @@ item_db: ( bonus bHit,10; bonus bAspdRate,3; } - "> }, { @@ -8835,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; @@ -9000,7 +9766,6 @@ item_db: ( if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,60; } - "> }, { @@ -9035,7 +9800,12 @@ item_db: ( Loc: 34 WeaponLv: 3 View: 7 - Script: <" bonus bUnbreakableWeapon,0; "> + Script: <" + bonus bUnbreakableWeapon,0; + bonus bBaseAtk,(getrefine()*7); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); + "> }, // 1-Handed Spears { @@ -9377,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; @@ -9464,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; @@ -9502,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; @@ -9524,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; @@ -9537,7 +10343,6 @@ item_db: ( if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,100; } - "> }, { @@ -9554,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; @@ -9575,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; @@ -9598,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; @@ -9618,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; @@ -9751,10 +10594,8 @@ item_db: ( if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,30; } - "> }, -// 2-Handed Spears { Id: 1451 AegisName: "Guisarme" @@ -10130,7 +10971,6 @@ item_db: ( bonus bStr,3; "> }, -// 2-Handed Staffs { Id: 1472 AegisName: "Staff_Of_Soul" @@ -10361,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; @@ -10444,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; @@ -10456,7 +11313,6 @@ item_db: ( if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,200; } - "> }, { @@ -10473,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; @@ -10515,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; @@ -10524,7 +11400,6 @@ item_db: ( if(BaseLevel>99) { bonus bBaseAtk,30; } - "> }, { @@ -10544,12 +11419,10 @@ item_db: ( View: 5 Script: <" bonus bAspd,-10; - bonus2 bSkillFixedCast,LK_SPIRALPIERCE,4000; bonus2 bSkillCooldown,LK_SPIRALPIERCE,20000; if(readparam(bStr)>=120) { bonus bBaseAtk,300; } - "> OnUnequipScript: <" heal 0,-600; "> }, @@ -10597,7 +11470,6 @@ item_db: ( if(getrefine()>=9) { autobonus2 "{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }",100,2000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_REFLECTSHIELD; }"; } - "> }, { @@ -10614,6 +11486,11 @@ item_db: ( Loc: 34 WeaponLv: 3 View: 5 + Script: <" + bonus bBaseAtk,(getrefine()*6); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); + "> }, { Id: 1494 @@ -11224,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; "> }, { @@ -11269,7 +12156,6 @@ item_db: ( if(readparam(bStr)>=44) { bonus bBaseAtk,44; } - "> }, { @@ -11286,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; @@ -11415,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; @@ -11437,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; @@ -11469,7 +12380,6 @@ item_db: ( bonus3 bAddMonsterDropItem,12043,RC_Brute,500; bonus3 bAddMonsterDropItem,12069,RC_Fish,500; } - "> }, { @@ -11488,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 @@ -11503,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; @@ -11516,7 +12444,6 @@ item_db: ( bonus2 bAddEff,Eff_Stun,2000; bonus bAspdRate,5; } - "> }, { @@ -11533,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; @@ -11840,10 +12777,17 @@ item_db: ( WeaponLv: 3 Refine: false View: 15 - Script: <" - bonus bMatkRate,20; - bonus bAspdRate,5; - "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" bonus bAspdRate,5; "> }, { Id: 1564 @@ -11906,6 +12850,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; @@ -11928,7 +12881,6 @@ item_db: ( Script: <" bonus bStr,5; bonus bDex,2; - bonus bMatkRate,20; "> }, { @@ -12055,10 +13007,17 @@ 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; - bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; @@ -12078,10 +13037,17 @@ 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; - bonus bMatkRate,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; "> @@ -12100,8 +13066,16 @@ 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; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; @@ -12126,6 +13100,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; @@ -12136,7 +13119,6 @@ item_db: ( bonus bVariableCastrate,-5; bonus bDelayrate,-5; } - "> }, { @@ -12153,6 +13135,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; @@ -12175,6 +13167,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; @@ -12199,8 +13200,17 @@ 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; bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10); @@ -12323,7 +13333,14 @@ item_db: ( if(BaseLevel>104) { bonus bHealPower,(BaseLevel/5)-20; } - + if (getrefine()>=6) { + bonus2 bSkillCooldown,AB_CLEARANCE,-10000; + bonus2 bSkillCooldown,AB_LAUDARAMUS,-3000; + bonus2 bSkillCooldown,AB_LAUDAAGNUS,-3000; + bonus2 bSkillUseSP,AB_CLEARANCE,-60; + bonus2 bSkillUseSP,AB_LAUDARAMUS,-60; + bonus2 bSkillUseSP,AB_LAUDAAGNUS,-60; + } "> }, { @@ -12362,8 +13379,11 @@ item_db: ( WeaponLv: 3 View: 15 Script: <" - //bonus bMAtk,10; bonus bUnbreakableWeapon,0; + bonus bBaseAtk,(getrefine()*5); + bonus bMatk,(getrefine()*2); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); "> }, { @@ -12831,10 +13851,19 @@ 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; - bonus bMatkRate,20; bonus bSPDrainValue,-1; "> }, @@ -12864,7 +13893,6 @@ item_db: ( bonus bMatkRate,3; bonus bMaxSP,300; } - "> }, { @@ -12922,9 +13950,17 @@ 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; - bonus bMatkRate,15; bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50; "> @@ -13006,7 +14042,6 @@ item_db: ( View: 10 Script: <" bonus bAtkEle,Ele_Holy; - bonus bMatkRate,15; bonus2 bVariableCastrate,AL_HOLYLIGHT,-25; bonus2 bVariableCastrate,PR_TURNUNDEAD,-25; bonus2 bVariableCastrate,PR_MAGNUS,-25; @@ -13026,10 +14061,17 @@ 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; - bonus bMatkRate,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus3 bAddEff,Eff_Stun,500,ATF_SKILL; bonus bUnbreakableWeapon,0; @@ -13049,10 +14091,17 @@ 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; - bonus bMatkRate,15; bonus2 bMagicAddRace,RC_DemiHuman,15; bonus3 bAddEff,Eff_Stun,500,ATF_SKILL; bonus bUnbreakableWeapon,0; @@ -13072,8 +14121,15 @@ 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; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon,0; @@ -13093,10 +14149,17 @@ 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; - bonus bMatkRate,15; bonus bDelayrate,-15; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon,0; @@ -13164,6 +14227,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; @@ -13185,7 +14258,15 @@ item_db: ( WeaponLv: 1 Refine: false View: 10 - Script: <" bonus bMatkRate,16; "> + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 1640 @@ -13201,6 +14282,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,7 +14300,6 @@ item_db: ( bonus bVariableCastrate,-5; bonus bDelayrate,-5; } - "> }, { @@ -13227,6 +14316,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; @@ -13239,7 +14337,6 @@ item_db: ( if(getrefine() > 9) { bonus bHealPower,10; } - "> }, { @@ -13256,9 +14353,18 @@ 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 bMatkRate,15; bonus bInt,2; "> }, @@ -13284,7 +14390,6 @@ item_db: ( bonus bMaxHP,-200; bonus bMaxSP,-100; } - "> }, { @@ -13303,9 +14408,17 @@ 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; bonus bIgnoreMdefRate,10+getrefine(); "> }, @@ -13326,6 +14439,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; @@ -13336,7 +14458,6 @@ item_db: ( bonus bMatkRate,3; bonus bMaxSP,300; } - "> }, { @@ -13409,7 +14530,6 @@ item_db: ( bonus bUseSPrate,-15; bonus bInt,3; } - "> }, { @@ -13445,6 +14565,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; "> }, { @@ -13462,6 +14591,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; "> }, { @@ -13479,6 +14617,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; @@ -13620,8 +14767,10 @@ item_db: ( Script: <" bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon,0; - bonus bHealPower,(getrefine()*3/2); - bonus bUseSPrate,(getrefine()*3); + bonus bHealPower,(getrefine()*6); + bonus2 bSkillUseSP,AL_HEAL,-(getrefine()*10); + bonus2 bSkillUseSP,AB_CHEAL,-(getrefine()*12); + bonus2 bSkillUseSP,AB_HIGHNESSHEAL,-(getrefine()*14); "> }, { @@ -13665,13 +14814,13 @@ item_db: ( View: 10 Script: <" bonus bInt,10; - bonus bMdef,20; bonus bUnbreakableWeapon,0; - bonus2 bSPVanishRate,10000,5; + bonus bUseSPrate,100; + bonus bMdef,20; + bonus3 bSPVanishRate,10000,5,BF_NORMAL|BF_SKILL; if(getrefine()>5) { - bonus2 bSPVanishRate,10000,5; + bonus3 bSPVanishRate,10000,10,BF_NORMAL|BF_SKILL; } - "> }, { @@ -13690,8 +14839,17 @@ item_db: ( WeaponLv: 3 View: 10 Script: <" - //bonus bMAtk,30; bonus bUnbreakableWeapon,0; + bonus bMatk,30*(getrefine()/3); + if(getrefine()>=7) { + set .@i,1; + bonus4 bAutoSpell,"HW_MAGICPOWER",1,10,0; + } + if (getrefine()>=4) { + set .@rate,5*(.@i+1); + bonus2 bMagicAddRace,RC_Boss,.@rate; + bonus2 bMagicAddRace,RC_NonBoss,.@rate; + } "> }, // Bows @@ -13744,6 +14902,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; @@ -14169,6 +15337,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; "> }, { @@ -14293,6 +15471,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; @@ -14351,6 +15538,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; @@ -14372,6 +15567,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; @@ -14434,6 +15637,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 @@ -14449,6 +15661,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; @@ -14475,6 +15696,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; @@ -14535,6 +15766,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 @@ -14551,6 +15791,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 @@ -14567,6 +15816,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; @@ -14928,7 +16186,7 @@ item_db: ( }, { Id: 1775 - AegisName: "Siege_Arrow_A" + AegisName: "Siege_Arrow_S" Name: "WoE Arrow S" Type: 10 Buy: 10 @@ -14942,7 +16200,7 @@ item_db: ( }, { Id: 1776 - AegisName: "Siege_Arrow_S" + AegisName: "Siege_Arrow_A" Name: "WoE Arrow A" Type: 10 Buy: 10 @@ -15253,6 +16511,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; @@ -15371,6 +16639,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; @@ -15394,6 +16670,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; @@ -15439,6 +16723,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; @@ -15451,7 +16744,6 @@ item_db: ( bonus3 bAutoSpell,MO_INVESTIGATE,5,(getrefine()*10-50); bonus3 bAutoSpell,AL_DECAGI,1,(getrefine()*10-50); } - "> }, { @@ -15468,6 +16760,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; @@ -15479,9 +16780,7 @@ item_db: ( if(getrefine()>8) { bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,1000; - bonus bFixedCastrate,-100; } - "> }, { @@ -15498,6 +16797,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; @@ -15517,6 +16826,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; @@ -15547,7 +16866,6 @@ item_db: ( if(getrefine()>6) { bonus bUseSPrate,-1*(getrefine()-6); } - "> }, { @@ -15591,7 +16909,6 @@ item_db: ( bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,10000; bonus2 bHPLossRate,500,3000; } - "> }, { @@ -16008,6 +17325,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; @@ -16050,6 +17376,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; @@ -16072,6 +17406,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,7 +17470,6 @@ item_db: ( else { bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,1000; } - "> }, { @@ -16146,6 +17487,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; @@ -16172,6 +17522,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; @@ -16194,6 +17554,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; @@ -16711,6 +18081,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; @@ -16751,6 +18130,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; @@ -16772,6 +18159,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; @@ -16803,7 +18198,6 @@ item_db: ( else { bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,1000; } - "> }, { @@ -16843,6 +18237,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; @@ -16868,6 +18271,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; @@ -16887,6 +18300,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; @@ -17020,6 +18443,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,7 +18466,6 @@ item_db: ( bonus5 bAutoSpellOnSkill,WZ_METEOR,MG_SAFETYWALL,10,200,1; bonus5 bAutoSpellOnSkill,WZ_VERMILION,MG_SAFETYWALL,10,200,1; } - "> }, { @@ -17054,6 +18485,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; @@ -17368,7 +18808,6 @@ item_db: ( if(getrefine()>8) { bonus bVariableCastrate,-20; } - "> }, { @@ -17387,7 +18826,6 @@ item_db: ( EquipLv: 70 View: 23 Script: <" - //bonus bMAtk,210; bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy; bonus bDex,4; @@ -17403,13 +18841,18 @@ item_db: ( Matk: 70 Range: 1 Slots: 1 - Job: 0x00818314 + Job: 0x00818315 Loc: 34 WeaponLv: 3 + EquipLv: 1 View: 23 Script: <" - //bonus bMAtk,70; bonus bUnbreakableWeapon,0; + if(BaseJob==Job_Wizard) bonus bMatk,15; + else if(BaseJob==Job_Sage) bonus bMatk,10; + bonus bMatk,(getrefine()*5); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bMatk,((.@i-2)*5); "> }, // Shields @@ -17859,6 +19302,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; @@ -17956,6 +19408,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; @@ -18110,6 +19572,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; "> }, { @@ -18177,11 +19649,19 @@ item_db: ( AegisName: "Time_Keepr_Shield" Name: "Guardian Shield" Type: 5 - Buy: 30000 + Buy: 0 Def: 20 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; @@ -18315,7 +19795,6 @@ item_db: ( else { bonus2 bSkillAtk,LG_SHIELDPRESS,20; } - "> }, { @@ -18422,7 +19901,6 @@ item_db: ( if(getrefine()>=9) { bonus2 bSubSize,Size_Large,5; } - "> }, { @@ -18446,7 +19924,6 @@ item_db: ( bonus bMatk,10; bonus bMaxHP,800; } - "> }, { @@ -18553,24 +20030,7 @@ item_db: ( Upper: 63 Loc: 32 View: 1 - Script: <" - if(getrefine()>=5) { - bonus2 bSubEle,Ele_Neutral,getrefine()-4; - } - if(getrefine()>=7) { - bonus2 bSubEle,Ele_Neutral,5; - } - if(getrefine()>=9) { - bonus2 bSubEle,Ele_Water,10; - bonus2 bSubEle,Ele_Wind,10; - bonus2 bSubEle,Ele_Earth,10; - bonus2 bSubEle,Ele_Fire,10; - } - if(getrefine()>=13) { - bonus2 bSubEle,Ele_Neutral,12-getrefine(); - } - - "> + Script: <" if (getrefine()>5) bonus2 bSubEle,Ele_Neutral,((getrefine()>12)?12:getrefine())-5; "> }, { Id: 2169 @@ -18645,7 +20105,7 @@ item_db: ( Loc: 32 EquipLv: 100 View: 1 - Script: <" bonus bDelayrate,-2; "> + Script: <" bonus bDelayrate,-(getrefine()*2); "> }, { Id: 2174 @@ -18704,6 +20164,19 @@ item_db: ( Loc: 32 EquipLv: 130 View: 2 + Script: <" + bonus2 bSubEle,Ele_Neutral,10; + bonus2 bSubEle,Ele_Fire,10; + bonus2 bSubEle,Ele_Water,10; + bonus2 bSubEle,Ele_Wind,10; + bonus2 bSubEle,Ele_Earth,10; + bonus2 bSubEle,Ele_Dark,10; + bonus2 bSubEle,Ele_Holy,10; + bonus2 bSubEle,Ele_Ghost,10; + bonus bMaxHP,500; + bonus bMaxSP,50; + if(getrefine()>=14) skill MG_STONECURSE,5; + "> }, // GM Shield { @@ -18810,6 +20283,7 @@ item_db: ( Buy: 23000 Weight: 100 Upper: 63 + Gender: 0 Loc: 256 View: 44 Script: <" bonus bMdef,5; "> @@ -18836,6 +20310,7 @@ item_db: ( Weight: 100 Def: 1 Upper: 63 + Gender: 0 Loc: 256 View: 17 Script: <" bonus bMdef,3; "> @@ -18850,6 +20325,7 @@ item_db: ( Def: 1 Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 17 Script: <" bonus bMdef,3; "> @@ -18979,7 +20455,6 @@ item_db: ( Loc: 1 Refine: false View: 8 - Script: <" bonus2 bResEff,Eff_Silence,1000; "> }, { Id: 2220 @@ -19180,6 +20655,7 @@ item_db: ( Def: 7 Job: 0xFFFFFFFE Upper: 63 + Gender: 0 Loc: 256 EquipLv: 45 View: 19 @@ -19264,6 +20740,7 @@ item_db: ( Loc: 1 Refine: false View: 24 + Sprite: 2241 }, { Id: 2241 @@ -19734,10 +21211,7 @@ item_db: ( Upper: 63 Loc: 256 View: 61 - Script: <" - bonus bAgi,2; - bonus2 bSubEle,Ele_Ghost,10; - "> + Script: <" bonus bAgi,2; "> }, { Id: 2275 @@ -20881,6 +22355,11 @@ item_db: ( Upper: 63 Loc: 16 Refine: false + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,4; "> }, { @@ -21066,6 +22545,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; "> }, { @@ -21080,6 +22567,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; @@ -21095,8 +22592,16 @@ 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 bAgi,1; bonus bMaxHP,300; bonus bMaxSP,30; bonus bBaseAtk,10; @@ -21186,7 +22691,6 @@ item_db: ( Loc: 16 EquipLv: 60 Script: <" - bonus bMdef,5; bonus bStr,2; bonus bDex,1; bonus bMaxHP,150; @@ -21206,6 +22710,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; @@ -21224,6 +22736,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; @@ -21242,6 +22762,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; @@ -21260,6 +22788,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; @@ -21278,6 +22814,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; @@ -21296,6 +22840,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; @@ -21314,6 +22866,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; @@ -21353,6 +22913,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; @@ -21377,6 +22947,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; @@ -21528,6 +23108,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 @@ -21540,6 +23129,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; @@ -21556,6 +23154,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; @@ -21571,6 +23178,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; "> }, { @@ -21598,6 +23214,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); @@ -21703,6 +23328,7 @@ item_db: ( Def: 5 Job: 0xFFFFFFFE Upper: 63 + Gender: 0 Loc: 64 Script: <" bonus bMdef,10; @@ -22025,6 +23651,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; "> }, { @@ -22052,6 +23686,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 @@ -22063,6 +23706,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 @@ -22074,6 +23726,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; @@ -22137,6 +23798,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; @@ -22155,6 +23824,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; @@ -22173,6 +23850,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; @@ -22188,6 +23873,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; @@ -22204,6 +23897,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; @@ -22283,6 +23986,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; @@ -22300,6 +24012,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; @@ -22315,6 +24036,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; "> }, { @@ -22353,6 +24083,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(); @@ -22453,10 +24192,18 @@ item_db: ( AegisName: "Time_Keepr_Boots" Name: "Guardian Boots" Type: 5 - Buy: 30000 + Buy: 0 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; @@ -22475,6 +24222,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; @@ -22491,6 +24247,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; @@ -22507,6 +24272,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; @@ -22585,6 +24359,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 @@ -22602,6 +24386,9 @@ item_db: ( bonus bStr,1; bonus bInt,1; bonus bDex,1; + bonus bMaxHPrate,10; + bonus bMaxSPrate,5; + bonus2 bSubRace,RC_DemiHuman,2; "> }, { @@ -22744,8 +24531,9 @@ item_db: ( Loc: 64 EquipLv: 100 Script: <" - bonus bMaxSP,150; bonus2 bSkillAtk,AB_JUDEX,30; + bonus2 bSkillUseSP,AB_JUDEX,-40; + bonus bMaxSP,150; "> }, { @@ -22865,7 +24653,10 @@ item_db: ( Upper: 56 Loc: 64 EquipLv: 100 - Script: <" bonus bAgi,2; "> + Script: <" + bonus bAgi,2; + bonus2 bSkillUseSP,RA_AIMEDBOLT,10; + "> }, { Id: 2480 @@ -23038,7 +24829,6 @@ item_db: ( if(getrefine()>=14) { bonus bSpeedRate,25; } - "> }, { @@ -23057,7 +24847,6 @@ item_db: ( if(getrefine()>=12) { bonus bSpeedRate,25; } - "> }, { @@ -23071,6 +24860,10 @@ item_db: ( Slots: 1 Loc: 64 EquipLv: 110 + Script: <" + if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,BaseLevel*5; + else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,JobLevel*2; + "> }, // Garments // =================================================================== @@ -23571,6 +25364,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; @@ -23642,6 +25444,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; @@ -23660,6 +25470,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; @@ -23678,6 +25496,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; @@ -23743,6 +25569,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; @@ -23851,6 +25687,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; @@ -23879,6 +25724,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; "> }, { @@ -23894,6 +25748,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; @@ -24018,10 +25881,18 @@ item_db: ( AegisName: "Time_Keepr_Manteau" Name: "Guardian Manteau" Type: 5 - Buy: 30000 + Buy: 0 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; @@ -24039,6 +25910,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; "> }, { @@ -24093,6 +25973,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 @@ -24163,6 +26053,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; @@ -24183,7 +26082,8 @@ item_db: ( EquipLv: 100 Script: <" bonus bFlee2,5; - bonus3 bAutoSpellWhenHit,AB_RENOVATIO,1,10; + bonus5 bAutoSpellWhenHit,AB_RENOVATIO,1,30,BF_WEAPON,0; + bonus5 bAutoSpellWhenHit,AB_RENOVATIO,1,40,BF_MAGIC,0; "> }, { @@ -24200,7 +26100,9 @@ item_db: ( EquipLv: 100 Script: <" bonus bFlee,5; - bonus3 bAutoSpellWhenHit,AB_ORATIO,getskilllv(AB_ORATIO)?getskilllv(AB_ORATIO):2,10; + set .@i,(getskilllv("AB_ORATIO")<2)?2:getskilllv("AB_ORATIO"); + bonus5 bAutoSpellWhenHit,"AB_ORATIO",.@i,30,BF_WEAPON,0; + bonus5 bAutoSpellWhenHit,"AB_ORATIO",.@i,40,BF_MAGIC,0; "> }, { @@ -24236,7 +26138,7 @@ item_db: ( AegisName: "Archangel_Wing" Name: "Eternal Wings" Type: 5 - Buy: 0 + Buy: 20 Weight: 200 Def: 18 Slots: 1 @@ -24283,7 +26185,7 @@ item_db: ( AegisName: "Bravery_Bag" Name: "Heroic Backpack" Type: 5 - Buy: 0 + Buy: 20 Weight: 200 Def: 20 Slots: 1 @@ -24332,7 +26234,6 @@ item_db: ( bonus bCritAtkRate,5; } } - "> }, { @@ -24431,6 +26332,7 @@ item_db: ( EquipLv: 130 Script: <" skill NJ_UTSUSEMI,1; + bonus2 bSkillCooldown,NJ_UTSUSEMI,30000; bonus bUseSPrate,100; "> OnUnequipScript: <" heal 0,-1200; "> @@ -24533,7 +26435,7 @@ item_db: ( AegisName: "Fallen_Angel_Wing" Name: "Fallen Angel Wing" Type: 5 - Buy: 0 + Buy: 20 Weight: 200 Def: 18 Slots: 1 @@ -24541,8 +26443,13 @@ item_db: ( Loc: 4 View: 3 Script: <" - bonus bLuk,2; - bonus bMdef,18; + bonus bAllStats,1; + bonus bAtk,readparam(bStr)/20; + bonus bMatk,readparam(bInt)/20; + bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; + bonus bAspdRate,readparam(bAgi)/20; + bonus bLongAtkRate,readparam(bDex)/20; + bonus bCritAtkRate,readparam(bLuk)/20; "> }, { @@ -24575,6 +26482,7 @@ item_db: ( Slots: 1 Upper: 63 Loc: 4 + EquipLv: 1 Script: <" bonus bHealPower2,getrefine(); bonus bAddItemHealRate,getrefine(); @@ -24703,10 +26611,7 @@ item_db: ( Upper: 63 Loc: 136 Refine: false - Script: <" - bonus bMaxSP,10; - bonus bMaxHP,2; - "> + Script: <" bonus bMaxSP,10; "> }, { Id: 2608 @@ -24892,7 +26797,6 @@ item_db: ( bonus bBaseAtk,10; bonus bCritical,10; } - "> }, { @@ -25108,9 +27012,18 @@ item_db: ( Type: 5 Buy: 0 Upper: 63 - 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; @@ -25126,6 +27039,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; @@ -25229,6 +27152,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 @@ -25250,6 +27183,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; @@ -25294,6 +27237,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; "> }, { @@ -25626,6 +27579,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 @@ -25652,6 +27614,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; "> }, { @@ -25693,6 +27664,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; @@ -25707,6 +27688,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 @@ -25730,6 +27721,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; "> }, { @@ -25899,6 +27900,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; "> }, { @@ -25913,6 +27924,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; "> }, { @@ -25925,6 +27946,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; "> }, { @@ -25937,6 +27968,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; "> }, { @@ -25949,6 +27990,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; "> }, { @@ -25961,6 +28012,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; "> }, { @@ -25973,6 +28034,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; "> }, { @@ -25985,6 +28056,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; "> }, { @@ -25997,6 +28078,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; @@ -26013,6 +28104,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; "> }, { @@ -26026,6 +28127,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; @@ -26043,6 +28154,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; @@ -26060,6 +28181,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; @@ -26077,6 +28208,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; @@ -26158,6 +28299,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; "> }, { @@ -26170,6 +28319,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; "> }, { @@ -26201,8 +28358,18 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + 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; "> }, { @@ -26271,6 +28438,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 @@ -26370,6 +28547,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; @@ -26392,6 +28578,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; @@ -26414,6 +28609,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; @@ -26435,6 +28639,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; @@ -26456,6 +28669,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; @@ -26478,6 +28700,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; @@ -26574,6 +28805,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; @@ -26592,6 +28831,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; @@ -26610,6 +28857,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; "> }, { @@ -26624,6 +28879,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; @@ -26644,6 +28907,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 @@ -26655,6 +28927,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 @@ -26700,6 +28981,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; @@ -26715,6 +29006,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; @@ -26730,6 +29031,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; @@ -26745,6 +29056,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; @@ -26909,13 +29230,19 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" - bonus bInt,2; if(BaseLevel<80) { bonus bMaxHP,400; bonus bMaxSP,200; } - "> }, { @@ -26927,6 +29254,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; @@ -26942,6 +29279,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; "> }, { @@ -26953,6 +29300,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; "> }, { @@ -26964,6 +29321,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; "> }, { @@ -26975,6 +29342,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; "> }, { @@ -26986,6 +29363,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; "> }, { @@ -26997,6 +29384,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; "> }, { @@ -27008,6 +29405,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; "> }, { @@ -27019,6 +29426,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; "> }, { @@ -27030,6 +29447,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; "> }, { @@ -27041,6 +29468,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; "> }, { @@ -27183,6 +29620,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; @@ -27205,6 +29651,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; "> }, { @@ -27217,6 +29672,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; "> }, { @@ -27255,6 +29719,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bUseSPrate,-5; "> }, { @@ -27267,6 +29735,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -27280,6 +29752,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bAgi,1; @@ -27296,6 +29772,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; }"; "> }, { @@ -27310,6 +29790,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAllStats,1; bonus bMdef,1; @@ -27325,6 +29809,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; @@ -27372,6 +29865,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; @@ -27533,6 +30035,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; "> }, { @@ -27546,17 +30058,19 @@ 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 bLuk,6; - bonus bAgi,6; - bonus bDex,6; - bonus bVit,6; - bonus bInt,6; - bonus bStr,6; if(JobLevel<30) { bonus bAllStats,6-(JobLevel/5); } - "> }, { @@ -27571,6 +30085,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; @@ -27589,6 +30113,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; @@ -27607,12 +30141,20 @@ 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; bonus2 bAddDefClass,1762,50; } - "> }, { @@ -27872,6 +30414,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 @@ -27882,6 +30434,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 @@ -27892,6 +30454,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 @@ -27905,6 +30477,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; @@ -27924,6 +30505,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; @@ -27945,6 +30535,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; @@ -27964,6 +30563,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; @@ -27982,6 +30590,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; @@ -28002,6 +30619,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; @@ -28020,6 +30646,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -28033,6 +30663,10 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,1; @@ -28049,6 +30683,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; }"; "> }, { @@ -28241,6 +30879,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; @@ -28271,6 +30919,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; "> }, { @@ -28284,6 +30942,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; "> }, { @@ -28297,7 +30964,11 @@ item_db: ( Loc: 136 EquipLv: 20 Refine: false - Script: <" bonus bMdef,2; "> + Script: <" + bonus bMdef,2; + bonus bAtkRate,5; + bonus bMatkRate,5; + "> }, { Id: 2846 @@ -28426,9 +31097,11 @@ item_db: ( Script: <" bonus bMdef,2; bonus bInt,1; - bonus3 bAutoSpell,MG_FIREBALL,5,10; - bonus5 bAutoSpell,MG_FIREBOLT,5,10,BF_MAGIC,1; + bonus2 bMagicAtkEle,Ele_Fire,10; + bonus2 bMagicAtkEle,Ele_Water,-20; bonus2 bSubEle,Ele_Water,-30; + bonus3 bAutoSpell,MG_FIREBALL,5,30; + bonus5 bAutoSpell,MG_FIREBOLT,5,30,BF_MAGIC,1; "> }, { @@ -28443,8 +31116,9 @@ item_db: ( EquipLv: 45 Refine: false Script: <" - bonus bCritical,70; + bonus bCritical,7; bonus bAspdRate,3; + bonus2 bAddEff2,Eff_Curse,10; "> }, { @@ -28494,6 +31168,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; "> }, { @@ -28730,6 +31413,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 @@ -28774,6 +31466,11 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Script: <" + bonus2 bAddRace,RC_NonBoss,5; + bonus2 bAddRace,RC_Boss,5; + bonus bMatkRate,5; + "> }, { Id: 2876 @@ -28922,6 +31619,12 @@ item_db: ( Loc: 136 EquipLv: [1, 60] Refine: false + Script: <" + bonus bBaseAtk,15; + bonus bMatk,15; + bonus2 bExpAddRace,RC_Boss,15; + bonus2 bExpAddRace,RC_NonBoss,15; + "> }, { Id: 2886 @@ -28935,7 +31638,10 @@ item_db: ( Loc: 136 EquipLv: 100 Refine: false - Script: <" bonus bCritical,3; "> + Script: <" + bonus bCritical,3; + bonus2 bSkillUseSP,GC_DARKILLUSION,5; + "> }, { Id: 2887 @@ -28965,6 +31671,14 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Script: <" + bonus bAspdRate,3; + bonus bVariableCastrate,-3; + if(BaseLevel<80) { + bonus bMaxHP,200; + bonus bMaxSP,100; + } + "> }, { Id: 2889 @@ -29064,7 +31778,6 @@ item_db: ( if(readparam(bStr)>=120) { bonus bBaseAtk,30; } - "> }, { @@ -29099,6 +31812,13 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Script: <" + bonus2 bAddRace,RC_NonBoss,5; + bonus2 bAddRace,RC_Boss,5; + bonus bMatkRate,5; + bonus2 bExpAddRace,RC_Boss,1; + bonus2 bExpAddRace,RC_NonBoss,1; + "> }, { Id: 2898 @@ -29128,7 +31848,8 @@ item_db: ( EquipLv: 90 Refine: false Script: <" - bonus2 bSkillAtk,WM_METALICSOUND,25; + bonus2 bSkillAtk,WM_METALICSOUND,150; + bonus2 bSkillUseSP,WM_METALICSOUND,-60; bonus bVariableCastrate,-50; "> }, @@ -29236,6 +31957,7 @@ item_db: ( Weight: 100 Upper: 63 Loc: 136 + Refine: false Script: <" bonus bMatkRate,7; bonus bFixedCastrate,-7; @@ -29274,6 +31996,7 @@ item_db: ( Weight: 100 Upper: 63 Loc: 136 + Refine: false Script: <" bonus2 bAddRace,RC_NonBoss,7; bonus2 bAddRace,RC_Boss,7; @@ -29289,6 +32012,7 @@ item_db: ( Weight: 100 Upper: 63 Loc: 136 + Refine: false Script: <" bonus bHealPower,4; bonus bHealPower2,7; @@ -29609,6 +32333,12 @@ item_db: ( Loc: 136 EquipLv: [1, 12] Refine: false + Script: <" + bonus bMaxSP,100; + skill NJ_UTSUSEMI,1; + skill NJ_KOUENKA,1; + skill NJ_SYURIKEN,1; + "> }, { Id: 2941 @@ -29622,6 +32352,13 @@ item_db: ( Loc: 136 EquipLv: [1, 12] Refine: false + Script: <" + bonus bMaxSP,100; + skill GS_GLITTERING,1; + skill GS_ADJUSTMENT,1; + skill GS_MADNESSCANCEL,1; + skill GS_INCREASING,1; + "> }, { Id: 2942 @@ -29635,6 +32372,11 @@ item_db: ( Loc: 136 EquipLv: [1, 12] Refine: false + Script: <" + bonus bMaxSP,100; + skill TK_SEVENWIND,4; + skill TK_JUMPKICK,5; + "> }, { Id: 2959 @@ -29647,7 +32389,10 @@ item_db: ( Loc: 136 EquipLv: 50 Refine: false - Script: <" bonus bAgi,2; "> + Script: <" + bonus bAgi,2; + bonus2 bSubRace,RC_Brute,3; + "> }, { Id: 2960 @@ -29670,6 +32415,10 @@ item_db: ( Weight: 200 Loc: 136 Refine: false + Script: <" + bonus2 bAddRace,RC_NonBoss,1; + bonus2 bAddRace,RC_Boss,1; + "> }, { Id: 2967 @@ -29681,6 +32430,10 @@ item_db: ( Slots: 1 Loc: 136 Refine: false + Script: <" + bonus2 bAddRace,RC_NonBoss,1; + bonus2 bAddRace,RC_Boss,1; + "> }, { Id: 2968 @@ -31458,7 +34211,6 @@ item_db: ( bonus bDef,2; bonus bMdef,5; } - "> }, { @@ -31595,7 +34347,6 @@ item_db: ( bonus bMaxHPrate,10; bonus bMaxSPrate,10; } - "> }, { @@ -31898,7 +34649,6 @@ item_db: ( bonus bInt,1; bonus bMdef,1; } - "> }, { @@ -32179,10 +34929,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 4 - Script: <" - if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,RG_INTIMIDATE,1,20; - if(BaseClass==Job_Thief) bonus bFlee,20; - "> + Script: <" if(BaseClass==Job_Thief) bonus bFlee,20; "> }, { Id: 4211 @@ -32547,7 +35294,6 @@ item_db: ( bonus bDef,2; bonus bMdef,3; } - "> }, { @@ -32564,7 +35310,6 @@ item_db: ( bonus bHPrecovRate,100; bonus bSPrecovRate,100; } - "> }, { @@ -32840,7 +35585,6 @@ item_db: ( else { heal -999,0; } - "> }, { @@ -33425,7 +36169,6 @@ item_db: ( bonus2 bCriticalAddRace,RC_Undead,9; bonus2 bCriticalAddRace,RC_Demon,9; } - "> }, { @@ -33892,7 +36635,6 @@ item_db: ( else { bonus bFlee,10; } - "> }, { @@ -33940,7 +36682,6 @@ item_db: ( bonus2 bResEff,Eff_Stone,5000; bonus2 bResEff,Eff_Sleep,5000; } - "> }, { @@ -34084,7 +36825,6 @@ item_db: ( if(getrefine()>=9) { bonus bMatkRate,2; } - "> }, { @@ -34169,7 +36909,7 @@ item_db: ( Loc: 4 Script: <" bonus bLuk,getrefine()-5; - bonus bCritical,getrefine(); + bonus bCritical,(getrefine()>10?10:getrefine()); "> }, { @@ -34202,7 +36942,6 @@ item_db: ( bonus2 bSubEle,Ele_Neutral,10; bonus bFlee,10; } - "> }, { @@ -34249,7 +36988,6 @@ item_db: ( bonus bMaxHPrate,4; bonus bMaxSPrate,4; } - "> }, { @@ -34268,7 +37006,6 @@ item_db: ( else { bonus bMaxSP,40; } - "> }, { @@ -34547,7 +37284,6 @@ item_db: ( bonus bInt,2; bonus bMaxSPrate,5; } - "> }, { @@ -34579,7 +37315,7 @@ item_db: ( Weight: 10 Loc: 16 Script: <" - bonus bMagicDamageReturn,getrefine()*2; + bonus bMagicDamageReturn,(getrefine()>10?10:getrefine())*2; if(BaseClass==Job_Mage) bonus bMdef,3; "> }, @@ -34715,7 +37451,7 @@ item_db: ( Loc: 136 Script: <" bonus2 bAddMonsterDropItem,536,2000; - bonus2 bAddItemHealRate,536,100; + bonus2 bAddItemHealRate,536,500; "> }, { @@ -34858,7 +37594,6 @@ item_db: ( bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; } - "> }, { @@ -34875,7 +37610,6 @@ item_db: ( bonus bCritical,5; bonus2 bSkillAtk,62,25; } - "> }, { @@ -34890,9 +37624,8 @@ item_db: ( if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { bonus bHit,5; bonus bCritical,5; - bonus2 bSkillAtk,47,50; + bonus2 bSkillAtk,AC_SHOWER,50; } - "> }, { @@ -35036,7 +37769,6 @@ item_db: ( bonus2 bSkillAtk,MG_SOULSTRIKE,20; bonus2 bSkillAtk,HW_NAPALMVULCAN,20; } - "> }, { @@ -35071,7 +37803,6 @@ item_db: ( bonus bInt,1; bonus bIgnoreMdefRate,2; } - "> }, { @@ -35343,7 +38074,6 @@ item_db: ( if(getrefine()>=14) { bonus bMaxHPrate,3; } - "> }, { @@ -35362,7 +38092,6 @@ item_db: ( if(getrefine()>=14) { bonus bCritical,10; } - "> }, { @@ -35393,7 +38122,6 @@ item_db: ( bonus bAspd,1; } } - "> }, { @@ -35414,7 +38142,6 @@ item_db: ( bonus bAspd,1; } } - "> }, { @@ -35430,7 +38157,6 @@ item_db: ( if(BaseClass==Job_Merchant) { bonus2 bSkillAtk,MC_CARTREVOLUTION,50; } - "> }, { @@ -35680,6 +38406,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bUseSPrate,-15; "> }, { @@ -35690,6 +38423,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); "> }, { @@ -35700,6 +38440,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); @@ -35713,6 +38460,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); @@ -35726,6 +38480,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; @@ -35740,6 +38501,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; @@ -35755,6 +38523,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)); @@ -35768,6 +38543,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 4497 @@ -35777,6 +38559,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); @@ -35790,6 +38579,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; @@ -35805,6 +38601,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; @@ -35818,7 +38621,6 @@ item_db: ( else { heal -999,0; } - "> }, { @@ -35829,6 +38631,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); "> }, { @@ -35839,6 +38648,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; "> }, { @@ -35849,6 +38665,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; @@ -35858,7 +38681,6 @@ item_db: ( bonus bBreakWeaponRate,500; bonus bBreakArmorRate,400; } - "> }, { @@ -35869,6 +38691,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); @@ -35882,6 +38711,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; "> @@ -35912,7 +38748,6 @@ item_db: ( if(BaseClass==Job_Archer) { bonus bDex,getrefine()/3; } - "> }, { @@ -35951,7 +38786,6 @@ item_db: ( if(getrefine()>=9) { bonus2 bSubRace,RC_Insect,5; } - "> }, { @@ -35962,7 +38796,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 - Script: <" bonus3 bAutoSpell,WM_LULLABY_DEEPSLEEP,1,30; "> + Script: <" bonus2 bAddEff,Eff_Deepsleep,500; "> }, { Id: 4511 @@ -35987,7 +38821,6 @@ item_db: ( if(BaseClass==Job_Acolyte) { bonus bHealPower,getrefine()/2; } - "> }, { @@ -36003,7 +38836,6 @@ item_db: ( if(BaseClass==Job_Thief) { bonus bCritAtkRate,getrefine()/2; } - "> }, { @@ -36052,7 +38884,6 @@ item_db: ( if(BaseClass==Job_Mage) { bonus bInt,getrefine()/3; } - "> }, { @@ -36063,6 +38894,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Script: <" bonus2 bAddEff,Eff_Burning,500; "> }, { Id: 4519 @@ -36106,7 +38938,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 - Script: <" bonus3 bAutoSpell,WL_FROSTMISTY,1,30; "> + Script: <" bonus2 bAddEff,Eff_Cold,500; "> }, { Id: 4523 @@ -36134,7 +38966,6 @@ item_db: ( if(BaseClass==Job_Swordman) { bonus bStr,getrefine()/3; } - "> }, { @@ -36219,7 +39050,6 @@ item_db: ( if(BaseClass==Job_Merchant) { bonus bLuk,getrefine()/3; } - "> }, { @@ -36273,6 +39103,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 4536 @@ -36282,6 +39119,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; }"; @@ -36295,6 +39139,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); "> }, { @@ -36305,6 +39156,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; @@ -36314,7 +39172,6 @@ item_db: ( bonus bHealPower,15; bonus bUseSPrate,30; } - "> }, { @@ -36325,6 +39182,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; @@ -36341,6 +39205,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; @@ -36359,6 +39230,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) { @@ -36369,7 +39247,6 @@ item_db: ( bonus bVariableCastrate,150; bonus bSPrecovRate,-150; } - "> OnUnequipScript: <" heal 0,((getrefine()>14)?-2000:-3000); "> }, @@ -36381,6 +39258,13 @@ item_db: ( Buy: 20 Weight: 10 Loc: 16 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 4543 @@ -36390,6 +39274,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); "> }, { @@ -36400,6 +39291,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) { @@ -36410,7 +39308,6 @@ item_db: ( bonus2 bResEff,Eff_Blind,5000; bonus2 bResEff,Eff_Curse,5000; } - "> }, { @@ -36421,6 +39318,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Script: <" bonus bLuk,1; "> }, { Id: 4549 @@ -36430,6 +39328,11 @@ item_db: ( Buy: 20 Weight: 10 Loc: 769 + Script: <" + bonus bIntravision,0; + bonus bAllStats,1; + skill AL_RUWACH,1; + "> }, { Id: 4550 @@ -36439,6 +39342,14 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 + Script: <" + if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { + bonus2 bSkillAtk,RA_ARROWSTORM,50; + bonus bCritical,25+10*(getequiprefinerycnt(EQI_HAND_R)/4); + bonus bHit,5; + bonus3 bAutoSpell,HT_PHANTASMIC,1,100; + } + "> }, { Id: 4552 @@ -36476,6 +39387,144 @@ item_db: ( Weight: 10 Loc: 769 }, +{ + Id: 4582 + AegisName: "Bungisngis_Card" + Name: "Bungisngis Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 769 + Script: <" bonus bMaxHPrate,getrefine()/2; "> +}, +{ + Id: 4583 + AegisName: "Engkanto_Card" + Name: "Engkanto Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 769 + Script: <" + bonus2 bAddEle,Ele_Poison,30; + bonus2 bIgnoreDefRate,RC_Plant,30; + "> +}, +{ + Id: 4584 + AegisName: "Manananggal_Card" + Name: "Manananggal Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 2 + Script: <" + bonus bSPDrainValue,1; + bonus bMaxSPrate,-1; + "> +}, +{ + Id: 4585 + AegisName: "Mangkukulam_Card" + Name: "Mangkukulam Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 16 + Script: <" + bonus bMaxSPrate,10; + bonus bHPGainValue,-666; + "> +}, +{ + Id: 4586 + AegisName: "Tikbalang_Card" + Name: "Tikbalang Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 769 + Script: <" + bonus bMatk,10; + bonus2 bMagicAtkEle,Ele_Wind,5; + if(getrefine()>=9) { + bonus2 bMagicAtkEle,Ele_Wind,5; + } + "> +}, +{ + Id: 4587 + AegisName: "Tiyanak_Card" + Name: "Tiyanak Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 136 + Script: <" + bonus2 bCriticalAddRace,RC_DemiHuman,12; + bonus2 bCriticalAddRace,RC_Fish,12; + bonus2 bCriticalAddRace,RC_Brute,12; + "> +}, +{ + Id: 4588 + AegisName: "Wakwak_Card" + Name: "Wakwak Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 4 + Script: <" bonus bBaseAtk,5*(readparam(bStr)/10); "> +}, +{ + Id: 4589 + AegisName: "Jejeling_Card" + Name: "Jejeling Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 4 + Script: <" bonus bMaxHP,200*(readparam(bVit)/10); "> +}, +{ + Id: 4590 + AegisName: "Bangungot_Card" + Name: "Bangungot Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 16 + Script: <" + bonus bInt,4; + bonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",3,2500,BF_MAGIC,0; + "> +}, +{ + Id: 4591 + AegisName: "Bakonawa_Card" + Name: "Bakonawa Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 16 + Script: <" + bonus bStr,4; + bonus2 bAddEffWhenHit,Eff_Bleeding,2000; + "> +}, +{ + Id: 4592 + AegisName: "Buwaya_Card" + Name: "Buwaya Card" + Type: 6 + Buy: 20 + Weight: 10 + Loc: 16 + Script: <" + bonus bVit,4; + bonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",3,2500,BF_MAGIC,0; + "> +}, // Armor Enchant System // =================================================================== { @@ -37145,10 +40194,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 - Script: <" - bonus2 bAddRace,RC_NonBoss,2; - bonus2 bAddRace,RC_Boss,2; - "> + Script: <" bonus bAtkRate,2; "> }, { Id: 4767 @@ -37157,10 +40203,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 - Script: <" - bonus2 bAddRace,RC_NonBoss,3; - bonus2 bAddRace,RC_Boss,3; - "> + Script: <" bonus bAtkRate,3; "> }, { Id: 4768 @@ -37169,6 +40212,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bStr,1; "> }, { Id: 4769 @@ -37177,6 +40221,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bStr,2; "> }, { Id: 4770 @@ -37185,6 +40230,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bStr,3; "> }, { Id: 4771 @@ -37193,6 +40239,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bInt,1; "> }, { Id: 4772 @@ -37201,6 +40248,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bInt,2; "> }, { Id: 4773 @@ -37209,6 +40257,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bInt,3; "> }, { Id: 4774 @@ -37217,6 +40266,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bVit,1; "> }, { Id: 4775 @@ -37225,6 +40275,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bVit,2; "> }, { Id: 4776 @@ -37233,6 +40284,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bVit,3; "> }, { Id: 4777 @@ -37241,6 +40293,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bAgi,1; "> }, { Id: 4778 @@ -37249,6 +40302,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bAgi,2; "> }, { Id: 4779 @@ -37257,6 +40311,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bAgi,3; "> }, { Id: 4780 @@ -37265,6 +40320,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bDex,1; "> }, { Id: 4781 @@ -37273,6 +40329,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bDex,2; "> }, { Id: 4782 @@ -37281,6 +40338,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bDex,3; "> }, { Id: 4783 @@ -37289,6 +40347,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bLuk,1; "> }, { Id: 4784 @@ -37297,6 +40356,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bLuk,2; "> }, { Id: 4785 @@ -37305,6 +40365,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus bLuk,3; "> }, { Id: 4786 @@ -37466,6 +40527,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus2 bSkillCooldown,AB_HIGHNESSHEAL,-3000; "> }, { Id: 4804 @@ -37474,6 +40536,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 + Script: <" bonus2 bSkillUseSP,AB_CHEAL,30; "> }, { Id: 4805 @@ -37644,10 +40707,7 @@ item_db: ( Type: 6 Buy: 0 Loc: 16 - Script: <" - bonus2 bAddRace,RC_NonBoss,1; - bonus2 bAddRace,RC_Boss,1; - "> + Script: <" bonus bAtkRate,1; "> }, { Id: 4820 @@ -37978,7 +41038,7 @@ item_db: ( Loc: 16 Script: <" bonus bHealPower,6; - bonus bSPrecovRate,5; + bonus bUseSPrate,5; "> }, { @@ -37990,7 +41050,7 @@ item_db: ( Loc: 16 Script: <" bonus bHealPower,12; - bonus bSPrecovRate,10; + bonus bUseSPrate,10; "> }, { @@ -38002,7 +41062,7 @@ item_db: ( Loc: 16 Script: <" bonus bHealPower,20; - bonus bSPrecovRate,15; + bonus bUseSPrate,15; "> }, { @@ -38025,7 +41085,6 @@ item_db: ( bonus bAspd,1; bonus bFixedCastrate,-7; } - "> }, { @@ -38048,7 +41107,6 @@ item_db: ( bonus bAspd,1; bonus bFixedCastrate,-7; } - "> }, { @@ -38070,7 +41128,6 @@ item_db: ( bonus bAspd,1; bonus bFixedCastrate,-7; } - "> }, { @@ -38092,7 +41149,6 @@ item_db: ( bonus bAspd,1; bonus bFixedCastrate,-7; } - "> }, { @@ -38114,7 +41170,6 @@ item_db: ( bonus bAspd,1; bonus bFixedCastrate,-7; } - "> }, { @@ -38136,7 +41191,6 @@ item_db: ( bonus bAspd,1; bonus bFixedCastrate,-7; } - "> }, { @@ -39609,6 +42663,11 @@ item_db: ( EquipLv: 50 Refine: false View: 181 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,3; bonus bMaxHP,100; @@ -39642,6 +42701,11 @@ item_db: ( Loc: 256 EquipLv: 75 View: 183 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -39659,6 +42723,10 @@ item_db: ( Loc: 512 Refine: false View: 184 + Script: <" + bonus bInt,2; + bonus bDef,1; + "> }, { Id: 5102 @@ -39686,9 +42754,14 @@ item_db: ( EquipLv: 30 Refine: false View: 186 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; - bonus bCritical,5; + bonus bCriticalRate,5; "> }, { @@ -39721,8 +42794,7 @@ item_db: ( EquipLv: 24 View: 109 Script: <" - bonus bDex,1; - bonus bMaxSP,80; + bonus bMaxSP,60; bonus3 bAddMonsterDropItem,7864,7,50; "> }, @@ -39739,9 +42811,11 @@ item_db: ( Refine: false View: 144 Script: <" - bonus bUnbreakableHelm,0; - bonus bMdef,10; bonus bLuk,1; + bonus bMatkRate,3; + bonus bFlee,3; + bonus bHit,3; + bonus bFlee2,3; "> }, { @@ -40010,7 +43084,7 @@ item_db: ( Loc: 256 EquipLv: 50 View: 255 - Script: <" bonus bSPrecovRate,5; "> + Script: <" bonus bSPrecovRate,3; "> }, { Id: 5126 @@ -40128,6 +43202,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; "> }, { @@ -40143,6 +43224,11 @@ item_db: ( Loc: 256 Refine: false View: 205 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,5; "> }, { @@ -40156,7 +43242,7 @@ item_db: ( Upper: 63 Loc: 256 View: 206 - Script: <" bonus2 bSubRace,RC_Demon,5; "> + Script: <" bonus bAllStats,3; "> }, { Id: 5135 @@ -40184,6 +43270,7 @@ item_db: ( Upper: 63 Loc: 256 View: 20 + Script: <" bonus bMdef,2; "> }, { Id: 5137 @@ -40282,9 +43369,10 @@ item_db: ( AegisName: "Crescent_Helm" Name: "Crescent Helm" Type: 5 - Buy: 20 + Buy: 48000 Weight: 3000 - Def: 8 + Def: 20 + Slots: 1 Job: 0x000444A2 Upper: 63 Loc: 768 @@ -40300,13 +43388,12 @@ item_db: ( AegisName: "Kabuki_Mask" Name: "Kabuki Mask" Type: 5 - Buy: 20 + Buy: 50000 Weight: 1000 Def: 5 Slots: 1 Job: 0xFFFFFFFE Upper: 63 - Gender: 1 Loc: 769 EquipLv: 30 View: 214 @@ -40348,8 +43435,8 @@ item_db: ( View: 215 Script: <" bonus bVit,1; - bonus2 bSubRace,RC_Brute,7; skill WZ_WATERBALL,1; + if(getrefine()>8) bonus3 bAutoSpell,BS_GREED,1,10; "> }, { @@ -40463,6 +43550,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 @@ -40475,6 +43571,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; "> }, { @@ -40488,6 +43593,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; "> }, { @@ -40607,6 +43721,7 @@ item_db: ( Slots: 1 Job: 0xFFFFFFFE Upper: 63 + Gender: 0 Loc: 256 EquipLv: 45 View: 19 @@ -40693,7 +43808,6 @@ item_db: ( bonus bLuk,2; bonus bCritical,5; } - "> }, { @@ -40759,7 +43873,6 @@ item_db: ( bonus bAgi,1; bonus bHPrecovRate,3; } - "> }, { @@ -40780,7 +43893,6 @@ item_db: ( bonus bInt,1; bonus bSPrecovRate,3; } - "> }, { @@ -40818,7 +43930,6 @@ item_db: ( bonus bLuk,1; bonus bFlee2,2; } - "> }, { @@ -40840,7 +43951,6 @@ item_db: ( bonus bBaseAtk,2*getrefine(); bonus3 bAddEff,Eff_Stun,1000,ATF_SHORT; } - "> }, { @@ -41059,12 +44169,10 @@ item_db: ( Def: 1 Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 242 - Script: <" - bonus bInt,1; - bonus bMdef,3; - "> + Script: <" bonus bMdef,3; "> }, { Id: 5192 @@ -41074,7 +44182,9 @@ item_db: ( Buy: 800 Weight: 100 Def: 1 + Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 243 Script: <" bonus bMdef,3; "> @@ -41087,7 +44197,9 @@ item_db: ( Buy: 800 Weight: 100 Def: 1 + Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 244 Script: <" bonus bMdef,3; "> @@ -41100,7 +44212,9 @@ item_db: ( Buy: 800 Weight: 100 Def: 1 + Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 245 Script: <" bonus bMdef,3; "> @@ -41113,7 +44227,9 @@ item_db: ( Buy: 800 Weight: 100 Def: 1 + Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 246 Script: <" bonus bMdef,3; "> @@ -41126,7 +44242,9 @@ item_db: ( Buy: 800 Weight: 100 Def: 1 + Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 247 Script: <" bonus bMdef,3; "> @@ -41139,7 +44257,9 @@ item_db: ( Buy: 800 Weight: 100 Def: 1 + Slots: 1 Upper: 63 + Gender: 0 Loc: 256 View: 248 Script: <" bonus bMdef,3; "> @@ -41153,6 +44273,7 @@ item_db: ( Weight: 100 Def: 3 Upper: 63 + Gender: 0 Loc: 256 View: 249 Script: <" @@ -41194,6 +44315,16 @@ 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; "> }, { Id: 5202 @@ -41266,6 +44397,11 @@ item_db: ( Loc: 1 Refine: false View: 259 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Plant,3; "> }, { @@ -41327,6 +44463,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 264 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVariableCastrate,-3; bonus bAspdRate,3; @@ -41361,7 +44502,6 @@ item_db: ( bonus bMatkRate,1; bonus bHealPower,1; } - "> }, { @@ -41428,6 +44568,11 @@ item_db: ( Upper: 63 Loc: 256 View: 38 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus bDex,1; @@ -41447,6 +44592,11 @@ item_db: ( Upper: 63 Loc: 256 View: 39 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,1; @@ -41466,6 +44616,11 @@ item_db: ( Upper: 63 Loc: 256 View: 41 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; "> }, { @@ -41479,6 +44634,11 @@ item_db: ( Upper: 63 Loc: 256 View: 15 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -41493,6 +44653,11 @@ item_db: ( Upper: 63 Loc: 256 View: 142 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,18; bonus bFlee,3; @@ -41510,6 +44675,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; @@ -41528,6 +44698,11 @@ item_db: ( EquipLv: 45 Refine: false View: 169 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bFlee,5; "> }, { @@ -41542,6 +44717,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 149 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus bDex,1; @@ -41560,6 +44740,11 @@ item_db: ( Loc: 768 EquipLv: 35 View: 175 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, { @@ -41575,6 +44760,11 @@ item_db: ( Loc: 768 EquipLv: 55 View: 178 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bVit,1; @@ -41614,6 +44804,11 @@ item_db: ( Upper: 63 Loc: 256 View: 270 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bDex,1; @@ -41634,6 +44829,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; @@ -41652,6 +44856,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; @@ -41670,6 +44883,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; @@ -41687,6 +44909,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; @@ -41704,6 +44935,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; @@ -41721,6 +44961,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; @@ -41738,6 +44987,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; @@ -41755,6 +45013,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; @@ -41771,6 +45038,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; "> }, { @@ -41784,6 +45060,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; "> }, { @@ -41797,6 +45082,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; "> }, { @@ -41811,6 +45105,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; @@ -41828,6 +45131,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; @@ -41845,6 +45157,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; @@ -41862,6 +45183,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; @@ -41879,6 +45209,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; @@ -41896,6 +45235,11 @@ item_db: ( Upper: 63 Loc: 768 View: 287 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bResEff,Eff_Freeze,1000; "> }, { @@ -41941,7 +45285,7 @@ item_db: ( bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; - bonus2 bSubRace,RC_Demon,5; + bonus2 bSubRace,RC_Demon,3; "> }, { @@ -41959,7 +45303,7 @@ item_db: ( bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; - bonus2 bSubRace,RC_Demon,5; + bonus2 bSubRace,RC_Demon,3; "> }, { @@ -42070,7 +45414,6 @@ item_db: ( if(getrefine()>=6) { bonus bCritical,getrefine()-5; } - "> }, { @@ -42104,6 +45447,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; @@ -42122,6 +45470,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; @@ -42226,12 +45579,17 @@ 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; bonus2 bSubEle,Ele_Fire,1; bonus2 bSubEle,Ele_Wind,1; - bonus2 bAddEff,Eff_Curse,3; + bonus2 bAddEff,Eff_Curse,300; "> }, { @@ -42259,6 +45617,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; "> }, { @@ -42272,6 +45640,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; @@ -42288,6 +45666,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; "> }, { @@ -42302,6 +45690,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; @@ -42458,6 +45856,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 309 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -42477,6 +45880,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 310 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -42557,6 +45965,11 @@ item_db: ( EquipLv: 10 Refine: false View: 311 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bMaxHP,50; @@ -42579,6 +45992,11 @@ item_db: ( EquipLv: 30 Refine: false View: 312 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,1; bonus bAgi,1; @@ -42601,6 +46019,11 @@ item_db: ( EquipLv: 30 Refine: false View: 313 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; "> }, { @@ -42614,9 +46037,14 @@ item_db: ( Loc: 256 Refine: false View: 314 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; - bonus bSpeedRate,25; + bonus bSpeedRate,10; bonus bAspdRate,-10; bonus bVariableCastrate,25; "> @@ -42635,6 +46063,11 @@ item_db: ( EquipLv: 30 Refine: false View: 315 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; "> }, { @@ -42648,9 +46081,14 @@ item_db: ( Loc: 512 Refine: false View: 316 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; - bonus bInt,1; + bonus bMdef,5; "> }, { @@ -42665,6 +46103,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; @@ -42701,6 +46144,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; @@ -42718,6 +46166,11 @@ item_db: ( Loc: 256 EquipLv: 50 View: 319 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bSubRace,RC_Dragon,5; "> }, { @@ -42731,6 +46184,11 @@ item_db: ( Loc: 256 Refine: false View: 320 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bDex,4; @@ -42747,6 +46205,11 @@ item_db: ( Loc: 769 Refine: false View: 321 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bAgi,3; @@ -42765,6 +46228,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; "> }, { @@ -42884,7 +46355,7 @@ item_db: ( Loc: 256 View: 325 Script: <" - bonus bMdef,5; + bonus bMdef,3; bonus bMaxHP,50; "> }, @@ -42901,6 +46372,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; @@ -42917,6 +46393,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; "> }, { @@ -42932,6 +46417,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; "> }, { @@ -42941,10 +46436,16 @@ item_db: ( Type: 5 Buy: 20 Weight: 400 - Def: 5 + Def: 10 + Slots: 1 Upper: 63 Loc: 256 View: 329 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50; @@ -42962,6 +46463,11 @@ item_db: ( Upper: 63 Loc: 256 View: 330 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSpeedAddRate,25; "> }, { @@ -42989,6 +46495,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; @@ -43007,6 +46518,11 @@ item_db: ( Upper: 63 Loc: 256 View: 333 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,15; "> }, { @@ -43014,14 +46530,19 @@ item_db: ( AegisName: "Ayothaya_Hat" Name: "Ayothaya King's Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 100 - Def: 10 + Def: 5 Slots: 1 Job: 0x000654E2 Upper: 63 Loc: 256 View: 334 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,5; @@ -43039,6 +46560,11 @@ item_db: ( Upper: 63 Loc: 768 View: 335 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bMatkRate,3; @@ -43057,6 +46583,11 @@ item_db: ( EquipLv: 50 Refine: false View: 336 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bAddRace,RC_DemiHuman,5; "> }, { @@ -43071,6 +46602,11 @@ item_db: ( EquipLv: 35 Refine: false View: 337 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; skill WZ_ESTIMATION,1; @@ -43113,6 +46649,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; "> }, { @@ -43141,6 +46685,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; @@ -43170,6 +46723,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; @@ -43186,6 +46748,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; "> }, { @@ -43200,6 +46771,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; @@ -43347,6 +46923,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; @@ -43368,7 +46951,6 @@ item_db: ( Loc: 256 View: 348 Script: <" - bonus bDex,1; bonus bLuk,2; bonus bMdef,2; "> @@ -43401,6 +46983,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 350 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5337 @@ -43413,6 +47000,11 @@ item_db: ( Loc: 256 EquipLv: 10 View: 351 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5338 @@ -43425,6 +47017,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 @@ -43437,6 +47039,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 @@ -43565,6 +47177,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 @@ -43652,6 +47274,11 @@ item_db: ( Loc: 256 EquipLv: 38 View: 361 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5353 @@ -43681,7 +47308,6 @@ item_db: ( Weight: 100 Def: 4 Upper: 63 - Gender: 1 Loc: 256 Refine: false View: 362 @@ -43712,6 +47338,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; @@ -43729,6 +47359,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; @@ -43747,6 +47386,11 @@ item_db: ( EquipLv: 70 Refine: false View: 366 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,1; bonus bMdef,2; @@ -43766,6 +47410,11 @@ item_db: ( Loc: 256 EquipLv: 60 View: 367 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,1; bonus bLongAtkRate,7; @@ -43784,6 +47433,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 368 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bFlee,10; bonus bCritical,3; @@ -43803,6 +47457,11 @@ item_db: ( Loc: 1 Refine: false View: 369 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bBaseAtk,5; @@ -43820,6 +47479,11 @@ item_db: ( Loc: 1 Refine: false View: 370 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bMatkRate,1; @@ -43861,6 +47525,7 @@ item_db: ( bonus bStr,1; bonus bInt,1; bonus bAgi,2; + bonus2 bAddMonsterDropItem,12582,30; "> }, { @@ -43892,10 +47557,7 @@ item_db: ( Upper: 63 Loc: 256 View: 374 - Script: <" - bonus bStr,2; - bonus bAllStats,5; - "> + Script: <" bonus bAllStats,5; "> }, { Id: 5367 @@ -43911,6 +47573,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; @@ -43927,6 +47594,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; "> }, { @@ -43940,6 +47616,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; "> }, { @@ -43966,6 +47651,11 @@ item_db: ( Upper: 63 Loc: 768 View: 377 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus bMaxSP,30; @@ -43982,6 +47672,11 @@ item_db: ( Upper: 63 Loc: 256 View: 378 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bDelayrate,-3; @@ -44002,6 +47697,11 @@ item_db: ( Upper: 63 Loc: 768 View: 379 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bMdef,1; @@ -44018,6 +47718,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; @@ -44035,6 +47740,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; @@ -44052,9 +47762,14 @@ item_db: ( Upper: 63 Loc: 256 View: 382 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMaxSP,120; - bonus2 bAddEff2,Eff_Curse,300; + bonus2 bAddEff2,Eff_Curse,10; "> }, { @@ -44068,6 +47783,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; @@ -44083,6 +47803,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; @@ -44101,10 +47826,7 @@ item_db: ( Loc: 256 EquipLv: 50 View: 385 - Script: <" - bonus bMdef,2; - bonus bMatkRate,2+(getrefine()/2); - "> + Script: <" bonus bMatkRate,(getrefine()*1); "> }, { Id: 5380 @@ -44117,7 +47839,12 @@ item_db: ( Upper: 63 Loc: 256 View: 386 - Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,1,5; "> + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } + Script: <" bonus3 bAutoSpell,"SA_FROSTWEAPON",1,5; "> }, { Id: 5381 @@ -44132,6 +47859,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; @@ -44150,6 +47882,11 @@ item_db: ( Upper: 63 Loc: 256 View: 388 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,1; skill AL_ANGELUS,1; @@ -44170,6 +47907,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; @@ -44207,6 +47949,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; "> }, @@ -44222,6 +47971,10 @@ item_db: ( Loc: 256 Refine: false View: 228 + Trade: { + nomail: true + noauction: true + } Script: <" bonus bMdef,7; bonus bFlee,7; @@ -44241,6 +47994,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 392 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,5; "> }, { @@ -44256,6 +48014,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 393 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill TF_DOUBLE,5; bonus bDoubleRate,25; @@ -44272,10 +48035,16 @@ item_db: ( Loc: 512 Refine: false View: 394 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" - bonus bUnbreakableHelm,0; bonus bStr,2; - bonus bHit,15; + bonus2 bAddRace,RC_Boss,2; + bonus2 bAddRace,RC_NonBoss,2; + bonus bMatkRate,2; "> }, { @@ -44302,6 +48071,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; @@ -44348,6 +48127,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; @@ -44367,6 +48156,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; @@ -44400,8 +48194,14 @@ 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; bonus bUnbreakableHelm,0; "> }, @@ -44473,6 +48273,11 @@ item_db: ( EquipLv: 70 Refine: false View: 404 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,1; bonus bMdef,2; @@ -44492,6 +48297,11 @@ item_db: ( EquipLv: 70 Refine: false View: 405 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bFlee2,3; @@ -44509,6 +48319,11 @@ item_db: ( EquipLv: 30 Refine: false View: 406 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus2 bAddMonsterDropItem,579,500; @@ -44528,6 +48343,11 @@ item_db: ( Loc: 256 EquipLv: 45 View: 407 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus4 bAutoSpellWhenHit,AC_CONCENTRATION,2,7,0; "> }, { @@ -44543,6 +48363,11 @@ item_db: ( EquipLv: 80 Refine: false View: 408 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,1; "> }, { @@ -44556,6 +48381,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; @@ -44575,6 +48408,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; @@ -44802,6 +48643,11 @@ item_db: ( EquipLv: 50 Refine: false View: 421 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bInt,2; @@ -44827,6 +48673,11 @@ item_db: ( EquipLv: 50 Refine: false View: 422 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bInt,1; @@ -44869,6 +48720,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; @@ -44938,6 +48794,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; "> }, { @@ -44952,6 +48817,11 @@ item_db: ( Upper: 63 Loc: 256 View: 430 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bHPrecovRate,5; bonus bSPrecovRate,5; @@ -44969,6 +48839,10 @@ item_db: ( Loc: 256 Refine: false View: 431 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus2 bSubEle,Ele_Fire,20; skill MG_FIREBOLT,5; @@ -45048,7 +48922,6 @@ item_db: ( bonus bMdef,getrefine()-5; bonus bMaxSP,(getrefine()-5)*10; } - "> }, { @@ -45282,6 +49155,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 @@ -45296,6 +49178,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; @@ -45315,6 +49206,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; @@ -45334,6 +49234,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; @@ -45405,6 +49314,11 @@ item_db: ( Upper: 63 Loc: 256 View: 455 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus bBaseAtk,5; @@ -45413,7 +49327,6 @@ item_db: ( bonus bBaseAtk,getrefine()-4; bonus bMatkRate,getrefine()-4; } - "> }, { @@ -45460,6 +49373,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; @@ -45477,6 +49399,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; @@ -45493,6 +49424,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; @@ -45510,6 +49448,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; @@ -45523,11 +49468,20 @@ item_db: ( Name: "Zaha Doll Hat" Type: 5 Buy: 20 - Def: 1 + Slots: 1 Upper: 63 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; @@ -45616,6 +49570,7 @@ item_db: ( Buy: 20 Weight: 300 Def: 4 + Slots: 1 Upper: 63 Loc: 256 EquipLv: 30 @@ -45731,6 +49686,11 @@ item_db: ( Upper: 63 Loc: 768 View: 473 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bMaxHPrate,-10; @@ -45762,6 +49722,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; @@ -45778,6 +49745,10 @@ item_db: ( Upper: 63 Loc: 256 View: 476 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bMdef,3; bonus bMaxHP,50; @@ -45795,6 +49766,10 @@ item_db: ( Upper: 63 Loc: 256 View: 477 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAllStats,2; bonus3 bAutoSpell,PR_IMPOSITIO,3,3; @@ -45812,6 +49787,10 @@ item_db: ( Upper: 63 Loc: 256 View: 478 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bAspdRate,10; bonus bBaseAtk,-20; @@ -45829,6 +49808,10 @@ item_db: ( Upper: 63 Loc: 769 View: 479 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bStr,3; "> }, { @@ -45843,6 +49826,10 @@ item_db: ( Loc: 513 Refine: false View: 480 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bHit,-10; @@ -45954,6 +49941,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; @@ -45974,6 +49968,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; @@ -45991,6 +49992,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; @@ -46008,6 +50019,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; @@ -46025,6 +50046,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; "> }, { @@ -46039,6 +50070,11 @@ item_db: ( Upper: 63 Loc: 256 View: 493 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,1; bonus bAgi,1; @@ -46063,6 +50099,13 @@ item_db: ( EquipLv: 50 Refine: false View: 494 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bLuk,4; "> }, { @@ -46078,6 +50121,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; @@ -46091,11 +50141,16 @@ item_db: ( Buy: 20 Weight: 600 Def: 5 + Slots: 1 Upper: 63 Loc: 768 EquipLv: 20 - Refine: false View: 490 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bVit,5; bonus bFlee,10; @@ -46112,6 +50167,11 @@ item_db: ( Loc: 256 Refine: false View: 487 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill SM_PROVOKE,1; "> }, { @@ -46126,6 +50186,11 @@ item_db: ( Loc: 256 EquipLv: 30 View: 488 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,3; skill MG_FROSTDIVER,3; @@ -46145,6 +50210,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; @@ -46162,6 +50234,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; @@ -46179,6 +50258,11 @@ item_db: ( Upper: 63 Loc: 256 View: 497 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,2; @@ -46202,6 +50286,11 @@ item_db: ( EquipLv: 70 Refine: false View: 489 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,10; "> }, { @@ -46216,6 +50305,11 @@ item_db: ( Loc: 768 EquipLv: 50 View: 492 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" skill DC_DONTFORGETME,1; bonus bDex,2; @@ -46267,6 +50361,11 @@ item_db: ( Upper: 63 Loc: 256 View: 503 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bAgi,2; @@ -46286,6 +50385,11 @@ item_db: ( Upper: 63 Loc: 256 View: 504 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,2; bonus bVit,1; @@ -46324,6 +50428,11 @@ item_db: ( Upper: 63 Loc: 768 View: 508 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bSPrecovRate,8; "> }, { @@ -46346,7 +50455,6 @@ item_db: ( bonus bDef,1; bonus bBaseAtk,15; } - "> }, { @@ -46369,7 +50477,6 @@ item_db: ( bonus bDef,1; bonus bBaseAtk,15; } - "> }, { @@ -46392,7 +50499,6 @@ item_db: ( bonus bDef,1; bonus bMatkRate,2; } - "> }, { @@ -46415,7 +50521,6 @@ item_db: ( bonus bDef,1; bonus bMatkRate,2; } - "> }, { @@ -46480,6 +50585,11 @@ item_db: ( Upper: 63 Loc: 256 View: 514 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bInt,2; "> }, { @@ -46509,6 +50619,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; @@ -46585,6 +50705,11 @@ item_db: ( EquipLv: 60 Refine: false View: 520 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bFlee,3; @@ -46603,6 +50728,11 @@ item_db: ( Upper: 63 Loc: 256 View: 521 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,3; bonus bMdef,2; @@ -46625,6 +50755,13 @@ item_db: ( EquipLv: 30 Refine: false View: 522 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bAgi,1; "> }, { @@ -46639,6 +50776,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; @@ -46653,7 +50797,7 @@ item_db: ( AegisName: "Raven_Cap" Name: "Raven Cap" Type: 5 - Buy: 20 + Buy: 45000 Weight: 100 Def: 6 Slots: 1 @@ -46661,15 +50805,20 @@ item_db: ( Loc: 256 EquipLv: 30 View: 524 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 5531 AegisName: "B_Dragon_Hat" Name: "Baby Dragon Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 100 - Def: 6 + Def: 1 Slots: 1 Upper: 63 Loc: 256 @@ -46687,6 +50836,11 @@ item_db: ( EquipLv: 30 Refine: false View: 327 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bShortWeaponDamageReturn,1; "> }, { @@ -46730,7 +50884,6 @@ item_db: ( Buy: 20 Weight: 500 Def: 1 - Slots: 1 Upper: 63 Loc: 256 View: 529 @@ -46753,6 +50906,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; @@ -46768,15 +50931,19 @@ item_db: ( AegisName: "Quati_Hat" Name: "Coati Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 700 Def: 2 Slots: 1 Upper: 63 Loc: 256 EquipLv: 45 - Refine: false View: 527 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; bonus2 bAddRace,RC_Plant,10; @@ -46787,15 +50954,19 @@ item_db: ( AegisName: "Tucan_Hat" Name: "Tucan Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 600 Def: 2 Slots: 1 Upper: 63 Loc: 768 EquipLv: 45 - Refine: false View: 528 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bCritical,5; @@ -46806,7 +50977,7 @@ item_db: ( AegisName: "Jaguar_Hat" Name: "Jaguar Hat" Type: 5 - Buy: 20 + Buy: 50000 Weight: 400 Def: 4 Slots: 1 @@ -46814,6 +50985,11 @@ item_db: ( Loc: 769 EquipLv: 25 View: 530 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,2; skill MC_LOUD,1; @@ -46900,11 +51076,19 @@ item_db: ( AegisName: "Time_Keeper_Hat" Name: "Guardian Hat" Type: 5 - Buy: 30000 + Buy: 0 Def: 6 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; @@ -46922,6 +51106,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; @@ -46929,7 +51118,6 @@ item_db: ( bonus bDef,1; bonus bVit,1; } - "> }, { @@ -46944,6 +51132,11 @@ item_db: ( Upper: 63 Loc: 256 View: 532 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bLuk,2; bonus bVit,2; @@ -46952,7 +51145,6 @@ item_db: ( bonus bDef,1; bonus bVit,1; } - "> }, { @@ -46967,6 +51159,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); @@ -46984,7 +51181,13 @@ item_db: ( Upper: 63 Loc: 1 EquipLv: 50 + Refine: false View: 534 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bLuk,1; @@ -47002,6 +51205,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 535 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bDelayrate,-2; @@ -47010,7 +51218,6 @@ item_db: ( bonus bDex,1; bonus bMatkRate,1; } - "> }, { @@ -47025,6 +51232,11 @@ item_db: ( Loc: 256 EquipLv: 70 View: 536 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bDex,2; @@ -47034,7 +51246,6 @@ item_db: ( bonus bDex,1; bonus bMatkRate,1; } - "> }, { @@ -47092,6 +51303,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; @@ -47109,6 +51325,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; @@ -47144,6 +51365,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 541 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,3; "> }, { @@ -47171,6 +51397,15 @@ item_db: ( Upper: 63 Loc: 768 View: 543 + Script: <" + bonus2 bAddRace,RC_NonBoss,6; + bonus2 bAddRace,RC_Boss,6; + bonus bMatkRate,6; + bonus bLongAtkRate,6; + bonus bHealPower,6; + bonus bVariableCastrate,-20; + bonus bAspd,1; + "> }, { Id: 5560 @@ -47267,6 +51502,11 @@ item_db: ( Loc: 768 EquipLv: 85 View: 544 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bMdef,10; @@ -47279,12 +51519,22 @@ item_db: ( AegisName: "Dragon_Arhat_Mask" Name: "Dragon Arhat Mask" Type: 5 - Buy: 0 + Buy: 40000 Def: 5 Upper: 63 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; "> }, { @@ -47292,12 +51542,22 @@ item_db: ( AegisName: "Tiger_Arhat_Mask" Name: "Tiger Arhat Mask" Type: 5 - Buy: 0 + Buy: 40000 Def: 1 Upper: 63 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; "> }, { @@ -47312,6 +51572,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; @@ -47348,6 +51613,11 @@ item_db: ( Upper: 63 Loc: 256 View: 550 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bDex,2; bonus bAgi,2; @@ -47357,7 +51627,6 @@ item_db: ( bonus bMatkRate,8; bonus2 bSubEle,Ele_Wind,5; } - "> }, { @@ -47372,6 +51641,11 @@ item_db: ( Upper: 63 Loc: 256 View: 551 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAgi,2; bonus bBaseAtk,2; @@ -47382,7 +51656,6 @@ item_db: ( bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; } - "> }, { @@ -47445,6 +51718,11 @@ item_db: ( EquipLv: 10 Refine: false View: 555 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bUnbreakableHelm,0; bonus bDex,2; @@ -47490,6 +51768,10 @@ item_db: ( Upper: 63 Loc: 769 View: 479 + Trade: { + nodrop: true + nogstorage: true + } Script: <" bonus bDex,3; bonus bStr,3; @@ -47520,7 +51802,23 @@ item_db: ( Upper: 63 Loc: 768 View: 558 - Script: <" bonus bAgi,2; "> + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } + Script: <" + bonus bAgi,2; + bonus bFlee,3; + if(getrefine()>6) { + bonus bFlee,2; + bonus bAgi,2; + } + if(getrefine()>8) { + bonus bCritical,10; + bonus bAspdRate,8; + } + "> }, { Id: 5580 @@ -47557,6 +51855,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; @@ -47565,7 +51868,6 @@ item_db: ( bonus bHealPower,3; bonus bMatkRate,2; } - "> }, { @@ -47580,6 +51882,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; @@ -47588,7 +51895,6 @@ item_db: ( bonus bBaseAtk,15; bonus bFlee,10; } - "> }, { @@ -47602,6 +51908,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 @@ -47614,6 +51929,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; @@ -47656,6 +51976,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 @@ -47668,7 +51997,15 @@ item_db: ( Upper: 63 Loc: 256 View: 565 - Script: <" bonus bStr,2; "> + Script: <" + bonus bStr,2; + bonus2 bSubEle,Ele_Fire,5; + if(getrefine()>6) { + bonus bDef,1; + bonus bFlee,10; + bonus3 bAutoSpell,TK_SEVENWIND,4,50; + } + "> }, { Id: 5589 @@ -47681,7 +52018,15 @@ item_db: ( Upper: 63 Loc: 256 View: 566 - Script: <" bonus bDex,2; "> + Script: <" + bonus bDex,2; + bonus2 bSubEle,Ele_Fire,5; + if(getrefine()>6) { + bonus bFlee,10; + bonus bAspdRate,3; + autobonus "{ bonus bSplashRange,1; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; + } + "> }, { Id: 5590 @@ -47730,15 +52075,16 @@ item_db: ( Refine: false View: 568 Script: <" - bonus bUnbreakableHelm,0; - if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bStr,1; - else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) bonus bInt,1; - else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bDex,1; + if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bAspd,1; + else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) { + bonus bMatk,5; + bonus bHealPower,2; + } + else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bLongAtkRate,2; else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { - bonus bMaxHP,80; - bonus bMaxSP,30; + bonus bMaxHP,120; + bonus bMaxSP,60; } - "> }, { @@ -47768,7 +52114,6 @@ item_db: ( bonus2 bSubEle,Ele_Dark,5; bonus2 bSubEle,Ele_Ghost,5; } - "> }, { @@ -47814,6 +52159,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; @@ -47831,6 +52186,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; @@ -47847,7 +52212,14 @@ item_db: ( Upper: 63 Loc: 256 View: 573 - Script: <" bonus bDex,2; "> + Script: <" + bonus bDex,2; + bonus bAspdRate,1; + if(getrefine()>6) { + bonus2 bSubEle,Ele_Earth,5; + autobonus "{ bonus bDex,20; }",10,6000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; + } + "> }, { Id: 5599 @@ -47861,6 +52233,11 @@ item_db: ( Upper: 63 Loc: 256 View: 574 + Script: <" + bonus bAspdRate,3; + bonus2 bSubEle,Ele_Earth,5; + if(getrefine()>6) bonus3 bAutoSpell,"MO_BALKYOUNG",1,50; + "> }, { Id: 5600 @@ -47891,11 +52268,6 @@ item_db: ( View: 576 Script: <" bonus bLuk,3; - bonus bAgi,3; - bonus bDex,3; - bonus bVit,3; - bonus bInt,3; - bonus bStr,3; bonus bMdef,1; "> }, @@ -47926,6 +52298,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; @@ -47945,6 +52326,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; @@ -47964,6 +52354,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; @@ -47984,14 +52383,7 @@ item_db: ( Loc: 256 EquipLv: 3 View: 580 - Script: <" - bonus bStr,1; - bonus bInt,1; - bonus bVit,1; - bonus bDex,1; - bonus bAgi,1; - bonus bLuk,1; - "> + Script: <" bonus bAllStats,1; "> }, { Id: 5607 @@ -48006,6 +52398,10 @@ item_db: ( EquipLv: 60 Refine: false View: 581 + Script: <" + bonus bMaxHP,500; + bonus2 bSubRace,RC_DemiHuman,5; + "> }, { Id: 5608 @@ -48020,13 +52416,17 @@ item_db: ( EquipLv: 60 Refine: false View: 582 + Script: <" + bonus bMaxHP,80; + bonus2 bSubRace,RC_DemiHuman,5; + "> }, { Id: 5609 AegisName: "Chung_Hairband" Name: "Chung Hairpin" Type: 5 - Buy: 0 + Buy: 45000 Weight: 500 Def: 5 Slots: 1 @@ -48225,6 +52625,7 @@ item_db: ( Loc: 256 Refine: false View: 205 + Script: <" bonus bShortWeaponDamageReturn,5; "> }, { Id: 5622 @@ -48711,6 +53112,11 @@ item_db: ( Upper: 63 Loc: 256 View: 587 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bMdef,5; bonus bDex,1; @@ -48774,6 +53180,7 @@ item_db: ( Buy: 20 Weight: 400 Def: 1 + Slots: 1 Upper: 63 Loc: 256 View: 589 @@ -48929,6 +53336,16 @@ 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; + if(getrefine()>=7) autobonus "{ bonus bCritical,30; bonus bHit,10; }",10,10000,0,"{ specialeffect2 EF_ENHANCE; }"; + "> }, { Id: 5668 @@ -48940,9 +53357,18 @@ 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,100; + bonus2 bAddMonsterDropItem,6097,10; "> }, { @@ -49014,6 +53440,10 @@ item_db: ( Loc: 256 EquipLv: 30 View: 602 + Script: <" + bonus bNoCastCancel,0; + bonus bVariableCastrate,35; + "> }, { Id: 5674 @@ -49119,6 +53549,7 @@ item_db: ( Weight: 100 Def: 1 Upper: 63 + Gender: 0 Loc: 256 View: 244 Script: <" bonus bMdef,3; "> @@ -49231,7 +53662,6 @@ item_db: ( Type: 5 Buy: 20 Weight: 600 - Def: 5 Upper: 63 Loc: 256 View: 613 @@ -49246,7 +53676,6 @@ item_db: ( bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; } - "> }, { @@ -49917,6 +54346,7 @@ item_db: ( Weight: 100 Def: 1 Upper: 63 + Gender: 0 Loc: 256 View: 244 Script: <" bonus bMdef,3; "> @@ -49962,6 +54392,11 @@ item_db: ( Upper: 63 Loc: 256 View: 616 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bStr,1; bonus bInt,1; @@ -49975,7 +54410,6 @@ item_db: ( else { bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,1,20,BF_WEAPON|BF_MAGIC,0; } - "> }, { @@ -50018,6 +54452,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 @@ -50095,6 +54538,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; @@ -50103,7 +54555,6 @@ item_db: ( bonus bBaseAtk,10; bonus bMatk,5; } - "> }, { @@ -50120,6 +54571,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; @@ -50128,7 +54588,6 @@ item_db: ( if(readparam(bInt)>=120) { bonus bMatk,10; } - "> }, { @@ -50145,6 +54604,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; @@ -50153,7 +54621,6 @@ item_db: ( bonus bLongAtkRate,4; bonus bAspd,1; } - "> }, { @@ -50167,10 +54634,18 @@ item_db: ( Slots: 1 Job: 0x00000400 Upper: 56 - Gender: 1 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; @@ -50179,7 +54654,6 @@ item_db: ( bonus bBaseAtk,10; bonus bCritical,3; } - "> }, { @@ -50196,6 +54670,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; @@ -50204,7 +54687,6 @@ item_db: ( bonus bBaseAtk,10; bonus bFlee,3; } - "> }, { @@ -50218,10 +54700,18 @@ item_db: ( Slots: 1 Job: 0x00080000 Upper: 56 - Gender: 1 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; @@ -50244,6 +54734,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; @@ -50252,7 +54751,6 @@ item_db: ( bonus bBaseAtk,5; bonus bAspd,1; } - "> }, { @@ -50269,6 +54767,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; @@ -50277,7 +54784,6 @@ item_db: ( bonus bMatkRate,10; bonus bVariableCastrate,-2; } - "> }, { @@ -50294,6 +54800,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; @@ -50302,7 +54817,6 @@ item_db: ( bonus bBaseAtk,10; bonus bHit,3; } - "> }, { @@ -50319,6 +54833,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; @@ -50326,7 +54849,6 @@ item_db: ( bonus bBaseAtk,10; bonus bFlee2,5; } - "> }, { @@ -50343,6 +54865,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; @@ -50351,7 +54882,6 @@ item_db: ( bonus bMatkRate,10; bonus bFlee,3; } - "> }, { @@ -50368,6 +54898,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; @@ -50376,7 +54915,6 @@ item_db: ( bonus bMatkRate,10; bonus bDef,5; } - "> }, { @@ -50393,6 +54931,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; @@ -50429,6 +54976,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; @@ -50437,7 +54993,6 @@ item_db: ( bonus bBaseAtk,10; bonus bCritical,3; } - "> }, { @@ -50533,6 +55088,7 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 + Slots: 1 Upper: 63 Loc: 256 EquipLv: 50 @@ -50547,7 +55103,7 @@ item_db: ( AegisName: "Samurai_Mask" Name: "Samurai Mask" Type: 5 - Buy: 20 + Buy: 40000 Weight: 300 Def: 1 Upper: 63 @@ -50606,6 +55162,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; }"; "> }, { @@ -50731,7 +55292,16 @@ item_db: ( Upper: 63 Loc: 256 View: 656 - Script: <" bonus bStr,2; "> + Script: <" + bonus bStr,2; + bonus2 bAddMonsterDropItem,574,500; + bonus2 bAddItemHealRate,574,5; + set .@rate,(getrefine()>10)?10:getrefine(); + bonus bMaxHPrate,.@rate; + bonus bMaxSPrate,.@rate; + bonus3 bAutoSpellWhenHit,"AL_INCAGI",.@rate,10; + bonus3 bAutoSpell,"AL_INCAGI",.@rate,10; + "> }, { Id: 5779 @@ -50788,6 +55358,13 @@ item_db: ( Upper: 63 Loc: 769 View: 660 + Script: <" + bonus bMaxHPrate,3; + if(isequipped(1407))||(isequipped(1219)) { + bonus bAtkRate,3; + } + if(isequipped(2125)) bonus bDef,2; + "> }, { Id: 5783 @@ -50852,6 +55429,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; @@ -50960,6 +55546,7 @@ item_db: ( Upper: 63 Loc: 256 View: 669 + Script: <" bonus2 bSubRace,RC_Fish,1; "> }, { Id: 5793 @@ -51011,6 +55598,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; @@ -51027,6 +55624,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; @@ -51043,6 +55650,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; @@ -51059,6 +55676,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; @@ -51101,7 +55728,6 @@ item_db: ( else { bonus3 bAutoSpellWhenHit,AL_HEAL,5,20; } - "> }, { @@ -51151,10 +55777,20 @@ item_db: ( Weight: 150 Def: 2 Upper: 63 + Gender: 0 Loc: 256 EquipLv: 70 Refine: false View: 43 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHPrate,15; bonus bSPrecovRate,5; @@ -51172,6 +55808,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 @@ -51264,6 +55909,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; @@ -51336,6 +55991,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; @@ -51357,6 +56022,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; "> }, { @@ -51369,6 +56044,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; "> }, { @@ -51395,6 +56080,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; @@ -51411,6 +56106,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; @@ -51459,7 +56163,12 @@ item_db: ( Upper: 63 Loc: 136 Refine: false - Script: <" bonus bMdef,1; "> + Script: <" + bonus bAtkRate, 10; + bonus bMatkRate, 10; + bonus bMaxHP, 1500; + bonus bMdef,1; + "> }, { Id: 5826 @@ -51807,6 +56516,7 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 + Def: -7 Upper: 63 Loc: 256 EquipLv: 40 @@ -51831,9 +56541,19 @@ 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 bStr,2; - bonus bDex,2; + bonus bVit,2; + bonus bMdef,1; "> }, { @@ -51848,9 +56568,19 @@ 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 bInt,2; - bonus bVit,2; + bonus bStr,2; + bonus bMdef,1; "> }, { @@ -51865,9 +56595,19 @@ 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 bDex,2; + bonus bMdef,1; "> }, { @@ -51882,7 +56622,20 @@ item_db: ( Upper: 63 Loc: 256 View: 674 - Script: <" bonus bAllStats,1; "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + bonus bAgi,3; + bonus bMdef,1; + "> }, { Id: 5868 @@ -51894,7 +56647,11 @@ item_db: ( Loc: 1 Refine: false View: 1004 - Script: <" bonus bUnbreakableHelm,0; "> + Script: <" + bonus bUnbreakableHelm,0; + bonus bBaseAtk,10; + bonus bMatk,10; + "> }, { Id: 5869 @@ -51906,8 +56663,11 @@ item_db: ( Def: 4 Loc: 256 View: 999 + Script: <" + bonus2 bAddEffWhenHit,Eff_Stone,600; + bonus bSpeedRate,25; + "> }, -// More Etc Items { Id: 5870 AegisName: "Bunny_Egg_Shell" @@ -51918,7 +56678,10 @@ item_db: ( Def: 5 Loc: 256 View: 1000 - Script: <" bonus bAgi,3; "> + Script: <" + bonus bAgi,3; + bonus bAspd,1; + "> }, { Id: 5871 @@ -51945,26 +56708,31 @@ item_db: ( Def: 7 Slots: 1 Job: 0x000444A2 - Upper: 58 Loc: 256 EquipLv: 60 View: 1055 Script: <" - bonus bStr,5; - bonus bInt,5; - bonus bVit,5; - bonus bDex,5; - bonus bAgi,5; - bonus bLuk,5; + bonus bAllStats,5; bonus bUnbreakableHelm,0; "> }, +// More Etc Items +// =================================================================== { Id: 6000 AegisName: "Dark_Ashes" 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 @@ -51973,6 +56741,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6002 @@ -51981,6 +56750,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6003 @@ -51989,6 +56759,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6004 @@ -51997,6 +56768,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6005 @@ -52005,6 +56777,14 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6006 @@ -52013,6 +56793,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 @@ -52021,6 +56810,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 @@ -52029,6 +56827,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6009 @@ -52036,6 +56835,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 @@ -52044,6 +56852,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 6011 @@ -52116,6 +56925,7 @@ item_db: ( Type: 3 Buy: 704 Weight: 10 + BuyingStore: true }, { Id: 6021 @@ -52124,6 +56934,7 @@ item_db: ( Type: 3 Buy: 433 Weight: 10 + BuyingStore: true }, { Id: 6022 @@ -52132,6 +56943,7 @@ item_db: ( Type: 3 Buy: 884 Weight: 10 + BuyingStore: true }, { Id: 6023 @@ -52140,13 +56952,14 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6024 AegisName: "17Carat_Dia" Name: "17Carat Diamond" Type: 3 - Buy: 6000000 + Buy: 0 Weight: 10 }, { @@ -52206,16 +57019,18 @@ item_db: ( AegisName: "Horn_Of_Hilsrion" Name: "Horn of Hillslion" Type: 3 - Buy: 500 + Buy: 567 Weight: 10 + BuyingStore: true }, { Id: 6033 AegisName: "Horn_Of_Tendrilion" Name: "Horn of Tendrilion" Type: 3 - Buy: 500 + Buy: 567 Weight: 10 + BuyingStore: true }, { Id: 6034 @@ -52261,6 +57076,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 @@ -52315,6 +57140,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; "> }, { @@ -52324,6 +57159,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; "> }, { @@ -52333,6 +57178,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 @@ -52357,6 +57212,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 @@ -52364,6 +57228,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 @@ -52428,6 +57302,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 @@ -52508,6 +57391,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 @@ -52516,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: 6072 @@ -52524,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: 6073 @@ -52531,6 +57441,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 @@ -52538,6 +57458,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 @@ -52545,6 +57474,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 @@ -52552,6 +57492,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 @@ -52559,6 +57509,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 @@ -52566,6 +57526,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 @@ -52573,6 +57543,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 @@ -52580,6 +57560,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 @@ -52587,6 +57577,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 @@ -52594,6 +57594,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 @@ -52609,6 +57619,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 @@ -52616,6 +57636,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 @@ -52624,6 +57654,7 @@ item_db: ( Type: 3 Buy: 890 Weight: 10 + BuyingStore: true }, { Id: 6087 @@ -52632,6 +57663,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 6088 @@ -52640,6 +57672,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 6089 @@ -52648,6 +57681,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6090 @@ -52656,6 +57690,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 50 + BuyingStore: true }, { Id: 6091 @@ -52664,6 +57699,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 10 + BuyingStore: true }, { Id: 6092 @@ -52679,6 +57715,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 @@ -52695,6 +57740,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6096 @@ -52703,14 +57749,16 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6097 AegisName: "Pumpkin_Pie_" Name: "Pumpkin Pie" Type: 3 - Buy: 20 + Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6098 @@ -52719,6 +57767,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6099 @@ -52727,6 +57776,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6100 @@ -52735,6 +57785,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6101 @@ -52742,6 +57793,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 @@ -52749,6 +57809,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 @@ -52756,6 +57826,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 @@ -52764,6 +57844,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6105 @@ -52772,6 +57853,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6106 @@ -52780,14 +57862,16 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6107 AegisName: "Sunset_On_The_Rock" Name: "Sunset On The Rock" Type: 3 - Buy: 20 + Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6108 @@ -52796,6 +57880,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6109 @@ -52804,6 +57889,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6110 @@ -52812,6 +57898,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6111 @@ -52820,6 +57907,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6112 @@ -52828,6 +57916,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6113 @@ -52836,6 +57925,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6114 @@ -52844,6 +57934,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6115 @@ -52852,6 +57943,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6116 @@ -52859,6 +57951,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 @@ -52866,6 +57968,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 @@ -52873,6 +57985,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 @@ -52886,30 +58008,52 @@ item_db: ( AegisName: "Face_Paint" Name: "Face Paint" Type: 3 - Buy: 120 + Buy: 150 Weight: 20 + BuyingStore: true }, { Id: 6121 AegisName: "Makeover_Brush" Name: "Makeover Brush" Type: 3 - Buy: 10 + Buy: 12 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6122 AegisName: "Paint_Brush" Name: "Paint Brush" Type: 3 - Buy: 10 + Buy: 12 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6123 AegisName: "Surface_Paint" Name: "Surface Paint" Type: 3 - Buy: 200 + Buy: 250 Weight: 30 + BuyingStore: true }, { Id: 6124 @@ -52917,6 +58061,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 @@ -52924,6 +58078,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 @@ -52931,6 +58095,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 @@ -52938,6 +58112,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 @@ -52945,6 +58129,7 @@ item_db: ( Name: "Antidote" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6129 @@ -52952,6 +58137,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 @@ -52959,6 +58154,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 @@ -52966,6 +58171,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 @@ -52973,6 +58188,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 @@ -52980,6 +58205,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 @@ -52987,6 +58222,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 @@ -52994,6 +58239,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 @@ -53001,6 +58256,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 @@ -53008,6 +58273,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 @@ -53015,6 +58290,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 @@ -53022,6 +58307,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 @@ -53029,6 +58324,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 @@ -53036,6 +58341,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 @@ -53043,6 +58358,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 @@ -53050,38 +58375,52 @@ 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 AegisName: "Heartbroken_Tears" Name: "Regrettable Tears" Type: 3 - Buy: 1000 + Buy: 1250 Weight: 2 + BuyingStore: true }, { Id: 6145 AegisName: "Vulcan_Bullet" Name: "Vulcan Bullet" Type: 3 - Buy: 10 + Buy: 12 Weight: 2 + BuyingStore: true }, { Id: 6146 AegisName: "Magic_Gear_Fuel" Name: "Magic Gear Fuel" Type: 3 - Buy: 300 + Buy: 375 Weight: 30 + BuyingStore: true }, { Id: 6147 AegisName: "Liquid_Condensed_Bullet" Name: "Liquid Condensed Bullet" Type: 3 - Buy: 100 + Buy: 125 Weight: 3 + BuyingStore: true }, { Id: 6148 @@ -53089,6 +58428,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 @@ -53096,6 +58444,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 @@ -53103,6 +58460,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 @@ -53110,6 +58477,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 @@ -53117,6 +58493,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 @@ -53124,6 +58509,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 @@ -53132,6 +58527,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 @@ -53147,6 +58551,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 @@ -53358,6 +58771,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6187 @@ -53381,6 +58795,7 @@ item_db: ( Name: "Spell Book(Fire Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6190 @@ -53388,6 +58803,7 @@ item_db: ( Name: "Spell Book(Cold Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6191 @@ -53395,6 +58811,7 @@ item_db: ( Name: "Spell Book(Lightning Bolt)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6192 @@ -53402,6 +58819,7 @@ item_db: ( Name: "Spell Book(Storm Gust)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6193 @@ -53409,6 +58827,7 @@ item_db: ( Name: "Spell Book(Lord Of Vermilion)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6194 @@ -53416,6 +58835,7 @@ item_db: ( Name: "Spell Book(Meteor Storm)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6195 @@ -53423,6 +58843,7 @@ item_db: ( Name: "Spell Book(Comet)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6196 @@ -53430,6 +58851,7 @@ item_db: ( Name: "Spell Book(Tetra Vortex)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6197 @@ -53437,6 +58859,7 @@ item_db: ( Name: "Spell Book(Thunder Storm)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6198 @@ -53444,6 +58867,7 @@ item_db: ( Name: "Spell Book(Jupitel Thunder)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6199 @@ -53451,6 +58875,7 @@ item_db: ( Name: "Spell Book(Water Ball)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6200 @@ -53458,6 +58883,7 @@ item_db: ( Name: "Spell Book(Heaven's Drive)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6201 @@ -53465,6 +58891,7 @@ item_db: ( Name: "Spell Book(Earth Spike)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6202 @@ -53472,6 +58899,7 @@ item_db: ( Name: "Spell Book(Earth Strain)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6203 @@ -53479,6 +58907,7 @@ item_db: ( Name: "Spell Book(Chain Lightning)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6204 @@ -53486,6 +58915,7 @@ item_db: ( Name: "Spell Book(Crimson Rock)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6205 @@ -53493,6 +58923,7 @@ item_db: ( Name: "Spell Book(Drain Life)" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 6206 @@ -53500,6 +58931,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 @@ -53507,6 +58947,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 @@ -53514,6 +58963,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 @@ -53527,64 +58985,72 @@ item_db: ( AegisName: "Seed_Of_Horny_Plant" Name: "Thorn Plant Seed" Type: 3 - Buy: 600 + Buy: 750 Weight: 1 + BuyingStore: true }, { Id: 6211 AegisName: "Bloodsuck_Plant_Seed" Name: "Blood Sucker Plant Seed" Type: 3 - Buy: 800 + Buy: 1000 Weight: 1 + BuyingStore: true }, { Id: 6212 AegisName: "Bomb_Mushroom_Spore" Name: "Bomb Mushroom Spore" Type: 3 - Buy: 1000 + Buy: 1250 Weight: 1 + BuyingStore: true }, { Id: 6213 AegisName: "Explosive_Powder" Name: "Explosive Powder" Type: 3 - Buy: 500 + Buy: 625 Weight: 1 + BuyingStore: true }, { Id: 6214 AegisName: "Smoke_Powder" Name: "Smoke Powder" Type: 3 - Buy: 500 + Buy: 625 Weight: 1 + BuyingStore: true }, { Id: 6215 AegisName: "Tear_Gas" Name: "Tear Gas" Type: 3 - Buy: 500 + Buy: 625 Weight: 1 + BuyingStore: true }, { Id: 6216 AegisName: "Oil_Bottle" Name: "Oil Bottle" Type: 3 - Buy: 1000 + Buy: 1250 Weight: 1 + BuyingStore: true }, { Id: 6217 AegisName: "Mandragora_Flowerpot" Name: "Mandragora Flowerpot" Type: 3 - Buy: 2000 + Buy: 2500 Weight: 1 + BuyingStore: true }, { Id: 6218 @@ -53592,6 +59058,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 @@ -53599,6 +59075,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 @@ -53629,6 +59115,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 150 + BuyingStore: true }, { Id: 6224 @@ -53637,6 +59124,7 @@ item_db: ( Type: 3 Buy: 2000 Weight: 150 + BuyingStore: true }, { Id: 6225 @@ -53645,6 +59133,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 @@ -53653,6 +59150,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 @@ -53660,6 +59166,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 @@ -53667,6 +59182,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 @@ -53674,6 +59198,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 @@ -53681,6 +59214,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 @@ -53688,6 +59230,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 @@ -53695,6 +59246,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 @@ -53702,6 +59262,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 @@ -53709,6 +59278,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 @@ -53716,6 +59294,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 @@ -53723,6 +59310,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 @@ -53730,6 +59327,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 @@ -53737,6 +59343,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 @@ -53745,6 +59360,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 @@ -53753,6 +59377,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 @@ -53761,6 +59394,13 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6243 @@ -53776,38 +59416,43 @@ item_db: ( Type: 3 Buy: 10 Weight: 1 + BuyingStore: true }, { Id: 6245 AegisName: "Black_Powder" Name: "Black Powder" Type: 3 - Buy: 100 + Buy: 125 Weight: 1 + BuyingStore: true }, { Id: 6246 AegisName: "Yellow_Powder" Name: "Yellow Powder" Type: 3 - Buy: 100 + Buy: 125 Weight: 1 + BuyingStore: true }, { Id: 6247 AegisName: "White_Powder" Name: "White Powder" Type: 3 - Buy: 100 + Buy: 125 Weight: 1 + BuyingStore: true }, { Id: 6248 AegisName: "Melange_Pot" Name: "Melange Pot" Type: 3 - Buy: 600 + Buy: 750 Weight: 10 + BuyingStore: true }, { Id: 6249 @@ -53816,22 +59461,25 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6250 AegisName: "Cooking_Skewer" Name: "Cooking Skewer" Type: 3 - Buy: 300 + Buy: 375 Weight: 10 + BuyingStore: true }, { Id: 6251 AegisName: "Black_Charcoal" Name: "Black Charcoal" Type: 3 - Buy: 300 + Buy: 375 Weight: 10 + BuyingStore: true }, { Id: 6252 @@ -53840,6 +59488,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6253 @@ -53848,6 +59497,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6254 @@ -53856,14 +59506,16 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6255 AegisName: "Large_Cookpot" Name: "Large Cookpot" Type: 3 - Buy: 500 + Buy: 625 Weight: 10 + BuyingStore: true }, { Id: 6256 @@ -53872,6 +59524,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6257 @@ -53880,14 +59533,16 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6258 AegisName: "Comodo_Tropic_Fruit" Name: "Comodo Tropical Fruit" Type: 3 - Buy: 800 + Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6259 @@ -53896,6 +59551,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6260 @@ -53904,22 +59560,25 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6261 AegisName: "Fine_Noodle" Name: "Fine Noodle" Type: 3 - Buy: 500 + Buy: 625 Weight: 10 + BuyingStore: true }, { Id: 6262 AegisName: "Cool_Gravy" Name: "Cool Gravy" Type: 3 - Buy: 400 + Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 6263 @@ -53928,6 +59587,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6264 @@ -53936,6 +59596,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6265 @@ -53944,6 +59605,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 6266 @@ -53951,6 +59613,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 @@ -53958,6 +59630,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 @@ -53965,6 +59647,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 @@ -53972,6 +59664,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 @@ -53979,6 +59681,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 @@ -53986,6 +59697,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 @@ -53993,6 +59713,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 @@ -54000,6 +59730,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 @@ -54007,6 +59747,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 @@ -54014,6 +59764,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 @@ -54021,6 +59781,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 @@ -54028,6 +59798,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 @@ -54035,6 +59815,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 @@ -54043,6 +59833,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6280 @@ -54051,6 +59842,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6281 @@ -54059,6 +59851,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6282 @@ -54067,6 +59860,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6283 @@ -54075,6 +59869,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6284 @@ -54083,6 +59878,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6285 @@ -54091,6 +59887,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 6286 @@ -54176,6 +59973,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 @@ -54184,6 +59990,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 10 + BuyingStore: true }, { Id: 6298 @@ -54191,6 +59998,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 @@ -54198,6 +60014,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 @@ -54235,6 +60060,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 @@ -54242,6 +60076,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 @@ -54249,6 +60093,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 @@ -54256,6 +60110,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 @@ -54263,6 +60127,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 @@ -54346,7 +60219,7 @@ item_db: ( AegisName: "Small_Bradium" Name: "Small Bradium" Type: 3 - Buy: 242 + Buy: 324 Weight: 10 }, { @@ -54355,54 +60228,70 @@ 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 AegisName: "Rakehorn_Helm" Name: "Rake Horn Helm" Type: 3 - Buy: 616 + Buy: 822 Weight: 10 + BuyingStore: true }, { Id: 6322 AegisName: "Antler_Helm" Name: "Antler Helm" Type: 3 - Buy: 600 + Buy: 800 Weight: 10 + BuyingStore: true }, { Id: 6323 AegisName: "Twinhorn_Helm" Name: "Twin Horn Helm" Type: 3 - Buy: 546 + Buy: 728 Weight: 10 + BuyingStore: true }, { Id: 6324 AegisName: "Singlehorn_Helm" Name: "Single Horn Helm" Type: 3 - Buy: 526 + Buy: 702 Weight: 10 + BuyingStore: true }, { Id: 6325 AegisName: "White_Spider_Limb" Name: "White Spider Limb" Type: 3 - Buy: 1506 + Buy: 1004 Weight: 10 + BuyingStore: true }, { Id: 6326 AegisName: "Queen_Wing_Piece" Name: "Piece of Queen's Wing" Type: 3 - Buy: 1222 + Buy: 1630 Weight: 10 + BuyingStore: true }, { Id: 6328 @@ -54533,6 +60422,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 @@ -54547,6 +60445,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 @@ -54554,6 +60461,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 @@ -54561,6 +60477,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 @@ -54568,6 +60493,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 @@ -54575,6 +60509,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 @@ -54582,6 +60525,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 @@ -54589,6 +60541,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 @@ -54596,6 +60557,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 @@ -54603,6 +60573,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 @@ -54610,6 +60589,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 @@ -54618,6 +60606,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 @@ -54625,6 +60622,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 @@ -54632,6 +60639,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 @@ -54640,6 +60657,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6361 @@ -54648,6 +60666,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6362 @@ -54656,6 +60675,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6363 @@ -54664,6 +60684,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 5 + BuyingStore: true }, { Id: 6369 @@ -54728,6 +60749,14 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6378 @@ -54741,7 +60770,7 @@ item_db: ( AegisName: "Card_Coin" Name: "Card Coin" Type: 3 - Buy: 20 + Buy: 0 Weight: 10 }, { @@ -54750,6 +60779,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 @@ -54758,6 +60796,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6382 @@ -54766,6 +60805,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 6383 @@ -54773,6 +60813,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 @@ -54780,6 +60829,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 @@ -54787,6 +60845,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 @@ -54794,6 +60861,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 @@ -54801,6 +60877,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 @@ -54808,6 +60893,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 @@ -54815,6 +60909,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 @@ -54822,6 +60925,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 @@ -54830,6 +60942,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 @@ -54838,30 +60959,42 @@ 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 AegisName: "Round_Feather" Name: "Round Feather" Type: 3 - Buy: 524 + Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 6394 AegisName: "Golden_Feather" Name: "Golden Feather" Type: 3 - Buy: 486 + Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 6395 AegisName: "Angel_Magic_Power" Name: "Angel Magic Power" Type: 3 - Buy: 614 + Buy: 820 Weight: 10 + BuyingStore: true }, { Id: 6396 @@ -54906,6 +61039,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 @@ -54914,6 +61057,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 @@ -54930,6 +61082,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 @@ -54946,6 +61108,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 @@ -55027,41 +61198,95 @@ 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 AegisName: "Agrade_Coin" - Name: "Aclass Coin" + Name: "AClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6419 AegisName: "Bgrade_Coin" - Name: "Bclass Coin" + Name: "BClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6420 AegisName: "Cgrade_Coin" - Name: "Cclass Coin" + Name: "CClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6421 AegisName: "Dgrade_Coin" - Name: "Dclass Coin" + Name: "DClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6422 AegisName: "Egrade_Coin" - Name: "Dclass Coin" + Name: "DClass Coin" Type: 3 Buy: 20 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 6423 @@ -55091,6 +61316,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 @@ -55098,6 +61332,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 @@ -55105,6 +61349,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 @@ -55112,6 +61366,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 @@ -55119,6 +61383,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 @@ -55127,6 +61400,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 @@ -55135,6 +61417,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 @@ -55143,6 +61434,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 @@ -55151,6 +61451,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 @@ -55159,6 +61468,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 @@ -55166,6 +61484,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 @@ -55196,6 +61524,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 @@ -55203,6 +61540,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 @@ -55210,6 +61556,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 @@ -55217,6 +61573,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 @@ -55778,6 +62143,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 @@ -55900,7 +62275,7 @@ item_db: ( AegisName: "Red_Cloth" Name: "Piece Of Red Fabric" Type: 3 - Buy: 10 + Buy: 0 Weight: 10 }, { @@ -56279,6 +62654,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7002 @@ -56287,6 +62663,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 7003 @@ -56295,6 +62672,7 @@ item_db: ( Type: 3 Buy: 968 Weight: 10 + BuyingStore: true }, { Id: 7004 @@ -56303,6 +62681,7 @@ item_db: ( Type: 3 Buy: 876 Weight: 10 + BuyingStore: true }, { Id: 7005 @@ -56311,6 +62690,7 @@ item_db: ( Type: 3 Buy: 1044 Weight: 10 + BuyingStore: true }, { Id: 7006 @@ -56319,6 +62699,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 7007 @@ -56327,6 +62708,7 @@ item_db: ( Type: 3 Buy: 748 Weight: 10 + BuyingStore: true }, { Id: 7008 @@ -56335,6 +62717,7 @@ item_db: ( Type: 3 Buy: 636 Weight: 10 + BuyingStore: true }, { Id: 7009 @@ -56343,6 +62726,7 @@ item_db: ( Type: 3 Buy: 528 Weight: 10 + BuyingStore: true }, { Id: 7010 @@ -56351,6 +62735,7 @@ item_db: ( Type: 3 Buy: 548 Weight: 10 + BuyingStore: true }, { Id: 7011 @@ -56359,6 +62744,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7012 @@ -56367,6 +62753,7 @@ item_db: ( Type: 3 Buy: 412 Weight: 10 + BuyingStore: true }, { Id: 7013 @@ -56375,6 +62762,7 @@ item_db: ( Type: 3 Buy: 772 Weight: 10 + BuyingStore: true }, { Id: 7014 @@ -56383,6 +62771,7 @@ item_db: ( Type: 3 Buy: 1500 Weight: 100 + BuyingStore: true }, { Id: 7015 @@ -56391,6 +62780,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 20 + BuyingStore: true }, { Id: 7016 @@ -56399,6 +62789,7 @@ item_db: ( Type: 3 Buy: 2500 Weight: 20 + BuyingStore: true }, { Id: 7017 @@ -56407,6 +62798,7 @@ item_db: ( Type: 3 Buy: 4500 Weight: 30 + BuyingStore: true }, { Id: 7018 @@ -56415,6 +62807,7 @@ item_db: ( Type: 3 Buy: 50 Weight: 10 + BuyingStore: true }, { Id: 7019 @@ -56423,6 +62816,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7020 @@ -56431,6 +62825,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7021 @@ -56439,6 +62834,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7022 @@ -56447,6 +62843,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 30 + BuyingStore: true }, { Id: 7023 @@ -56455,6 +62852,7 @@ item_db: ( Type: 3 Buy: 12000 Weight: 40 + BuyingStore: true }, { Id: 7024 @@ -56463,6 +62861,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 40 + BuyingStore: true }, { Id: 7025 @@ -56471,6 +62870,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 @@ -56479,6 +62887,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 30 + BuyingStore: true }, { Id: 7027 @@ -56487,6 +62896,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 30 + BuyingStore: true }, { Id: 7028 @@ -56509,6 +62919,7 @@ item_db: ( Type: 3 Buy: 208 Weight: 10 + BuyingStore: true }, { Id: 7031 @@ -56517,6 +62928,7 @@ item_db: ( Type: 3 Buy: 196 Weight: 10 + BuyingStore: true }, { Id: 7032 @@ -56525,6 +62937,7 @@ item_db: ( Type: 3 Buy: 168 Weight: 10 + BuyingStore: true }, { Id: 7033 @@ -56533,6 +62946,7 @@ item_db: ( Type: 3 Buy: 114 Weight: 10 + BuyingStore: true }, { Id: 7034 @@ -56541,6 +62955,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7035 @@ -56549,6 +62964,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7036 @@ -56557,6 +62973,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7037 @@ -56573,6 +62990,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7039 @@ -56587,7 +63005,7 @@ item_db: ( AegisName: "Megaphone" Name: "Megaphone" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -56597,13 +63015,14 @@ item_db: ( Type: 3 Buy: 120 Weight: 10 + BuyingStore: true }, { Id: 7042 AegisName: "Leather_Bag_Of_Infinity" Name: "Leather Bag of Infinity" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -56613,13 +63032,14 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7044 AegisName: "Vigorgra" Name: "Vigorgra" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -56627,7 +63047,7 @@ item_db: ( AegisName: "Magic_Paint" Name: "Magic Paint" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -56635,7 +63055,7 @@ item_db: ( AegisName: "Cart_Parts" Name: "Cart Parts" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -56645,6 +63065,7 @@ item_db: ( Type: 3 Buy: 2424 Weight: 10 + BuyingStore: true }, { Id: 7048 @@ -56653,6 +63074,7 @@ item_db: ( Type: 3 Buy: 5418 Weight: 10 + BuyingStore: true }, { Id: 7049 @@ -56661,6 +63083,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 30 + BuyingStore: true }, { Id: 7050 @@ -56693,6 +63116,7 @@ item_db: ( Type: 3 Buy: 772 Weight: 10 + BuyingStore: true }, { Id: 7054 @@ -56701,6 +63125,7 @@ item_db: ( Type: 3 Buy: 746 Weight: 10 + BuyingStore: true }, { Id: 7055 @@ -56709,51 +63134,55 @@ item_db: ( Type: 3 Buy: 100 Weight: 50 + BuyingStore: true }, { Id: 7056 AegisName: "Payroll_Of_Kafra" Name: "Payment Statement for Kafra Employee" Type: 3 - Buy: 1 + Buy: 0 Weight: 50 + BuyingStore: true }, { Id: 7057 AegisName: "Gallar_Horn" Name: "Gjallar" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7058 AegisName: "Gullraifnir" Name: "Gleipnir" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7059 AegisName: "Cargo_Free_Ticket" Name: "Free Ticket for Kafra Storage" Type: 3 - Buy: 1 + Buy: 0 }, { Id: 7060 AegisName: "Warp_Free_Ticket" Name: "Free Ticket for Kafra Transportation" Type: 3 - Buy: 1 + Buy: 0 }, { Id: 7061 AegisName: "Cart_Free_Ticket" Name: "Free Ticket for the Cart Service" Type: 3 - Buy: 1 + Buy: 0 }, { Id: 7062 @@ -56770,6 +63199,7 @@ item_db: ( Type: 3 Buy: 280 Weight: 10 + BuyingStore: true }, { Id: 7064 @@ -56778,6 +63208,7 @@ item_db: ( Type: 3 Buy: 520 Weight: 10 + BuyingStore: true }, { Id: 7065 @@ -56786,6 +63217,7 @@ item_db: ( Type: 3 Buy: 820 Weight: 10 + BuyingStore: true }, { Id: 7066 @@ -56794,6 +63226,7 @@ item_db: ( Type: 3 Buy: 660 Weight: 10 + BuyingStore: true }, { Id: 7067 @@ -56802,6 +63235,7 @@ item_db: ( Type: 3 Buy: 640 Weight: 10 + BuyingStore: true }, { Id: 7068 @@ -56810,6 +63244,7 @@ item_db: ( Type: 3 Buy: 722 Weight: 10 + BuyingStore: true }, { Id: 7069 @@ -56818,6 +63253,7 @@ item_db: ( Type: 3 Buy: 1042 Weight: 10 + BuyingStore: true }, { Id: 7070 @@ -56826,6 +63262,7 @@ item_db: ( Type: 3 Buy: 900 Weight: 10 + BuyingStore: true }, { Id: 7071 @@ -56834,6 +63271,7 @@ item_db: ( Type: 3 Buy: 1280 Weight: 10 + BuyingStore: true }, { Id: 7072 @@ -56842,166 +63280,187 @@ item_db: ( Type: 3 Buy: 1780 Weight: 10 + BuyingStore: true }, { Id: 7073 AegisName: "Jewel_Of_Prayer" Name: "Freya's Jewel" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7074 AegisName: "Iron_Glove" Name: "Thor's Gauntlets" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7075 AegisName: "Iron_Maiden" Name: "Iron Maiden" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7076 AegisName: "Mystery_Wheel" Name: "Wheel of the Unknown" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7077 AegisName: "Silver_Fancy" Name: "Silver Ornament" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7078 AegisName: "Anger_Of_Valkurye" Name: "Wrath of Valkyrie" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7079 AegisName: "Feather_Of_Angel" Name: "Feather of Angel Wing" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7080 AegisName: "Foot_Step_Of_Cat" Name: "Cat Tread" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7081 AegisName: "Beard_Of_Women" Name: "Woman's Moustache" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7082 AegisName: "Root_Of_Stone" Name: "Root of Stone" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7083 AegisName: "Soul_Of_Fish" Name: "Spirit of Fish" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7084 AegisName: "Saliva_Of_Bird" Name: "Sputum of Bird" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7085 AegisName: "Tendon_Of_Bear" Name: "Sinew of Bear" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7086 AegisName: "Symbol_Of_Sun" Name: "Amblem of the Sun God" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7087 AegisName: "Breath_Of_Soul" Name: "Breath of Spirit" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7088 AegisName: "Crystal_Of_Snow" Name: "Snow Crystal" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7089 AegisName: "Indication_Of_Tempest" Name: "Omen of Tempest" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7090 AegisName: "Slilince_Wave" Name: "Ripple" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7091 AegisName: "Rough_Billows" Name: "Billow" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7092 AegisName: "Air_Stream" Name: "Drifting Air" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7093 @@ -57010,6 +63469,7 @@ item_db: ( Type: 3 Buy: 1512 Weight: 10 + BuyingStore: true }, { Id: 7094 @@ -57018,6 +63478,7 @@ item_db: ( Type: 3 Buy: 1344 Weight: 10 + BuyingStore: true }, { Id: 7095 @@ -57026,6 +63487,7 @@ item_db: ( Type: 3 Buy: 1075 Weight: 10 + BuyingStore: true }, { Id: 7096 @@ -57034,6 +63496,7 @@ item_db: ( Type: 3 Buy: 1109 Weight: 10 + BuyingStore: true }, { Id: 7097 @@ -57042,6 +63505,7 @@ item_db: ( Type: 3 Buy: 924 Weight: 10 + BuyingStore: true }, { Id: 7098 @@ -57050,6 +63514,7 @@ item_db: ( Type: 3 Buy: 638 Weight: 10 + BuyingStore: true }, { Id: 7099 @@ -57058,6 +63523,7 @@ item_db: ( Type: 3 Buy: 773 Weight: 10 + BuyingStore: true }, { Id: 7100 @@ -57066,6 +63532,7 @@ item_db: ( Type: 3 Buy: 806 Weight: 10 + BuyingStore: true }, { Id: 7101 @@ -57074,6 +63541,7 @@ item_db: ( Type: 3 Buy: 454 Weight: 10 + BuyingStore: true }, { Id: 7102 @@ -57082,6 +63550,7 @@ item_db: ( Type: 3 Buy: 1075 Weight: 10 + BuyingStore: true }, { Id: 7103 @@ -57090,6 +63559,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 7104 @@ -57098,6 +63568,7 @@ item_db: ( Type: 3 Buy: 756 Weight: 10 + BuyingStore: true }, { Id: 7105 @@ -57106,6 +63577,7 @@ item_db: ( Type: 3 Buy: 924 Weight: 10 + BuyingStore: true }, { Id: 7106 @@ -57114,6 +63586,7 @@ item_db: ( Type: 3 Buy: 672 Weight: 10 + BuyingStore: true }, { Id: 7107 @@ -57122,6 +63595,7 @@ item_db: ( Type: 3 Buy: 756 Weight: 10 + BuyingStore: true }, { Id: 7108 @@ -57130,6 +63604,7 @@ item_db: ( Type: 3 Buy: 1680 Weight: 10 + BuyingStore: true }, { Id: 7109 @@ -57138,6 +63613,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7110 @@ -57146,6 +63622,7 @@ item_db: ( Type: 3 Buy: 588 Weight: 10 + BuyingStore: true }, { Id: 7111 @@ -57154,6 +63631,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7112 @@ -57162,6 +63640,7 @@ item_db: ( Type: 3 Buy: 907 Weight: 10 + BuyingStore: true }, { Id: 7113 @@ -57170,6 +63649,7 @@ item_db: ( Type: 3 Buy: 2016 Weight: 10 + BuyingStore: true }, { Id: 7114 @@ -57178,6 +63658,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 7115 @@ -57186,6 +63667,7 @@ item_db: ( Type: 3 Buy: 1142 Weight: 10 + BuyingStore: true }, { Id: 7116 @@ -57194,6 +63676,7 @@ item_db: ( Type: 3 Buy: 1210 Weight: 10 + BuyingStore: true }, { Id: 7117 @@ -57202,6 +63685,7 @@ item_db: ( Type: 3 Buy: 1142 Weight: 10 + BuyingStore: true }, { Id: 7118 @@ -57210,6 +63694,7 @@ item_db: ( Type: 3 Buy: 1361 Weight: 10 + BuyingStore: true }, { Id: 7119 @@ -57218,6 +63703,7 @@ item_db: ( Type: 3 Buy: 1025 Weight: 10 + BuyingStore: true }, { Id: 7120 @@ -57226,6 +63712,7 @@ item_db: ( Type: 3 Buy: 823 Weight: 10 + BuyingStore: true }, { Id: 7121 @@ -57234,6 +63721,7 @@ item_db: ( Type: 3 Buy: 622 Weight: 10 + BuyingStore: true }, { Id: 7122 @@ -57242,6 +63730,7 @@ item_db: ( Type: 3 Buy: 974 Weight: 10 + BuyingStore: true }, { Id: 7123 @@ -57250,6 +63739,7 @@ item_db: ( Type: 3 Buy: 1025 Weight: 10 + BuyingStore: true }, { Id: 7124 @@ -57258,6 +63748,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7125 @@ -57266,6 +63757,7 @@ item_db: ( Type: 3 Buy: 706 Weight: 10 + BuyingStore: true }, { Id: 7126 @@ -57274,6 +63766,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7127 @@ -57282,6 +63775,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7128 @@ -57290,6 +63784,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7129 @@ -57298,6 +63793,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7130 @@ -57306,6 +63802,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7131 @@ -57314,6 +63811,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7132 @@ -57322,6 +63820,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7133 @@ -57330,6 +63829,7 @@ item_db: ( Type: 3 Buy: 240000 Weight: 10 + BuyingStore: true }, { Id: 7134 @@ -57338,6 +63838,7 @@ item_db: ( Type: 3 Buy: 8 Weight: 10 + BuyingStore: true }, { Id: 7135 @@ -57386,6 +63887,7 @@ item_db: ( Type: 3 Buy: 60000 Weight: 10 + BuyingStore: true }, { Id: 7141 @@ -57394,6 +63896,7 @@ item_db: ( Type: 3 Buy: 20000 Weight: 10 + BuyingStore: true }, { Id: 7142 @@ -57410,6 +63913,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7144 @@ -57418,13 +63922,14 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7145 AegisName: "Rag_T_Shirts" Name: "Ragnarok T-shirt" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -57432,7 +63937,7 @@ item_db: ( AegisName: "Vacance_Ticket" Name: "Vacation Ticket" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -57440,15 +63945,16 @@ item_db: ( AegisName: "Jasmin" Name: "Jasmine" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7148 AegisName: "Mother_Letter" Name: "Mother's Letter" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 }, { @@ -57458,6 +63964,7 @@ item_db: ( Type: 3 Buy: 220 Weight: 10 + BuyingStore: true }, { Id: 7150 @@ -57466,6 +63973,7 @@ item_db: ( Type: 3 Buy: 310 Weight: 10 + BuyingStore: true }, { Id: 7151 @@ -57474,6 +63982,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 7152 @@ -57482,6 +63991,7 @@ item_db: ( Type: 3 Buy: 340 Weight: 10 + BuyingStore: true }, { Id: 7153 @@ -57490,6 +64000,7 @@ item_db: ( Type: 3 Buy: 590 Weight: 10 + BuyingStore: true }, { Id: 7154 @@ -57498,6 +64009,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7155 @@ -57506,6 +64018,7 @@ item_db: ( Type: 3 Buy: 280 Weight: 10 + BuyingStore: true }, { Id: 7156 @@ -57514,6 +64027,7 @@ item_db: ( Type: 3 Buy: 470 Weight: 10 + BuyingStore: true }, { Id: 7157 @@ -57522,6 +64036,7 @@ item_db: ( Type: 3 Buy: 315 Weight: 10 + BuyingStore: true }, { Id: 7158 @@ -57530,6 +64045,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7159 @@ -57538,14 +64054,16 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7160 AegisName: "Lord's_Passable_Ticket" Name: "Feudal Lord Permit" Type: 3 - Buy: 1 + Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7161 @@ -57554,6 +64072,7 @@ item_db: ( Type: 3 Buy: 384 Weight: 10 + BuyingStore: true }, { Id: 7162 @@ -57562,6 +64081,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 7163 @@ -57570,6 +64090,7 @@ item_db: ( Type: 3 Buy: 570 Weight: 10 + BuyingStore: true }, { Id: 7164 @@ -57578,6 +64099,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7165 @@ -57586,6 +64108,7 @@ item_db: ( Type: 3 Buy: 650 Weight: 10 + BuyingStore: true }, { Id: 7166 @@ -57594,6 +64117,7 @@ item_db: ( Type: 3 Buy: 1200 Weight: 10 + BuyingStore: true }, { Id: 7167 @@ -57602,6 +64126,7 @@ item_db: ( Type: 3 Buy: 430 Weight: 10 + BuyingStore: true }, { Id: 7168 @@ -57610,6 +64135,7 @@ item_db: ( Type: 3 Buy: 614 Weight: 10 + BuyingStore: true }, { Id: 7169 @@ -57618,6 +64144,7 @@ item_db: ( Type: 3 Buy: 2800 Weight: 10 + BuyingStore: true }, { Id: 7170 @@ -57626,6 +64153,7 @@ item_db: ( Type: 3 Buy: 43000 Weight: 10 + BuyingStore: true }, { Id: 7171 @@ -57634,6 +64162,7 @@ item_db: ( Type: 3 Buy: 282 Weight: 10 + BuyingStore: true }, { Id: 7172 @@ -57642,6 +64171,7 @@ item_db: ( Type: 3 Buy: 290 Weight: 10 + BuyingStore: true }, { Id: 7173 @@ -57658,6 +64188,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7175 @@ -57666,6 +64197,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7176 @@ -57681,6 +64213,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 @@ -57688,6 +64230,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 @@ -57720,6 +64272,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 20 + BuyingStore: true }, { Id: 7183 @@ -57752,6 +64305,7 @@ item_db: ( Type: 3 Buy: 380 Weight: 10 + BuyingStore: true }, { Id: 7187 @@ -57760,6 +64314,7 @@ item_db: ( Type: 3 Buy: 100 Weight: 10 + BuyingStore: true }, { Id: 7188 @@ -57768,6 +64323,7 @@ item_db: ( Type: 3 Buy: 560 Weight: 10 + BuyingStore: true }, { Id: 7189 @@ -57776,6 +64332,7 @@ item_db: ( Type: 3 Buy: 680 Weight: 10 + BuyingStore: true }, { Id: 7190 @@ -57784,6 +64341,7 @@ item_db: ( Type: 3 Buy: 140 Weight: 10 + BuyingStore: true }, { Id: 7191 @@ -57792,6 +64350,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + BuyingStore: true }, { Id: 7192 @@ -57800,6 +64359,7 @@ item_db: ( Type: 3 Buy: 160 Weight: 10 + BuyingStore: true }, { Id: 7193 @@ -57808,6 +64368,7 @@ item_db: ( Type: 3 Buy: 230 Weight: 10 + BuyingStore: true }, { Id: 7194 @@ -57816,6 +64377,7 @@ item_db: ( Type: 3 Buy: 400 Weight: 10 + BuyingStore: true }, { Id: 7195 @@ -57824,6 +64386,7 @@ item_db: ( Type: 3 Buy: 210 Weight: 10 + BuyingStore: true }, { Id: 7196 @@ -57832,6 +64395,7 @@ item_db: ( Type: 3 Buy: 230 Weight: 10 + BuyingStore: true }, { Id: 7197 @@ -57840,6 +64404,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 7198 @@ -57848,6 +64413,7 @@ item_db: ( Type: 3 Buy: 610 Weight: 10 + BuyingStore: true }, { Id: 7199 @@ -57855,7 +64421,7 @@ item_db: ( Name: "Event Tickets" Type: 3 Buy: 0 - Weight: 10 + BuyingStore: true }, { Id: 7200 @@ -57864,6 +64430,7 @@ item_db: ( Type: 3 Buy: 380 Weight: 10 + BuyingStore: true }, { Id: 7201 @@ -57872,6 +64439,7 @@ item_db: ( Type: 3 Buy: 250 Weight: 10 + BuyingStore: true }, { Id: 7202 @@ -57880,6 +64448,7 @@ item_db: ( Type: 3 Buy: 290 Weight: 10 + BuyingStore: true }, { Id: 7203 @@ -57888,6 +64457,7 @@ item_db: ( Type: 3 Buy: 190 Weight: 10 + BuyingStore: true }, { Id: 7204 @@ -57896,6 +64466,7 @@ item_db: ( Type: 3 Buy: 320 Weight: 10 + BuyingStore: true }, { Id: 7205 @@ -57904,6 +64475,7 @@ item_db: ( Type: 3 Buy: 526 Weight: 10 + BuyingStore: true }, { Id: 7206 @@ -57912,6 +64484,7 @@ item_db: ( Type: 3 Buy: 1440 Weight: 10 + BuyingStore: true }, { Id: 7207 @@ -57920,6 +64493,7 @@ item_db: ( Type: 3 Buy: 1050 Weight: 10 + BuyingStore: true }, { Id: 7208 @@ -57928,6 +64502,7 @@ item_db: ( Type: 3 Buy: 1780 Weight: 10 + BuyingStore: true }, { Id: 7209 @@ -57936,6 +64511,7 @@ item_db: ( Type: 3 Buy: 1350 Weight: 10 + BuyingStore: true }, { Id: 7210 @@ -57944,6 +64520,7 @@ item_db: ( Type: 3 Buy: 790 Weight: 10 + BuyingStore: true }, { Id: 7211 @@ -57952,6 +64529,7 @@ item_db: ( Type: 3 Buy: 2600 Weight: 10 + BuyingStore: true }, { Id: 7212 @@ -57960,6 +64538,7 @@ item_db: ( Type: 3 Buy: 1020 Weight: 10 + BuyingStore: true }, { Id: 7213 @@ -57968,6 +64547,7 @@ item_db: ( Type: 3 Buy: 832 Weight: 10 + BuyingStore: true }, { Id: 7214 @@ -57976,6 +64556,7 @@ item_db: ( Type: 3 Buy: 880 Weight: 10 + BuyingStore: true }, { Id: 7215 @@ -57984,6 +64565,7 @@ item_db: ( Type: 3 Buy: 690 Weight: 10 + BuyingStore: true }, { Id: 7216 @@ -57992,6 +64574,7 @@ item_db: ( Type: 3 Buy: 660 Weight: 10 + BuyingStore: true }, { Id: 7217 @@ -58000,6 +64583,7 @@ item_db: ( Type: 3 Buy: 424 Weight: 10 + BuyingStore: true }, { Id: 7218 @@ -58008,6 +64592,7 @@ item_db: ( Type: 3 Buy: 390 Weight: 10 + BuyingStore: true }, { Id: 7219 @@ -58016,6 +64601,7 @@ item_db: ( Type: 3 Buy: 920 Weight: 10 + BuyingStore: true }, { Id: 7220 @@ -58024,6 +64610,7 @@ item_db: ( Type: 3 Buy: 322 Weight: 10 + BuyingStore: true }, { Id: 7221 @@ -58032,6 +64619,7 @@ item_db: ( Type: 3 Buy: 740 Weight: 10 + BuyingStore: true }, { Id: 7222 @@ -58040,6 +64628,7 @@ item_db: ( Type: 3 Buy: 468 Weight: 10 + BuyingStore: true }, { Id: 7223 @@ -58048,6 +64637,7 @@ item_db: ( Type: 3 Buy: 2032 Weight: 10 + BuyingStore: true }, { Id: 7224 @@ -58064,6 +64654,7 @@ item_db: ( Type: 3 Buy: 486 Weight: 10 + BuyingStore: true }, { Id: 7226 @@ -58072,6 +64663,7 @@ item_db: ( Type: 3 Buy: 2 Weight: 10 + BuyingStore: true }, { Id: 7227 @@ -58086,7 +64678,7 @@ item_db: ( AegisName: "Gold_Bullion" Name: "Gold Bullion" Type: 3 - Buy: 100000 + Buy: 300000 Weight: 300 }, { @@ -58094,7 +64686,7 @@ item_db: ( AegisName: "Silver_Bullion" Name: "Silver Bullion" Type: 3 - Buy: 50000 + Buy: 500000 Weight: 300 }, { @@ -58102,7 +64694,7 @@ item_db: ( AegisName: "White_Gold_Bullion" Name: "Platinum Bullion" Type: 3 - Buy: 200000 + Buy: 600000 Weight: 300 }, { @@ -58360,6 +64952,7 @@ item_db: ( Type: 3 Buy: 466 Weight: 10 + BuyingStore: true }, { Id: 7263 @@ -58368,6 +64961,7 @@ item_db: ( Type: 3 Buy: 954 Weight: 10 + BuyingStore: true }, { Id: 7264 @@ -58376,6 +64970,7 @@ item_db: ( Type: 3 Buy: 322 Weight: 10 + BuyingStore: true }, { Id: 7265 @@ -58384,6 +64979,7 @@ item_db: ( Type: 3 Buy: 544 Weight: 10 + BuyingStore: true }, { Id: 7266 @@ -58392,6 +64988,7 @@ item_db: ( Type: 3 Buy: 436 Weight: 10 + BuyingStore: true }, { Id: 7267 @@ -58400,6 +64997,7 @@ item_db: ( Type: 3 Buy: 298 Weight: 10 + BuyingStore: true }, { Id: 7268 @@ -58408,6 +65006,7 @@ item_db: ( Type: 3 Buy: 1210 Weight: 10 + BuyingStore: true }, { Id: 7269 @@ -58416,6 +65015,7 @@ item_db: ( Type: 3 Buy: 960 Weight: 10 + BuyingStore: true }, { Id: 7270 @@ -58424,6 +65024,7 @@ item_db: ( Type: 3 Buy: 1100 Weight: 10 + BuyingStore: true }, { Id: 7271 @@ -58464,6 +65065,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 @@ -58471,6 +65082,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 @@ -58479,6 +65100,7 @@ item_db: ( Type: 3 Buy: 8900 Weight: 10 + BuyingStore: true }, { Id: 7278 @@ -58551,6 +65173,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7287 @@ -58575,6 +65198,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7290 @@ -58583,6 +65207,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7291 @@ -58591,6 +65216,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7292 @@ -58599,6 +65225,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7293 @@ -58607,6 +65234,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7294 @@ -58615,6 +65243,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7295 @@ -58623,6 +65252,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7296 @@ -58631,6 +65261,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7297 @@ -58639,6 +65270,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 100 + BuyingStore: true }, { Id: 7298 @@ -58647,6 +65279,7 @@ item_db: ( Type: 3 Buy: 538 Weight: 10 + BuyingStore: true }, { Id: 7299 @@ -58655,6 +65288,7 @@ item_db: ( Type: 3 Buy: 632 Weight: 10 + BuyingStore: true }, { Id: 7300 @@ -58663,6 +65297,7 @@ item_db: ( Type: 3 Buy: 1420 Weight: 10 + BuyingStore: true }, { Id: 7301 @@ -58671,6 +65306,7 @@ item_db: ( Type: 3 Buy: 798 Weight: 10 + BuyingStore: true }, { Id: 7302 @@ -58687,6 +65323,7 @@ item_db: ( Type: 3 Buy: 0 Weight: 800 + BuyingStore: true }, { Id: 7304 @@ -58694,6 +65331,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 @@ -58701,6 +65348,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 @@ -58708,6 +65365,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 @@ -58715,6 +65382,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 @@ -58722,6 +65399,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 @@ -58729,6 +65416,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 @@ -58753,6 +65450,7 @@ item_db: ( Type: 3 Buy: 32 Weight: 10 + BuyingStore: true }, { Id: 7313 @@ -58767,6 +65465,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 @@ -58775,6 +65483,7 @@ item_db: ( Type: 3 Buy: 422 Weight: 10 + BuyingStore: true }, { Id: 7316 @@ -58783,6 +65492,7 @@ item_db: ( Type: 3 Buy: 658 Weight: 10 + BuyingStore: true }, { Id: 7317 @@ -58791,6 +65501,7 @@ item_db: ( Type: 3 Buy: 534 Weight: 10 + BuyingStore: true }, { Id: 7318 @@ -58799,6 +65510,7 @@ item_db: ( Type: 3 Buy: 512 Weight: 10 + BuyingStore: true }, { Id: 7319 @@ -58807,6 +65519,7 @@ item_db: ( Type: 3 Buy: 1024 Weight: 10 + BuyingStore: true }, { Id: 7320 @@ -58815,6 +65528,7 @@ item_db: ( Type: 3 Buy: 256 Weight: 10 + BuyingStore: true }, { Id: 7321 @@ -58823,6 +65537,7 @@ item_db: ( Type: 3 Buy: 552 Weight: 10 + BuyingStore: true }, { Id: 7322 @@ -58831,6 +65546,7 @@ item_db: ( Type: 3 Buy: 666 Weight: 10 + BuyingStore: true }, { Id: 7323 @@ -58839,6 +65555,7 @@ item_db: ( Type: 3 Buy: 256 Weight: 10 + BuyingStore: true }, { Id: 7325 @@ -58847,6 +65564,7 @@ item_db: ( Type: 3 Buy: 102 Weight: 10 + BuyingStore: true }, { Id: 7326 @@ -58855,6 +65573,7 @@ item_db: ( Type: 3 Buy: 712 Weight: 10 + BuyingStore: true }, { Id: 7327 @@ -58863,6 +65582,7 @@ item_db: ( Type: 3 Buy: 1024 Weight: 10 + BuyingStore: true }, { Id: 7328 @@ -58902,6 +65622,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 @@ -58909,6 +65639,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 @@ -58916,6 +65656,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 @@ -58923,6 +65673,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 @@ -58930,6 +65690,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 @@ -58951,6 +65721,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 @@ -58959,6 +65739,7 @@ item_db: ( Type: 3 Buy: 734 Weight: 50 + BuyingStore: true }, { Id: 7341 @@ -58966,6 +65747,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 @@ -58973,6 +65764,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 @@ -58980,6 +65781,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 @@ -58987,6 +65798,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 @@ -58995,6 +65816,7 @@ item_db: ( Type: 3 Buy: 724 Weight: 10 + BuyingStore: true }, { Id: 7346 @@ -59002,6 +65824,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 @@ -59010,6 +65842,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7348 @@ -59025,6 +65858,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 @@ -59040,6 +65883,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 @@ -59048,6 +65901,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7353 @@ -59056,6 +65910,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7354 @@ -59064,6 +65919,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7355 @@ -59072,6 +65928,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7356 @@ -59080,6 +65937,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7357 @@ -59088,6 +65946,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7358 @@ -59096,6 +65955,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7359 @@ -59104,6 +65964,7 @@ item_db: ( Type: 3 Buy: 5000 Weight: 10 + BuyingStore: true }, { Id: 7360 @@ -59559,6 +66420,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 @@ -59566,6 +66436,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 @@ -59573,6 +66452,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 @@ -59581,6 +66469,7 @@ item_db: ( Type: 3 Buy: 48000 Weight: 10 + BuyingStore: true }, { Id: 7420 @@ -59588,6 +66477,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 @@ -59595,6 +66493,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 @@ -59602,6 +66509,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 @@ -59609,6 +66525,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 @@ -59616,6 +66541,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 @@ -59623,6 +66557,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 @@ -59630,6 +66573,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 @@ -59637,6 +66589,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 @@ -59644,6 +66605,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 @@ -59651,6 +66621,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 @@ -59658,6 +66637,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 @@ -59665,6 +66653,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 @@ -59672,6 +66669,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 @@ -59680,6 +66687,7 @@ item_db: ( Type: 3 Buy: 4000 Weight: 10 + BuyingStore: true }, { Id: 7434 @@ -59688,6 +66696,7 @@ item_db: ( Type: 3 Buy: 100000 Weight: 10 + BuyingStore: true }, { Id: 7435 @@ -59696,6 +66705,7 @@ item_db: ( Type: 3 Buy: 1907 Weight: 10 + BuyingStore: true }, { Id: 7436 @@ -59704,6 +66714,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7437 @@ -59712,6 +66723,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7438 @@ -59720,6 +66732,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7439 @@ -59728,6 +66741,7 @@ item_db: ( Type: 3 Buy: 1506 Weight: 10 + BuyingStore: true }, { Id: 7440 @@ -59736,6 +66750,7 @@ item_db: ( Type: 3 Buy: 1335 Weight: 10 + BuyingStore: true }, { Id: 7441 @@ -59744,6 +66759,7 @@ item_db: ( Type: 3 Buy: 1408 Weight: 10 + BuyingStore: true }, { Id: 7442 @@ -59752,6 +66768,7 @@ item_db: ( Type: 3 Buy: 1332 Weight: 10 + BuyingStore: true }, { Id: 7443 @@ -59760,6 +66777,7 @@ item_db: ( Type: 3 Buy: 956 Weight: 10 + BuyingStore: true }, { Id: 7444 @@ -59768,6 +66786,7 @@ item_db: ( Type: 3 Buy: 300000 Weight: 10 + BuyingStore: true }, { Id: 7445 @@ -59776,6 +66795,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7446 @@ -59784,6 +66804,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7447 @@ -59792,6 +66813,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7448 @@ -59800,6 +66822,7 @@ item_db: ( Type: 3 Buy: 887 Weight: 10 + BuyingStore: true }, { Id: 7449 @@ -59808,6 +66831,7 @@ item_db: ( Type: 3 Buy: 681 Weight: 10 + BuyingStore: true }, { Id: 7450 @@ -59816,6 +66840,7 @@ item_db: ( Type: 3 Buy: 2050 Weight: 10 + BuyingStore: true }, { Id: 7451 @@ -59824,6 +66849,7 @@ item_db: ( Type: 3 Buy: 1852 Weight: 10 + BuyingStore: true }, { Id: 7452 @@ -59832,6 +66858,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7453 @@ -59840,6 +66867,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7454 @@ -59848,6 +66876,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7455 @@ -59856,6 +66885,7 @@ item_db: ( Type: 3 Buy: 700 Weight: 10 + BuyingStore: true }, { Id: 7456 @@ -59864,6 +66894,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7457 @@ -59872,6 +66903,7 @@ item_db: ( Type: 3 Buy: 500 Weight: 10 + BuyingStore: true }, { Id: 7458 @@ -59992,6 +67024,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7473 @@ -60000,6 +67033,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7474 @@ -60008,6 +67042,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7475 @@ -60016,6 +67051,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7476 @@ -60024,6 +67060,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7477 @@ -60032,6 +67069,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7478 @@ -60040,6 +67078,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7479 @@ -60048,6 +67087,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7480 @@ -60056,6 +67096,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7481 @@ -60064,6 +67105,7 @@ item_db: ( Type: 3 Buy: 1000 Weight: 10 + BuyingStore: true }, { Id: 7482 @@ -60072,6 +67114,7 @@ item_db: ( Type: 3 Buy: 200 Weight: 10 + BuyingStore: true }, { Id: 7483 @@ -60087,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: 7485 @@ -60095,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: 7486 @@ -60103,6 +67166,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 @@ -60110,6 +67183,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 @@ -60117,6 +67200,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 @@ -60124,6 +67217,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 @@ -60131,6 +67234,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 @@ -60138,6 +67251,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 @@ -60145,6 +67268,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 @@ -60152,6 +67285,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 @@ -60159,6 +67302,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 @@ -60166,6 +67319,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 @@ -60173,6 +67336,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 @@ -60180,6 +67353,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 @@ -60187,6 +67370,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 @@ -60194,6 +67387,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 @@ -60201,6 +67404,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 @@ -60208,6 +67421,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 @@ -60215,6 +67438,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 @@ -60222,6 +67455,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 @@ -60229,6 +67472,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 @@ -60236,6 +67489,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 @@ -60243,6 +67506,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 @@ -60251,6 +67523,7 @@ item_db: ( Type: 3 Buy: 842 Weight: 10 + BuyingStore: true }, { Id: 7508 @@ -60258,6 +67531,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 @@ -60265,6 +67548,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 @@ -60273,6 +67565,7 @@ item_db: ( Type: 3 Buy: 200000 Weight: 10 + BuyingStore: true }, { Id: 7511 @@ -60281,6 +67574,7 @@ item_db: ( Type: 3 Buy: 2526 Weight: 10 + BuyingStore: true }, { Id: 7512 @@ -60289,6 +67583,7 @@ item_db: ( Type: 3 Buy: 1600 Weight: 10 + BuyingStore: true }, { Id: 7513 @@ -60297,6 +67592,7 @@ item_db: ( Type: 3 Buy: 3420 Weight: 10 + BuyingStore: true }, { Id: 7514 @@ -60311,6 +67607,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 @@ -60318,6 +67623,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 @@ -60334,6 +67648,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 @@ -60358,6 +67681,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7522 @@ -60366,6 +67690,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7523 @@ -60374,6 +67699,7 @@ item_db: ( Type: 3 Buy: 150 Weight: 10 + BuyingStore: true }, { Id: 7524 @@ -60382,6 +67708,7 @@ item_db: ( Type: 3 Buy: 300 Weight: 20 + BuyingStore: true }, { Id: 7525 @@ -60390,6 +67717,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 @@ -60405,6 +67741,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 @@ -60426,6 +67771,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 @@ -60433,6 +67788,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 @@ -60440,6 +67805,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 @@ -60447,6 +67822,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 @@ -60454,6 +67839,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 @@ -60461,6 +67856,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 @@ -60468,6 +67873,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 @@ -60475,6 +67890,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 @@ -60482,6 +67907,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 @@ -60489,6 +67923,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 @@ -60553,6 +67996,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 @@ -60561,6 +68013,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 @@ -60569,6 +68030,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 @@ -60577,6 +68047,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 @@ -60585,6 +68064,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 @@ -60593,6 +68081,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 @@ -60600,6 +68097,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 @@ -60607,6 +68113,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 @@ -60614,6 +68129,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 @@ -60621,6 +68145,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 @@ -60628,6 +68161,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 @@ -60635,6 +68177,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 @@ -60642,6 +68193,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 @@ -60657,6 +68217,7 @@ item_db: ( Type: 3 Buy: 606 Weight: 10 + BuyingStore: true }, { Id: 7562 @@ -60665,6 +68226,7 @@ item_db: ( Type: 3 Buy: 3020 Weight: 10 + BuyingStore: true }, { Id: 7563 @@ -60673,6 +68235,7 @@ item_db: ( Type: 3 Buy: 2016 Weight: 10 + BuyingStore: true }, { Id: 7564 @@ -60681,6 +68244,7 @@ item_db: ( Type: 3 Buy: 102 Weight: 10 + BuyingStore: true }, { Id: 7565 @@ -60689,6 +68253,7 @@ item_db: ( Type: 3 Buy: 350 Weight: 10 + BuyingStore: true }, { Id: 7566 @@ -60697,6 +68262,7 @@ item_db: ( Type: 3 Buy: 1530 Weight: 10 + BuyingStore: true }, { Id: 7567 @@ -60705,6 +68271,7 @@ item_db: ( Type: 3 Buy: 1290 Weight: 10 + BuyingStore: true }, { Id: 7568 @@ -60713,6 +68280,7 @@ item_db: ( Type: 3 Buy: 1060 Weight: 10 + BuyingStore: true }, { Id: 7569 @@ -60720,6 +68288,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 @@ -60742,6 +68319,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 @@ -60749,6 +68335,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 @@ -60756,6 +68351,7 @@ item_db: ( Name: "Freezing Snow Powder" Type: 3 Buy: 0 + BuyingStore: true }, { Id: 7575 @@ -60763,6 +68359,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 @@ -60770,6 +68376,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 @@ -60778,6 +68394,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 @@ -60794,6 +68419,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 @@ -60802,6 +68436,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 @@ -60826,6 +68469,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 @@ -60834,6 +68486,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 @@ -60842,6 +68503,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 @@ -60850,6 +68520,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 @@ -60858,6 +68537,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 @@ -60866,6 +68554,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 @@ -60986,6 +68683,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 @@ -61073,6 +68779,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 @@ -61105,6 +68820,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 @@ -61113,6 +68837,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 @@ -61121,6 +68854,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 @@ -61129,6 +68871,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 @@ -61137,6 +68888,11 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7623 @@ -61144,6 +68900,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 @@ -61152,6 +68918,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 @@ -61188,6 +68963,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 @@ -61302,6 +69086,48 @@ item_db: ( Weight: 10 }, { + Id: 7663 + AegisName: "Full_Metal_Jacket" + Name: "Full Metal Jacket" + Type: 10 + Buy: 200 + Weight: 2 + Atk: 10 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 3 +}, +{ + Id: 7664 + AegisName: "Projection_Landmines" + Name: "Projection Landmines" + Type: 10 + Buy: 450 + Weight: 3 + Atk: 10 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 5 +}, +{ + Id: 7665 + AegisName: "Dragon_Tail_Missile" + Name: "Dragon Tail Missile" + Type: 10 + Buy: 1500 + Weight: 100 + Atk: 10 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 5 +}, +{ Id: 7701 AegisName: "Dragon_Spirit" Name: "Soul" @@ -61695,6 +69521,7 @@ item_db: ( Type: 3 Buy: 550 Weight: 10 + BuyingStore: true }, { Id: 7752 @@ -61703,6 +69530,7 @@ item_db: ( Type: 3 Buy: 840 Weight: 10 + BuyingStore: true }, { Id: 7753 @@ -61711,6 +69539,7 @@ item_db: ( Type: 3 Buy: 330 Weight: 10 + BuyingStore: true }, { Id: 7754 @@ -61719,6 +69548,7 @@ item_db: ( Type: 3 Buy: 3000 Weight: 10 + BuyingStore: true }, { Id: 7755 @@ -61757,6 +69587,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 @@ -61765,6 +69605,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7761 @@ -61781,6 +69622,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 7763 @@ -61813,6 +69655,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 @@ -61821,6 +69672,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 @@ -61868,6 +69728,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 @@ -61892,6 +69761,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 @@ -61956,6 +69834,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 @@ -61964,6 +69851,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 @@ -61972,6 +69868,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 @@ -61980,6 +69885,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 @@ -61988,6 +69902,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 @@ -61996,6 +69919,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 @@ -62004,6 +69936,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 @@ -62012,6 +69953,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 @@ -62027,6 +69977,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 @@ -62034,6 +69993,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 @@ -62081,6 +70049,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 @@ -62088,6 +70065,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 @@ -62095,6 +70081,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 @@ -62104,15 +70099,6 @@ item_db: ( Buy: 0 Weight: 10 }, -/* -{ - Id: 7804 - AegisName: "????_???" - Name: "????_???" - Type: 3 - Weight: 10 -}, -*/ { Id: 7805 AegisName: "Brown_Ring" @@ -62239,6 +70225,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 @@ -62247,6 +70243,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 @@ -62255,6 +70260,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 @@ -62263,14 +70277,33 @@ 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 AegisName: "Spirit_Liquor" Name: "Spirit Liquor" Type: 3 - Buy: 20 + Buy: 1000 Weight: 10 + BuyingStore: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7825 @@ -62286,6 +70319,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 @@ -62300,6 +70343,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 @@ -62307,78 +70358,95 @@ item_db: ( Name: "Valor Badge" Type: 3 Buy: 0 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7830 AegisName: "Goddess_Tear" Name: "Goddess Tear" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7831 AegisName: "Valkyrie_Token" Name: "Valkyrie's Token" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7832 AegisName: "Brynhild_Armor_Piece" Name: "Brynhild Armor Piece" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7833 AegisName: "Hero_Remains" Name: "Hero's Remains" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7834 AegisName: "Andvari_Ring" Name: "Andvari's Ring" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7835 AegisName: "Dusk_Glow" Name: "Dusk Glow" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7836 AegisName: "Dawn_Essence" Name: "Dawn Essence" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7837 AegisName: "Cold_Moonlight" Name: "Cold Moonlight" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7838 AegisName: "Hazy_Starlight" Name: "Hazy Starlight" Type: 3 - Buy: 1 + Buy: 0 Weight: 500 + BuyingStore: true }, { Id: 7839 @@ -62386,6 +70454,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 @@ -62393,6 +70470,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 @@ -62400,6 +70487,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 @@ -62407,6 +70503,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 @@ -62414,6 +70519,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 @@ -62421,6 +70535,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 @@ -62573,6 +70696,14 @@ item_db: ( Type: 3 Buy: 20 Weight: 200 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 7864 @@ -62588,6 +70719,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 @@ -62595,6 +70735,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 @@ -62666,6 +70815,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 @@ -62674,6 +70831,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 @@ -62682,6 +70848,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 @@ -62690,6 +70865,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 @@ -62698,6 +70882,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 @@ -62706,6 +70899,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 @@ -62714,6 +70916,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 @@ -62721,6 +70932,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 @@ -62728,6 +70948,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 @@ -62735,6 +70964,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 @@ -62742,6 +70980,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 @@ -62813,6 +71060,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 @@ -62820,6 +71076,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 @@ -62827,6 +71092,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 @@ -62834,6 +71108,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 @@ -62841,6 +71124,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 @@ -62848,6 +71140,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 @@ -62855,6 +71157,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 @@ -62862,6 +71174,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 @@ -62869,6 +71191,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 @@ -62876,6 +71208,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 @@ -62891,6 +71233,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 @@ -62899,6 +71251,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 @@ -62938,6 +71299,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 @@ -62945,6 +71316,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 @@ -62952,6 +71333,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 @@ -63019,6 +71410,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 @@ -63059,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: 7929 @@ -63067,6 +71477,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 @@ -63075,6 +71495,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 @@ -63083,6 +71513,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7932 @@ -63091,6 +71522,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7933 @@ -63099,6 +71531,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7934 @@ -63107,6 +71540,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7935 @@ -63115,6 +71549,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7936 @@ -63123,6 +71558,7 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7937 @@ -63131,30 +71567,34 @@ item_db: ( Type: 3 Buy: 1 Weight: 10 + BuyingStore: true }, { Id: 7938 AegisName: "Light_Granule" Name: "Light Granule" Type: 3 - Buy: 1000 + Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 7939 AegisName: "Elder_Branch" Name: "Elder Branch" Type: 3 - Buy: 1000 + Buy: 1500 Weight: 10 + BuyingStore: true }, { Id: 7940 AegisName: "Special_Alloy_Trap" Name: "Special Alloy Trap" Type: 3 - Buy: 200 + Buy: 300 Weight: 2 + BuyingStore: true }, { Id: 7941 @@ -63184,6 +71624,11 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7945 @@ -63192,6 +71637,11 @@ item_db: ( Type: 3 Buy: 0 Weight: 10 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 7946 @@ -63221,6 +71671,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 @@ -63228,6 +71687,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 @@ -63235,6 +71703,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 @@ -63242,6 +71720,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 @@ -63249,6 +71737,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 @@ -63257,6 +71755,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 @@ -63292,6 +71799,10 @@ item_db: ( Name: "UP Coin" Type: 3 Buy: 0 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 7960 @@ -63299,6 +71810,10 @@ item_db: ( Name: "Ancient Silver" Type: 3 Buy: 0 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 7961 @@ -63306,6 +71821,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 @@ -63313,6 +71837,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 @@ -63320,6 +71853,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 @@ -63327,6 +71869,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 @@ -63334,6 +71885,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 @@ -63341,6 +71901,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 @@ -63348,6 +71917,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 @@ -63355,6 +71933,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 @@ -63362,6 +71949,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 @@ -63390,6 +71986,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 @@ -63397,6 +72002,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 @@ -63426,6 +72040,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 @@ -63434,6 +72057,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 @@ -63442,6 +72074,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 @@ -63450,6 +72091,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 @@ -63458,6 +72108,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 @@ -63466,6 +72125,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 @@ -63474,6 +72142,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 @@ -63482,6 +72159,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 @@ -63490,6 +72176,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 @@ -63498,6 +72193,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 @@ -63506,6 +72210,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 @@ -63514,6 +72227,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 @@ -63522,6 +72244,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 @@ -63530,6 +72261,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 @@ -63538,6 +72278,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 @@ -63546,6 +72295,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 @@ -63554,6 +72312,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 @@ -63562,6 +72329,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 @@ -63570,6 +72346,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 @@ -63578,6 +72363,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 @@ -63586,6 +72380,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 @@ -63594,6 +72397,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 // =================================================================== @@ -63792,6 +72604,13 @@ item_db: ( Name: "Hard Rice Cake" Type: 7 Buy: 20 + Trade: { + nodrop: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 9029 @@ -64315,6 +73134,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11001 @@ -64323,6 +73143,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11002 @@ -64331,6 +73152,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11003 @@ -64339,6 +73161,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11004 @@ -64347,6 +73170,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11005 @@ -64355,6 +73179,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11006 @@ -64363,6 +73188,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11007 @@ -64371,6 +73197,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11008 @@ -64379,6 +73206,7 @@ item_db: ( Type: 3 Buy: 10000 Weight: 10 + BuyingStore: true }, { Id: 11009 @@ -64387,6 +73215,7 @@ item_db: ( Type: 3 Buy: 8000 Weight: 10 + BuyingStore: true }, { Id: 11010 @@ -64469,6 +73298,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 11021 @@ -64477,6 +73307,7 @@ item_db: ( Type: 3 Buy: 20 Weight: 10 + BuyingStore: true }, { Id: 11022 @@ -64485,6 +73316,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 10 + BuyingStore: true }, { Id: 11023 @@ -64493,6 +73325,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 50 + BuyingStore: true }, { Id: 11024 @@ -64501,6 +73334,7 @@ item_db: ( Type: 3 Buy: 10 Weight: 50 + BuyingStore: true }, { Id: 11025 @@ -64814,6 +73648,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; "> }, { @@ -64824,6 +73667,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); "> }, { @@ -64834,6 +73686,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; "> }, { @@ -64911,9 +73773,10 @@ item_db: ( AegisName: "Protect_Neck_Candy" Name: "Throat Lozenge" Type: 0 - Buy: 200 + Buy: 250 Weight: 1 Upper: 63 + BuyingStore: true Script: <" itemheal rand(5,25),0; "> }, { @@ -64924,6 +73787,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; "> }, { @@ -64934,6 +73806,7 @@ item_db: ( Buy: 1500 Weight: 120 Upper: 63 + BuyingStore: true Script: <" itemheal rand(300,400),0; "> }, { @@ -64944,6 +73817,7 @@ item_db: ( Buy: 15 Weight: 20 Upper: 63 + BuyingStore: true Script: <" itemheal rand(16,22),0; "> }, { @@ -64954,6 +73828,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" itemheal rand(400,600),0; "> }, { @@ -64975,6 +73850,7 @@ item_db: ( Buy: 1200 Weight: 40 Upper: 63 + BuyingStore: true Script: <" itemheal rand(170,250),0; "> }, { @@ -64986,6 +73862,7 @@ item_db: ( Weight: 20 Upper: 63 EquipLv: 100 + BuyingStore: true Script: <" itemheal 0,rand(50,80); "> }, { @@ -64997,6 +73874,7 @@ item_db: ( Weight: 50 Upper: 63 EquipLv: 100 + BuyingStore: true Script: <" itemheal rand(400,800),rand(50,80); "> }, { @@ -65008,6 +73886,8 @@ item_db: ( Weight: 100 Upper: 63 EquipLv: 100 + BuyingStore: true + Delay: 1000 Script: <" itemheal rand(400,800),0; "> }, { @@ -65019,6 +73899,8 @@ item_db: ( Weight: 120 Upper: 63 EquipLv: 110 + BuyingStore: true + Delay: 2000 Script: <" itemheal rand(600,1000),0; "> }, { @@ -65030,6 +73912,8 @@ item_db: ( Weight: 140 Upper: 63 EquipLv: 120 + BuyingStore: true + Delay: 3000 Script: <" itemheal rand(800,1200),0; "> }, { @@ -65041,6 +73925,8 @@ item_db: ( Weight: 150 Upper: 63 EquipLv: 120 + BuyingStore: true + Delay: 5000 Script: <" itemheal rand(1500,2000),0; "> }, { @@ -65052,6 +73938,7 @@ item_db: ( Weight: 100 Upper: 63 EquipLv: 120 + BuyingStore: true Script: <" itemheal 0,rand(120,160); "> }, { @@ -65132,7 +74019,7 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 - Script: <" itemheal rand(17,23),rand(16,20); "> + Script: <" itemheal rand(17,23),0; "> }, { Id: 11535 @@ -65262,7 +74149,7 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 - Script: <" itemheal rand(500,600),rand(60,80); "> + Script: <" itemheal rand(500,700),rand(60,85); "> }, { Id: 11548 @@ -65272,6 +74159,7 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 + Script: <" percentheal 10,0; "> }, { Id: 11549 @@ -65281,6 +74169,7 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 + Script: <" percentheal 0,10; "> }, { Id: 11550 @@ -65299,7 +74188,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11552 @@ -65309,7 +74198,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11553 @@ -65319,7 +74208,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11554 @@ -65329,7 +74218,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11701 @@ -65349,6 +74238,9 @@ item_db: ( Buy: 0 Weight: 300 Upper: 63 + Nouse: { + sitting: true + } }, { Id: 11703 @@ -65468,6 +74360,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill MG_FROSTDIVER,5; "> }, { @@ -65475,9 +74371,13 @@ item_db: ( AegisName: "Holy_Scroll_1_3" Name: "Level 3 Heal" Type: 11 - Buy: 2000 + Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AL_HEAL,3; "> }, { @@ -65488,6 +74388,10 @@ item_db: ( Buy: 2000 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AL_HEAL,5; "> }, { @@ -65498,6 +74402,7 @@ item_db: ( Buy: 1000 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill AL_TELEPORT,1; "> }, { @@ -65508,6 +74413,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1750,500; "> }, { @@ -65518,6 +74424,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1770,500; "> }, { @@ -65528,6 +74435,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1753,500; "> }, { @@ -65538,6 +74446,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1765,500; "> }, { @@ -65548,6 +74457,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1752,500; "> }, { @@ -65558,6 +74468,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1751,500; "> }, { @@ -65568,6 +74479,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1755,500; "> }, { @@ -65578,6 +74490,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1756,500; "> }, { @@ -65588,6 +74501,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1754,500; "> }, { @@ -65598,6 +74512,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1767,500; "> }, { @@ -65608,6 +74523,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1757,500; "> }, { @@ -65618,6 +74534,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1762,500; "> }, { @@ -65625,9 +74542,10 @@ item_db: ( AegisName: "Speed_Up_Potion" Name: "Speed Potion" Type: 2 - Buy: 100000 + Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, { @@ -65638,6 +74556,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SLOWDOWN,5000,0; "> }, { @@ -65648,6 +74567,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" end; "> }, { @@ -65668,6 +74588,7 @@ item_db: ( Buy: 2 Weight: 30 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,8; "> }, { @@ -65738,6 +74659,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; @@ -65751,6 +74676,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_MOVHASTE_HORSE,20000,0; "> }, { @@ -65761,6 +74690,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill AC_CONCENTRATION,1; "> }, { @@ -65771,6 +74704,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_PLUSATTACKPOWER,60000,20; "> }, { @@ -65781,6 +74718,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_PLUSMAGICPOWER,60000,20; "> }, { @@ -65791,6 +74732,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill ITEM_ENCHANTARMS,2; "> }, { @@ -65801,6 +74746,10 @@ item_db: ( Buy: 1000 Weight: 200 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" sc_start SC_CLAIRVOYANCE,30000,0; "> }, { @@ -65811,6 +74760,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; @@ -65874,6 +74827,7 @@ item_db: ( Buy: 100000 Weight: 300 Upper: 63 + BuyingStore: true Script: <" homevolution; "> }, { @@ -65881,9 +74835,10 @@ item_db: ( AegisName: "Str_Dish01" Name: "Fried Grasshopper Legs" Type: 0 - Buy: 2000 + Buy: 0 Weight: 60 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,1; percentheal 5,0; @@ -65894,9 +74849,10 @@ item_db: ( AegisName: "Str_Dish02" Name: "Seasoned Sticky Webfoot" Type: 0 - Buy: 4000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,2; percentheal 5,0; @@ -65907,9 +74863,10 @@ item_db: ( AegisName: "Str_Dish03" Name: "Bomber Steak" Type: 0 - Buy: 6000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,3; percentheal 5,0; @@ -65920,9 +74877,10 @@ item_db: ( AegisName: "Str_Dish04" Name: "Herb Marinade Beef" Type: 0 - Buy: 8000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,4; percentheal 5,0; @@ -65933,9 +74891,10 @@ item_db: ( AegisName: "Str_Dish05" Name: "Lutie Lady's Pancake" Type: 0 - Buy: 10000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,5; percentheal 10,0; @@ -65946,9 +74905,10 @@ item_db: ( AegisName: "Int_Dish01" Name: "Grape Juice Herbal Tea" Type: 0 - Buy: 2000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,1; percentheal 0,5; @@ -65959,9 +74919,10 @@ item_db: ( AegisName: "Int_Dish02" Name: "Autumn Red Tea" Type: 0 - Buy: 4000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,2; percentheal 0,5; @@ -65972,9 +74933,10 @@ item_db: ( AegisName: "Int_Dish03" Name: "Honey Herbal Tea" Type: 0 - Buy: 6000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,3; percentheal 0,5; @@ -65985,9 +74947,10 @@ item_db: ( AegisName: "Int_Dish04" Name: "Morroc Fruit Wine" Type: 0 - Buy: 8000 + Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,4; percentheal 0,5; @@ -65998,9 +74961,10 @@ item_db: ( AegisName: "Int_Dish05" Name: "Mastela Fruit Wine" Type: 0 - Buy: 10000 + Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,5; percentheal 0,10; @@ -66011,9 +74975,10 @@ item_db: ( AegisName: "Vit_Dish01" Name: "Steamed Crab Nippers" Type: 0 - Buy: 2000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0; @@ -66024,9 +74989,10 @@ item_db: ( AegisName: "Vit_Dish02" Name: "Assorted Seafood" Type: 0 - Buy: 4000 + Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0; @@ -66037,9 +75003,10 @@ item_db: ( AegisName: "Vit_Dish03" Name: "Clam Soup" Type: 0 - Buy: 6000 + Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0; @@ -66050,9 +75017,10 @@ item_db: ( AegisName: "Vit_Dish04" Name: "Seasoned Jellyfish" Type: 0 - Buy: 8000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,4; percentheal 5,0; @@ -66063,9 +75031,10 @@ item_db: ( AegisName: "Vit_Dish05" Name: "Spicy Fried Bao" Type: 0 - Buy: 10000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0; @@ -66076,9 +75045,10 @@ item_db: ( AegisName: "Agi_Dish01" Name: "Frog Egg Squid Ink Soup" Type: 0 - Buy: 2000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1; @@ -66089,9 +75059,10 @@ item_db: ( AegisName: "Agi_Dish02" Name: "Smooth Noodle" Type: 0 - Buy: 4000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1; @@ -66102,9 +75073,10 @@ item_db: ( AegisName: "Agi_Dish03" Name: "Tentacle Cheese Gratin" Type: 0 - Buy: 6000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1; @@ -66115,9 +75087,10 @@ item_db: ( AegisName: "Agi_Dish04" Name: "Lutie Cold Noodle" Type: 0 - Buy: 8000 + Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,4; percentheal 3,1; @@ -66128,9 +75101,10 @@ item_db: ( AegisName: "Agi_Dish05" Name: "Steamed Bat Wing in Pumpkin" Type: 0 - Buy: 10000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2; @@ -66141,9 +75115,10 @@ item_db: ( AegisName: "Dex_Dish01" Name: "Honey Grape Juice" Type: 0 - Buy: 2000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2; @@ -66154,9 +75129,10 @@ item_db: ( AegisName: "Dex_Dish02" Name: "Chocolate Mousse Cake" Type: 0 - Buy: 4000 + Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2; @@ -66167,9 +75143,10 @@ item_db: ( AegisName: "Dex_Dish03" Name: "Fruit Mix" Type: 0 - Buy: 6000 + Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2; @@ -66180,9 +75157,10 @@ item_db: ( AegisName: "Dex_Dish04" Name: "Cream Sandwich" Type: 0 - Buy: 8000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,4; percentheal 2,2; @@ -66193,9 +75171,10 @@ item_db: ( AegisName: "Dex_Dish05" Name: "Green Salad" Type: 0 - Buy: 10000 + Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5; @@ -66206,9 +75185,10 @@ item_db: ( AegisName: "Luk_Dish01" Name: "Fried Monkey Tails" Type: 0 - Buy: 2000 + Buy: 0 Weight: 60 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2; @@ -66219,9 +75199,10 @@ item_db: ( AegisName: "Luk_Dish02" Name: "Mixed Juice" Type: 0 - Buy: 4000 + Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2; @@ -66232,9 +75213,10 @@ item_db: ( AegisName: "Luk_Dish03" Name: "Fried Sweet Potato" Type: 0 - Buy: 6000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2; @@ -66245,9 +75227,10 @@ item_db: ( AegisName: "Luk_Dish04" Name: "Steamed Ancient Lips" Type: 0 - Buy: 8000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,4; percentheal 4,2; @@ -66258,9 +75241,10 @@ item_db: ( AegisName: "Luk_Dish05" Name: "Fried Scorpion Tails" Type: 0 - Buy: 10000 + Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2; @@ -66271,9 +75255,10 @@ item_db: ( AegisName: "Str_Dish06" Name: "Shiny Marinade Beef" Type: 0 - Buy: 20000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,6; percentheal 10,2; @@ -66284,9 +75269,10 @@ item_db: ( AegisName: "Str_Dish07" Name: "Whole Roast" Type: 0 - Buy: 40000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,7; percentheal 10,4; @@ -66297,9 +75283,10 @@ item_db: ( AegisName: "Str_Dish08" Name: "Bearfoot Special" Type: 0 - Buy: 60000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,8; percentheal 15,6; @@ -66310,9 +75297,10 @@ item_db: ( AegisName: "Str_Dish09" Name: "Tendon Satay" Type: 0 - Buy: 80000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,9; percentheal 15,8; @@ -66323,9 +75311,10 @@ item_db: ( AegisName: "Str_Dish10" Name: "Steamed Tongue" Type: 0 - Buy: 100000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,10; percentheal 20,20; @@ -66336,9 +75325,10 @@ item_db: ( AegisName: "Int_Dish06" Name: "Red Mushroom Wine" Type: 0 - Buy: 20000 + Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,6; percentheal 2,10; @@ -66349,9 +75339,10 @@ item_db: ( AegisName: "Int_Dish07" Name: "Special Royal Jelly Herbal Tea" Type: 0 - Buy: 40000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,7; percentheal 4,10; @@ -66362,9 +75353,10 @@ item_db: ( AegisName: "Int_Dish08" Name: "Royal Family Tea" Type: 0 - Buy: 60000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,8; percentheal 6,10; @@ -66375,9 +75367,10 @@ item_db: ( AegisName: "Int_Dish09" Name: "Tristram 12" Type: 0 - Buy: 80000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,9; percentheal 8,15; @@ -66388,9 +75381,10 @@ item_db: ( AegisName: "Int_Dish10" Name: "Dragon Breath Cocktail" Type: 0 - Buy: 100000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_INT,1200000,10; percentheal 10,20; @@ -66401,9 +75395,10 @@ item_db: ( AegisName: "Vit_Dish06" Name: "Awfully Bitter Bracer" Type: 0 - Buy: 20000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,6; percentheal 13,0; @@ -66414,9 +75409,10 @@ item_db: ( AegisName: "Vit_Dish07" Name: "Sumptuous Feast" Type: 0 - Buy: 40000 + Buy: 0 Weight: 400 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,7; percentheal 16,0; @@ -66427,9 +75423,10 @@ item_db: ( AegisName: "Vit_Dish08" Name: "Giant Burito" Type: 0 - Buy: 60000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,8; percentheal 19,0; @@ -66440,9 +75437,10 @@ item_db: ( AegisName: "Vit_Dish09" Name: "Ascending Dragon Soup" Type: 0 - Buy: 80000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,9; percentheal 22,0; @@ -66453,9 +75451,10 @@ item_db: ( AegisName: "Vit_Dish10" Name: "Immortal Stew" Type: 0 - Buy: 100000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_VIT,1200000,10; percentheal 25,0; @@ -66466,9 +75465,10 @@ item_db: ( AegisName: "Agi_Dish06" Name: "Chile Shrimp Gratin" Type: 0 - Buy: 20000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,6; percentheal 7,2; @@ -66479,9 +75479,10 @@ item_db: ( AegisName: "Agi_Dish07" Name: "Steamed Alligator with Vegetable" Type: 0 - Buy: 40000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,7; percentheal 8,2; @@ -66492,9 +75493,10 @@ item_db: ( AegisName: "Agi_Dish08" Name: "Incredibly Spicy Curry" Type: 0 - Buy: 60000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,8; percentheal 9,2; @@ -66505,9 +75507,10 @@ item_db: ( AegisName: "Agi_Dish09" Name: "Special Meat Stew" Type: 0 - Buy: 80000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,9; percentheal 10,2; @@ -66518,9 +75521,10 @@ item_db: ( AegisName: "Agi_Dish10" Name: "Steamed Desert Scorpions" Type: 0 - Buy: 100000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_AGI,1200000,10; percentheal 15,5; @@ -66531,9 +75535,10 @@ item_db: ( AegisName: "Dex_Dish06" Name: "Peach Cake" Type: 0 - Buy: 20000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,6; percentheal 5,6; @@ -66544,9 +75549,10 @@ item_db: ( AegisName: "Dex_Dish07" Name: "Soul Haunted Bread" Type: 0 - Buy: 40000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,7; percentheal 5,7; @@ -66557,9 +75563,10 @@ item_db: ( AegisName: "Dex_Dish08" Name: "Special Toast" Type: 0 - Buy: 60000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,8; percentheal 5,8; @@ -66570,9 +75577,10 @@ item_db: ( AegisName: "Dex_Dish09" Name: "Heavenly Fruit Juice" Type: 0 - Buy: 80000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,9; percentheal 5,9; @@ -66583,9 +75591,10 @@ item_db: ( AegisName: "Dex_Dish10" Name: "Hwergelmir's Tonic" Type: 0 - Buy: 100000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_DEX,1200000,10; percentheal 10,10; @@ -66596,9 +75605,10 @@ item_db: ( AegisName: "Luk_Dish06" Name: "Lucky Soup" Type: 0 - Buy: 20000 + Buy: 0 Weight: 300 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,6; percentheal 6,3; @@ -66609,9 +75619,10 @@ item_db: ( AegisName: "Luk_Dish07" Name: "Assorted Shish Kebob" Type: 0 - Buy: 40000 + Buy: 0 Weight: 800 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,7; percentheal 7,3; @@ -66622,9 +75633,10 @@ item_db: ( AegisName: "Luk_Dish08" Name: "Strawberry Flavored Rice Ball" Type: 0 - Buy: 60000 + Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,8; percentheal 9,3; @@ -66635,9 +75647,10 @@ item_db: ( AegisName: "Luk_Dish09" Name: "Blood Flavored Soda" Type: 0 - Buy: 80000 + Buy: 0 Weight: 1000 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,9; percentheal 10,4; @@ -66648,9 +75661,10 @@ item_db: ( AegisName: "Luk_Dish10" Name: "Cooked Nine Tail's Tails" Type: 0 - Buy: 100000 + Buy: 0 Weight: 500 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_LUK,1200000,10; percentheal 14,8; @@ -66664,6 +75678,7 @@ item_db: ( Buy: 20 Weight: 300 Upper: 63 + BuyingStore: true }, { Id: 12102 @@ -66673,6 +75688,7 @@ item_db: ( Buy: 20 Weight: 300 Upper: 63 + BuyingStore: true }, { Id: 12103 @@ -66682,6 +75698,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-3,1,""; "> }, { @@ -66692,6 +75709,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12104,1; "> }, { @@ -66702,6 +75720,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12105,1; getrandgroupitem 12105,1; @@ -66716,6 +75735,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12106,1; "> }, { @@ -66726,6 +75746,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12107,1; "> }, { @@ -66736,6 +75757,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12108,1; getrandgroupitem 12108,1; @@ -66752,6 +75774,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" monster "this",-1,-1,"--ja--",-2,1,""; "> }, { @@ -66762,6 +75785,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12110,1; getrandgroupitem 12110,1; @@ -66778,6 +75802,7 @@ item_db: ( Buy: 10000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12111,1; getrandgroupitem 12111,1; @@ -66792,6 +75817,7 @@ item_db: ( Buy: 1000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_CURSE,10000,1; "> }, { @@ -66802,6 +75828,7 @@ item_db: ( Buy: 1000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_STUN,10000,1; "> }, { @@ -66812,6 +75839,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,4; "> }, { @@ -66822,6 +75850,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,2; "> }, { @@ -66832,6 +75861,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,3; "> }, { @@ -66842,6 +75872,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,5; "> }, { @@ -66852,6 +75883,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; "> }, { @@ -66862,6 +75894,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; "> }, { @@ -66872,6 +75905,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; "> }, { @@ -66882,6 +75916,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; "> }, { @@ -66892,6 +75927,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; "> }, { @@ -66902,6 +75938,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; "> }, { @@ -66912,6 +75949,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_BATKFOOD,1200000,10; sc_start SC_MATKFOOD,120000,10; @@ -66925,6 +75963,7 @@ item_db: ( Buy: 500 Weight: 20 Upper: 63 + BuyingStore: true Script: <" cooking 11; "> }, { @@ -66935,6 +75974,7 @@ item_db: ( Buy: 1000 Weight: 30 Upper: 63 + BuyingStore: true Script: <" cooking 12; "> }, { @@ -66945,6 +75985,7 @@ item_db: ( Buy: 2000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" cooking 13; "> }, { @@ -66955,6 +75996,7 @@ item_db: ( Buy: 5000 Weight: 70 Upper: 63 + BuyingStore: true Script: <" cooking 14; "> }, { @@ -66965,6 +76007,7 @@ item_db: ( Buy: 10000 Weight: 70 Upper: 63 + BuyingStore: true Script: <" cooking 15; "> }, { @@ -66975,6 +76018,7 @@ item_db: ( Buy: 2 Weight: 70 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12130,1; getrandgroupitem 12130,1; @@ -66998,6 +76042,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + BuyingStore: true Script: <" sc_start SC_XMAS,600000,0; "> }, { @@ -67013,7 +76058,6 @@ item_db: ( set MDiceCone,gettime(5); percentheal 50,50; } - "> }, { @@ -67097,6 +76141,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; "> }, { @@ -67116,6 +76169,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13204,500; "> }, { @@ -67126,6 +76180,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13206,500; "> }, { @@ -67136,6 +76191,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13205,500; "> }, { @@ -67146,6 +76202,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13207,500; "> }, { @@ -67156,6 +76213,7 @@ item_db: ( Buy: 2 Weight: 350 Upper: 63 + BuyingStore: true Script: <" getitem 13203,500; "> }, { @@ -67166,6 +76224,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 13200,500; "> }, { @@ -67176,6 +76235,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 13202,500; "> }, { @@ -67186,6 +76246,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 13201,500; "> }, { @@ -67206,6 +76267,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; "> }, { @@ -67216,6 +76286,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; "> }, { @@ -67226,6 +76305,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; "> }, { @@ -67236,6 +76324,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; "> }, { @@ -67246,6 +76343,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; "> }, { @@ -67256,6 +76362,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; "> }, { @@ -67266,6 +76381,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; "> }, { @@ -67276,6 +76400,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; "> }, { @@ -67286,6 +76419,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; "> }, { @@ -67296,6 +76438,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; "> }, { @@ -67306,6 +76457,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; "> }, { @@ -67316,6 +76476,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; "> }, { @@ -67326,6 +76495,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; "> }, { @@ -67336,6 +76514,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; "> }, { @@ -67346,6 +76533,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; "> }, { @@ -67356,6 +76552,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; "> }, { @@ -67366,6 +76571,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; "> }, { @@ -67376,6 +76590,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; "> }, { @@ -67386,6 +76609,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; "> }, { @@ -67396,6 +76628,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; "> }, { @@ -67406,6 +76647,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; "> }, { @@ -67416,6 +76666,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; "> }, { @@ -67426,6 +76685,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; "> }, { @@ -67436,6 +76704,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; "> }, { @@ -67446,6 +76723,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; "> }, { @@ -67456,6 +76742,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; "> }, { @@ -67466,6 +76761,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; "> }, { @@ -67476,6 +76780,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; "> }, { @@ -67486,6 +76799,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; "> }, { @@ -67496,6 +76818,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; "> }, { @@ -67506,6 +76837,7 @@ item_db: ( Buy: 2 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1772,500; "> }, { @@ -67516,6 +76848,7 @@ item_db: ( Buy: 500 Weight: 100 Upper: 63 + BuyingStore: true Script: <" mercenary_heal 1000,0; "> }, { @@ -67526,6 +76859,7 @@ item_db: ( Buy: 1000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" mercenary_heal 0,100; "> }, { @@ -67585,6 +76919,10 @@ item_db: ( Buy: 2 Weight: 500 Upper: 63 + Script: <" + sc_start SC_ASPDPOTION0,600000,4; + sc_start SC_SpeedUp0,600000,0; + "> }, { Id: 12192 @@ -67613,6 +76951,7 @@ item_db: ( Buy: 20 Weight: 200 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12194,1; getrandgroupitem 12194,1; @@ -67627,6 +76966,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal 0,20; "> }, { @@ -67637,6 +76977,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal 50,0; "> }, { @@ -67647,6 +76988,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" percentheal 10,10; "> }, { @@ -67657,6 +76999,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_INCLUK,1200000,21; "> }, { @@ -67666,6 +77009,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 @@ -67695,6 +77048,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; @@ -67708,6 +77070,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; @@ -67721,6 +77092,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; @@ -67734,6 +77114,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; @@ -67747,6 +77136,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; @@ -67760,6 +77158,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; @@ -67773,6 +77180,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; "> }, { @@ -67783,6 +77200,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; "> }, { @@ -67793,6 +77219,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; "> }, { @@ -67803,6 +77239,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"; "> }, { @@ -67813,6 +77258,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"; "> }, { @@ -67822,6 +77276,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"; "> }, { @@ -67832,6 +77295,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; "> }, { @@ -67842,6 +77314,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; @@ -67855,13 +77339,24 @@ 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; sc_start SC_INC_AGI,240000,10; heal -15,0; } - "> }, { @@ -67872,13 +77367,24 @@ 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; sc_start SC_ASPERSIO,180000,5; delitem 523,1; } - "> }, { @@ -67889,6 +77395,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; @@ -67902,6 +77420,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; @@ -67915,13 +77445,24 @@ 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) { skilleffect BS_ADRENALINE,0; sc_start SC_ADRENALINE,150000,5; } - "> }, { @@ -67932,6 +77473,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; @@ -67946,6 +77496,9 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + Nouse: { + sitting: true + } Script: <" pet 1245; "> }, { @@ -68094,6 +77647,9 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" percentheal 0,5; skilleffect AL_BLESSING,0; @@ -68108,6 +77664,9 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" percentheal 5,0; itemskill AL_ANGELUS,5; @@ -68121,6 +77680,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" percentheal 0,5; sc_start SC_POISON,18000,0; @@ -68171,6 +77733,7 @@ item_db: ( Buy: 800 Weight: 100 Upper: 63 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION1,1800000,0; "> }, { @@ -68181,6 +77744,7 @@ item_db: ( Buy: 1500 Weight: 150 Upper: 63 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION2,1800000,0; "> }, { @@ -68191,6 +77755,7 @@ item_db: ( Buy: 3000 Weight: 200 Upper: 63 + BuyingStore: true Script: <" mercenary_sc_start SC_ATTHASTE_POTION3,1800000,0; "> }, { @@ -68221,6 +77786,7 @@ item_db: ( Buy: 10000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12246,1; "> }, { @@ -68358,11 +77924,19 @@ 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,""; } - "> }, { @@ -68372,6 +77946,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; "> }, { @@ -68382,6 +77966,7 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SUMMER,600000,0; "> }, { @@ -68391,6 +77976,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; "> }, { @@ -68401,6 +77996,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; "> }, { @@ -68411,6 +78016,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; "> }, { @@ -68421,6 +78035,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; "> }, { @@ -68431,6 +78054,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; "> }, { @@ -68441,6 +78073,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; "> }, { @@ -68451,6 +78093,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; "> }, { @@ -68461,6 +78113,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; @@ -68474,6 +78136,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; "> }, { @@ -68484,6 +78155,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; "> }, { @@ -68494,6 +78174,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; "> }, { @@ -68504,6 +78193,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; "> }, { @@ -68514,6 +78212,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; "> }, { @@ -68524,6 +78231,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; @@ -68537,6 +78254,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; @@ -68550,6 +78277,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2058,1800000; "> }, { @@ -68560,6 +78292,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2059,1800000; "> }, { @@ -68570,6 +78307,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" mercenary_create 2060,1800000; "> }, { @@ -68683,6 +78425,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; "> }, { @@ -68692,6 +78444,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; "> }, { @@ -68701,6 +78463,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; "> }, { @@ -68711,6 +78483,10 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 5,0; skilleffect AL_BLESSING,0; @@ -68725,6 +78501,10 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" percentheal 5,0; skilleffect AL_INCAGI,0; @@ -68739,6 +78519,7 @@ item_db: ( Buy: 500 Weight: 200 Upper: 63 + BuyingStore: true Script: <" percentheal 20,0; "> }, { @@ -68749,6 +78530,7 @@ item_db: ( Buy: 500 Weight: 200 Upper: 63 + BuyingStore: true Script: <" percentheal 0,20; "> }, { @@ -68759,6 +78541,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; "> }, { @@ -68769,6 +78561,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; "> }, { @@ -68779,6 +78581,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; "> }, { @@ -68789,6 +78601,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; "> }, { @@ -68799,6 +78621,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; "> }, { @@ -68809,6 +78641,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; "> }, { @@ -68819,6 +78661,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; "> }, { @@ -68829,6 +78680,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; "> }, { @@ -68839,6 +78699,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; "> }, { @@ -68849,6 +78718,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 @@ -68857,6 +78735,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; "> }, { @@ -68866,6 +78754,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; "> }, { @@ -68875,6 +78773,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; "> }, { @@ -68884,6 +78792,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; "> }, { @@ -68893,6 +78811,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; "> }, { @@ -68902,6 +78830,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; "> }, { @@ -68912,6 +78850,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; "> }, { @@ -68922,6 +78871,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; "> }, { @@ -68940,6 +78900,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; "> }, { @@ -69041,6 +79013,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; "> }, { @@ -69050,6 +79035,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; "> }, { @@ -69059,6 +79057,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; "> }, { @@ -69097,6 +79108,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + BuyingStore: true Script: <" mercenary_create 2000,1800000; "> }, { @@ -69107,6 +79119,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + BuyingStore: true Script: <" mercenary_create 2001,1800000; "> }, { @@ -69117,6 +79130,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; "> }, { @@ -69127,6 +79150,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; "> }, { @@ -69137,6 +79170,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; "> }, { @@ -69211,6 +79255,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; "> }, { @@ -69218,9 +79274,10 @@ item_db: ( AegisName: "Special_Alloy_Trap_Box" Name: "Special Alloy Trap Box" Type: 2 - Buy: 20000 + Buy: 30000 Weight: 100 Upper: 63 + BuyingStore: true Script: <" getitem 7940,100; "> }, { @@ -69231,6 +79288,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; @@ -69244,6 +79311,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; @@ -69257,6 +79334,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; @@ -69270,6 +79357,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; @@ -69282,6 +79379,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; "> }, { @@ -69292,6 +79399,10 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" itemskill ALL_REVERSEORCISH,1; "> }, { @@ -69302,6 +79413,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; @@ -69315,6 +79436,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; @@ -69328,6 +79459,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; @@ -69342,6 +79484,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; "> }, { @@ -69359,9 +79509,10 @@ item_db: ( AegisName: "Tiny_Waterbottle" Name: "Small Bottle" Type: 2 - Buy: 800 + Buy: 600 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PROPERTYWATER,90000,1; "> }, { @@ -69372,6 +79523,7 @@ item_db: ( Buy: 2 Weight: 50 Upper: 63 + BuyingStore: true Script: <" specialeffect2 EF_ANGELUS; sc_start SC_INCMHPRATE,600000,3; @@ -69388,6 +79540,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12355,1; "> }, { @@ -69398,6 +79551,7 @@ item_db: ( Buy: 2 Weight: 100 Upper: 63 + BuyingStore: true Script: <" getrandgroupitem 12356,1; "> }, { @@ -69418,6 +79572,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1513; "> }, { @@ -69428,6 +79586,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1586; "> }, { @@ -69438,6 +79600,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1505; "> }, { @@ -69447,6 +79613,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; "> }, { @@ -69457,6 +79636,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1401; "> }, { @@ -69466,6 +79649,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; "> }, { @@ -69476,6 +79672,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1299; "> }, { @@ -69486,6 +79686,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1416; "> }, { @@ -69496,6 +79700,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1404; "> }, { @@ -69506,6 +79714,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1504; "> }, { @@ -69516,6 +79728,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1148; "> }, { @@ -69526,6 +79742,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1495; "> }, { @@ -69535,6 +79755,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; "> }, { @@ -69545,6 +79778,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1040; "> }, { @@ -69555,6 +79792,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1379; "> }, { @@ -69565,6 +79806,10 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1370; "> }, { @@ -69575,6 +79820,10 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } Script: <" pet 1837; "> }, { @@ -69585,6 +79834,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; @@ -69598,6 +79854,14 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } + Script: <" + percentheal 3,0; + itemskill PR_GLORIA,2; + "> }, { Id: 12377 @@ -69607,6 +79871,14 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + BuyingStore: true + Nouse: { + sitting: true + } + Script: <" + percentheal 0,3; + itemskill PR_MAGNIFICAT,1; + "> }, { Id: 12378 @@ -69616,6 +79888,7 @@ item_db: ( Buy: 10 Weight: 100 Upper: 63 + Script: <" percentheal 50,50; "> }, { Id: 12379 @@ -69625,6 +79898,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + BuyingStore: true }, { Id: 12380 @@ -69648,7 +79922,6 @@ item_db: ( if(strcharinfo(3)=="job3_arch02") { mercenary_create 2037,1800000; } - "> }, { @@ -69663,7 +79936,6 @@ item_db: ( if(strcharinfo(3)=="job3_arch02") { mercenary_create 2038,1800000; } - "> }, { @@ -69671,9 +79943,10 @@ item_db: ( AegisName: "Vulcan_Bullet_Magazine" Name: "Vulcan Bullet Magazine" Type: 2 - Buy: 11000 + Buy: 13750 Weight: 500 Upper: 63 + BuyingStore: true }, { Id: 12384 @@ -69683,11 +79956,19 @@ 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; } - "> }, { @@ -69698,11 +79979,19 @@ 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; } - "> }, { @@ -69713,11 +80002,19 @@ 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; } - "> }, { @@ -69728,11 +80025,19 @@ 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; } - "> }, { @@ -69743,11 +80048,23 @@ 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; } - "> }, { @@ -69758,11 +80075,23 @@ 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; } - "> }, { @@ -69773,11 +80102,23 @@ 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; } - "> }, { @@ -69785,9 +80126,18 @@ item_db: ( AegisName: "Lucky_Egg_C" Name: "RWC Groove Pack" Type: 2 - Buy: 20 + Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -69795,33 +80145,36 @@ item_db: ( AegisName: "RepairA" Name: "Repair A" Type: 0 - Buy: 220 + Buy: 275 Weight: 100 Job: 0x00000400 Upper: 63 - Script: <" //madoheal rand(200,300),0; "> + BuyingStore: true + Script: <" if(checkmadogear()) itemheal rand(200,300),0; "> }, { Id: 12393 AegisName: "RepairB" Name: "Repair B" Type: 0 - Buy: 500 + Buy: 625 Weight: 140 Job: 0x00000400 Upper: 63 - Script: <" //madoheal rand(300,400),0; "> + BuyingStore: true + Script: <" if(checkmadogear()) itemheal rand(300,400),0; "> }, { Id: 12394 AegisName: "RepairC" Name: "Repair C" Type: 0 - Buy: 1100 + Buy: 1375 Weight: 180 Job: 0x00000400 Upper: 63 - Script: <" //madoheal rand(400,500),0; "> + BuyingStore: true + Script: <" if(checkmadogear()) itemheal rand(400,500),0; "> }, { Id: 12395 @@ -69831,6 +80184,7 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 + BuyingStore: true Script: <" pet 1519; "> }, { @@ -69841,6 +80195,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; @@ -69862,6 +80224,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; @@ -69883,6 +80253,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 @@ -69918,6 +80298,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 @@ -69936,6 +80325,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 @@ -69945,6 +80343,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 @@ -69954,6 +80361,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 @@ -70017,6 +80433,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 @@ -70026,6 +80451,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; @@ -70040,6 +80466,9 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Nouse: { + sitting: true + } }, { Id: 12416 @@ -70067,6 +80496,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true }, { Id: 12419 @@ -70076,6 +80506,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true }, { Id: 12420 @@ -70103,8 +80534,8 @@ item_db: ( Buy: 100 Weight: 20 Upper: 63 + BuyingStore: true Script: <" - sc_start SC_INCMHPRATE,500000,1; sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); percentheal 2,0; "> @@ -70117,8 +80548,8 @@ item_db: ( Buy: 100 Weight: 40 Upper: 63 + BuyingStore: true Script: <" - sc_start SC_INCMHPRATE,500000,2; sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); percentheal 3,0; "> @@ -70131,8 +80562,8 @@ item_db: ( Buy: 100 Weight: 80 Upper: 63 + BuyingStore: true Script: <" - sc_start SC_INCMHPRATE,500000,5; sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); percentheal 5,0; "> @@ -70145,8 +80576,9 @@ item_db: ( Buy: 100 Weight: 20 Upper: 63 + BuyingStore: true Script: <" - sc_start SC_INCMSPRATE,500000,2; + sc_start SC_INCMSPRATE,500000,((BaseLevel/10)-5); percentheal 0,2; "> }, @@ -70158,8 +80590,9 @@ item_db: ( Buy: 100 Weight: 40 Upper: 63 + BuyingStore: true Script: <" - sc_start SC_INCMSPRATE,500000,4; + sc_start SC_INCMSPRATE,500000,(BaseLevel/10); percentheal 0,4; "> }, @@ -70171,8 +80604,9 @@ item_db: ( Buy: 100 Weight: 80 Upper: 63 + BuyingStore: true Script: <" - sc_start SC_INCMSPRATE,500000,8; + sc_start SC_INCMSPRATE,500000,((BaseLevel/10)+5); percentheal 0,8; "> }, @@ -70184,6 +80618,7 @@ item_db: ( Buy: 100 Weight: 70 Upper: 63 + BuyingStore: true Script: <" sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; heal 1000,0; @@ -70197,6 +80632,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> }, { @@ -70207,6 +80643,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> }, { @@ -70217,6 +80654,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_MINOR_BBQ,300000,20; "> }, { @@ -70227,6 +80665,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> }, { @@ -70237,6 +80676,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> }, { @@ -70247,6 +80687,7 @@ item_db: ( Buy: 1000 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> }, { @@ -70267,9 +80708,10 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_VITATA_500,500000,0; - itemheal 0,200; + heal 0,200; "> }, { @@ -70280,6 +80722,7 @@ item_db: ( Buy: 100 Weight: 50 Upper: 63 + BuyingStore: true Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> }, { @@ -70586,6 +81029,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(); "> }, { @@ -70596,6 +81050,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); "> }, { @@ -70606,6 +81071,7 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + BuyingStore: true Script: <" sc_end SC_SILENCE; sc_end SC_BLOODING; @@ -70613,7 +81079,7 @@ item_db: ( sc_end SC_CURSE; sc_end SC_ORCISH; sc_end SC_PROPERTYUNDEAD; - itemheal 500,0; + heal 500,0; "> }, { @@ -70624,6 +81090,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 @@ -70642,6 +81117,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 @@ -70650,6 +81135,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(); "> }, { @@ -70660,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: 12481 @@ -70669,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: 12482 @@ -70678,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: 12483 @@ -70687,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: 12484 @@ -70696,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: 12485 @@ -70705,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: 12486 @@ -70714,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: 12487 @@ -70723,6 +81281,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 @@ -70766,6 +81333,15 @@ 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(); "> }, { @@ -70773,9 +81349,18 @@ item_db: ( AegisName: "Lucky_Egg_C4" Name: "Groovy Dragon Box" Type: 2 - Buy: 20 + Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -71099,6 +81684,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 @@ -71107,6 +81701,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 @@ -71115,6 +81718,16 @@ 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; "> }, { Id: 12532 @@ -71123,6 +81736,16 @@ 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; "> }, { Id: 12533 @@ -71131,6 +81754,16 @@ 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; "> }, { Id: 12534 @@ -71139,18 +81772,16 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, -// unknown type, not in database -/* -{ - Id: 12535 - AegisName: "Iggdrasilberry_Box" - Name: "Yggdrasil Berry Box" - Type: 11 - Buy: 0 - Upper: 63 -}, -*/ { Id: 12536 AegisName: "NY_Rice_Cake_Soup" @@ -71159,6 +81790,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true }, { Id: 12537 @@ -71188,6 +81820,7 @@ item_db: ( Buy: 20 Weight: 100 Upper: 63 + BuyingStore: true }, { Id: 12540 @@ -71197,6 +81830,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(); "> }, { @@ -71207,6 +81849,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(); "> }, { @@ -71217,6 +81868,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(); "> }, { @@ -71227,6 +81887,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(); "> }, { @@ -71284,6 +81953,16 @@ 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; "> }, { Id: 12550 @@ -71292,6 +81971,16 @@ 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; "> }, { Id: 12551 @@ -71391,6 +82080,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + BuyingStore: true Script: <" warp "bif_fild01",32,382; "> }, { @@ -71500,11 +82190,7 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 - Script: <" - getrandgroupitem 12573,1; - getrandgroupitem 12573,1; - getrandgroupitem 12573,1; - "> + Script: <" packageitem(); "> }, { Id: 12574 @@ -71515,6 +82201,7 @@ item_db: ( Weight: 20 Upper: 63 EquipLv: 120 + BuyingStore: true Script: <" itemheal 0,rand(50,65); "> }, { @@ -71526,6 +82213,7 @@ item_db: ( Weight: 250 Upper: 63 EquipLv: 100 + BuyingStore: true Script: <" getitem 1773,500; "> }, { @@ -71536,6 +82224,7 @@ item_db: ( Buy: 500 Weight: 250 Upper: 63 + BuyingStore: true Script: <" getitem 1774,500; "> }, { @@ -71797,10 +82486,11 @@ item_db: ( Id: 12608 AegisName: "Splendid_Box2" Name: "Splendid Box2" - Type: 11 + Type: 2 Buy: 20 Weight: 100 Upper: 63 + Script: <" packageitem(); "> }, { Id: 12612 @@ -71810,6 +82500,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" packageitem(); "> }, { Id: 12613 @@ -71819,12 +82510,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 - Script: <" - getrandgroupitem 12613,1; - getrandgroupitem 12613,1; - getrandgroupitem 12613,1; - getrandgroupitem 12613,1; - "> + Script: <" packageitem(); "> }, { Id: 12614 @@ -71834,12 +82520,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 - Script: <" - getrandgroupitem 12614,1; - getrandgroupitem 12614,1; - getrandgroupitem 12614,1; - getrandgroupitem 12614,1; - "> + Script: <" packageitem(); "> }, { Id: 12615 @@ -71849,12 +82530,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 - Script: <" - getrandgroupitem 12615,1; - getrandgroupitem 12615, 1; - getrandgroupitem 12615,1; - getrandgroupitem 12615,1; - "> + Script: <" packageitem(); "> }, { Id: 12616 @@ -71864,11 +82540,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 - Script: <" - getrandgroupitem 12616,1; - getrandgroupitem 12616,1; - getrandgroupitem 12616,1; - "> + Script: <" packageitem(); "> }, { Id: 12617 @@ -71878,11 +82550,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 - Script: <" - getrandgroupitem 12617,1; - getrandgroupitem 12617,1; - getrandgroupitem 12617,1; - "> + Script: <" packageitem(); "> }, { Id: 12618 @@ -71892,6 +82560,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" packageitem(); "> }, { Id: 12619 @@ -71901,6 +82570,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" packageitem(); "> }, { Id: 12620 @@ -71910,6 +82580,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" packageitem(); "> }, { Id: 12621 @@ -71919,6 +82590,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" packageitem(); "> }, { Id: 12622 @@ -71927,6 +82599,7 @@ item_db: ( Type: 11 Buy: 20 Upper: 63 + Delay: 3000 Script: <" setmounting(); "> }, { @@ -71947,6 +82620,9 @@ item_db: ( Buy: 0 Weight: 50 Upper: 63 + Trade: { + nocart: true + } Script: <" percentheal 3,3; "> }, { @@ -72004,7 +82680,15 @@ item_db: ( }, { Id: 12631 - AegisName: "Kouroussa_Stone_A" + AegisName: "Macro_Stone_A" + Name: "Stone (1Hour)" + Type: 11 + Buy: 0 + Upper: 63 +}, +{ + Id: 12632 + AegisName: "Macro_Stone_B" Name: "Stone (1Hour)" Type: 11 Buy: 0 @@ -72017,6 +82701,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; "> }, { @@ -72027,6 +82719,15 @@ 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; "> }, { @@ -72037,6 +82738,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 @@ -72046,6 +82756,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 @@ -72055,6 +82774,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 @@ -72342,6 +83070,183 @@ item_db: ( Upper: 63 }, { + Id: 12672 + AegisName: "Start_New_Box" + Name: "Start New Box" + Type: 2 + Buy: 20 + Weight: 10 + Upper: 63 + Script: <" + getitem 617,2; + getitem 12263,2; + getitem 12329,3; + getitem 12330,2; + "> +}, +{ + Id: 12673 + AegisName: "Lucky_Egg_C10" + Name: "Lucky Egg C10" + Type: 2 + Buy: 20 + Weight: 10 + Upper: 63 +}, +{ + Id: 12674 + AegisName: "God_Material_Box" + Name: "God Material Box" + Type: 2 + Buy: 20 + Weight: 500 + Upper: 63 +}, +{ + Id: 12675 + AegisName: "Sg_Weapon_Supply_Box" + Name: "Siege Weapon Supply Box" + Type: 2 + Buy: 20 + Weight: 500 + Upper: 63 + Script: <" getrandgroupitem 12675,1; "> +}, +{ + Id: 12676 + AegisName: "Sg_Violet_Potion_Box" + Name: "Siege Violet Potion Box" + Type: 2 + Buy: 20 + Weight: 200 + Upper: 63 + Script: <" getitem 11547,50; "> +}, +{ + Id: 12677 + AegisName: "Siege_Arrow_Quiver_S" + Name: "Siege Arrow Quiver S" + Type: 2 + Buy: 2 + Weight: 100 + Upper: 63 + EquipLv: 130 + Script: <" getitem 1776,200; "> +}, +{ + Id: 12678 + AegisName: "Siege_Arrow_Quiver_A" + Name: "Siege Arrow Quiver A" + Type: 2 + Buy: 2 + Weight: 100 + Upper: 63 + EquipLv: 95 + Script: <" getitem 1775,200; "> +}, +{ + Id: 12679 + AegisName: "Sg_White_Potion_Box" + Name: "Siege White Potion Box" + Type: 2 + Buy: 20 + Weight: 200 + Upper: 63 + Script: <" getitem 11548,30; "> +}, +{ + Id: 12680 + AegisName: "Sg_Blue_Potion_Box" + Name: "Siege Blue Potion Box" + Type: 2 + Buy: 20 + Weight: 200 + Upper: 63 + Script: <" getitem 11549,10; "> +}, +{ + Id: 12681 + AegisName: "Nestea_Lemon" + Name: "Nestea Lemon" + Type: 2 + Buy: 0 + Weight: 50 + Upper: 63 +}, +{ + Id: 12682 + AegisName: "Nestea_Blacktea" + Name: "Nestea Black Tea" + Type: 2 + Buy: 0 + Weight: 30 + Upper: 63 +}, +{ + Id: 12683 + AegisName: "Sg_Vi_Potion_Box200" + Name: "Siege Violet Potion Box (200)" + Type: 2 + Buy: 20 + Weight: 200 + Upper: 63 + Script: <" getitem 11547,50; "> +}, +{ + Id: 12684 + AegisName: "ASPD_Potion" + Name: "ASPD Potion" + Type: 2 + Buy: 0 + Weight: 10 + Upper: 63 +}, +{ + Id: 12685 + AegisName: "Gryphon_Egg_Scroll" + Name: "Gryphon Egg Scroll" + Type: 2 + Buy: 20 + Weight: 10 + Upper: 63 +}, +{ + Id: 12686 + AegisName: "Str_Dish20" + Name: "Str Dish20" + Type: 2 + Buy: 0 + Weight: 10 + Upper: 63 +}, +{ + Id: 12687 + AegisName: "Int_Dish20" + Name: "Int Dish20" + Type: 2 + Buy: 0 + Weight: 10 + Upper: 63 +}, +{ + Id: 12688 + AegisName: "Vit_Dish20" + Name: "Vit Dish20" + Type: 2 + Buy: 0 + Weight: 10 + Upper: 63 +}, +{ + Id: 12689 + AegisName: "Dex_Dish20" + Name: "Dex Dish20" + Type: 2 + Buy: 0 + Weight: 10 + Upper: 63 +}, +{ Id: 12690 AegisName: "Old_C_Album_Helm" Name: "Headgear Card Album" @@ -72431,75 +83336,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" @@ -72559,6 +83395,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; "> }, { @@ -72570,6 +83415,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; "> }, { @@ -72580,6 +83434,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill PR_GLORIA,5; "> }, { @@ -72590,6 +83447,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill PR_MAGNIFICAT,1; "> }, { @@ -72600,6 +83460,9 @@ item_db: ( Buy: 0 Weight: 100 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill PR_IMPOSITIO,3; "> }, { @@ -72620,6 +83483,7 @@ item_db: ( Buy: 0 Weight: 200 Upper: 63 + Script: <" sc_start SC_MOVHASTE_INFINITY,300000,0; "> }, { Id: 12711 @@ -72659,6 +83523,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; "> }, { @@ -72668,6 +83540,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 @@ -72687,6 +83569,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_PARALYSE,300000,0; "> }, { @@ -72697,6 +83580,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_LEECHESEND,300000,0; "> }, { @@ -72707,6 +83591,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_OBLIVIONCURSE,300000,0; "> }, { @@ -72717,6 +83602,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_DEATHHURT,300000,0; "> }, { @@ -72727,6 +83613,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_TOXIN,300000,0; "> }, { @@ -72737,6 +83624,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_PYREXIA,300000,0; "> }, { @@ -72747,6 +83635,7 @@ item_db: ( Buy: 2 Weight: 20 Upper: 63 + BuyingStore: true Script: <" if(rand(10000)<10) sc_start SC_MAGICMUSHROOM,300000,0; "> }, { @@ -72757,6 +83646,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 @@ -72768,6 +83658,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; "> }, { @@ -72778,6 +83682,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; "> }, { @@ -72788,6 +83706,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; "> }, { @@ -72798,6 +83730,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; "> }, { @@ -72808,6 +83753,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; "> }, { @@ -72818,6 +83776,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; "> }, { @@ -72828,6 +83799,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; "> }, { @@ -72838,6 +83822,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; "> }, { @@ -72848,6 +83846,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 @@ -72860,6 +83871,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 5; "> }, { @@ -72871,6 +83883,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 11; "> }, { @@ -72882,6 +83895,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 14; "> }, { @@ -72893,6 +83907,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 2; "> }, { @@ -72904,6 +83919,7 @@ item_db: ( Weight: 100 Job: 0x00000080 Upper: 63 + BuyingStore: true Script: <" makerune 8; "> }, { @@ -72922,6 +83938,11 @@ item_db: ( Type: 2 Buy: 1 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 12741 @@ -72930,6 +83951,11 @@ item_db: ( Type: 2 Buy: 1 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 12742 @@ -72963,6 +83989,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 @@ -72972,6 +84008,20 @@ 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; + autobonus "{bonus2 bAddEle,Ele_Holy,5;}",10000,1800000; + "> }, { Id: 12747 @@ -72981,6 +84031,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" autobonus "{bonus2 bSubRace,RC_Boss,5;}",10000,1800000; "> }, { Id: 12748 @@ -72990,6 +84041,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" autobonus "{bonus2 bAddEle,Ele_Neutral,-5;}",10000,1800000; "> }, { Id: 12749 @@ -72999,6 +84051,7 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" sc_start SC_PLUSMAGICPOWER,180000,5; "> }, { Id: 12750 @@ -73008,6 +84061,10 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" + sc_start SC_ATTHASTE_POTION3,180000,5; + sc_start SC_PLUSATTACKPOWER,180000,5; + "> }, { Id: 12751 @@ -73017,6 +84074,10 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" + sc_start SC_PROTECT_DEF,180000,5; + sc_start SC_FOOD_BASICAVOIDANCE,180000,10; + "> }, { Id: 12752 @@ -73026,6 +84087,10 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" + sc_start SC_PROTECT_MDEF,180000,5; + sc_start SC_INCFLEE2,180000,10; + "> }, { Id: 12753 @@ -73035,6 +84100,10 @@ item_db: ( Buy: 20 Weight: 10 Upper: 63 + Script: <" + sc_start SC_INCMHPRATE,180000,5; + sc_start SC_INCMSPRATE,180000,5; + "> }, { Id: 12754 @@ -73044,6 +84113,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 @@ -73053,6 +84131,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 @@ -73062,6 +84149,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(); "> }, { @@ -73149,6 +84245,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 @@ -73157,6 +84263,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73166,6 +84280,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73175,6 +84297,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73184,6 +84314,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73193,6 +84331,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73202,6 +84348,14 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73211,9 +84365,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" @@ -73232,6 +84402,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" @@ -73241,6 +84420,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" @@ -73249,6 +84437,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" @@ -73257,6 +84453,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" @@ -73265,6 +84469,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" @@ -73363,6 +84576,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" @@ -73372,6 +84594,55 @@ item_db: ( Upper: 63 }, { + Id: 12812 + AegisName: "Snow_Flip" + Name: "Snow Flip" + Type: 11 + Buy: 0 + Weight: 10 + Upper: 63 + Script: <" itemskill ECL_SNOWFLIP,1; "> +}, +{ + Id: 12813 + AegisName: "Peony_Mommy" + Name: "Peony Mamy" + Type: 11 + Buy: 0 + Weight: 10 + Upper: 63 + Script: <" itemskill ECL_PEONYMAMY,1; "> +}, +{ + Id: 12814 + AegisName: "Slapping_Herb" + Name: "Sadagui" + Type: 11 + Buy: 0 + Weight: 10 + Upper: 63 + Script: <" itemskill ECL_SADAGUI,1; "> +}, +{ + Id: 12815 + AegisName: "Yggdrasil_Dust" + Name: "Sequoia Dust" + Type: 11 + Buy: 0 + Weight: 10 + Upper: 63 + 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" @@ -73388,7 +84659,6 @@ item_db: ( setfalcon 1; } } - "> }, { @@ -73442,7 +84712,15 @@ item_db: ( Name: "Battle Manual Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12208,10; "> }, { @@ -73451,7 +84729,15 @@ item_db: ( Name: "Insurance Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12209,10; "> }, { @@ -73460,7 +84746,15 @@ item_db: ( Name: "Bubble Gum Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12210,10; "> }, { @@ -73469,7 +84763,15 @@ item_db: ( Name: "Steamed Tongue Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12202,10; "> }, { @@ -73478,7 +84780,15 @@ item_db: ( Name: "Steamed Scorpion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12203,10; "> }, { @@ -73487,7 +84797,15 @@ item_db: ( Name: "Dragon Breath Cocktail Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12204,10; "> }, { @@ -73496,7 +84814,15 @@ item_db: ( Name: "Hwergelmir's Tonic Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12205,10; "> }, { @@ -73505,7 +84831,15 @@ item_db: ( Name: "Nine Tail Dish Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12206,10; "> }, { @@ -73514,7 +84848,15 @@ item_db: ( Name: "Stew Of Immortality Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12207,10; "> }, { @@ -73523,7 +84865,15 @@ item_db: ( Name: "Kafra Card Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12211,10; "> }, { @@ -73532,7 +84882,15 @@ item_db: ( Name: "Giant Fly Wing Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12212,50; "> }, { @@ -73541,7 +84899,15 @@ item_db: ( Name: "Neuralizer Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12213,1; "> }, { @@ -73550,7 +84916,15 @@ item_db: ( Name: "Convex Mirror Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12214,10; "> }, { @@ -73559,7 +84933,15 @@ item_db: ( Name: "Blessing 10 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12215,50; "> }, { @@ -73568,7 +84950,15 @@ item_db: ( Name: "Increase AGI 10 scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12216,50; "> }, { @@ -73577,7 +84967,15 @@ item_db: ( Name: "Aspersio 5 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12217,50; "> }, { @@ -73586,7 +84984,15 @@ item_db: ( Name: "Assumptio 5 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12218,50; "> }, { @@ -73595,7 +85001,15 @@ item_db: ( Name: "Wind Walk 10 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12219,50; "> }, { @@ -73604,7 +85018,15 @@ item_db: ( Name: "Adrenaline 5 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12220,50; "> }, { @@ -73613,7 +85035,15 @@ item_db: ( Name: "Megaphone Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12221,10; "> }, { @@ -73622,7 +85052,15 @@ item_db: ( Name: "Enriched Elunium 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7619,10; "> }, { @@ -73631,7 +85069,15 @@ item_db: ( Name: "Enriched Oridecon 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7620,10; "> }, { @@ -73640,7 +85086,15 @@ item_db: ( Name: "Token of Siegfried Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 7621,10; "> }, { @@ -73649,7 +85103,15 @@ item_db: ( Name: "December Lucky Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12925,1; "> }, { @@ -73658,7 +85120,15 @@ item_db: ( Name: "Anniversary Destiny Crate" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12926,1; "> }, { @@ -73667,7 +85137,17 @@ item_db: ( Name: "Kafra Item Mall Prize Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73676,7 +85156,17 @@ item_db: ( Name: "Anniversary Destiny Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73685,6 +85175,7 @@ item_db: ( Name: "Aspersio Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12928,10; "> }, @@ -73696,6 +85187,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; "> }, { @@ -73704,7 +85204,15 @@ item_db: ( Name: "Pet Egg Box 3" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12932,1; "> }, { @@ -73713,7 +85221,15 @@ item_db: ( Name: "Pet Egg Box 4" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12933,1; "> }, { @@ -73722,16 +85238,34 @@ item_db: ( Name: "Playspan 5x Easter Lucky Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12934,1; "> }, { Id: 12932 - AegisName: "Pet_Egg_Scroll3 " + AegisName: "Pet_Egg_Scroll3" Name: "Episode 13.2 Key Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73740,7 +85274,17 @@ item_db: ( Name: "Summer Hat Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73749,7 +85293,17 @@ item_db: ( Name: "Easter Lucky Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -73758,7 +85312,16 @@ item_db: ( Name: "Infiltrator Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1267,604800; "> }, { @@ -73767,7 +85330,16 @@ item_db: ( Name: "Muramasa Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1173,604800; "> }, { @@ -73776,7 +85348,16 @@ item_db: ( Name: "Excalibur Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13401,604800; "> }, { @@ -73785,7 +85366,16 @@ item_db: ( Name: "Combat Knife Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13021,604800; "> }, { @@ -73794,7 +85384,16 @@ item_db: ( Name: "Dagger of Counter Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13022,604800; "> }, { @@ -73803,7 +85402,16 @@ item_db: ( Name: "Kaiser Knuckle Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1817,604800; "> }, { @@ -73812,7 +85420,16 @@ item_db: ( Name: "Poll Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1419,604800; "> }, { @@ -73821,7 +85438,16 @@ item_db: ( Name: "Mighty Staff Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1623,604800; "> }, { @@ -73830,7 +85456,16 @@ item_db: ( Name: "Light Epsilon Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1372,604800; "> }, { @@ -73839,7 +85474,16 @@ item_db: ( Name: "Ballista Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1728,604800; "> }, { @@ -73848,7 +85492,16 @@ item_db: ( Name: "Sage's Diary Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 1563,604800; "> }, { @@ -73857,7 +85510,16 @@ item_db: ( Name: "Asura Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 13023,604800; "> }, { @@ -73866,7 +85528,16 @@ item_db: ( Name: "Apple of Archer Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5265,1209600; "> }, { @@ -73875,7 +85546,16 @@ item_db: ( Name: "Bunny Band Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5266,1209600; "> }, { @@ -73884,7 +85564,16 @@ item_db: ( Name: "Sakkat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5267,1209600; "> }, { @@ -73893,7 +85582,16 @@ item_db: ( Name: "Grand Circlet Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 5268,1209600; "> }, { @@ -73902,7 +85600,16 @@ item_db: ( Name: "Elven Ears Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2686,604800; "> }, { @@ -73911,7 +85618,16 @@ item_db: ( Name: "Steel Flower Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2687,1209600; "> }, { @@ -73920,7 +85636,16 @@ item_db: ( Name: "Critical Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2688,604800; "> }, { @@ -73929,7 +85654,16 @@ item_db: ( Name: "Earring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2689,604800; "> }, { @@ -73938,7 +85672,16 @@ item_db: ( Name: "Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2690,604800; "> }, { @@ -73947,7 +85690,16 @@ item_db: ( Name: "Necklace Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2691,604800; "> }, { @@ -73956,7 +85708,16 @@ item_db: ( Name: "Glove Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2692,604800; "> }, { @@ -73965,7 +85726,16 @@ item_db: ( Name: "Brooch Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2693,604800; "> }, { @@ -73974,7 +85744,16 @@ item_db: ( Name: "Rosary Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2694,604800; "> }, { @@ -73983,7 +85762,16 @@ item_db: ( Name: "Safety Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2695,604800; "> }, { @@ -73992,7 +85780,16 @@ item_db: ( Name: "Vesper Core 01 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2696,604800; "> }, { @@ -74001,7 +85798,16 @@ item_db: ( Name: "Vesper Core 02 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2697,604800; "> }, { @@ -74010,7 +85816,16 @@ item_db: ( Name: "Vesper Core 03 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2698,604800; "> }, { @@ -74019,7 +85834,16 @@ item_db: ( Name: "Vesper Core 04 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" rentitem 2699,604800; "> }, { @@ -74028,6 +85852,7 @@ item_db: ( Name: "Emergency Level 1 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12968,1; "> }, @@ -74037,6 +85862,7 @@ item_db: ( Name: "Emergency Level 2 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12969,1; "> }, @@ -74046,6 +85872,7 @@ item_db: ( Name: "Emergency Level 3 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12970,1; "> }, @@ -74085,6 +85912,7 @@ item_db: ( Name: "Teleport Scroll Box 1" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12977,10; "> }, @@ -74094,6 +85922,7 @@ item_db: ( Name: "Teleport Scroll Box 2" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12978,10; "> }, @@ -74103,6 +85932,7 @@ item_db: ( Name: "Teleport Scroll Box 3" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12979,10; "> }, @@ -74112,6 +85942,7 @@ item_db: ( Name: "Teleport Scroll Box 4" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12980,10; "> }, @@ -74121,6 +85952,7 @@ item_db: ( Name: "Teleport Scroll Box 5" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12981,10; "> }, @@ -74130,6 +85962,7 @@ item_db: ( Name: "Teleport Scroll Box 6" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12982,10; "> }, @@ -74199,7 +86032,15 @@ item_db: ( Name: "Christmas Holiday Crate" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12989,1; "> }, { @@ -74208,7 +86049,15 @@ item_db: ( Name: "Halloween Spooky Crate" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12990,1; "> }, { @@ -74217,7 +86066,15 @@ item_db: ( Name: "Summer Lucky Crate" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12991,1; "> }, { @@ -74226,7 +86083,15 @@ item_db: ( Name: "Adventurer Pack Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12992,1; "> }, { @@ -74235,7 +86100,15 @@ item_db: ( Name: "Pet Egg Scroll Box 10" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12993,1; "> }, { @@ -74244,7 +86117,15 @@ item_db: ( Name: "Pet Egg Scroll Box 11" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12994,1; "> }, { @@ -74253,7 +86134,17 @@ item_db: ( Name: "Christmas Holiday Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74262,7 +86153,17 @@ item_db: ( Name: "Halloween Spooky Pack" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74271,7 +86172,17 @@ item_db: ( Name: "Party Hard Pack" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74280,7 +86191,17 @@ item_db: ( Name: "Adventurer Pack" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74289,7 +86210,17 @@ item_db: ( Name: "Party Buff Scroll Pack" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74298,7 +86229,17 @@ item_db: ( Name: "HD Elunium 10 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -74307,6 +86248,7 @@ item_db: ( Name: "White Herb Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 509,15; "> }, @@ -74316,6 +86258,7 @@ item_db: ( Name: "Blue Herb Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 510,15; "> }, @@ -74325,6 +86268,7 @@ item_db: ( Name: "Elunium Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 985,5; "> }, @@ -74334,6 +86278,7 @@ item_db: ( Name: "Oridecon Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 984,5; "> }, @@ -74343,12 +86288,10 @@ item_db: ( Name: "Dead Branch Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 604,3; "> }, -// More Weapons -// =================================================================== -// Daggers and Ninja Weapons { Id: 13000 AegisName: "Jujube_Dagger" @@ -74754,6 +86697,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; "> }, { @@ -74770,6 +86723,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; @@ -74792,6 +86755,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; "> }, { @@ -74809,6 +86782,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 @@ -74916,6 +86899,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; @@ -75049,6 +87041,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; @@ -75072,6 +87072,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; @@ -75143,6 +87151,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 @@ -75159,6 +87176,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 @@ -75174,6 +87200,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; @@ -75200,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 + } Script: <" bonus bLuk,5; "> }, { @@ -75216,6 +87261,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 @@ -75231,6 +87286,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 @@ -75288,6 +87353,21 @@ 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; + bonus2 bAddSize,Size_Large,40; + "> }, { Id: 13049 @@ -75304,6 +87384,10 @@ item_db: ( Loc: 2 WeaponLv: 3 View: 1 + Trade: { + nodrop: true + nogstorage: true + } }, { Id: 13050 @@ -75320,6 +87404,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 @@ -75336,6 +87429,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 @@ -75352,6 +87454,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; @@ -75494,8 +87605,11 @@ item_db: ( EquipLv: 102 View: 1 Script: <" - bonus2 bSkillAtk,SC_FATALMENACE,30+(getrefine()*2); - bonus bMatkRate,(getrefine()*3); + bonus2 bSkillAtk,SC_FATALMENACE,30; + if(getrefine() >= 6) { + bonus2 bSkillAtk,"SC_FATALMENACE",(getrefine()-5)*2; + bonus bMatk,(getrefine()-5)*3; + } "> }, { @@ -75621,6 +87735,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; @@ -75630,7 +87754,6 @@ item_db: ( bonus bBaseAtk,10; bonus bMatk,10; } - "> }, { @@ -75814,8 +87937,11 @@ item_db: ( WeaponLv: 4 EquipLv: 100 View: 1 + Script: <" + bonus bUseSPrate,-5; + bonus bVariableCastrate,-5; + "> }, -// Revolvers { Id: 13079 AegisName: "Metal_Dagger" @@ -75825,11 +87951,18 @@ item_db: ( Atk: 55 Range: 1 Slots: 1 - Job: 0x228F5EEF - Upper: 63 + Job: 0x02021040 + Upper: 1 Loc: 2 WeaponLv: 3 + EquipLv: 1 View: 1 + Script: <" + bonus bBaseAtk,(getrefine()*5); + bonus bMatk,(getrefine()*2); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); + "> }, { Id: 13081 @@ -75839,10 +87972,9 @@ item_db: ( Buy: 200000 Weight: 700 Atk: 140 - Range: 1 Slots: 3 Job: 0x228F5EEE - Upper: 63 + Upper: 1 Loc: 2 WeaponLv: 4 EquipLv: 105 @@ -75853,17 +87985,35 @@ item_db: ( AegisName: "RWC_Memory_Knife" Name: "RWC Memory Knife" Type: 4 - Buy: 20 + Buy: 1000 + Sell: 500 Weight: 650 Atk: 50 Range: 1 Slots: 1 - Job: 0x228F5EEF - Upper: 63 + Job: 0x02800075 + Upper: 1 Loc: 2 WeaponLv: 3 + EquipLv: 1 View: 1 + Script: <" + bonus bBaseAtk,20*(getrefine()/3); + bonus bMatk,20*(getrefine()/3); + if(getrefine()>=9) { + set .@i,1; + bonus4 bAutoSpell,BS_WEAPONPERFECT,1,20,0; + } + if(getrefine()>=6) { + set .@rate,5*(.@i+1); + bonus2 bAddRace,RC_Boss,.@rate; + bonus2 bAddRace,RC_NonBoss,.@rate; + bonus2 bMagicAddRace,RC_Boss,.@rate; + bonus2 bMagicAddRace,RC_NonBoss,.@rate; + } + "> }, +// Revolvers { Id: 13100 AegisName: "Six_Shooter" @@ -76027,6 +88177,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; @@ -76072,6 +88230,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; @@ -76084,7 +88251,6 @@ item_db: ( bonus4 bAutoSpellOnSkill,GS_RAPIDSHOWER,GS_GLITTERING,1,1000; bonus2 bSkillAtk,GS_RAPIDSHOWER,getrefine()*2; } - "> }, { @@ -76101,6 +88267,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; "> }, { @@ -76118,6 +88294,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; "> }, { @@ -76135,6 +88320,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; "> }, { @@ -76190,6 +88384,71 @@ item_db: ( WeaponLv: 1 Refine: false View: 17 + Script: <" bonus bHit,-5; "> +}, +{ + Id: 13120 + AegisName: "Heaven's_Feather_and_Hell's_Fire" + Name: "Heaven's_Feather_&_Hell's_Fire" + Type: 5 + Buy: 1250000 + Weight: 800 + Atk: 150 + Range: 9 + Slots: 1 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 99 + View: 17 + Script: <" + bonus2 bSkillAtk,"GS_DESPERADO",20; + bonus2 bSkillAtk,"RL_FALLEN_ANGEL",20; + "> +}, +{ + Id: 13122 + AegisName: "Altea_and_Ares" + Name: "Altea & Ares" + Type: 5 + Buy: 1450000 + Weight: 1000 + Atk: 200 + Range: 9 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 140 + View: 17 + Script: <" + bonus bHit,5; + bonus bDelayrate,10; + bonus bLongAtkRate,30; + "> +}, +{ + Id: 13124 + AegisName: "Altea_and_Ares_" + Name: "Altea & Ares" + Type: 5 + Buy: 1450000 + Weight: 1000 + Atk: 200 + Range: 9 + Slots: 1 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 140 + View: 17 + Script: <" + bonus bHit,5; + bonus bDelayrate,10; + bonus bLongAtkRate,30; + "> }, // Guns { @@ -76623,6 +88882,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; @@ -76647,6 +88914,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; @@ -76669,6 +88944,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; @@ -76692,6 +88975,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; @@ -76715,6 +89006,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; @@ -76735,6 +89036,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; @@ -76748,7 +89058,6 @@ item_db: ( bonus2 bVariableCastrate,GS_TRACKING,25; bonus2 bSkillAtk,GS_TRACKING,getrefine() * 3; } - "> }, { @@ -76765,6 +89074,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; @@ -76778,7 +89096,6 @@ item_db: ( bonus2 bAddRace,RC_Boss,getrefine(); bonus2 bAddRace,RC_NonBoss,getrefine(); } - "> }, { @@ -76795,6 +89112,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; @@ -76809,7 +89135,6 @@ item_db: ( bonus2 bSkillAtk,GS_SPREADATTACK,getrefine() * 2; bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000; } - "> }, { @@ -76826,6 +89151,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; @@ -76840,7 +89174,6 @@ item_db: ( bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000; autobonus "{ bonus bAspdRate,20; }",200,20000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; } - "> }, // Novice Guns @@ -76909,6 +89242,215 @@ item_db: ( Refine: false View: 21 }, +{ + Id: 13189 + AegisName: "Color_Scope" + Name: "Color Scope" + Type: 5 + Buy: 1350000 + Weight: 1200 + Atk: 240 + Range: 9 + Slots: 2 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 105 + View: 18 + Script: <" + bonus bHit,30; + bonus bCriticalRate,30; + "> +}, +{ + Id: 13190 + AegisName: "RAG203" + Name: "RAG203" + Type: 5 + Buy: 1800000 + Weight: 1300 + Atk: 260 + Range: 9 + Slots: 1 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 140 + View: 18 + Script: <" + bonus bHit,10; + bonus bCriticalRate,15; + bonus4 bAutoSpell,"AL_DECAGI",1,500,0; + "> +}, +{ + Id: 13192 + AegisName: "Death_Fire" + Name: "Death Fire" + Type: 5 + Buy: 1250000 + Weight: 2000 + Atk: 400 + Range: 9 + Slots: 1 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 108 + View: 20 + Script: <" + bonus bLongAtkRate,5; + bonus bHit,-50; + bonus bDelayrate,-10; + "> +}, +{ + Id: 13193 + AegisName: "Rolling_Thunder" + Name: "Rolling Thunder" + Type: 5 + Buy: 1350000 + Weight: 1800 + Atk: 280 + Range: 9 + Slots: 1 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 120 + View: 20 + Script: <" + bonus bHit,-10; + bonus bDelayrate,-10; + bonus3 bAutoSpell,"MG_THUNDERSTORM",5,500; + "> +}, +{ + Id: 13194 + AegisName: "Peace_Breaker" + Name: "Peace Breaker" + Type: 5 + Buy: 1950000 + Weight: 1400 + Atk: 250 + Range: 9 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 120 + View: 20 + Script: <" + bonus bHit,-25; + bonus bAspdRate,25; + "> +}, +{ + Id: 13195 + AegisName: "RAG203_" + Name: "RAG203" + Type: 5 + Buy: 1800000 + Weight: 1300 + Atk: 260 + Range: 9 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 140 + View: 18 + Script: <" + bonus bHit,10; + bonus bCriticalRate,15; + bonus4 bAutoSpell,"AL_DECAGI",1,10,0; + "> +}, +{ + Id: 13196 + AegisName: "Peace_Breaker_" + Name: "Peace Breaker" + Type: 5 + Buy: 1950000 + Weight: 1400 + Atk: 250 + Range: 9 + Slots: 1 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 120 + View: 20 + Script: <" + bonus bHit,-25; + bonus bAspdRate,25; + "> +}, +{ + Id: 13197 + AegisName: "Mini_Mei" + Name: "Mini Mei" + Type: 5 + Buy: 1600000 + Weight: 2500 + Atk: 220 + Range: 9 + Slots: 2 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 2 + EquipLv: 106 + View: 19 +}, +{ + Id: 13198 + AegisName: "Tempest_" + Name: "Tempest" + Type: 5 + Buy: 2200000 + Weight: 2500 + Atk: 250 + Range: 9 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 2 + EquipLv: 140 + View: 19 + Script: <" + bonus bHit,-25; + bonus bCritical,10; + bonus bLongAtkRate,20; + "> +}, +{ + Id: 13199 + AegisName: "Tempest" + Name: "Tempest" + Type: 5 + Buy: 2200000 + Weight: 2500 + Atk: 250 + Range: 9 + Slots: 1 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 2 + EquipLv: 140 + View: 19 + Script: <" + bonus bHit,-25; + bonus bCritical,10; + bonus bLongAtkRate,20; + "> +}, // Bullets { Id: 13200 @@ -77040,7 +89582,86 @@ item_db: ( Loc: 32768 EquipLv: 50 View: 3 - Script: <" //bonus2 bAddEff,Eff_Stun,?; "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" bonus2 bAddEff,Eff_Stun,1000; "> +}, +{ + Id: 13210 + AegisName: "Slug_Ammunition_L" + Name: "Slug Ammunition L" + Type: 10 + Buy: 250 + Weight: 500 + Atk: 30 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 3 +}, +{ + Id: 13211 + AegisName: "Slug_Ammunition_M" + Name: "Slug Ammunition M" + Type: 10 + Buy: 500 + Weight: 500 + Atk: 30 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 3 +}, +{ + Id: 13212 + AegisName: "Slug_Ammunition_H" + Name: "Slug Ammunition H" + Type: 10 + Buy: 750 + Weight: 750 + Atk: 30 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 3 +}, +{ + Id: 13213 + AegisName: "Slug_Ammunition_SH" + Name: "Slug Ammunition SH" + Type: 10 + Buy: 1 + Weight: 1000 + Atk: 30 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 3 +}, +{ + Id: 13214 + AegisName: "Slug_Ammunition_XH" + Name: "Slug Ammunition XH" + Type: 10 + Buy: 1 + Weight: 1200 + Atk: 30 + Job: 0x41000000 + Upper: 63 + Loc: 32768 + EquipLv: 1 + View: 3 }, // Shurikens & Kunais { @@ -77359,10 +89980,13 @@ item_db: ( EquipLv: 99 View: 9 Script: <" + sc_end SC_SILENCE; sc_end SC_BLOODING; + sc_end SC_POISON; sc_end SC_CURSE; - sc_end SC_SILENCE; - itemheal rand(1000,1200),0; + sc_end SC_ORCISH; + sc_end SC_CHANGEUNDEAD; + heal 500,0; "> }, { @@ -77407,7 +90031,8 @@ item_db: ( View: 9 Script: <" sc_start SC_INCMHPRATE,500000,1; - percentheal 1,0; + sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); + percentheal 2,0; "> }, { @@ -77424,7 +90049,8 @@ item_db: ( View: 9 Script: <" sc_start SC_INCMHPRATE,500000,2; - percentheal 2,0; + sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); + percentheal 3,0; "> }, { @@ -77441,6 +90067,7 @@ item_db: ( View: 9 Script: <" sc_start SC_INCMHPRATE,500000,5; + sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); percentheal 5,0; "> }, @@ -77508,8 +90135,8 @@ item_db: ( EquipLv: 99 View: 9 Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; - itemheal rand(1500,1600),0; + sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; + heal 1000,0; "> }, { @@ -77524,7 +90151,10 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_VITATA_500,500000,20; "> + Script: <" + sc_start SC_VITATA_500,500000,0; + heal 0,200; + "> }, { Id: 13283 @@ -77538,10 +90168,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; - itemheal rand(1500,1600),0; - "> + Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> }, { Id: 13284 @@ -77655,9 +90282,18 @@ 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,?; + bonus2 bAddEff,Eff_Stun,1000; "> }, { @@ -77672,9 +90308,18 @@ 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_Blind,?; + bonus2 bAddEff,Eff_Stun,1000; "> }, { @@ -77689,9 +90334,18 @@ 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; - //bonus2 bAddEff,Eff_Bleeding,?; + bonus3 bAutoSpell,NPC_CRITICALWOUND,1,3; "> }, { @@ -77843,6 +90497,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; @@ -77865,6 +90527,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; @@ -77888,6 +90558,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; @@ -77902,7 +90581,6 @@ item_db: ( bonus5 bAutoSpellOnSkill,NJ_ISSEN,AL_HEAL,10,1000,1; bonus4 bAutoSpellOnSkill,NJ_HUUMA,NPC_CRITICALWOUND,2,200; } - "> }, { @@ -77919,6 +90597,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; @@ -77939,6 +90627,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 @@ -78010,6 +90708,7 @@ item_db: ( Script: <" bonus bMatk,50; bonus bAtkEle,Ele_Fire; + bonus2 bSkillAtk,KO_HUUMARANKA,20; "> }, { @@ -78031,6 +90730,7 @@ item_db: ( Script: <" bonus bMatk,50; bonus bAtkEle,Ele_Water; + bonus3 bAutoSpell,NJ_HYOUSYOURAKU,(getskilllv(NJ_HYOUSYOURAKU)?getskilllv(NJ_HYOUSYOURAKU):1),30; "> }, { @@ -78052,6 +90752,7 @@ item_db: ( Script: <" bonus bMatk,50; bonus bAtkEle,Ele_Wind; + bonus3 bAutoSpell,NJ_RAIGEKISAI,(getskilllv(NJ_RAIGEKISAI)?getskilllv(NJ_RAIGEKISAI):1),30; "> }, { @@ -78076,7 +90777,6 @@ item_db: ( if(BaseLevel>=70) { bonus bBaseAtk,5*((BaseLevel-60)/10); } - "> }, // More 1-Handed Swords @@ -78116,6 +90816,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; @@ -78215,6 +90925,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; @@ -78296,6 +91015,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; @@ -78318,6 +91045,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; @@ -78414,6 +91149,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 @@ -78429,6 +91173,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; @@ -78442,7 +91195,6 @@ item_db: ( bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,SM_BASH,NPC_CRITICALWOUND,2,200; } - "> }, { @@ -78459,6 +91211,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; @@ -78480,6 +91241,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; @@ -78502,6 +91272,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 @@ -78519,6 +91299,11 @@ item_db: ( WeaponLv: 4 EquipLv: 70 View: 2 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus bAtkEle,Ele_Fire; bonus bStr,2; @@ -78557,6 +91342,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; "> }, { @@ -78574,6 +91369,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 @@ -78590,6 +91394,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 @@ -78606,6 +91419,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; @@ -78777,7 +91599,6 @@ item_db: ( EquipLv: 105 View: 2 }, -// More Cash Shop Items { Id: 13444 AegisName: "Pala" @@ -78792,13 +91613,16 @@ item_db: ( Loc: 2 WeaponLv: 3 View: 2 + Script: <" bonus bAspdRate,8; "> }, +// More Cash Shop Items { Id: 13500 AegisName: "Insurance60_Package" Name: "Life Insurrance Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14500,10; "> }, @@ -78808,6 +91632,7 @@ item_db: ( Name: "Experience Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -78816,6 +91641,7 @@ item_db: ( Name: "Refined Drooping Cat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5279,604800; "> }, @@ -78825,6 +91651,7 @@ item_db: ( Name: "Baphomet Horns Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5280,604800; "> }, @@ -78834,6 +91661,7 @@ item_db: ( Name: "Refined Deviruchi Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5281,604800; "> }, @@ -78843,6 +91671,7 @@ item_db: ( Name: "Executioner Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1174,604800; "> }, @@ -78852,6 +91681,7 @@ item_db: ( Name: "Refined Bloody Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1373,604800; "> }, @@ -78861,6 +91691,7 @@ item_db: ( Name: "Tomahawk Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1374,604800; "> }, @@ -78870,6 +91701,7 @@ item_db: ( Name: "Rudra Bow Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1729,604800; "> }, @@ -78879,6 +91711,7 @@ item_db: ( Name: "Cutlas Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13402,604800; "> }, @@ -78888,6 +91721,7 @@ item_db: ( Name: "Solar Sword Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13403,604800; "> }, @@ -78897,6 +91731,7 @@ item_db: ( Name: "Refined Swordbreaker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13024,604800; "> }, @@ -78906,6 +91741,7 @@ item_db: ( Name: "Refined Mailbreaker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13025,604800; "> }, @@ -78915,6 +91751,7 @@ item_db: ( Name: "Moonlight Dagger Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13026,604800; "> }, @@ -78924,6 +91761,7 @@ item_db: ( Name: "Wrench Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1534,604800; "> }, @@ -78933,6 +91771,7 @@ item_db: ( Name: "Grape Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 514,10; "> }, @@ -78942,6 +91781,7 @@ item_db: ( Name: "Royal Jelly Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 526,5; "> }, @@ -78951,6 +91791,7 @@ item_db: ( Name: "Yggdrasil Berry Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 607,3; "> }, @@ -78960,6 +91801,7 @@ item_db: ( Name: "Weapon Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13558,1; "> }, @@ -78969,6 +91811,7 @@ item_db: ( Name: "Armor Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13559,1; "> }, @@ -78978,6 +91821,7 @@ item_db: ( Name: "Helmet Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13560,1; "> }, @@ -78987,6 +91831,7 @@ item_db: ( Name: "Garment Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13561,1; "> }, @@ -78996,6 +91841,7 @@ item_db: ( Name: "Shield Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13562,1; "> }, @@ -79005,6 +91851,7 @@ item_db: ( Name: "Shoes Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13563,1; "> }, @@ -79014,16 +91861,23 @@ item_db: ( Name: "Accessory Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13564,1; "> }, { Id: 13525 - AegisName: "Zeny_Card_Scroll_Box" + AegisName: "Zeny_Scroll_Box" Name: "Zeny Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14508,1; "> }, { @@ -79032,6 +91886,7 @@ item_db: ( Name: "Pet Egg Scroll Box 12" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12925,30; "> }, @@ -79041,6 +91896,7 @@ item_db: ( Name: "Pet Egg Scroll Box 13" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12926,30; "> }, @@ -79050,6 +91906,7 @@ item_db: ( Name: "Pet Egg Scroll Box 14" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12932,30; "> }, @@ -79059,6 +91916,7 @@ item_db: ( Name: "Pet Egg Scroll Box 15" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12933,30; "> }, @@ -79068,6 +91926,7 @@ item_db: ( Name: "Pet Egg Scroll Box 16" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12934,30; "> }, @@ -79077,6 +91936,7 @@ item_db: ( Name: "Light Red Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 598,50; "> }, @@ -79086,6 +91946,7 @@ item_db: ( Name: "Light Orange Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 599,50; "> }, @@ -79095,6 +91956,7 @@ item_db: ( Name: "Light Yellow Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 11500,50; "> }, @@ -79104,6 +91966,7 @@ item_db: ( Name: "Light White Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 11501,50; "> }, @@ -79113,6 +91976,7 @@ item_db: ( Name: "Light Center Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14509,20; "> }, @@ -79122,6 +91986,7 @@ item_db: ( Name: "Light Awakening Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14510,20; "> }, @@ -79131,6 +91996,7 @@ item_db: ( Name: "Light Berserk Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14511,20; "> }, @@ -79140,6 +92006,7 @@ item_db: ( Name: "Meteor Storm Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14512,50; "> }, @@ -79149,6 +92016,7 @@ item_db: ( Name: "Storm Gust Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14513,50; "> }, @@ -79158,6 +92026,7 @@ item_db: ( Name: "Lord of Vermilion Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14514,50; "> }, @@ -79167,6 +92036,7 @@ item_db: ( Name: "Lex Aeterna Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14515,50; "> }, @@ -79176,6 +92046,7 @@ item_db: ( Name: "Magnificat Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14516,50; "> }, @@ -79185,6 +92056,7 @@ item_db: ( Name: "Chemical Protection Helm Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14517,10; @@ -79197,6 +92069,7 @@ item_db: ( Name: "Chemical Protection Shield Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14518,10; @@ -79209,6 +92082,7 @@ item_db: ( Name: "Chemical Protection Armor Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14519,10; @@ -79221,6 +92095,7 @@ item_db: ( Name: "Chemical Protection Weapon Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14520,10; @@ -79233,7 +92108,13 @@ item_db: ( Name: "Repair Weapon Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14587,5; getitem 1002,5; @@ -79248,6 +92129,7 @@ item_db: ( Name: "Big Bun Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14522,50; "> }, @@ -79257,6 +92139,7 @@ item_db: ( Name: "Pill Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14523,50; "> }, @@ -79266,6 +92149,7 @@ item_db: ( Name: "Fish Slice Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14524,50; "> }, @@ -79275,6 +92159,7 @@ item_db: ( Name: "Chewy Ricecake Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14525,10; "> }, @@ -79284,6 +92169,7 @@ item_db: ( Name: "Pastry Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14526,10; "> }, @@ -79293,7 +92179,13 @@ item_db: ( Name: "Dungeon Teleport Scroll 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14527,50; "> }, { @@ -79302,6 +92194,7 @@ item_db: ( Name: "Weapon Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13565,1; "> }, @@ -79311,6 +92204,7 @@ item_db: ( Name: "Weapon Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13566,1; "> }, @@ -79320,6 +92214,7 @@ item_db: ( Name: "Armor Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13567,1; "> }, @@ -79329,6 +92224,7 @@ item_db: ( Name: "Accessory Card Pet Egg Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13568,1; "> }, @@ -79338,6 +92234,7 @@ item_db: ( Name: "Weapon Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79346,6 +92243,7 @@ item_db: ( Name: "Armor Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79354,6 +92252,7 @@ item_db: ( Name: "Helmet Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79362,6 +92261,7 @@ item_db: ( Name: "Garment Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79370,6 +92270,7 @@ item_db: ( Name: "Shield Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79378,6 +92279,7 @@ item_db: ( Name: "Shoes Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79386,6 +92288,7 @@ item_db: ( Name: "Accessory Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79394,6 +92297,7 @@ item_db: ( Name: "Weapon Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79402,6 +92306,7 @@ item_db: ( Name: "Weapon Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79410,6 +92315,7 @@ item_db: ( Name: "Armor Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79418,6 +92324,7 @@ item_db: ( Name: "Accessory Card Pet Egg Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -79426,6 +92333,7 @@ item_db: ( Name: "PVP Teleport Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14528,10; "> }, @@ -79435,6 +92343,7 @@ item_db: ( Name: "Giant Fly Wing Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12212,50; "> }, @@ -79444,6 +92353,7 @@ item_db: ( Name: "Giant Fly Wing Box(100)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12212,100; "> }, @@ -79453,6 +92363,7 @@ item_db: ( Name: "Hwergelmir's Tonic 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12205,30; "> }, @@ -79462,6 +92373,7 @@ item_db: ( Name: "Hwergelmir's Tonic 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12205,50; "> }, @@ -79471,6 +92383,7 @@ item_db: ( Name: "Nine Tail Dish 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12206,30; "> }, @@ -79480,6 +92393,7 @@ item_db: ( Name: "Nine Tail Dish 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12206,50; "> }, @@ -79489,6 +92403,7 @@ item_db: ( Name: "Increase Agility Scroll Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12216,30; "> }, @@ -79498,6 +92413,7 @@ item_db: ( Name: "Increase Agility Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12216,50; "> }, @@ -79507,6 +92423,7 @@ item_db: ( Name: "Stew of Immortality 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12207,30; "> }, @@ -79516,6 +92433,7 @@ item_db: ( Name: "Stew of Immortality 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12207,50; "> }, @@ -79525,6 +92443,7 @@ item_db: ( Name: "Life Insurance 30 Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12209,30; "> }, @@ -79534,6 +92453,7 @@ item_db: ( Name: "Life Insurrance Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12209,50; "> }, @@ -79543,6 +92463,7 @@ item_db: ( Name: "Convex Mirror Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12214,5; "> }, @@ -79552,6 +92473,7 @@ item_db: ( Name: "Convex Mirror Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12214,30; "> }, @@ -79561,6 +92483,7 @@ item_db: ( Name: "Blessing Scroll 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12215,30; "> }, @@ -79570,6 +92493,7 @@ item_db: ( Name: "Blessing Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12215,50; "> }, @@ -79579,6 +92503,7 @@ item_db: ( Name: "Adrenaline Rush Scroll Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12220,30; "> }, @@ -79588,6 +92513,7 @@ item_db: ( Name: "Adrenaline Rush Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12220,50; "> }, @@ -79597,6 +92523,7 @@ item_db: ( Name: "Assumptio Scroll Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12218,30; "> }, @@ -79606,6 +92533,7 @@ item_db: ( Name: "Assumptio Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12218,50; "> }, @@ -79615,6 +92543,7 @@ item_db: ( Name: "Aspersio Scroll Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12217,30; "> }, @@ -79624,6 +92553,7 @@ item_db: ( Name: "Aspersio Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12217,50; "> }, @@ -79633,6 +92563,7 @@ item_db: ( Name: "Steamed Scorpion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12203,30; "> }, @@ -79642,6 +92573,7 @@ item_db: ( Name: "Steamed Scorpion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12203,50; "> }, @@ -79651,6 +92583,7 @@ item_db: ( Name: "Wind Walk Scroll Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12219,30; "> }, @@ -79660,6 +92593,7 @@ item_db: ( Name: "Wind Walk Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12219,50; "> }, @@ -79669,6 +92603,7 @@ item_db: ( Name: "Dragon Breath Cocktail 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12204,30; "> }, @@ -79678,6 +92613,7 @@ item_db: ( Name: "Dragon Breath Cocktail 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12204,50; "> }, @@ -79687,6 +92623,7 @@ item_db: ( Name: "Field Manual Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12208,1; "> }, @@ -79696,6 +92633,7 @@ item_db: ( Name: "Field Manual Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12208,5; "> }, @@ -79705,6 +92643,7 @@ item_db: ( Name: "Token of Ziegfried Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 7621,5; "> }, @@ -79714,6 +92653,7 @@ item_db: ( Name: "Token Of Siegfried 20 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 7621,20; "> }, @@ -79723,6 +92663,7 @@ item_db: ( Name: "Kafra Card Box(30)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12211,30; "> }, @@ -79732,6 +92673,7 @@ item_db: ( Name: "Kafra Card Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12211,50; "> }, @@ -79741,6 +92683,7 @@ item_db: ( Name: "Steamed Tongue 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12202,30; "> }, @@ -79750,6 +92693,7 @@ item_db: ( Name: "Steamed Tongue 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12202,50; "> }, @@ -79759,6 +92703,7 @@ item_db: ( Name: "Bubble Gum Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12210,1; "> }, @@ -79768,6 +92713,7 @@ item_db: ( Name: "Bubble Gum Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12210,5; "> }, @@ -79777,6 +92723,7 @@ item_db: ( Name: "Megaphone Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12221,1; "> }, @@ -79786,6 +92733,7 @@ item_db: ( Name: "Megaphone Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12221,5; "> }, @@ -79795,6 +92743,7 @@ item_db: ( Name: "Enriched Elunium 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 7619,5; "> }, @@ -79804,6 +92753,7 @@ item_db: ( Name: "Enriched Oridecon 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 7620,5; "> }, @@ -79813,6 +92763,7 @@ item_db: ( Name: "Arrest Handcuffs Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2706,1; "> }, @@ -79822,6 +92773,7 @@ item_db: ( Name: "Super Pet Egg Box 1" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13617,1; "> }, @@ -79831,6 +92783,7 @@ item_db: ( Name: "Super Pet Egg Box 2" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13618,1; "> }, @@ -79840,6 +92793,7 @@ item_db: ( Name: "Super Pet Egg Box 3" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13619,1; "> }, @@ -79849,6 +92803,7 @@ item_db: ( Name: "Super Pet Egg Box 4" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13620,1; "> }, @@ -79858,6 +92813,7 @@ item_db: ( Name: "Super Pet Egg 1" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -79867,6 +92823,7 @@ item_db: ( Name: "Super Pet Egg 2" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -79876,6 +92833,7 @@ item_db: ( Name: "Super Pet Egg 3" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -79885,6 +92843,7 @@ item_db: ( Name: "Super Pet Egg 4" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -79894,6 +92853,7 @@ item_db: ( Name: "Greed Scroll 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14529,30; "> }, @@ -79903,6 +92863,7 @@ item_db: ( Name: "Greed Scroll Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14529,50; "> }, @@ -79912,6 +92873,7 @@ item_db: ( Name: "Greed Scroll Box(100)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14529,100; "> }, @@ -79921,6 +92883,7 @@ item_db: ( Name: "Evasion Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14530,1; "> }, @@ -79930,6 +92893,7 @@ item_db: ( Name: "Concentration Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14531,1; "> }, @@ -79939,6 +92903,7 @@ item_db: ( Name: "Super Card Pet Egg Box 1" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13630,1; "> }, @@ -79948,6 +92913,7 @@ item_db: ( Name: "Super Card Pet Egg Box 2" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13631,1; "> }, @@ -79957,6 +92923,7 @@ item_db: ( Name: "Super Card Pet Egg Box 3" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13632,1; "> }, @@ -79966,6 +92933,7 @@ item_db: ( Name: "Super Card Pet Egg Box 4" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 13633,1; "> }, @@ -79975,6 +92943,7 @@ item_db: ( Name: "Super Card Pet Egg 1" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -79984,6 +92953,7 @@ item_db: ( Name: "Super Card Pet Egg 2" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -79993,6 +92963,7 @@ item_db: ( Name: "Super Card Pet Egg 3" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -80002,6 +92973,7 @@ item_db: ( Name: "Super Card Pet Egg 4" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -80011,6 +92983,7 @@ item_db: ( Name: "1 Hour Package Vol. 1" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,2; @@ -80028,6 +93001,7 @@ item_db: ( Name: "1 Hour Package Vol. 2" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,2; @@ -80045,6 +93019,7 @@ item_db: ( Name: "1 Hour Package Vol. 3" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,2; @@ -80062,6 +93037,7 @@ item_db: ( Name: "1 Hour Package Vol. 4" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,2; @@ -80079,6 +93055,7 @@ item_db: ( Name: "1 Hour Package Vol. 5" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,2; @@ -80096,6 +93073,7 @@ item_db: ( Name: "1 Hour Package Vol. 6" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,2; @@ -80113,6 +93091,7 @@ item_db: ( Name: "2 Hour Package Vol. 1" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,4; @@ -80130,6 +93109,7 @@ item_db: ( Name: "2 Hour Package Vol. 2" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,4; @@ -80147,6 +93127,7 @@ item_db: ( Name: "Start your Journey Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,4; @@ -80164,6 +93145,7 @@ item_db: ( Name: "2 Hour Package Vol. 4" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,4; @@ -80181,6 +93163,7 @@ item_db: ( Name: "2 Hour Package Vol. 5" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,4; @@ -80198,6 +93181,7 @@ item_db: ( Name: "2 Hour Package Vol. 6" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,4; @@ -80215,6 +93199,7 @@ item_db: ( Name: "Refined Infiltrator Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1267,604800; "> }, @@ -80224,6 +93209,7 @@ item_db: ( Name: "Refined Muramasa Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1173,604800; "> }, @@ -80233,6 +93219,7 @@ item_db: ( Name: "Refined Excalibur Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13401,604800; "> }, @@ -80242,6 +93229,7 @@ item_db: ( Name: "Refined Combat Knife Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13021,604800; "> }, @@ -80251,6 +93239,7 @@ item_db: ( Name: "Refined Dagger of Counter Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13022,604800; "> }, @@ -80260,6 +93249,7 @@ item_db: ( Name: "Refined Kaiser Knuckle Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1817,604800; "> }, @@ -80269,6 +93259,7 @@ item_db: ( Name: "Refined Pole Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1419,604800; "> }, @@ -80278,6 +93269,7 @@ item_db: ( Name: "Refined Mighty Staff Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1623,604800; "> }, @@ -80287,6 +93279,7 @@ item_db: ( Name: "Refined Light Epsilon Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1372,604800; "> }, @@ -80296,6 +93289,7 @@ item_db: ( Name: "Refined Ballista Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1728,604800; "> }, @@ -80305,6 +93299,7 @@ item_db: ( Name: "Refined Sage's Diary Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1563,604800; "> }, @@ -80314,6 +93309,7 @@ item_db: ( Name: "Refined Ashura Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13023,604800; "> }, @@ -80323,6 +93319,7 @@ item_db: ( Name: "Refined Apple of Archer Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5265,1209600; "> }, @@ -80332,6 +93329,7 @@ item_db: ( Name: "Refined Bunny Band Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5266,1209600; "> }, @@ -80341,6 +93339,7 @@ item_db: ( Name: "Refined Sakkat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5267,1209600; "> }, @@ -80350,6 +93349,7 @@ item_db: ( Name: "Refined Grand Circlet Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5268,1209600; "> }, @@ -80359,6 +93359,7 @@ item_db: ( Name: "Refined Elven Ears Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2686,1209600; "> }, @@ -80368,6 +93369,7 @@ item_db: ( Name: "Refined Romantic Flower Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2687,1209600; "> }, @@ -80377,6 +93379,7 @@ item_db: ( Name: "Refined Critical Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2688,604800; "> }, @@ -80386,6 +93389,7 @@ item_db: ( Name: "Refined Earring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2689,604800; "> }, @@ -80395,6 +93399,7 @@ item_db: ( Name: "Refined Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2690,604800; "> }, @@ -80404,6 +93409,7 @@ item_db: ( Name: "Refined Necklace Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2691,604800; "> }, @@ -80413,6 +93419,7 @@ item_db: ( Name: "Refined Glove Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2692,604800; "> }, @@ -80422,6 +93429,7 @@ item_db: ( Name: "Refined Brooch Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2693,604800; "> }, @@ -80431,6 +93439,7 @@ item_db: ( Name: "Refined Rosary Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2694,604800; "> }, @@ -80440,6 +93449,7 @@ item_db: ( Name: "Refined Safety Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2695,604800; "> }, @@ -80449,6 +93459,7 @@ item_db: ( Name: "Refined Vesper Core 01 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2696,604800; "> }, @@ -80458,6 +93469,7 @@ item_db: ( Name: "Refined Vesper Core 02 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2697,604800; "> }, @@ -80467,6 +93479,7 @@ item_db: ( Name: "Refined Vesper Core 03 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2698,604800; "> }, @@ -80476,6 +93489,7 @@ item_db: ( Name: "Refined Vesper Core 04 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2699,604800; "> }, @@ -80485,6 +93499,7 @@ item_db: ( Name: "Refined Drooping Cat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5279,1209600; "> }, @@ -80494,6 +93509,7 @@ item_db: ( Name: "Refined Majestic Goat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5280,1209600; "> }, @@ -80503,6 +93519,7 @@ item_db: ( Name: "Refined Deviruchi Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5281,1209600; "> }, @@ -80512,6 +93529,7 @@ item_db: ( Name: "Refined Executioner Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1174,604800; "> }, @@ -80521,6 +93539,7 @@ item_db: ( Name: "Punksutawney Phil's Lucky Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1373,604800; "> }, @@ -80530,6 +93549,7 @@ item_db: ( Name: "Serpent's Surprise" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1374,604800; "> }, @@ -80539,6 +93559,7 @@ item_db: ( Name: "Tricky Halloween Treat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1729,604800; "> }, @@ -80548,6 +93569,7 @@ item_db: ( Name: "Lovely Groove Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13402,604800; "> }, @@ -80557,6 +93579,7 @@ item_db: ( Name: "Refined Solar Sword Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13403,604800; "> }, @@ -80566,6 +93589,7 @@ item_db: ( Name: "Tricky Halloween Treat Crate" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13024,604800; "> }, @@ -80575,6 +93599,7 @@ item_db: ( Name: "Yule Love This Lucky Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13025,604800; "> }, @@ -80584,6 +93609,7 @@ item_db: ( Name: "Apocalypse Survivor Fire Sale Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13026,604800; "> }, @@ -80593,6 +93619,7 @@ item_db: ( Name: "Refined Wrench Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1534,604800; "> }, @@ -80602,7 +93629,17 @@ item_db: ( Name: "Bok Choy Box" Type: 18 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; "> }, { @@ -80611,7 +93648,17 @@ item_db: ( Name: "Chung E Cake Box" Type: 18 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; "> }, { @@ -80620,6 +93667,7 @@ item_db: ( Name: "Freya's Clothes Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" rentitem 2369,604800; "> }, @@ -80629,6 +93677,7 @@ item_db: ( Name: "Freya's Boots Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" rentitem 2428,604800; "> }, @@ -80638,6 +93687,7 @@ item_db: ( Name: "Freya's Manteau Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" rentitem 2533,604800; "> }, @@ -80647,6 +93697,7 @@ item_db: ( Name: "Freya's Crown Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" rentitem 5306,604800; "> }, @@ -80656,6 +93707,7 @@ item_db: ( Name: "Field Manual 25% Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 14532,10; "> }, @@ -80665,7 +93717,15 @@ item_db: ( Name: "Field Manual 100% Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 14533,10; "> }, { @@ -80674,6 +93734,7 @@ item_db: ( Name: "Blessing Scroll Box(10)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 12215,10; "> }, @@ -80683,6 +93744,7 @@ item_db: ( Name: "Increase Agility Scroll Box(10)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 12216,10; "> }, @@ -80692,6 +93754,7 @@ item_db: ( Name: "Wind Walk Scroll Box(10)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 12219,10; "> }, @@ -80701,6 +93764,7 @@ item_db: ( Name: "Adrenaline Rush Scroll Box(10)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 12220,10; "> }, @@ -80710,6 +93774,7 @@ item_db: ( Name: "Pet Egg Scroll 12" Type: 2 Buy: 0 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -80719,6 +93784,7 @@ item_db: ( Name: "Pet Egg Scroll 13" Type: 2 Buy: 0 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -80728,6 +93794,7 @@ item_db: ( Name: "Pet Egg Scroll 14" Type: 2 Buy: 0 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -80737,7 +93804,13 @@ item_db: ( Name: "Super Pet Egg 5" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -80746,7 +93819,13 @@ item_db: ( Name: "Super Pet Egg 6" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -80755,7 +93834,13 @@ item_db: ( Name: "Super Pet Egg 7" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -80764,7 +93849,13 @@ item_db: ( Name: "Super Pet Egg 8" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -80773,6 +93864,7 @@ item_db: ( Name: "Pet Egg Scroll E" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -80782,6 +93874,7 @@ item_db: ( Name: "BRO Package Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -80790,7 +93883,13 @@ item_db: ( Name: "Gym Pass Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7776,10; "> }, { @@ -80799,7 +93898,13 @@ item_db: ( Name: "Small Life Potion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,10; "> }, { @@ -80808,7 +93913,13 @@ item_db: ( Name: "Small Life Potion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,30; "> }, { @@ -80817,7 +93928,13 @@ item_db: ( Name: "Small Life Potion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14534,50; "> }, { @@ -80826,7 +93943,13 @@ item_db: ( Name: "Medium Life Potion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,10; "> }, { @@ -80835,7 +93958,13 @@ item_db: ( Name: "Medium Life Potion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,30; "> }, { @@ -80844,7 +93973,13 @@ item_db: ( Name: "Medium Life Potion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14535,50; "> }, { @@ -80853,7 +93988,13 @@ item_db: ( Name: "Abrasive 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14536,5; "> }, { @@ -80862,7 +94003,13 @@ item_db: ( Name: "Abrasive 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14536,10; "> }, { @@ -80871,7 +94018,13 @@ item_db: ( Name: "Regeneration Potion 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14537,5; "> }, { @@ -80880,7 +94033,13 @@ item_db: ( Name: "Regeneration 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14537,10; "> }, { @@ -80889,7 +94048,13 @@ item_db: ( Name: "Dungeon Teleport Scroll 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14527,10; "> }, { @@ -80898,6 +94063,7 @@ item_db: ( Name: "Pecopeco Hairband Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5286,1; "> }, @@ -80907,6 +94073,7 @@ item_db: ( Name: "Red Glasses Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5288,1; "> }, @@ -80916,6 +94083,7 @@ item_db: ( Name: "Whisper Mask Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5294,1; "> }, @@ -80925,6 +94093,7 @@ item_db: ( Name: "Ramen Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5293,1; "> }, @@ -80934,6 +94103,7 @@ item_db: ( Name: "Golden Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 7777,1; "> }, @@ -80943,6 +94113,7 @@ item_db: ( Name: "Silver Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 7778,1; "> }, @@ -80952,6 +94123,7 @@ item_db: ( Name: "Golden Key Box(1)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 7779,1; "> }, @@ -80961,6 +94133,7 @@ item_db: ( Name: "Golden Key Box(5)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 7779,5; "> }, @@ -80970,6 +94143,7 @@ item_db: ( Name: "Silver Key Box(1)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 7780,1; "> }, @@ -80979,6 +94153,7 @@ item_db: ( Name: "Silver Key Box(5)" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 7780,5; "> }, @@ -80988,6 +94163,7 @@ item_db: ( Name: "Peco Peco Hairband Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5286,1; "> }, @@ -80997,6 +94173,7 @@ item_db: ( Name: "Red Glasses Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5288,1; "> }, @@ -81006,6 +94183,7 @@ item_db: ( Name: "Whisper Mask Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5294,1; "> }, @@ -81015,6 +94193,7 @@ item_db: ( Name: "Ramen Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5293,1; "> }, @@ -81024,7 +94203,13 @@ item_db: ( Name: "Glass of Illusion 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14538,5; "> }, { @@ -81033,7 +94218,13 @@ item_db: ( Name: "Glass of Illusion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14538,10; "> }, { @@ -81042,7 +94233,13 @@ item_db: ( Name: "Shadow Armor Scroll 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,5; "> }, { @@ -81051,7 +94248,13 @@ item_db: ( Name: "Shadow Armor Scroll 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,10; "> }, { @@ -81060,7 +94263,13 @@ item_db: ( Name: "Shadow Armor Scroll 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14539,30; "> }, { @@ -81069,7 +94278,13 @@ item_db: ( Name: "Holy Armor Scroll 5 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,5; "> }, { @@ -81078,7 +94293,13 @@ item_db: ( Name: "Holy Armor Scroll 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,10; "> }, { @@ -81087,7 +94308,13 @@ item_db: ( Name: "Holy Armor Scroll 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14540,30; "> }, { @@ -81096,7 +94323,13 @@ item_db: ( Name: "Small Defense Potion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,10; "> }, { @@ -81105,7 +94338,13 @@ item_db: ( Name: "Small Defense Potion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,30; "> }, { @@ -81114,7 +94353,13 @@ item_db: ( Name: "Small Defense Potion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14541,50; "> }, { @@ -81123,7 +94368,13 @@ item_db: ( Name: "Big Defense Potion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,10; "> }, { @@ -81132,7 +94383,13 @@ item_db: ( Name: "Big Defense Potion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,30; "> }, { @@ -81141,7 +94398,13 @@ item_db: ( Name: "Big Defense Potion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14542,50; "> }, { @@ -81150,7 +94413,13 @@ item_db: ( Name: "Small Magic Defense Potion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,10; "> }, { @@ -81159,7 +94428,13 @@ item_db: ( Name: "Small Magic Defense Potion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,30; "> }, { @@ -81168,7 +94443,13 @@ item_db: ( Name: "Small Magic Defense Potion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14543,50; "> }, { @@ -81177,7 +94458,13 @@ item_db: ( Name: "Big Magic Defense Potion 10 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,10; "> }, { @@ -81186,7 +94473,13 @@ item_db: ( Name: "Big Magic Defense Potion 30 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,30; "> }, { @@ -81195,7 +94488,13 @@ item_db: ( Name: "Big Magic Defense Potion 50 Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14544,50; "> }, { @@ -81204,6 +94503,7 @@ item_db: ( Name: "Field Manual 300% Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14545,20; "> }, @@ -81213,6 +94513,7 @@ item_db: ( Name: "Blue Herb Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 510,50; "> }, @@ -81222,6 +94523,7 @@ item_db: ( Name: "Honey Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 518,100; "> }, @@ -81231,6 +94533,7 @@ item_db: ( Name: "Empty Bottle Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 713,500; "> }, @@ -81240,6 +94543,7 @@ item_db: ( Name: "Royal Jelly Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 526,70; "> }, @@ -81249,6 +94553,7 @@ item_db: ( Name: "PCRoom Premium Anniversary Coin Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2709,1; "> }, @@ -81257,7 +94562,8 @@ item_db: ( AegisName: "Battle_Manual_Box_TW" Name: "Beginner's Field Manual Box(5)" Type: 18 - Buy: 189 + Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 7803,5; "> }, @@ -81267,7 +94573,18 @@ item_db: ( Name: "... Certificate" Type: 18 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; "> }, { @@ -81276,6 +94593,7 @@ item_db: ( Name: "Refined Nagan Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13407,604800; "> }, @@ -81285,6 +94603,7 @@ item_db: ( Name: "Refined Brocca Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1424,604800; "> }, @@ -81294,6 +94613,7 @@ item_db: ( Name: "Refined Survivor's Rod Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1628,604800; "> }, @@ -81303,6 +94623,7 @@ item_db: ( Name: "Refined Quadrille Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1537,604800; "> }, @@ -81312,6 +94633,7 @@ item_db: ( Name: "Refined Great Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1378,604800; "> }, @@ -81321,6 +94643,7 @@ item_db: ( Name: "Refined Bloody Roar Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1273,604800; "> }, @@ -81330,6 +94653,7 @@ item_db: ( Name: "Refined Hardcover Book Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1567,604800; "> }, @@ -81339,6 +94663,7 @@ item_db: ( Name: "Refined Fireblend Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13408,604800; "> }, @@ -81348,6 +94673,7 @@ item_db: ( Name: "Refined Immaterial Sword Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13409,604800; "> }, @@ -81357,6 +94683,7 @@ item_db: ( Name: "Refined Unholy Touch Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1274,604800; "> }, @@ -81366,6 +94693,7 @@ item_db: ( Name: "Refined Survivor's Manteau Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2535,1209600; "> }, @@ -81375,6 +94703,7 @@ item_db: ( Name: "Refined Masquerade Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5326,1209600; "> }, @@ -81384,6 +94713,7 @@ item_db: ( Name: "Refined Helmet of Orc Hero Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5327,1209600; "> }, @@ -81393,6 +94723,7 @@ item_db: ( Name: "Refined Wing of Diablo Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5328,1209600; "> }, @@ -81402,6 +94733,7 @@ item_db: ( Name: "Refined Dark Blinder Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5329,1209600; "> }, @@ -81411,6 +94743,7 @@ item_db: ( Name: "Refined Drooping Cat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5330,1209600; "> }, @@ -81420,6 +94753,7 @@ item_db: ( Name: "Refined Corsair Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5331,1209600; "> }, @@ -81429,6 +94763,7 @@ item_db: ( Name: "Refined Bloodied Shackle Ball Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2710,604800; "> }, @@ -81438,6 +94773,7 @@ item_db: ( Name: "Refined Spiritual Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2711,604800; "> }, @@ -81447,6 +94783,7 @@ item_db: ( Name: "Refined Nagan Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13407,86400; "> }, @@ -81456,6 +94793,7 @@ item_db: ( Name: "Refined Brocca Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1424,86400; "> }, @@ -81465,6 +94803,7 @@ item_db: ( Name: "Refined Survivor's Rod Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1628,86400; "> }, @@ -81474,6 +94813,7 @@ item_db: ( Name: "Refined Quadrille Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1537,86400; "> }, @@ -81483,6 +94823,7 @@ item_db: ( Name: "Refined Great Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1378,86400; "> }, @@ -81492,6 +94833,7 @@ item_db: ( Name: "Fall Into The Groove Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1273,86400; "> }, @@ -81501,6 +94843,7 @@ item_db: ( Name: "Turkey Day Groove Pack with Gravy" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1567,86400; "> }, @@ -81510,6 +94853,7 @@ item_db: ( Name: "Refined Fireblend Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13408,86400; "> }, @@ -81519,6 +94863,7 @@ item_db: ( Name: "Black Friday Groove Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13409,86400; "> }, @@ -81528,6 +94873,7 @@ item_db: ( Name: "Cyber Monday Lucky Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 1274,86400; "> }, @@ -81537,6 +94883,7 @@ item_db: ( Name: "Refined Survivor's Manteau Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2535,86400; "> }, @@ -81546,6 +94893,7 @@ item_db: ( Name: "Refined Masquerade Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5326,86400; "> }, @@ -81555,6 +94903,7 @@ item_db: ( Name: "Refined Helmet of Orc Hero Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5327,86400; "> }, @@ -81564,6 +94913,7 @@ item_db: ( Name: "Refined Wing of Diablo Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5328,86400; "> }, @@ -81573,6 +94923,7 @@ item_db: ( Name: "Refined Dark Blinder Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5329,86400; "> }, @@ -81582,6 +94933,7 @@ item_db: ( Name: "Refined Drooping Cat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5330,86400; "> }, @@ -81591,6 +94943,7 @@ item_db: ( Name: "Refined Corsair Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5331,86400; "> }, @@ -81600,6 +94953,7 @@ item_db: ( Name: "Pirate's Booty Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2710,86400; "> }, @@ -81609,6 +94963,7 @@ item_db: ( Name: "Refined Spiritual Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2711,86400; "> }, @@ -81618,6 +94973,7 @@ item_db: ( Name: "I Love You Firecracker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14546,10; "> }, @@ -81627,6 +94983,7 @@ item_db: ( Name: "Whiteday Firecracker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14547,10; "> }, @@ -81636,6 +94993,7 @@ item_db: ( Name: "Valentine's Day Firecracker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14548,10; "> }, @@ -81645,6 +95003,7 @@ item_db: ( Name: "Birthday Firecracker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14549,10; "> }, @@ -81654,6 +95013,7 @@ item_db: ( Name: "Xmas Firecracker Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14550,10; "> }, @@ -81663,6 +95023,7 @@ item_db: ( Name: "Blue Gemstone Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 717,100; "> }, @@ -81672,6 +95033,7 @@ item_db: ( Name: "Light Blue Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 11502,25; "> }, @@ -81681,6 +95043,7 @@ item_db: ( Name: "+20 Basic Food Pack" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14551,1; @@ -81697,6 +95060,7 @@ item_db: ( Name: "Food Box Vol 2" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14552,1; @@ -81713,6 +95077,7 @@ item_db: ( Name: "Food Box Vol 3" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14553,1; @@ -81729,6 +95094,7 @@ item_db: ( Name: "Healing Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -81737,7 +95103,13 @@ item_db: ( Name: "Knife Goblin Taming Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14569,10; "> }, { @@ -81746,7 +95118,13 @@ item_db: ( Name: "Flail Goblin Taming Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14570,10; "> }, { @@ -81755,7 +95133,13 @@ item_db: ( Name: "Hammer Goblin Taming Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14571,10; "> }, { @@ -81764,7 +95148,13 @@ item_db: ( Name: "Red Deleter Taming Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14572,10; "> }, { @@ -81773,7 +95163,13 @@ item_db: ( Name: "Diabolic Taming Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14573,10; "> }, { @@ -81782,7 +95178,13 @@ item_db: ( Name: "Wanderer Taming Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14574,10; "> }, { @@ -81791,7 +95193,13 @@ item_db: ( Name: "Green Apple Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7821,10; "> }, { @@ -81800,7 +95208,13 @@ item_db: ( Name: "Barbeque Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7822,10; "> }, { @@ -81809,7 +95223,13 @@ item_db: ( Name: "Meat Skewer Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7823,10; "> }, { @@ -81818,7 +95238,13 @@ item_db: ( Name: "Spirit Liquor Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7824,10; "> }, { @@ -81827,6 +95253,7 @@ item_db: ( Name: "Old Green Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -81835,6 +95262,7 @@ item_db: ( Name: "Power Box 1" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 682,1; @@ -81848,6 +95276,7 @@ item_db: ( Name: "Power Box 2" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 683,1; @@ -81861,6 +95290,7 @@ item_db: ( Name: "Resist Box 1" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12118,1; @@ -81873,6 +95303,7 @@ item_db: ( Name: "Resist Box 2" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12120,1; @@ -81885,6 +95316,7 @@ item_db: ( Name: "Stat Boost 1" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" sc_start SC_CHASEWALK2,60000,5; @@ -81898,6 +95330,7 @@ item_db: ( Name: "Stat Boost 2" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" sc_start SC_INCINT,60000,5; @@ -81911,6 +95344,7 @@ item_db: ( Name: "Stat Boost 3" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" sc_start SC_INCAGI,60000,5; @@ -81924,6 +95358,7 @@ item_db: ( Name: "Stat Boost 4" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" sc_start SC_INCINT,60000,5; @@ -81937,6 +95372,7 @@ item_db: ( Name: "Dungeon Teleport Scroll II Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14581,5; "> }, @@ -81946,6 +95382,7 @@ item_db: ( Name: "Dungeon Teleport Scroll II Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14581,10; "> }, @@ -81955,6 +95392,7 @@ item_db: ( Name: "Steamed Tongue Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12250,1; "> }, @@ -81964,6 +95402,7 @@ item_db: ( Name: "Steamed Desert Scorpions Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12251,1; "> }, @@ -81973,6 +95412,7 @@ item_db: ( Name: "Dragon Breath Cocktail Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12252,1; "> }, @@ -81982,6 +95422,7 @@ item_db: ( Name: "Hwergelmir's Tonic Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12253,1; "> }, @@ -81991,6 +95432,7 @@ item_db: ( Name: "Cooked Nine Tail Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12254,1; "> }, @@ -82000,6 +95442,7 @@ item_db: ( Name: "Immortal Stew Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12255,1; "> }, @@ -82009,6 +95452,7 @@ item_db: ( Name: "Payment Statement for Kafra Employee Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12249,1; "> }, @@ -82018,6 +95462,7 @@ item_db: ( Name: "Field Manual Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14532,1; "> }, @@ -82027,6 +95472,7 @@ item_db: ( Name: "Heroic Stone Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 7825,1; "> }, @@ -82036,6 +95482,7 @@ item_db: ( Name: "Mystery Travel Sack A" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -82045,6 +95492,7 @@ item_db: ( Name: "Mystery Travel Sack B" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -82054,6 +95502,7 @@ item_db: ( Name: "Mystery Travel Sack C" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -82063,6 +95512,7 @@ item_db: ( Name: "Mystery Travel Sack D" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -82072,6 +95522,7 @@ item_db: ( Name: "Yellow Butterfly Wing Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14582,5; "> }, @@ -82081,6 +95532,7 @@ item_db: ( Name: "Yellow Butterfly Wing Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14582,10; "> }, @@ -82090,6 +95542,7 @@ item_db: ( Name: "Green Butterfly Wing Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14583,5; "> }, @@ -82099,6 +95552,7 @@ item_db: ( Name: "Green Butterfly Wing Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14583,10; "> }, @@ -82108,6 +95562,7 @@ item_db: ( Name: "Red Butterfly Wing Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14584,5; "> }, @@ -82117,6 +95572,7 @@ item_db: ( Name: "Red Butterfly Wing Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14584,10; "> }, @@ -82126,6 +95582,7 @@ item_db: ( Name: "Blue Butterfly Wing Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14585,5; "> }, @@ -82135,6 +95592,7 @@ item_db: ( Name: "Blue Butterfly Wing Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14585,10; "> }, @@ -82144,6 +95602,7 @@ item_db: ( Name: "Candy Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14586,5; "> }, @@ -82153,6 +95612,7 @@ item_db: ( Name: "Candy Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 14586,10; "> }, @@ -82162,7 +95622,17 @@ item_db: ( Name: "Directive Envelope A" Type: 18 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; "> }, { @@ -82171,7 +95641,17 @@ item_db: ( Name: "Directive Envelope B" Type: 18 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; "> }, { @@ -82180,6 +95660,7 @@ item_db: ( Name: "Small Field Manual Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12208,4; "> }, @@ -82189,6 +95670,7 @@ item_db: ( Name: "Trial Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12208,2; @@ -82202,7 +95684,17 @@ item_db: ( Name: "Repair Weapon Scroll Box(10)" Type: 18 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; @@ -82217,6 +95709,7 @@ item_db: ( Name: "Hockey Mask Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5314,604800; "> }, @@ -82226,6 +95719,7 @@ item_db: ( Name: "Observer Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5315,604800; "> }, @@ -82235,7 +95729,17 @@ item_db: ( Name: "Flapping Angel Wing Box" Type: 18 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; "> }, { @@ -82244,7 +95748,17 @@ item_db: ( Name: "Neko Mimi Box" Type: 18 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; "> }, { @@ -82253,7 +95767,17 @@ item_db: ( Name: "Moonlight Flower Hat Box" Type: 18 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; "> }, { @@ -82262,7 +95786,17 @@ item_db: ( Name: "Chick Hat Box" Type: 18 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; "> }, { @@ -82271,7 +95805,17 @@ item_db: ( Name: "Beauty Gift Certificate Box" Type: 18 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; "> }, { @@ -82280,7 +95824,17 @@ item_db: ( Name: "Mage Set Card Box" Type: 18 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; @@ -82296,7 +95850,17 @@ item_db: ( Name: "Acolyte Set Card Box" Type: 18 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; @@ -82311,7 +95875,17 @@ item_db: ( Name: "Archer Set Card Box" Type: 18 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; @@ -82326,7 +95900,17 @@ item_db: ( Name: "Swordman Set Card Box" Type: 18 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; @@ -82341,7 +95925,17 @@ item_db: ( Name: "Thief Set Card Box" Type: 18 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; @@ -82356,7 +95950,17 @@ item_db: ( Name: "Merchant Set Card Box" Type: 18 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; @@ -82371,7 +95975,17 @@ item_db: ( Name: "Clock Tower Card Box" Type: 18 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; @@ -82385,7 +95999,17 @@ item_db: ( Name: "Geffenia Card Box" Type: 18 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; @@ -82397,7 +96021,17 @@ item_db: ( Name: "Owl Card Box" Type: 18 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; @@ -82409,7 +96043,17 @@ item_db: ( Name: "Ghost Card Box" Type: 18 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; @@ -82421,7 +96065,17 @@ item_db: ( Name: "Nightmare Card Box" Type: 18 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; @@ -82433,7 +96087,17 @@ item_db: ( Name: "Curse Card Box" Type: 18 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; "> }, { @@ -82442,7 +96106,17 @@ item_db: ( Name: "Sleep Card Box" Type: 18 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; "> }, { @@ -82451,7 +96125,17 @@ item_db: ( Name: "Freeze Card Box" Type: 18 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; "> }, { @@ -82460,7 +96144,17 @@ item_db: ( Name: "Stun Card Box" Type: 18 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; "> }, { @@ -82469,7 +96163,17 @@ item_db: ( Name: "Silence Card Box" Type: 18 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; "> }, { @@ -82478,7 +96182,17 @@ item_db: ( Name: "Blind Card Box" Type: 18 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; "> }, { @@ -82487,7 +96201,17 @@ item_db: ( Name: "Chaos Card Box" Type: 18 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; "> }, { @@ -82496,7 +96220,17 @@ item_db: ( Name: "Elunium Box" Type: 18 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; "> }, { @@ -82505,7 +96239,17 @@ item_db: ( Name: "Oridecon Box" Type: 18 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; "> }, { @@ -82514,7 +96258,17 @@ item_db: ( Name: "Fire Converter Box" Type: 18 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; "> }, { @@ -82523,7 +96277,17 @@ item_db: ( Name: "Water Converter Box" Type: 18 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; "> }, { @@ -82532,7 +96296,17 @@ item_db: ( Name: "Wind Converter Box" Type: 18 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; "> }, { @@ -82541,7 +96315,17 @@ item_db: ( Name: "Earth Converter Box" Type: 18 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; "> }, { @@ -82550,7 +96334,17 @@ item_db: ( Name: "Starter Pack" Type: 18 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; @@ -82574,16 +96368,28 @@ item_db: ( Name: "Mimic Summoning Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12276,5; "> }, { Id: 13897 - AegisName: "Disguise_Croll_Box5" + AegisName: "Disguise_Scroll_Box5" Name: "Disguise Summoning Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12277,5; "> }, { @@ -82592,7 +96398,13 @@ item_db: ( Name: "Alice Summoning Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12278,5; "> }, { @@ -82601,16 +96413,28 @@ item_db: ( Name: "Mimic Summoning Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12276,10; "> }, { Id: 13900 - AegisName: "Disguise_Croll_Box10" + AegisName: "Disguise_Scroll_Box10" Name: "Disguise Summoning Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12277,10; "> }, { @@ -82619,7 +96443,13 @@ item_db: ( Name: "Alice Summoning Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 12278,10; "> }, { @@ -82628,7 +96458,17 @@ item_db: ( Name: "Fish Head Hat Box" Type: 18 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; "> }, { @@ -82637,7 +96477,17 @@ item_db: ( Name: "Santa Poring Box" Type: 18 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; "> }, { @@ -82646,7 +96496,17 @@ item_db: ( Name: "Bell Ribbon Box" Type: 18 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; "> }, { @@ -82655,7 +96515,17 @@ item_db: ( Name: "XM Hardcore Set Box" Type: 18 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; @@ -82668,7 +96538,17 @@ item_db: ( Name: "XM Kitty Set Box" Type: 18 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; @@ -82683,7 +96563,17 @@ item_db: ( Name: "XM Softcore Set Box" Type: 18 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; @@ -82696,7 +96586,17 @@ item_db: ( Name: "Class Set Card Album" Type: 18 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; @@ -82709,7 +96609,17 @@ item_db: ( Name: "MVP Hunting Box" Type: 18 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; @@ -82719,11 +96629,21 @@ item_db: ( }, { Id: 13910 - AegisName: "Cook_Box" + AegisName: "Brewing_Box" Name: "XM Brewing Set Box" Type: 18 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; @@ -82732,38 +96652,66 @@ item_db: ( }, { Id: 13911 - AegisName: "Xmas_Pet_Scroll" + AegisName: "Christmas_Pet_Scroll" Name: "Christmas Pet Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { Id: 13912 - AegisName: "Party_Blessing_Box" + AegisName: "Pty_Blessing_Box" Name: "Party Blessing 10 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14588,10; "> }, { Id: 13913 - AegisName: "Party_Inc_Agi_Box" + AegisName: "Pty_Inc_Agi_Box" Name: "Party Increase Agi 10 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14589,10; "> }, { Id: 13914 - AegisName: "Party_Assumptio_Box" + AegisName: "Pty_Assumptio_Box" Name: "Party Assumptio 5 Scroll Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14590,10; "> }, { @@ -82772,7 +96720,17 @@ item_db: ( Name: "Love Angel Magic Powder Box" Type: 18 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; "> }, { @@ -82781,7 +96739,17 @@ item_db: ( Name: "Squirrel Magic Powder Box" Type: 18 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; "> }, { @@ -82790,7 +96758,17 @@ item_db: ( Name: "Gogo Magic Powder Box" Type: 18 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; "> }, { @@ -82799,6 +96777,7 @@ item_db: ( Name: "Koneko Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5372,1; "> }, @@ -82808,6 +96787,7 @@ item_db: ( Name: "Baphomet Horns Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5374,1; "> }, @@ -82817,6 +96797,7 @@ item_db: ( Name: "Flying Evil Wing Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5376,1; "> }, @@ -82826,6 +96807,7 @@ item_db: ( Name: "Gentleman's Pipe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5377,1; "> }, @@ -82835,6 +96817,7 @@ item_db: ( Name: "Bunny Top Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5378,1; "> }, @@ -82844,6 +96827,7 @@ item_db: ( Name: "Dark Randgris Helm Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5373,1; "> }, @@ -82853,15 +96837,17 @@ item_db: ( Name: "Orc Hero Headdress Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5375,1; "> }, { Id: 13925 - AegisName: "Lucky_Scroll08" + AegisName: "Year_Of_Mouse_Scroll" Name: "Mouse Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -82871,7 +96857,17 @@ item_db: ( Name: "Crusader Card Box" Type: 18 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; @@ -82885,7 +96881,17 @@ item_db: ( Name: "Alchemist Card Box" Type: 18 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; @@ -82900,7 +96906,17 @@ item_db: ( Name: "Bard Dancer Card Box" Type: 18 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; @@ -82915,7 +96931,17 @@ item_db: ( Name: "Rogue Card Box" Type: 18 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; @@ -82930,7 +96956,17 @@ item_db: ( Name: "Sage card box" Type: 18 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; @@ -82945,7 +96981,17 @@ item_db: ( Name: "Monk Card Box" Type: 18 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; @@ -82959,7 +97005,17 @@ item_db: ( Name: "Sylph Box" Type: 18 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; "> }, { @@ -82968,7 +97024,17 @@ item_db: ( Name: "Undine Box" Type: 18 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; "> }, { @@ -82977,7 +97043,17 @@ item_db: ( Name: "Salamander Box" Type: 18 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; "> }, { @@ -82986,7 +97062,17 @@ item_db: ( Name: "Soul Box" Type: 18 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; "> }, { @@ -82995,7 +97081,17 @@ item_db: ( Name: "Gnome Box" Type: 18 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; "> }, { @@ -83004,7 +97100,17 @@ item_db: ( Name: "Robo Eye Box" Type: 18 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; "> }, { @@ -83013,7 +97119,17 @@ item_db: ( Name: "Maiden's Twin Ribbon Box" Type: 18 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; "> }, { @@ -83022,6 +97138,7 @@ item_db: ( Name: "Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5313,1; "> }, @@ -83031,16 +97148,36 @@ item_db: ( Name: "WoE Teleport Scroll 100 Box" Type: 18 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; "> }, { Id: 13941 - AegisName: "Valentine_Scroll_TW" + AegisName: "TW_Valentine_Scroll" Name: "Taiwan Valentine Scroll" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13942 @@ -83048,7 +97185,17 @@ item_db: ( Name: "Love Angel Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83057,7 +97204,17 @@ item_db: ( Name: "Squirrel Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83066,61 +97223,131 @@ item_db: ( Name: "Gogo Magic Powder Box 30 Days" Type: 18 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; "> }, { Id: 13945 - AegisName: "Br_SwordPackage" + AegisName: "BRO_SM_Package" Name: "Brazil Swordsman Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { Id: 13946 - AegisName: "Br_MagePackage" + AegisName: "BRO_MG_Package" Name: "Brazil Magician Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { Id: 13947 - AegisName: "Br_AcolPackage" + AegisName: "BRO_AC_Package" Name: "Brazil Acolyte Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { Id: 13948 - AegisName: "Br_ArcherPackage" + AegisName: "BRO_AR_Package" Name: "Brazil Archer package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { Id: 13949 - AegisName: "Br_MerPackage" + AegisName: "BRO_MC_Package" Name: "Brazil Merchant Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { Id: 13950 - AegisName: "Br_ThiefPackage" + AegisName: "BRO_TF_Package" Name: "Brazil Thief Package" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -83129,7 +97356,17 @@ item_db: ( Name: "Western Outlaw Box" Type: 18 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; "> }, { @@ -83138,7 +97375,17 @@ item_db: ( Name: "Lever Action Rifle Box" Type: 18 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; "> }, { @@ -83147,7 +97394,17 @@ item_db: ( Name: "All In One Ring Box" Type: 18 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; "> }, { @@ -83156,7 +97413,17 @@ item_db: ( Name: "Spiritual Tunic Box" Type: 18 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; "> }, { @@ -83165,7 +97432,17 @@ item_db: ( Name: "Recuvative Armor Box" Type: 18 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; "> }, { @@ -83174,7 +97451,17 @@ item_db: ( Name: "Shell Of Resistance Box" Type: 18 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; "> }, { @@ -83183,7 +97470,17 @@ item_db: ( Name: "Silf Manteau Box" Type: 18 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; "> }, { @@ -83192,7 +97489,17 @@ item_db: ( Name: "Refresh Shoes Box" Type: 18 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; "> }, { @@ -83201,7 +97508,17 @@ item_db: ( Name: "Crunch Toast Box" Type: 18 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; "> }, { @@ -83210,7 +97527,17 @@ item_db: ( Name: "Identification Box" Type: 18 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; "> }, { @@ -83219,7 +97546,17 @@ item_db: ( Name: "Mochi Box" Type: 18 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; "> }, { @@ -83228,7 +97565,17 @@ item_db: ( Name: "Defolty Doll Hat Box" Type: 18 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; "> }, { @@ -83237,7 +97584,17 @@ item_db: ( Name: "Glaris Doll Hat Box" Type: 18 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; "> }, { @@ -83246,7 +97603,17 @@ item_db: ( Name: "Sorin Doll Hat Box" Type: 18 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; "> }, { @@ -83255,7 +97622,17 @@ item_db: ( Name: "Telling Doll Hat Box" Type: 18 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; "> }, { @@ -83264,7 +97641,17 @@ item_db: ( Name: "Vinit Doll Hat Box" Type: 18 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; "> }, { @@ -83273,7 +97660,17 @@ item_db: ( Name: "W Doll Hat Box" Type: 18 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; "> }, { @@ -83282,6 +97679,7 @@ item_db: ( Name: "Bubble Gum Low Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5394,86400; "> }, @@ -83291,6 +97689,7 @@ item_db: ( Name: "Lucky Clip Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2742,86400; "> }, @@ -83300,7 +97699,17 @@ item_db: ( Name: "Iron Box" Type: 18 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; "> }, { @@ -83309,7 +97718,17 @@ item_db: ( Name: "Steel Box" Type: 18 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; "> }, { @@ -83318,7 +97737,17 @@ item_db: ( Name: "Coal Box" Type: 18 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; "> }, { @@ -83327,7 +97756,17 @@ item_db: ( Name: "Poison Bottle Box" Type: 18 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; "> }, { @@ -83336,7 +97775,17 @@ item_db: ( Name: "Fisherman Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 13975 @@ -83344,7 +97793,17 @@ item_db: ( Name: "Diary Magic Powder Box" Type: 18 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; "> }, { @@ -83353,7 +97812,17 @@ item_db: ( Name: "Mini Heart Magic Powder Box" Type: 18 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; "> }, { @@ -83362,7 +97831,17 @@ item_db: ( Name: "Freshman Magic Powder Box" Type: 18 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; "> }, { @@ -83371,7 +97850,17 @@ item_db: ( Name: "Kid Magic Powder Box" Type: 18 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; "> }, { @@ -83380,7 +97869,17 @@ item_db: ( Name: "Magic Magic Powder Box" Type: 18 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; "> }, { @@ -83389,7 +97888,17 @@ item_db: ( Name: "JJangu Magic Powder Box" Type: 18 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; "> }, { @@ -83398,7 +97907,17 @@ item_db: ( Name: "Diary Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83407,7 +97926,17 @@ item_db: ( Name: "Mini Heart Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83416,7 +97945,17 @@ item_db: ( Name: "Freshman Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83425,7 +97964,17 @@ item_db: ( Name: "Kid Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83434,7 +97983,17 @@ item_db: ( Name: "Magic Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83443,7 +98002,17 @@ item_db: ( Name: "JJangu Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83452,7 +98021,17 @@ item_db: ( Name: "Rough Oridecon Box(5)" Type: 18 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; "> }, { @@ -83461,7 +98040,17 @@ item_db: ( Name: "Rough Oridecon Box(50)" Type: 18 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; "> }, { @@ -83470,7 +98059,17 @@ item_db: ( Name: "Acid Bomb Box(10)" Type: 18 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; @@ -83482,7 +98081,17 @@ item_db: ( Name: "Job Battle Manual 10 Box" Type: 18 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; "> }, { @@ -83491,7 +98100,17 @@ item_db: ( Name: "Tiger Mask Box" Type: 18 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; "> }, { @@ -83500,7 +98119,17 @@ item_db: ( Name: "Neko Mimi Box" Type: 18 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; "> }, { @@ -83509,7 +98138,17 @@ item_db: ( Name: "Alice Hat Box" Type: 18 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; "> }, { @@ -83518,7 +98157,17 @@ item_db: ( Name: "Speed Potion Box(5)" Type: 18 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; "> }, { @@ -83527,7 +98176,17 @@ item_db: ( Name: "Speed Potion Box(10)" Type: 18 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; "> }, { @@ -83536,7 +98195,17 @@ item_db: ( Name: "Big Bun Box(100)" Type: 18 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; "> }, { @@ -83545,7 +98214,17 @@ item_db: ( Name: "Big Bun Box(500)" Type: 18 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; "> }, { @@ -83554,7 +98233,17 @@ item_db: ( Name: "Giant Fly Wing Box 500" Type: 18 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; "> }, { @@ -83563,7 +98252,17 @@ item_db: ( Name: "Pill Box(100)" Type: 18 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; "> }, { @@ -83572,7 +98271,17 @@ item_db: ( Name: "Pill Box(500)" Type: 18 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; "> }, { @@ -83581,7 +98290,17 @@ item_db: ( Name: "Recruit Siege Supply Box" Type: 18 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; @@ -83593,7 +98312,17 @@ item_db: ( Name: "Advanced WoE Supply Box" Type: 18 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; @@ -83605,7 +98334,17 @@ item_db: ( Name: "Elite Siege Supply Box" Type: 18 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; @@ -83617,7 +98356,17 @@ item_db: ( Name: "Poison Bottle Box(10)" Type: 18 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; "> }, { @@ -83626,7 +98375,17 @@ item_db: ( Name: "Poison Bottle Box(5)" Type: 18 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; "> }, { @@ -83635,7 +98394,17 @@ item_db: ( Name: "Evolved Drooping Cat Box" Type: 18 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; "> }, { @@ -83644,7 +98413,17 @@ item_db: ( Name: "Evolved Rabbits Headband Box" Type: 18 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; "> }, { @@ -83653,7 +98432,17 @@ item_db: ( Name: "Evolved Helmet Of Orc Hero Box" Type: 18 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; "> }, { @@ -83662,7 +98451,17 @@ item_db: ( Name: "Love Angel Magic Powder Box" Type: 18 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; "> }, { @@ -83671,7 +98470,17 @@ item_db: ( Name: "Squillroll Magic Powder Box" Type: 18 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; "> }, { @@ -83680,7 +98489,17 @@ item_db: ( Name: "Gogo Magic Powder Box" Type: 18 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; "> }, { @@ -83689,7 +98508,17 @@ item_db: ( Name: "Love Angel Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83698,7 +98527,17 @@ item_db: ( Name: "Squillroll Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83707,7 +98546,17 @@ item_db: ( Name: "Gogo Magic Powder Box 30 Days" Type: 18 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; "> }, { @@ -83716,7 +98565,17 @@ item_db: ( Name: "Western Outlaw Box" Type: 18 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; "> }, { @@ -83725,7 +98584,17 @@ item_db: ( Name: "Lever Action Rifle Box" Type: 18 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; "> }, { @@ -83734,7 +98603,17 @@ item_db: ( Name: "All In One Ring Box" Type: 18 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; "> }, { @@ -83743,7 +98622,17 @@ item_db: ( Name: "Spiritual Tunic Box" Type: 18 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; "> }, { @@ -83752,7 +98641,17 @@ item_db: ( Name: "Recuvative Armor Box" Type: 18 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; "> }, { @@ -83761,7 +98660,17 @@ item_db: ( Name: "Shell Of Resistance Box" Type: 18 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; "> }, { @@ -83770,7 +98679,17 @@ item_db: ( Name: "Silf Manteau Box" Type: 18 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; "> }, { @@ -83779,7 +98698,17 @@ item_db: ( Name: "Refresh Shoes Box" Type: 18 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; "> }, { @@ -83788,7 +98717,17 @@ item_db: ( Name: "Crunch Toast Box" Type: 18 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; "> }, { @@ -83797,7 +98736,17 @@ item_db: ( Name: "Robo Eye Box" Type: 18 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; "> }, { @@ -83806,7 +98755,17 @@ item_db: ( Name: "Maiden's Twin Ribbon Box" Type: 18 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; "> }, { @@ -83815,6 +98774,7 @@ item_db: ( Name: "Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5313,1; "> }, @@ -83824,7 +98784,17 @@ item_db: ( Name: "Fish Head Hat Box" Type: 18 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; "> }, { @@ -83833,7 +98803,17 @@ item_db: ( Name: "SantaPoring Cap Box" Type: 18 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; "> }, { @@ -83842,7 +98822,17 @@ item_db: ( Name: "Bell Ribbon Box" Type: 18 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; "> }, { @@ -83851,7 +98841,17 @@ item_db: ( Name: "Mimic Summoning Box(5)" Type: 18 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; "> }, { @@ -83860,7 +98860,17 @@ item_db: ( Name: "Disguise Summoning Box(5)" Type: 18 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; "> }, { @@ -83869,7 +98879,17 @@ item_db: ( Name: "Alice Summoning Box(5)" Type: 18 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; "> }, { @@ -83878,7 +98898,17 @@ item_db: ( Name: "Mimic Summoning Box(10)" Type: 18 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; "> }, { @@ -83887,7 +98917,17 @@ item_db: ( Name: "Disguise Summoning Box(10)" Type: 18 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; "> }, { @@ -83896,7 +98936,17 @@ item_db: ( Name: "Alice Summoning Box(10)" Type: 18 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; "> }, { @@ -83905,7 +98955,17 @@ item_db: ( Name: "New Style Box" Type: 18 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; "> }, { @@ -83914,7 +98974,17 @@ item_db: ( Name: "Safe to All Pack" Type: 18 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; @@ -83929,7 +98999,17 @@ item_db: ( Name: "Repair Weapon Scroll Box(10)" Type: 18 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; @@ -83944,6 +99024,7 @@ item_db: ( Name: "Hockey Mask Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5314,604800; "> }, @@ -83953,6 +99034,7 @@ item_db: ( Name: "Observer Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 5315,604800; "> }, @@ -83962,7 +99044,17 @@ item_db: ( Name: "Yellow Butterfly Wing Box(5)" Type: 18 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; "> }, { @@ -83971,7 +99063,17 @@ item_db: ( Name: "Yellow Butterfly Wing Box(10)" Type: 18 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; "> }, { @@ -83980,7 +99082,17 @@ item_db: ( Name: "Green Butterfly Wing Box(5)" Type: 18 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; "> }, { @@ -83989,7 +99101,17 @@ item_db: ( Name: "Green Butterfly Wing Box(10)" Type: 18 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; "> }, { @@ -83998,7 +99120,17 @@ item_db: ( Name: "Red Butterfly Wing Box(5)" Type: 18 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; "> }, { @@ -84007,7 +99139,17 @@ item_db: ( Name: "Red Butterfly Wing Box(10)" Type: 18 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; "> }, { @@ -84016,7 +99158,17 @@ item_db: ( Name: "Blue Butterfly Wing Box(5)" Type: 18 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; "> }, { @@ -84025,7 +99177,17 @@ item_db: ( Name: "Blue Butterfly Wing Box(10)" Type: 18 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; "> }, { @@ -84034,7 +99196,17 @@ item_db: ( Name: "Candy Box(5)" Type: 18 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; "> }, { @@ -84043,7 +99215,17 @@ item_db: ( Name: "Candy Box(10)" Type: 18 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; "> }, { @@ -84052,7 +99234,17 @@ item_db: ( Name: "Dungeon Teleport Scroll II Box(5)" Type: 18 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; "> }, { @@ -84061,7 +99253,17 @@ item_db: ( Name: "Dungeon Teleport Scroll II Box(10)" Type: 18 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; "> }, { @@ -84070,7 +99272,17 @@ item_db: ( Name: "Little Angel Doll Box" Type: 18 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; "> }, { @@ -84079,7 +99291,17 @@ item_db: ( Name: "Poring 3 Hats Box" Type: 18 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; "> }, { @@ -84088,7 +99310,17 @@ item_db: ( Name: "Refined Nagan Box" Type: 18 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; "> }, { @@ -84097,7 +99329,17 @@ item_db: ( Name: "Refined Brocca Box" Type: 18 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; "> }, { @@ -84106,7 +99348,17 @@ item_db: ( Name: "Refined Survivor's Rod Box" Type: 18 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; "> }, { @@ -84115,7 +99367,17 @@ item_db: ( Name: "Refined Quadrille Box" Type: 18 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; "> }, { @@ -84124,7 +99386,17 @@ item_db: ( Name: "Refined Great Axe Box" Type: 18 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; "> }, { @@ -84133,7 +99405,17 @@ item_db: ( Name: "Refined Bloody Roar Box" Type: 18 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; "> }, { @@ -84142,7 +99424,17 @@ item_db: ( Name: "Refined Hardcover Book Box" Type: 18 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; "> }, { @@ -84151,7 +99443,17 @@ item_db: ( Name: "Refined Fireblend Box" Type: 18 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; "> }, { @@ -84160,7 +99462,17 @@ item_db: ( Name: "Refined Immaterial Sword Box" Type: 18 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; "> }, { @@ -84169,7 +99481,17 @@ item_db: ( Name: "Refined Unholy Touch Box" Type: 18 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; "> }, { @@ -84178,7 +99500,17 @@ item_db: ( Name: "Refined Survivor's Manteau Box" Type: 18 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; "> }, { @@ -84187,7 +99519,17 @@ item_db: ( Name: "Refined Masquerade Box" Type: 18 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; "> }, { @@ -84196,7 +99538,17 @@ item_db: ( Name: "Refined Helmet of Orc Hero Box" Type: 18 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; "> }, { @@ -84205,7 +99557,17 @@ item_db: ( Name: "Refined Wing of Diablo Box" Type: 18 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; "> }, { @@ -84214,7 +99576,17 @@ item_db: ( Name: "Refined Dark Blinder Box" Type: 18 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; "> }, { @@ -84223,7 +99595,17 @@ item_db: ( Name: "Refined Drooping Cat Box" Type: 18 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; "> }, { @@ -84232,7 +99614,17 @@ item_db: ( Name: "Refined Corsair Box" Type: 18 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; "> }, { @@ -84241,7 +99633,17 @@ item_db: ( Name: "Refined Bloodied Shackle Ball Box" Type: 18 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; "> }, { @@ -84250,7 +99652,17 @@ item_db: ( Name: "Refined Spiritual Ring Box" Type: 18 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; "> }, { @@ -84259,7 +99671,17 @@ item_db: ( Name: "Wine Glass of Illusion Box(5)" Type: 18 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; "> }, { @@ -84268,7 +99690,17 @@ item_db: ( Name: "Glass Of Illusion 10 Box" Type: 18 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; "> }, { @@ -84277,7 +99709,17 @@ item_db: ( Name: "Scroll of Shadow Armor Box(5)" Type: 18 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; "> }, { @@ -84286,7 +99728,17 @@ item_db: ( Name: "Scroll of Shadow Armor Box(10)" Type: 18 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; "> }, { @@ -84295,7 +99747,17 @@ item_db: ( Name: "Scroll of Shadow Armor Box(30)" Type: 18 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; "> }, { @@ -84304,7 +99766,17 @@ item_db: ( Name: "Scroll of Holy Armor Box(5)" Type: 18 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; "> }, { @@ -84313,7 +99785,17 @@ item_db: ( Name: "Scroll of Holy Armor Box(10)" Type: 18 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; "> }, { @@ -84322,7 +99804,17 @@ item_db: ( Name: "Scroll of Holy Armor Box(30)" Type: 18 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; "> }, { @@ -84331,7 +99823,17 @@ item_db: ( Name: "Small Defense Potion 10 Box" Type: 18 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; "> }, { @@ -84340,7 +99842,17 @@ item_db: ( Name: "Small Physical Defense Potion Box(30)" Type: 18 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; "> }, { @@ -84349,7 +99861,17 @@ item_db: ( Name: "Small Physical Defense Potion Box(50)" Type: 18 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; "> }, { @@ -84358,7 +99880,17 @@ item_db: ( Name: "Big Defense Potion 10 Box" Type: 18 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; "> }, { @@ -84367,7 +99899,17 @@ item_db: ( Name: "Large Physical Defense Potion Box(30)" Type: 18 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; "> }, { @@ -84376,7 +99918,17 @@ item_db: ( Name: "Large Physical Defense Potion Box(50)" Type: 18 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; "> }, { @@ -84385,7 +99937,17 @@ item_db: ( Name: "Small Magic Defense Potion 10 Box" Type: 18 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; "> }, { @@ -84394,7 +99956,17 @@ item_db: ( Name: "Small Magical Defense Potion Box(30)" Type: 18 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; "> }, { @@ -84403,7 +99975,17 @@ item_db: ( Name: "Small Magical Defense Potion Box(50)" Type: 18 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; "> }, { @@ -84412,7 +99994,17 @@ item_db: ( Name: "Big Magic Defense Potion 10 Box" Type: 18 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; "> }, { @@ -84421,7 +100013,17 @@ item_db: ( Name: "Large Magical Defense Potion Box(30)" Type: 18 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; "> }, { @@ -84430,7 +100032,17 @@ item_db: ( Name: "Large Magical Defense Potion Box(50)" Type: 18 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; "> }, { @@ -84439,7 +100051,17 @@ item_db: ( Name: "Flapping Angel Wing Box" Type: 18 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; "> }, { @@ -84448,7 +100070,17 @@ item_db: ( Name: "Neko Mimi Box" Type: 18 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; "> }, { @@ -84457,7 +100089,17 @@ item_db: ( Name: "Moonlight Flower Hat Box" Type: 18 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; "> }, { @@ -84466,7 +100108,17 @@ item_db: ( Name: "Chick Hat Box" Type: 18 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; "> }, { @@ -84475,7 +100127,17 @@ item_db: ( Name: "Pecopeco Hairband Box" Type: 2 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; "> }, { @@ -84484,7 +100146,17 @@ item_db: ( Name: "Red Glasses Box" Type: 2 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; "> }, { @@ -84493,7 +100165,17 @@ item_db: ( Name: "Whisper Mask Box" Type: 2 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; "> }, { @@ -84502,7 +100184,17 @@ item_db: ( Name: "Ramen Hat Box" Type: 2 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; "> }, { @@ -84511,7 +100203,17 @@ item_db: ( Name: "Dungeon Teleport Scroll Box(5)" Type: 18 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; "> }, { @@ -84520,7 +100222,17 @@ item_db: ( Name: "Gym Membership Card Box" Type: 18 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; "> }, { @@ -84529,7 +100241,17 @@ item_db: ( Name: "Small Life Potion 10 Box" Type: 18 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; "> }, { @@ -84538,7 +100260,17 @@ item_db: ( Name: "Small Life Potion Box(30)" Type: 18 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; "> }, { @@ -84547,7 +100279,17 @@ item_db: ( Name: "Small Life Potion Box(50)" Type: 18 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; "> }, { @@ -84556,7 +100298,17 @@ item_db: ( Name: "Medium Life Potion 10 Box" Type: 18 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; "> }, { @@ -84565,7 +100317,17 @@ item_db: ( Name: "Large Life Potion Box(30)" Type: 18 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; "> }, { @@ -84574,7 +100336,17 @@ item_db: ( Name: "Large Life Potion Box(50)" Type: 18 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; "> }, { @@ -84583,7 +100355,17 @@ item_db: ( Name: "Abrasive Box(5)" Type: 18 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; "> }, { @@ -84592,7 +100374,17 @@ item_db: ( Name: "Abrasive 10 Box" Type: 18 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; "> }, { @@ -84601,7 +100393,17 @@ item_db: ( Name: "Regeneration Potion 5 Box" Type: 18 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; "> }, { @@ -84610,7 +100412,17 @@ item_db: ( Name: "Regeneration Potion Box(10)" Type: 18 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; "> }, { @@ -84619,7 +100431,17 @@ item_db: ( Name: "Dungeon Teleport Scroll 10 Box" Type: 18 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; "> }, { @@ -84628,7 +100450,17 @@ item_db: ( Name: "Refined Infiltrator Box" Type: 18 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; "> }, { @@ -84637,7 +100469,17 @@ item_db: ( Name: "Refined Muramasa Box" Type: 18 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; "> }, { @@ -84646,7 +100488,17 @@ item_db: ( Name: "Refined Excalibur Box" Type: 18 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; "> }, { @@ -84655,7 +100507,17 @@ item_db: ( Name: "Combat Knife Box" Type: 18 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; "> }, { @@ -84664,7 +100526,17 @@ item_db: ( Name: "Counter Dagger Box" Type: 18 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; "> }, { @@ -84673,7 +100545,17 @@ item_db: ( Name: "Refined Kaiser Knuckle Box" Type: 18 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; "> }, { @@ -84682,7 +100564,17 @@ item_db: ( Name: "Refined Mighty Staff Box" Type: 18 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; "> }, { @@ -84691,7 +100583,17 @@ item_db: ( Name: "Light Epsilon Box" Type: 18 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; "> }, { @@ -84700,7 +100602,17 @@ item_db: ( Name: "Refined Ballista Box" Type: 18 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; "> }, { @@ -84709,7 +100621,17 @@ item_db: ( Name: "Refined Sage's Diary Box" Type: 18 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; "> }, { @@ -84718,7 +100640,17 @@ item_db: ( Name: "Refined Ashura Box" Type: 18 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; "> }, { @@ -84727,7 +100659,17 @@ item_db: ( Name: "Refined Apple of Archer Box" Type: 18 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; "> }, { @@ -84736,7 +100678,17 @@ item_db: ( Name: "Refined Bunny Band Box" Type: 18 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; "> }, { @@ -84745,7 +100697,17 @@ item_db: ( Name: "Refined Sakkat Box" Type: 18 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; "> }, { @@ -84754,7 +100716,17 @@ item_db: ( Name: "Refined Grand Circlet Box" Type: 18 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; "> }, { @@ -84763,7 +100735,17 @@ item_db: ( Name: "Refined Elven Ears Box" Type: 18 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; "> }, { @@ -84772,7 +100754,17 @@ item_db: ( Name: "Refined Romantic Flower Box" Type: 18 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; "> }, { @@ -84781,7 +100773,17 @@ item_db: ( Name: "Refined Critical Ring Box" Type: 18 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; "> }, { @@ -84790,7 +100792,17 @@ item_db: ( Name: "Refined Earring Box" Type: 18 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; "> }, { @@ -84799,7 +100811,17 @@ item_db: ( Name: "Refined Ring Box" Type: 18 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; "> }, { @@ -84808,7 +100830,17 @@ item_db: ( Name: "Refined Necklace Box" Type: 18 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; "> }, { @@ -84817,7 +100849,17 @@ item_db: ( Name: "Refined Glove Box" Type: 18 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; "> }, { @@ -84826,7 +100868,17 @@ item_db: ( Name: "Refined Brooch Box" Type: 18 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; "> }, { @@ -84835,7 +100887,17 @@ item_db: ( Name: "Refined Rosary Box" Type: 18 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; "> }, { @@ -84844,7 +100906,17 @@ item_db: ( Name: "Refined Safety Ring Box" Type: 18 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; "> }, { @@ -84853,7 +100925,17 @@ item_db: ( Name: "Refined Vesper Core 01 Box" Type: 18 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; "> }, { @@ -84862,7 +100944,17 @@ item_db: ( Name: "Refined Vesper Core 02 Box" Type: 18 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; "> }, { @@ -84871,7 +100963,17 @@ item_db: ( Name: "Refined Vesper Core 03 Box" Type: 18 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; "> }, { @@ -84880,7 +100982,17 @@ item_db: ( Name: "Refined Vesper Core 04 Box" Type: 18 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; "> }, { @@ -84889,7 +101001,17 @@ item_db: ( Name: "1 Hour Package Vol. 1" Type: 18 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; @@ -84906,7 +101028,17 @@ item_db: ( Name: "1 Hour Package Vol. 2" Type: 18 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; @@ -84923,7 +101055,17 @@ item_db: ( Name: "1 Hour Package Vol. 3" Type: 18 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; @@ -84940,7 +101082,17 @@ item_db: ( Name: "1 Hour Package Vol. 4" Type: 18 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; @@ -84957,7 +101109,17 @@ item_db: ( Name: "1 Hour Package Vol. 5" Type: 18 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; @@ -84974,7 +101136,17 @@ item_db: ( Name: "1 Hour Package Vol. 6" Type: 18 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; @@ -84991,7 +101163,17 @@ item_db: ( Name: "2 Hour Package Vol. 1" Type: 18 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; @@ -85008,7 +101190,17 @@ item_db: ( Name: "2 Hour Package Vol. 2" Type: 18 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; @@ -85025,7 +101217,17 @@ item_db: ( Name: "2 Hour Package Vol. 3" Type: 18 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; @@ -85042,7 +101244,17 @@ item_db: ( Name: "2 Hour Package Vol. 4" Type: 18 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; @@ -85059,7 +101271,17 @@ item_db: ( Name: "2 Hour Package Vol. 5" Type: 18 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; @@ -85076,7 +101298,17 @@ item_db: ( Name: "2 Hour Package Vol. 6" Type: 18 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; @@ -85093,7 +101325,17 @@ item_db: ( Name: "Field Manual Box(10)" Type: 18 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; "> }, { @@ -85102,7 +101344,17 @@ item_db: ( Name: "Life Insurrance Box(10)" Type: 18 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; "> }, { @@ -85111,7 +101363,17 @@ item_db: ( Name: "Bubble Gum Box(10)" Type: 18 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; "> }, { @@ -85120,7 +101382,17 @@ item_db: ( Name: "Steamed Tongue Box(10)" Type: 18 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; "> }, { @@ -85129,7 +101401,17 @@ item_db: ( Name: "Steamed Desert Scorpions Box(10)" Type: 18 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; "> }, { @@ -85138,7 +101420,17 @@ item_db: ( Name: "Dragon Breath Cocktail Box(10)" Type: 18 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; "> }, { @@ -85147,7 +101439,17 @@ item_db: ( Name: "Hwergelmir's Tonic Box(10)" Type: 18 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; "> }, { @@ -85156,7 +101458,17 @@ item_db: ( Name: "Cooked Nine Tail Box(10)" Type: 18 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; "> }, { @@ -85165,7 +101477,17 @@ item_db: ( Name: "Immortal Stew Box(10)" Type: 18 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; "> }, { @@ -85174,7 +101496,17 @@ item_db: ( Name: "Kafra Card Box(10)" Type: 18 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; "> }, { @@ -85183,7 +101515,17 @@ item_db: ( Name: "Giant Fly Wing Box(10)" Type: 18 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; "> }, { @@ -85192,7 +101534,17 @@ item_db: ( Name: "Neuralizer Box(10)" Type: 18 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; "> }, { @@ -85201,7 +101553,17 @@ item_db: ( Name: "Convex Mirror Box(10)" Type: 18 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; "> }, { @@ -85210,7 +101572,17 @@ item_db: ( Name: "Blessing Scroll Box(10)" Type: 18 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; "> }, { @@ -85219,7 +101591,17 @@ item_db: ( Name: "Increase Agility Scroll Box(10)" Type: 18 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; "> }, { @@ -85228,7 +101610,17 @@ item_db: ( Name: "Aspersio Scroll Box(10)" Type: 18 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; @@ -85240,7 +101632,17 @@ item_db: ( Name: "Assumptio Scroll Box(10)" Type: 18 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; "> }, { @@ -85249,7 +101651,17 @@ item_db: ( Name: "Wind Walk Scroll Box(10)" Type: 18 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; "> }, { @@ -85258,7 +101670,17 @@ item_db: ( Name: "Adrenaline Rush Scroll Box(10)" Type: 18 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; "> }, { @@ -85267,7 +101689,17 @@ item_db: ( Name: "Megaphone Box(10)" Type: 18 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; "> }, { @@ -85276,7 +101708,17 @@ item_db: ( Name: "Enriched Elunium Box(10)" Type: 18 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; "> }, { @@ -85285,7 +101727,17 @@ item_db: ( Name: "Enriched Oridecon Box(10)" Type: 18 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; "> }, { @@ -85294,7 +101746,17 @@ item_db: ( Name: "Token of Ziegfried Box(10)" Type: 18 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; "> }, { @@ -85303,7 +101765,17 @@ item_db: ( Name: "Giant Fly Wing Box(50)" Type: 18 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; "> }, { @@ -85312,7 +101784,17 @@ item_db: ( Name: "Giant Fly Wing Box(100)" Type: 18 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; "> }, { @@ -85321,7 +101803,17 @@ item_db: ( Name: "Hwergelmir's Tonic Box(30)" Type: 18 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; "> }, { @@ -85330,7 +101822,17 @@ item_db: ( Name: "Hwergelmir's Tonic Box(50)" Type: 18 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; "> }, { @@ -85339,7 +101841,17 @@ item_db: ( Name: "Cooked Nine Tail Box(30)" Type: 18 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; "> }, { @@ -85348,7 +101860,17 @@ item_db: ( Name: "Cooked Nine Tail Box(50)" Type: 18 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; "> }, { @@ -85357,7 +101879,17 @@ item_db: ( Name: "Increase Agility Scroll Box(30)" Type: 18 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; "> }, { @@ -85366,7 +101898,17 @@ item_db: ( Name: "Increase Agility Scroll Box(50)" Type: 18 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; "> }, { @@ -85375,7 +101917,17 @@ item_db: ( Name: "Immortal Stew Box(30)" Type: 18 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; "> }, { @@ -85384,7 +101936,17 @@ item_db: ( Name: "Immortal Stew Box(50)" Type: 18 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; "> }, { @@ -85393,7 +101955,17 @@ item_db: ( Name: "Life Insurrance Box(30)" Type: 18 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; "> }, { @@ -85402,7 +101974,17 @@ item_db: ( Name: "Life Insurrance Box(50)" Type: 18 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; "> }, { @@ -85411,7 +101993,17 @@ item_db: ( Name: "Convex Mirror Box(5)" Type: 18 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; "> }, { @@ -85420,7 +102012,17 @@ item_db: ( Name: "Convex Mirror Box(30)" Type: 18 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; "> }, { @@ -85429,7 +102031,17 @@ item_db: ( Name: "Blessing Scroll Box(30)" Type: 18 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; "> }, { @@ -85438,7 +102050,17 @@ item_db: ( Name: "Blessing Scroll Box(50)" Type: 18 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; "> }, { @@ -85447,7 +102069,17 @@ item_db: ( Name: "Adrenaline Rush Scroll Box(30)" Type: 18 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; "> }, { @@ -85456,7 +102088,17 @@ item_db: ( Name: "Adrenaline Rush Scroll Box(50)" Type: 18 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; "> }, { @@ -85465,7 +102107,17 @@ item_db: ( Name: "Assumptio Scroll Box(30)" Type: 18 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; "> }, { @@ -85474,7 +102126,17 @@ item_db: ( Name: "Assumptio Scroll Box(50)" Type: 18 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; "> }, { @@ -85483,7 +102145,17 @@ item_db: ( Name: "Aspersio Scroll Box(30)" Type: 18 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; @@ -85495,7 +102167,17 @@ item_db: ( Name: "Aspersio Scroll Box(50)" Type: 18 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; @@ -85507,7 +102189,17 @@ item_db: ( Name: "Steamed Desert Scorpions Box(30)" Type: 18 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; "> }, { @@ -85516,7 +102208,17 @@ item_db: ( Name: "Steamed Desert Scorpions Box(50)" Type: 18 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; "> }, { @@ -85525,7 +102227,17 @@ item_db: ( Name: "Wind Walk Scroll Box(30)" Type: 18 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; "> }, { @@ -85534,7 +102246,17 @@ item_db: ( Name: "Wind Walk Scroll Box(50)" Type: 18 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; "> }, { @@ -85543,7 +102265,17 @@ item_db: ( Name: "Dragon Breath Cocktail Box(30)" Type: 18 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; "> }, { @@ -85552,7 +102284,17 @@ item_db: ( Name: "Dragon Breath Cocktail Box(50)" Type: 18 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; "> }, { @@ -85561,7 +102303,17 @@ item_db: ( Name: "Field Manual Box" Type: 18 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; "> }, { @@ -85570,7 +102322,17 @@ item_db: ( Name: "Field Manual Box(5)" Type: 18 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; "> }, { @@ -85579,7 +102341,17 @@ item_db: ( Name: "Token of Ziegfried Box(5)" Type: 18 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; "> }, { @@ -85588,7 +102360,17 @@ item_db: ( Name: "Token of Ziegfried Box(20)" Type: 18 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; "> }, { @@ -85597,7 +102379,17 @@ item_db: ( Name: "Kafra Card Box(30)" Type: 18 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; "> }, { @@ -85606,7 +102398,17 @@ item_db: ( Name: "Kafra Card Box(50)" Type: 18 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; "> }, { @@ -85615,7 +102417,17 @@ item_db: ( Name: "Steamed Tongue Box(30)" Type: 18 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; "> }, { @@ -85624,7 +102436,17 @@ item_db: ( Name: "Steamed Tongue Box(50)" Type: 18 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; "> }, { @@ -85633,7 +102455,17 @@ item_db: ( Name: "Bubble Gum Box" Type: 18 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; "> }, { @@ -85642,7 +102474,17 @@ item_db: ( Name: "Bubble Gum Box(5)" Type: 18 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; "> }, { @@ -85651,7 +102493,17 @@ item_db: ( Name: "Megaphone Box" Type: 18 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; "> }, { @@ -85660,7 +102512,17 @@ item_db: ( Name: "Megaphone Box(5)" Type: 18 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; "> }, { @@ -85669,7 +102531,17 @@ item_db: ( Name: "Enriched Elunium Box(5)" Type: 18 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; "> }, { @@ -85678,7 +102550,17 @@ item_db: ( Name: "Enriched Oridecon Box(5)" Type: 18 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; "> }, { @@ -85687,7 +102569,17 @@ item_db: ( Name: "Mystical Amplification Scroll(10)" Type: 18 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; "> }, { @@ -85696,7 +102588,17 @@ item_db: ( Name: "Mystical Amplification Scroll(30)" Type: 18 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; "> }, { @@ -85705,7 +102607,17 @@ item_db: ( Name: "Mystical Amplification Scroll(50)" Type: 18 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; "> }, { @@ -85714,7 +102626,17 @@ item_db: ( Name: "Quagmire Scroll Box(10)" Type: 18 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; "> }, { @@ -85723,7 +102645,17 @@ item_db: ( Name: "Quagmire Scroll Box(30)" Type: 18 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; "> }, { @@ -85732,7 +102664,17 @@ item_db: ( Name: "Quagmire Scroll Box(50)" Type: 18 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; "> }, { @@ -85741,7 +102683,17 @@ item_db: ( Name: "Staff of Healing Box" Type: 18 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; "> }, { @@ -85750,15 +102702,17 @@ item_db: ( Name: "Praccsinos Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 2752,604800; "> }, { Id: 14229 - AegisName: "Sakura_Scroll" + AegisName: "Cherry_Blossom_Scroll" Name: "Cherry Blossoms Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -85785,6 +102739,7 @@ item_db: ( Name: "Yggdrasil Berry Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 607,10; "> }, @@ -85794,6 +102749,7 @@ item_db: ( Name: "Dead Branch Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 604,10; "> }, @@ -85803,7 +102759,13 @@ item_db: ( Name: "Dead Branch Box(25)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 604,25; "> }, { @@ -85882,7 +102844,13 @@ item_db: ( Name: "Beholder Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2753,1; "> }, { @@ -85891,7 +102859,13 @@ item_db: ( Name: "Hallow Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2754,1; "> }, { @@ -85900,7 +102874,13 @@ item_db: ( Name: "Clamorous Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2755,1; "> }, { @@ -85909,7 +102889,13 @@ item_db: ( Name: "Chemical Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2756,1; "> }, { @@ -85918,7 +102904,13 @@ item_db: ( Name: "Insecticide Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2757,1; "> }, { @@ -85927,7 +102919,13 @@ item_db: ( Name: "Fisher Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2758,1; "> }, { @@ -85936,7 +102934,13 @@ item_db: ( Name: "Decussate Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2759,1; "> }, { @@ -85945,7 +102949,13 @@ item_db: ( Name: "Bloody Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2760,1; "> }, { @@ -85954,7 +102964,13 @@ item_db: ( Name: "Satanic Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2761,1; "> }, { @@ -85963,7 +102979,13 @@ item_db: ( Name: "Dragon Ring Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2762,1; "> }, { @@ -85972,7 +102994,13 @@ item_db: ( Name: "Beholder Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2753,1; "> }, { @@ -85981,7 +103009,13 @@ item_db: ( Name: "Hallow Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2754,1; "> }, { @@ -85990,7 +103024,13 @@ item_db: ( Name: "Clamorous Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2755,1; "> }, { @@ -85999,7 +103039,13 @@ item_db: ( Name: "Chemical Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2756,1; "> }, { @@ -86008,7 +103054,13 @@ item_db: ( Name: "Insecticide Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2757,1; "> }, { @@ -86017,7 +103069,13 @@ item_db: ( Name: "Fisher Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2758,1; "> }, { @@ -86026,7 +103084,13 @@ item_db: ( Name: "Decussate Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2759,1; "> }, { @@ -86035,7 +103099,13 @@ item_db: ( Name: "Bloody Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2760,1; "> }, { @@ -86044,7 +103114,13 @@ item_db: ( Name: "Satanic Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2761,1; "> }, { @@ -86053,7 +103129,13 @@ item_db: ( Name: "Dragon Ring Box II" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 2762,1; "> }, { @@ -86260,6 +103342,7 @@ item_db: ( Name: "Marriage Certificate Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6026,1; "> }, @@ -86331,7 +103414,17 @@ item_db: ( Name: "Clothing Dye Coupon Box" Type: 18 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; "> }, { @@ -86340,7 +103433,17 @@ item_db: ( Name: "Clothing Dye Coupon Box II" Type: 18 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; "> }, { @@ -86394,7 +103497,13 @@ item_db: ( Name: "Angel Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -86403,7 +103512,13 @@ item_db: ( Name: "Devil Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -86421,7 +103536,13 @@ item_db: ( Name: "Mask Of Ifrit Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5420,1; "> }, { @@ -86430,7 +103551,13 @@ item_db: ( Name: "Ifrit's Ear Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5421,1; "> }, { @@ -86439,7 +103566,13 @@ item_db: ( Name: "Scuba Mask Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5397,1; "> }, { @@ -86475,6 +103608,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; "> }, { @@ -86484,6 +103626,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; "> }, { @@ -86492,7 +103643,13 @@ item_db: ( Name: "Love Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -86501,7 +103658,15 @@ item_db: ( Name: "Bacsojin Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -86510,7 +103675,17 @@ item_db: ( Name: "Spiked Scarf Box" Type: 18 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; "> }, { @@ -86519,7 +103694,17 @@ item_db: ( Name: "Rainbow Scarf Box" Type: 18 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; "> }, { @@ -86528,7 +103713,15 @@ item_db: ( Name: "Animal Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -86537,7 +103730,13 @@ item_db: ( Name: "Mental Potion Box(20)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14600,20; "> }, { @@ -86546,7 +103745,13 @@ item_db: ( Name: "Mental Potion Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14600,50; "> }, { @@ -86555,7 +103760,13 @@ item_db: ( Name: "Tyr's Blessing Box(20)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14601,20; "> }, { @@ -86564,7 +103775,13 @@ item_db: ( Name: "Tyr's Blessing Box(50)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 14601,50; "> }, { @@ -86591,7 +103808,13 @@ item_db: ( Name: "Warm Heart Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -86609,7 +103832,15 @@ item_db: ( Name: "Holy Celestial Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1383,1; "> }, { @@ -86618,7 +103849,17 @@ item_db: ( Name: "Angeling Potion Box" Type: 18 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; "> }, { @@ -86627,7 +103868,15 @@ item_db: ( Name: "Scream Megaphone Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 12351,10; "> }, { @@ -86645,7 +103894,15 @@ item_db: ( Name: "Anubis Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5490,1; "> }, { @@ -86699,7 +103956,13 @@ item_db: ( Name: "Universal Amulet Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 7945,1; "> }, { @@ -86716,7 +103979,13 @@ item_db: ( Name: "Solar Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -86743,7 +104012,15 @@ item_db: ( Name: "Dice Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5496,1; "> }, { @@ -86752,7 +104029,15 @@ item_db: ( Name: "King Tiger Doll Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5497,1; "> }, { @@ -86788,7 +104073,15 @@ item_db: ( Name: "Scallywag's Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5501,1; "> }, { @@ -86797,7 +104090,15 @@ item_db: ( Name: "Necromancer Hood Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 5502,1; "> }, { @@ -86806,7 +104107,17 @@ item_db: ( Name: "Magic Rabbit Hat Box" Type: 18 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; "> }, { @@ -86815,7 +104126,17 @@ item_db: ( Name: "RO 5th Wedding Anniversary Box" Type: 18 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; "> }, { @@ -86824,7 +104145,17 @@ item_db: ( Name: "Ashura Fairy Hat Box" Type: 18 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; "> }, { @@ -86834,6 +104165,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(); "> }, { @@ -86842,7 +104183,15 @@ item_db: ( Name: "Ox Tail Egg" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" packageitem(); "> }, { @@ -86908,6 +104257,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14509 @@ -87039,6 +104393,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; "> }, { @@ -87099,6 +104465,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; "> }, { @@ -87118,6 +104493,9 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Nouse: { + sitting: true + } Script: <" itemskill BS_GREED,1; "> }, { @@ -87148,6 +104526,9 @@ item_db: ( Buy: 2 Weight: 10 Upper: 63 + Nouse: { + sitting: true + } Script: <" sc_start SC_CASH_PLUSEXP,1800000,25; "> }, { @@ -87158,6 +104539,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; "> }, { @@ -87168,6 +104558,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; @@ -87181,6 +104580,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; @@ -87194,6 +104602,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; @@ -87207,6 +104624,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; @@ -87220,6 +104646,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; @@ -87233,6 +104669,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; @@ -87246,6 +104691,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; @@ -87259,6 +104713,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; @@ -87272,6 +104735,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; @@ -87285,6 +104757,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; @@ -87298,6 +104779,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; @@ -87605,6 +105095,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; "> }, { @@ -87615,6 +105114,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; "> }, { @@ -87625,6 +105133,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; "> }, { @@ -87635,6 +105152,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; "> }, { @@ -87645,6 +105171,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; "> }, { @@ -87655,6 +105190,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; "> }, { @@ -87793,6 +105337,12 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Delay: 180000 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" bonus2 bHPLossRate,100,10000; "> }, { @@ -87803,6 +105353,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; "> }, { @@ -87813,6 +105375,12 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_BLESSING,10; "> }, { @@ -87823,6 +105391,12 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_INCAGI,10; "> }, { @@ -87833,6 +105407,12 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + } Script: <" itemskill CASH_ASSUMPTIO,5; "> }, { @@ -87843,6 +105423,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"; "> }, { @@ -87853,6 +105445,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; "> }, { @@ -87863,6 +105467,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; "> }, { @@ -87873,6 +105489,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; "> }, { @@ -87909,6 +105537,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; "> }, { @@ -87919,6 +105556,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; "> }, { @@ -87929,6 +105575,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 @@ -87938,6 +105596,11 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } }, { Id: 14601 @@ -87947,6 +105610,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; @@ -87962,7 +105630,19 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" sc_start SC_ITEMSCRIPT,180000,4302; "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + specialeffect2 EF_LIGHTSPHERE; + sc_start SC_ITEMSCRIPT,180000,4302; + "> }, { Id: 14603 @@ -87972,7 +105652,19 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" sc_start SC_ITEMSCRIPT,180000,4132; "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + specialeffect2 EF_SPELLBREAKER; + sc_start SC_ITEMSCRIPT,180000,4132; + "> }, { Id: 14604 @@ -87982,6 +105674,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; "> }, { @@ -87992,6 +105693,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; "> }, { @@ -88002,6 +105712,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 @@ -88021,6 +105743,11 @@ item_db: ( Buy: 20000 Weight: 1200 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" sc_start SC_INCALLSTATUS,3600000,6; "> }, { @@ -88042,7 +105769,6 @@ item_db: ( Weight: 10 Upper: 63 }, -// More Armors { Id: 14612 AegisName: "M_Mdef_Potion" @@ -88128,6 +105854,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 @@ -88141,6 +105877,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 @@ -88203,10 +105949,18 @@ item_db: ( AegisName: "Time_Keepr_Robe" Name: "Guardian Robe" Type: 5 - Buy: 30000 + Buy: 0 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; @@ -88239,6 +105993,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; @@ -88255,6 +106018,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; @@ -88271,6 +106043,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; @@ -88496,7 +106277,6 @@ item_db: ( if(readparam(bInt)>=120) { bonus bInt,1; } - "> }, { @@ -88518,7 +106298,6 @@ item_db: ( if(readparam(bInt)>=120) { bonus bInt,1; } - "> }, { @@ -88540,7 +106319,6 @@ item_db: ( if(readparam(bInt)>=120) { bonus bInt,1; } - "> }, { @@ -88562,7 +106340,6 @@ item_db: ( if(readparam(bInt)>=120) { bonus bInt,1; } - "> }, { @@ -88581,6 +106358,7 @@ item_db: ( bonus bDefEle,Ele_Holy; bonus bMdef,10; bonus bInt,1; + bonus2 bSkillUseSP,AB_CLEMENTIA,50; "> }, { @@ -88753,7 +106531,7 @@ item_db: ( EquipLv: 100 Script: <" bonus bLuk,3; - bonus3 bAutoSpell,ASC_METEORASSAULT,getskilllv(ASC_METEORASSAULT),10; + bonus3 bAutoSpell,ASC_METEORASSAULT,(getskilllv(ASC_METEORASSAULT)?getskilllv(ASC_METEORASSAULT):1),20; "> }, { @@ -88899,7 +106677,6 @@ item_db: ( if(getrefine()>8) { bonus bMaxHPrate,25; } - "> }, { @@ -88925,7 +106702,6 @@ item_db: ( if(getrefine()>8) { bonus bMaxHPrate,15; } - "> }, { @@ -88952,7 +106728,6 @@ item_db: ( bonus bMaxHP,1000; bonus bMaxSP,100; } - "> }, { @@ -89069,7 +106844,10 @@ item_db: ( Upper: 1 Loc: 16 EquipLv: 100 - Script: <" bonus bAgi,1; "> + Script: <" + bonus bAgi,1; + bonus4 bAutoSpellWhenHit,KO_ZANZOU,1,50,1; + "> }, { Id: 15056 @@ -89086,7 +106864,6 @@ item_db: ( EquipLv: 100 Script: <" bonus bAgi,1+(getrefine()/3); "> }, -// More Maces { Id: 15057 AegisName: "Pure_White_Apron" @@ -89226,6 +107003,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; @@ -89265,6 +107052,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 @@ -89281,6 +107077,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 @@ -89297,6 +107102,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; @@ -89379,7 +107193,6 @@ item_db: ( bonus2 bSkillAtk,GN_CRAZYWEED,20; bonus2 bSkillAtk,GN_DEMONIC_FIRE,20; } - "> }, { @@ -89431,10 +107244,10 @@ item_db: ( EquipLv: 100 View: 8 Script: <" - bonus bAtkEle,Ele_Holy; bonus bStr,1; bonus bInt,1; - autobonus "{ bonus2 bAddRace,RC_Demon,20; }",10,7000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_BLOODDRAIN; }"; + autobonus "{ bonus2 bMagicAddRace,RC_Demon,20; }",30,7000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; + autobonus "{ bonus2 bAddRace,RC_Demon,20; }",5,7000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; "> }, { @@ -89485,14 +107298,21 @@ 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,100; - bonus3 bAutoSpell,SM_BASH,5+5*(getskilllv(SM_BASH)==10),10; - if(BaseLevel>99) { - bonus bBaseAtk,20; - } - + bonus2 bAddEff,Eff_Stun,150; + bonus3 bAutoSpell,SM_BASH,5,20; + if(BaseLevel>99) bonus bBaseAtk,20; "> }, { @@ -89512,7 +107332,7 @@ item_db: ( View: 8 Script: <" bonus bAtkEle,Ele_Dark; - bonus3 bAutoSpell,WL_HELLINFERNO,1,10+(getrefine()*5); + bonus3 bAutoSpell,WL_HELLINFERNO,1,(getrefine()?getrefine()*20:20); "> }, { @@ -89533,10 +107353,10 @@ item_db: ( EquipLv: 130 View: 8 Script: <" - bonus bAtkEle,Ele_Holy; bonus bStr,2; bonus bInt,2; - autobonus "{ bonus2 bAddRace,RC_Demon,40; }",10,7000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_BLOODDRAIN; }"; + autobonus "{ bonus2 bMagicAddRace,RC_Demon,40; }",60,7000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; + autobonus "{ bonus2 bAddRace,RC_Demon,40; }",10,7000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; "> }, { @@ -89603,7 +107423,6 @@ item_db: ( bonus bCritical,getrefine(); "> }, -// More Rental Boxes { Id: 16022 AegisName: "Nemesis_" @@ -89638,8 +107457,14 @@ item_db: ( Upper: 63 Loc: 2 WeaponLv: 3 + EquipLv: 1 View: 8 - Script: <" bonus bUnbreakableWeapon,0; "> + Script: <" + bonus bUnbreakableWeapon,0; + bonus bBaseAtk,(getrefine()*5); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); + "> }, { Id: 16026 @@ -89682,7 +107507,17 @@ item_db: ( Name: "Frog King Hat Box" Type: 18 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; "> }, { @@ -89691,15 +107526,34 @@ item_db: ( Name: "Satanic Bone Helm Box" Type: 18 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" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5531,1; "> }, @@ -89713,6 +107567,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" @@ -89722,11 +107585,21 @@ 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" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5545,1; "> }, @@ -89736,6 +107609,7 @@ item_db: ( Name: "Aries Crown Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5546,1; "> }, @@ -89745,6 +107619,7 @@ item_db: ( Name: "RJC Katyusha Flower Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5547,1; "> }, @@ -89754,6 +107629,7 @@ item_db: ( Name: "Rose Of Crimson Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5548,1; "> }, @@ -89763,6 +107639,7 @@ item_db: ( Name: "Taurus Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5549,1; "> }, @@ -89772,6 +107649,7 @@ item_db: ( Name: "Taurus Crown Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5550,1; "> }, @@ -89803,66 +107681,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 - 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 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 @@ -89870,7 +107722,17 @@ item_db: ( Name: "Dragon Arhat Mask Box" Type: 18 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; "> }, { @@ -89879,7 +107741,17 @@ item_db: ( Name: "Tiger Arhat Mask Box" Type: 18 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; "> }, { @@ -89890,18 +107762,13 @@ item_db: ( Buy: 0 Upper: 63 }, -/* -{ - Id: 16250 - AegisName: "Valkyrie's_Gift_Box" -}, -*/ { Id: 16251 AegisName: "Gemini_Diadem_Box" Name: "Gemini Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5569,1; "> }, @@ -89911,6 +107778,7 @@ item_db: ( Name: "Gemini Crown Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5570,1; "> }, @@ -89936,87 +107804,62 @@ item_db: ( Name: "French Heart Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { Id: 16258 - AegisName: "HD_Bradium_5_Box" + AegisName: "HD_Bradium_Box5" Name: "HD Bradium 5 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6226,5; "> }, { Id: 16259 - AegisName: "HD_Carnium_5_Box" + AegisName: "HD_Carnium_Box5" Name: "HD Carnium 5 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6225,5; "> }, { Id: 16260 - AegisName: "HD_Bradium_10_Box" + AegisName: "HD_Bradium_Box10" Name: "HD Bradium 10 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6226,10; "> }, { Id: 16261 - AegisName: "HD_Carnium_10_Box" + AegisName: "HD_Carnium_Box10" Name: "HD Carnium 10 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6225,10; "> }, -/* -{ - Id: 16262 - AegisName: "HD_Bradium_5_Box" -}, -*/ -/* -{ - Id: 16263 - AegisName: "HD_Carnium_5_Box" -}, -*/ -/* -{ - Id: 16264 - AegisName: "HD_Bradium_10_Box" -}, -*/ -/* -{ - Id: 16265 - AegisName: "HD_Carnium_10_Box" -}, -*/ -/* -{ - Id: 16267 - AegisName: "HE_Battle_Manual_Box" -}, -*/ -/* -{ - Id: 16268 - AegisName: "HE_Bubble_Gum_Box" -}, -*/ { Id: 16269 AegisName: "Cancer_Diadem_Box" Name: "Cancer Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5581,1; "> }, @@ -90026,6 +107869,7 @@ item_db: ( Name: "Cancer Crown Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5582,1; "> }, @@ -90035,10 +107879,29 @@ item_db: ( Name: "Deviling Incarnation Scroll" Type: 2 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" @@ -90048,6 +107911,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" @@ -90057,6 +107929,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" @@ -90066,6 +107947,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" @@ -90075,11 +107965,21 @@ 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" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5588,1; "> }, @@ -90089,6 +107989,7 @@ item_db: ( Name: "Leo Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5589,1; "> }, @@ -90098,6 +107999,7 @@ item_db: ( Name: "Leo Crown Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5588,1; "> }, @@ -90107,6 +108009,7 @@ item_db: ( Name: "Leo Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5589,1; "> }, @@ -90116,6 +108019,7 @@ item_db: ( Name: "Desert Prince Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 5591,1; "> }, @@ -90125,6 +108029,7 @@ item_db: ( Name: "Desert Prince Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 5591,1; "> }, @@ -90134,6 +108039,7 @@ item_db: ( Name: "Sigrun's Wings Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 5592,1; "> }, @@ -90143,6 +108049,7 @@ item_db: ( Name: "Sigrun's Wings Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 5592,1; "> }, @@ -90156,57 +108063,18 @@ 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" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { @@ -90223,15 +108091,10 @@ item_db: ( Name: "Chewing Bubblegum R Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, -/* -{ - Id: 16381 - AegisName: "WoE_Teleport_Scroll_100_Box" -}, -*/ { Id: 16385 AegisName: "F_Clover_Box_Mouth2" @@ -90272,6 +108135,7 @@ item_db: ( Name: "Purified Oridecon Box(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6240,5; "> }, @@ -90281,6 +108145,7 @@ item_db: ( Name: "Purified Oridecon Box(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6240,10; "> }, @@ -90290,6 +108155,7 @@ item_db: ( Name: "Purified Eluminium(5)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6241,5; "> }, @@ -90299,6 +108165,7 @@ item_db: ( Name: "Purified Eluminium(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6241,10; "> }, @@ -90311,24 +108178,13 @@ item_db: ( Upper: 63 Script: <" getitem 5599,1; "> }, -/* -{ - Id: 16398 - AegisName: "Virgo_Crown_Box" -}, -*/ -/* -{ - Id: 16399 - AegisName: "Virgo_Diadem_Box" -}, -*/ { Id: 16405 AegisName: "Midgard_Coin_Box" Name: "Midgard Coin Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6242,1; "> }, @@ -90338,6 +108194,7 @@ item_db: ( Name: "Midgard Coin Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6242,1; "> }, @@ -90347,6 +108204,7 @@ item_db: ( Name: "Flower Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -90356,6 +108214,7 @@ item_db: ( Name: "Chung Hairband Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5609,1; "> }, @@ -90365,6 +108224,7 @@ item_db: ( Name: "FChung Hairband Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5609,1; "> }, @@ -90374,6 +108234,7 @@ item_db: ( Name: "Ice Wing Ear Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5610,1; "> }, @@ -90383,6 +108244,7 @@ item_db: ( Name: "FIce Wing Ear Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5610,1; "> }, @@ -90392,6 +108254,7 @@ item_db: ( Name: "Turtle Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5611,1; "> }, @@ -90401,93 +108264,10 @@ item_db: ( Name: "Turtle Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5611,1; "> }, -/* -{ - Id: 16418 - AegisName: "Giant_Fly_Wing_Box_500" -}, -*/ -/* -{ - Id: 16419 - AegisName: "Greed_Scroll_30_Box" -}, -*/ -/* -{ - Id: 16420 - AegisName: "Adventurer_Pack" -}, -*/ -/* -{ - Id: 16421 - AegisName: "Written_Oath_Of_Marriage_Box" -}, -*/ -/* -{ - Id: 16422 - AegisName: "Baphomet_Horns_Box" -}, -*/ -/* -{ - Id: 16423 - AegisName: "Episode_13.1_Key_Package" -}, -*/ -/* -{ - Id: 16424 - AegisName: "Executioner_Box" -}, -*/ -/* -{ - Id: 16425 - AegisName: "Cutlas_Box" -}, -*/ -/* -{ - Id: 16426 - AegisName: "Moonlight_Dagger_Box" -}, -*/ -/* -{ - Id: 16427 - AegisName: "Wrench_Box" -}, -*/ -/* -{ - Id: 16428 - AegisName: "Solar_Sword_Box" -}, -*/ -/* -{ - Id: 16429 - AegisName: "Tomahawk_Box" -}, -*/ -/* -{ - Id: 16430 - AegisName: "Rudra_Bow_Box" -}, -*/ -/* -{ - Id: 16431 - AegisName: "Pole_Axe_Box" -}, -*/ { Id: 16436 AegisName: "Libra_Crown_Box" @@ -90497,12 +108277,6 @@ item_db: ( Upper: 63 Script: <" getitem 5662,1; "> }, -/* -{ - Id: 16437 - AegisName: "Libra_Crown_Box" -}, -*/ { Id: 16438 AegisName: "Libra_Diadem_Box" @@ -90512,12 +108286,6 @@ item_db: ( Upper: 63 Script: <" getitem 5663,1; "> }, -/* -{ - Id: 16439 - AegisName: "Libra_Diadem_Box" -}, -*/ { Id: 16440 AegisName: "Filir_Wing_Box" @@ -90533,6 +108301,7 @@ item_db: ( Name: "Pegasus Egg" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -90551,21 +108320,17 @@ item_db: ( Name: "Scorpio Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5677,1; "> }, -/* -{ - Id: 16449 - AegisName: "Scorpio_Crown_Box" -}, -*/ { Id: 16450 AegisName: "FScorpio_Diadem_Box" Name: "Scorpio Diadem Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5677,1; "> }, @@ -90584,6 +108349,7 @@ item_db: ( Name: "±???��????" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -90593,7 +108359,13 @@ item_db: ( Name: "Red Wing Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" getitem 5690,1; "> }, { @@ -90602,6 +108374,7 @@ item_db: ( Name: "Red Wing Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5690,1; "> }, @@ -90637,6 +108410,7 @@ item_db: ( Name: "Snowman Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5738,1; "> }, @@ -90646,6 +108420,7 @@ item_db: ( Name: "Snowman Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5738,1; "> }, @@ -90667,39 +108442,28 @@ item_db: ( Upper: 63 Script: <" getitem 5740,1; "> }, -/* -{ - Id: 16550 - AegisName: "Sagittarius_Crown_Box" -}, -*/ -/* -{ - Id: 16551 - AegisName: "Sagittarius_Diadem_Box" -}, -*/ -/* -{ - Id: 16554 - AegisName: "Elven_Sunglasses_Box" -}, -*/ { Id: 16555 - AegisName: "Premium_Reset_Stone_Box" + AegisName: "Pr_Reset_Stone_Box" Name: "Playspan Reset Stone Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + } Script: <" packageitem(); "> }, { Id: 16556 - AegisName: "FPremium_Reset_Stone_Box" + AegisName: "FPr_Reset_Stone_Box" Name: "Reset Stone Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -90762,6 +108526,7 @@ item_db: ( Name: "BM100 Box 5" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 14533,5; "> }, @@ -90774,12 +108539,6 @@ item_db: ( Upper: 63 Script: <" getitem 5744,1; "> }, -/* -{ - Id: 16566 - AegisName: "Capricorn_Crown_Box" -}, -*/ { Id: 16567 AegisName: "Capricorn_Diadem_Box" @@ -90804,6 +108563,7 @@ item_db: ( Name: "Komodo Egg" Type: 2 Buy: 20 + Weight: 100 Upper: 63 }, { @@ -90838,6 +108598,7 @@ item_db: ( Name: "Sloth Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5761,1; "> }, @@ -90847,6 +108608,7 @@ item_db: ( Name: "F Sloth Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5761,1; "> }, @@ -90856,6 +108618,7 @@ item_db: ( Name: "Duneyrr Helm Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5762,1; "> }, @@ -90865,27 +108628,10 @@ item_db: ( Name: "F Duneyrr Helm Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5762,1; "> }, -/* -{ - Id: 16588 - AegisName: "Thoughtful_Hat_Box" -}, -*/ -/* -{ - Id: 16589 - AegisName: "Thoughtful_Hat_Box" -}, -*/ -/* -{ - Id: 16590 - AegisName: "Thoughtful_Hat_Box" -}, -*/ { Id: 16600 AegisName: "Spring_Flower_Scr_Tw" @@ -90900,6 +108646,7 @@ item_db: ( Name: "Blue Arara Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5778,1; "> }, @@ -90909,6 +108656,7 @@ item_db: ( Name: "F Blue Arara Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 5778,1; "> }, @@ -90927,6 +108675,7 @@ item_db: ( Name: "Aributa Scroll" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -90979,16 +108728,6 @@ item_db: ( Buy: 20 Upper: 63 }, -// 16664: Incomplete type, not in database -/* -{ - Id: 16664 - AegisName: "Leo_Scroll" - Name: "Leo Scroll" - Type: 2 - Buy: 20 -}, -*/ { Id: 16665 AegisName: "Virgo_Scroll" @@ -91023,51 +108762,6 @@ item_db: ( Upper: 63 Script: <" packageitem(); "> }, -// 16677 - 16680 incomplete types, not in database -/* -{ - Id: 16677 - AegisName: "Universal_Catalog_Gold_Box10" - Name: "Universal Catalog Gold 10 Box" - Type: 2 - Buy: 0 - Weight: 10 - Script: <" getitem 12581,10; "> -}, -*/ -/* -{ - Id: 16678 - AegisName: "Universal_Catalog_Gold_Box50" - Name: "Universal Catalog Gold 50 Box" - Type: 2 - Buy: 0 - Weight: 10 - Script: <" getitem 12581,50; "> -}, -*/ -/* -{ - Id: 16679 - AegisName: "Universal_Catalog_Gold_Box10" - Name: "Universal Catalog Gold 10 Box" - Type: 2 - Buy: 0 - Weight: 10 - Script: <" getitem 12581,10; "> -}, -*/ -/* -{ - Id: 16680 - AegisName: "Universal_Catalog_Gold_Box50" - Name: "Universal Catalog Gold 50 Box" - Type: 2 - Buy: 0 - Weight: 10 - Script: <" getitem 12581,50; "> -}, -*/ { Id: 16681 AegisName: "BR_Independence_Scroll" @@ -91081,10 +108775,11 @@ item_db: ( Id: 16682 AegisName: "Boarding_Halter_Box" Name: "Halter Lead 7 Day Box" - Type: 18 + Type: 2 Buy: 20 + Weight: 10 Upper: 63 - Script: <" getitem 12622,1; "> + Script: <" rentitem 12622,604800; "> }, { Id: 16683 @@ -91092,7 +108787,9 @@ item_db: ( Name: "Halter Lead 30 Day Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Script: <" rentitem 12622,2592000; "> }, { Id: 16684 @@ -91153,7 +108850,17 @@ item_db: ( Name: "Seagod's Protection Box" Type: 2 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; "> }, { @@ -91162,7 +108869,17 @@ item_db: ( Name: "Hairtail Box(1hr)" Type: 2 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; "> }, { @@ -91171,7 +108888,17 @@ item_db: ( Name: "Hairtail Box(7day)" Type: 2 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; "> }, { @@ -91180,7 +108907,17 @@ item_db: ( Name: "Marlin Box(1hr)" Type: 2 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; "> }, { @@ -91189,7 +108926,17 @@ item_db: ( Name: "Marlin Box(7day)" Type: 2 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; "> }, { @@ -91198,7 +108945,17 @@ item_db: ( Name: "Saurel Box(1hr)" Type: 2 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; "> }, { @@ -91207,7 +108964,17 @@ item_db: ( Name: "Saurel Box(7day)" Type: 2 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; "> }, { @@ -91216,7 +108983,17 @@ item_db: ( Name: "Tuna Box(1hr)" Type: 2 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; "> }, { @@ -91225,7 +109002,17 @@ item_db: ( Name: "Tuna Box(7day)" Type: 2 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; "> }, { @@ -91234,7 +109021,17 @@ item_db: ( Name: "Malangdo Crab Box(1hr)" Type: 2 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; "> }, { @@ -91243,7 +109040,17 @@ item_db: ( Name: "Malangdo Crab Box(7day)" Type: 2 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; "> }, { @@ -91252,7 +109059,17 @@ item_db: ( Name: "Spotty Eel Box1" Type: 2 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; "> }, { @@ -91261,7 +109078,17 @@ item_db: ( Name: "Spotty Eel Box2" Type: 2 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; "> }, { @@ -91270,6 +109097,7 @@ item_db: ( Name: "Blessed Weapon Ore Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6438,1; "> }, @@ -91288,6 +109116,7 @@ item_db: ( Name: "Blessed Armor Ore Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 6439,1; "> }, @@ -91333,7 +109162,17 @@ item_db: ( Name: "Seagod's Protection Box2" Type: 2 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; "> }, { @@ -91342,7 +109181,17 @@ item_db: ( Name: "Seagod's Protection Box3" Type: 2 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; "> }, { @@ -91351,7 +109200,17 @@ item_db: ( Name: "Octopus Hstick Box" Type: 2 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; "> }, { @@ -91360,7 +109219,17 @@ item_db: ( Name: "Octopus Hstick Box2" Type: 2 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; "> }, { @@ -91369,7 +109238,17 @@ item_db: ( Name: "Octopus Hstick Box3" Type: 2 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; "> }, { @@ -91378,7 +109257,15 @@ item_db: ( Name: "Silvervine 10 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6417,10; getitem 12636,30; @@ -91390,7 +109277,15 @@ item_db: ( Name: "Silvervine 40 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6417,40; getitem 12636,120; @@ -91449,6 +109344,7 @@ item_db: ( Name: "Weather Forecast Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -91458,6 +109354,7 @@ item_db: ( Name: "Costume: Yellow Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 19515,1; "> }, @@ -91467,6 +109364,7 @@ item_db: ( Name: "Costume: Old-Timey Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -91475,6 +109373,7 @@ item_db: ( Name: "Costume: Singing Bird Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 19516,1; "> }, @@ -91484,6 +109383,7 @@ item_db: ( Name: "Costume: Chicken Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -91492,6 +109392,7 @@ item_db: ( Name: "Costume: Mini Crown Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 19522,1; "> }, @@ -91501,7 +109402,15 @@ item_db: ( Name: "Silvervine 4 Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 6417,4; getitem 12636,12; @@ -91549,6 +109458,7 @@ item_db: ( Name: "Old Hat Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -91575,6 +109485,7 @@ item_db: ( Name: "Archangel's Wing Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2573,1; "> }, @@ -91584,6 +109495,7 @@ item_db: ( Name: "Heroic Backpack Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2576,1; "> }, @@ -91701,7 +109613,17 @@ item_db: ( Name: "Malangdo Woe Encard Box" Type: 2 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; @@ -91713,6 +109635,7 @@ item_db: ( Name: "Costume: Butterfly Ears Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 19509,1; "> }, @@ -91722,6 +109645,7 @@ item_db: ( Name: "Costume: Bolt Ears Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 19510,1; "> }, @@ -91873,6 +109797,7 @@ item_db: ( Name: "Transformation Scroll Box(Deviruchi)(10)" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12658,10; "> }, @@ -91882,6 +109807,7 @@ item_db: ( Name: "Transformation Scroll Box(Raydric Archer)(10)" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12659,10; "> }, @@ -91891,6 +109817,7 @@ item_db: ( Name: "Transformation Scroll Box(Mavka)(10)" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12660,10; "> }, @@ -91900,6 +109827,7 @@ item_db: ( Name: "Transformation Scroll Box(Manuk)(10)" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12661,10; "> }, @@ -91909,6 +109837,7 @@ item_db: ( Name: "Transformation Scroll Box(Banshee)(10)" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12662,10; "> }, @@ -91918,6 +109847,7 @@ item_db: ( Name: "Transformation Scroll Box(Poring)(10)" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12663,10; "> }, @@ -91927,6 +109857,7 @@ item_db: ( Name: "Transformation Scroll Box(Golem)(10)" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 12664,10; "> }, @@ -92186,7 +110117,16 @@ item_db: ( Name: "Upgrade Katar Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1292,1; "> }, { @@ -92195,7 +110135,16 @@ item_db: ( Name: "Upgrade Two-Handed Axe Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1394,1; "> }, { @@ -92204,7 +110153,16 @@ item_db: ( Name: "Upgrade Spear Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1491,1; "> }, { @@ -92213,7 +110171,16 @@ item_db: ( Name: "Upgrade Book Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 1585,1; "> }, { @@ -92222,7 +110189,16 @@ item_db: ( Name: "Upgrade Staff Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 2015,1; "> }, { @@ -92231,7 +110207,16 @@ item_db: ( Name: "Upgrade Dagger Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 13071,1; "> }, { @@ -92240,7 +110225,16 @@ item_db: ( Name: "Upgrade Revolver Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 13115,1; "> }, { @@ -92249,7 +110243,16 @@ item_db: ( Name: "Upgrade Mace Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 16019,1; "> }, { @@ -92258,7 +110261,16 @@ item_db: ( Name: "Upgrade Bow Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 18112,1; "> }, { @@ -92267,7 +110279,16 @@ item_db: ( Name: "Upgrade Two-Hand Sword Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 + Trade: { + nodrop: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } Script: <" getitem 21000,1; "> }, { @@ -92276,6 +110297,7 @@ item_db: ( Name: "Upgrade Katar Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92284,6 +110306,7 @@ item_db: ( Name: "Upgrade Two-Hand Axe Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92292,6 +110315,7 @@ item_db: ( Name: "Upgrade Lance Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92420,6 +110444,7 @@ item_db: ( Name: "Immune Shield Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2168,1; "> }, @@ -92429,6 +110454,7 @@ item_db: ( Name: "Black Devil's Mask Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 18599,1; "> }, @@ -92438,6 +110464,7 @@ item_db: ( Name: "Cat Ear Beret Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 18600,1; "> }, @@ -92447,6 +110474,7 @@ item_db: ( Name: "Red Pom Band Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 18601,1; "> }, @@ -92552,7 +110580,8 @@ item_db: ( AegisName: "Upg_Huuma_Shuriken_Box" Name: "Upg Huuma Shuriken Box" Type: 2 - Buy: 0 + Buy: 20 + Weight: 10 Upper: 63 Script: <" rentitem 13316,86400; "> }, @@ -92589,6 +110618,7 @@ item_db: ( Name: "Boarding Halter Box 7D" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92606,6 +110636,7 @@ item_db: ( Name: "Halter Lead Box[Trial]" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92755,6 +110786,7 @@ item_db: ( Name: "Fly Wing Infinite 3rd Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92763,6 +110795,7 @@ item_db: ( Name: "RWC Rally Box" Type: 2 Buy: 20 + Weight: 10 Upper: 63 Script: <" packageitem(); "> }, @@ -92772,6 +110805,7 @@ item_db: ( Name: "RWC Enchant Reset Ticket Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2966,1; "> }, @@ -92781,6 +110815,7 @@ item_db: ( Name: "RWC Enchant Reset 5 Ticket Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 Script: <" getitem 2968,1; "> }, @@ -92792,7 +110827,6 @@ item_db: ( Buy: 20 Upper: 63 }, -// Mechanic/Genetic Cannonballs { Id: 17257 AegisName: "Bad_Student_Gift_Box" @@ -92807,6 +110841,7 @@ item_db: ( Name: "Special Defense Potion Box" Type: 18 Buy: 20 + Weight: 10 Upper: 63 }, { @@ -92815,6 +110850,7 @@ item_db: ( Name: "Bar of Strength Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 14616,20; "> }, @@ -92824,6 +110860,7 @@ item_db: ( Name: "VIT Biscuit Stick Box" Type: 18 Buy: 0 + Weight: 10 Upper: 63 Script: <" getitem 14617,20; "> }, @@ -92895,7 +110932,6 @@ item_db: ( Loc: 32768 View: 8 }, -// More Bows { Id: 18100 AegisName: "Shooting_Star_C" @@ -93048,6 +111084,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; @@ -93055,7 +111101,6 @@ item_db: ( if(BaseLevel>99) { bonus bLongAtkRate,10; } - "> }, { @@ -93073,6 +111118,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; @@ -93080,7 +111135,6 @@ item_db: ( if(BaseLevel>99) { bonus bLongAtkRate,10; } - "> }, { @@ -93099,7 +111153,10 @@ item_db: ( WeaponLv: 4 EquipLv: 100 View: 11 - Script: <" bonus2 bSkillAtk,SC_TRIANGLESHOT,(getrefine()/2); "> + Script: <" + bonus2 bSkillAtk,SC_TRIANGLESHOT,(getrefine()*2); + bonus2 bSkillUseSP,SC_TRIANGLESHOT,(getrefine()*2); + "> }, { Id: 18110 @@ -93118,11 +111175,11 @@ item_db: ( EquipLv: 110 View: 11 Script: <" - bonus2 bSkillAtk,RA_ARROWSTORM,(getrefine()/5); + bonus2 bSkillAtk,RA_ARROWSTORM,(getrefine()*5); + bonus2 bSkillUseSP,RA_ARROWSTORM,(getrefine()*5); if(readparam(bAgi)>=120) { bonus bAspd,1; } - "> }, { @@ -93143,7 +111200,7 @@ item_db: ( View: 11 Script: <" bonus bDex,1; - bonus3 bAutoSpell,PF_SPIDERWEB,1,10; + bonus3 bAutoSpell,PF_SPIDERWEB,1,200; "> }, { @@ -93239,6 +111296,13 @@ item_db: ( Loc: 34 WeaponLv: 3 View: 11 + Script: <" + if(BaseJob==Job_Hunter && Upper!=2) bonus bBaseAtk,10; + bonus bBaseAtk,(getrefine()*3); + bonus bLongAtkRate,getrefine(); + set .@i,((BaseLevel/10)>12)?12:(BaseLevel/10); + if(.@i>2) bonus bBaseAtk,((.@i-2)*5); + "> }, { Id: 18117 @@ -93257,7 +111321,6 @@ item_db: ( EquipLv: 105 View: 11 }, -// More Headgears { Id: 18500 AegisName: "Cheer_Scarf6" @@ -93268,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,60; @@ -93284,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,80; @@ -93300,6 +111383,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; @@ -93350,9 +111443,9 @@ item_db: ( Refine: false View: 675 Script: <" - bonus bVit,1; bonus bMaxHPrate,1; bonus2 bAddMonsterDropItem,517,500; + bonus2 bAddItemHealRate,517,25; "> }, { @@ -93398,8 +111491,13 @@ item_db: ( EquipLv: 30 View: 677 Script: <" + bonus2 bSubRace,RC_NonBoss,5; + bonus2 bSubRace,RC_Boss,5; bonus bLuk,5; bonus bMdef,3; + bonus bHit,10; + bonus bDelayrate,-5; + if(getrefine() > 5) bonus2 bAddMonsterDropItem,522,100+(getrefine()/100); "> }, { @@ -93416,7 +111514,16 @@ item_db: ( Loc: 256 EquipLv: 15 View: 678 - Script: <" bonus bLuk,5; "> + Script: <" + bonus2 bSubRace,RC_DemiHuman,10; + bonus bCritical,10; + bonus2 bAddItemHealRate,501,100; + bonus2 bAddItemHealRate,504,100; + bonus bLuk,5; + bonus bAspd,1; + bonus bAtkRate,3; + bonus bMatkRate,3; + "> }, { Id: 18510 @@ -93430,6 +111537,7 @@ item_db: ( EquipLv: 60 Refine: false View: 679 + Script: <" bonus2 bSubRace,RC_DemiHuman,10; "> }, { Id: 18511 @@ -93443,6 +111551,11 @@ item_db: ( EquipLv: 60 Refine: false View: 680 + Script: <" + if(isequipped(18510)) bonus2 bAddRace,RC_Angel,3; + bonus bMaxHPrate,2; + bonus bMaxSPrate,1; + "> }, { Id: 18512 @@ -93576,6 +111689,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; @@ -93598,6 +111720,7 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; bonus bLuk,1; + bonus bMaxSP,20; "> }, { @@ -93614,7 +111737,17 @@ item_db: ( View: 687 Script: <" bonus bStr,2; - bonus bMdef,1; + bonus2 bAddRace,RC_Boss,2; + bonus2 bAddRace,RC_NonBoss,2; + if(getrefine()>6) { + bonus bCriticalRate,10; + } + ; + if(getrefine()>8) { + bonus bLongAtkRate,5; + bonus bAtkRate,5; + } + ; "> }, { @@ -93787,7 +111920,12 @@ item_db: ( Loc: 256 EquipLv: 50 View: 709 - Script: <" bonus bMdef,3; "> + Script: <" + bonus bMdef,3; + bonus2 bAddRace,RC_Insect,5; + bonus2 bSubRace,RC_Insect,5; + bonus3 bAddMonsterDropItem,518,RC_Insect,50; + "> }, { Id: 18534 @@ -93802,7 +111940,13 @@ item_db: ( Loc: 768 EquipLv: 20 View: 710 - Script: <" bonus bStr,1; "> + Script: <" + bonus bStr,1; + bonus bAtkRate,5; + bonus bDelayrate,-1; + bonus bMaxHP,0+(getrefine()*100); + bonus2 bSkillAtk,"MC_MAMMONITE",20; + "> }, { Id: 18535 @@ -93826,6 +111970,10 @@ item_db: ( Loc: 1 Refine: false View: 711 + Script: <" + bonus bVariableCastrate,-1; + bonus bMatk,10; + "> }, { Id: 18537 @@ -93839,10 +111987,11 @@ item_db: ( Upper: 63 Loc: 256 View: 726 + Script: <" bonus bFlee,6; "> }, { Id: 18538 - AegisName: "Evil_Whisper" + AegisName: "Devil_Whisper" Name: "Spirit Whispers" Type: 5 Buy: 20 @@ -93878,7 +112027,6 @@ item_db: ( if(getrefine() >= 7) { bonus bMatkRate,3; } - "> }, { @@ -93894,6 +112042,7 @@ item_db: ( EquipLv: 10 Refine: false View: 714 + Script: <" bonus bAspdRate,1; "> }, { Id: 18541 @@ -93908,7 +112057,14 @@ item_db: ( Loc: 256 EquipLv: 30 View: 715 - Script: <" bonus bDex,2; "> + Script: <" + bonus bDex,2; + bonus bCritAtkRate,10; + if(isequipped(1764)) bonus bCritAtkRate,5; + if(getrefine() >= 7) { + bonus bCritAtkRate,5; + } + "> }, { Id: 18542 @@ -93936,7 +112092,11 @@ item_db: ( Loc: 256 EquipLv: 20 View: 717 - Script: <" bonus bMdef,5; "> + Script: <" + bonus bMatkRate,2; + bonus bInt,1; + bonus bDex,1; + "> }, { Id: 18544 @@ -93986,6 +112146,7 @@ item_db: ( Upper: 63 Loc: 256 View: 721 + Script: <" skill "AL_INCAGI",2; "> }, { Id: 18548 @@ -94015,11 +112176,7 @@ item_db: ( Loc: 256 EquipLv: 20 View: 723 - Script: <" - bonus bInt,1; - bonus bAgi,1; - bonus bMdef,3; - "> + Script: <" bonus bMdef,3; "> }, { Id: 18550 @@ -94034,7 +112191,7 @@ item_db: ( Loc: 256 EquipLv: 30 View: 724 - Script: <" bonus bAllStats,2; "> + Script: <" bonus bAllStats,1; "> }, { Id: 18551 @@ -94139,6 +112296,10 @@ item_db: ( EquipLv: 10 Refine: false View: 730 + Script: <" + bonus2 bExpAddRace,RC_Plant,5; + bonus2 bSubRace,RC_Plant,-10; + "> }, { Id: 18559 @@ -94297,7 +112458,6 @@ item_db: ( Upper: 63 Loc: 256 EquipLv: 10 - Refine: false View: 738 }, { @@ -94319,17 +112479,15 @@ item_db: ( bonus bAllStats,2; } if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { - bonus2 bAddRace,RC_Boss,8; - bonus2 bAddRace,RC_NonBoss,8; + bonus bAtkRate, 8; } if(BaseClass==Job_Mage||BaseClass==Job_Acolyte) { - bonus bMatk,8; + bonus bMatkRate,8; } if(BaseClass==Job_Archer) { bonus bDex,3; bonus bLongAtkRate,10; } - "> }, { @@ -94371,6 +112529,16 @@ item_db: ( Loc: 256 EquipLv: 30 View: 741 + Script: <" + bonus bHit,20; + bonus bMaxHPrate,-10; + if (getrefine()>4) { + bonus bHit,-10; + bonus bMaxHPrate,10; + bonus bHit,((getrefine()-4)/2)*3; + bonus bMaxHPrate,((getrefine()-4)/2)*3; + } + "> }, { Id: 18574 @@ -94385,7 +112553,17 @@ item_db: ( Loc: 768 EquipLv: 70 View: 742 - Script: <" bonus bMdef,5; "> + Script: <" + bonus2 bSubRace,RC_NonBoss,-5; + bonus2 bAddRace,RC_Boss,10; + bonus2 bAddRace,RC_Boss,getrefine()/5; + if (isequipped(4140)) { + bonus2 bAddRace,RC_Boss,5; + if (getrefine() >= 11) { + bonus2 bSubRace,RC_NonBoss,5; + } + } + "> }, { Id: 18575 @@ -94465,21 +112643,20 @@ item_db: ( Def: 3 Slots: 1 Upper: 63 + Gender: 1 Loc: 256 - View: 724 + View: 746 Script: <" bonus bVit,2; bonus bInt,2; - bonus bMdef,3; - bonus bHealPower,2; - bonus bHealPower2,10; - if(getrefine() >= 7) { - bonus bHealPower,5; + bonus bHealPower,1; + bonus bHealPower2,1; + if(getrefine() >= 6) { + bonus bHealPower,1; } - if(getrefine() >= 9) { - bonus bHealPower,3; + if(getrefine() >= 7) { + bonus bHealPower,1; } - "> }, { @@ -94705,7 +112882,7 @@ item_db: ( AegisName: "Horn_Of_Ancient" Name: "Ancient Horns" Type: 5 - Buy: 20 + Buy: 45000 Weight: 400 Def: 8 Slots: 1 @@ -94720,7 +112897,7 @@ item_db: ( AegisName: "Sprout_Hat" Name: "Sprout Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 200 Def: 4 Upper: 63 @@ -94734,7 +112911,7 @@ item_db: ( AegisName: "Mercury_Helm" Name: "Mercury Riser" Type: 5 - Buy: 20 + Buy: 45000 Weight: 400 Def: 10 Slots: 1 @@ -94753,7 +112930,6 @@ item_db: ( bonus bAspdRate,2; bonus bCritical,2; } - "> }, { @@ -94805,7 +112981,6 @@ item_db: ( bonus2 bAddRace,RC_DemiHuman,7; bonus2 bSubRace,RC_DemiHuman,7; } - "> }, { @@ -94819,7 +112994,17 @@ item_db: ( Upper: 63 Loc: 256 View: 762 - Script: <" bonus bMdef,5; "> + Script: <" + bonus bMdef,5; + if(getrefine() > 5 && getrefine() <= 12) { + bonus2 bMagicAddRace,RC_DemiHuman,(getrefine() - 5); + bonus2 bMagicAddRace,RC_DemiHuman,(getrefine() - 5); + } + if(getrefine() > 12) { + bonus2 bMagicAddRace,RC_DemiHuman,7; + bonus2 bMagicAddRace,RC_DemiHuman,7; + } + "> }, { Id: 18602 @@ -94982,9 +113167,10 @@ item_db: ( AegisName: "White_Musang_Hat" Name: "White Musang Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 400 Def: 3 + Slots: 1 Upper: 63 Loc: 256 View: 770 @@ -95000,9 +113186,10 @@ item_db: ( AegisName: "Black_Musang_Hat" Name: "Black Musang Hat" Type: 5 - Buy: 20 + Buy: 45000 Weight: 400 Def: 3 + Slots: 1 Upper: 63 Loc: 256 View: 771 @@ -95048,7 +113235,7 @@ item_db: ( Name: "Long Tongue" Type: 5 Buy: 20 - Weight: 200 + Weight: 100 Job: 0xFFFFFFFE Upper: 63 Loc: 1 @@ -95254,12 +113441,12 @@ item_db: ( Slots: 1 Upper: 63 Loc: 256 - View: 392 + View: 783 }, { Id: 18630 AegisName: "Droopy_Alice_Doll" - Name: "Drooping Alicel" + Name: "Drooping Alice" Type: 5 Buy: 20 Weight: 500 @@ -95493,7 +113680,6 @@ item_db: ( Upper: 63 Loc: 256 View: 799 - Script: <" bonus bDex,2; "> }, { Id: 18647 @@ -95506,6 +113692,7 @@ item_db: ( Loc: 512 Refine: false View: 800 + Script: <" bonus2 bResEff,Eff_Stun,1500; "> }, { Id: 18648 @@ -95555,7 +113742,7 @@ item_db: ( Upper: 63 Loc: 256 EquipLv: 40 - View: 7 + View: 803 }, { Id: 18652 @@ -95569,7 +113756,7 @@ item_db: ( Upper: 63 Loc: 256 EquipLv: 80 - View: 7 + View: 804 }, { Id: 18653 @@ -95583,13 +113770,24 @@ item_db: ( Upper: 63 Loc: 256 EquipLv: 30 - View: 7 + View: 805 Script: <" bonus bMdef,4; bonus bAgi,2; "> }, { + Id: 18654 + AegisName: "SS_Bandana" + Name: "SS Bandana" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 769 + View: 806 +}, +{ Id: 18655 AegisName: "Goedo_Monocle" Name: "Dragonfly Monocle" @@ -95805,7 +114003,7 @@ item_db: ( Job: 0xFFFFFFFE Upper: 63 Loc: 256 - View: 11 + View: 819 Script: <" bonus bDex,2; "> }, { @@ -95821,6 +114019,7 @@ item_db: ( EquipLv: 12 Refine: false View: 818 + Script: <" bonus2 bSubRace,RC_DemiHuman,3; "> }, { Id: 18671 @@ -95834,6 +114033,10 @@ item_db: ( Loc: 256 EquipLv: 30 View: 836 + Script: <" + bonus3 bAutoSpell,"AL_INCAGI",10,50; + bonus2 bAddItemHealRate,Carrot,2000; + "> }, { Id: 18672 @@ -95861,7 +114064,6 @@ item_db: ( Slots: 1 Upper: 63 Loc: 256 - Refine: false View: 817 Script: <" bonus bMdef,1; @@ -95969,7 +114171,7 @@ item_db: ( Loc: 256 EquipLv: 35 Refine: false - View: 11 + View: 826 Script: <" bonus bAgi,1; "> }, { @@ -95982,7 +114184,7 @@ item_db: ( Def: 2 Upper: 63 Loc: 256 - View: 11 + View: 827 Script: <" bonus bVit,2; "> }, { @@ -96136,7 +114338,7 @@ item_db: ( Def: 3 Upper: 63 Loc: 256 - View: 166 + View: 863 }, { Id: 18692 @@ -96333,6 +114535,18 @@ item_db: ( Script: <" bonus bMdef,4; "> }, { + Id: 18705 + AegisName: "Flip_Hat" + Name: "Flip Hat" + Type: 5 + Buy: 1000 + Weight: 300 + Def: 5 + Slots: 1 + Loc: 256 + View: 862 +}, +{ Id: 18706 AegisName: "Can_Hat" Name: "Can Hat" @@ -96488,6 +114702,17 @@ item_db: ( View: 861 }, { + Id: 18717 + AegisName: "Skull_Hood_" + Name: "Skull Hood_" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 256 + View: 598 +}, +{ Id: 18718 AegisName: "Rose_Hairband" Name: "Rose Hairband" @@ -96505,6 +114730,83 @@ item_db: ( "> }, { + Id: 18720 + AegisName: "Magical_Booster" + Name: "Magical Booster" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 512 + View: 873 +}, +{ + Id: 18721 + AegisName: "Sweet_Valentine_Cap" + Name: "Sweet Valentine Cap" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 256 + View: 865 +}, +{ + Id: 18722 + AegisName: "Ear_Featgers_Wings" + Name: "Ear Featgers Wings" + Type: 5 + Buy: 0 + Loc: 512 + EquipLv: 1 + Refine: false + View: 724 +}, +{ + Id: 18723 + AegisName: "Aura_Quartz_Crown" + Name: "AuraQuartz Crown" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 256 + View: 866 +}, +{ + Id: 18724 + AegisName: "Baphomet_Horns" + Name: "Baphomet Horns" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 380 +}, +{ + Id: 18725 + AegisName: "Rabbit_Knithat" + Name: "Rabbit Knit Hat" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 256 + View: 867 +}, +{ + Id: 18726 + AegisName: "Skymet" + Name: "Skymet" + Type: 5 + Buy: 1000 + Weight: 10 + Slots: 1 + Loc: 256 + View: 868 +}, +{ Id: 18727 AegisName: "Sedora_Hat" Name: "Sedora Hat" @@ -96545,18 +114847,81 @@ item_db: ( Slots: 1 Loc: 256 View: 871 + Script: <" + bonus2 bSubRace,RC_DemiHuman,10; + bonus2 bAddItemHealRate,522,30; + bonus bVariableCastrate,-3; + if(getrefine()>=12) { + bonus bVariableCastrate,-1; + } + if(getrefine()>=14) { + bonus bVariableCastrate,-1; + } + ; + "> }, { Id: 18730 AegisName: "Cryptura_Academy_Hat" Name: "Criatura Hat" Type: 5 - Buy: 0 + Buy: 100 Weight: 200 Def: 2 Slots: 1 Loc: 256 View: 872 + Script: <" + bonus bMaxSP,5; + bonus bMaxHP,15; + "> +}, +{ + Id: 18731 + AegisName: "Valkyrie_Headgear" + Name: "Valkyrie Helm" + Type: 5 + Buy: 1000 + Loc: 256 + View: 225 +}, +{ + Id: 18732 + AegisName: "TE_WoE_Cap" + Name: "TE WoE Cap" + Type: 5 + Buy: 0 + Def: 5 + Loc: 256 + EquipLv: 1 + Refine: false + View: 14 +}, +{ + Id: 18733 + AegisName: "TE_WoE_Bone_Helm" + Name: "TE WoE Bone Helm" + Type: 5 + Buy: 0 + Def: 10 + Job: 0x000444A2 + Loc: 256 + EquipLv: 1 + Refine: false + View: 103 +}, +{ + Id: 18734 + AegisName: "TE_WoE_Magic_Eyes" + Name: "TE WoE Magic Eyes" + Type: 5 + Buy: 0 + Def: 5 + Job: 0x00812201 + Loc: 256 + EquipLv: 1 + Refine: false + View: 209 }, { Id: 18737 @@ -96618,7 +114983,7 @@ item_db: ( }, { Id: 18743 - AegisName: "Spirit_Of_Chung_E" + AegisName: "C_Spirit_Of_Chung_E" Name: "Spirit Of Chung E" Type: 5 Buy: 20 @@ -96719,6 +115084,17 @@ item_db: ( View: 889 }, { + Id: 18752 + AegisName: "Cursed_Book" + Name: "Cursed Book" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 890 +}, +{ Id: 18753 AegisName: "Tw_Rice_Ball" Name: "Rice Dumpling Hat" @@ -96749,6 +115125,17 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; "> }, { + Id: 18755 + AegisName: "Feather_Beret_" + Name: "Feather Beret_" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 224 +}, +{ Id: 18756 AegisName: "Black_Shiba_Inu_Hat" Name: "Black Shiba Inu Hat" @@ -96787,6 +115174,272 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; "> }, { + Id: 18760 + AegisName: "Remodel_Wizardry_Hat" + Name: "Modified Mage Hat" + Type: 5 + Buy: 20 + Weight: 300 + Def: 2 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 112 +}, +{ + Id: 18761 + AegisName: "Remodel_Magician_Hat" + Name: "Modified Magician Hat" + Type: 5 + Buy: 20 + Weight: 500 + Def: 6 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 130 +}, +{ + Id: 18762 + AegisName: "Remodel_Mask_Of_Fox" + Name: "Modified Kitsune Mask" + Type: 5 + Buy: 20 + Weight: 300 + Def: 2 + Loc: 256 + EquipLv: 1 + View: 153 +}, +{ + Id: 18763 + AegisName: "Remodel_Joker_Jester" + Name: "Modified Jester Hat" + Type: 5 + Buy: 20 + Weight: 100 + Def: 3 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 89 +}, +{ + Id: 18764 + AegisName: "Remodel_Bunny_Band" + Name: "Modified Bunny Hairband" + Type: 5 + Buy: 20 + Weight: 100 + Def: 3 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 15 +}, +{ + Id: 18765 + AegisName: "Enhanced_Corsair" + Name: "Modified Corsair" + Type: 5 + Buy: 20 + Weight: 500 + Def: 10 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 105 +}, +{ + Id: 18766 + AegisName: "Enhanced_Helm_Of_Angel" + Name: "Modified Helm of Angel" + Type: 5 + Buy: 20 + Weight: 1600 + Def: 10 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 110 +}, +{ + Id: 18767 + AegisName: "Enhanced_Helm_Of_Sun" + Name: "Modified Solar Helm" + Type: 5 + Buy: 20 + Weight: 2400 + Def: 4 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 138 +}, +{ + Id: 18768 + AegisName: "Enhanced_Bone_Helm" + Name: "Modified Bone Helm" + Type: 5 + Buy: 20 + Weight: 800 + Def: 15 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 103 +}, +{ + Id: 18769 + AegisName: "Remodel_Munak_Turban" + Name: "Modified Munak Hat" + Type: 5 + Buy: 20 + Weight: 300 + Def: 5 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 51 +}, +{ + Id: 18770 + AegisName: "Remodel_Bongun_Hat" + Name: "Modified Bongun Hat" + Type: 5 + Buy: 20 + Weight: 300 + Def: 5 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 139 +}, +{ + Id: 18771 + AegisName: "Remodel_Opera_Mask" + Name: "Modified Opera Mask" + Type: 5 + Buy: 20 + Weight: 200 + Def: 2 + Loc: 256 + EquipLv: 1 + Refine: false + View: 128 +}, +{ + Id: 18772 + AegisName: "Improved_Binoculars" + Name: "Modified Binoculars" + Type: 5 + Buy: 20 + Weight: 100 + Def: 2 + Loc: 256 + EquipLv: 1 + Refine: false + View: 83 +}, +{ + Id: 18773 + AegisName: "Improved_Fin_Helm" + Name: "Modified Fin Helm" + Type: 5 + Buy: 20 + Weight: 300 + Def: 5 + Loc: 256 + EquipLv: 1 + Refine: false + View: 100 +}, +{ + Id: 18774 + AegisName: "Improved_Assassin_Mask" + Name: "Modified Assassin Mask" + Type: 5 + Buy: 20 + Weight: 100 + Def: 1 + Loc: 256 + EquipLv: 1 + Refine: false + View: 180 +}, +{ + Id: 18775 + AegisName: "Improved_Welding_Mask" + Name: "Modified Welding Mask" + Type: 5 + Buy: 20 + Weight: 300 + Def: 2 + Loc: 256 + EquipLv: 1 + Refine: false + View: 79 +}, +{ + Id: 18776 + AegisName: "Improved_Kiss_Of_Angel" + Name: "Modified Angel's Kiss" + Type: 5 + Buy: 20 + Weight: 300 + Def: 6 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 255 +}, +{ + Id: 18778 + AegisName: "Pink_Bunny_Hair_Band" + Name: "Pink Bunny Hair Band" + Type: 5 + Buy: 0 + Loc: 256 + EquipLv: 1 + View: 898 +}, +{ + Id: 18779 + AegisName: "RWC_Crown_Of_Victory(1st)" + Name: "RWC Crown Of Victory(1st)" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + Refine: false + View: 902 +}, +{ + Id: 18780 + AegisName: "RWC_Crown_Of_Victory(2nd)" + Name: "RWC Crown Of Victory(2nd)" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + Refine: false + View: 903 +}, +{ + Id: 18781 + AegisName: "RWC_Crown_Of_Victory(3rd)" + Name: "RWC Crown Of Victory(3rd)" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + Refine: false + View: 904 +}, +{ Id: 18782 AegisName: "Butterfly_Wing_Ear_J" Name: "Butterfly Wing Ear" @@ -96816,6 +115469,11 @@ item_db: ( Script: <" bonus bDex,1; bonus bLuk,1; + if(getrefine()>4) { + bonus bDex,(getrefine()-4); + bonus bLuk,(getrefine()-4); + } + ; "> }, { @@ -96844,6 +115502,86 @@ item_db: ( View: 900 }, { + Id: 18791 + AegisName: "Shrine_Maiden_Hat" + Name: "Shrine Maiden Hat" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Slots: 1 + Job: 0x00000100 + Loc: 256 + EquipLv: 100 + View: 908 +}, +{ + Id: 18793 + AegisName: "Sorc_Night_Cap" + Name: "Sorc Night Cap" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Slots: 1 + Job: 0x00010000 + Loc: 256 + EquipLv: 100 + View: 911 +}, +{ + Id: 18794 + AegisName: "Plain_Black_Mage_Hat" + Name: "Plain Black Mage Hat" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Slots: 1 + Job: 0x00000200 + Loc: 256 + EquipLv: 100 + View: 912 +}, +{ + Id: 18795 + AegisName: "Night_Sparrow_Hat" + Name: "Night Sparrow Hat" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Job: 0x00100000 + Loc: 256 + EquipLv: 100 + View: 913 +}, +{ + Id: 18796 + AegisName: "RWC_Crown_Of_Victory(8th)" + Name: "RWC Crown Of Victory(8th)" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + Refine: false + View: 914 +}, +{ + Id: 18802 + AegisName: "Poring_Fedora_Hat" + Name: "Poring Fedora Hat" + Type: 5 + Buy: 0 + Weight: 100 + Def: 10 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 919 +}, +{ Id: 18805 AegisName: "Eclipse_Hat" Name: "Eclipse Hat" @@ -96999,6 +115737,29 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; "> }, { + Id: 18819 + AegisName: "Blue_Pencil_In_Mouth" + Name: "Blue Pencil In Mouth" + Type: 5 + Buy: 20 + Weight: 100 + Loc: 1 + EquipLv: 1 + Refine: false + View: 932 +}, +{ + Id: 18820 + AegisName: "Black_As_Night_Helmet" + Name: "Black As Night Helmet" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 941 +}, +{ Id: 18821 AegisName: "Rainbow_Feather_Deco" Name: "RWC Commemorative Pin" @@ -97009,6 +115770,10 @@ item_db: ( Slots: 1 Loc: 256 View: 934 + Script: <" + bonus bAtkRate,1; + bonus bMatkRate,1; + "> }, { Id: 18828 @@ -97159,13 +115924,8 @@ item_db: ( Refine: false View: 958 Script: <" - bonus bStr,2; - bonus bInt,2; - bonus bVit,2; - bonus bDex,2; - bonus bAgi,2; - bonus bLuk,2; - bonus bUnbreakableHelm,0; + bonus bAllStats,2; + bonus bFlee2,2; "> }, { @@ -97183,6 +115943,28 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; "> }, { + Id: 18848 + AegisName: "Fresh_Roses" + Name: "Fresh Roses" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 963 +}, +{ + Id: 18849 + AegisName: "Celine_Ribbon" + Name: "Celine Ribbon" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 967 +}, +{ Id: 18850 AegisName: "Polar_Bear_Cap" Name: "Polar Bear Cap" @@ -97200,19 +115982,63 @@ item_db: ( bonus bAgi,1; "> }, -// 18851 incomplete type, not in database -/* { - Id: 18851 - AegisName: "C_Polar_Bear_Cap" - Name: "Costume Polar Bear Cap" + Id: 18858 + AegisName: "Pink_Angeling_Bubble" + Name: "Pink Angeling Bubble" Type: 5 - Buy: 20 - Loc: 1024 + Buy: 0 + Weight: 50 + Def: 5 + Loc: 1 EquipLv: 1 - View: 966 + Refine: false + View: 975 + Script: <" + bonus bMaxHP,200; + bonus bAspd,1; + "> +}, +{ + Id: 18859 + AegisName: "Angeling_Bubble" + Name: "Angeling Bubble" + Type: 5 + Buy: 0 + Weight: 50 + Def: 5 + Loc: 1 + EquipLv: 1 + Refine: false + View: 976 + Script: <" + bonus bDex,1; + bonus bMatkRate,2; + bonus bMaxHP,100; + "> +}, +{ + Id: 18870 + AegisName: "Very_Sweet_Candy_Bar" + Name: "Very Sweet Candy Bar" + Type: 5 + Buy: 0 + Loc: 1 + EquipLv: 1 + Refine: false + View: 446 +}, +{ + Id: 18871 + AegisName: "Very_Sweet_Candy" + Name: "Very Sweet Candy" + Type: 5 + Buy: 0 + Loc: 1 + EquipLv: 1 + Refine: false + View: 446 }, -*/ { Id: 18872 AegisName: "Snake_Hat" @@ -97234,13 +116060,25 @@ item_db: ( { Id: 18873 AegisName: "Sweet_Valentine_Out" - Name: "Sweet Valentine" + Name: "Sweet Valentine Out" Type: 5 Buy: 20 Weight: 100 Def: 1 Loc: 256 - View: 965 + View: 865 +}, +{ + Id: 18874 + AegisName: "Cyclops_Glasses" + Name: "Cyclops Glasses" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 512 + EquipLv: 1 + Refine: false + View: 23 }, { Id: 18879 @@ -97256,6 +116094,17 @@ item_db: ( Script: <" bonus bMdef,5; "> }, { + Id: 18880 + AegisName: "Advanced_Jao_King_Hat" + Name: "Advanced Jao King Hat" + Type: 5 + Buy: 0 + Slots: 1 + Loc: 256 + EquipLv: 1 + View: 996 +}, +{ Id: 18885 AegisName: "Jejecap" Name: "Jejecap" @@ -97272,7 +116121,6 @@ item_db: ( bonus bInt,3; "> }, -// Costume System { Id: 18887 AegisName: "Aqua_Bunny_Band" @@ -97291,6 +116139,186 @@ item_db: ( "> }, { + Id: 18888 + AegisName: "Maroon_Bunny_Band" + Name: "Maroon Bunny Band" + Type: 5 + Buy: 0 + Weight: 100 + Def: 2 + Slots: 1 + Loc: 1 + EquipLv: 1 + View: 1013 +}, +{ + Id: 18889 + AegisName: "Golden_Bunny_Band" + Name: "Golden Bunny Band" + Type: 5 + Buy: 0 + Weight: 100 + Def: 2 + Slots: 1 + Loc: 1 + EquipLv: 1 + View: 1014 +}, +{ + Id: 18890 + AegisName: "Gray_Bunny_Band" + Name: "Gray Bunny Band" + Type: 5 + Buy: 0 + Def: 2 + Slots: 1 + Loc: 1 + EquipLv: 1 + View: 1015 +}, +{ + Id: 18891 + AegisName: "Husky_Hat" + Name: "Husky Hat" + Type: 5 + Buy: 0 + Weight: 500 + Def: 5 + Slots: 1 + Loc: 256 + View: 1016 +}, +{ + Id: 18892 + AegisName: "Ufo_Poring_Hat" + Name: "Ufo Poring Hat" + Type: 5 + Buy: 0 + Weight: 1000 + Def: 5 + Slots: 1 + Loc: 256 + EquipLv: 10 + View: 1017 +}, +{ + Id: 18893 + AegisName: "Dragon_Claw_Helm" + Name: "Dragon Claw Helm" + Type: 5 + Buy: 0 + Weight: 1000 + Def: 5 + Slots: 1 + Loc: 256 + EquipLv: 10 + View: 1018 +}, +{ + Id: 18894 + AegisName: "Rainbow_Star" + Name: "Rainbow Star" + Type: 5 + Buy: 0 + Weight: 500 + Def: 5 + Loc: 512 + EquipLv: 70 + Refine: false + View: 1019 +}, +{ + Id: 18895 + AegisName: "Celestial_Dark_Flame" + Name: "Celestial Dark Flame" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Loc: 512 + EquipLv: 50 + Refine: false + View: 1008 +}, +{ + Id: 18896 + AegisName: "Pterios_Fins" + Name: "Pterios Fins" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Loc: 512 + EquipLv: 50 + Refine: false + View: 1009 +}, +{ + Id: 18897 + AegisName: "Azure_Diadem" + Name: "Azure Diadem" + Type: 5 + Buy: 0 + Weight: 200 + Def: 5 + Loc: 512 + EquipLv: 50 + Refine: false + View: 1010 +}, +{ + Id: 18898 + AegisName: "Yggdrasil_Herald_Crown" + Name: "Yggdrasil Herald Crown" + Type: 5 + Buy: 0 + Weight: 200 + Def: 6 + Slots: 1 + Loc: 512 + EquipLv: 50 + Refine: false + View: 997 +}, +{ + Id: 18900 + AegisName: "Weisswurst" + Name: "Weisswurst" + Type: 5 + Buy: 20 + Weight: 100 + Def: 1 + Loc: 1 + EquipLv: 60 + Refine: false + View: 1022 +}, +{ + Id: 18901 + AegisName: "Seppl_Hat" + Name: "Seppl Hat" + Type: 5 + Buy: 20 + Weight: 500 + Def: 5 + Slots: 1 + Loc: 1 + EquipLv: 60 + View: 1023 +}, +{ + Id: 18921 + AegisName: "Costume_Tarnished_Lamp" + Name: "Costume: Tarnished Lamp" + Type: 5 + Buy: 0 + Weight: 200 + Loc: 1024 + EquipLv: 50 + Refine: false + View: 897 +}, +{ Id: 19500 AegisName: "T_Mr_Smile" Name: "Costume: Mr. Smile" @@ -97319,7 +116347,7 @@ item_db: ( AegisName: "T_Goggle" Name: "Costume: Goggles" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 3072 Refine: false @@ -97341,7 +116369,7 @@ item_db: ( AegisName: "T_Sunglasses" Name: "Costume: Sunglasses" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 2048 Refine: false @@ -97352,7 +116380,7 @@ item_db: ( AegisName: "T_Cigarette" Name: "Costume: Cigarette" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 4096 Refine: false @@ -97363,7 +116391,7 @@ item_db: ( AegisName: "T_Valkyrie_Feather_Band" Name: "Costume: Valkyrie Feather Band" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 View: 300 @@ -97373,7 +116401,7 @@ item_db: ( AegisName: "Clear_Sun" Name: "Costume: Shining Sun" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97385,7 +116413,7 @@ item_db: ( AegisName: "T_Gemmed_Sallet" Name: "Costume: Gemmed Sallet" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97396,7 +116424,7 @@ item_db: ( AegisName: "Butterfly_Wing_Ear" Name: "Costume: Yellow Butterfly Wings" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 2048 Refine: false @@ -97408,7 +116436,7 @@ item_db: ( AegisName: "Nut_On_Head" Name: "Costume: Bolt Ears" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 2048 Refine: false @@ -97420,7 +116448,7 @@ item_db: ( AegisName: "Heart_Eye_Patch1" Name: "Costume: Heart Blue Eyebandge" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 2048 Refine: false @@ -97432,7 +116460,7 @@ item_db: ( AegisName: "Heart_Eye_Patch2" Name: "Costume: Heart Pink Eyebandge" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 2048 Refine: false @@ -97444,7 +116472,7 @@ item_db: ( AegisName: "Chicken_Beak" Name: "Costume: Chicken Beak" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 4096 Refine: false @@ -97456,7 +116484,7 @@ item_db: ( AegisName: "Charlie_Beard" Name: "Costume: Old Timey Mustache" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 4096 Refine: false @@ -97468,7 +116496,7 @@ item_db: ( AegisName: "Yellow_Hat" Name: "Costume: Yellow Hat" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97480,7 +116508,7 @@ item_db: ( AegisName: "Singing_Bird" Name: "Costume: Singing Bird" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97492,7 +116520,7 @@ item_db: ( AegisName: "Cocks_Comb" Name: "Costume: Rooster's Comb" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97504,7 +116532,7 @@ item_db: ( AegisName: "Rainbow" Name: "Costume: Rainbow" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97516,7 +116544,7 @@ item_db: ( AegisName: "Lightning_Cloud" Name: "Costume: Lightning Cloud" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97528,7 +116556,7 @@ item_db: ( AegisName: "Rain_Cloud" Name: "Costume: Rain Cloud" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97540,7 +116568,7 @@ item_db: ( AegisName: "Charlie_Hat" Name: "Costume: Old Timey Derby" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97552,7 +116580,7 @@ item_db: ( AegisName: "Mini_Crown1" Name: "Costume: Mini Crown" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97564,7 +116592,7 @@ item_db: ( AegisName: "Donation_Ribbon" Name: "Costume: Green Ribbon" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97576,7 +116604,7 @@ item_db: ( AegisName: "C_Green_Feeler" Name: "Costume: Green Tentacles" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97588,11 +116616,11 @@ item_db: ( AegisName: "C_Jack_A_Dandy" Name: "Costume: Jack be Dandy" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false - View: 47 + View: 58 Script: <" bonus bUnbreakableHelm,0; "> }, { @@ -97600,7 +116628,7 @@ item_db: ( AegisName: "C_Helm" Name: "Costume: Helm" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97612,7 +116640,7 @@ item_db: ( AegisName: "C_Sharp_Gear" Name: "Costume: Spiky Band" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97624,7 +116652,7 @@ item_db: ( AegisName: "C_Iron_Cane" Name: "Costume: Iron Kane" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 4096 Refine: false @@ -97636,7 +116664,7 @@ item_db: ( AegisName: "C_Angelic_Chain" Name: "Costume: Angel Wing" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97652,7 +116680,7 @@ item_db: ( AegisName: "C_Wild_Rose" Name: "Costume: Wild Rose" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97680,7 +116708,7 @@ item_db: ( AegisName: "C_Red_Bunny_Band" Name: "Costume: Red Bunny Band" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97695,7 +116723,7 @@ item_db: ( AegisName: "C_Spore_Hat" Name: "Costume: Spore Hat" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97728,7 +116756,7 @@ item_db: ( AegisName: "C_Sinsuncho_Hat" Name: "Costume: Sinsuncho Hat" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97745,7 +116773,7 @@ item_db: ( AegisName: "C_Rose_Corsage" Name: "Costume: Rose RJC Cathusa" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97760,7 +116788,7 @@ item_db: ( AegisName: "C_Gryphon_Hat" Name: "Costume: Gryphon Hat" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97772,7 +116800,7 @@ item_db: ( AegisName: "Full_Moon" Name: "Costume: Full Moon" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 1024 Refine: false @@ -97784,7 +116812,7 @@ item_db: ( AegisName: "C_Reginleif_Hairband" Name: "Costume: Hairband Wing" Type: 5 - Buy: 0 + Buy: 20 Upper: 63 Loc: 3072 Refine: false @@ -97837,11 +116865,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 300 - Slots: 1 Upper: 63 Loc: 1024 EquipLv: 70 - Refine: false View: 849 Script: <" bonus bUnbreakableHelm,0; "> }, @@ -97984,12 +117010,186 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; "> }, { + Id: 19554 + AegisName: "C_Hahoe_Mask" + Name: "Costume Hahoe Mask" + Type: 5 + Buy: 20 + Weight: 100 + Loc: 6144 + Refine: false + View: 230 +}, +{ + Id: 19555 + AegisName: "Costume_Crescent_Helm" + Name: "Costume Crescent Helm" + Type: 5 + Buy: 1000 + Loc: 3072 + View: 213 +}, +{ + Id: 19556 + AegisName: "Costume_Kabuki_Mask" + Name: "Costume Kabuki Mask" + Type: 5 + Buy: 1000 + Loc: 7168 + View: 214 +}, +{ + Id: 19557 + AegisName: "Costume_Ayothaya_Hat" + Name: "Costume Ayothaya Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 334 +}, +{ + Id: 19558 + AegisName: "Costume_Raven_Cap" + Name: "Costume Raven Cap" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 524 +}, +{ + Id: 19559 + AegisName: "Costume_Baby Dragon Hat" + Name: "Costume Baby Dragon Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 525 +}, +{ + Id: 19560 + AegisName: "Costume_Kwati_Hat" + Name: "Costume Kwati Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 527 +}, +{ + Id: 19561 + AegisName: "Costume_Tucan_Hat" + Name: "Costume Tucan Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 528 +}, +{ + Id: 19562 + AegisName: "Costume_Jaguar_Mask" + Name: "Costume Jaguar Mask" + Type: 5 + Buy: 1000 + Loc: 7168 + View: 530 +}, +{ + Id: 19563 + AegisName: "Costume_Dragon_Arhat_Mask" + Name: "Costume Dragon Arhat Mask" + Type: 5 + Buy: 1000 + Loc: 6144 + View: 545 +}, +{ + Id: 19564 + AegisName: "Costume_Tiger_Arhat_Mask" + Name: "Costume Tiger Arhat Mask" + Type: 5 + Buy: 1000 + Loc: 6144 + View: 546 +}, +{ + Id: 19565 + AegisName: "Costume_Dynasty_Decoration" + Name: "Costume Dynasty Decoration" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 583 +}, +{ + Id: 19566 + AegisName: "Costume_Samurai_Mask" + Name: "Costume Samurai Mask" + Type: 5 + Buy: 1000 + Loc: 4096 + View: 644 +}, +{ + Id: 19567 + AegisName: "Costume_Hatah_Black" + Name: "Costume Hatah Black" + Type: 5 + Buy: 1000 + Loc: 7168 + View: 676 +}, +{ + Id: 19568 + AegisName: "Costume_Ancient_Horn" + Name: "Costume Ancient Horn" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 757 +}, +{ + Id: 19569 + AegisName: "Costume_Sprout_Hat" + Name: "Costume Sprout Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 758 +}, +{ + Id: 19570 + AegisName: "Costume_Mercury_Helm" + Name: "Costume Mercury Helm" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 759 +}, +{ + Id: 19571 + AegisName: "Costume_White_Musang_Hat" + Name: "Costume White Musang Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 770 +}, +{ + Id: 19572 + AegisName: "Costume_Black_Musang_Hat" + Name: "Costume Black Musang Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 771 +}, +{ Id: 19573 AegisName: "C_Heart_Wing_Hairband" Name: "Costume: Heart Wing Hairband" Type: 5 Buy: 0 Loc: 1024 + Refine: false View: 733 }, { @@ -98003,6 +117203,116 @@ item_db: ( Script: <" bonus bUnbreakableHelm,0; "> }, { + Id: 19575 + AegisName: "Costume_Ascension_Black_Dragon" + Name: "Costume Ascension Black Dragon" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 863 +}, +{ + Id: 19576 + AegisName: "C_Tare_Pope" + Name: "Costume Tare Popedoll" + Type: 5 + Buy: 0 + Loc: 1024 + Refine: false + View: 817 +}, +{ + Id: 19577 + AegisName: "Costume_10th_Poring_Hat" + Name: "Costume 10th Poring Hat" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 874 +}, +{ + Id: 19579 + AegisName: "Costume_Red_Wind_Hat" + Name: "Costume Red Wind Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 613 +}, +{ + Id: 19580 + AegisName: "Costume_Sphinx_Helm" + Name: "Costume Sphinx Helm" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 137 +}, +{ + Id: 19581 + AegisName: "Costume_Adventurer's_Hat" + Name: "Costume Adventurer's Hat" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 891 +}, +{ + Id: 19582 + AegisName: "Costume_Cowboy_Hat" + Name: "Costume Cowboy Hat" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 411 +}, +{ + Id: 19583 + AegisName: "Costume_Zorro_Mask" + Name: "Costume Zorro Mask" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 2048 + View: 50 +}, +{ + Id: 19584 + AegisName: "Costume_Dagger_In_Mouth" + Name: "Costume Dagger In Mouth" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 4096 + View: 327 +}, +{ + Id: 19585 + AegisName: "C_Feather_Beret" + Name: "Costume Feather Beret" + Type: 5 + Buy: 0 + Loc: 1024 + Refine: false + View: 224 +}, +{ + Id: 19586 + AegisName: "Costume_Pink_Bunny_Hair_Band" + Name: "Costume Pink Bunny Hair Band" + Type: 5 + Buy: 100 + Sell: 50 + Upper: 2 + Loc: 1024 + EquipLv: 1 + View: 898 +}, +{ Id: 19587 AegisName: "C_King_Poring_Hat" Name: "Costume: King Poring" @@ -98026,6 +117336,188 @@ item_db: ( View: 907 }, { + Id: 19598 + AegisName: "Costume_Wandering_Wolf_Hat" + Name: "Costume Wandering Wolf Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 490 +}, +{ + Id: 19599 + AegisName: "Costume_Imp_Hat" + Name: "Costume Imp Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 589 +}, +{ + Id: 19600 + AegisName: "Costume_Drooping_Kiehl" + Name: "Costume: Drooping Kiehl" + Type: 5 + Buy: 0 + Weight: 400 + Loc: 1024 + EquipLv: 30 + Refine: false + View: 909 +}, +{ + Id: 19601 + AegisName: "Costume_Drooping_Aliot" + Name: "Costume: Drooping Aliot" + Type: 5 + Buy: 0 + Weight: 100 + Loc: 1024 + EquipLv: 1 + Refine: false + View: 910 +}, +{ + Id: 19603 + AegisName: "C_Invisible_Sunglasses" + Name: "Costume Koneko Hat" + Type: 5 + Buy: 0 + Loc: 1024 + Refine: false + View: 378 +}, +{ + Id: 19605 + AegisName: "Spellcaster's_Supply_Crate" + Name: "Spellcaster's Supply Crate" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 369 +}, +{ + Id: 19616 + AegisName: "Costume_Wickebine's_Black_Cat_Ears" + Name: "Costume Wickebine's Black Cat Ears" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 368 +}, +{ + Id: 19619 + AegisName: "Costume_Corsair" + Name: "Costume Corsair" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 105 +}, +{ + Id: 19625 + AegisName: "Costume_Refined_Bunny_Band" + Name: "Costume Refined Bunny Band" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 15 +}, +{ + Id: 19627 + AegisName: "Costume_Satellite_Hairband" + Name: "Costume Satellite Hairband" + Type: 5 + Buy: 1000 + Slots: 1 + Loc: 1024 + View: 266 +}, +{ + Id: 19629 + AegisName: "C_Tiara" + Name: "Costume Tiara" + Type: 5 + Buy: 20 + Loc: 1024 + View: 19 +}, +{ + Id: 19630 + AegisName: "Costume_Crown" + Name: "Costume Crown" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 45 +}, +{ + Id: 19632 + AegisName: "Costume_Hat" + Name: "Costume Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 16 +}, +{ + Id: 19633 + AegisName: "Costume_Flower_Band" + Name: "Costume Flower Band" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 5 +}, +{ + Id: 19634 + AegisName: "Costume_Flu_Mask" + Name: "Costume Flu Mask" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 8 +}, +{ + Id: 19635 + AegisName: "Costume_Mini_Propeller" + Name: "Costume Mini Propeller" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 46 +}, +{ + Id: 19636 + AegisName: "Costume_Clown_Nose" + Name: "Costume Clown Nose" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 49 +}, +{ + Id: 19637 + AegisName: "Costume_Nurse_Cap" + Name: "Costume Nurse Cap" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 64 +}, +{ + Id: 19639 + AegisName: "Costume_Sakkat" + Name: "Costume Sakkat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 67 +}, +{ Id: 19650 AegisName: "C_Rainbow_Feather_Deco" Name: "Costume: Five Colored Feathers" @@ -98035,6 +117527,18 @@ item_db: ( View: 934 }, { + Id: 19651 + AegisName: "Costume_RWC_Shouting_Mouth" + Name: "Costume RWC Shouting Mouth" + Type: 5 + Buy: 1000 + Sell: 500 + Upper: 2 + Loc: 4096 + EquipLv: 1 + View: 194 +}, +{ Id: 19655 AegisName: "C_Tiraya_Bonnet" Name: "C Tiraya Bonnet" @@ -98046,15 +117550,78 @@ item_db: ( View: 398 }, { + Id: 19682 + AegisName: "C_Santa_Poring_Hat" + Name: "Costume SantaPoring Cap" + Type: 5 + Buy: 1000 + Loc: 1024 + Refine: false + View: 387 +}, +{ + Id: 19686 + AegisName: "Costume_Santa_Doll_Headband" + Name: "Costume Santa Doll Headband" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 964 +}, +{ + Id: 19687 + AegisName: "Costume_Fresh_Roses" + Name: "Costume Fresh Roses" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 963 +}, +{ + Id: 19701 + AegisName: "Costumes_Red_Bonnet" + Name: "Costumes Red Bonnet" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 190 +}, +{ + Id: 19702 + AegisName: "Costume_Twin_Pompom_By_JB" + Name: "Costume Twin Pompom By JB" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 390 +}, +{ + Id: 19706 + AegisName: "Costume_Red_Dress_Hat" + Name: "Costume Red Dress Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 670 +}, +{ Id: 19707 AegisName: "C_Polar_Bear_Cap" - Name: "Costume: Polar Bear Cap" + Name: "Costume Polar Bear Cap" Type: 5 Buy: 20 Loc: 1024 Refine: false View: 966 - Script: <" bonus bUnbreakableHelm,0; "> +}, +{ + Id: 19708 + AegisName: "C_Withe_Snake_Hat" + Name: "Costume Withe Snake Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 413 }, { Id: 19730 @@ -98068,6 +117635,137 @@ item_db: ( View: 986 }, { + Id: 19731 + AegisName: "C_Evolved_Evil_Wing" + Name: "Costume Evolved Evil Wing" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 39 +}, +{ + Id: 19732 + AegisName: "C_Goblin_Leader_Mask" + Name: "Costume Goblin Leader Mask" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 174 +}, +{ + Id: 19733 + AegisName: "C_Panda_Cap" + Name: "Costume Panda Hat" + Type: 5 + Buy: 0 + Loc: 1024 + Refine: false + View: 115 +}, +{ + Id: 19734 + AegisName: "C_Binoculars" + Name: "Costume Binoculars" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 83 +}, +{ + Id: 19735 + AegisName: "C_Fin_Helm" + Name: "Costume Fin Helm" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 100 +}, +{ + Id: 19736 + AegisName: "C_Gas_Mask" + Name: "Costume Gas Mask" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 91 +}, +{ + Id: 19737 + AegisName: "C_Corsair_K" + Name: "Costume Refined Corsair" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 105 +}, +{ + Id: 19738 + AegisName: "C_Renown_Detective's_Cap" + Name: "Costume Renown Detective's Cap" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 189 +}, +{ + Id: 19739 + AegisName: "C_Sleeping_Cat_Hat" + Name: "Costume Sleeping Cat Hat" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 838 +}, +{ + Id: 19742 + AegisName: "C_Small_Golden_Wings" + Name: "Costume Small Golden Wings" + Type: 5 + Buy: 1000 + Loc: 1024 + View: 724 +}, +{ + Id: 19764 + AegisName: "C_Monster_Card" + Name: "Costume Monster Card" + Type: 5 + Buy: 1000 + Loc: 4096 + View: 526 +}, +{ + Id: 19765 + AegisName: "C_Wing_Angels_Ears" + Name: "Costume Wing Angels Ears" + Type: 5 + Buy: 1000 + Loc: 2048 + View: 158 +}, +{ + Id: 19787 + AegisName: "C_Devoted_Eyes" + Name: "Costume: Devoted Eyes" + Type: 5 + Buy: 0 + Loc: 2048 + EquipLv: 1 + Refine: false + View: 1021 +}, +{ + Id: 19788 + AegisName: "C_Heart_Eyepatch" + Name: "Costume: Heart Eyepatch" + Type: 5 + Buy: 0 + Loc: 2048 + EquipLv: 1 + Refine: false + View: 779 +}, +{ Id: 19829 AegisName: "C_Straw_Hat" Name: "C Straw Hat" @@ -98079,11 +117777,24 @@ item_db: ( View: 146 }, { + Id: 19871 + AegisName: "C_DecorationOfMusic_Accessory" + Name: "Decoration of Music" + Type: 5 + Buy: 20 + Loc: 2048 + Refine: false + View: 1074 + OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; "> + OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; "> +}, +{ Id: 20500 AegisName: "T_Archangel_Wing" Name: "T Archangel's Wings" Type: 5 Buy: 0 + Weight: 100 Upper: 63 Loc: 8192 Refine: false @@ -98163,7 +117874,6 @@ item_db: ( Loc: 4 View: 5 }, -// More 2-Handed Swords { Id: 21000 AegisName: "Upg_Twohand_Sword" @@ -98209,7 +117919,6 @@ item_db: ( if(getrefine()>=9) { autobonus2 "{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }",200,1000,BF_WEAPON,"{ specialeffect2 EF_REFLECTSHIELD; }"; } - "> }, { @@ -98289,24 +117998,117 @@ item_db: ( }, { Id: 22540 - AegisName: "Runstone_Luxanima" + AegisName: "Runstone_Lux" Name: "Lux Anima Rune" Type: 11 Buy: 2 Weight: 100 Upper: 63 + Delay: 60000 + Stack: [20, 1] Script: <" itemskill RK_LUXANIMA,1; "> }, { - Id: 19871 - AegisName: "C_DecorationOfMusic_Accessory" - Name: "Decoration of Music" + Id: 28200 + AegisName: "End_Of_The_Horizon" + Name: "End Of The Horizon" Type: 5 - Buy: 20 - Loc: 2048 - Refine: false - View: 1074 - OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; "> - OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; "> + Buy: 2700000 + Weight: 2400 + Atk: 410 + Range: 9 + Slots: 1 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 4 + EquipLv: 110 + View: 21 +}, +{ + Id: 28201 + AegisName: "South_Cross" + Name: "Southern Cross" + Type: 5 + Buy: 2800000 + Weight: 2000 + Atk: 480 + Range: 9 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 4 + EquipLv: 141 + View: 21 + Script: <" bonus3 bAutoSpell,"GC_CROSSIMPACT",1,50; "> +}, +{ + Id: 28202 + AegisName: "Southern_Cross_" + Name: "Southern Cross" + Type: 5 + Buy: 2800000 + Weight: 2000 + Atk: 480 + Range: 9 + Slots: 1 + Job: 0x40000000 + Upper: 63 + Loc: 34 + WeaponLv: 4 + EquipLv: 141 + View: 21 + Script: <" bonus3 bAutoSpell,"GC_CROSSIMPACT",1,50; "> +}, +{ + Id: 28203 + AegisName: "Half_BF_Rifle1" + Name: "Half BF Rifle1" + Type: 5 + Buy: 0 + Atk: 50 + Range: 9 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 80 + View: 18 + Script: <" + bonus bDex,2; + bonus bHit,8; + bonus bCritical,8; + bonus2 bAddRace,RC_DemiHuman,30; + bonus2 bAddRace,RC_Player,30; + bonus2 bVariableCastrate,"GS_TRACKING",-20; + bonus2 bIgnoreDefRaceRate,RC_DemiHuman,10; + bonus2 bIgnoreDefRaceRate,RC_Player,10; + bonus bUnbreakableWeapon,0; + "> +}, +{ + Id: 28204 + AegisName: "Half_BF_Shotgun1" + Name: "Half BF Shotgun1" + Type: 5 + Buy: 0 + Atk: 100 + Range: 9 + Job: 0x41000000 + Upper: 63 + Loc: 34 + WeaponLv: 3 + EquipLv: 80 + View: 20 + Script: <" + bonus bDex,2; + bonus bSplashRange,1; + bonus2 bAddRace,RC_DemiHuman,30; + bonus2 bAddRace,RC_Player,30; + bonus2 bIgnoreDefRaceRate,RC_DemiHuman,10; + bonus2 bIgnoreDefRaceRate,RC_Player,10; + autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }",30,6000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; + bonus bUnbreakableWeapon,0; + "> }, ) diff --git a/db/re/item_delay.txt b/db/re/item_delay.txt deleted file mode 100644 index 8905edb11..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)
\ No newline at end of file diff --git a/db/re/item_group.conf b/db/re/item_group.conf index 68ff1dcbf..3d0f138c2 100644 --- a/db/re/item_group.conf +++ b/db/re/item_group.conf @@ -4080,7 +4080,6 @@ God_Material_Box: ( "Air_Stream", ) */ -/* currently unsupported or unknown ('Sg_Weapon_Supply_Box') Sg_Weapon_Supply_Box: ( "Velum_Scare", "Velum_Buster", @@ -4098,11 +4097,10 @@ Sg_Weapon_Supply_Box: ( ("Velum_Flail",3), ("Velum_Guillotine",8), ("Velum_Spear",8), -//unknown/unsupported - ("12677",13), -//unknown/unsupported - ("12678",13), + ("Siege_Arrow_Quiver_S",13), + ("Siege_Arrow_Quiver_A",13), ("Velum_Jamadhar",2), ) -*/ /* currently unsupported or unknown ('Old_Card_Album_') Old_Card_Album_: ( ("Poring_Card",14), diff --git a/db/re/item_packages.conf b/db/re/item_packages.conf index 9ee27f1c4..62e0c782b 100644 --- a/db/re/item_packages.conf +++ b/db/re/item_packages.conf @@ -3835,7 +3835,7 @@ MVP_Hunt_Box: { Named: true } } -Cook_Box: { +Brewing_Box: { Dex_Dish10_: { Random: 0 Count: 10 @@ -3852,7 +3852,7 @@ Cook_Box: { Named: true } } -Xmas_Pet_Scroll: { +Christmas_Pet_Scroll: { Fish_Head_Hat: { Random: 1 Named: true @@ -3948,7 +3948,7 @@ Xmas_Pet_Scroll: { Rate: 50 } } -Lucky_Scroll08: { +Year_Of_Mouse_Scroll: { Kafra_Card: { Random: 1 Count: 15 @@ -4040,7 +4040,7 @@ Lucky_Scroll08: { Rate: 110 } } -Br_SwordPackage: { +BRO_SM_Package: { Plate_Armor_: { Random: 0 Named: true @@ -4082,7 +4082,7 @@ Br_SwordPackage: { Named: true } } -Br_MagePackage: { +BRO_MG_Package: { Silk_Robe_: { Random: 0 Named: true @@ -4120,7 +4120,7 @@ Br_MagePackage: { Named: true } } -Br_AcolPackage: { +BRO_AC_Package: { Saint_Robe_: { Random: 0 Named: true @@ -4158,7 +4158,7 @@ Br_AcolPackage: { Named: true } } -Br_ArcherPackage: { +BRO_AR_Package: { Tights_: { Random: 0 Named: true @@ -4196,7 +4196,7 @@ Br_ArcherPackage: { Named: true } } -Br_MerPackage: { +BRO_MC_Package: { Chain_Mail_: { Random: 0 Named: true @@ -4234,7 +4234,7 @@ Br_MerPackage: { Named: true } } -Br_ThiefPackage: { +BRO_TF_Package: { Thief_Clothes_: { Random: 0 Named: true @@ -4320,7 +4320,7 @@ Elite_Siege_Supply_Box: { Named: true } } -Sakura_Scroll: { +Cherry_Blossom_Scroll: { Angelic_Chain: { Random: 1 Named: true @@ -11480,7 +11480,7 @@ Tw_Yellow_Scroll: { Announce: true Rate: 25 } - Evil_Whisper: { + Devil_Whisper: { Random: 1 Announce: true Rate: 40 @@ -12157,6 +12157,72 @@ RWC_Scroll_2012: { Rate: 110 } } +Fruit_Basket: { + Apple: { + Random: 3 + Rate: 60 + } + Banana: { + Random: 3 + Rate: 50 + } + Grape: { + Random: 3 + Rate: 40 + } + Fruit_Of_Mastela: { + Random: 2 + Rate: 30 + } + Pumpkin: { + Random: 2 + Rate: 20 + } + Lemon: { + Random: 2 + Rate: 60 + } + Prickly_Fruit: { + Random: 2 + Rate: 20 + } + Strawberry: { + Random: 2 + Rate: 40 + } + Orange: { + Random: 2 + Rate: 30 + } + Prickly_Fruit_: { + Random: 2 + Rate: 20 + } + Yggdrasilberry: { + Random: 1 + Rate: 10 + } + Seed_Of_Yggdrasil: { + Random: 1 + Rate: 10 + } + Hard_Peach: { + Random: 3 + Rate: 50 + } + Cacao: { + Random: 3 + Rate: 40 + } + Mora_Mandarin: { + Random: 1 + Rate: 50 + } + Mora_Berry: { + Random: 1 + Rate: 40 + } +} Old_Coin_Pocket: { Malang_Sp_Can: { Random: 1 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/db/re/skill_cast_db.txt b/db/re/skill_cast_db.txt index ee394f6a9..c19ecb20f 100644 --- a/db/re/skill_cast_db.txt +++ b/db/re/skill_cast_db.txt @@ -1761,15 +1761,15 @@ //-- MH_PAIN_KILLER 8021,1000:1200:1400:1600:1800,0,0,20000:30000:40000:50000:60000,0,0,1000:800:600:400:200 //-- MH_LIGHT_OF_REGENE -8022,1600:1400:1200:1000:800,0,0,360000:420000:480000:540000:600000,0,0,1600:1400:1200:1000:800 +8022,0,0,0,360000:420000:480000:540000:600000,0,0,1600:1400:1200:1000:800 //-- MH_OVERED_BOOST 8023,800:700:600:500:400,0,0,30000:45000:60000:75000:90000,0,0,200:300:400:500:600 //-- MH_ERASER_CUTTER -8024,1000:1500:2000:2500:3000,0,0,0,0,0,-1 +8024,1000:1500:2000:2500:3000,2000,0,0,0,0,-1 //-- MH_XENO_SLASHER -8025,1500:2500:3500:4500:5500,0,0,500,0,0,500 +8025,1500:2500:3500:4500:5500,5000,0,500,0,0,500 //-- MH_SILENT_BREEZE -8026,2000,0,0,9000:12000:15000:18000:21000,0,0,1000:800:600:400:200 +8026,1000:1200:1400:1600:1800,0,0,9000:12000:15000:18000:21000,0,0,1000:800:600:400:200 //-- MH_STYLE_CHANGE //8027,0,0,0,0,0,0,0 //-- MH_SONIC_CRAW diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index 152912337..c453d4eaf 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -542,7 +542,7 @@ 496,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0, AM_TWILIGHT1,Twilight Alchemy 1 497,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0, AM_TWILIGHT2,Twilight Alchemy 2 498,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0, AM_TWILIGHT3,Twilight Alchemy 3 -499,-9,8,4,-1,0,0,1,2,no,0,0x208,0,weapon,0, HT_POWER,Beast Strafing +499,-9,8,1,-1,0,0,1,2,no,0,0x8,0,weapon,0, HT_POWER,Beast Strafing 500,0,6,4,0,0x40,0,5,1,no,0,0,0,misc,0, GS_GLITTERING,Flip the Coin 501,9,6,1,-1,0x50,0,1,1,no,0,0,0,misc,0, GS_FLING,Fling 502,-9,8,1,-1,0,0,1,3,no,0,0,0,weapon,0, GS_TRIPLEACTION,Triple Action @@ -1149,8 +1149,8 @@ 8021,1,6,1,0,0x1,0,5,1,no,0,0,0,none,0, MH_PAIN_KILLER,Pain Killer 8022,0,6,4,0,0,0x1,5,1,no,0,0,0,none,0, MH_LIGHT_OF_REGENE,Light of Regene 8023,0,6,4,0,0,0x1,5,1,no,0,0,0,none,0, MH_OVERED_BOOST,Overed Boost -8024,7,6,1,4:0:4:0:4,0,0,5,1,no,0,0,0,magic,0, MH_ERASER_CUTTER,Eraser Cutter -8025,7,6,2,4:0:4:0:4,0,0,5,1,no,0,0,0,magic,0, MH_XENO_SLASHER,Xeno Slasher +8024,7,8,1,4:0:4:0:4,0,0,5,-6,yes,0,0,0,magic,0, MH_ERASER_CUTTER,Eraser Cutter +8025,7,8,2,4:0:4:0:4,0x2,2:2:3:3:4,5,-6,no,0,0,0,magic,0, MH_XENO_SLASHER,Xeno Slasher 8026,5:5:7:7:9,6,16,0,0x1,0,5,1,no,0,0,0,magic,0, MH_SILENT_BREEZE,Silent Breeze 8027,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0, MH_STYLE_CHANGE,Style Change 8028,1,8,1,0,0,0,5,1,no,0,0,0,weapon,0, MH_SONIC_CRAW,Sonic Claw @@ -1247,15 +1247,15 @@ 8431,9,6,1,1,0,1,1,1,no,0,0,0,magic,0, EL_WATER_SCREW,Water Screw 8432,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0, EL_WATER_SCREW_ATK,Water Screw Attack 8433,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0, EL_TIDAL_WEAPON,Tidal Weapon -8434,11,6,1,4,0,0,1,1,no,0,0,0,weapon,0, EL_WIND_SLASH,Wind Slasher -8435,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0, EL_HURRICANE,Hurricane Rage +8434,11,6,1,4,0,0,1,1,no,0,0,0,weapon,0, EL_WIND_SLASH,Wind Slasher +8435,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0, EL_HURRICANE,Hurricane Rage 8436,7,6,1,4,0,0,1,1,no,0,0,0,magic,0, EL_HURRICANE_ATK,Hurricane Rage Attack -8437,11,8,1,4,0,1,1,-3,no,0,0,0,weapon,0, EL_TYPOON_MIS,Typhoon Missile -8438,11,8,1,4,0,1,1,-3,no,0,0,0,magic,0, EL_TYPOON_MIS_ATK,Typhoon Missile Attack +8437,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0, EL_TYPOON_MIS,Typhoon Missile +8438,11,6,1,4,0,1,1,1,no,0,0,0,magic,0, EL_TYPOON_MIS_ATK,Typhoon Missile Attack 8439,5,6,1,2,0,0,1,1,no,0,0,0,weapon,0, EL_STONE_HAMMER,Stone Hammer 8440,3,6,1,2,0,1,1,1,no,0,0,0,weapon,0, EL_ROCK_CRUSHER,Rock Launcher 8441,5,6,1,2,0,1,1,1,no,0,0,0,magic,0, EL_ROCK_CRUSHER_ATK,Rock Launcher Attack -8442,9,6,1,2,0,1,1,-5,no,0,0,0,weapon,0, EL_STONE_RAIN,Stone Rain +8442,9,6,1,2,0,1,1,-5,no,0,0,0,weapon,0, EL_STONE_RAIN,Stone Rain 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_APPROVAL,Official Guild Approval 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_KAFRACONTRACT,Kafra Contract diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 02e4dd0fc..f3655db3f 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -30,6 +30,8 @@ Novice: { NV_BASIC: 9 NV_FIRSTAID: 1 NV_TRICKDEAD: 1 + WE_BABY: 1 + WE_CALLPARENT: 1 WE_CALLBABY: 1 ALL_INCCARRY: 1 } diff --git a/db/re/skill_unit_db.txt b/db/re/skill_unit_db.txt index 54f9d7a2c..ed69a46bb 100644 --- a/db/re/skill_unit_db.txt +++ b/db/re/skill_unit_db.txt @@ -178,9 +178,9 @@ 8212,0x97, , 0, 1,1000,enemy, 0x006 //MA_FREEZINGTRAP 8403,0xed, , -1, 1,1000,enemy, 0x018 //EL_FIRE_MANTLE -8406,0xee, , 0, 1, -1,friend,0x018 //EL_WATER_BARRIER -8409,0xef, , 0, 1,1000,friend,0x018 //EL_ZEPHYR -8412,0xf0, , 0, 1, -1,friend,0x018 //EL_POWER_OF_GAIA +8406,0xee, , 0, 1, -1,friend,0x2018 //EL_WATER_BARRIER +8409,0xef, , 0, 1, -1,friend,0x2018 //EL_ZEPHYR +8412,0xf0, , 0, 1, -1,friend,0x2018 //EL_POWER_OF_GAIA 10006,0xc1, , 2, 0, -1,sameguild, 0x040 //GD_LEADERSHIP 10007,0xc2, , 2, 0, -1,sameguild, 0x040 //GD_GLORYWOUNDS diff --git a/db/re/statpoint.txt b/db/re/statpoint.txt index 71d0e5506..5b2329983 100644 --- a/db/re/statpoint.txt +++ b/db/re/statpoint.txt @@ -154,25 +154,25 @@ 2657 2685 2713 -2743 -2769 -2797 -2825 -2854 -2883 -2912 -2941 -2970 -2999 -3028 -3057 -3086 -3115 -3145 -3175 -3205 -3235 -3265 +2741 +2770 +2799 +2828 +2857 +2886 +2915 +2944 +2974 +3004 +3034 +3064 +3094 +3124 +3154 +3185 +3216 +3247 +3278 3295 3325 3355 diff --git a/db/sc_config.txt b/db/sc_config.txt index 0358350eb..1993a3e7f 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -395,6 +395,7 @@ SC_LEADERSHIP,78 SC_GLORYWOUNDS,78 SC_SOULCOLD,78 SC_HAWKEYES,78 +SC_GDSKILL_REGENERATION,78 // Unremovable SC_WEIGHTOVER50, 207 @@ -428,4 +429,4 @@ SC_STRANGELIGHTS, 207 SC_DECORATION_OF_MUSIC, 207 //Cant Clear -SC_ALL_RIDING, 128
\ No newline at end of file +SC_ALL_RIDING, 128 diff --git a/db/skill_improvise_db.txt b/db/skill_improvise_db.txt index f4fe8f487..91ca8b131 100644 --- a/db/skill_improvise_db.txt +++ b/db/skill_improvise_db.txt @@ -25,4 +25,4 @@ 84,6000 // Jupitel Thunder 85,4000 // Lord of Vermilion 86,6000 // Water Ball -89,4000 // Storm Gust
\ No newline at end of file +89,4000 // Storm Gust |